@carbon-labs/wc-global-header 0.24.0 → 0.25.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/es/wc-global-header.mjs +261 -236
- package/package.json +2 -2
package/es/wc-global-header.mjs
CHANGED
|
@@ -13,16 +13,16 @@ const ot = (o) => (t, s) => {
|
|
|
13
13
|
* Copyright 2019 Google LLC
|
|
14
14
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
15
15
|
*/
|
|
16
|
-
const Zo = globalThis,
|
|
16
|
+
const Zo = globalThis, Vs = Zo.ShadowRoot && (Zo.ShadyCSS === void 0 || Zo.ShadyCSS.nativeShadow) && "adoptedStyleSheets" in Document.prototype && "replace" in CSSStyleSheet.prototype, qs = Symbol(), re = /* @__PURE__ */ new WeakMap();
|
|
17
17
|
let je = class {
|
|
18
18
|
constructor(t, s, e) {
|
|
19
|
-
if (this._$cssResult$ = !0, e !==
|
|
19
|
+
if (this._$cssResult$ = !0, e !== qs) throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");
|
|
20
20
|
this.cssText = t, this.t = s;
|
|
21
21
|
}
|
|
22
22
|
get styleSheet() {
|
|
23
23
|
let t = this.o;
|
|
24
24
|
const s = this.t;
|
|
25
|
-
if (
|
|
25
|
+
if (Vs && t === void 0) {
|
|
26
26
|
const e = s !== void 0 && s.length === 1;
|
|
27
27
|
e && (t = re.get(s)), t === void 0 && ((this.o = t = new CSSStyleSheet()).replaceSync(this.cssText), e && re.set(s, t));
|
|
28
28
|
}
|
|
@@ -32,20 +32,20 @@ let je = class {
|
|
|
32
32
|
return this.cssText;
|
|
33
33
|
}
|
|
34
34
|
};
|
|
35
|
-
const ct = (o) => new je(typeof o == "string" ? o : o + "", void 0,
|
|
35
|
+
const ct = (o) => new je(typeof o == "string" ? o : o + "", void 0, qs), U = (o, ...t) => {
|
|
36
36
|
const s = o.length === 1 ? o[0] : t.reduce((e, c, r) => e + ((n) => {
|
|
37
37
|
if (n._$cssResult$ === !0) return n.cssText;
|
|
38
38
|
if (typeof n == "number") return n;
|
|
39
39
|
throw Error("Value passed to 'css' function must be a 'css' function result: " + n + ". Use 'unsafeCSS' to pass non-literal values, but take care to ensure page security.");
|
|
40
40
|
})(c) + o[r + 1], o[0]);
|
|
41
|
-
return new je(s, o,
|
|
41
|
+
return new je(s, o, qs);
|
|
42
42
|
}, Cc = (o, t) => {
|
|
43
|
-
if (
|
|
43
|
+
if (Vs) o.adoptedStyleSheets = t.map((s) => s instanceof CSSStyleSheet ? s : s.styleSheet);
|
|
44
44
|
else for (const s of t) {
|
|
45
45
|
const e = document.createElement("style"), c = Zo.litNonce;
|
|
46
46
|
c !== void 0 && e.setAttribute("nonce", c), e.textContent = s.cssText, o.appendChild(e);
|
|
47
47
|
}
|
|
48
|
-
}, ne =
|
|
48
|
+
}, ne = Vs ? (o) => o : (o) => o instanceof CSSStyleSheet ? ((t) => {
|
|
49
49
|
let s = "";
|
|
50
50
|
for (const e of t.cssRules) s += e.cssText;
|
|
51
51
|
return ct(s);
|
|
@@ -367,7 +367,7 @@ const st = {
|
|
|
367
367
|
* Copyright 2017 Google LLC
|
|
368
368
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
369
369
|
*/
|
|
370
|
-
const Io = globalThis, Go = Io.trustedTypes, ae = Go ? Go.createPolicy("lit-html", { createHTML: (o) => o }) : void 0, Ue = "$lit$",
|
|
370
|
+
const Io = globalThis, Go = Io.trustedTypes, ae = Go ? Go.createPolicy("lit-html", { createHTML: (o) => o }) : void 0, Ue = "$lit$", Vt = `lit$${Math.random().toFixed(9).slice(2)}$`, Xe = "?" + Vt, Tc = `<${Xe}>`, co = document, Po = () => co.createComment(""), Ro = (o) => o === null || typeof o != "object" && typeof o != "function", js = Array.isArray, Nc = (o) => js(o) || typeof (o == null ? void 0 : o[Symbol.iterator]) == "function", fs = `[
|
|
371
371
|
\f\r]`, Ao = /<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g, ue = /-->/g, le = />/g, Kt = RegExp(`>|${fs}(?:([^\\s"'>=/]+)(${fs}*=${fs}*(?:[^
|
|
372
372
|
\f\r"'\`<>=]|("|')|))|$)`, "g"), pe = /'/g, me = /"/g, Ze = /^(?:script|style|textarea|title)$/i, We = (o) => (t, ...s) => ({ _$litType$: o, strings: t, values: s }), m = We(1), Q = We(2), ro = Symbol.for("lit-noChange"), _ = Symbol.for("lit-nothing"), ve = /* @__PURE__ */ new WeakMap(), so = co.createTreeWalker(co, 129);
|
|
373
373
|
function Ye(o, t) {
|
|
@@ -382,7 +382,7 @@ const Hc = (o, t) => {
|
|
|
382
382
|
let p, v, h = -1, b = 0;
|
|
383
383
|
for (; b < l.length && (n.lastIndex = b, v = n.exec(l), v !== null); ) b = n.lastIndex, n === Ao ? v[1] === "!--" ? n = ue : v[1] !== void 0 ? n = le : v[2] !== void 0 ? (Ze.test(v[2]) && (c = RegExp("</" + v[2], "g")), n = Kt) : v[3] !== void 0 && (n = Kt) : n === Kt ? v[0] === ">" ? (n = c ?? Ao, h = -1) : v[1] === void 0 ? h = -2 : (h = n.lastIndex - v[2].length, p = v[1], n = v[3] === void 0 ? Kt : v[3] === '"' ? me : pe) : n === me || n === pe ? n = Kt : n === ue || n === le ? n = Ao : (n = Kt, c = void 0);
|
|
384
384
|
const g = n === Kt && o[u + 1].startsWith("/>") ? " " : "";
|
|
385
|
-
r += n === Ao ? l + Tc : h >= 0 ? (e.push(p), l.slice(0, h) + Ue + l.slice(h) +
|
|
385
|
+
r += n === Ao ? l + Tc : h >= 0 ? (e.push(p), l.slice(0, h) + Ue + l.slice(h) + Vt + g) : l + Vt + (h === -2 ? u : g);
|
|
386
386
|
}
|
|
387
387
|
return [Ye(o, r + (o[s] || "<?>") + (t === 2 ? "</svg>" : t === 3 ? "</math>" : "")), e];
|
|
388
388
|
};
|
|
@@ -399,11 +399,11 @@ let $s = class Ge {
|
|
|
399
399
|
for (; (c = so.nextNode()) !== null && l.length < u; ) {
|
|
400
400
|
if (c.nodeType === 1) {
|
|
401
401
|
if (c.hasAttributes()) for (const h of c.getAttributeNames()) if (h.endsWith(Ue)) {
|
|
402
|
-
const b = v[n++], g = c.getAttribute(h).split(
|
|
403
|
-
l.push({ type: 1, index: r, name: f[2], strings: g, ctor: f[1] === "." ? Dc : f[1] === "?" ?
|
|
404
|
-
} else h.startsWith(
|
|
402
|
+
const b = v[n++], g = c.getAttribute(h).split(Vt), f = /([.?@])?(.*)/.exec(b);
|
|
403
|
+
l.push({ type: 1, index: r, name: f[2], strings: g, ctor: f[1] === "." ? Dc : f[1] === "?" ? Vc : f[1] === "@" ? qc : us }), c.removeAttribute(h);
|
|
404
|
+
} else h.startsWith(Vt) && (l.push({ type: 6, index: r }), c.removeAttribute(h));
|
|
405
405
|
if (Ze.test(c.tagName)) {
|
|
406
|
-
const h = c.textContent.split(
|
|
406
|
+
const h = c.textContent.split(Vt), b = h.length - 1;
|
|
407
407
|
if (b > 0) {
|
|
408
408
|
c.textContent = Go ? Go.emptyScript : "";
|
|
409
409
|
for (let g = 0; g < b; g++) c.append(h[g], Po()), so.nextNode(), l.push({ type: 2, index: ++r });
|
|
@@ -413,7 +413,7 @@ let $s = class Ge {
|
|
|
413
413
|
} else if (c.nodeType === 8) if (c.data === Xe) l.push({ type: 2, index: r });
|
|
414
414
|
else {
|
|
415
415
|
let h = -1;
|
|
416
|
-
for (; (h = c.data.indexOf(
|
|
416
|
+
for (; (h = c.data.indexOf(Vt, h + 1)) !== -1; ) l.push({ type: 7, index: r }), h += Vt.length - 1;
|
|
417
417
|
}
|
|
418
418
|
r++;
|
|
419
419
|
}
|
|
@@ -447,7 +447,7 @@ class Bc {
|
|
|
447
447
|
for (; l !== void 0; ) {
|
|
448
448
|
if (n === l.index) {
|
|
449
449
|
let p;
|
|
450
|
-
l.type === 2 ? p = new
|
|
450
|
+
l.type === 2 ? p = new qo(r, r.nextSibling, this, t) : l.type === 1 ? p = new l.ctor(r, l.name, l.strings, this, t) : l.type === 6 && (p = new Fc(r, this, t)), this._$AV.push(p), l = e[++u];
|
|
451
451
|
}
|
|
452
452
|
n !== (l == null ? void 0 : l.index) && (r = so.nextNode(), n++);
|
|
453
453
|
}
|
|
@@ -458,7 +458,7 @@ class Bc {
|
|
|
458
458
|
for (const e of this._$AV) e !== void 0 && (e.strings !== void 0 ? (e._$AI(t, e, s), s += e.strings.length - 2) : e._$AI(t[s])), s++;
|
|
459
459
|
}
|
|
460
460
|
}
|
|
461
|
-
class
|
|
461
|
+
class qo {
|
|
462
462
|
get _$AU() {
|
|
463
463
|
var t;
|
|
464
464
|
return ((t = this._$AM) == null ? void 0 : t._$AU) ?? this._$Cv;
|
|
@@ -506,7 +506,7 @@ class Vo {
|
|
|
506
506
|
js(this._$AH) || (this._$AH = [], this._$AR());
|
|
507
507
|
const s = this._$AH;
|
|
508
508
|
let e, c = 0;
|
|
509
|
-
for (const r of t) c === s.length ? s.push(e = new
|
|
509
|
+
for (const r of t) c === s.length ? s.push(e = new qo(this.O(Po()), this.O(Po()), this, this.options)) : e = s[c], e._$AI(r), c++;
|
|
510
510
|
c < s.length && (this._$AR(e && e._$AB.nextSibling, c), s.length = c);
|
|
511
511
|
}
|
|
512
512
|
_$AR(t = this._$AA.nextSibling, s) {
|
|
@@ -554,7 +554,7 @@ class Dc extends us {
|
|
|
554
554
|
this.element[this.name] = t === _ ? void 0 : t;
|
|
555
555
|
}
|
|
556
556
|
}
|
|
557
|
-
class
|
|
557
|
+
class Vc extends us {
|
|
558
558
|
constructor() {
|
|
559
559
|
super(...arguments), this.type = 4;
|
|
560
560
|
}
|
|
@@ -562,7 +562,7 @@ class qc extends us {
|
|
|
562
562
|
this.element.toggleAttribute(this.name, !!t && t !== _);
|
|
563
563
|
}
|
|
564
564
|
}
|
|
565
|
-
class
|
|
565
|
+
class qc extends us {
|
|
566
566
|
constructor(t, s, e, c, r) {
|
|
567
567
|
super(t, s, e, c, r), this.type = 5;
|
|
568
568
|
}
|
|
@@ -588,13 +588,13 @@ class Fc {
|
|
|
588
588
|
}
|
|
589
589
|
}
|
|
590
590
|
const ys = Io.litHtmlPolyfillSupport;
|
|
591
|
-
ys == null || ys($s,
|
|
591
|
+
ys == null || ys($s, qo), (Io.litHtmlVersions ?? (Io.litHtmlVersions = [])).push("3.3.1");
|
|
592
592
|
const jc = (o, t, s) => {
|
|
593
593
|
const e = (s == null ? void 0 : s.renderBefore) ?? t;
|
|
594
594
|
let c = e._$litPart$;
|
|
595
595
|
if (c === void 0) {
|
|
596
596
|
const r = (s == null ? void 0 : s.renderBefore) ?? null;
|
|
597
|
-
e._$litPart$ = c = new
|
|
597
|
+
e._$litPart$ = c = new qo(t.insertBefore(Po(), r), r, void 0, s ?? {});
|
|
598
598
|
}
|
|
599
599
|
return c._$AI(o), c;
|
|
600
600
|
};
|
|
@@ -906,8 +906,8 @@ let R = class extends uo(at(y)) {
|
|
|
906
906
|
}
|
|
907
907
|
render() {
|
|
908
908
|
var t, s, e;
|
|
909
|
-
const { autofocus: c, buttonClassName: r, dangerDescription: n, disabled: u, download: l, href: p, hreflang: v, kind: h, isExpressive: b, isSelected: g, linkRole: f, openTooltip: x, ping: C, rel: $, size: S, tabIndex: M, target: T, tooltipAlignment: I, tooltipPosition: w, tooltipText: E, type: k, _hasIcon: P, hasMainContent: D, _handleSlotChange:
|
|
910
|
-
let
|
|
909
|
+
const { autofocus: c, buttonClassName: r, dangerDescription: n, disabled: u, download: l, href: p, hreflang: v, kind: h, isExpressive: b, isSelected: g, linkRole: f, openTooltip: x, ping: C, rel: $, size: S, tabIndex: M, target: T, tooltipAlignment: I, tooltipPosition: w, tooltipText: E, type: k, _hasIcon: P, hasMainContent: D, _handleSlotChange: V } = this;
|
|
910
|
+
let q = {
|
|
911
911
|
[`${i}--btn`]: !0,
|
|
912
912
|
[`${i}--btn--${h}`]: h,
|
|
913
913
|
[`${i}--btn--danger--tertiary`]: h === Lt.DANGER_TERTIARY,
|
|
@@ -924,14 +924,14 @@ let R = class extends uo(at(y)) {
|
|
|
924
924
|
const Z = {};
|
|
925
925
|
r == null || r.split(" ").forEach((tt) => {
|
|
926
926
|
Z[tt] = !0;
|
|
927
|
-
}),
|
|
927
|
+
}), q = Object.assign(Object.assign({}, q), Z);
|
|
928
928
|
}
|
|
929
|
-
const K = H(
|
|
929
|
+
const K = H(q), F = h.includes("danger");
|
|
930
930
|
if (p)
|
|
931
931
|
return u ? m`
|
|
932
932
|
<p id="button" part="button" class="${K}">
|
|
933
|
-
<slot @slotchange="${
|
|
934
|
-
<slot name="icon" @slotchange="${
|
|
933
|
+
<slot @slotchange="${V}"></slot>
|
|
934
|
+
<slot name="icon" @slotchange="${V}"></slot>
|
|
935
935
|
</p>
|
|
936
936
|
` : m`
|
|
937
937
|
<a
|
|
@@ -948,8 +948,8 @@ let R = class extends uo(at(y)) {
|
|
|
948
948
|
type="${A(k)}"
|
|
949
949
|
tabindex="${M}"
|
|
950
950
|
aria-describedby="badge-indicator">
|
|
951
|
-
<slot @slotchange="${
|
|
952
|
-
<slot name="icon" @slotchange="${
|
|
951
|
+
<slot @slotchange="${V}"></slot>
|
|
952
|
+
<slot name="icon" @slotchange="${V}"></slot>
|
|
953
953
|
</a>
|
|
954
954
|
${(t = m`<slot id="badge-indicator" name="badge-indicator"></slot>`) !== null && t !== void 0 ? t : !u}
|
|
955
955
|
`;
|
|
@@ -974,8 +974,8 @@ let R = class extends uo(at(y)) {
|
|
|
974
974
|
type="${A(k)}"
|
|
975
975
|
aria-label="${A(E)}"
|
|
976
976
|
aria-describedby="badge-indicator">
|
|
977
|
-
<slot @slotchange="${
|
|
978
|
-
<slot name="icon" @slotchange="${
|
|
977
|
+
<slot @slotchange="${V}"></slot>
|
|
978
|
+
<slot name="icon" @slotchange="${V}"></slot>
|
|
979
979
|
</button>
|
|
980
980
|
<span class="${i}--popover">
|
|
981
981
|
<span
|
|
@@ -999,8 +999,8 @@ let R = class extends uo(at(y)) {
|
|
|
999
999
|
${F ? m`<span class="${i}--visually-hidden"
|
|
1000
1000
|
>${n}</span
|
|
1001
1001
|
>` : ""}
|
|
1002
|
-
<slot @slotchange="${
|
|
1003
|
-
<slot name="icon" @slotchange="${
|
|
1002
|
+
<slot @slotchange="${V}"></slot>
|
|
1003
|
+
<slot name="icon" @slotchange="${V}"></slot>
|
|
1004
1004
|
</button>
|
|
1005
1005
|
${(e = m`<slot id="badge-indicator" name="badge-indicator"></slot>`) !== null && e !== void 0 ? e : !u}
|
|
1006
1006
|
`;
|
|
@@ -2404,7 +2404,7 @@ const fr = (o) => ({
|
|
|
2404
2404
|
}, g = Ys(c), f = Ws(g), x = await n.getDimensions(p), C = g === "y", $ = C ? "top" : "left", S = C ? "bottom" : "right", M = C ? "clientHeight" : "clientWidth", T = r.reference[f] + r.reference[g] - b[g] - r.floating[f], I = b[g] - r.reference[g], w = await (n.getOffsetParent == null ? void 0 : n.getOffsetParent(p));
|
|
2405
2405
|
let E = w ? w[M] : 0;
|
|
2406
2406
|
(!E || !await (n.isElement == null ? void 0 : n.isElement(w))) && (E = u.floating[M] || r.floating[f]);
|
|
2407
|
-
const k = T / 2 - I / 2, P = E / 2 - x[f] / 2 - 1, D = Ut(h[$], P),
|
|
2407
|
+
const k = T / 2 - I / 2, P = E / 2 - x[f] / 2 - 1, D = Ut(h[$], P), V = Ut(h[S], P), q = D, K = E - x[f] - V, F = E / 2 - x[f] / 2 + k, et = ir(q, F, K), J = !l.arrow && Co(c) != null && F !== et && r.reference[f] / 2 - (F < q ? D : V) - x[f] / 2 < 0, Z = J ? F < q ? F - q : F - K : 0;
|
|
2408
2408
|
return {
|
|
2409
2409
|
[g]: b[g] + Z,
|
|
2410
2410
|
data: {
|
|
@@ -2453,8 +2453,8 @@ const fr = (o) => ({
|
|
|
2453
2453
|
placement: c,
|
|
2454
2454
|
overflows: P
|
|
2455
2455
|
}], !P.every((F) => F <= 0)) {
|
|
2456
|
-
var
|
|
2457
|
-
const F = (((
|
|
2456
|
+
var V, q;
|
|
2457
|
+
const F = (((V = r.flip) == null ? void 0 : V.index) || 0) + 1, et = E[F];
|
|
2458
2458
|
if (et && (!(h === "alignment" ? S !== Ft(et) : !1) || // We leave the current main axis only if every placement on that axis
|
|
2459
2459
|
// overflows the main axis.
|
|
2460
2460
|
D.every((tt) => Ft(tt.placement) === S ? tt.overflows[0] > 0 : !0)))
|
|
@@ -2467,7 +2467,7 @@ const fr = (o) => ({
|
|
|
2467
2467
|
placement: et
|
|
2468
2468
|
}
|
|
2469
2469
|
};
|
|
2470
|
-
let J = (
|
|
2470
|
+
let J = (q = D.filter((Z) => Z.overflows[0] <= 0).sort((Z, tt) => Z.overflows[1] - tt.overflows[1])[0]) == null ? void 0 : q.placement;
|
|
2471
2471
|
if (!J)
|
|
2472
2472
|
switch (g) {
|
|
2473
2473
|
case "bestFit": {
|
|
@@ -2572,8 +2572,8 @@ const kr = function(o) {
|
|
|
2572
2572
|
const S = x - v.top - v.bottom, M = f - v.left - v.right, T = Ut(x - v[C], S), I = Ut(f - v[$], M), w = !t.middlewareData.shift;
|
|
2573
2573
|
let E = T, k = I;
|
|
2574
2574
|
if ((s = t.middlewareData.shift) != null && s.enabled.x && (k = M), (e = t.middlewareData.shift) != null && e.enabled.y && (E = S), w && !b) {
|
|
2575
|
-
const D = nt(v.left, 0),
|
|
2576
|
-
g ? k = f - 2 * (D !== 0 ||
|
|
2575
|
+
const D = nt(v.left, 0), V = nt(v.right, 0), q = nt(v.top, 0), K = nt(v.bottom, 0);
|
|
2576
|
+
g ? k = f - 2 * (D !== 0 || V !== 0 ? D + V : nt(v.left, v.right)) : E = x - 2 * (q !== 0 || K !== 0 ? q + K : nt(v.top, v.bottom));
|
|
2577
2577
|
}
|
|
2578
2578
|
await l({
|
|
2579
2579
|
...t,
|
|
@@ -2870,7 +2870,7 @@ function lc(o, t) {
|
|
|
2870
2870
|
const s = Xt(o);
|
|
2871
2871
|
return s === t || !xt(s) || zo(s) ? !1 : kt(s).position === "fixed" || lc(s, t);
|
|
2872
2872
|
}
|
|
2873
|
-
function
|
|
2873
|
+
function Vr(o, t) {
|
|
2874
2874
|
const s = t.get(o);
|
|
2875
2875
|
if (s)
|
|
2876
2876
|
return s;
|
|
@@ -2883,14 +2883,14 @@ function qr(o, t) {
|
|
|
2883
2883
|
}
|
|
2884
2884
|
return t.set(o, e), e;
|
|
2885
2885
|
}
|
|
2886
|
-
function
|
|
2886
|
+
function qr(o) {
|
|
2887
2887
|
let {
|
|
2888
2888
|
element: t,
|
|
2889
2889
|
boundary: s,
|
|
2890
2890
|
rootBoundary: e,
|
|
2891
2891
|
strategy: c
|
|
2892
2892
|
} = o;
|
|
2893
|
-
const n = [...s === "clippingAncestors" ? ms(t) ? [] :
|
|
2893
|
+
const n = [...s === "clippingAncestors" ? ms(t) ? [] : Vr(t, this._c) : [].concat(s), e], u = n[0], l = n.reduce((p, v) => {
|
|
2894
2894
|
const h = we(t, v, c);
|
|
2895
2895
|
return p.top = nt(h.top, p.top), p.right = Ut(h.right, p.right), p.bottom = Ut(h.bottom, p.bottom), p.left = nt(h.left, p.left), p;
|
|
2896
2896
|
}, we(t, u, c));
|
|
@@ -2982,7 +2982,7 @@ function Xr(o) {
|
|
|
2982
2982
|
const Zr = {
|
|
2983
2983
|
convertOffsetParentRelativeRectToViewportRelativeRect: Lr,
|
|
2984
2984
|
getDocumentElement: Pt,
|
|
2985
|
-
getClippingRect:
|
|
2985
|
+
getClippingRect: qr,
|
|
2986
2986
|
getOffsetParent: pc,
|
|
2987
2987
|
getElementRects: Ur,
|
|
2988
2988
|
getClientRects: Tr,
|
|
@@ -3711,6 +3711,30 @@ var fn = {
|
|
|
3711
3711
|
name: "notification",
|
|
3712
3712
|
size: 20
|
|
3713
3713
|
}, In = {
|
|
3714
|
+
elem: "svg",
|
|
3715
|
+
attrs: {
|
|
3716
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3717
|
+
viewBox: "0 0 32 32",
|
|
3718
|
+
fill: "currentColor",
|
|
3719
|
+
width: 20,
|
|
3720
|
+
height: 20
|
|
3721
|
+
},
|
|
3722
|
+
content: [{
|
|
3723
|
+
elem: "path",
|
|
3724
|
+
attrs: {
|
|
3725
|
+
d: "M26,16.5859V14H24v3a1,1,0,0,0,.293.707L27,20.4141V22H5V20.4141L7.707,17.707A1,1,0,0,0,8,17V13A7.9854,7.9854,0,0,1,20,6.0825V3.8467a9.896,9.896,0,0,0-3-.7959V1H15V3.0508A10.0136,10.0136,0,0,0,6,13v3.5859L3.293,19.293A1,1,0,0,0,3,20v3a1,1,0,0,0,1,1h7v1a5,5,0,0,0,10,0V24h7a1,1,0,0,0,1-1V20a1,1,0,0,0-.293-.707ZM19,25a3,3,0,0,1-6,0V24h6Z"
|
|
3726
|
+
}
|
|
3727
|
+
}, {
|
|
3728
|
+
elem: "circle",
|
|
3729
|
+
attrs: {
|
|
3730
|
+
cx: "26",
|
|
3731
|
+
cy: "8",
|
|
3732
|
+
r: "4"
|
|
3733
|
+
}
|
|
3734
|
+
}],
|
|
3735
|
+
name: "notification--new",
|
|
3736
|
+
size: 20
|
|
3737
|
+
}, On = {
|
|
3714
3738
|
elem: "svg",
|
|
3715
3739
|
attrs: {
|
|
3716
3740
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3732,7 +3756,7 @@ var fn = {
|
|
|
3732
3756
|
}],
|
|
3733
3757
|
name: "request-quote",
|
|
3734
3758
|
size: 16
|
|
3735
|
-
},
|
|
3759
|
+
}, Pn = {
|
|
3736
3760
|
elem: "svg",
|
|
3737
3761
|
attrs: {
|
|
3738
3762
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3754,7 +3778,7 @@ var fn = {
|
|
|
3754
3778
|
}],
|
|
3755
3779
|
name: "settings",
|
|
3756
3780
|
size: 16
|
|
3757
|
-
},
|
|
3781
|
+
}, Rn = {
|
|
3758
3782
|
elem: "svg",
|
|
3759
3783
|
attrs: {
|
|
3760
3784
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3771,7 +3795,7 @@ var fn = {
|
|
|
3771
3795
|
}],
|
|
3772
3796
|
name: "share",
|
|
3773
3797
|
size: 16
|
|
3774
|
-
},
|
|
3798
|
+
}, Ln = {
|
|
3775
3799
|
elem: "svg",
|
|
3776
3800
|
attrs: {
|
|
3777
3801
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3788,7 +3812,7 @@ var fn = {
|
|
|
3788
3812
|
}],
|
|
3789
3813
|
name: "user",
|
|
3790
3814
|
size: 32
|
|
3791
|
-
},
|
|
3815
|
+
}, Tn = {
|
|
3792
3816
|
elem: "svg",
|
|
3793
3817
|
attrs: {
|
|
3794
3818
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3805,7 +3829,7 @@ var fn = {
|
|
|
3805
3829
|
}],
|
|
3806
3830
|
name: "user",
|
|
3807
3831
|
size: 24
|
|
3808
|
-
},
|
|
3832
|
+
}, Nn = {
|
|
3809
3833
|
elem: "svg",
|
|
3810
3834
|
attrs: {
|
|
3811
3835
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3822,7 +3846,7 @@ var fn = {
|
|
|
3822
3846
|
}],
|
|
3823
3847
|
name: "user",
|
|
3824
3848
|
size: 20
|
|
3825
|
-
},
|
|
3849
|
+
}, Hn = {
|
|
3826
3850
|
elem: "svg",
|
|
3827
3851
|
attrs: {
|
|
3828
3852
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3839,7 +3863,7 @@ var fn = {
|
|
|
3839
3863
|
}],
|
|
3840
3864
|
name: "user",
|
|
3841
3865
|
size: 16
|
|
3842
|
-
},
|
|
3866
|
+
}, Bn = {
|
|
3843
3867
|
elem: "svg",
|
|
3844
3868
|
attrs: {
|
|
3845
3869
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3857,8 +3881,8 @@ var fn = {
|
|
|
3857
3881
|
name: "user--follow",
|
|
3858
3882
|
size: 16
|
|
3859
3883
|
};
|
|
3860
|
-
function
|
|
3861
|
-
return (t =
|
|
3884
|
+
function Dn(o, t, s) {
|
|
3885
|
+
return (t = Fn(t)) in o ? Object.defineProperty(o, t, {
|
|
3862
3886
|
value: s,
|
|
3863
3887
|
enumerable: !0,
|
|
3864
3888
|
configurable: !0,
|
|
@@ -3879,7 +3903,7 @@ function zs(o) {
|
|
|
3879
3903
|
for (var t = 1; t < arguments.length; t++) {
|
|
3880
3904
|
var s = arguments[t] != null ? arguments[t] : {};
|
|
3881
3905
|
t % 2 ? Ee(Object(s), !0).forEach(function(e) {
|
|
3882
|
-
|
|
3906
|
+
Dn(o, e, s[e]);
|
|
3883
3907
|
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(o, Object.getOwnPropertyDescriptors(s)) : Ee(Object(s)).forEach(function(e) {
|
|
3884
3908
|
Object.defineProperty(o, e, Object.getOwnPropertyDescriptor(s, e));
|
|
3885
3909
|
});
|
|
@@ -3888,14 +3912,14 @@ function zs(o) {
|
|
|
3888
3912
|
}
|
|
3889
3913
|
function Ie(o, t) {
|
|
3890
3914
|
if (o == null) return {};
|
|
3891
|
-
var s, e, c =
|
|
3915
|
+
var s, e, c = Vn(o, t);
|
|
3892
3916
|
if (Object.getOwnPropertySymbols) {
|
|
3893
3917
|
var r = Object.getOwnPropertySymbols(o);
|
|
3894
3918
|
for (e = 0; e < r.length; e++) s = r[e], t.indexOf(s) === -1 && {}.propertyIsEnumerable.call(o, s) && (c[s] = o[s]);
|
|
3895
3919
|
}
|
|
3896
3920
|
return c;
|
|
3897
3921
|
}
|
|
3898
|
-
function
|
|
3922
|
+
function Vn(o, t) {
|
|
3899
3923
|
if (o == null) return {};
|
|
3900
3924
|
var s = {};
|
|
3901
3925
|
for (var e in o) if ({}.hasOwnProperty.call(o, e)) {
|
|
@@ -3914,11 +3938,11 @@ function qn(o, t) {
|
|
|
3914
3938
|
}
|
|
3915
3939
|
return (t === "string" ? String : Number)(o);
|
|
3916
3940
|
}
|
|
3917
|
-
function
|
|
3941
|
+
function Fn(o) {
|
|
3918
3942
|
var t = qn(o, "string");
|
|
3919
3943
|
return typeof t == "symbol" ? t : t + "";
|
|
3920
3944
|
}
|
|
3921
|
-
var
|
|
3945
|
+
var jn = ["width", "height", "viewBox"], Un = ["tabindex"], Xn = {
|
|
3922
3946
|
// Reference:
|
|
3923
3947
|
// https://github.com/IBM/carbon-components-react/issues/1392
|
|
3924
3948
|
// https://github.com/PolymerElements/iron-iconset-svg/pull/47
|
|
@@ -3927,7 +3951,7 @@ var Fn = ["width", "height", "viewBox"], jn = ["tabindex"], Un = {
|
|
|
3927
3951
|
preserveAspectRatio: "xMidYMid meet"
|
|
3928
3952
|
};
|
|
3929
3953
|
function hc() {
|
|
3930
|
-
var o = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, t = o.width, s = o.height, e = o.viewBox, c = e === void 0 ? "0 0 ".concat(t, " ").concat(s) : e, r = Ie(o,
|
|
3954
|
+
var o = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, t = o.width, s = o.height, e = o.viewBox, c = e === void 0 ? "0 0 ".concat(t, " ").concat(s) : e, r = Ie(o, jn), n = r.tabindex, u = Ie(r, Un), l = zs(zs(zs({}, Xn), u), {}, {
|
|
3931
3955
|
width: t,
|
|
3932
3956
|
height: s,
|
|
3933
3957
|
viewBox: c
|
|
@@ -3951,7 +3975,7 @@ function gc(o) {
|
|
|
3951
3975
|
* This source code is licensed under the Apache-2.0 license found in the
|
|
3952
3976
|
* LICENSE file in the root directory of this source tree.
|
|
3953
3977
|
*/
|
|
3954
|
-
const
|
|
3978
|
+
const Zn = "https://ibmassistme-dev.zll1vg8lrcq.us-south.codeengine.appdomain.cloud/resources/assist-me/controller.js", Wn = "https://www.ibm.com/resources/assist-me/controller.js", N = (o, t, s) => {
|
|
3955
3979
|
const e = `${o}${t}`, n = {
|
|
3956
3980
|
AiLaunch20: fn,
|
|
3957
3981
|
AppConnectivity20: yn,
|
|
@@ -3966,26 +3990,27 @@ const Xn = "https://ibmassistme-dev.zll1vg8lrcq.us-south.codeengine.appdomain.cl
|
|
|
3966
3990
|
Login16: An,
|
|
3967
3991
|
Logout16: Mn,
|
|
3968
3992
|
Notification20: En,
|
|
3969
|
-
|
|
3970
|
-
|
|
3971
|
-
|
|
3972
|
-
|
|
3973
|
-
|
|
3974
|
-
|
|
3975
|
-
|
|
3976
|
-
|
|
3993
|
+
NotificationNew20: In,
|
|
3994
|
+
RequestQuote16: On,
|
|
3995
|
+
Settings16: Pn,
|
|
3996
|
+
Share16: Rn,
|
|
3997
|
+
User16: Hn,
|
|
3998
|
+
User20: Nn,
|
|
3999
|
+
User24: Tn,
|
|
4000
|
+
User32: Ln,
|
|
4001
|
+
UserFollow16: Bn
|
|
3977
4002
|
}[e];
|
|
3978
4003
|
return n ? gc({
|
|
3979
4004
|
...n,
|
|
3980
4005
|
attrs: { ...hc(n.attrs), slot: s }
|
|
3981
4006
|
}) : (console.error(`Icon "${e}" not found in CarbonIcons.`), m`<div class="icon-container">Icon not found</div>`);
|
|
3982
|
-
},
|
|
3983
|
-
function
|
|
4007
|
+
}, Yn = (o) => o !== null && typeof o == "object" && !Array.isArray(o) && Object.keys(o).length > 0;
|
|
4008
|
+
function Gn(o) {
|
|
3984
4009
|
switch (o) {
|
|
3985
4010
|
case "production":
|
|
3986
|
-
return
|
|
4011
|
+
return Wn;
|
|
3987
4012
|
default:
|
|
3988
|
-
return
|
|
4013
|
+
return Zn;
|
|
3989
4014
|
}
|
|
3990
4015
|
}
|
|
3991
4016
|
const Js = (o, t) => {
|
|
@@ -3994,7 +4019,7 @@ const Js = (o, t) => {
|
|
|
3994
4019
|
window == null ? void 0 : window.bluemixAnalytics
|
|
3995
4020
|
);
|
|
3996
4021
|
s && s.trackEvent(o, t);
|
|
3997
|
-
},
|
|
4022
|
+
}, Kn = `/**
|
|
3998
4023
|
* @license
|
|
3999
4024
|
*
|
|
4000
4025
|
* Copyright IBM Corp. 2025
|
|
@@ -4002,12 +4027,12 @@ const Js = (o, t) => {
|
|
|
4002
4027
|
* This source code is licensed under the Apache-2.0 license found in the
|
|
4003
4028
|
* LICENSE file in the root directory of this source tree.
|
|
4004
4029
|
*/.ibm-automation-cds--rail-sidePanel{inline-size:3rem!important}.ibm-automation-cds--rail-sidePanel a.ibm-automation-cds--side-nav__link[aria-current=page]:before,.ibm-automation-cds--rail-sidePanel a.ibm-automation-cds--side-nav__link--current:before{background-color:#0f62fe!important}.ibm-automation-cds--side-nav__items{overflow:visible!important}.ibm-automation-cds--side-nav__items .ibm-automation-cds--popover-container{display:inherit!important}.ibm-automation-cds--side-nav__navigation{overflow:visible!important}.ibm-automation-cds--side-panel-nav-item__popover-content .ibm-automation-cds--popover-content{font-size:var(--cds-body-01-font-size, .875rem);font-weight:var(--cds-body-01-font-weight, 400);line-height:var(--cds-body-01-line-height, 1.42857);letter-spacing:var(--cds-body-01-letter-spacing, .16px);padding:.5rem 1rem;background-color:#161616;color:#a8a8a8;max-inline-size:11rem}.ibm-automation-cds--side-panel-nav-item__popover-content .ibm-automation-cds--popover-caret{background-color:#161616}.ibm-automation-cds--side-nav__link img{margin-inline-end:1.5rem;padding-block-end:2px;vertical-align:middle}.ibm-automation-cds--side-nav__link-text::part(title){inline-size:100%}.ibm-automation-cds--side-nav__link-text .ibm-automation-cds--side-panel-nav-item__link{display:flex}.ibm-automation-cds--side-nav__link-text .ibm-automation-cds--side-panel-nav-item__link .launch_icon{margin-inline-start:auto}.ibm-automation-cds--side-nav__link-text .ibm-automation-cds--side-panel-nav-item__link .launch_icon svg{block-size:100%}.ibm-automation-cds--side-nav__link:hover{background-color:#292929}.ibm-automation-cds--side-nav__link:hover::part(title){color:#fff}`;
|
|
4005
|
-
var
|
|
4006
|
-
for (var c = e > 1 ? void 0 : e ?
|
|
4030
|
+
var Qn = Object.defineProperty, Jn = Object.getOwnPropertyDescriptor, Rt = (o, t, s, e) => {
|
|
4031
|
+
for (var c = e > 1 ? void 0 : e ? Jn(t, s) : t, r = o.length - 1, n; r >= 0; r--)
|
|
4007
4032
|
(n = o[r]) && (c = (e ? n(t, s, c) : n(c)) || c);
|
|
4008
|
-
return e && c &&
|
|
4033
|
+
return e && c && Qn(t, s, c), c;
|
|
4009
4034
|
};
|
|
4010
|
-
const { stablePrefix:
|
|
4035
|
+
const { stablePrefix: ti } = st;
|
|
4011
4036
|
let mt = class extends y {
|
|
4012
4037
|
constructor() {
|
|
4013
4038
|
super(...arguments), this.clickEventAnalytics = (t) => {
|
|
@@ -4129,7 +4154,7 @@ let mt = class extends y {
|
|
|
4129
4154
|
}
|
|
4130
4155
|
};
|
|
4131
4156
|
mt.styles = U`
|
|
4132
|
-
${ct(
|
|
4157
|
+
${ct(Kn)}
|
|
4133
4158
|
`;
|
|
4134
4159
|
Rt([
|
|
4135
4160
|
a({ type: Object })
|
|
@@ -4159,15 +4184,15 @@ Rt([
|
|
|
4159
4184
|
Ot()
|
|
4160
4185
|
], mt.prototype, "_isHoveringOnSideNavItem", 2);
|
|
4161
4186
|
mt = Rt([
|
|
4162
|
-
ot(`${
|
|
4187
|
+
ot(`${ti}-global-header-side-nav-item`)
|
|
4163
4188
|
], mt);
|
|
4164
|
-
var
|
|
4165
|
-
const
|
|
4189
|
+
var oi = U([".cds-custom--link{border:0;box-sizing:border-box;color:var(--cds-custom-link-text-color,var(--cds-custom-link-primary,#0f62fe));display:inline-flex;font-family:inherit;font-size:100%;font-size:var(--cds-custom-body-compact-01-font-size,.875rem);font-weight:var(--cds-custom-body-compact-01-font-weight,400);letter-spacing:var(--cds-custom-body-compact-01-letter-spacing,.16px);line-height:var(--cds-custom-body-compact-01-line-height,1.28572);margin:0;outline:none;padding:0;text-decoration:none;transition:color 70ms cubic-bezier(.2,0,.38,.9);vertical-align:baseline}.cds-custom--link *,.cds-custom--link :after,.cds-custom--link :before{box-sizing:inherit}.cds-custom--link:hover{color:var(--cds-custom-link-hover-text-color,var(--cds-custom-link-primary-hover,#0043ce));text-decoration:underline}.cds-custom--link:active,.cds-custom--link:active:visited,.cds-custom--link:active:visited:hover{color:var(--cds-custom-link-text-color,var(--cds-custom-link-primary,#0f62fe));outline:1px solid var(--cds-custom-focus,#0f62fe);outline-color:var(--cds-custom-link-focus-text-color,var(--cds-custom-focus,#0f62fe));text-decoration:underline}@media screen and (prefers-contrast){.cds-custom--link:active,.cds-custom--link:active:visited,.cds-custom--link:active:visited:hover{outline-style:dotted}}.cds-custom--link:focus{outline:1px solid var(--cds-custom-focus,#0f62fe);outline-color:var(--cds-custom-link-focus-text-color,var(--cds-custom-focus,#0f62fe));text-decoration:underline}@media screen and (prefers-contrast){.cds-custom--link:focus{outline-style:dotted}}.cds-custom--link:visited{color:var(--cds-custom-link-text-color,var(--cds-custom-link-primary,#0f62fe))}.cds-custom--link:visited:hover{color:var(--cds-custom-link-hover-text-color,var(--cds-custom-link-primary-hover,#0043ce))}.cds-custom--link--disabled,.cds-custom--link--disabled:hover{border:0;box-sizing:border-box;color:var(--cds-custom-text-disabled,hsla(0,0%,9%,.25));cursor:not-allowed;font-family:inherit;font-size:100%;font-size:var(--cds-custom-body-compact-01-font-size,.875rem);font-weight:var(--cds-custom-body-compact-01-font-weight,400);font-weight:400;letter-spacing:var(--cds-custom-body-compact-01-letter-spacing,.16px);line-height:var(--cds-custom-body-compact-01-line-height,1.28572);margin:0;padding:0;text-decoration:none;vertical-align:baseline}.cds-custom--link--disabled *,.cds-custom--link--disabled :after,.cds-custom--link--disabled :before,.cds-custom--link--disabled:hover *,.cds-custom--link--disabled:hover :after,.cds-custom--link--disabled:hover :before{box-sizing:inherit}.cds-custom--link.cds-custom--link--visited:visited{color:var(--cds-custom-link-visited-text-color,var(--cds-custom-link-visited,#8a3ffc))}.cds-custom--link.cds-custom--link--visited:visited:hover{color:var(--cds-custom-link-hover-text-color,var(--cds-custom-link-primary-hover,#0043ce))}.cds-custom--link.cds-custom--link--inline{display:inline;text-decoration:underline}.cds-custom--link--disabled.cds-custom--link--inline{text-decoration:underline}.cds-custom--link--sm,.cds-custom--link--sm.cds-custom--link--disabled:hover{font-size:var(--cds-custom-helper-text-01-font-size,.75rem);letter-spacing:var(--cds-custom-helper-text-01-letter-spacing,.32px);line-height:var(--cds-custom-helper-text-01-line-height,1.33333)}.cds-custom--link--lg,.cds-custom--link--lg.cds-custom--link--disabled:hover{font-size:var(--cds-custom-body-compact-02-font-size,1rem);font-weight:var(--cds-custom-body-compact-02-font-weight,400);letter-spacing:var(--cds-custom-body-compact-02-letter-spacing,0);line-height:var(--cds-custom-body-compact-02-line-height,1.375)}.cds-custom--link__icon{align-self:center;display:inline-flex;margin-inline-start:.5rem}:host(cds-custom-link){outline:none}:host(cds-custom-link) .cds-custom--link--disabled{color:var(--cds-custom-text-disabled,hsla(0,0%,9%,.25))}:host(cds-custom-link) .cds-custom--link__icon[hidden]{display:none}"]);
|
|
4190
|
+
const si = {
|
|
4166
4191
|
MEDIUM: "md"
|
|
4167
4192
|
};
|
|
4168
4193
|
let G = class extends at(y) {
|
|
4169
4194
|
constructor() {
|
|
4170
|
-
super(...arguments), this._hasIcon = !1, this.disabled = !1, this.inline = !1, this.size =
|
|
4195
|
+
super(...arguments), this._hasIcon = !1, this.disabled = !1, this.inline = !1, this.size = si.MEDIUM, this.visited = !1;
|
|
4171
4196
|
}
|
|
4172
4197
|
/**
|
|
4173
4198
|
* Handles `slotchange` event.
|
|
@@ -4248,7 +4273,7 @@ let G = class extends at(y) {
|
|
|
4248
4273
|
}
|
|
4249
4274
|
};
|
|
4250
4275
|
G.shadowRootOptions = Object.assign(Object.assign({}, y.shadowRootOptions), { delegatesFocus: !0 });
|
|
4251
|
-
G.styles =
|
|
4276
|
+
G.styles = oi;
|
|
4252
4277
|
d([
|
|
4253
4278
|
Dt("#link")
|
|
4254
4279
|
], G.prototype, "_linkNode", void 0);
|
|
@@ -4291,7 +4316,7 @@ d([
|
|
|
4291
4316
|
G = d([
|
|
4292
4317
|
O(`${i}-link`)
|
|
4293
4318
|
], G);
|
|
4294
|
-
var
|
|
4319
|
+
var ei = G;
|
|
4295
4320
|
/**
|
|
4296
4321
|
* @license
|
|
4297
4322
|
*
|
|
@@ -4309,7 +4334,7 @@ var Ts = /* @__PURE__ */ ((o) => (o[o.invite = 0] = "invite", o[o.contact = 1] =
|
|
|
4309
4334
|
* This source code is licensed under the Apache-2.0 license found in the
|
|
4310
4335
|
* LICENSE file in the root directory of this source tree.
|
|
4311
4336
|
*/
|
|
4312
|
-
const
|
|
4337
|
+
const ci = ({
|
|
4313
4338
|
description: o,
|
|
4314
4339
|
links: t,
|
|
4315
4340
|
actionText: s,
|
|
@@ -4333,7 +4358,7 @@ const ei = ({
|
|
|
4333
4358
|
class="${z}__tooltip-link">
|
|
4334
4359
|
<span
|
|
4335
4360
|
>${c.label}
|
|
4336
|
-
${
|
|
4361
|
+
${ri(c.type)}</span
|
|
4337
4362
|
>
|
|
4338
4363
|
</cds-custom-link>
|
|
4339
4364
|
`
|
|
@@ -4354,7 +4379,7 @@ const ei = ({
|
|
|
4354
4379
|
</div>
|
|
4355
4380
|
</div>
|
|
4356
4381
|
`;
|
|
4357
|
-
function
|
|
4382
|
+
function ri(o) {
|
|
4358
4383
|
switch (o) {
|
|
4359
4384
|
case "invite":
|
|
4360
4385
|
case Ts.invite:
|
|
@@ -4366,7 +4391,7 @@ function ci(o) {
|
|
|
4366
4391
|
return N("User", 16);
|
|
4367
4392
|
}
|
|
4368
4393
|
}
|
|
4369
|
-
const
|
|
4394
|
+
const ni = /* @__PURE__ */ new WeakMap();
|
|
4370
4395
|
let Oe = 0;
|
|
4371
4396
|
const ws = /* @__PURE__ */ new Map(), Pe = /* @__PURE__ */ new WeakSet(), Re = () => new Promise((o) => requestAnimationFrame(o)), bc = [{ opacity: 0 }], fc = [{ opacity: 0 }, { opacity: 1 }], Le = (o, t) => {
|
|
4372
4397
|
const s = o - t;
|
|
@@ -4390,8 +4415,8 @@ const ws = /* @__PURE__ */ new Map(), Pe = /* @__PURE__ */ new WeakSet(), Re = (
|
|
|
4390
4415
|
t === 0 && (t = 1, s = { height: "1px" });
|
|
4391
4416
|
const e = Te(o, t);
|
|
4392
4417
|
return { value: e, overrideFrom: s, transform: e == null || isNaN(e) ? void 0 : `scaleY(${e})` };
|
|
4393
|
-
} },
|
|
4394
|
-
class
|
|
4418
|
+
} }, ii = { duration: 333, easing: "ease-in-out" }, di = ["left", "top", "width", "height", "opacity", "color", "background"], Ne = /* @__PURE__ */ new WeakMap();
|
|
4419
|
+
class ai extends Jc {
|
|
4395
4420
|
constructor(t) {
|
|
4396
4421
|
if (super(t), this.t = !1, this.i = null, this.o = null, this.h = !0, this.shouldLog = !1, t.type === Us.CHILD) throw Error("The `animate` directive must be used in attribute position.");
|
|
4397
4422
|
this.createFinished();
|
|
@@ -4410,7 +4435,7 @@ class di extends Jc {
|
|
|
4410
4435
|
return _;
|
|
4411
4436
|
}
|
|
4412
4437
|
getController() {
|
|
4413
|
-
return
|
|
4438
|
+
return ni.get(this.u);
|
|
4414
4439
|
}
|
|
4415
4440
|
isDisabled() {
|
|
4416
4441
|
var t;
|
|
@@ -4424,7 +4449,7 @@ class di extends Jc {
|
|
|
4424
4449
|
p(t) {
|
|
4425
4450
|
t = t ?? {};
|
|
4426
4451
|
const s = this.getController();
|
|
4427
|
-
s !== void 0 && ((t = { ...s.defaultOptions, ...t }).keyframeOptions = { ...s.defaultOptions.keyframeOptions, ...t.keyframeOptions }), t.properties ?? (t.properties =
|
|
4452
|
+
s !== void 0 && ((t = { ...s.defaultOptions, ...t }).keyframeOptions = { ...s.defaultOptions.keyframeOptions, ...t.keyframeOptions }), t.properties ?? (t.properties = di), this.options = t;
|
|
4428
4453
|
}
|
|
4429
4454
|
m() {
|
|
4430
4455
|
const t = {}, s = this.element.getBoundingClientRect(), e = getComputedStyle(this.element);
|
|
@@ -4513,7 +4538,7 @@ class di extends Jc {
|
|
|
4513
4538
|
}), t;
|
|
4514
4539
|
}
|
|
4515
4540
|
j(t, s = this.O()) {
|
|
4516
|
-
const e = { ...
|
|
4541
|
+
const e = { ...ii };
|
|
4517
4542
|
return s.forEach((c) => Object.assign(e, c.options.keyframeOptions)), Object.assign(e, t), e;
|
|
4518
4543
|
}
|
|
4519
4544
|
N(t, s, e) {
|
|
@@ -4562,7 +4587,7 @@ class di extends Jc {
|
|
|
4562
4587
|
this.shouldLog && !this.isDisabled() && console.log(t, this.options.id, s);
|
|
4563
4588
|
}
|
|
4564
4589
|
}
|
|
4565
|
-
const yc = Xs(
|
|
4590
|
+
const yc = Xs(ai), ui = `/**
|
|
4566
4591
|
* @license
|
|
4567
4592
|
*
|
|
4568
4593
|
* Copyright IBM Corp. 2025
|
|
@@ -4570,12 +4595,12 @@ const yc = Xs(di), ai = `/**
|
|
|
4570
4595
|
* This source code is licensed under the Apache-2.0 license found in the
|
|
4571
4596
|
* LICENSE file in the root directory of this source tree.
|
|
4572
4597
|
*/.automation-header__tooltip{position:absolute;color:#fff;inline-size:16rem;inset-block-start:0;inset-inline-end:0;transform:translate(40px)}.automation-header__tooltip-body{padding:1rem;border-radius:3px;background-color:#393939;box-shadow:0 5px 5px #0000004d}.automation-header__tooltip-body :last-child{margin-block-end:0}.automation-global-header__tooltip-description{font-size:14px;line-height:1.25rem;margin-block-end:1rem}.automation-global-header__tooltip-links{margin-block-end:1rem}.automation-global-header__tooltip-links .automation-global-header__tooltip-link{display:block;padding:6px 15px;color:#78a9ff;margin-block-end:.25rem;margin-inline-start:-1rem}.automation-global-header__tooltip-links .automation-global-header__tooltip-link svg{fill:#78a9ff}.automation-global-header__tooltip-links .automation-global-header__tooltip-link:hover{background-color:#0000;text-decoration:underline}.automation-global-header__trial-button{display:inline-block}.automation-global-header__trial-button .buttons{display:flex;padding:6px 15px;background:#0f62fe;color:#fff}.automation-global-header__trial-button .button-icon{display:flex;margin-inline-start:20px}.automation-global-header__trial-button:hover{text-decoration:none}.automation-global-header--popover-content-container .ibm-automation-cds--popover span{display:none}.automation-global-header--popover-content-container .ibm-automation-cds--popover .ibm-automation-cds--popover-content{font-size:var(--cds-body-01-font-size, .875rem);font-weight:var(--cds-body-01-font-weight, 400);line-height:var(--cds-body-01-line-height, 1.42857);letter-spacing:var(--cds-body-01-letter-spacing, .16px);padding:.125rem .5rem;background-color:#393939;color:#fff}.automation-global-header--popover-content-container .ibm-automation-cds--popover .ibm-automation-cds--popover-caret{display:none}`;
|
|
4573
|
-
var
|
|
4574
|
-
for (var c = e > 1 ? void 0 : e ?
|
|
4598
|
+
var li = Object.defineProperty, pi = Object.getOwnPropertyDescriptor, te = (o, t, s, e) => {
|
|
4599
|
+
for (var c = e > 1 ? void 0 : e ? pi(t, s) : t, r = o.length - 1, n; r >= 0; r--)
|
|
4575
4600
|
(n = o[r]) && (c = (e ? n(t, s, c) : n(c)) || c);
|
|
4576
|
-
return e && c &&
|
|
4601
|
+
return e && c && li(t, s, c), c;
|
|
4577
4602
|
};
|
|
4578
|
-
const { stablePrefix:
|
|
4603
|
+
const { stablePrefix: mi } = st;
|
|
4579
4604
|
let No = class extends y {
|
|
4580
4605
|
constructor() {
|
|
4581
4606
|
super(), this.open = !1, this.trialConfig = {}, this.handleOutsideClick = this.handleOutsideClick.bind(this);
|
|
@@ -4600,7 +4625,7 @@ let No = class extends y {
|
|
|
4600
4625
|
${this.open ? m`<div
|
|
4601
4626
|
class="automation-header__tooltip"
|
|
4602
4627
|
${yc({ in: fc, out: bc, stabilizeOut: !0 })}>
|
|
4603
|
-
${
|
|
4628
|
+
${ci({ ...this.trialConfig })}
|
|
4604
4629
|
</div>` : _}
|
|
4605
4630
|
</cds-custom-popover-content>
|
|
4606
4631
|
</cds-custom-popover>
|
|
@@ -4608,7 +4633,7 @@ let No = class extends y {
|
|
|
4608
4633
|
}
|
|
4609
4634
|
};
|
|
4610
4635
|
No.styles = U`
|
|
4611
|
-
${ct(
|
|
4636
|
+
${ct(ui)}
|
|
4612
4637
|
`;
|
|
4613
4638
|
te([
|
|
4614
4639
|
a({ type: Boolean })
|
|
@@ -4617,9 +4642,9 @@ te([
|
|
|
4617
4642
|
a({ type: Object })
|
|
4618
4643
|
], No.prototype, "trialConfig", 2);
|
|
4619
4644
|
No = te([
|
|
4620
|
-
ot(`${
|
|
4645
|
+
ot(`${mi}-global-header-trial-popover`)
|
|
4621
4646
|
], No);
|
|
4622
|
-
const
|
|
4647
|
+
const vi = `/**
|
|
4623
4648
|
* @license
|
|
4624
4649
|
*
|
|
4625
4650
|
* Copyright IBM Corp. 2025
|
|
@@ -4627,12 +4652,12 @@ const mi = `/**
|
|
|
4627
4652
|
* This source code is licensed under the Apache-2.0 license found in the
|
|
4628
4653
|
* LICENSE file in the root directory of this source tree.
|
|
4629
4654
|
*/.automation-global-header__user-profile-image .automation-global-header__user-profile-image--light{color:#161616}.automation-global-header__user-profile-image .automation-global-header__user-profile-image--light.automation-global-header__user-profile-image--light-cyan,.automation-global-header__user-profile-image .automation-global-header__user-profile-image--light.automation-global-header__user-profile-image--dark-cyan,.automation-global-header__user-profile-image .automation-global-header__user-profile-image--light.automation-global-header__user-profile-image--light-gray,.automation-global-header__user-profile-image .automation-global-header__user-profile-image--light.automation-global-header__user-profile-image--dark-gray,.automation-global-header__user-profile-image .automation-global-header__user-profile-image--light.automation-global-header__user-profile-image--light-green,.automation-global-header__user-profile-image .automation-global-header__user-profile-image--light.automation-global-header__user-profile-image--dark-green,.automation-global-header__user-profile-image .automation-global-header__user-profile-image--light.automation-global-header__user-profile-image--light-magenta,.automation-global-header__user-profile-image .automation-global-header__user-profile-image--light.automation-global-header__user-profile-image--dark-magenta,.automation-global-header__user-profile-image .automation-global-header__user-profile-image--light.automation-global-header__user-profile-image--light-purple,.automation-global-header__user-profile-image .automation-global-header__user-profile-image--light.automation-global-header__user-profile-image--dark-purple,.automation-global-header__user-profile-image .automation-global-header__user-profile-image--light.automation-global-header__user-profile-image--light-teal,.automation-global-header__user-profile-image .automation-global-header__user-profile-image--light.automation-global-header__user-profile-image--dark-teal{background-color:#1192e8}.automation-global-header__user-profile-image .automation-global-header__user-profile-image--dark{color:#161616}.automation-global-header__user-profile-image .automation-global-header__user-profile-image--dark.automation-global-header__user-profile-image--light-cyan,.automation-global-header__user-profile-image .automation-global-header__user-profile-image--dark.automation-global-header__user-profile-image--dark-cyan,.automation-global-header__user-profile-image .automation-global-header__user-profile-image--dark.automation-global-header__user-profile-image--light-gray,.automation-global-header__user-profile-image .automation-global-header__user-profile-image--dark.automation-global-header__user-profile-image--dark-gray,.automation-global-header__user-profile-image .automation-global-header__user-profile-image--dark.automation-global-header__user-profile-image--light-green,.automation-global-header__user-profile-image .automation-global-header__user-profile-image--dark.automation-global-header__user-profile-image--dark-green,.automation-global-header__user-profile-image .automation-global-header__user-profile-image--dark.automation-global-header__user-profile-image--light-magenta,.automation-global-header__user-profile-image .automation-global-header__user-profile-image--dark.automation-global-header__user-profile-image--dark-magenta,.automation-global-header__user-profile-image .automation-global-header__user-profile-image--dark.automation-global-header__user-profile-image--light-purple,.automation-global-header__user-profile-image .automation-global-header__user-profile-image--dark.automation-global-header__user-profile-image--dark-purple,.automation-global-header__user-profile-image .automation-global-header__user-profile-image--dark.automation-global-header__user-profile-image--light-teal,.automation-global-header__user-profile-image .automation-global-header__user-profile-image--dark.automation-global-header__user-profile-image--dark-teal{background-color:#1192e8}.automation-global-header__user-profile-image .automation-global-header__user-profile-image{display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:100%;text-transform:uppercase}.automation-global-header__user-profile-image .automation-global-header__user-profile-image__photo{border-radius:100%;inline-size:100%}.automation-global-header__user-profile-image .automation-global-header__user-profile-image__photo--xlg{block-size:3rem;inline-size:3rem}.automation-global-header__user-profile-image .automation-global-header__user-profile-image__photo--lg{block-size:2rem;inline-size:2rem}.automation-global-header__user-profile-image .automation-global-header__user-profile-image__photo--md{block-size:1.5rem;inline-size:1.5rem}.automation-global-header__user-profile-image .automation-global-header__user-profile-image__photo--sm{block-size:1.25rem;inline-size:1.25rem}.automation-global-header__user-profile-image .automation-global-header__user-profile-image__photo--xs{block-size:1rem;inline-size:1rem}.automation-global-header__user-profile-image .automation-global-header__user-profile-image--xlg{block-size:3rem;inline-size:3rem;font-size:var(--cds-heading-03-font-size, 1.25rem);font-weight:var(--cds-heading-03-font-weight, 400);line-height:var(--cds-heading-03-line-height, 1.4);letter-spacing:var(--cds-heading-03-letter-spacing, 0)}.automation-global-header__user-profile-image .automation-global-header__user-profile-image--lg{block-size:2rem;inline-size:2rem;font-size:var(--cds-body-short-01-font-size, .875rem);font-weight:var(--cds-body-short-01-font-weight, 400);line-height:var(--cds-body-short-01-line-height, 1.28572);letter-spacing:var(--cds-body-short-01-letter-spacing, .16px)}.automation-global-header__user-profile-image .automation-global-header__user-profile-image--md{block-size:1.5rem;inline-size:1.5rem;font-size:var(--cds-label-01-font-size, .75rem);font-weight:var(--cds-label-01-font-weight, 400);line-height:var(--cds-label-01-line-height, 1.33333);letter-spacing:var(--cds-label-01-letter-spacing, .32px);font-weight:700}.automation-global-header__user-profile-image .automation-global-header__user-profile-image--sm{block-size:1.25rem;inline-size:1.25rem;font-size:var(--cds-label-01-font-size, .75rem);font-weight:var(--cds-label-01-font-weight, 400);line-height:var(--cds-label-01-line-height, 1.33333);letter-spacing:var(--cds-label-01-letter-spacing, .32px);font-weight:700}.automation-global-header__user-profile-image .automation-global-header__user-profile-image--xs{block-size:1rem;inline-size:1rem;font-size:var(--cds-label-01-font-size, .75rem);font-weight:var(--cds-label-01-font-weight, 400);line-height:var(--cds-label-01-line-height, 1.33333);letter-spacing:var(--cds-label-01-letter-spacing, .32px);font-weight:700}.automation-global-header__user-profile-image{display:flex;align-items:center;justify-content:center;block-size:100%}`;
|
|
4630
|
-
var
|
|
4631
|
-
for (var c = e > 1 ? void 0 : e ?
|
|
4655
|
+
var hi = Object.defineProperty, gi = Object.getOwnPropertyDescriptor, po = (o, t, s, e) => {
|
|
4656
|
+
for (var c = e > 1 ? void 0 : e ? gi(t, s) : t, r = o.length - 1, n; r >= 0; r--)
|
|
4632
4657
|
(n = o[r]) && (c = (e ? n(t, s, c) : n(c)) || c);
|
|
4633
|
-
return e && c &&
|
|
4658
|
+
return e && c && hi(t, s, c), c;
|
|
4634
4659
|
};
|
|
4635
|
-
const Qt = `${z}__user-profile-image`, { stablePrefix:
|
|
4660
|
+
const Qt = `${z}__user-profile-image`, { stablePrefix: bi } = st;
|
|
4636
4661
|
let Nt = class extends y {
|
|
4637
4662
|
constructor() {
|
|
4638
4663
|
super(...arguments), this.kind = "", this.size = "lg", this.image = "", this.initials = "", this.className = "", this.backgroundColor = "light-cyan", this.icons = {
|
|
@@ -4667,7 +4692,7 @@ let Nt = class extends y {
|
|
|
4667
4692
|
}
|
|
4668
4693
|
};
|
|
4669
4694
|
Nt.styles = U`
|
|
4670
|
-
${ct(
|
|
4695
|
+
${ct(vi)}
|
|
4671
4696
|
`;
|
|
4672
4697
|
po([
|
|
4673
4698
|
a({ type: String })
|
|
@@ -4688,9 +4713,9 @@ po([
|
|
|
4688
4713
|
a({ type: String })
|
|
4689
4714
|
], Nt.prototype, "backgroundColor", 2);
|
|
4690
4715
|
Nt = po([
|
|
4691
|
-
ot(`${
|
|
4716
|
+
ot(`${bi}-global-header-user-profile-image`)
|
|
4692
4717
|
], Nt);
|
|
4693
|
-
const
|
|
4718
|
+
const fi = `/**
|
|
4694
4719
|
* @license
|
|
4695
4720
|
*
|
|
4696
4721
|
* Copyright IBM Corp. 2025
|
|
@@ -4698,12 +4723,12 @@ const bi = `/**
|
|
|
4698
4723
|
* This source code is licensed under the Apache-2.0 license found in the
|
|
4699
4724
|
* LICENSE file in the root directory of this source tree.
|
|
4700
4725
|
*/.automation-global-header__popover__section{position:relative;padding:1rem}.automation-global-header__popover__section:not(:last-child):after{position:absolute;border-block-end:1px solid #393939;content:"";inline-size:100%;inset-block-end:0;inset-inline-start:0}.automation--header__popover__header{display:flex;flex-wrap:nowrap}.automation--header__popover__profile__header__title{font-size:var(--cds-productive-heading-03-font-size, 1.25rem);font-weight:var(--cds-productive-heading-03-font-weight, 400);line-height:var(--cds-productive-heading-03-line-height, 1.4);letter-spacing:var(--cds-productive-heading-03-letter-spacing, 0);line-height:1.2;margin-block-end:.25rem}.automation--header__popover__profile__header__title,.automation--header__popover__profile__header__email{display:block;inline-size:189px;word-wrap:break-word}.automation-global-header__horizontal_section{border:.25px solid #393939;margin-inline:.5rem}.automation-global-header__name_section{margin-inline-start:1rem}.automation-global-header__console_lnk_section,.automation-global-header__usr_management_lnk_section{padding:0}.automation-global-header__popover__link-item a{text-decoration:none}.automation-global-header__popover__section ul,.automation-global-header__profile_footer ul{padding:0;margin:0}.automation-global-header__popover__section ul li,.automation-global-header__profile_footer ul li{list-style-position:inside;list-style-type:none}.automation-global-header__popover__link{font-size:var(--cds-body-short-01-font-size, .875rem);font-weight:var(--cds-body-short-01-font-weight, 400);line-height:var(--cds-body-short-01-line-height, 1.28572);letter-spacing:var(--cds-body-short-01-letter-spacing, .16px);display:flex;padding:1rem;color:#fff;text-decoration:none;transition:background-color .11s,color .11s}.automation-global-header__popover__link svg{block-size:100%}.automation-global-header__popover__link .link_icon{margin-inline-end:.5rem}.automation-global-header__popover__link:hover{background-color:#353535}.automation-global-header__popover__link:hover .launch_icon{opacity:1}.automation-global-header__popover__link .link_text{margin:auto 0}.automation-global-header__popover__link .launch_icon{margin-inline-start:auto;opacity:0}.automation--header__popover__profile__header__email{font-size:var(--cds-label-01-font-size, .75rem);font-weight:var(--cds-label-01-font-weight, 400);line-height:var(--cds-label-01-line-height, 1.33333);letter-spacing:var(--cds-label-01-letter-spacing, .32px);color:#c6c6c6}.automation-global-header__instance_details{margin:1rem}.automation-global-header__title-bar__label{font-size:var(--cds-label-01-font-size, .75rem);font-weight:var(--cds-label-01-font-weight, 400);line-height:var(--cds-label-01-line-height, 1.33333);letter-spacing:var(--cds-label-01-letter-spacing, .32px);color:#c6c6c6;margin-block-end:.25rem}.automation-global-header__title-bar__text{font-size:var(--cds-expressive-heading-01-font-size, .875rem);font-weight:var(--cds-expressive-heading-01-font-weight, 600);line-height:var(--cds-expressive-heading-01-line-height, 1.42857);letter-spacing:var(--cds-expressive-heading-01-letter-spacing, .16px);font-weight:400}.automation-global-header__title-bar__text:not(:last-child){margin-block-end:1rem}.automation-global-header__popover__profile__footer__logout{color:#fff!important}.automation-global-header__popover__link-item cds-button{inline-size:100%}.automation-global-header__popover__link-item cds-button::part(button){padding:0;inline-size:100%}.automation-global-header__popover__link-item cds-button .automation-global-header__popover__link{inline-size:100%}`;
|
|
4701
|
-
var
|
|
4702
|
-
for (var c = e > 1 ? void 0 : e ?
|
|
4726
|
+
var yi = Object.defineProperty, _i = Object.getOwnPropertyDescriptor, _c = (o, t, s, e) => {
|
|
4727
|
+
for (var c = e > 1 ? void 0 : e ? _i(t, s) : t, r = o.length - 1, n; r >= 0; r--)
|
|
4703
4728
|
(n = o[r]) && (c = (e ? n(t, s, c) : n(c)) || c);
|
|
4704
|
-
return e && c &&
|
|
4729
|
+
return e && c && yi(t, s, c), c;
|
|
4705
4730
|
};
|
|
4706
|
-
const { stablePrefix:
|
|
4731
|
+
const { stablePrefix: xi } = st, Jt = "title-icon", to = 16;
|
|
4707
4732
|
let cs = class extends y {
|
|
4708
4733
|
constructor() {
|
|
4709
4734
|
super(...arguments), this.props = {}, this.renderMainSection = (t) => {
|
|
@@ -4861,15 +4886,15 @@ let cs = class extends y {
|
|
|
4861
4886
|
}
|
|
4862
4887
|
};
|
|
4863
4888
|
cs.styles = U`
|
|
4864
|
-
${ct([
|
|
4889
|
+
${ct([fi])}
|
|
4865
4890
|
`;
|
|
4866
4891
|
_c([
|
|
4867
4892
|
a({ type: Object })
|
|
4868
4893
|
], cs.prototype, "props", 2);
|
|
4869
4894
|
cs = _c([
|
|
4870
|
-
ot(`${
|
|
4895
|
+
ot(`${xi}-global-header-auth-context`)
|
|
4871
4896
|
], cs);
|
|
4872
|
-
const xi = `.ibm-automation-cds__header{z-index:8050}.ibm-automation-cds__header-name{margin:0 0 0 -.5rem}.ibm-automation-cds__capability-name{overflow:hidden;color:var(--cds-custom-text-primary);font-weight:400;margin-inline-end:1.5rem;text-overflow:ellipsis;white-space:nowrap}.ibm-automation-cds__product-type{white-space:nowrap}.ibm-automation-cds__global{display:flex;flex:1 1 0%;justify-content:flex-end;block-size:100%}.automation-global-header__popover__section{position:relative;padding:1rem}.automation-global-header__popover__section:not(:last-child):after{position:absolute;border-block-end:1px solid #393939;content:"";inline-size:100%;inset-block-end:0;inset-inline-start:0}.automation--header__popover__header{display:flex;flex-wrap:nowrap}.automation--header__popover__profile__header__title{font-size:var(--cds-productive-heading-03-font-size, 1.25rem);font-weight:var(--cds-productive-heading-03-font-weight, 400);line-height:var(--cds-productive-heading-03-line-height, 1.4);letter-spacing:var(--cds-productive-heading-03-letter-spacing, 0);line-height:1.2;margin-block-end:.25rem}.automation--header__popover__profile__header__title,.automation--header__popover__profile__header__email{display:block;inline-size:189px;word-wrap:break-word}.automation-global-header__horizontal_section{border:.25px solid #393939;margin-inline:.5rem}.automation-global-header__name_section{margin-inline-start:1rem}.automation-global-header__console_lnk_section,.automation-global-header__usr_management_lnk_section{padding:0}.automation-global-header__popover__link-item a{text-decoration:none}.automation-global-header__popover__section ul,.automation-global-header__profile_footer ul{padding:0;margin:0}.automation-global-header__popover__section ul li,.automation-global-header__profile_footer ul li{list-style-position:inside;list-style-type:none}.automation-global-header__popover__link{font-size:var(--cds-body-short-01-font-size, .875rem);font-weight:var(--cds-body-short-01-font-weight, 400);line-height:var(--cds-body-short-01-line-height, 1.28572);letter-spacing:var(--cds-body-short-01-letter-spacing, .16px);display:flex;padding:1rem;color:#fff;text-decoration:none;transition:background-color .11s,color .11s}.automation-global-header__popover__link svg{block-size:100%}.automation-global-header__popover__link .link_icon{margin-inline-end:.5rem}.automation-global-header__popover__link:hover{background-color:#353535}.automation-global-header__popover__link:hover .launch_icon{opacity:1}.automation-global-header__popover__link .link_text{margin:auto 0}.automation-global-header__popover__link .launch_icon{margin-inline-start:auto;opacity:0}.automation--header__popover__profile__header__email{font-size:var(--cds-label-01-font-size, .75rem);font-weight:var(--cds-label-01-font-weight, 400);line-height:var(--cds-label-01-line-height, 1.33333);letter-spacing:var(--cds-label-01-letter-spacing, .32px);color:#c6c6c6}.automation-global-header__instance_details{margin:1rem}.automation-global-header__title-bar__label{font-size:var(--cds-label-01-font-size, .75rem);font-weight:var(--cds-label-01-font-weight, 400);line-height:var(--cds-label-01-line-height, 1.33333);letter-spacing:var(--cds-label-01-letter-spacing, .32px);color:#c6c6c6;margin-block-end:.25rem}.automation-global-header__title-bar__text{font-size:var(--cds-expressive-heading-01-font-size, .875rem);font-weight:var(--cds-expressive-heading-01-font-weight, 600);line-height:var(--cds-expressive-heading-01-line-height, 1.42857);letter-spacing:var(--cds-expressive-heading-01-letter-spacing, .16px);font-weight:400}.automation-global-header__title-bar__text:not(:last-child){margin-block-end:1rem}.automation-global-header__popover__profile__footer__logout{color:#fff!important}.automation-global-header__popover__link-item cds-button{inline-size:100%}.automation-global-header__popover__link-item cds-button::part(button){padding:0;inline-size:100%}.automation-global-header__popover__link-item cds-button .automation-global-header__popover__link{inline-size:100%}cds-custom-header-global-action.mcsp-header-user-profile{display:flex;block-size:48px;inline-size:48px}cds-custom-header-global-action clabs-global-header-user-profile-image{inline-size:100%}.ibm-automation-cds__help-menu{list-style:none}.ibm-automation-cds__help-menu svg{fill:#fff}.ibm-automation-cds__help-menu ul{transform:translate(calc(3rem - 100%)) translateY(100%)!important}.ibm-automation-cds__help-menu .ibm-automation-cds--text-truncate--end{display:flex;justify-content:space-between;inline-size:320px}.ibm-automation-cds__help-menu .ibm-automation-cds--header__menu-item{padding:12px;block-size:47px}.automation-global-header__notification svg{fill:#fff}.automation-global-header__notification svg circle{fill:#d61f28}cds-custom-header-global-action.mcsp-header-user-profile>div{border-radius:50%;margin:7px;background-color:#1192e8;block-size:32px;inline-size:32px}cds-custom-header-global-action.mcsp-header-user-profile>div svg{margin:6px}.automation-global-header__divider:before{display:block;background-color:var(--cds-custom-border-subtle);block-size:2.5rem;content:"";inline-size:.0625rem;transform:translateY(.25rem)}.automation--header__group{position:relative;display:flex}.automation-global-header--popover-content-container .ibm-automation-cds--popover span{display:none!important}.automation-global-header--popover-content-container .ibm-automation-cds--popover .ibm-automation-cds--popover-caret{display:none!important}.ibm-automation-cds--custom-header__nav{display:block!important}.ibm-automation-cds--header__global .ibm-automation-cds--popover span{display:none!important}.c4p--user-profile-image--light{color:#000}.automation-global-header__trial-menu__counting-box-alert{background-image:linear-gradient(135deg,#161616,#161616),linear-gradient(135deg,#fa4d56,#fa4d56)}.automation-global-header__trial-menu{color:#f4f4f4}.automation-global-header__trial-menu::part(button){display:flex;align-items:center;padding:0 .75rem;inline-size:fit-content}.automation-global-header__trial-menu p{font-size:var(--cds-label-01-font-size, .75rem);font-weight:var(--cds-label-01-font-weight, 400);line-height:var(--cds-label-01-line-height, 1.33333);letter-spacing:var(--cds-label-01-letter-spacing, .32px)}.automation-global-header__trial-menu .trial-label{color:#f4f4f4;padding-inline-start:5px;text-align:center;white-space:nowrap}.automation-global-header__trial-menu .automation-global-header__trial-menu__counting-box{border:1px solid transparent;border-radius:.125rem;background-clip:padding-box,border-box;background-image:linear-gradient(135deg,#161616,#161616),linear-gradient(135deg,#0043ce,#be95ff);background-origin:padding-box,border-box;block-size:1.25rem;color:#f4f4f4;font-size:14px;font-weight:600;min-inline-size:1rem;text-align:center}.automation-global-header__trial-menu .automation-global-header__trial-menu__counting-box-alert{background-image:linear-gradient(135deg,#161616,#161616),linear-gradient(135deg,#fa4d56,#fa4d56)}.automation-global-header__trial-menu:hover .automation-global-header__trial-menu__counting-box{background-image:linear-gradient(135deg,#353535,#353535),linear-gradient(135deg,#0043ce,#be95ff)!important}.automation-global-header__trial-menu:hover .automation-global-header__trial-menu__counting-box-alert{background-image:linear-gradient(135deg,#353535,#353535),linear-gradient(135deg,#fa4d56,#fa4d56)!important}.ibm-automation-cds--header__action:hover{background-color:#393939}.ibm-automation-cds--btn.ibm-automation-cds--btn--icon-only.ibm-automation-cds--header__action svg{fill:#fff}@media (forced-colors: active){.ibm-automation-cds--btn.ibm-automation-cds--btn--icon-only.ibm-automation-cds--header__action svg{fill:#fff}}@media (forced-colors: active) and (-ms-high-contrast: black-on-white){.ibm-automation-cds--btn.ibm-automation-cds--btn--icon-only.ibm-automation-cds--header__action svg{fill:#000}}@media (forced-colors: active) and (-ms-high-contrast: white-on-black){.ibm-automation-cds--btn.ibm-automation-cds--btn--icon-only.ibm-automation-cds--header__action svg{fill:#fff}}.automation-global-header__switcher{border:0!important;block-size:max-content;inline-size:max-content;min-block-size:max-content}.c4p--notifications-panel__container{border:0;block-size:max-content;min-block-size:max-content}.automation-header__tooltip{position:absolute;color:#fff;inline-size:16rem;inset-block-start:0;inset-inline-end:0;transform:translate(40px)}.automation-header__tooltip-body{padding:1rem;border-radius:3px;background-color:#393939;box-shadow:0 5px 5px #0000004d}.automation-header__tooltip-body :last-child{margin-block-end:0}.automation-global-header__tooltip-description{font-size:14px;line-height:1.25rem;margin-block-end:1rem}.automation-global-header__tooltip-links{margin-block-end:1rem}.automation-global-header__tooltip-links .automation-global-header__tooltip-link{display:block;padding:6px 15px;color:#78a9ff;margin-block-end:.25rem;margin-inline-start:-1rem}.automation-global-header__tooltip-links .automation-global-header__tooltip-link svg{fill:#78a9ff}.automation-global-header__tooltip-links .automation-global-header__tooltip-link:hover{background-color:#0000;text-decoration:underline}.automation-global-header__trial-button{display:inline-block}.automation-global-header__trial-button .buttons{display:flex;padding:6px 15px;background:#0f62fe;color:#fff}.automation-global-header__trial-button .button-icon{display:flex;margin-inline-start:20px}.automation-global-header__trial-button:hover{text-decoration:none}.automation-global-header--popover-content-container .ibm-automation-cds--popover span{display:none}.automation-global-header--popover-content-container .ibm-automation-cds--popover .ibm-automation-cds--popover-content{font-size:var(--cds-body-01-font-size, .875rem);font-weight:var(--cds-body-01-font-weight, 400);line-height:var(--cds-body-01-line-height, 1.42857);letter-spacing:var(--cds-body-01-letter-spacing, .16px);padding:.125rem .5rem;background-color:#393939;color:#fff}.automation-global-header--popover-content-container .ibm-automation-cds--popover .ibm-automation-cds--popover-caret{display:none}.automation-global-header__switcher{border:0!important;block-size:max-content;color:#a8a8a8;inline-size:max-content;min-block-size:max-content}.automation-global-header__switcher-menu{display:inline-block;block-size:47px;color:#a8a8a8;list-style-type:none;min-inline-size:12rem!important}.automation-global-header__switcher-menu-item-title{display:flex;align-items:flex-end;justify-content:space-between}.automation-global-header__switcher-menu-item-title span{overflow:hidden;margin-inline-end:1.5rem;max-inline-size:224px;text-overflow:ellipsis;white-space:nowrap}.automation-global-header__switcher-menu-item-title-hidden-checkmark{visibility:hidden}.automation-global-header__switcher-menu-item-title-icons-left{display:flex}.automation-global-header__switcher-menu-item-title-icons-left div{margin-inline-end:1rem}.automation-global-header__switcher-menu-item-title-icons-left span{overflow:hidden;margin-inline-end:1rem;max-inline-size:224px;text-overflow:ellipsis;white-space:nowrap}.automation-global-header__switcher-menu-item>span{overflow:hidden;max-inline-size:224px;text-overflow:ellipsis;white-space:nowrap}.automation-global-header__switcher-menu-disabled{pointer-events:none}.automation-global-header__switcher-menu.hybrid-ipaas .cds--header__menu-item+.cds--header__menu-title[aria-expanded=false]{inline-size:100%!important;min-inline-size:15rem!important}.automation-global-header__switcher-menu-group-title{display:flex;align-items:center;justify-content:space-between;block-size:47px;color:#f4f4f4;margin-inline-start:1rem;pointer-events:none;font-size:var(--cds-heading-compact-01-font-size, .875rem);font-weight:var(--cds-heading-compact-01-font-weight, 600);line-height:var(--cds-heading-compact-01-line-height, 1.28572);letter-spacing:var(--cds-heading-compact-01-letter-spacing, .16px)}cds-custom-header-menu::part(menu-body){inline-size:100%!important;max-block-size:calc(100vh - 47px);min-inline-size:15rem!important;overflow-x:hidden}cds-custom-header-menu::part(trigger){display:flex!important;overflow:hidden;flex-direction:row!important;flex-wrap:nowrap!important;align-items:center!important;justify-content:space-between!important;max-inline-size:224px;text-overflow:ellipsis;white-space:nowrap}cds-custom-header-menu-item:nth-last-child(2){border-block-end:1px solid #393939}/**
|
|
4897
|
+
const ki = `.ibm-automation-cds__header{z-index:8050}.ibm-automation-cds__header-name{margin:0 0 0 -.5rem}.ibm-automation-cds__capability-name{overflow:hidden;color:var(--cds-custom-text-primary);font-weight:400;margin-inline-end:1.5rem;text-overflow:ellipsis;white-space:nowrap}.ibm-automation-cds__product-type{white-space:nowrap}.ibm-automation-cds__global{display:flex;flex:1 1 0%;justify-content:flex-end;block-size:100%}.automation-global-header__popover__section{position:relative;padding:1rem}.automation-global-header__popover__section:not(:last-child):after{position:absolute;border-block-end:1px solid #393939;content:"";inline-size:100%;inset-block-end:0;inset-inline-start:0}.automation--header__popover__header{display:flex;flex-wrap:nowrap}.automation--header__popover__profile__header__title{font-size:var(--cds-productive-heading-03-font-size, 1.25rem);font-weight:var(--cds-productive-heading-03-font-weight, 400);line-height:var(--cds-productive-heading-03-line-height, 1.4);letter-spacing:var(--cds-productive-heading-03-letter-spacing, 0);line-height:1.2;margin-block-end:.25rem}.automation--header__popover__profile__header__title,.automation--header__popover__profile__header__email{display:block;inline-size:189px;word-wrap:break-word}.automation-global-header__horizontal_section{border:.25px solid #393939;margin-inline:.5rem}.automation-global-header__name_section{margin-inline-start:1rem}.automation-global-header__console_lnk_section,.automation-global-header__usr_management_lnk_section{padding:0}.automation-global-header__popover__link-item a{text-decoration:none}.automation-global-header__popover__section ul,.automation-global-header__profile_footer ul{padding:0;margin:0}.automation-global-header__popover__section ul li,.automation-global-header__profile_footer ul li{list-style-position:inside;list-style-type:none}.automation-global-header__popover__link{font-size:var(--cds-body-short-01-font-size, .875rem);font-weight:var(--cds-body-short-01-font-weight, 400);line-height:var(--cds-body-short-01-line-height, 1.28572);letter-spacing:var(--cds-body-short-01-letter-spacing, .16px);display:flex;padding:1rem;color:#fff;text-decoration:none;transition:background-color .11s,color .11s}.automation-global-header__popover__link svg{block-size:100%}.automation-global-header__popover__link .link_icon{margin-inline-end:.5rem}.automation-global-header__popover__link:hover{background-color:#353535}.automation-global-header__popover__link:hover .launch_icon{opacity:1}.automation-global-header__popover__link .link_text{margin:auto 0}.automation-global-header__popover__link .launch_icon{margin-inline-start:auto;opacity:0}.automation--header__popover__profile__header__email{font-size:var(--cds-label-01-font-size, .75rem);font-weight:var(--cds-label-01-font-weight, 400);line-height:var(--cds-label-01-line-height, 1.33333);letter-spacing:var(--cds-label-01-letter-spacing, .32px);color:#c6c6c6}.automation-global-header__instance_details{margin:1rem}.automation-global-header__title-bar__label{font-size:var(--cds-label-01-font-size, .75rem);font-weight:var(--cds-label-01-font-weight, 400);line-height:var(--cds-label-01-line-height, 1.33333);letter-spacing:var(--cds-label-01-letter-spacing, .32px);color:#c6c6c6;margin-block-end:.25rem}.automation-global-header__title-bar__text{font-size:var(--cds-expressive-heading-01-font-size, .875rem);font-weight:var(--cds-expressive-heading-01-font-weight, 600);line-height:var(--cds-expressive-heading-01-line-height, 1.42857);letter-spacing:var(--cds-expressive-heading-01-letter-spacing, .16px);font-weight:400}.automation-global-header__title-bar__text:not(:last-child){margin-block-end:1rem}.automation-global-header__popover__profile__footer__logout{color:#fff!important}.automation-global-header__popover__link-item cds-button{inline-size:100%}.automation-global-header__popover__link-item cds-button::part(button){padding:0;inline-size:100%}.automation-global-header__popover__link-item cds-button .automation-global-header__popover__link{inline-size:100%}cds-custom-header-global-action.mcsp-header-user-profile{display:flex;block-size:48px;inline-size:48px}cds-custom-header-global-action clabs-global-header-user-profile-image{inline-size:100%}.ibm-automation-cds__help-menu{list-style:none}.ibm-automation-cds__help-menu svg{fill:#fff}.ibm-automation-cds__help-menu ul{transform:translate(calc(3rem - 100%)) translateY(100%)!important}.ibm-automation-cds__help-menu .ibm-automation-cds--text-truncate--end{display:flex;justify-content:space-between;inline-size:320px}.ibm-automation-cds__help-menu .ibm-automation-cds--header__menu-item{padding:12px;block-size:47px}.automation-global-header__notification svg{fill:#fff}.automation-global-header__notification svg circle{fill:#d61f28}cds-custom-header-global-action.mcsp-header-user-profile>div{border-radius:50%;margin:7px;background-color:#1192e8;block-size:32px;inline-size:32px}cds-custom-header-global-action.mcsp-header-user-profile>div svg{margin:6px}.automation-global-header__divider:before{display:block;background-color:var(--cds-custom-border-subtle);block-size:2.5rem;content:"";inline-size:.0625rem;transform:translateY(.25rem)}.automation--header__group{position:relative;display:flex}.automation-global-header--popover-content-container .ibm-automation-cds--popover span{display:none!important}.automation-global-header--popover-content-container .ibm-automation-cds--popover .ibm-automation-cds--popover-caret{display:none!important}.ibm-automation-cds--custom-header__nav{display:block!important}.ibm-automation-cds--header__global .ibm-automation-cds--popover span{display:none!important}.c4p--user-profile-image--light{color:#000}.automation-global-header__trial-menu__counting-box-alert{background-image:linear-gradient(135deg,#161616,#161616),linear-gradient(135deg,#fa4d56,#fa4d56)}.automation-global-header__trial-menu{color:#f4f4f4}.automation-global-header__trial-menu::part(button){display:flex;align-items:center;padding:0 .75rem;inline-size:fit-content}.automation-global-header__trial-menu p{font-size:var(--cds-label-01-font-size, .75rem);font-weight:var(--cds-label-01-font-weight, 400);line-height:var(--cds-label-01-line-height, 1.33333);letter-spacing:var(--cds-label-01-letter-spacing, .32px)}.automation-global-header__trial-menu .trial-label{color:#f4f4f4;padding-inline-start:5px;text-align:center;white-space:nowrap}.automation-global-header__trial-menu .automation-global-header__trial-menu__counting-box{border:1px solid transparent;border-radius:.125rem;background-clip:padding-box,border-box;background-image:linear-gradient(135deg,#161616,#161616),linear-gradient(135deg,#0043ce,#be95ff);background-origin:padding-box,border-box;block-size:1.25rem;color:#f4f4f4;font-size:14px;font-weight:600;min-inline-size:1rem;text-align:center}.automation-global-header__trial-menu .automation-global-header__trial-menu__counting-box-alert{background-image:linear-gradient(135deg,#161616,#161616),linear-gradient(135deg,#fa4d56,#fa4d56)}.automation-global-header__trial-menu:hover .automation-global-header__trial-menu__counting-box{background-image:linear-gradient(135deg,#353535,#353535),linear-gradient(135deg,#0043ce,#be95ff)!important}.automation-global-header__trial-menu:hover .automation-global-header__trial-menu__counting-box-alert{background-image:linear-gradient(135deg,#353535,#353535),linear-gradient(135deg,#fa4d56,#fa4d56)!important}.ibm-automation-cds--header__action:hover{background-color:#393939}.ibm-automation-cds--btn.ibm-automation-cds--btn--icon-only.ibm-automation-cds--header__action svg{fill:#fff}@media (forced-colors: active){.ibm-automation-cds--btn.ibm-automation-cds--btn--icon-only.ibm-automation-cds--header__action svg{fill:#fff}}@media (forced-colors: active) and (-ms-high-contrast: black-on-white){.ibm-automation-cds--btn.ibm-automation-cds--btn--icon-only.ibm-automation-cds--header__action svg{fill:#000}}@media (forced-colors: active) and (-ms-high-contrast: white-on-black){.ibm-automation-cds--btn.ibm-automation-cds--btn--icon-only.ibm-automation-cds--header__action svg{fill:#fff}}.automation-global-header__switcher{border:0!important;block-size:max-content;inline-size:max-content;min-block-size:max-content}.c4p--notifications-panel__container{border:0;block-size:max-content;min-block-size:max-content}.automation-header__tooltip{position:absolute;color:#fff;inline-size:16rem;inset-block-start:0;inset-inline-end:0;transform:translate(40px)}.automation-header__tooltip-body{padding:1rem;border-radius:3px;background-color:#393939;box-shadow:0 5px 5px #0000004d}.automation-header__tooltip-body :last-child{margin-block-end:0}.automation-global-header__tooltip-description{font-size:14px;line-height:1.25rem;margin-block-end:1rem}.automation-global-header__tooltip-links{margin-block-end:1rem}.automation-global-header__tooltip-links .automation-global-header__tooltip-link{display:block;padding:6px 15px;color:#78a9ff;margin-block-end:.25rem;margin-inline-start:-1rem}.automation-global-header__tooltip-links .automation-global-header__tooltip-link svg{fill:#78a9ff}.automation-global-header__tooltip-links .automation-global-header__tooltip-link:hover{background-color:#0000;text-decoration:underline}.automation-global-header__trial-button{display:inline-block}.automation-global-header__trial-button .buttons{display:flex;padding:6px 15px;background:#0f62fe;color:#fff}.automation-global-header__trial-button .button-icon{display:flex;margin-inline-start:20px}.automation-global-header__trial-button:hover{text-decoration:none}.automation-global-header--popover-content-container .ibm-automation-cds--popover span{display:none}.automation-global-header--popover-content-container .ibm-automation-cds--popover .ibm-automation-cds--popover-content{font-size:var(--cds-body-01-font-size, .875rem);font-weight:var(--cds-body-01-font-weight, 400);line-height:var(--cds-body-01-line-height, 1.42857);letter-spacing:var(--cds-body-01-letter-spacing, .16px);padding:.125rem .5rem;background-color:#393939;color:#fff}.automation-global-header--popover-content-container .ibm-automation-cds--popover .ibm-automation-cds--popover-caret{display:none}.automation-global-header__switcher{border:0!important;block-size:max-content;color:#a8a8a8;inline-size:max-content;min-block-size:max-content}.automation-global-header__switcher-menu{display:inline-block;block-size:47px;color:#a8a8a8;list-style-type:none;min-inline-size:12rem!important}.automation-global-header__switcher-menu-item-title{display:flex;align-items:flex-end;justify-content:space-between}.automation-global-header__switcher-menu-item-title span{overflow:hidden;margin-inline-end:1.5rem;max-inline-size:224px;text-overflow:ellipsis;white-space:nowrap}.automation-global-header__switcher-menu-item-title-hidden-checkmark{visibility:hidden}.automation-global-header__switcher-menu-item-title-icons-left{display:flex}.automation-global-header__switcher-menu-item-title-icons-left div{margin-inline-end:1rem}.automation-global-header__switcher-menu-item-title-icons-left span{overflow:hidden;margin-inline-end:1rem;max-inline-size:224px;text-overflow:ellipsis;white-space:nowrap}.automation-global-header__switcher-menu-item>span{overflow:hidden;max-inline-size:224px;text-overflow:ellipsis;white-space:nowrap}.automation-global-header__switcher-menu-disabled{pointer-events:none}.automation-global-header__switcher-menu.hybrid-ipaas .cds--header__menu-item+.cds--header__menu-title[aria-expanded=false]{inline-size:100%!important;min-inline-size:15rem!important}.automation-global-header__switcher-menu-group-title{display:flex;align-items:center;justify-content:space-between;block-size:47px;color:#f4f4f4;margin-inline-start:1rem;pointer-events:none;font-size:var(--cds-heading-compact-01-font-size, .875rem);font-weight:var(--cds-heading-compact-01-font-weight, 600);line-height:var(--cds-heading-compact-01-line-height, 1.28572);letter-spacing:var(--cds-heading-compact-01-letter-spacing, .16px)}cds-custom-header-menu::part(menu-body){inline-size:100%!important;max-block-size:calc(100vh - 47px);min-inline-size:15rem!important;overflow-x:hidden}cds-custom-header-menu::part(trigger){display:flex!important;overflow:hidden;flex-direction:row!important;flex-wrap:nowrap!important;align-items:center!important;justify-content:space-between!important;max-inline-size:224px;text-overflow:ellipsis;white-space:nowrap}cds-custom-header-menu-item:nth-last-child(2){border-block-end:1px solid #393939}/**
|
|
4873
4898
|
* @license
|
|
4874
4899
|
*
|
|
4875
4900
|
* Copyright IBM Corp. 2025
|
|
@@ -4877,12 +4902,12 @@ const xi = `.ibm-automation-cds__header{z-index:8050}.ibm-automation-cds__header
|
|
|
4877
4902
|
* This source code is licensed under the Apache-2.0 license found in the
|
|
4878
4903
|
* LICENSE file in the root directory of this source tree.
|
|
4879
4904
|
*/.ibm-automation-cds .automation-header-navigation-action__menu-item{display:block;cursor:pointer}.ibm-automation-cds .automation-header-navigation-action__menu-item a{color:#f4f4f4}.ibm-automation-cds .automation-header-navigation-action__menu-item span{display:flex;align-items:center}.ibm-automation-cds .automation-header-navigation-action__menu-item svg{margin-inline-start:.25rem}`;
|
|
4880
|
-
var
|
|
4881
|
-
for (var c = e > 1 ? void 0 : e ?
|
|
4905
|
+
var zi = Object.defineProperty, wi = Object.getOwnPropertyDescriptor, xc = (o, t, s, e) => {
|
|
4906
|
+
for (var c = e > 1 ? void 0 : e ? wi(t, s) : t, r = o.length - 1, n; r >= 0; r--)
|
|
4882
4907
|
(n = o[r]) && (c = (e ? n(t, s, c) : n(c)) || c);
|
|
4883
|
-
return e && c &&
|
|
4908
|
+
return e && c && zi(t, s, c), c;
|
|
4884
4909
|
};
|
|
4885
|
-
const { stablePrefix:
|
|
4910
|
+
const { stablePrefix: Ci } = st;
|
|
4886
4911
|
let rs = class extends y {
|
|
4887
4912
|
constructor() {
|
|
4888
4913
|
super(...arguments), this.noAuthHeaderLinks = [
|
|
@@ -4911,16 +4936,16 @@ let rs = class extends y {
|
|
|
4911
4936
|
}
|
|
4912
4937
|
};
|
|
4913
4938
|
rs.styles = U`
|
|
4914
|
-
${ct(
|
|
4939
|
+
${ct(ki)}
|
|
4915
4940
|
`;
|
|
4916
4941
|
xc([
|
|
4917
4942
|
a({ type: Array })
|
|
4918
4943
|
], rs.prototype, "noAuthHeaderLinks", 2);
|
|
4919
4944
|
rs = xc([
|
|
4920
|
-
ot(`${
|
|
4945
|
+
ot(`${Ci}-global-header-unauthenticated-context`)
|
|
4921
4946
|
], rs);
|
|
4922
|
-
const
|
|
4923
|
-
var
|
|
4947
|
+
const $i = ({ children: o, ...t } = {}) => Q`<svg focusable="false" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" fill="currentColor" ...="${rt(t)}" aria-hidden="true" width="16" height="16" viewBox="0 0 32 32">${o}<path d="M17.4141 16L24 9.4141 22.5859 8 16 14.5859 9.4143 8 8 9.4141 14.5859 16 8 22.5859 9.4143 24 16 17.4141 22.5859 24 24 22.5859 17.4141 16z"></path></svg>`, Si = ({ children: o, ...t } = {}) => Q`<svg focusable="false" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" fill="currentColor" ...="${rt(t)}" aria-hidden="true" width="16" height="16" viewBox="0 0 16 16">${o}<path d="M15,14.3L10.7,10c1.9-2.3,1.6-5.8-0.7-7.7S4.2,0.7,2.3,3S0.7,8.8,3,10.7c2,1.7,5,1.7,7,0l4.3,4.3L15,14.3z M2,6.5 C2,4,4,2,6.5,2S11,4,11,6.5S9,11,6.5,11S2,9,2,6.5z"></path></svg>`;
|
|
4948
|
+
var qt = (o) => A(o === "" ? void 0 : o ?? void 0);
|
|
4924
4949
|
const kc = (o) => {
|
|
4925
4950
|
class t extends o {
|
|
4926
4951
|
constructor() {
|
|
@@ -4936,12 +4961,12 @@ const kc = (o) => {
|
|
|
4936
4961
|
}
|
|
4937
4962
|
}
|
|
4938
4963
|
return t;
|
|
4939
|
-
},
|
|
4964
|
+
}, Ai = ({ children: o, ...t } = {}) => Q`<svg focusable="false" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" fill="currentColor" ...="${rt(t)}" aria-hidden="true" width="16" height="16" viewBox="0 0 16 16">${o}<path d="M15.5,7.8C14.3,4.7,11.3,2.6,8,2.5C4.7,2.6,1.7,4.7,0.5,7.8c0,0.1,0,0.2,0,0.3c1.2,3.1,4.1,5.2,7.5,5.3 c3.3-0.1,6.3-2.2,7.5-5.3C15.5,8.1,15.5,7.9,15.5,7.8z M8,12.5c-2.7,0-5.4-2-6.5-4.5c1-2.5,3.8-4.5,6.5-4.5s5.4,2,6.5,4.5 C13.4,10.5,10.6,12.5,8,12.5z"></path><path d="M8,5C6.3,5,5,6.3,5,8s1.3,3,3,3s3-1.3,3-3S9.7,5,8,5z M8,10c-1.1,0-2-0.9-2-2s0.9-2,2-2s2,0.9,2,2S9.1,10,8,10z"></path></svg>`, Mi = ({ children: o, ...t } = {}) => Q`<svg focusable="false" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" fill="currentColor" ...="${rt(t)}" aria-hidden="true" width="16" height="16" viewBox="0 0 16 16">${o}<path d="M2.6,11.3l0.7-0.7C2.6,9.8,1.9,9,1.5,8c1-2.5,3.8-4.5,6.5-4.5c0.7,0,1.4,0.1,2,0.4l0.8-0.8C9.9,2.7,9,2.5,8,2.5 C4.7,2.6,1.7,4.7,0.5,7.8c0,0.1,0,0.2,0,0.3C1,9.3,1.7,10.4,2.6,11.3z"></path><path d="M6 7.9c.1-1 .9-1.8 1.8-1.8l.9-.9C7.2 4.7 5.5 5.6 5.1 7.2 5 7.7 5 8.3 5.1 8.8L6 7.9zM15.5 7.8c-.6-1.5-1.6-2.8-2.9-3.7L15 1.7 14.3 1 1 14.3 1.7 15l2.6-2.6c1.1.7 2.4 1 3.7 1.1 3.3-.1 6.3-2.2 7.5-5.3C15.5 8.1 15.5 7.9 15.5 7.8zM10 8c0 1.1-.9 2-2 2-.3 0-.7-.1-1-.3L9.7 7C9.9 7.3 10 7.6 10 8zM8 12.5c-1 0-2.1-.3-3-.8l1.3-1.3c1.4.9 3.2.6 4.2-.8.7-1 .7-2.4 0-3.4l1.4-1.4c1.1.8 2 1.9 2.6 3.2C13.4 10.5 10.6 12.5 8 12.5z"></path></svg>`, Ei = ({ children: o, ...t } = {}) => Q`<svg focusable="false" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" fill="currentColor" ...="${rt(t)}" aria-hidden="true" width="16" height="16" viewBox="0 0 16 16">${o}<path d="M8,1C4.2,1,1,4.2,1,8s3.2,7,7,7s7-3.1,7-7S11.9,1,8,1z M7.5,4h1v5h-1C7.5,9,7.5,4,7.5,4z M8,12.2 c-0.4,0-0.8-0.4-0.8-0.8s0.3-0.8,0.8-0.8c0.4,0,0.8,0.4,0.8,0.8S8.4,12.2,8,12.2z"></path><path d="M7.5,4h1v5h-1C7.5,9,7.5,4,7.5,4z M8,12.2c-0.4,0-0.8-0.4-0.8-0.8s0.3-0.8,0.8-0.8 c0.4,0,0.8,0.4,0.8,0.8S8.4,12.2,8,12.2z" data-icon-path="inner-path" opacity="0"></path></svg>`, Ii = ({ children: o, ...t } = {}) => Q`<svg focusable="false" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" fill="currentColor" ...="${rt(t)}" aria-hidden="true" width="16" height="16" viewBox="0 0 32 32">${o}<path fill="none" d="M16,26a1.5,1.5,0,1,1,1.5-1.5A1.5,1.5,0,0,1,16,26Zm-1.125-5h2.25V12h-2.25Z" data-icon-path="inner-path"></path><path d="M16.002,6.1714h-.004L4.6487,27.9966,4.6506,28H27.3494l.0019-.0034ZM14.875,12h2.25v9h-2.25ZM16,26a1.5,1.5,0,1,1,1.5-1.5A1.5,1.5,0,0,1,16,26Z"></path><path d="M29,30H3a1,1,0,0,1-.8872-1.4614l13-25a1,1,0,0,1,1.7744,0l13,25A1,1,0,0,1,29,30ZM4.6507,28H27.3493l.002-.0033L16.002,6.1714h-.004L4.6487,27.9967Z"></path></svg>`;
|
|
4940
4965
|
var oo;
|
|
4941
4966
|
(function(o) {
|
|
4942
4967
|
o.NO_ERROR = "", o.ERROR_REQUIRED = "required";
|
|
4943
4968
|
})(oo || (oo = {}));
|
|
4944
|
-
const
|
|
4969
|
+
const Oi = (o) => {
|
|
4945
4970
|
class t extends o {
|
|
4946
4971
|
// Not using TypeScript `protected` due to: microsoft/TypeScript#17744
|
|
4947
4972
|
// Using `string` instead of `VALIDATION_STATUS` until we can require TypeScript 3.8
|
|
@@ -5013,8 +5038,8 @@ var Ct;
|
|
|
5013
5038
|
(function(o) {
|
|
5014
5039
|
o.EMAIL = "email", o.PASSWORD = "password", o.TEL = "tel", o.TEXT = "text", o.URL = "url";
|
|
5015
5040
|
})(Ct || (Ct = {}));
|
|
5016
|
-
var Oi = U(['@keyframes cds-custom--hide-feedback{0%{opacity:1;visibility:inherit}to{opacity:0;visibility:hidden}}@keyframes cds-custom--show-feedback{0%{opacity:0;visibility:hidden}to{opacity:1;visibility:inherit}}@keyframes cds-custom--skeleton{0%{opacity:.3;transform:scaleX(0);transform-origin:left}20%{opacity:1;transform:scaleX(1);transform-origin:left}28%{transform:scaleX(1);transform-origin:right}51%{transform:scaleX(0);transform-origin:right}58%{transform:scaleX(0);transform-origin:right}82%{transform:scaleX(1);transform-origin:right}83%{transform:scaleX(1);transform-origin:left}96%{transform:scaleX(0);transform-origin:left}to{opacity:.3;transform:scaleX(0);transform-origin:left}}.cds-custom--layout--size-xs{--cds-custom-layout-size-height-context:var(--cds-custom-layout-size-height-xs,1.5rem);--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context)}.cds-custom--layout-constraint--size__default-xs{--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context,var(--cds-custom-layout-size-height-xs,1.5rem))}.cds-custom--layout-constraint--size__min-xs{--cds-custom-layout-size-height-min:var(--cds-custom-layout-size-height-xs,1.5rem)}.cds-custom--layout-constraint--size__max-xs{--cds-custom-layout-size-height-max:var(--cds-custom-layout-size-height-xs,1.5rem)}.cds-custom--layout--size-sm{--cds-custom-layout-size-height-context:var(--cds-custom-layout-size-height-sm,2rem);--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context)}.cds-custom--layout-constraint--size__default-sm{--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context,var(--cds-custom-layout-size-height-sm,2rem))}.cds-custom--layout-constraint--size__min-sm{--cds-custom-layout-size-height-min:var(--cds-custom-layout-size-height-sm,2rem)}.cds-custom--layout-constraint--size__max-sm{--cds-custom-layout-size-height-max:var(--cds-custom-layout-size-height-sm,2rem)}.cds-custom--layout--size-md{--cds-custom-layout-size-height-context:var(--cds-custom-layout-size-height-md,2.5rem);--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context)}.cds-custom--layout-constraint--size__default-md{--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context,var(--cds-custom-layout-size-height-md,2.5rem))}.cds-custom--layout-constraint--size__min-md{--cds-custom-layout-size-height-min:var(--cds-custom-layout-size-height-md,2.5rem)}.cds-custom--layout-constraint--size__max-md{--cds-custom-layout-size-height-max:var(--cds-custom-layout-size-height-md,2.5rem)}.cds-custom--layout--size-lg{--cds-custom-layout-size-height-context:var(--cds-custom-layout-size-height-lg,3rem);--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context)}.cds-custom--layout-constraint--size__default-lg{--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context,var(--cds-custom-layout-size-height-lg,3rem))}.cds-custom--layout-constraint--size__min-lg{--cds-custom-layout-size-height-min:var(--cds-custom-layout-size-height-lg,3rem)}.cds-custom--layout-constraint--size__max-lg{--cds-custom-layout-size-height-max:var(--cds-custom-layout-size-height-lg,3rem)}.cds-custom--layout--size-xl{--cds-custom-layout-size-height-context:var(--cds-custom-layout-size-height-xl,4rem);--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context)}.cds-custom--layout-constraint--size__default-xl{--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context,var(--cds-custom-layout-size-height-xl,4rem))}.cds-custom--layout-constraint--size__min-xl{--cds-custom-layout-size-height-min:var(--cds-custom-layout-size-height-xl,4rem)}.cds-custom--layout-constraint--size__max-xl{--cds-custom-layout-size-height-max:var(--cds-custom-layout-size-height-xl,4rem)}.cds-custom--layout--size-2xl{--cds-custom-layout-size-height-context:var(--cds-custom-layout-size-height-2xl,5rem);--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context)}.cds-custom--layout-constraint--size__default-2xl{--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context,var(--cds-custom-layout-size-height-2xl,5rem))}.cds-custom--layout-constraint--size__min-2xl{--cds-custom-layout-size-height-min:var(--cds-custom-layout-size-height-2xl,5rem)}.cds-custom--layout-constraint--size__max-2xl{--cds-custom-layout-size-height-max:var(--cds-custom-layout-size-height-2xl,5rem)}.cds-custom--layout--density-condensed{--cds-custom-layout-density-padding-inline-context:var(--cds-custom-layout-density-padding-inline-condensed,0.5rem);--cds-custom-layout-density-padding-inline:var(--cds-custom-layout-density-padding-inline-context)}.cds-custom--layout-constraint--density__default-condensed{--cds-custom-layout-density-padding-inline:var(--cds-custom-layout-density-padding-inline-context,var(--cds-custom-layout-density-padding-inline-condensed,0.5rem))}.cds-custom--layout-constraint--density__min-condensed{--cds-custom-layout-density-padding-inline-min:var(--cds-custom-layout-density-padding-inline-condensed,0.5rem)}.cds-custom--layout-constraint--density__max-condensed{--cds-custom-layout-density-padding-inline-max:var(--cds-custom-layout-density-padding-inline-condensed,0.5rem)}.cds-custom--layout--density-normal{--cds-custom-layout-density-padding-inline-context:var(--cds-custom-layout-density-padding-inline-normal,1rem);--cds-custom-layout-density-padding-inline:var(--cds-custom-layout-density-padding-inline-context)}.cds-custom--layout-constraint--density__default-normal{--cds-custom-layout-density-padding-inline:var(--cds-custom-layout-density-padding-inline-context,var(--cds-custom-layout-density-padding-inline-normal,1rem))}.cds-custom--layout-constraint--density__min-normal{--cds-custom-layout-density-padding-inline-min:var(--cds-custom-layout-density-padding-inline-normal,1rem)}.cds-custom--layout-constraint--density__max-normal{--cds-custom-layout-density-padding-inline-max:var(--cds-custom-layout-density-padding-inline-normal,1rem)}:root{--cds-custom-layout-size-height-xs:1.5rem;--cds-custom-layout-size-height-sm:2rem;--cds-custom-layout-size-height-md:2.5rem;--cds-custom-layout-size-height-lg:3rem;--cds-custom-layout-size-height-xl:4rem;--cds-custom-layout-size-height-2xl:5rem;--cds-custom-layout-size-height-min:0px;--cds-custom-layout-size-height-max:999999999px;--cds-custom-layout-density-padding-inline-condensed:0.5rem;--cds-custom-layout-density-padding-inline-normal:1rem;--cds-custom-layout-density-padding-inline-min:0px;--cds-custom-layout-density-padding-inline-max:999999999px}.cds-custom--assistive-text,.cds-custom--visually-hidden{block-size:1px;border:0;margin:-1px;overflow:hidden;padding:0;position:absolute;clip:rect(0,0,0,0);inline-size:1px;visibility:inherit;white-space:nowrap}.cds-custom--layer-one,:root{--cds-custom-layer:var(--cds-custom-layer-01,#f4f4f4);--cds-custom-layer-active:var(--cds-custom-layer-active-01,#c6c6c6);--cds-custom-layer-background:var(--cds-custom-layer-background-01,#fff);--cds-custom-layer-hover:var(--cds-custom-layer-hover-01,#e8e8e8);--cds-custom-layer-selected:var(--cds-custom-layer-selected-01,#e0e0e0);--cds-custom-layer-selected-hover:var(--cds-custom-layer-selected-hover-01,#d1d1d1);--cds-custom-layer-accent:var(--cds-custom-layer-accent-01,#e0e0e0);--cds-custom-layer-accent-hover:var(--cds-custom-layer-accent-hover-01,#d1d1d1);--cds-custom-layer-accent-active:var(--cds-custom-layer-accent-active-01,#a8a8a8);--cds-custom-field:var(--cds-custom-field-01,#f4f4f4);--cds-custom-field-hover:var(--cds-custom-field-hover-01,#e8e8e8);--cds-custom-border-subtle:var(--cds-custom-border-subtle-00,#e0e0e0);--cds-custom-border-subtle-selected:var(--cds-custom-border-subtle-selected-01,#c6c6c6);--cds-custom-border-strong:var(--cds-custom-border-strong-01,#8d8d8d);--cds-custom-border-tile:var(--cds-custom-border-tile-01,#c6c6c6)}.cds-custom--layer-two{--cds-custom-layer:var(--cds-custom-layer-02,#fff);--cds-custom-layer-active:var(--cds-custom-layer-active-02,#c6c6c6);--cds-custom-layer-background:var(--cds-custom-layer-background-02,#f4f4f4);--cds-custom-layer-hover:var(--cds-custom-layer-hover-02,#e8e8e8);--cds-custom-layer-selected:var(--cds-custom-layer-selected-02,#e0e0e0);--cds-custom-layer-selected-hover:var(--cds-custom-layer-selected-hover-02,#d1d1d1);--cds-custom-layer-accent:var(--cds-custom-layer-accent-02,#e0e0e0);--cds-custom-layer-accent-hover:var(--cds-custom-layer-accent-hover-02,#d1d1d1);--cds-custom-layer-accent-active:var(--cds-custom-layer-accent-active-02,#a8a8a8);--cds-custom-field:var(--cds-custom-field-02,#fff);--cds-custom-field-hover:var(--cds-custom-field-hover-02,#e8e8e8);--cds-custom-border-subtle:var(--cds-custom-border-subtle-01,#c6c6c6);--cds-custom-border-subtle-selected:var(--cds-custom-border-subtle-selected-02,#c6c6c6);--cds-custom-border-strong:var(--cds-custom-border-strong-02,#8d8d8d);--cds-custom-border-tile:var(--cds-custom-border-tile-02,#a8a8a8)}.cds-custom--layer-three{--cds-custom-layer:var(--cds-custom-layer-03,#f4f4f4);--cds-custom-layer-active:var(--cds-custom-layer-active-03,#c6c6c6);--cds-custom-layer-background:var(--cds-custom-layer-background-03,#fff);--cds-custom-layer-hover:var(--cds-custom-layer-hover-03,#e8e8e8);--cds-custom-layer-selected:var(--cds-custom-layer-selected-03,#e0e0e0);--cds-custom-layer-selected-hover:var(--cds-custom-layer-selected-hover-03,#d1d1d1);--cds-custom-layer-accent:var(--cds-custom-layer-accent-03,#e0e0e0);--cds-custom-layer-accent-hover:var(--cds-custom-layer-accent-hover-03,#d1d1d1);--cds-custom-layer-accent-active:var(--cds-custom-layer-accent-active-03,#a8a8a8);--cds-custom-field:var(--cds-custom-field-03,#f4f4f4);--cds-custom-field-hover:var(--cds-custom-field-hover-03,#e8e8e8);--cds-custom-border-subtle:var(--cds-custom-border-subtle-02,#e0e0e0);--cds-custom-border-subtle-selected:var(--cds-custom-border-subtle-selected-03,#c6c6c6);--cds-custom-border-strong:var(--cds-custom-border-strong-03,#8d8d8d);--cds-custom-border-tile:var(--cds-custom-border-tile-03,#c6c6c6)}.cds-custom--layer-one.cds-custom--layer__with-background,.cds-custom--layer-three.cds-custom--layer__with-background,.cds-custom--layer-two.cds-custom--layer__with-background{background-color:var(--cds-custom-layer-background)}input:-webkit-autofill,input:-webkit-autofill:focus,input:-webkit-autofill:hover,textarea:-webkit-autofill,textarea:-webkit-autofill:focus,textarea:-webkit-autofill:hover{box-shadow:0 0 0 1000px var(--cds-custom-field) inset;-webkit-text-fill-color:var(--cds-custom-text-primary,#161616)}.cds-custom--fieldset{border:0;box-sizing:border-box;font-family:inherit;font-size:100%;margin:0;padding:0;vertical-align:baseline}.cds-custom--fieldset *,.cds-custom--fieldset :after,.cds-custom--fieldset :before{box-sizing:inherit}.cds-custom--form-item{align-items:flex-start;display:flex;flex:1 1 auto;flex-direction:column;font-size:var(--cds-custom-body-compact-01-font-size,.875rem);font-weight:var(--cds-custom-body-compact-01-font-weight,400);letter-spacing:var(--cds-custom-body-compact-01-letter-spacing,.16px);line-height:var(--cds-custom-body-compact-01-line-height,1.28572)}.cds-custom--label{color:var(--cds-custom-text-secondary,#525252);display:inline-block;font-size:var(--cds-custom-label-01-font-size,.75rem);font-weight:var(--cds-custom-label-01-font-weight,400);font-weight:400;letter-spacing:var(--cds-custom-label-01-letter-spacing,.32px);line-height:var(--cds-custom-label-01-line-height,1.33333);line-height:1rem;margin-block-end:.5rem;vertical-align:baseline}.cds-custom--label html{font-size:100%}.cds-custom--label body{font-family:IBM Plex Sans,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,sans-serif;font-weight:400;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.cds-custom--label code{font-family:IBM Plex Mono,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,monospace}.cds-custom--label strong{font-weight:600}.cds-custom--label .cds-custom--toggletip-label{font-size:var(--cds-custom-label-01-font-size,.75rem);font-weight:var(--cds-custom-label-01-font-weight,400);letter-spacing:var(--cds-custom-label-01-letter-spacing,.32px);line-height:var(--cds-custom-label-01-line-height,1.33333)}.cds-custom--label--no-margin{margin-block-end:0}.cds-custom--label+.cds-custom--tooltip{inset-block-start:.2rem;inset-inline-start:.5rem;position:relative}.cds-custom--label+.cds-custom--tooltip .cds-custom--tooltip__trigger{align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;box-sizing:border-box;cursor:pointer;display:inline-block;display:flex;font-family:inherit;font-size:100%;font-size:var(--cds-custom-label-01-font-size,.75rem);font-weight:var(--cds-custom-label-01-font-weight,400);inline-size:100%;justify-content:center;letter-spacing:var(--cds-custom-label-01-letter-spacing,.32px);line-height:var(--cds-custom-label-01-line-height,1.33333);margin:0;padding:0;text-align:start;vertical-align:baseline}.cds-custom--label+.cds-custom--tooltip .cds-custom--tooltip__trigger *,.cds-custom--label+.cds-custom--tooltip .cds-custom--tooltip__trigger :after,.cds-custom--label+.cds-custom--tooltip .cds-custom--tooltip__trigger :before{box-sizing:inherit}.cds-custom--label+.cds-custom--tooltip .cds-custom--tooltip__trigger::-moz-focus-inner{border:0}.cds-custom--label+.cds-custom--tooltip .cds-custom--tooltip__trigger:focus{outline:1px solid var(--cds-custom-focus,#0f62fe)}.cds-custom--label+.cds-custom--tooltip .cds-custom--tooltip__trigger svg{fill:var(--cds-custom-icon-secondary,#525252)}.cds-custom--label+.cds-custom--tooltip .cds-custom--tooltip__trigger svg :hover{fill:var(--cds-custom-icon-primary,#161616)}.cds-custom--label+.cds-custom--toggletip{inset-block-start:.2rem;inset-inline-start:.5rem}.cds-custom--label.cds-custom--skeleton{background:var(--cds-custom-skeleton-background,#e8e8e8);block-size:.875rem;border:none;box-shadow:none;inline-size:4.6875rem;padding:0;pointer-events:none;position:relative}.cds-custom--label.cds-custom--skeleton:active,.cds-custom--label.cds-custom--skeleton:focus,.cds-custom--label.cds-custom--skeleton:hover{border:none;cursor:default;outline:none}.cds-custom--label.cds-custom--skeleton:before{animation:cds-custom--skeleton 3s ease-in-out infinite;background:var(--cds-custom-skeleton-element,#c6c6c6);block-size:100%;content:"";inline-size:100%;inset-inline-start:0;position:absolute;will-change:transform-origin,transform,opacity}@media (prefers-reduced-motion:reduce){.cds-custom--label.cds-custom--skeleton:before{animation:none}}input[type=number],input[type=text].cds-custom--number{font-family:IBM Plex Sans,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,sans-serif}.cds-custom--combo-box[data-invalid]:not(.cds-custom--multi-select--selected) .cds-custom--text-input:not(:focus),.cds-custom--list-box[data-invalid]:not(.cds-custom--multi-select--invalid--focused,.cds-custom--combo-box--invalid--focused),.cds-custom--number[data-invalid] input[type=number]:not(:focus),.cds-custom--number[data-invalid] input[type=text]:not(:focus),.cds-custom--select-input__wrapper[data-invalid] .cds-custom--select-input:not(:focus),.cds-custom--text-area__wrapper[data-invalid]>.cds-custom--text-area--invalid:not(:focus),.cds-custom--text-input__field-wrapper[data-invalid]>.cds-custom--text-input--invalid:not(:focus),input[data-invalid]:not(:focus){outline:2px solid var(--cds-custom-support-error,#da1e28);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--combo-box[data-invalid]:not(.cds-custom--multi-select--selected) .cds-custom--text-input:not(:focus),.cds-custom--list-box[data-invalid]:not(.cds-custom--multi-select--invalid--focused,.cds-custom--combo-box--invalid--focused),.cds-custom--number[data-invalid] input[type=number]:not(:focus),.cds-custom--number[data-invalid] input[type=text]:not(:focus),.cds-custom--select-input__wrapper[data-invalid] .cds-custom--select-input:not(:focus),.cds-custom--text-area__wrapper[data-invalid]>.cds-custom--text-area--invalid:not(:focus),.cds-custom--text-input__field-wrapper[data-invalid]>.cds-custom--text-input--invalid:not(:focus),input[data-invalid]:not(:focus){outline-style:dotted}}.cds-custom--date-picker-input__wrapper--invalid~.cds-custom--form-requirement,.cds-custom--date-picker-input__wrapper--warn~.cds-custom--form-requirement,.cds-custom--date-picker-input__wrapper~.cds-custom--form-requirement,.cds-custom--list-box--warning~.cds-custom--form-requirement,.cds-custom--list-box[data-invalid]~.cds-custom--form-requirement,.cds-custom--number[data-invalid] .cds-custom--number__input-wrapper~.cds-custom--form-requirement,.cds-custom--number__input-wrapper--warning~.cds-custom--form-requirement,.cds-custom--select--warning .cds-custom--select-input__wrapper~.cds-custom--form-requirement,.cds-custom--select-input__wrapper[data-invalid]~.cds-custom--form-requirement,.cds-custom--text-area__wrapper--warn~.cds-custom--form-requirement,.cds-custom--text-area__wrapper[data-invalid]~.cds-custom--form-requirement,.cds-custom--text-input__field-wrapper--warning>.cds-custom--text-input~.cds-custom--form-requirement,.cds-custom--text-input__field-wrapper--warning~.cds-custom--form-requirement,.cds-custom--text-input__field-wrapper[data-invalid]~.cds-custom--form-requirement,.cds-custom--time-picker--invalid~.cds-custom--form-requirement,.cds-custom--time-picker--warning~.cds-custom--form-requirement,.cds-custom--time-picker[data-invalid]~.cds-custom--form-requirement,input[data-invalid]~.cds-custom--form-requirement{display:block;font-weight:400;max-block-size:12.5rem;overflow:visible}.cds-custom--select--inline.cds-custom--select--warning .cds-custom--select-input--inline__wrapper~.cds-custom--form-requirement,.cds-custom--select-input--inline__wrapper[data-invalid]~.cds-custom--form-requirement{display:inline-flex;inline-size:100%;margin:0;margin-block-end:0;max-block-size:100%;overflow:visible;padding-inline-start:.5rem}.cds-custom--date-picker-input__wrapper--invalid~.cds-custom--form-requirement,.cds-custom--date-picker-input__wrapper~.cds-custom--form-requirement,.cds-custom--list-box[data-invalid]~.cds-custom--form-requirement,.cds-custom--number[data-invalid] .cds-custom--number__input-wrapper~.cds-custom--form-requirement,.cds-custom--select-input--inline__wrapper[data-invalid]~.cds-custom--form-requirement,.cds-custom--select-input__wrapper[data-invalid]~.cds-custom--form-requirement,.cds-custom--text-area__wrapper[data-invalid]~.cds-custom--form-requirement,.cds-custom--text-input__field-wrapper[data-invalid]~.cds-custom--form-requirement,.cds-custom--time-picker--invalid~.cds-custom--form-requirement,.cds-custom--time-picker[data-invalid]~.cds-custom--form-requirement,input[data-invalid]~.cds-custom--form-requirement{color:var(--cds-custom-text-error,#da1e28)}.cds-custom--form--fluid .cds-custom--text-input__field-wrapper--warning,.cds-custom--form--fluid .cds-custom--text-input__field-wrapper[data-invalid]{display:block}.cds-custom--form--fluid input[data-invalid]{outline:none}.cds-custom--form--fluid .cds-custom--form-requirement{margin:0;padding:.5rem 2.5rem .5rem 1rem}input:not(output,[data-invalid]):-moz-ui-invalid{box-shadow:none}.cds-custom--form-requirement{display:none;font-size:var(--cds-custom-label-01-font-size,.75rem);font-weight:var(--cds-custom-label-01-font-weight,400);letter-spacing:var(--cds-custom-label-01-letter-spacing,.32px);line-height:var(--cds-custom-label-01-line-height,1.33333);margin:.25rem 0 0;max-block-size:0;overflow:hidden}.cds-custom--form-requirement html{font-size:100%}.cds-custom--form-requirement body{font-family:IBM Plex Sans,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,sans-serif;font-weight:400;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.cds-custom--form-requirement code{font-family:IBM Plex Mono,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,monospace}.cds-custom--form-requirement strong{font-weight:600}.cds-custom--select--inline .cds-custom--form__helper-text{margin-block-start:0}.cds-custom--form__helper-text{color:var(--cds-custom-text-secondary,#525252);font-size:var(--cds-custom-helper-text-01-font-size,.75rem);inline-size:100%;letter-spacing:var(--cds-custom-helper-text-01-letter-spacing,.32px);line-height:var(--cds-custom-helper-text-01-line-height,1.33333);margin-block-start:.25rem;opacity:1;z-index:0}.cds-custom--form__helper-text--disabled,.cds-custom--label--disabled,fieldset[disabled] .cds-custom--form__helper-text,fieldset[disabled] .cds-custom--label{color:var(--cds-custom-text-disabled,hsla(0,0%,9%,.25))}.cds-custom--text-input{--cds-custom-layout-size-height-local:clamp(max(var(--cds-custom-layout-size-height-min),var(--cds-custom-layout-size-height-sm)),var(--cds-custom-layout-size-height,var(--cds-custom-layout-size-height-md)),min(var(--cds-custom-layout-size-height-max),var(--cds-custom-layout-size-height-lg)));--cds-custom-layout-density-padding-inline-local:clamp(var(--cds-custom-layout-density-padding-inline-min),var(--cds-custom-layout-density-padding-inline,var(--cds-custom-layout-density-padding-inline-normal)),var(--cds-custom-layout-density-padding-inline-max));background-color:var(--cds-custom-field);block-size:var(--cds-custom-layout-size-height-local);border:none;border-block-end:1px solid var(--cds-custom-border-strong);box-sizing:border-box;color:var(--cds-custom-text-primary,#161616);font-family:inherit;font-size:100%;font-size:var(--cds-custom-body-compact-01-font-size,.875rem);font-weight:var(--cds-custom-body-compact-01-font-weight,400);inline-size:100%;letter-spacing:var(--cds-custom-body-compact-01-letter-spacing,.16px);line-height:var(--cds-custom-body-compact-01-line-height,1.28572);margin:0;outline:2px solid transparent;outline-offset:-2px;padding:0;padding:0 var(--cds-custom-layout-density-padding-inline-local);transition:background-color 70ms cubic-bezier(.2,0,.38,.9),outline 70ms cubic-bezier(.2,0,.38,.9);vertical-align:baseline}.cds-custom--text-input *,.cds-custom--text-input :after,.cds-custom--text-input :before{box-sizing:inherit}.cds-custom--text-input:active,.cds-custom--text-input:focus{outline:2px solid var(--cds-custom-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--text-input:active,.cds-custom--text-input:focus{outline-style:dotted}}.cds-custom--text-input-wrapper svg[hidden]{display:none}.cds-custom--password-input{padding-inline-end:2.5rem}.cds-custom--text-input--sm.cds-custom--password-input{padding-inline-end:2rem}.cds-custom--text-input--lg.cds-custom--password-input{padding-inline-end:3rem}.cds-custom--text-input::-moz-placeholder{color:var(--cds-custom-text-placeholder,hsla(0,0%,9%,.4));opacity:1}.cds-custom--text-input::placeholder{color:var(--cds-custom-text-placeholder,hsla(0,0%,9%,.4));opacity:1}.cds-custom--text-input--light{background-color:var(--cds-custom-field-02,#fff)}.cds-custom--text-input__field-wrapper{display:flex;inline-size:100%;position:relative}.cds-custom--text-input__invalid-icon{position:absolute;fill:var(--cds-custom-support-error,#da1e28);inset-block-start:50%;inset-inline-end:1rem;transform:translateY(-50%)}.cds-custom--text-input__invalid-icon--warning{fill:var(--cds-custom-support-warning,#f1c21b)}.cds-custom--text-input__invalid-icon--warning path:first-of-type{fill:#000;opacity:1}.cds-custom--text-input--password__visibility{align-items:center;cursor:pointer;display:inline-flex;overflow:visible;position:relative}.cds-custom--text-input--password__visibility:focus{outline:1px solid var(--cds-custom-focus,#0f62fe)}@media screen and (prefers-contrast){.cds-custom--text-input--password__visibility:focus{outline-style:dotted}}.cds-custom--text-input--password__visibility:focus{outline:1px solid transparent}.cds-custom--text-input--password__visibility:focus svg{outline:1px solid var(--cds-custom-focus,#0f62fe)}@media screen and (prefers-contrast){.cds-custom--text-input--password__visibility:focus svg{outline-style:dotted}}.cds-custom--text-input--password__visibility .cds-custom--assistive-text,.cds-custom--text-input--password__visibility+.cds-custom--assistive-text,.cds-custom--text-input--password__visibility:after,.cds-custom--text-input--password__visibility:before{align-items:center;display:flex;opacity:0;pointer-events:none;position:absolute;z-index:6000}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.cds-custom--text-input--password__visibility .cds-custom--assistive-text,.cds-custom--text-input--password__visibility+.cds-custom--assistive-text,.cds-custom--text-input--password__visibility:after,.cds-custom--text-input--password__visibility:before{display:inline-block}}.cds-custom--text-input--password__visibility:after,.cds-custom--text-input--password__visibility:before{transition:opacity 70ms cubic-bezier(.2,0,.38,.9)}@media screen and (prefers-reduced-motion:reduce){.cds-custom--text-input--password__visibility:after,.cds-custom--text-input--password__visibility:before{transition:none}}.cds-custom--text-input--password__visibility.cds-custom--tooltip--a11y:after,.cds-custom--text-input--password__visibility.cds-custom--tooltip--a11y:before{transition:none}.cds-custom--text-input--password__visibility:before{block-size:0;border-style:solid;content:"";inline-size:0}.cds-custom--text-input--password__visibility .cds-custom--assistive-text,.cds-custom--text-input--password__visibility+.cds-custom--assistive-text{box-sizing:content-box;color:inherit;opacity:1;white-space:normal;word-break:break-word}.cds-custom--text-input--password__visibility .cds-custom--assistive-text,.cds-custom--text-input--password__visibility+.cds-custom--assistive-text,.cds-custom--text-input--password__visibility:after{background-color:var(--cds-custom-background-inverse,#393939);block-size:auto;border-radius:.125rem;box-shadow:0 2px 6px var(--cds-custom-shadow,rgba(0,0,0,.3));color:var(--cds-custom-text-inverse,#fff);font-size:var(--cds-custom-body-compact-01-font-size,.875rem);font-weight:400;font-weight:var(--cds-custom-body-compact-01-font-weight,400);inline-size:-moz-max-content;inline-size:max-content;letter-spacing:var(--cds-custom-body-compact-01-letter-spacing,.16px);line-height:var(--cds-custom-body-compact-01-line-height,1.28572);max-inline-size:13rem;min-inline-size:1.5rem;padding:.1875rem 1rem;text-align:start;transform:translateX(-50%);z-index:6000}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.cds-custom--text-input--password__visibility .cds-custom--assistive-text,.cds-custom--text-input--password__visibility+.cds-custom--assistive-text,.cds-custom--text-input--password__visibility:after{inline-size:auto}}@supports (-ms-accelerator:true){.cds-custom--text-input--password__visibility .cds-custom--assistive-text,.cds-custom--text-input--password__visibility+.cds-custom--assistive-text,.cds-custom--text-input--password__visibility:after{inline-size:auto}}@supports (-ms-ime-align:auto){.cds-custom--text-input--password__visibility .cds-custom--assistive-text,.cds-custom--text-input--password__visibility+.cds-custom--assistive-text,.cds-custom--text-input--password__visibility:after{inline-size:auto}}@media screen and (-ms-high-contrast:active),screen and (prefers-contrast){.cds-custom--text-input--password__visibility .cds-custom--assistive-text,.cds-custom--text-input--password__visibility+.cds-custom--assistive-text,.cds-custom--text-input--password__visibility:after{border:1px solid transparent}}.cds-custom--text-input--password__visibility:after{content:attr(aria-label)}.cds-custom--text-input--password__visibility.cds-custom--tooltip--a11y:after{content:none}.cds-custom--text-input--password__visibility.cds-custom--tooltip--visible:after,.cds-custom--text-input--password__visibility.cds-custom--tooltip--visible:before,.cds-custom--text-input--password__visibility:focus:after,.cds-custom--text-input--password__visibility:focus:before,.cds-custom--text-input--password__visibility:hover:after,.cds-custom--text-input--password__visibility:hover:before{opacity:1}@keyframes cds-custom--tooltip-fade{0%{opacity:0}to{opacity:1}}.cds-custom--text-input--password__visibility.cds-custom--tooltip--visible .cds-custom--assistive-text,.cds-custom--text-input--password__visibility.cds-custom--tooltip--visible+.cds-custom--assistive-text,.cds-custom--text-input--password__visibility:focus .cds-custom--assistive-text,.cds-custom--text-input--password__visibility:focus+.cds-custom--assistive-text,.cds-custom--text-input--password__visibility:hover .cds-custom--assistive-text,.cds-custom--text-input--password__visibility:hover+.cds-custom--assistive-text{margin:auto;overflow:visible;clip:auto}.cds-custom--text-input--password__visibility.cds-custom--tooltip--visible .cds-custom--assistive-text,.cds-custom--text-input--password__visibility.cds-custom--tooltip--visible+.cds-custom--assistive-text,.cds-custom--text-input--password__visibility.cds-custom--tooltip--visible.cds-custom--tooltip--a11y:before,.cds-custom--text-input--password__visibility:focus .cds-custom--assistive-text,.cds-custom--text-input--password__visibility:focus+.cds-custom--assistive-text,.cds-custom--text-input--password__visibility:focus.cds-custom--tooltip--a11y:before,.cds-custom--text-input--password__visibility:hover .cds-custom--assistive-text,.cds-custom--text-input--password__visibility:hover+.cds-custom--assistive-text,.cds-custom--text-input--password__visibility:hover.cds-custom--tooltip--a11y:before{animation:cds-custom--tooltip-fade 70ms cubic-bezier(.2,0,.38,.9)}.cds-custom--text-input--password__visibility.cds-custom--tooltip--hidden .cds-custom--assistive-text,.cds-custom--text-input--password__visibility.cds-custom--tooltip--hidden+.cds-custom--assistive-text{margin:-1px;overflow:hidden;clip:rect(0,0,0,0)}.cds-custom--text-input--password__visibility.cds-custom--tooltip--hidden.cds-custom--tooltip--a11y:before{animation:none;opacity:0}.cds-custom--text-input--password__visibility .cds-custom--assistive-text:after{block-size:.75rem;content:"";display:block;inline-size:100%;inset-block-start:-.75rem;inset-inline-start:0;position:absolute}.cds-custom--text-input--password__visibility .cds-custom--assistive-text,.cds-custom--text-input--password__visibility+.cds-custom--assistive-text,.cds-custom--text-input--password__visibility:after,.cds-custom--text-input--password__visibility:before{inset-block-end:0;inset-inline-start:50%}.cds-custom--text-input--password__visibility:before{border-color:transparent transparent var(--cds-custom-background-inverse,#393939);border-width:0 .25rem .3125rem;inset-block-end:-.5rem;transform:translate(-50%,100%)}.cds-custom--text-input--password__visibility .cds-custom--assistive-text,.cds-custom--text-input--password__visibility+.cds-custom--assistive-text,.cds-custom--text-input--password__visibility:after{inset-block-end:-.8125rem;transform:translate(-50%,100%)}.cds-custom--btn.cds-custom--text-input--password__visibility__toggle.cds-custom--tooltip__trigger{align-items:center;background:none;block-size:100%;border:0;cursor:pointer;display:flex;inline-size:2.5rem;inset-inline-end:0;justify-content:center;min-block-size:auto;outline:2px solid transparent;outline-offset:-2px;padding:0;position:absolute;transition:outline 70ms cubic-bezier(.2,0,.38,.9)}.cds-custom--toggle-password-tooltip .cds-custom--popover{inset-inline-start:-2.5rem}.cds-custom--toggle-password-tooltip .cds-custom--popover-content{min-inline-size:2.5rem}.cds-custom--text-input--sm+.cds-custom--btn.cds-custom--text-input--password__visibility__toggle.cds-custom--tooltip__trigger{inline-size:2rem}.cds-custom--text-input--lg+.cds-custom--btn.cds-custom--text-input--password__visibility__toggle.cds-custom--tooltip__trigger{inline-size:3rem}.cds-custom--btn.cds-custom--text-input--password__visibility__toggle.cds-custom--tooltip__trigger svg{fill:var(--cds-custom-icon-secondary,#525252);transition:fill 70ms cubic-bezier(.2,0,.38,.9)}.cds-custom--btn.cds-custom--text-input--password__visibility__toggle.cds-custom--tooltip__trigger:focus{outline:2px solid var(--cds-custom-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--btn.cds-custom--text-input--password__visibility__toggle.cds-custom--tooltip__trigger:focus{outline-style:dotted}}.cds-custom--btn.cds-custom--text-input--password__visibility__toggle.cds-custom--tooltip__trigger:focus svg,.cds-custom--btn.cds-custom--text-input--password__visibility__toggle.cds-custom--tooltip__trigger:hover svg{fill:var(--cds-custom-icon-primary,#161616)}.cds-custom--text-input--invalid,.cds-custom--text-input--warning{padding-inline-end:2.5rem}.cds-custom--text-input--invalid.cds-custom--password-input{padding-inline-end:4rem}.cds-custom--text-input--invalid+.cds-custom--text-input--password__visibility__toggle{inset-inline-end:1rem}.cds-custom--password-input-wrapper .cds-custom--text-input__invalid-icon{inset-inline-end:2.5rem}.cds-custom--text-input:disabled~.cds-custom--text-input--password__visibility__toggle.cds-custom--tooltip__trigger{cursor:not-allowed}.cds-custom--text-input:disabled~.cds-custom--text-input--password__visibility__toggle.cds-custom--tooltip__trigger svg,.cds-custom--text-input:disabled~.cds-custom--text-input--password__visibility__toggle.cds-custom--tooltip__trigger svg:hover{fill:var(--cds-custom-icon-disabled,hsla(0,0%,9%,.25))}.cds-custom--text-input--password__visibility__toggle:disabled.cds-custom--tooltip__trigger{cursor:default}.cds-custom--text-input--password__visibility__toggle:disabled.cds-custom--tooltip__trigger svg{fill:var(--cds-custom-icon-disabled,hsla(0,0%,9%,.25))}.cds-custom--text-input--password__visibility__toggle:disabled.cds-custom--tooltip__trigger:hover{cursor:default}.cds-custom--text-input--password__visibility__toggle:disabled.cds-custom--tooltip__trigger:hover svg{fill:var(--cds-custom-icon-disabled,hsla(0,0%,9%,.25))}.cds-custom--text-input__counter-alert{block-size:1px;border:0;margin:-1px;overflow:hidden;padding:0;position:absolute;clip:rect(0,0,0,0);inline-size:1px}.cds-custom--text-input:disabled{background-color:var(--cds-custom-field);border-block-end:1px solid transparent;color:var(--cds-custom-text-disabled,hsla(0,0%,9%,.25));cursor:not-allowed;outline:2px solid transparent;outline-offset:-2px;-webkit-text-fill-color:var(--cds-custom-text-disabled,hsla(0,0%,9%,.25))}.cds-custom--text-input--light:disabled{background-color:var(--cds-custom-field-02,#fff)}.cds-custom--text-input:disabled::-moz-placeholder{color:var(--cds-custom-text-disabled,hsla(0,0%,9%,.25));opacity:1}.cds-custom--text-input:disabled::placeholder{color:var(--cds-custom-text-disabled,hsla(0,0%,9%,.25));opacity:1}.cds-custom--text-input--invalid{box-shadow:none;outline:2px solid var(--cds-custom-support-error,#da1e28);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--text-input--invalid{outline-style:dotted}}.cds-custom--text-input--invalid .cds-custom--text-input--password__visibility__toggle{inset-inline-end:2.5rem}.cds-custom--skeleton.cds-custom--text-input{background:var(--cds-custom-skeleton-background,#e8e8e8);border:none;box-shadow:none;padding:0;pointer-events:none;position:relative}.cds-custom--skeleton.cds-custom--text-input:active,.cds-custom--skeleton.cds-custom--text-input:focus,.cds-custom--skeleton.cds-custom--text-input:hover{border:none;cursor:default;outline:none}.cds-custom--skeleton.cds-custom--text-input:before{animation:cds-custom--skeleton 3s ease-in-out infinite;background:var(--cds-custom-skeleton-element,#c6c6c6);block-size:100%;content:"";inline-size:100%;inset-inline-start:0;position:absolute;will-change:transform-origin,transform,opacity}@media (prefers-reduced-motion:reduce){.cds-custom--skeleton.cds-custom--text-input:before{animation:none}}.cds-custom--form--fluid .cds-custom--text-input-wrapper{background:var(--cds-custom-field);position:relative;transition:background-color 70ms cubic-bezier(.2,0,.38,.9),outline 70ms cubic-bezier(.2,0,.38,.9)}.cds-custom--form--fluid .cds-custom--label{align-items:center;block-size:1rem;display:flex;inset-block-start:.8125rem;inset-inline-start:1rem;margin:0;position:absolute;z-index:1}.cds-custom--form--fluid .cds-custom--form__helper-text{display:none}.cds-custom--form--fluid .cds-custom--text-input{min-block-size:4rem;padding:2rem 1rem .8125rem}.cds-custom--form--fluid .cds-custom--text-input__divider,.cds-custom--text-input__divider{display:none}.cds-custom--form--fluid .cds-custom--text-input--invalid,.cds-custom--form--fluid .cds-custom--text-input--warning{border-block-end:none}.cds-custom--form--fluid .cds-custom--text-input--invalid+.cds-custom--text-input__divider,.cds-custom--form--fluid .cds-custom--text-input--warning+.cds-custom--text-input__divider{border-color:var(--cds-custom-border-subtle);border-style:solid;border-block-end:none;display:block;margin:0 1rem}.cds-custom--form--fluid .cds-custom--text-input__invalid-icon{inset-block-start:5rem}.cds-custom--form--fluid .cds-custom--text-input__field-wrapper--warning>.cds-custom--text-input--warning,.cds-custom--form--fluid .cds-custom--text-input__field-wrapper[data-invalid]>.cds-custom--text-input--invalid{outline:none}.cds-custom--form--fluid .cds-custom--text-input__field-wrapper--warning{border-block-end:1px solid var(--cds-custom-border-strong)}.cds-custom--form--fluid .cds-custom--text-input__field-wrapper[data-invalid]:not(:focus){outline:2px solid var(--cds-custom-support-error,#da1e28);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--form--fluid .cds-custom--text-input__field-wrapper[data-invalid]:not(:focus){outline-style:dotted}}.cds-custom--form--fluid .cds-custom--text-input__field-wrapper--warning:focus-within,.cds-custom--form--fluid .cds-custom--text-input__field-wrapper[data-invalid]:focus-within{outline:2px solid var(--cds-custom-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--form--fluid .cds-custom--text-input__field-wrapper--warning:focus-within,.cds-custom--form--fluid .cds-custom--text-input__field-wrapper[data-invalid]:focus-within{outline-style:dotted}}.cds-custom--form--fluid .cds-custom--text-input__field-wrapper--warning>.cds-custom--text-input--warning:focus,.cds-custom--form--fluid .cds-custom--text-input__field-wrapper[data-invalid]>.cds-custom--text-input--invalid:focus{outline:none}.cds-custom--text-input-wrapper.cds-custom--text-input-wrapper--inline{flex-flow:row wrap}.cds-custom--text-input-wrapper .cds-custom--label--inline{flex:1;margin:.8125rem 0 0;overflow-wrap:break-word;word-break:break-word}.cds-custom--text-input-wrapper .cds-custom--label--inline--sm{margin-block-start:.5625rem}.cds-custom--text-input-wrapper .cds-custom--label--inline--lg{margin-block-start:1.0625rem}.cds-custom--text-input__label-helper-wrapper{flex:2;flex-direction:column;margin-inline-end:1.5rem;max-inline-size:8rem;overflow-wrap:break-word}.cds-custom--text-input-wrapper .cds-custom--form__helper-text--inline{margin-block-start:.125rem}.cds-custom--text-input__field-outer-wrapper{align-items:flex-start;display:flex;flex:1 1 auto;flex-direction:column;inline-size:100%}.cds-custom--text-input__field-outer-wrapper--inline{flex:8;flex-direction:column}.cds-custom--text-input-wrapper--inline .cds-custom--form-requirement{display:block;font-weight:400;max-block-size:12.5rem;overflow:visible}.cds-custom--text-input-wrapper--inline--invalid .cds-custom--form-requirement{color:var(--cds-custom-text-error,#da1e28)}.cds-custom--form--fluid .cds-custom--text-input-wrapper--readonly,.cds-custom--text-input-wrapper--readonly .cds-custom--text-input{background:transparent;border-block-end-color:var(--cds-custom-border-subtle)}.cds-custom--text-input__field-wrapper .cds-custom--ai-label,.cds-custom--text-input__field-wrapper .cds-custom--slug,.cds-custom--text-input__field-wrapper--decorator .cds-custom--text-input__field-inner-wrapper--decorator>*{inset-block-start:50%;inset-inline-end:1rem;position:absolute;transform:translateY(-50%)}.cds-custom--text-input__field-wrapper--decorator .cds-custom--text-input:has(~.cds-custom--text-input__field-inner-wrapper--decorator .cds-custom--ai-label):not(:has(~.cds-custom--text-input__field-inner-wrapper--decorator .cds-custom--ai-label--revert)),.cds-custom--text-input__field-wrapper--slug .cds-custom--text-input:has(~.cds-custom--ai-label):not(:has(~.cds-custom--ai-label--revert)),.cds-custom--text-input__field-wrapper--slug .cds-custom--text-input:has(~.cds-custom--slug):not(:has(~.cds-custom--slug--revert)){background-image:linear-gradient(0deg,var(--cds-custom-ai-aura-start-sm,rgba(69,137,255,.16)) 0,15%,var(--cds-custom-ai-aura-end,hsla(0,0%,100%,0)) 50%,transparent 100%);border-block-end-color:var(--cds-custom-ai-border-strong,#4589ff)}.cds-custom--text-input__field-wrapper--decorator .cds-custom--text-input:has(~.cds-custom--text-input__field-inner-wrapper--decorator>*),.cds-custom--text-input__field-wrapper--slug .cds-custom--text-input:has(~.cds-custom--ai-label),.cds-custom--text-input__field-wrapper--slug .cds-custom--text-input:has(~.cds-custom--slug){padding-inline-end:2.5rem}.cds-custom--text-input--invalid:has(~.cds-custom--ai-label),.cds-custom--text-input--invalid:has(~.cds-custom--slug),.cds-custom--text-input--invalid:has(~.cds-custom--text-input__field-inner-wrapper--decorator>*),.cds-custom--text-input--warning:has(~.cds-custom--ai-label),.cds-custom--text-input--warning:has(~.cds-custom--slug),.cds-custom--text-input--warning:has(~.cds-custom--text-input__field-inner-wrapper--decorator>*){padding-inline-end:4rem}.cds-custom--text-input--invalid~.cds-custom--ai-label,.cds-custom--text-input--invalid~.cds-custom--slug,.cds-custom--text-input--invalid~.cds-custom--text-input__field-inner-wrapper--decorator>*,.cds-custom--text-input--warning~.cds-custom--ai-label,.cds-custom--text-input--warning~.cds-custom--slug,.cds-custom--text-input--warning~.cds-custom--text-input__field-inner-wrapper--decorator>*{inset-inline-end:2.5rem}.cds-custom--text-input__field-wrapper--decorator .cds-custom--text-input__field-inner-wrapper--decorator:not(:has(.cds-custom--ai-label))>*{block-size:1rem}.cds-custom--text-input__label-wrapper{display:flex;inline-size:100%;justify-content:space-between}:host(cds-custom-text-input){--cds-custom-layout-size-height-xs:1.5rem;--cds-custom-layout-size-height-sm:2rem;--cds-custom-layout-size-height-md:2.5rem;--cds-custom-layout-size-height-lg:3rem;--cds-custom-layout-size-height-xl:4rem;--cds-custom-layout-size-height-2xl:5rem;--cds-custom-layout-size-height-min:0px;--cds-custom-layout-size-height-max:999999999px;--cds-custom-layout-density-padding-inline-condensed:0.5rem;--cds-custom-layout-density-padding-inline-normal:1rem;--cds-custom-layout-density-padding-inline-min:0px;--cds-custom-layout-density-padding-inline-max:999999999px;inline-size:100%;outline:none}:host(cds-custom-text-input) ::slotted(cds-custom-ai-label),:host(cds-custom-text-input) ::slotted(cds-custom-slug){inset-block-start:50%;inset-inline-end:1rem;position:absolute}:host(cds-custom-text-input) ::slotted(cds-custom-ai-label:not([revert-active])),:host(cds-custom-text-input) ::slotted(cds-custom-slug:not([revert-active])){transform:translateY(-50%)}:host(cds-custom-text-input[show-password-visibility-toggle]) .cds-custom--text-input{padding-inline-end:2.5rem}:host(cds-custom-text-input[show-password-visibility-toggle]) .cds-custom--text-input__invalid-icon{inset-inline-end:2.5rem}:host(cds-custom-text-input[invalid]) .cds-custom--text-input__field-wrapper--decorator .cds-custom--text-input,:host(cds-custom-text-input[warn]) .cds-custom--text-input__field-wrapper--decorator .cds-custom--text-input{padding-inline-end:4rem}:host(cds-custom-text-input[invalid]) ::slotted(cds-custom-ai-label),:host(cds-custom-text-input[invalid]) ::slotted(cds-custom-slug),:host(cds-custom-text-input[warn]) ::slotted(cds-custom-ai-label),:host(cds-custom-text-input[warn]) ::slotted(cds-custom-slug){inset-inline-end:2.5rem}:host(cds-custom-text-input[ai-label]) .cds-custom--text-input__field-wrapper--decorator{background-image:linear-gradient(0deg,var(--cds-custom-ai-aura-start-sm,rgba(69,137,255,.16)) 0,15%,var(--cds-custom-ai-aura-end,hsla(0,0%,100%,0)) 50%,transparent 100%);border-block-end-color:var(--cds-custom-ai-border-strong,#4589ff)}']);
|
|
5017
|
-
let L = class extends
|
|
5041
|
+
var Pi = U(['@keyframes cds-custom--hide-feedback{0%{opacity:1;visibility:inherit}to{opacity:0;visibility:hidden}}@keyframes cds-custom--show-feedback{0%{opacity:0;visibility:hidden}to{opacity:1;visibility:inherit}}@keyframes cds-custom--skeleton{0%{opacity:.3;transform:scaleX(0);transform-origin:left}20%{opacity:1;transform:scaleX(1);transform-origin:left}28%{transform:scaleX(1);transform-origin:right}51%{transform:scaleX(0);transform-origin:right}58%{transform:scaleX(0);transform-origin:right}82%{transform:scaleX(1);transform-origin:right}83%{transform:scaleX(1);transform-origin:left}96%{transform:scaleX(0);transform-origin:left}to{opacity:.3;transform:scaleX(0);transform-origin:left}}.cds-custom--layout--size-xs{--cds-custom-layout-size-height-context:var(--cds-custom-layout-size-height-xs,1.5rem);--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context)}.cds-custom--layout-constraint--size__default-xs{--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context,var(--cds-custom-layout-size-height-xs,1.5rem))}.cds-custom--layout-constraint--size__min-xs{--cds-custom-layout-size-height-min:var(--cds-custom-layout-size-height-xs,1.5rem)}.cds-custom--layout-constraint--size__max-xs{--cds-custom-layout-size-height-max:var(--cds-custom-layout-size-height-xs,1.5rem)}.cds-custom--layout--size-sm{--cds-custom-layout-size-height-context:var(--cds-custom-layout-size-height-sm,2rem);--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context)}.cds-custom--layout-constraint--size__default-sm{--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context,var(--cds-custom-layout-size-height-sm,2rem))}.cds-custom--layout-constraint--size__min-sm{--cds-custom-layout-size-height-min:var(--cds-custom-layout-size-height-sm,2rem)}.cds-custom--layout-constraint--size__max-sm{--cds-custom-layout-size-height-max:var(--cds-custom-layout-size-height-sm,2rem)}.cds-custom--layout--size-md{--cds-custom-layout-size-height-context:var(--cds-custom-layout-size-height-md,2.5rem);--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context)}.cds-custom--layout-constraint--size__default-md{--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context,var(--cds-custom-layout-size-height-md,2.5rem))}.cds-custom--layout-constraint--size__min-md{--cds-custom-layout-size-height-min:var(--cds-custom-layout-size-height-md,2.5rem)}.cds-custom--layout-constraint--size__max-md{--cds-custom-layout-size-height-max:var(--cds-custom-layout-size-height-md,2.5rem)}.cds-custom--layout--size-lg{--cds-custom-layout-size-height-context:var(--cds-custom-layout-size-height-lg,3rem);--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context)}.cds-custom--layout-constraint--size__default-lg{--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context,var(--cds-custom-layout-size-height-lg,3rem))}.cds-custom--layout-constraint--size__min-lg{--cds-custom-layout-size-height-min:var(--cds-custom-layout-size-height-lg,3rem)}.cds-custom--layout-constraint--size__max-lg{--cds-custom-layout-size-height-max:var(--cds-custom-layout-size-height-lg,3rem)}.cds-custom--layout--size-xl{--cds-custom-layout-size-height-context:var(--cds-custom-layout-size-height-xl,4rem);--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context)}.cds-custom--layout-constraint--size__default-xl{--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context,var(--cds-custom-layout-size-height-xl,4rem))}.cds-custom--layout-constraint--size__min-xl{--cds-custom-layout-size-height-min:var(--cds-custom-layout-size-height-xl,4rem)}.cds-custom--layout-constraint--size__max-xl{--cds-custom-layout-size-height-max:var(--cds-custom-layout-size-height-xl,4rem)}.cds-custom--layout--size-2xl{--cds-custom-layout-size-height-context:var(--cds-custom-layout-size-height-2xl,5rem);--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context)}.cds-custom--layout-constraint--size__default-2xl{--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context,var(--cds-custom-layout-size-height-2xl,5rem))}.cds-custom--layout-constraint--size__min-2xl{--cds-custom-layout-size-height-min:var(--cds-custom-layout-size-height-2xl,5rem)}.cds-custom--layout-constraint--size__max-2xl{--cds-custom-layout-size-height-max:var(--cds-custom-layout-size-height-2xl,5rem)}.cds-custom--layout--density-condensed{--cds-custom-layout-density-padding-inline-context:var(--cds-custom-layout-density-padding-inline-condensed,0.5rem);--cds-custom-layout-density-padding-inline:var(--cds-custom-layout-density-padding-inline-context)}.cds-custom--layout-constraint--density__default-condensed{--cds-custom-layout-density-padding-inline:var(--cds-custom-layout-density-padding-inline-context,var(--cds-custom-layout-density-padding-inline-condensed,0.5rem))}.cds-custom--layout-constraint--density__min-condensed{--cds-custom-layout-density-padding-inline-min:var(--cds-custom-layout-density-padding-inline-condensed,0.5rem)}.cds-custom--layout-constraint--density__max-condensed{--cds-custom-layout-density-padding-inline-max:var(--cds-custom-layout-density-padding-inline-condensed,0.5rem)}.cds-custom--layout--density-normal{--cds-custom-layout-density-padding-inline-context:var(--cds-custom-layout-density-padding-inline-normal,1rem);--cds-custom-layout-density-padding-inline:var(--cds-custom-layout-density-padding-inline-context)}.cds-custom--layout-constraint--density__default-normal{--cds-custom-layout-density-padding-inline:var(--cds-custom-layout-density-padding-inline-context,var(--cds-custom-layout-density-padding-inline-normal,1rem))}.cds-custom--layout-constraint--density__min-normal{--cds-custom-layout-density-padding-inline-min:var(--cds-custom-layout-density-padding-inline-normal,1rem)}.cds-custom--layout-constraint--density__max-normal{--cds-custom-layout-density-padding-inline-max:var(--cds-custom-layout-density-padding-inline-normal,1rem)}:root{--cds-custom-layout-size-height-xs:1.5rem;--cds-custom-layout-size-height-sm:2rem;--cds-custom-layout-size-height-md:2.5rem;--cds-custom-layout-size-height-lg:3rem;--cds-custom-layout-size-height-xl:4rem;--cds-custom-layout-size-height-2xl:5rem;--cds-custom-layout-size-height-min:0px;--cds-custom-layout-size-height-max:999999999px;--cds-custom-layout-density-padding-inline-condensed:0.5rem;--cds-custom-layout-density-padding-inline-normal:1rem;--cds-custom-layout-density-padding-inline-min:0px;--cds-custom-layout-density-padding-inline-max:999999999px}.cds-custom--assistive-text,.cds-custom--visually-hidden{block-size:1px;border:0;margin:-1px;overflow:hidden;padding:0;position:absolute;clip:rect(0,0,0,0);inline-size:1px;visibility:inherit;white-space:nowrap}.cds-custom--layer-one,:root{--cds-custom-layer:var(--cds-custom-layer-01,#f4f4f4);--cds-custom-layer-active:var(--cds-custom-layer-active-01,#c6c6c6);--cds-custom-layer-background:var(--cds-custom-layer-background-01,#fff);--cds-custom-layer-hover:var(--cds-custom-layer-hover-01,#e8e8e8);--cds-custom-layer-selected:var(--cds-custom-layer-selected-01,#e0e0e0);--cds-custom-layer-selected-hover:var(--cds-custom-layer-selected-hover-01,#d1d1d1);--cds-custom-layer-accent:var(--cds-custom-layer-accent-01,#e0e0e0);--cds-custom-layer-accent-hover:var(--cds-custom-layer-accent-hover-01,#d1d1d1);--cds-custom-layer-accent-active:var(--cds-custom-layer-accent-active-01,#a8a8a8);--cds-custom-field:var(--cds-custom-field-01,#f4f4f4);--cds-custom-field-hover:var(--cds-custom-field-hover-01,#e8e8e8);--cds-custom-border-subtle:var(--cds-custom-border-subtle-00,#e0e0e0);--cds-custom-border-subtle-selected:var(--cds-custom-border-subtle-selected-01,#c6c6c6);--cds-custom-border-strong:var(--cds-custom-border-strong-01,#8d8d8d);--cds-custom-border-tile:var(--cds-custom-border-tile-01,#c6c6c6)}.cds-custom--layer-two{--cds-custom-layer:var(--cds-custom-layer-02,#fff);--cds-custom-layer-active:var(--cds-custom-layer-active-02,#c6c6c6);--cds-custom-layer-background:var(--cds-custom-layer-background-02,#f4f4f4);--cds-custom-layer-hover:var(--cds-custom-layer-hover-02,#e8e8e8);--cds-custom-layer-selected:var(--cds-custom-layer-selected-02,#e0e0e0);--cds-custom-layer-selected-hover:var(--cds-custom-layer-selected-hover-02,#d1d1d1);--cds-custom-layer-accent:var(--cds-custom-layer-accent-02,#e0e0e0);--cds-custom-layer-accent-hover:var(--cds-custom-layer-accent-hover-02,#d1d1d1);--cds-custom-layer-accent-active:var(--cds-custom-layer-accent-active-02,#a8a8a8);--cds-custom-field:var(--cds-custom-field-02,#fff);--cds-custom-field-hover:var(--cds-custom-field-hover-02,#e8e8e8);--cds-custom-border-subtle:var(--cds-custom-border-subtle-01,#c6c6c6);--cds-custom-border-subtle-selected:var(--cds-custom-border-subtle-selected-02,#c6c6c6);--cds-custom-border-strong:var(--cds-custom-border-strong-02,#8d8d8d);--cds-custom-border-tile:var(--cds-custom-border-tile-02,#a8a8a8)}.cds-custom--layer-three{--cds-custom-layer:var(--cds-custom-layer-03,#f4f4f4);--cds-custom-layer-active:var(--cds-custom-layer-active-03,#c6c6c6);--cds-custom-layer-background:var(--cds-custom-layer-background-03,#fff);--cds-custom-layer-hover:var(--cds-custom-layer-hover-03,#e8e8e8);--cds-custom-layer-selected:var(--cds-custom-layer-selected-03,#e0e0e0);--cds-custom-layer-selected-hover:var(--cds-custom-layer-selected-hover-03,#d1d1d1);--cds-custom-layer-accent:var(--cds-custom-layer-accent-03,#e0e0e0);--cds-custom-layer-accent-hover:var(--cds-custom-layer-accent-hover-03,#d1d1d1);--cds-custom-layer-accent-active:var(--cds-custom-layer-accent-active-03,#a8a8a8);--cds-custom-field:var(--cds-custom-field-03,#f4f4f4);--cds-custom-field-hover:var(--cds-custom-field-hover-03,#e8e8e8);--cds-custom-border-subtle:var(--cds-custom-border-subtle-02,#e0e0e0);--cds-custom-border-subtle-selected:var(--cds-custom-border-subtle-selected-03,#c6c6c6);--cds-custom-border-strong:var(--cds-custom-border-strong-03,#8d8d8d);--cds-custom-border-tile:var(--cds-custom-border-tile-03,#c6c6c6)}.cds-custom--layer-one.cds-custom--layer__with-background,.cds-custom--layer-three.cds-custom--layer__with-background,.cds-custom--layer-two.cds-custom--layer__with-background{background-color:var(--cds-custom-layer-background)}input:-webkit-autofill,input:-webkit-autofill:focus,input:-webkit-autofill:hover,textarea:-webkit-autofill,textarea:-webkit-autofill:focus,textarea:-webkit-autofill:hover{box-shadow:0 0 0 1000px var(--cds-custom-field) inset;-webkit-text-fill-color:var(--cds-custom-text-primary,#161616)}.cds-custom--fieldset{border:0;box-sizing:border-box;font-family:inherit;font-size:100%;margin:0;padding:0;vertical-align:baseline}.cds-custom--fieldset *,.cds-custom--fieldset :after,.cds-custom--fieldset :before{box-sizing:inherit}.cds-custom--form-item{align-items:flex-start;display:flex;flex:1 1 auto;flex-direction:column;font-size:var(--cds-custom-body-compact-01-font-size,.875rem);font-weight:var(--cds-custom-body-compact-01-font-weight,400);letter-spacing:var(--cds-custom-body-compact-01-letter-spacing,.16px);line-height:var(--cds-custom-body-compact-01-line-height,1.28572)}.cds-custom--label{color:var(--cds-custom-text-secondary,#525252);display:inline-block;font-size:var(--cds-custom-label-01-font-size,.75rem);font-weight:var(--cds-custom-label-01-font-weight,400);font-weight:400;letter-spacing:var(--cds-custom-label-01-letter-spacing,.32px);line-height:var(--cds-custom-label-01-line-height,1.33333);line-height:1rem;margin-block-end:.5rem;vertical-align:baseline}.cds-custom--label html{font-size:100%}.cds-custom--label body{font-family:IBM Plex Sans,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,sans-serif;font-weight:400;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.cds-custom--label code{font-family:IBM Plex Mono,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,monospace}.cds-custom--label strong{font-weight:600}.cds-custom--label .cds-custom--toggletip-label{font-size:var(--cds-custom-label-01-font-size,.75rem);font-weight:var(--cds-custom-label-01-font-weight,400);letter-spacing:var(--cds-custom-label-01-letter-spacing,.32px);line-height:var(--cds-custom-label-01-line-height,1.33333)}.cds-custom--label--no-margin{margin-block-end:0}.cds-custom--label+.cds-custom--tooltip{inset-block-start:.2rem;inset-inline-start:.5rem;position:relative}.cds-custom--label+.cds-custom--tooltip .cds-custom--tooltip__trigger{align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;box-sizing:border-box;cursor:pointer;display:inline-block;display:flex;font-family:inherit;font-size:100%;font-size:var(--cds-custom-label-01-font-size,.75rem);font-weight:var(--cds-custom-label-01-font-weight,400);inline-size:100%;justify-content:center;letter-spacing:var(--cds-custom-label-01-letter-spacing,.32px);line-height:var(--cds-custom-label-01-line-height,1.33333);margin:0;padding:0;text-align:start;vertical-align:baseline}.cds-custom--label+.cds-custom--tooltip .cds-custom--tooltip__trigger *,.cds-custom--label+.cds-custom--tooltip .cds-custom--tooltip__trigger :after,.cds-custom--label+.cds-custom--tooltip .cds-custom--tooltip__trigger :before{box-sizing:inherit}.cds-custom--label+.cds-custom--tooltip .cds-custom--tooltip__trigger::-moz-focus-inner{border:0}.cds-custom--label+.cds-custom--tooltip .cds-custom--tooltip__trigger:focus{outline:1px solid var(--cds-custom-focus,#0f62fe)}.cds-custom--label+.cds-custom--tooltip .cds-custom--tooltip__trigger svg{fill:var(--cds-custom-icon-secondary,#525252)}.cds-custom--label+.cds-custom--tooltip .cds-custom--tooltip__trigger svg :hover{fill:var(--cds-custom-icon-primary,#161616)}.cds-custom--label+.cds-custom--toggletip{inset-block-start:.2rem;inset-inline-start:.5rem}.cds-custom--label.cds-custom--skeleton{background:var(--cds-custom-skeleton-background,#e8e8e8);block-size:.875rem;border:none;box-shadow:none;inline-size:4.6875rem;padding:0;pointer-events:none;position:relative}.cds-custom--label.cds-custom--skeleton:active,.cds-custom--label.cds-custom--skeleton:focus,.cds-custom--label.cds-custom--skeleton:hover{border:none;cursor:default;outline:none}.cds-custom--label.cds-custom--skeleton:before{animation:cds-custom--skeleton 3s ease-in-out infinite;background:var(--cds-custom-skeleton-element,#c6c6c6);block-size:100%;content:"";inline-size:100%;inset-inline-start:0;position:absolute;will-change:transform-origin,transform,opacity}@media (prefers-reduced-motion:reduce){.cds-custom--label.cds-custom--skeleton:before{animation:none}}input[type=number],input[type=text].cds-custom--number{font-family:IBM Plex Sans,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,sans-serif}.cds-custom--combo-box[data-invalid]:not(.cds-custom--multi-select--selected) .cds-custom--text-input:not(:focus),.cds-custom--list-box[data-invalid]:not(.cds-custom--multi-select--invalid--focused,.cds-custom--combo-box--invalid--focused),.cds-custom--number[data-invalid] input[type=number]:not(:focus),.cds-custom--number[data-invalid] input[type=text]:not(:focus),.cds-custom--select-input__wrapper[data-invalid] .cds-custom--select-input:not(:focus),.cds-custom--text-area__wrapper[data-invalid]>.cds-custom--text-area--invalid:not(:focus),.cds-custom--text-input__field-wrapper[data-invalid]>.cds-custom--text-input--invalid:not(:focus),input[data-invalid]:not(:focus){outline:2px solid var(--cds-custom-support-error,#da1e28);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--combo-box[data-invalid]:not(.cds-custom--multi-select--selected) .cds-custom--text-input:not(:focus),.cds-custom--list-box[data-invalid]:not(.cds-custom--multi-select--invalid--focused,.cds-custom--combo-box--invalid--focused),.cds-custom--number[data-invalid] input[type=number]:not(:focus),.cds-custom--number[data-invalid] input[type=text]:not(:focus),.cds-custom--select-input__wrapper[data-invalid] .cds-custom--select-input:not(:focus),.cds-custom--text-area__wrapper[data-invalid]>.cds-custom--text-area--invalid:not(:focus),.cds-custom--text-input__field-wrapper[data-invalid]>.cds-custom--text-input--invalid:not(:focus),input[data-invalid]:not(:focus){outline-style:dotted}}.cds-custom--date-picker-input__wrapper--invalid~.cds-custom--form-requirement,.cds-custom--date-picker-input__wrapper--warn~.cds-custom--form-requirement,.cds-custom--date-picker-input__wrapper~.cds-custom--form-requirement,.cds-custom--list-box--warning~.cds-custom--form-requirement,.cds-custom--list-box[data-invalid]~.cds-custom--form-requirement,.cds-custom--number[data-invalid] .cds-custom--number__input-wrapper~.cds-custom--form-requirement,.cds-custom--number__input-wrapper--warning~.cds-custom--form-requirement,.cds-custom--select--warning .cds-custom--select-input__wrapper~.cds-custom--form-requirement,.cds-custom--select-input__wrapper[data-invalid]~.cds-custom--form-requirement,.cds-custom--text-area__wrapper--warn~.cds-custom--form-requirement,.cds-custom--text-area__wrapper[data-invalid]~.cds-custom--form-requirement,.cds-custom--text-input__field-wrapper--warning>.cds-custom--text-input~.cds-custom--form-requirement,.cds-custom--text-input__field-wrapper--warning~.cds-custom--form-requirement,.cds-custom--text-input__field-wrapper[data-invalid]~.cds-custom--form-requirement,.cds-custom--time-picker--invalid~.cds-custom--form-requirement,.cds-custom--time-picker--warning~.cds-custom--form-requirement,.cds-custom--time-picker[data-invalid]~.cds-custom--form-requirement,input[data-invalid]~.cds-custom--form-requirement{display:block;font-weight:400;max-block-size:12.5rem;overflow:visible}.cds-custom--select--inline.cds-custom--select--warning .cds-custom--select-input--inline__wrapper~.cds-custom--form-requirement,.cds-custom--select-input--inline__wrapper[data-invalid]~.cds-custom--form-requirement{display:inline-flex;inline-size:100%;margin:0;margin-block-end:0;max-block-size:100%;overflow:visible;padding-inline-start:.5rem}.cds-custom--date-picker-input__wrapper--invalid~.cds-custom--form-requirement,.cds-custom--date-picker-input__wrapper~.cds-custom--form-requirement,.cds-custom--list-box[data-invalid]~.cds-custom--form-requirement,.cds-custom--number[data-invalid] .cds-custom--number__input-wrapper~.cds-custom--form-requirement,.cds-custom--select-input--inline__wrapper[data-invalid]~.cds-custom--form-requirement,.cds-custom--select-input__wrapper[data-invalid]~.cds-custom--form-requirement,.cds-custom--text-area__wrapper[data-invalid]~.cds-custom--form-requirement,.cds-custom--text-input__field-wrapper[data-invalid]~.cds-custom--form-requirement,.cds-custom--time-picker--invalid~.cds-custom--form-requirement,.cds-custom--time-picker[data-invalid]~.cds-custom--form-requirement,input[data-invalid]~.cds-custom--form-requirement{color:var(--cds-custom-text-error,#da1e28)}.cds-custom--form--fluid .cds-custom--text-input__field-wrapper--warning,.cds-custom--form--fluid .cds-custom--text-input__field-wrapper[data-invalid]{display:block}.cds-custom--form--fluid input[data-invalid]{outline:none}.cds-custom--form--fluid .cds-custom--form-requirement{margin:0;padding:.5rem 2.5rem .5rem 1rem}input:not(output,[data-invalid]):-moz-ui-invalid{box-shadow:none}.cds-custom--form-requirement{display:none;font-size:var(--cds-custom-label-01-font-size,.75rem);font-weight:var(--cds-custom-label-01-font-weight,400);letter-spacing:var(--cds-custom-label-01-letter-spacing,.32px);line-height:var(--cds-custom-label-01-line-height,1.33333);margin:.25rem 0 0;max-block-size:0;overflow:hidden}.cds-custom--form-requirement html{font-size:100%}.cds-custom--form-requirement body{font-family:IBM Plex Sans,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,sans-serif;font-weight:400;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.cds-custom--form-requirement code{font-family:IBM Plex Mono,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,monospace}.cds-custom--form-requirement strong{font-weight:600}.cds-custom--select--inline .cds-custom--form__helper-text{margin-block-start:0}.cds-custom--form__helper-text{color:var(--cds-custom-text-secondary,#525252);font-size:var(--cds-custom-helper-text-01-font-size,.75rem);inline-size:100%;letter-spacing:var(--cds-custom-helper-text-01-letter-spacing,.32px);line-height:var(--cds-custom-helper-text-01-line-height,1.33333);margin-block-start:.25rem;opacity:1;z-index:0}.cds-custom--form__helper-text--disabled,.cds-custom--label--disabled,fieldset[disabled] .cds-custom--form__helper-text,fieldset[disabled] .cds-custom--label{color:var(--cds-custom-text-disabled,hsla(0,0%,9%,.25))}.cds-custom--text-input{--cds-custom-layout-size-height-local:clamp(max(var(--cds-custom-layout-size-height-min),var(--cds-custom-layout-size-height-sm)),var(--cds-custom-layout-size-height,var(--cds-custom-layout-size-height-md)),min(var(--cds-custom-layout-size-height-max),var(--cds-custom-layout-size-height-lg)));--cds-custom-layout-density-padding-inline-local:clamp(var(--cds-custom-layout-density-padding-inline-min),var(--cds-custom-layout-density-padding-inline,var(--cds-custom-layout-density-padding-inline-normal)),var(--cds-custom-layout-density-padding-inline-max));background-color:var(--cds-custom-field);block-size:var(--cds-custom-layout-size-height-local);border:none;border-block-end:1px solid var(--cds-custom-border-strong);box-sizing:border-box;color:var(--cds-custom-text-primary,#161616);font-family:inherit;font-size:100%;font-size:var(--cds-custom-body-compact-01-font-size,.875rem);font-weight:var(--cds-custom-body-compact-01-font-weight,400);inline-size:100%;letter-spacing:var(--cds-custom-body-compact-01-letter-spacing,.16px);line-height:var(--cds-custom-body-compact-01-line-height,1.28572);margin:0;outline:2px solid transparent;outline-offset:-2px;padding:0;padding:0 var(--cds-custom-layout-density-padding-inline-local);transition:background-color 70ms cubic-bezier(.2,0,.38,.9),outline 70ms cubic-bezier(.2,0,.38,.9);vertical-align:baseline}.cds-custom--text-input *,.cds-custom--text-input :after,.cds-custom--text-input :before{box-sizing:inherit}.cds-custom--text-input:active,.cds-custom--text-input:focus{outline:2px solid var(--cds-custom-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--text-input:active,.cds-custom--text-input:focus{outline-style:dotted}}.cds-custom--text-input-wrapper svg[hidden]{display:none}.cds-custom--password-input{padding-inline-end:2.5rem}.cds-custom--text-input--sm.cds-custom--password-input{padding-inline-end:2rem}.cds-custom--text-input--lg.cds-custom--password-input{padding-inline-end:3rem}.cds-custom--text-input::-moz-placeholder{color:var(--cds-custom-text-placeholder,hsla(0,0%,9%,.4));opacity:1}.cds-custom--text-input::placeholder{color:var(--cds-custom-text-placeholder,hsla(0,0%,9%,.4));opacity:1}.cds-custom--text-input--light{background-color:var(--cds-custom-field-02,#fff)}.cds-custom--text-input__field-wrapper{display:flex;inline-size:100%;position:relative}.cds-custom--text-input__invalid-icon{position:absolute;fill:var(--cds-custom-support-error,#da1e28);inset-block-start:50%;inset-inline-end:1rem;transform:translateY(-50%)}.cds-custom--text-input__invalid-icon--warning{fill:var(--cds-custom-support-warning,#f1c21b)}.cds-custom--text-input__invalid-icon--warning path:first-of-type{fill:#000;opacity:1}.cds-custom--text-input--password__visibility{align-items:center;cursor:pointer;display:inline-flex;overflow:visible;position:relative}.cds-custom--text-input--password__visibility:focus{outline:1px solid var(--cds-custom-focus,#0f62fe)}@media screen and (prefers-contrast){.cds-custom--text-input--password__visibility:focus{outline-style:dotted}}.cds-custom--text-input--password__visibility:focus{outline:1px solid transparent}.cds-custom--text-input--password__visibility:focus svg{outline:1px solid var(--cds-custom-focus,#0f62fe)}@media screen and (prefers-contrast){.cds-custom--text-input--password__visibility:focus svg{outline-style:dotted}}.cds-custom--text-input--password__visibility .cds-custom--assistive-text,.cds-custom--text-input--password__visibility+.cds-custom--assistive-text,.cds-custom--text-input--password__visibility:after,.cds-custom--text-input--password__visibility:before{align-items:center;display:flex;opacity:0;pointer-events:none;position:absolute;z-index:6000}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.cds-custom--text-input--password__visibility .cds-custom--assistive-text,.cds-custom--text-input--password__visibility+.cds-custom--assistive-text,.cds-custom--text-input--password__visibility:after,.cds-custom--text-input--password__visibility:before{display:inline-block}}.cds-custom--text-input--password__visibility:after,.cds-custom--text-input--password__visibility:before{transition:opacity 70ms cubic-bezier(.2,0,.38,.9)}@media screen and (prefers-reduced-motion:reduce){.cds-custom--text-input--password__visibility:after,.cds-custom--text-input--password__visibility:before{transition:none}}.cds-custom--text-input--password__visibility.cds-custom--tooltip--a11y:after,.cds-custom--text-input--password__visibility.cds-custom--tooltip--a11y:before{transition:none}.cds-custom--text-input--password__visibility:before{block-size:0;border-style:solid;content:"";inline-size:0}.cds-custom--text-input--password__visibility .cds-custom--assistive-text,.cds-custom--text-input--password__visibility+.cds-custom--assistive-text{box-sizing:content-box;color:inherit;opacity:1;white-space:normal;word-break:break-word}.cds-custom--text-input--password__visibility .cds-custom--assistive-text,.cds-custom--text-input--password__visibility+.cds-custom--assistive-text,.cds-custom--text-input--password__visibility:after{background-color:var(--cds-custom-background-inverse,#393939);block-size:auto;border-radius:.125rem;box-shadow:0 2px 6px var(--cds-custom-shadow,rgba(0,0,0,.3));color:var(--cds-custom-text-inverse,#fff);font-size:var(--cds-custom-body-compact-01-font-size,.875rem);font-weight:400;font-weight:var(--cds-custom-body-compact-01-font-weight,400);inline-size:-moz-max-content;inline-size:max-content;letter-spacing:var(--cds-custom-body-compact-01-letter-spacing,.16px);line-height:var(--cds-custom-body-compact-01-line-height,1.28572);max-inline-size:13rem;min-inline-size:1.5rem;padding:.1875rem 1rem;text-align:start;transform:translateX(-50%);z-index:6000}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.cds-custom--text-input--password__visibility .cds-custom--assistive-text,.cds-custom--text-input--password__visibility+.cds-custom--assistive-text,.cds-custom--text-input--password__visibility:after{inline-size:auto}}@supports (-ms-accelerator:true){.cds-custom--text-input--password__visibility .cds-custom--assistive-text,.cds-custom--text-input--password__visibility+.cds-custom--assistive-text,.cds-custom--text-input--password__visibility:after{inline-size:auto}}@supports (-ms-ime-align:auto){.cds-custom--text-input--password__visibility .cds-custom--assistive-text,.cds-custom--text-input--password__visibility+.cds-custom--assistive-text,.cds-custom--text-input--password__visibility:after{inline-size:auto}}@media screen and (-ms-high-contrast:active),screen and (prefers-contrast){.cds-custom--text-input--password__visibility .cds-custom--assistive-text,.cds-custom--text-input--password__visibility+.cds-custom--assistive-text,.cds-custom--text-input--password__visibility:after{border:1px solid transparent}}.cds-custom--text-input--password__visibility:after{content:attr(aria-label)}.cds-custom--text-input--password__visibility.cds-custom--tooltip--a11y:after{content:none}.cds-custom--text-input--password__visibility.cds-custom--tooltip--visible:after,.cds-custom--text-input--password__visibility.cds-custom--tooltip--visible:before,.cds-custom--text-input--password__visibility:focus:after,.cds-custom--text-input--password__visibility:focus:before,.cds-custom--text-input--password__visibility:hover:after,.cds-custom--text-input--password__visibility:hover:before{opacity:1}@keyframes cds-custom--tooltip-fade{0%{opacity:0}to{opacity:1}}.cds-custom--text-input--password__visibility.cds-custom--tooltip--visible .cds-custom--assistive-text,.cds-custom--text-input--password__visibility.cds-custom--tooltip--visible+.cds-custom--assistive-text,.cds-custom--text-input--password__visibility:focus .cds-custom--assistive-text,.cds-custom--text-input--password__visibility:focus+.cds-custom--assistive-text,.cds-custom--text-input--password__visibility:hover .cds-custom--assistive-text,.cds-custom--text-input--password__visibility:hover+.cds-custom--assistive-text{margin:auto;overflow:visible;clip:auto}.cds-custom--text-input--password__visibility.cds-custom--tooltip--visible .cds-custom--assistive-text,.cds-custom--text-input--password__visibility.cds-custom--tooltip--visible+.cds-custom--assistive-text,.cds-custom--text-input--password__visibility.cds-custom--tooltip--visible.cds-custom--tooltip--a11y:before,.cds-custom--text-input--password__visibility:focus .cds-custom--assistive-text,.cds-custom--text-input--password__visibility:focus+.cds-custom--assistive-text,.cds-custom--text-input--password__visibility:focus.cds-custom--tooltip--a11y:before,.cds-custom--text-input--password__visibility:hover .cds-custom--assistive-text,.cds-custom--text-input--password__visibility:hover+.cds-custom--assistive-text,.cds-custom--text-input--password__visibility:hover.cds-custom--tooltip--a11y:before{animation:cds-custom--tooltip-fade 70ms cubic-bezier(.2,0,.38,.9)}.cds-custom--text-input--password__visibility.cds-custom--tooltip--hidden .cds-custom--assistive-text,.cds-custom--text-input--password__visibility.cds-custom--tooltip--hidden+.cds-custom--assistive-text{margin:-1px;overflow:hidden;clip:rect(0,0,0,0)}.cds-custom--text-input--password__visibility.cds-custom--tooltip--hidden.cds-custom--tooltip--a11y:before{animation:none;opacity:0}.cds-custom--text-input--password__visibility .cds-custom--assistive-text:after{block-size:.75rem;content:"";display:block;inline-size:100%;inset-block-start:-.75rem;inset-inline-start:0;position:absolute}.cds-custom--text-input--password__visibility .cds-custom--assistive-text,.cds-custom--text-input--password__visibility+.cds-custom--assistive-text,.cds-custom--text-input--password__visibility:after,.cds-custom--text-input--password__visibility:before{inset-block-end:0;inset-inline-start:50%}.cds-custom--text-input--password__visibility:before{border-color:transparent transparent var(--cds-custom-background-inverse,#393939);border-width:0 .25rem .3125rem;inset-block-end:-.5rem;transform:translate(-50%,100%)}.cds-custom--text-input--password__visibility .cds-custom--assistive-text,.cds-custom--text-input--password__visibility+.cds-custom--assistive-text,.cds-custom--text-input--password__visibility:after{inset-block-end:-.8125rem;transform:translate(-50%,100%)}.cds-custom--btn.cds-custom--text-input--password__visibility__toggle.cds-custom--tooltip__trigger{align-items:center;background:none;block-size:100%;border:0;cursor:pointer;display:flex;inline-size:2.5rem;inset-inline-end:0;justify-content:center;min-block-size:auto;outline:2px solid transparent;outline-offset:-2px;padding:0;position:absolute;transition:outline 70ms cubic-bezier(.2,0,.38,.9)}.cds-custom--toggle-password-tooltip .cds-custom--popover{inset-inline-start:-2.5rem}.cds-custom--toggle-password-tooltip .cds-custom--popover-content{min-inline-size:2.5rem}.cds-custom--text-input--sm+.cds-custom--btn.cds-custom--text-input--password__visibility__toggle.cds-custom--tooltip__trigger{inline-size:2rem}.cds-custom--text-input--lg+.cds-custom--btn.cds-custom--text-input--password__visibility__toggle.cds-custom--tooltip__trigger{inline-size:3rem}.cds-custom--btn.cds-custom--text-input--password__visibility__toggle.cds-custom--tooltip__trigger svg{fill:var(--cds-custom-icon-secondary,#525252);transition:fill 70ms cubic-bezier(.2,0,.38,.9)}.cds-custom--btn.cds-custom--text-input--password__visibility__toggle.cds-custom--tooltip__trigger:focus{outline:2px solid var(--cds-custom-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--btn.cds-custom--text-input--password__visibility__toggle.cds-custom--tooltip__trigger:focus{outline-style:dotted}}.cds-custom--btn.cds-custom--text-input--password__visibility__toggle.cds-custom--tooltip__trigger:focus svg,.cds-custom--btn.cds-custom--text-input--password__visibility__toggle.cds-custom--tooltip__trigger:hover svg{fill:var(--cds-custom-icon-primary,#161616)}.cds-custom--text-input--invalid,.cds-custom--text-input--warning{padding-inline-end:2.5rem}.cds-custom--text-input--invalid.cds-custom--password-input{padding-inline-end:4rem}.cds-custom--text-input--invalid+.cds-custom--text-input--password__visibility__toggle{inset-inline-end:1rem}.cds-custom--password-input-wrapper .cds-custom--text-input__invalid-icon{inset-inline-end:2.5rem}.cds-custom--text-input:disabled~.cds-custom--text-input--password__visibility__toggle.cds-custom--tooltip__trigger{cursor:not-allowed}.cds-custom--text-input:disabled~.cds-custom--text-input--password__visibility__toggle.cds-custom--tooltip__trigger svg,.cds-custom--text-input:disabled~.cds-custom--text-input--password__visibility__toggle.cds-custom--tooltip__trigger svg:hover{fill:var(--cds-custom-icon-disabled,hsla(0,0%,9%,.25))}.cds-custom--text-input--password__visibility__toggle:disabled.cds-custom--tooltip__trigger{cursor:default}.cds-custom--text-input--password__visibility__toggle:disabled.cds-custom--tooltip__trigger svg{fill:var(--cds-custom-icon-disabled,hsla(0,0%,9%,.25))}.cds-custom--text-input--password__visibility__toggle:disabled.cds-custom--tooltip__trigger:hover{cursor:default}.cds-custom--text-input--password__visibility__toggle:disabled.cds-custom--tooltip__trigger:hover svg{fill:var(--cds-custom-icon-disabled,hsla(0,0%,9%,.25))}.cds-custom--text-input__counter-alert{block-size:1px;border:0;margin:-1px;overflow:hidden;padding:0;position:absolute;clip:rect(0,0,0,0);inline-size:1px}.cds-custom--text-input:disabled{background-color:var(--cds-custom-field);border-block-end:1px solid transparent;color:var(--cds-custom-text-disabled,hsla(0,0%,9%,.25));cursor:not-allowed;outline:2px solid transparent;outline-offset:-2px;-webkit-text-fill-color:var(--cds-custom-text-disabled,hsla(0,0%,9%,.25))}.cds-custom--text-input--light:disabled{background-color:var(--cds-custom-field-02,#fff)}.cds-custom--text-input:disabled::-moz-placeholder{color:var(--cds-custom-text-disabled,hsla(0,0%,9%,.25));opacity:1}.cds-custom--text-input:disabled::placeholder{color:var(--cds-custom-text-disabled,hsla(0,0%,9%,.25));opacity:1}.cds-custom--text-input--invalid{box-shadow:none;outline:2px solid var(--cds-custom-support-error,#da1e28);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--text-input--invalid{outline-style:dotted}}.cds-custom--text-input--invalid .cds-custom--text-input--password__visibility__toggle{inset-inline-end:2.5rem}.cds-custom--skeleton.cds-custom--text-input{background:var(--cds-custom-skeleton-background,#e8e8e8);border:none;box-shadow:none;padding:0;pointer-events:none;position:relative}.cds-custom--skeleton.cds-custom--text-input:active,.cds-custom--skeleton.cds-custom--text-input:focus,.cds-custom--skeleton.cds-custom--text-input:hover{border:none;cursor:default;outline:none}.cds-custom--skeleton.cds-custom--text-input:before{animation:cds-custom--skeleton 3s ease-in-out infinite;background:var(--cds-custom-skeleton-element,#c6c6c6);block-size:100%;content:"";inline-size:100%;inset-inline-start:0;position:absolute;will-change:transform-origin,transform,opacity}@media (prefers-reduced-motion:reduce){.cds-custom--skeleton.cds-custom--text-input:before{animation:none}}.cds-custom--form--fluid .cds-custom--text-input-wrapper{background:var(--cds-custom-field);position:relative;transition:background-color 70ms cubic-bezier(.2,0,.38,.9),outline 70ms cubic-bezier(.2,0,.38,.9)}.cds-custom--form--fluid .cds-custom--label{align-items:center;block-size:1rem;display:flex;inset-block-start:.8125rem;inset-inline-start:1rem;margin:0;position:absolute;z-index:1}.cds-custom--form--fluid .cds-custom--form__helper-text{display:none}.cds-custom--form--fluid .cds-custom--text-input{min-block-size:4rem;padding:2rem 1rem .8125rem}.cds-custom--form--fluid .cds-custom--text-input__divider,.cds-custom--text-input__divider{display:none}.cds-custom--form--fluid .cds-custom--text-input--invalid,.cds-custom--form--fluid .cds-custom--text-input--warning{border-block-end:none}.cds-custom--form--fluid .cds-custom--text-input--invalid+.cds-custom--text-input__divider,.cds-custom--form--fluid .cds-custom--text-input--warning+.cds-custom--text-input__divider{border-color:var(--cds-custom-border-subtle);border-style:solid;border-block-end:none;display:block;margin:0 1rem}.cds-custom--form--fluid .cds-custom--text-input__invalid-icon{inset-block-start:5rem}.cds-custom--form--fluid .cds-custom--text-input__field-wrapper--warning>.cds-custom--text-input--warning,.cds-custom--form--fluid .cds-custom--text-input__field-wrapper[data-invalid]>.cds-custom--text-input--invalid{outline:none}.cds-custom--form--fluid .cds-custom--text-input__field-wrapper--warning{border-block-end:1px solid var(--cds-custom-border-strong)}.cds-custom--form--fluid .cds-custom--text-input__field-wrapper[data-invalid]:not(:focus){outline:2px solid var(--cds-custom-support-error,#da1e28);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--form--fluid .cds-custom--text-input__field-wrapper[data-invalid]:not(:focus){outline-style:dotted}}.cds-custom--form--fluid .cds-custom--text-input__field-wrapper--warning:focus-within,.cds-custom--form--fluid .cds-custom--text-input__field-wrapper[data-invalid]:focus-within{outline:2px solid var(--cds-custom-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--form--fluid .cds-custom--text-input__field-wrapper--warning:focus-within,.cds-custom--form--fluid .cds-custom--text-input__field-wrapper[data-invalid]:focus-within{outline-style:dotted}}.cds-custom--form--fluid .cds-custom--text-input__field-wrapper--warning>.cds-custom--text-input--warning:focus,.cds-custom--form--fluid .cds-custom--text-input__field-wrapper[data-invalid]>.cds-custom--text-input--invalid:focus{outline:none}.cds-custom--text-input-wrapper.cds-custom--text-input-wrapper--inline{flex-flow:row wrap}.cds-custom--text-input-wrapper .cds-custom--label--inline{flex:1;margin:.8125rem 0 0;overflow-wrap:break-word;word-break:break-word}.cds-custom--text-input-wrapper .cds-custom--label--inline--sm{margin-block-start:.5625rem}.cds-custom--text-input-wrapper .cds-custom--label--inline--lg{margin-block-start:1.0625rem}.cds-custom--text-input__label-helper-wrapper{flex:2;flex-direction:column;margin-inline-end:1.5rem;max-inline-size:8rem;overflow-wrap:break-word}.cds-custom--text-input-wrapper .cds-custom--form__helper-text--inline{margin-block-start:.125rem}.cds-custom--text-input__field-outer-wrapper{align-items:flex-start;display:flex;flex:1 1 auto;flex-direction:column;inline-size:100%}.cds-custom--text-input__field-outer-wrapper--inline{flex:8;flex-direction:column}.cds-custom--text-input-wrapper--inline .cds-custom--form-requirement{display:block;font-weight:400;max-block-size:12.5rem;overflow:visible}.cds-custom--text-input-wrapper--inline--invalid .cds-custom--form-requirement{color:var(--cds-custom-text-error,#da1e28)}.cds-custom--form--fluid .cds-custom--text-input-wrapper--readonly,.cds-custom--text-input-wrapper--readonly .cds-custom--text-input{background:transparent;border-block-end-color:var(--cds-custom-border-subtle)}.cds-custom--text-input__field-wrapper .cds-custom--ai-label,.cds-custom--text-input__field-wrapper .cds-custom--slug,.cds-custom--text-input__field-wrapper--decorator .cds-custom--text-input__field-inner-wrapper--decorator>*{inset-block-start:50%;inset-inline-end:1rem;position:absolute;transform:translateY(-50%)}.cds-custom--text-input__field-wrapper--decorator .cds-custom--text-input:has(~.cds-custom--text-input__field-inner-wrapper--decorator .cds-custom--ai-label):not(:has(~.cds-custom--text-input__field-inner-wrapper--decorator .cds-custom--ai-label--revert)),.cds-custom--text-input__field-wrapper--slug .cds-custom--text-input:has(~.cds-custom--ai-label):not(:has(~.cds-custom--ai-label--revert)),.cds-custom--text-input__field-wrapper--slug .cds-custom--text-input:has(~.cds-custom--slug):not(:has(~.cds-custom--slug--revert)){background-image:linear-gradient(0deg,var(--cds-custom-ai-aura-start-sm,rgba(69,137,255,.16)) 0,15%,var(--cds-custom-ai-aura-end,hsla(0,0%,100%,0)) 50%,transparent 100%);border-block-end-color:var(--cds-custom-ai-border-strong,#4589ff)}.cds-custom--text-input__field-wrapper--decorator .cds-custom--text-input:has(~.cds-custom--text-input__field-inner-wrapper--decorator>*),.cds-custom--text-input__field-wrapper--slug .cds-custom--text-input:has(~.cds-custom--ai-label),.cds-custom--text-input__field-wrapper--slug .cds-custom--text-input:has(~.cds-custom--slug){padding-inline-end:2.5rem}.cds-custom--text-input--invalid:has(~.cds-custom--ai-label),.cds-custom--text-input--invalid:has(~.cds-custom--slug),.cds-custom--text-input--invalid:has(~.cds-custom--text-input__field-inner-wrapper--decorator>*),.cds-custom--text-input--warning:has(~.cds-custom--ai-label),.cds-custom--text-input--warning:has(~.cds-custom--slug),.cds-custom--text-input--warning:has(~.cds-custom--text-input__field-inner-wrapper--decorator>*){padding-inline-end:4rem}.cds-custom--text-input--invalid~.cds-custom--ai-label,.cds-custom--text-input--invalid~.cds-custom--slug,.cds-custom--text-input--invalid~.cds-custom--text-input__field-inner-wrapper--decorator>*,.cds-custom--text-input--warning~.cds-custom--ai-label,.cds-custom--text-input--warning~.cds-custom--slug,.cds-custom--text-input--warning~.cds-custom--text-input__field-inner-wrapper--decorator>*{inset-inline-end:2.5rem}.cds-custom--text-input__field-wrapper--decorator .cds-custom--text-input__field-inner-wrapper--decorator:not(:has(.cds-custom--ai-label))>*{block-size:1rem}.cds-custom--text-input__label-wrapper{display:flex;inline-size:100%;justify-content:space-between}:host(cds-custom-text-input){--cds-custom-layout-size-height-xs:1.5rem;--cds-custom-layout-size-height-sm:2rem;--cds-custom-layout-size-height-md:2.5rem;--cds-custom-layout-size-height-lg:3rem;--cds-custom-layout-size-height-xl:4rem;--cds-custom-layout-size-height-2xl:5rem;--cds-custom-layout-size-height-min:0px;--cds-custom-layout-size-height-max:999999999px;--cds-custom-layout-density-padding-inline-condensed:0.5rem;--cds-custom-layout-density-padding-inline-normal:1rem;--cds-custom-layout-density-padding-inline-min:0px;--cds-custom-layout-density-padding-inline-max:999999999px;inline-size:100%;outline:none}:host(cds-custom-text-input) ::slotted(cds-custom-ai-label),:host(cds-custom-text-input) ::slotted(cds-custom-slug){inset-block-start:50%;inset-inline-end:1rem;position:absolute}:host(cds-custom-text-input) ::slotted(cds-custom-ai-label:not([revert-active])),:host(cds-custom-text-input) ::slotted(cds-custom-slug:not([revert-active])){transform:translateY(-50%)}:host(cds-custom-text-input[show-password-visibility-toggle]) .cds-custom--text-input{padding-inline-end:2.5rem}:host(cds-custom-text-input[show-password-visibility-toggle]) .cds-custom--text-input__invalid-icon{inset-inline-end:2.5rem}:host(cds-custom-text-input[invalid]) .cds-custom--text-input__field-wrapper--decorator .cds-custom--text-input,:host(cds-custom-text-input[warn]) .cds-custom--text-input__field-wrapper--decorator .cds-custom--text-input{padding-inline-end:4rem}:host(cds-custom-text-input[invalid]) ::slotted(cds-custom-ai-label),:host(cds-custom-text-input[invalid]) ::slotted(cds-custom-slug),:host(cds-custom-text-input[warn]) ::slotted(cds-custom-ai-label),:host(cds-custom-text-input[warn]) ::slotted(cds-custom-slug){inset-inline-end:2.5rem}:host(cds-custom-text-input[ai-label]) .cds-custom--text-input__field-wrapper--decorator{background-image:linear-gradient(0deg,var(--cds-custom-ai-aura-start-sm,rgba(69,137,255,.16)) 0,15%,var(--cds-custom-ai-aura-end,hsla(0,0%,100%,0)) 50%,transparent 100%);border-block-end-color:var(--cds-custom-ai-border-strong,#4589ff)}']);
|
|
5042
|
+
let L = class extends Oi(kc(y)) {
|
|
5018
5043
|
constructor() {
|
|
5019
5044
|
super(...arguments), this._hasAILabel = !1, this._value = "", this.autocomplete = "", this.autofocus = !1, this.disabled = !1, this.enableCounter = !1, this.helperText = "", this.invalid = !1, this.invalidText = "", this.warn = !1, this.warnText = "", this.hideLabel = !1, this.label = "", this.name = "", this.pattern = "", this.placeholder = "", this.readonly = !1, this.required = !1, this.requiredValidityMessage = "Please fill out this field.", this.hidePasswordLabel = "Hide password", this.showPasswordLabel = "Show password", this.showPasswordVisibilityToggle = !1, this.size = Ho.MEDIUM, this.inline = !1, this.tooltipAlignment = Hs.CENTER, this.tooltipDirection = Bs.BOTTOM, this.type = Ct.TEXT, this.validityMessage = "";
|
|
5020
5045
|
}
|
|
@@ -5056,9 +5081,9 @@ let L = class extends Ii(kc(y)) {
|
|
|
5056
5081
|
this.type = this.type === Ct.PASSWORD ? Ct.TEXT : Ct.PASSWORD;
|
|
5057
5082
|
}
|
|
5058
5083
|
render() {
|
|
5059
|
-
const { disabled: t, enableCounter: s, helperText: e, hideLabel: c, inline: r, invalid: n, invalidText: u, label: l, maxCount: p, readonly: v, required: h, size: b, type: g, warn: f, warnText: x, value: C, _handleInput: $, _hasAILabel: S, _handleSlotChange: M } = this, T =
|
|
5084
|
+
const { disabled: t, enableCounter: s, helperText: e, hideLabel: c, inline: r, invalid: n, invalidText: u, label: l, maxCount: p, readonly: v, required: h, size: b, type: g, warn: f, warnText: x, value: C, _handleInput: $, _hasAILabel: S, _handleSlotChange: M } = this, T = Ei({
|
|
5060
5085
|
class: `${i}--text-input__invalid-icon`
|
|
5061
|
-
}), I =
|
|
5086
|
+
}), I = Ii({
|
|
5062
5087
|
class: `${i}--text-input__invalid-icon ${i}--text-input__invalid-icon--warning`
|
|
5063
5088
|
}), w = {
|
|
5064
5089
|
disabled: !v && t,
|
|
@@ -5090,17 +5115,17 @@ let L = class extends Ii(kc(y)) {
|
|
|
5090
5115
|
}), D = H({
|
|
5091
5116
|
[`${i}--text-input__field-outer-wrapper`]: !0,
|
|
5092
5117
|
[`${i}--text-input__field-outer-wrapper--inline`]: r
|
|
5093
|
-
}),
|
|
5118
|
+
}), V = H({
|
|
5094
5119
|
[`${i}--text-input__field-wrapper`]: !0,
|
|
5095
5120
|
[`${i}--text-input__field-wrapper--warning`]: w.warn
|
|
5096
|
-
}),
|
|
5121
|
+
}), q = H({
|
|
5097
5122
|
[`${i}--label`]: !0,
|
|
5098
5123
|
[`${i}--visually-hidden`]: c,
|
|
5099
5124
|
[`${i}--label--disabled`]: w.disabled
|
|
5100
5125
|
}), K = H({
|
|
5101
5126
|
[`${i}--form__helper-text`]: !0,
|
|
5102
5127
|
[`${i}--form__helper-text--disabled`]: w.disabled
|
|
5103
|
-
}), F = g !== Ct.PASSWORD, et = F ?
|
|
5128
|
+
}), F = g !== Ct.PASSWORD, et = F ? Mi({ class: `${i}--icon-visibility-off` }) : Ai({ class: `${i}--icon-visibility-on` }), J = H({
|
|
5104
5129
|
[`${i}--text-input--password__visibility__toggle`]: !0,
|
|
5105
5130
|
[`${i}--btn`]: !0,
|
|
5106
5131
|
[`${i}--btn--icon-only`]: !0,
|
|
@@ -5125,7 +5150,7 @@ let L = class extends Ii(kc(y)) {
|
|
|
5125
5150
|
`, wt = C == null ? void 0 : C.length, gs = s && p ? m` <label class="${E}">
|
|
5126
5151
|
<slot name="label-text">${wt}/${p}</slot>
|
|
5127
5152
|
</label>` : null, ee = m`<div class="${i}--text-input__label-wrapper">
|
|
5128
|
-
<label class="${
|
|
5153
|
+
<label class="${q}"> ${l} </label> ${gs}
|
|
5129
5154
|
</div>`, ce = e ? m`<div
|
|
5130
5155
|
class="${K}"
|
|
5131
5156
|
id="helper-text"
|
|
@@ -5138,7 +5163,7 @@ let L = class extends Ii(kc(y)) {
|
|
|
5138
5163
|
${ee} ${ce}
|
|
5139
5164
|
</div>` : ee}
|
|
5140
5165
|
<div class="${D}">
|
|
5141
|
-
<div class="${
|
|
5166
|
+
<div class="${V}" ?data-invalid="${n}">
|
|
5142
5167
|
${w.icon}
|
|
5143
5168
|
<input
|
|
5144
5169
|
autocomplete="${this.autocomplete}"
|
|
@@ -5148,14 +5173,14 @@ let L = class extends Ii(kc(y)) {
|
|
|
5148
5173
|
?disabled="${t}"
|
|
5149
5174
|
aria-describedby="helper-text"
|
|
5150
5175
|
id="input"
|
|
5151
|
-
name="${
|
|
5152
|
-
pattern="${
|
|
5153
|
-
placeholder="${
|
|
5176
|
+
name="${qt(this.name)}"
|
|
5177
|
+
pattern="${qt(this.pattern)}"
|
|
5178
|
+
placeholder="${qt(this.placeholder)}"
|
|
5154
5179
|
?readonly="${v}"
|
|
5155
5180
|
?required="${h}"
|
|
5156
|
-
type="${
|
|
5181
|
+
type="${qt(g)}"
|
|
5157
5182
|
.value="${this._value}"
|
|
5158
|
-
maxlength="${
|
|
5183
|
+
maxlength="${qt(p)}"
|
|
5159
5184
|
@input="${$}" />
|
|
5160
5185
|
<slot name="ai-label" @slotchange="${M}"></slot>
|
|
5161
5186
|
<slot name="slug" @slotchange="${M}"></slot>
|
|
@@ -5195,7 +5220,7 @@ let L = class extends Ii(kc(y)) {
|
|
|
5195
5220
|
}
|
|
5196
5221
|
};
|
|
5197
5222
|
L.shadowRootOptions = Object.assign(Object.assign({}, y.shadowRootOptions), { delegatesFocus: !0 });
|
|
5198
|
-
L.styles =
|
|
5223
|
+
L.styles = Pi;
|
|
5199
5224
|
d([
|
|
5200
5225
|
Dt("input")
|
|
5201
5226
|
], L.prototype, "_input", void 0);
|
|
@@ -5356,7 +5381,7 @@ let W = class extends uo(at(kc(y))) {
|
|
|
5356
5381
|
return m`
|
|
5357
5382
|
<div class="${i}--search-magnifier">
|
|
5358
5383
|
<slot name="icon" @slotchange=${g}>
|
|
5359
|
-
${c ? m`` : m`${
|
|
5384
|
+
${c ? m`` : m`${Si({
|
|
5360
5385
|
part: "search-icon",
|
|
5361
5386
|
class: `${i}--search-magnifier-icon`,
|
|
5362
5387
|
role: "img"
|
|
@@ -5370,11 +5395,11 @@ let W = class extends uo(at(kc(y))) {
|
|
|
5370
5395
|
autocomplete="${t}"
|
|
5371
5396
|
id="input"
|
|
5372
5397
|
part="input"
|
|
5373
|
-
type="${
|
|
5398
|
+
type="${qt(p)}"
|
|
5374
5399
|
class="${i}--search-input"
|
|
5375
5400
|
?disabled="${e}"
|
|
5376
|
-
name="${
|
|
5377
|
-
placeholder="${
|
|
5401
|
+
name="${qt(n)}"
|
|
5402
|
+
placeholder="${qt(u)}"
|
|
5378
5403
|
role="${l}"
|
|
5379
5404
|
.value="${v}"
|
|
5380
5405
|
@input="${h}" />
|
|
@@ -5384,7 +5409,7 @@ let W = class extends uo(at(kc(y))) {
|
|
|
5384
5409
|
@click="${b}"
|
|
5385
5410
|
type="button"
|
|
5386
5411
|
aria-label="${s}">
|
|
5387
|
-
${
|
|
5412
|
+
${$i({
|
|
5388
5413
|
part: "close-icon",
|
|
5389
5414
|
"aria-label": s,
|
|
5390
5415
|
role: "img"
|
|
@@ -5469,7 +5494,7 @@ d([
|
|
|
5469
5494
|
ns = d([
|
|
5470
5495
|
O(`${i}-search-skeleton`)
|
|
5471
5496
|
], ns);
|
|
5472
|
-
const
|
|
5497
|
+
const Ri = `/**
|
|
5473
5498
|
* @license
|
|
5474
5499
|
*
|
|
5475
5500
|
* Copyright IBM Corp. 2025
|
|
@@ -5477,12 +5502,12 @@ const Pi = `/**
|
|
|
5477
5502
|
* This source code is licensed under the Apache-2.0 license found in the
|
|
5478
5503
|
* LICENSE file in the root directory of this source tree.
|
|
5479
5504
|
*/cds-custom-search[expanded]::part(input){inline-size:12rem}`;
|
|
5480
|
-
var
|
|
5481
|
-
for (var c = e > 1 ? void 0 : e ?
|
|
5505
|
+
var Li = Object.defineProperty, Ti = Object.getOwnPropertyDescriptor, oe = (o, t, s, e) => {
|
|
5506
|
+
for (var c = e > 1 ? void 0 : e ? Ti(t, s) : t, r = o.length - 1, n; r >= 0; r--)
|
|
5482
5507
|
(n = o[r]) && (c = (e ? n(t, s, c) : n(c)) || c);
|
|
5483
|
-
return e && c &&
|
|
5508
|
+
return e && c && Li(t, s, c), c;
|
|
5484
5509
|
};
|
|
5485
|
-
const { stablePrefix:
|
|
5510
|
+
const { stablePrefix: Ni } = st;
|
|
5486
5511
|
let Bo = class extends y {
|
|
5487
5512
|
constructor() {
|
|
5488
5513
|
super(), this.searchValue = "", this.props = {
|
|
@@ -5518,7 +5543,7 @@ let Bo = class extends y {
|
|
|
5518
5543
|
}
|
|
5519
5544
|
};
|
|
5520
5545
|
Bo.styles = U`
|
|
5521
|
-
${ct([
|
|
5546
|
+
${ct([Ri])}
|
|
5522
5547
|
`;
|
|
5523
5548
|
oe([
|
|
5524
5549
|
Ot()
|
|
@@ -5527,9 +5552,9 @@ oe([
|
|
|
5527
5552
|
a({ type: Object })
|
|
5528
5553
|
], Bo.prototype, "props", 2);
|
|
5529
5554
|
Bo = oe([
|
|
5530
|
-
ot(`${
|
|
5555
|
+
ot(`${Ni}-global-header-search`)
|
|
5531
5556
|
], Bo);
|
|
5532
|
-
const
|
|
5557
|
+
const Hi = `/**
|
|
5533
5558
|
* @license
|
|
5534
5559
|
*
|
|
5535
5560
|
* Copyright IBM Corp. 2025
|
|
@@ -5537,12 +5562,12 @@ const Ni = `/**
|
|
|
5537
5562
|
* This source code is licensed under the Apache-2.0 license found in the
|
|
5538
5563
|
* LICENSE file in the root directory of this source tree.
|
|
5539
5564
|
*/.automation-global-header__switcher{border:0!important;block-size:max-content;color:#a8a8a8;inline-size:max-content;min-block-size:max-content}.automation-global-header__switcher-menu{display:inline-block;block-size:47px;color:#a8a8a8;list-style-type:none;min-inline-size:12rem!important}.automation-global-header__switcher-menu-item-title{display:flex;align-items:flex-end;justify-content:space-between}.automation-global-header__switcher-menu-item-title span{overflow:hidden;margin-inline-end:1.5rem;max-inline-size:224px;text-overflow:ellipsis;white-space:nowrap}.automation-global-header__switcher-menu-item-title-hidden-checkmark{visibility:hidden}.automation-global-header__switcher-menu-item-title-icons-left{display:flex}.automation-global-header__switcher-menu-item-title-icons-left div{margin-inline-end:1rem}.automation-global-header__switcher-menu-item-title-icons-left span{overflow:hidden;margin-inline-end:1rem;max-inline-size:224px;text-overflow:ellipsis;white-space:nowrap}.automation-global-header__switcher-menu-item>span{overflow:hidden;max-inline-size:224px;text-overflow:ellipsis;white-space:nowrap}.automation-global-header__switcher-menu-disabled{pointer-events:none}.automation-global-header__switcher-menu.hybrid-ipaas .cds--header__menu-item+.cds--header__menu-title[aria-expanded=false]{inline-size:100%!important;min-inline-size:15rem!important}.automation-global-header__switcher-menu-group-title{display:flex;align-items:center;justify-content:space-between;block-size:47px;color:#f4f4f4;margin-inline-start:1rem;pointer-events:none;font-size:var(--cds-heading-compact-01-font-size, .875rem);font-weight:var(--cds-heading-compact-01-font-weight, 600);line-height:var(--cds-heading-compact-01-line-height, 1.28572);letter-spacing:var(--cds-heading-compact-01-letter-spacing, .16px)}cds-custom-header-menu::part(menu-body){inline-size:100%!important;max-block-size:calc(100vh - 47px);min-inline-size:15rem!important;overflow-x:hidden}cds-custom-header-menu::part(trigger){display:flex!important;overflow:hidden;flex-direction:row!important;flex-wrap:nowrap!important;align-items:center!important;justify-content:space-between!important;max-inline-size:224px;text-overflow:ellipsis;white-space:nowrap}cds-custom-header-menu-item:nth-last-child(2){border-block-end:1px solid #393939}`;
|
|
5540
|
-
var
|
|
5541
|
-
for (var c = e > 1 ? void 0 : e ?
|
|
5565
|
+
var Bi = Object.defineProperty, Di = Object.getOwnPropertyDescriptor, mo = (o, t, s, e) => {
|
|
5566
|
+
for (var c = e > 1 ? void 0 : e ? Di(t, s) : t, r = o.length - 1, n; r >= 0; r--)
|
|
5542
5567
|
(n = o[r]) && (c = (e ? n(t, s, c) : n(c)) || c);
|
|
5543
|
-
return e && c &&
|
|
5568
|
+
return e && c && Bi(t, s, c), c;
|
|
5544
5569
|
};
|
|
5545
|
-
const { stablePrefix:
|
|
5570
|
+
const { stablePrefix: Vi } = st;
|
|
5546
5571
|
let Ht = class extends y {
|
|
5547
5572
|
constructor() {
|
|
5548
5573
|
super(), this.items = [], this.iconsLeft = !1, this.disabled = !1, this.isTrialOpen = !1, this.initialSelectedIndex = 0, this.onClick = (o, t, s) => {
|
|
@@ -5640,7 +5665,7 @@ let Ht = class extends y {
|
|
|
5640
5665
|
}
|
|
5641
5666
|
};
|
|
5642
5667
|
Ht.styles = U`
|
|
5643
|
-
${ct(
|
|
5668
|
+
${ct(Hi)}
|
|
5644
5669
|
`;
|
|
5645
5670
|
mo([
|
|
5646
5671
|
a({ type: Array })
|
|
@@ -5661,7 +5686,7 @@ mo([
|
|
|
5661
5686
|
a({ type: Function })
|
|
5662
5687
|
], Ht.prototype, "onClick", 2);
|
|
5663
5688
|
Ht = mo([
|
|
5664
|
-
ot(`${
|
|
5689
|
+
ot(`${Vi}-global-header-switcher-component`)
|
|
5665
5690
|
], Ht);
|
|
5666
5691
|
const qi = `/**
|
|
5667
5692
|
* @license
|
|
@@ -5671,12 +5696,12 @@ const qi = `/**
|
|
|
5671
5696
|
* This source code is licensed under the Apache-2.0 license found in the
|
|
5672
5697
|
* LICENSE file in the root directory of this source tree.
|
|
5673
5698
|
*/.automation-header__popover{border:1px solid #393939;background-color:#161616;box-shadow:0 2px 6px #0000004d;color:#fff;inline-size:18rem}`;
|
|
5674
|
-
var
|
|
5675
|
-
for (var c = e > 1 ? void 0 : e ?
|
|
5699
|
+
var Fi = Object.defineProperty, ji = Object.getOwnPropertyDescriptor, se = (o, t, s, e) => {
|
|
5700
|
+
for (var c = e > 1 ? void 0 : e ? ji(t, s) : t, r = o.length - 1, n; r >= 0; r--)
|
|
5676
5701
|
(n = o[r]) && (c = (e ? n(t, s, c) : n(c)) || c);
|
|
5677
|
-
return e && c &&
|
|
5702
|
+
return e && c && Fi(t, s, c), c;
|
|
5678
5703
|
};
|
|
5679
|
-
const { stablePrefix:
|
|
5704
|
+
const { stablePrefix: Ui } = st;
|
|
5680
5705
|
let Do = class extends y {
|
|
5681
5706
|
constructor() {
|
|
5682
5707
|
super(), this.profileOpen = !1, this.props = {
|
|
@@ -5748,9 +5773,9 @@ se([
|
|
|
5748
5773
|
a({ type: Object })
|
|
5749
5774
|
], Do.prototype, "props", 2);
|
|
5750
5775
|
Do = se([
|
|
5751
|
-
ot(`${
|
|
5776
|
+
ot(`${Ui}-global-header-profile-popover`)
|
|
5752
5777
|
], Do);
|
|
5753
|
-
const
|
|
5778
|
+
const Xi = `/**
|
|
5754
5779
|
* @license
|
|
5755
5780
|
*
|
|
5756
5781
|
* Copyright IBM Corp. 2025
|
|
@@ -5758,12 +5783,12 @@ const Ui = `/**
|
|
|
5758
5783
|
* This source code is licensed under the Apache-2.0 license found in the
|
|
5759
5784
|
* LICENSE file in the root directory of this source tree.
|
|
5760
5785
|
*/cds-custom-header-global-action.mcsp-header-user-profile{display:flex;block-size:48px;inline-size:48px}cds-custom-header-global-action clabs-global-header-user-profile-image{inline-size:100%}.ibm-automation-cds__help-menu{list-style:none}.ibm-automation-cds__help-menu svg{fill:#fff}.ibm-automation-cds__help-menu ul{transform:translate(calc(3rem - 100%)) translateY(100%)!important}.ibm-automation-cds__help-menu .ibm-automation-cds--text-truncate--end{display:flex;justify-content:space-between;inline-size:320px}.ibm-automation-cds__help-menu .ibm-automation-cds--header__menu-item{padding:12px;block-size:47px}.automation-global-header__notification svg{fill:#fff}.automation-global-header__notification svg circle{fill:#d61f28}cds-custom-header-global-action.mcsp-header-user-profile>div{border-radius:50%;margin:7px;background-color:#1192e8;block-size:32px;inline-size:32px}cds-custom-header-global-action.mcsp-header-user-profile>div svg{margin:6px}.automation-global-header__divider:before{display:block;background-color:var(--cds-custom-border-subtle);block-size:2.5rem;content:"";inline-size:.0625rem;transform:translateY(.25rem)}.automation--header__group{position:relative;display:flex}.automation-global-header--popover-content-container .ibm-automation-cds--popover span{display:none!important}.automation-global-header--popover-content-container .ibm-automation-cds--popover .ibm-automation-cds--popover-content{font-size:var(--cds-body-01-font-size, .875rem);font-weight:var(--cds-body-01-font-weight, 400);line-height:var(--cds-body-01-line-height, 1.42857);letter-spacing:var(--cds-body-01-letter-spacing, .16px);padding:.125rem .5rem;background-color:#393939;color:#fff}.automation-global-header--popover-content-container .ibm-automation-cds--popover .ibm-automation-cds--popover-caret{display:none!important}.ibm-automation-cds--custom-header__nav{display:block!important}.ibm-automation-cds--header__global .ibm-automation-cds--popover span{display:none!important}.c4p--user-profile-image--light{color:#000}.automation-global-header__trial-menu__counting-box-alert{background-image:linear-gradient(135deg,#161616,#161616),linear-gradient(135deg,#fa4d56,#fa4d56)}.automation-global-header__trial-menu{color:#f4f4f4}.automation-global-header__trial-menu::part(button){display:flex;align-items:center;padding:0 .75rem;inline-size:fit-content}.automation-global-header__trial-menu p{font-size:var(--cds-label-01-font-size, .75rem);font-weight:var(--cds-label-01-font-weight, 400);line-height:var(--cds-label-01-line-height, 1.33333);letter-spacing:var(--cds-label-01-letter-spacing, .32px)}.automation-global-header__trial-menu .trial-label{color:#f4f4f4;padding-inline-start:5px;text-align:center;white-space:nowrap}.automation-global-header__trial-menu .automation-global-header__trial-menu__counting-box{border:1px solid transparent;border-radius:.125rem;background-clip:padding-box,border-box;background-image:linear-gradient(135deg,#161616,#161616),linear-gradient(135deg,#0043ce,#be95ff);background-origin:padding-box,border-box;block-size:1.25rem;color:#f4f4f4;font-size:14px;font-weight:600;min-inline-size:1rem;text-align:center}.automation-global-header__trial-menu .automation-global-header__trial-menu__counting-box-alert{background-image:linear-gradient(135deg,#161616,#161616),linear-gradient(135deg,#fa4d56,#fa4d56)}.automation-global-header__trial-menu:hover .automation-global-header__trial-menu__counting-box{background-image:linear-gradient(135deg,#353535,#353535),linear-gradient(135deg,#0043ce,#be95ff)!important}.automation-global-header__trial-menu:hover .automation-global-header__trial-menu__counting-box-alert{background-image:linear-gradient(135deg,#353535,#353535),linear-gradient(135deg,#fa4d56,#fa4d56)!important}.ibm-automation-cds--header__action:hover{background-color:#393939}.ibm-automation-cds--btn.ibm-automation-cds--btn--icon-only.ibm-automation-cds--header__action svg{fill:#fff}@media (forced-colors: active){.ibm-automation-cds--btn.ibm-automation-cds--btn--icon-only.ibm-automation-cds--header__action svg{fill:#fff}}@media (forced-colors: active) and (-ms-high-contrast: black-on-white){.ibm-automation-cds--btn.ibm-automation-cds--btn--icon-only.ibm-automation-cds--header__action svg{fill:#000}}@media (forced-colors: active) and (-ms-high-contrast: white-on-black){.ibm-automation-cds--btn.ibm-automation-cds--btn--icon-only.ibm-automation-cds--header__action svg{fill:#fff}}.automation-global-header__switcher{border:0!important;block-size:max-content;inline-size:max-content;min-block-size:max-content}.c4p--notifications-panel__container{border:0;block-size:max-content;min-block-size:max-content}`;
|
|
5761
|
-
var
|
|
5762
|
-
for (var c = e > 1 ? void 0 : e ?
|
|
5786
|
+
var Zi = Object.defineProperty, Wi = Object.getOwnPropertyDescriptor, vo = (o, t, s, e) => {
|
|
5787
|
+
for (var c = e > 1 ? void 0 : e ? Wi(t, s) : t, r = o.length - 1, n; r >= 0; r--)
|
|
5763
5788
|
(n = o[r]) && (c = (e ? n(t, s, c) : n(c)) || c);
|
|
5764
|
-
return e && c &&
|
|
5789
|
+
return e && c && Zi(t, s, c), c;
|
|
5765
5790
|
};
|
|
5766
|
-
const { stablePrefix:
|
|
5791
|
+
const { stablePrefix: Yi } = st;
|
|
5767
5792
|
let Bt = class extends y {
|
|
5768
5793
|
constructor() {
|
|
5769
5794
|
super(...arguments), this.isTrialOpen = !1, this.isProfileOpen = !1, this.state = {
|
|
@@ -5815,7 +5840,7 @@ let Bt = class extends y {
|
|
|
5815
5840
|
const o = (s = this.props) == null ? void 0 : s.trialConfigs, t = Zt({
|
|
5816
5841
|
[`${z}__trial-menu__counting-box-alert`]: o == null ? void 0 : o.warning
|
|
5817
5842
|
});
|
|
5818
|
-
return
|
|
5843
|
+
return Yn(o) ? m`
|
|
5819
5844
|
<div class="${z}--popover-content-container">
|
|
5820
5845
|
<clabs-global-header-trial-popover
|
|
5821
5846
|
id="${dn}"
|
|
@@ -5993,7 +6018,7 @@ let Bt = class extends y {
|
|
|
5993
6018
|
}
|
|
5994
6019
|
};
|
|
5995
6020
|
Bt.styles = U`
|
|
5996
|
-
${ct([
|
|
6021
|
+
${ct([Xi])}
|
|
5997
6022
|
`;
|
|
5998
6023
|
vo([
|
|
5999
6024
|
Ot()
|
|
@@ -6014,7 +6039,7 @@ vo([
|
|
|
6014
6039
|
a({ type: Boolean })
|
|
6015
6040
|
], Bt.prototype, "hasNewNotifications", 2);
|
|
6016
6041
|
Bt = vo([
|
|
6017
|
-
ot(`${
|
|
6042
|
+
ot(`${Yi}-global-header-context`)
|
|
6018
6043
|
], Bt);
|
|
6019
6044
|
/**
|
|
6020
6045
|
* @license
|
|
@@ -6026,7 +6051,7 @@ Bt = vo([
|
|
|
6026
6051
|
*/
|
|
6027
6052
|
function He(o) {
|
|
6028
6053
|
var r, n;
|
|
6029
|
-
const t =
|
|
6054
|
+
const t = Gn((o == null ? void 0 : o.environment) ?? ""), s = (r = o == null ? void 0 : o.assistMeConfigs) == null ? void 0 : r.productId;
|
|
6030
6055
|
let e = s ? "loading" : "idle";
|
|
6031
6056
|
if (!s)
|
|
6032
6057
|
return "idle";
|
|
@@ -6141,12 +6166,12 @@ function De(o) {
|
|
|
6141
6166
|
e = c.getAttribute("data-status");
|
|
6142
6167
|
return e;
|
|
6143
6168
|
}
|
|
6144
|
-
var
|
|
6145
|
-
for (var c = e > 1 ? void 0 : e ?
|
|
6169
|
+
var Gi = Object.defineProperty, Ki = Object.getOwnPropertyDescriptor, ho = (o, t, s, e) => {
|
|
6170
|
+
for (var c = e > 1 ? void 0 : e ? Ki(t, s) : t, r = o.length - 1, n; r >= 0; r--)
|
|
6146
6171
|
(n = o[r]) && (c = (e ? n(t, s, c) : n(c)) || c);
|
|
6147
|
-
return e && c &&
|
|
6172
|
+
return e && c && Gi(t, s, c), c;
|
|
6148
6173
|
};
|
|
6149
|
-
const { stablePrefix:
|
|
6174
|
+
const { stablePrefix: Qi } = st;
|
|
6150
6175
|
let It = class extends y {
|
|
6151
6176
|
constructor() {
|
|
6152
6177
|
super(...arguments), this.headerProps = {}, this.hasNewNotifications = !1, this.isMenuOpen = !1, this.assistMeScriptLoaded = !1, this.sidekickScriptLoaded = !1, this.solisScriptLoaded = !1, this.handleNavItemClick = (o) => {
|
|
@@ -6221,18 +6246,18 @@ let It = class extends y {
|
|
|
6221
6246
|
${(v = (p = this.headerProps) == null ? void 0 : p.sideNav) != null && v.groups ? m`
|
|
6222
6247
|
${(b = (h = this.headerProps.sideNav) == null ? void 0 : h.groups) == null ? void 0 : b.map(
|
|
6223
6248
|
(E, k, { length: P }) => {
|
|
6224
|
-
var
|
|
6249
|
+
var V;
|
|
6225
6250
|
const D = P;
|
|
6226
6251
|
return m`
|
|
6227
|
-
${(
|
|
6252
|
+
${(V = E == null ? void 0 : E.links) == null ? void 0 : V.map((q, K, { length: F }) => {
|
|
6228
6253
|
var et, J, Z;
|
|
6229
6254
|
return m`
|
|
6230
6255
|
<clabs-global-header-side-nav-item
|
|
6231
|
-
.link="${{ ...
|
|
6256
|
+
.link="${{ ...q }}"
|
|
6232
6257
|
.isCollapsible="${(et = this.headerProps.sideNav) == null ? void 0 : et.isCollapsible}"
|
|
6233
6258
|
.handleNavItemClick="${this.handleNavItemClick}"
|
|
6234
|
-
.isSideNavMenuItems="${
|
|
6235
|
-
.isActive="${this.headerProps.isHybridIpaas && !
|
|
6259
|
+
.isSideNavMenuItems="${q.isSideNavMenuItems}"
|
|
6260
|
+
.isActive="${this.headerProps.isHybridIpaas && !q.isSideNavMenuItems ? window.location.href.includes(q.href) : q.isActive}"
|
|
6236
6261
|
.menuOpen="${this.isMenuOpen}"
|
|
6237
6262
|
.isOnClickAvailable="${typeof ((Z = (J = this.headerProps) == null ? void 0 : J.sideNav) == null ? void 0 : Z.onClick) == "function"}">
|
|
6238
6263
|
.isHybridIpaas="${this.headerProps.isHybridIpaas}"
|
|
@@ -6319,7 +6344,7 @@ ho([
|
|
|
6319
6344
|
Ot()
|
|
6320
6345
|
], It.prototype, "solisScriptLoaded", 2);
|
|
6321
6346
|
It = ho([
|
|
6322
|
-
ot(`${
|
|
6347
|
+
ot(`${Qi}-global-header-apaas`)
|
|
6323
6348
|
], It);
|
|
6324
6349
|
/**
|
|
6325
6350
|
* @license
|
|
@@ -6329,9 +6354,9 @@ It = ho([
|
|
|
6329
6354
|
* This source code is licensed under the Apache-2.0 license found in the
|
|
6330
6355
|
* LICENSE file in the root directory of this source tree.
|
|
6331
6356
|
*/
|
|
6332
|
-
class
|
|
6357
|
+
class Ji extends It {
|
|
6333
6358
|
}
|
|
6334
|
-
const Ji = `.cds-custom--layout--size-xs{--cds-custom-layout-size-height-context: var(--cds-custom-layout-size-height-xs, 1.5rem);--cds-custom-layout-size-height: var(--cds-custom-layout-size-height-context)}.cds-custom--layout-constraint--size__default-xs{--cds-custom-layout-size-height: var(--cds-custom-layout-size-height-context, var(--cds-custom-layout-size-height-xs, 1.5rem))}.cds-custom--layout-constraint--size__min-xs{--cds-custom-layout-size-height-min: var(--cds-custom-layout-size-height-xs, 1.5rem)}.cds-custom--layout-constraint--size__max-xs{--cds-custom-layout-size-height-max: var(--cds-custom-layout-size-height-xs, 1.5rem)}.cds-custom--layout--size-sm{--cds-custom-layout-size-height-context: var(--cds-custom-layout-size-height-sm, 2rem);--cds-custom-layout-size-height: var(--cds-custom-layout-size-height-context)}.cds-custom--layout-constraint--size__default-sm{--cds-custom-layout-size-height: var(--cds-custom-layout-size-height-context, var(--cds-custom-layout-size-height-sm, 2rem))}.cds-custom--layout-constraint--size__min-sm{--cds-custom-layout-size-height-min: var(--cds-custom-layout-size-height-sm, 2rem)}.cds-custom--layout-constraint--size__max-sm{--cds-custom-layout-size-height-max: var(--cds-custom-layout-size-height-sm, 2rem)}.cds-custom--layout--size-md{--cds-custom-layout-size-height-context: var(--cds-custom-layout-size-height-md, 2.5rem);--cds-custom-layout-size-height: var(--cds-custom-layout-size-height-context)}.cds-custom--layout-constraint--size__default-md{--cds-custom-layout-size-height: var(--cds-custom-layout-size-height-context, var(--cds-custom-layout-size-height-md, 2.5rem))}.cds-custom--layout-constraint--size__min-md{--cds-custom-layout-size-height-min: var(--cds-custom-layout-size-height-md, 2.5rem)}.cds-custom--layout-constraint--size__max-md{--cds-custom-layout-size-height-max: var(--cds-custom-layout-size-height-md, 2.5rem)}.cds-custom--layout--size-lg{--cds-custom-layout-size-height-context: var(--cds-custom-layout-size-height-lg, 3rem);--cds-custom-layout-size-height: var(--cds-custom-layout-size-height-context)}.cds-custom--layout-constraint--size__default-lg{--cds-custom-layout-size-height: var(--cds-custom-layout-size-height-context, var(--cds-custom-layout-size-height-lg, 3rem))}.cds-custom--layout-constraint--size__min-lg{--cds-custom-layout-size-height-min: var(--cds-custom-layout-size-height-lg, 3rem)}.cds-custom--layout-constraint--size__max-lg{--cds-custom-layout-size-height-max: var(--cds-custom-layout-size-height-lg, 3rem)}.cds-custom--layout--size-xl{--cds-custom-layout-size-height-context: var(--cds-custom-layout-size-height-xl, 4rem);--cds-custom-layout-size-height: var(--cds-custom-layout-size-height-context)}.cds-custom--layout-constraint--size__default-xl{--cds-custom-layout-size-height: var(--cds-custom-layout-size-height-context, var(--cds-custom-layout-size-height-xl, 4rem))}.cds-custom--layout-constraint--size__min-xl{--cds-custom-layout-size-height-min: var(--cds-custom-layout-size-height-xl, 4rem)}.cds-custom--layout-constraint--size__max-xl{--cds-custom-layout-size-height-max: var(--cds-custom-layout-size-height-xl, 4rem)}.cds-custom--layout--size-2xl{--cds-custom-layout-size-height-context: var(--cds-custom-layout-size-height-2xl, 5rem);--cds-custom-layout-size-height: var(--cds-custom-layout-size-height-context)}.cds-custom--layout-constraint--size__default-2xl{--cds-custom-layout-size-height: var(--cds-custom-layout-size-height-context, var(--cds-custom-layout-size-height-2xl, 5rem))}.cds-custom--layout-constraint--size__min-2xl{--cds-custom-layout-size-height-min: var(--cds-custom-layout-size-height-2xl, 5rem)}.cds-custom--layout-constraint--size__max-2xl{--cds-custom-layout-size-height-max: var(--cds-custom-layout-size-height-2xl, 5rem)}.cds-custom--layout--density-condensed{--cds-custom-layout-density-padding-inline-context: var(--cds-custom-layout-density-padding-inline-condensed, .5rem);--cds-custom-layout-density-padding-inline: var(--cds-custom-layout-density-padding-inline-context)}.cds-custom--layout-constraint--density__default-condensed{--cds-custom-layout-density-padding-inline: var(--cds-custom-layout-density-padding-inline-context, var(--cds-custom-layout-density-padding-inline-condensed, .5rem))}.cds-custom--layout-constraint--density__min-condensed{--cds-custom-layout-density-padding-inline-min: var(--cds-custom-layout-density-padding-inline-condensed, .5rem)}.cds-custom--layout-constraint--density__max-condensed{--cds-custom-layout-density-padding-inline-max: var(--cds-custom-layout-density-padding-inline-condensed, .5rem)}.cds-custom--layout--density-normal{--cds-custom-layout-density-padding-inline-context: var(--cds-custom-layout-density-padding-inline-normal, 1rem);--cds-custom-layout-density-padding-inline: var(--cds-custom-layout-density-padding-inline-context)}.cds-custom--layout-constraint--density__default-normal{--cds-custom-layout-density-padding-inline: var(--cds-custom-layout-density-padding-inline-context, var(--cds-custom-layout-density-padding-inline-normal, 1rem))}.cds-custom--layout-constraint--density__min-normal{--cds-custom-layout-density-padding-inline-min: var(--cds-custom-layout-density-padding-inline-normal, 1rem)}.cds-custom--layout-constraint--density__max-normal{--cds-custom-layout-density-padding-inline-max: var(--cds-custom-layout-density-padding-inline-normal, 1rem)}:root{--cds-custom-layout-size-height-xs: 1.5rem;--cds-custom-layout-size-height-sm: 2rem;--cds-custom-layout-size-height-md: 2.5rem;--cds-custom-layout-size-height-lg: 3rem;--cds-custom-layout-size-height-xl: 4rem;--cds-custom-layout-size-height-2xl: 5rem;--cds-custom-layout-size-height-min: 0px;--cds-custom-layout-size-height-max: 999999999px;--cds-custom-layout-density-padding-inline-condensed: .5rem;--cds-custom-layout-density-padding-inline-normal: 1rem;--cds-custom-layout-density-padding-inline-min: 0px;--cds-custom-layout-density-padding-inline-max: 999999999px}:root{--cds-custom-layer: var(--cds-custom-layer-01, #f4f4f4);--cds-custom-layer-active: var(--cds-custom-layer-active-01, #c6c6c6);--cds-custom-layer-background: var(--cds-custom-layer-background-01, #ffffff);--cds-custom-layer-hover: var(--cds-custom-layer-hover-01, #e8e8e8);--cds-custom-layer-selected: var(--cds-custom-layer-selected-01, #e0e0e0);--cds-custom-layer-selected-hover: var(--cds-custom-layer-selected-hover-01, #d1d1d1);--cds-custom-layer-accent: var(--cds-custom-layer-accent-01, #e0e0e0);--cds-custom-layer-accent-hover: var(--cds-custom-layer-accent-hover-01, #d1d1d1);--cds-custom-layer-accent-active: var(--cds-custom-layer-accent-active-01, #a8a8a8);--cds-custom-field: var(--cds-custom-field-01, #f4f4f4);--cds-custom-field-hover: var(--cds-custom-field-hover-01, #e8e8e8);--cds-custom-border-subtle: var(--cds-custom-border-subtle-00, #e0e0e0);--cds-custom-border-subtle-selected: var(--cds-custom-border-subtle-selected-01, #c6c6c6);--cds-custom-border-strong: var(--cds-custom-border-strong-01, #8d8d8d);--cds-custom-border-tile: var(--cds-custom-border-tile-01, #c6c6c6)}.cds-custom--layer-one{--cds-custom-layer: var(--cds-custom-layer-01, #f4f4f4);--cds-custom-layer-active: var(--cds-custom-layer-active-01, #c6c6c6);--cds-custom-layer-background: var(--cds-custom-layer-background-01, #ffffff);--cds-custom-layer-hover: var(--cds-custom-layer-hover-01, #e8e8e8);--cds-custom-layer-selected: var(--cds-custom-layer-selected-01, #e0e0e0);--cds-custom-layer-selected-hover: var(--cds-custom-layer-selected-hover-01, #d1d1d1);--cds-custom-layer-accent: var(--cds-custom-layer-accent-01, #e0e0e0);--cds-custom-layer-accent-hover: var(--cds-custom-layer-accent-hover-01, #d1d1d1);--cds-custom-layer-accent-active: var(--cds-custom-layer-accent-active-01, #a8a8a8);--cds-custom-field: var(--cds-custom-field-01, #f4f4f4);--cds-custom-field-hover: var(--cds-custom-field-hover-01, #e8e8e8);--cds-custom-border-subtle: var(--cds-custom-border-subtle-00, #e0e0e0);--cds-custom-border-subtle-selected: var(--cds-custom-border-subtle-selected-01, #c6c6c6);--cds-custom-border-strong: var(--cds-custom-border-strong-01, #8d8d8d);--cds-custom-border-tile: var(--cds-custom-border-tile-01, #c6c6c6)}.cds-custom--layer-two{--cds-custom-layer: var(--cds-custom-layer-02, #ffffff);--cds-custom-layer-active: var(--cds-custom-layer-active-02, #c6c6c6);--cds-custom-layer-background: var(--cds-custom-layer-background-02, #f4f4f4);--cds-custom-layer-hover: var(--cds-custom-layer-hover-02, #e8e8e8);--cds-custom-layer-selected: var(--cds-custom-layer-selected-02, #e0e0e0);--cds-custom-layer-selected-hover: var(--cds-custom-layer-selected-hover-02, #d1d1d1);--cds-custom-layer-accent: var(--cds-custom-layer-accent-02, #e0e0e0);--cds-custom-layer-accent-hover: var(--cds-custom-layer-accent-hover-02, #d1d1d1);--cds-custom-layer-accent-active: var(--cds-custom-layer-accent-active-02, #a8a8a8);--cds-custom-field: var(--cds-custom-field-02, #ffffff);--cds-custom-field-hover: var(--cds-custom-field-hover-02, #e8e8e8);--cds-custom-border-subtle: var(--cds-custom-border-subtle-01, #c6c6c6);--cds-custom-border-subtle-selected: var(--cds-custom-border-subtle-selected-02, #c6c6c6);--cds-custom-border-strong: var(--cds-custom-border-strong-02, #8d8d8d);--cds-custom-border-tile: var(--cds-custom-border-tile-02, #a8a8a8)}.cds-custom--layer-three{--cds-custom-layer: var(--cds-custom-layer-03, #f4f4f4);--cds-custom-layer-active: var(--cds-custom-layer-active-03, #c6c6c6);--cds-custom-layer-background: var(--cds-custom-layer-background-03, #ffffff);--cds-custom-layer-hover: var(--cds-custom-layer-hover-03, #e8e8e8);--cds-custom-layer-selected: var(--cds-custom-layer-selected-03, #e0e0e0);--cds-custom-layer-selected-hover: var(--cds-custom-layer-selected-hover-03, #d1d1d1);--cds-custom-layer-accent: var(--cds-custom-layer-accent-03, #e0e0e0);--cds-custom-layer-accent-hover: var(--cds-custom-layer-accent-hover-03, #d1d1d1);--cds-custom-layer-accent-active: var(--cds-custom-layer-accent-active-03, #a8a8a8);--cds-custom-field: var(--cds-custom-field-03, #f4f4f4);--cds-custom-field-hover: var(--cds-custom-field-hover-03, #e8e8e8);--cds-custom-border-subtle: var(--cds-custom-border-subtle-02, #e0e0e0);--cds-custom-border-subtle-selected: var(--cds-custom-border-subtle-selected-03, #c6c6c6);--cds-custom-border-strong: var(--cds-custom-border-strong-03, #8d8d8d);--cds-custom-border-tile: var(--cds-custom-border-tile-03, #c6c6c6)}.cds-custom--layer-one.cds-custom--layer__with-background,.cds-custom--layer-two.cds-custom--layer__with-background,.cds-custom--layer-three.cds-custom--layer__with-background{background-color:var(--cds-custom-layer-background)}@keyframes cds-custom--hide-feedback{0%{opacity:1;visibility:inherit}to{opacity:0;visibility:hidden}}@keyframes cds-custom--show-feedback{0%{opacity:0;visibility:hidden}to{opacity:1;visibility:inherit}}@keyframes cds-custom--skeleton{0%{opacity:.3;transform:scaleX(0);transform-origin:left}20%{opacity:1;transform:scaleX(1);transform-origin:left}28%{transform:scaleX(1);transform-origin:right}51%{transform:scaleX(0);transform-origin:right}58%{transform:scaleX(0);transform-origin:right}82%{transform:scaleX(1);transform-origin:right}83%{transform:scaleX(1);transform-origin:left}96%{transform:scaleX(0);transform-origin:left}to{opacity:.3;transform:scaleX(0);transform-origin:left}}.cds-custom--assistive-text,.cds-custom--visually-hidden{position:absolute;overflow:hidden;padding:0;border:0;margin:-1px;block-size:1px;clip:rect(0,0,0,0);inline-size:1px;visibility:inherit;white-space:nowrap}.cds-custom--popover-container{display:inline-block}.cds-custom--popover-container:not(.cds-custom--popover--auto-align){position:relative}.cds-custom--popover--high-contrast .cds-custom--popover{--cds-custom-popover-background-color: var(--cds-custom-background-inverse, #393939);--cds-custom-popover-text-color: var(--cds-custom-text-inverse, #ffffff)}.cds-custom--popover--drop-shadow .cds-custom--popover{filter:var(--cds-custom-popover-drop-shadow, drop-shadow(0 .125rem .125rem rgba(0, 0, 0, .2)))}.cds-custom--popover--border>.cds-custom--popover>.cds-custom--popover-content{outline:1px solid var(--cds-custom-popover-border-color, var(--cds-custom-border-subtle));outline-offset:-1px}.cds-custom--popover--caret{--cds-custom-popover-offset: .625rem}.cds-custom--popover{position:absolute;z-index:6000;top:0;right:0;bottom:0;left:0;pointer-events:none}.cds-custom--popover-content{--cds-custom-layout-size-height-sm: 2rem}.cds-custom--popover-content.cds-custom--layout--size-sm,.cds-custom--layout--size-sm :where(.cds-custom--popover-content){--cds-custom-layout-size-height: var(--cds-custom-layout-size-height-sm)}.cds-custom--popover-content{--cds-custom-layout-size-height-md: 2.5rem}.cds-custom--popover-content.cds-custom--layout--size-md,.cds-custom--layout--size-md :where(.cds-custom--popover-content){--cds-custom-layout-size-height: var(--cds-custom-layout-size-height-md)}.cds-custom--popover-content{--cds-custom-layout-size-height-lg: 3rem}.cds-custom--popover-content.cds-custom--layout--size-lg,.cds-custom--layout--size-lg :where(.cds-custom--popover-content){--cds-custom-layout-size-height: var(--cds-custom-layout-size-height-lg)}.cds-custom--popover-content{box-sizing:border-box;padding:0;border:0;margin:0;font-family:inherit;font-size:100%;vertical-align:baseline}.cds-custom--popover-content *,.cds-custom--popover-content *:before,.cds-custom--popover-content *:after{box-sizing:inherit}.cds-custom--popover-content{position:absolute;z-index:6000;display:none;border-radius:var(--cds-custom-popover-border-radius, 2px);background-color:var(--cds-custom-popover-background-color, var(--cds-custom-layer));color:var(--cds-custom-popover-text-color, var(--cds-custom-text-primary, #161616));inline-size:max-content;max-inline-size:23rem;pointer-events:auto}.cds-custom--popover--open>.cds-custom--popover>.cds-custom--popover-content{display:block}.cds-custom--popover--background-token__background>.cds-custom--popover>.cds-custom--popover-content{background-color:var(--cds-custom-background, #ffffff)}.cds-custom--popover-content:before{position:absolute;display:none;content:""}.cds-custom--popover--open>.cds-custom--popover>.cds-custom--popover-content:before{display:block}.cds-custom--popover-caret,.cds-custom--popover--auto-align.cds-custom--popover-caret{position:absolute;z-index:6000;display:none;will-change:transform}.cds-custom--popover-caret:after,.cds-custom--popover--auto-align.cds-custom--popover-caret:after{position:absolute;display:block;background-color:var(--cds-custom-popover-background-color, var(--cds-custom-layer));content:""}.cds-custom--popover-caret:before,.cds-custom--popover--auto-align.cds-custom--popover-caret:before{position:absolute;display:none;background-color:var(--cds-custom-popover-border-color, var(--cds-custom-border-subtle));content:""}.cds-custom--popover--background-token__background>.cds-custom--popover>.cds-custom--popover-caret:after{background-color:var(--cds-custom-background, #ffffff)}.cds-custom--popover--border .cds-custom--popover-caret:before,.cds-custom--popover--border .cds-custom--popover--auto-align.cds-custom--popover-caret:before{display:block}.cds-custom--popover--caret.cds-custom--popover--open>.cds-custom--popover>.cds-custom--popover-caret{display:block}.cds-custom--popover--auto-align.cds-custom--popover--caret.cds-custom--popover--open>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret{display:block}.cds-custom--popover--tab-tip>.cds-custom--popover>.cds-custom--popover-caret{display:none}.cds-custom--popover--bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-end:0;inset-inline-start:50%;transform:translate(-50%,calc(100% + var(--cds-custom-popover-offset, 0rem)))}[dir=rtl] .cds-custom--popover--bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{transform:translate(50%,calc(100% + var(--cds-custom-popover-offset, 0rem)))}.cds-custom--popover--bottom-left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--bottom-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-end:0;inset-inline-start:calc(50% - var(--cds-custom-popover-offset, 0rem));transform:translate(calc(-1 * var(--cds-custom-popover-offset, 0rem)),calc(100% + var(--cds-custom-popover-offset, 0rem)))}[dir=rtl] .cds-custom--popover--bottom-left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--bottom-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-end:calc(50% - var(--cds-custom-popover-offset, 0rem));inset-inline-start:initial}.cds-custom--popover--bottom-right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--bottom-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-end:0;inset-inline-end:calc(50% - var(--cds-custom-popover-offset, 0rem));transform:translate(var(--cds-custom-popover-offset, 0rem),calc(100% + var(--cds-custom-popover-offset, 0rem)))}[dir=rtl] .cds-custom--popover--bottom-right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--bottom-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-start:calc(50% - var(--cds-custom-popover-offset, 0rem))}.cds-custom--popover--bottom>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--bottom-left>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--bottom-start>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--bottom-right>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--bottom-end>.cds-custom--popover>.cds-custom--popover-content:before{block-size:var(--cds-custom-popover-offset, 0rem);inset-block-start:0;inset-inline:0;transform:translateY(-100%)}.cds-custom--popover--bottom>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--bottom-left>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--bottom-start>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--bottom-right>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--bottom-end>.cds-custom--popover>.cds-custom--popover-caret{block-size:var(--cds-custom-popover-caret-height, .375rem);inline-size:var(--cds-custom-popover-caret-width, .75rem);inset-block-end:0;inset-inline-start:50%;transform:translate(-50%,var(--cds-custom-popover-offset, 0rem))}.cds-custom--popover--bottom>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--bottom-left>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--bottom-start>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--bottom-right>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--bottom-end>.cds-custom--popover>.cds-custom--popover-caret:after{block-size:var(--cds-custom-popover-caret-height, .375rem);clip-path:polygon(0% 100%,50% 0%,100% 100%);inline-size:var(--cds-custom-popover-caret-width, .75rem)}.cds-custom--popover--border.cds-custom--popover--bottom>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--bottom-left>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--bottom-start>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--bottom-right>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--bottom-end>.cds-custom--popover>.cds-custom--popover-caret:before{block-size:var(--cds-custom-popover-caret-height, .375rem);clip-path:polygon(0% 100%,50% 0%,100% 100%);inline-size:var(--cds-custom-popover-caret-width, .75rem)}.cds-custom--popover--border.cds-custom--popover--bottom>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--bottom-left>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--bottom-start>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--bottom-right>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--bottom-end>.cds-custom--popover>.cds-custom--popover-caret:after{inline-size:calc(var(--cds-custom-popover-caret-width, .75rem) - 1px);inset-block-start:1px;inset-inline-start:.5px}[dir=rtl] .cds-custom--popover--bottom>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--bottom-left>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--bottom-start>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--bottom-right>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--bottom-end>.cds-custom--popover>.cds-custom--popover-caret{transform:translate(50%,var(--cds-custom-popover-offset, 0rem))}.cds-custom--popover--bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--bottom-left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--bottom-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--bottom-right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--bottom-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret{block-size:var(--cds-custom-popover-caret-height, .375rem);inline-size:var(--cds-custom-popover-caret-width, .75rem)}.cds-custom--popover--bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--bottom-left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--bottom-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--bottom-right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--bottom-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after{block-size:var(--cds-custom-popover-caret-height, .375rem);clip-path:polygon(0% 100%,50% 0%,100% 100%);inline-size:var(--cds-custom-popover-caret-width, .75rem)}.cds-custom--popover--border.cds-custom--popover--bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--bottom-left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--bottom-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--bottom-right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--bottom-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before{block-size:var(--cds-custom-popover-caret-height, .375rem);clip-path:polygon(0% 100%,50% 0%,100% 100%);inline-size:var(--cds-custom-popover-caret-width, .75rem)}.cds-custom--popover--border.cds-custom--popover--bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--bottom-left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--bottom-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--bottom-right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--bottom-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after{inline-size:calc(var(--cds-custom-popover-caret-width, .75rem) - 1px);inset-block-start:1px;inset-inline-start:.5px}.cds-custom--popover--top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-start:0;inset-inline-start:50%;transform:translate(-50%,calc(-100% - var(--cds-custom-popover-offset, 0rem)))}[dir=rtl] .cds-custom--popover--top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{transform:translate(50%,calc(-100% - var(--cds-custom-popover-offset, 0rem)))}.cds-custom--popover--top-left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--top-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-start:0;inset-inline-start:calc(50% - var(--cds-custom-popover-offset, 0rem));transform:translate(calc(-1 * var(--cds-custom-popover-offset, 0rem)),calc(-100% - var(--cds-custom-popover-offset, 0rem)))}[dir=rtl] .cds-custom--popover--top-left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--top-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-end:calc(50% - var(--cds-custom-popover-offset, 0rem));inset-inline-start:initial}.cds-custom--popover--top-right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--top-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-start:0;inset-inline-end:calc(50% - var(--cds-custom-popover-offset, 0rem));transform:translate(var(--cds-custom-popover-offset, 0rem),calc(-100% - var(--cds-custom-popover-offset, 0rem)))}[dir=rtl] .cds-custom--popover--top-right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--top-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-start:calc(50% - var(--cds-custom-popover-offset, 0rem))}.cds-custom--popover--top>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--top-left>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--top-start>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--top-right>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--top-end>.cds-custom--popover>.cds-custom--popover-content:before{block-size:var(--cds-custom-popover-offset, 0rem);inset-block-end:0;inset-inline:0;transform:translateY(100%)}.cds-custom--popover--top>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--top-left>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--top-start>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--top-right>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--top-end>.cds-custom--popover>.cds-custom--popover-caret{block-size:var(--cds-custom-popover-caret-height, .375rem);inline-size:var(--cds-custom-popover-caret-width, .75rem);inset-block-start:0;inset-inline-start:50%;transform:translate(-50%,calc(-1 * var(--cds-custom-popover-offset, 0rem)))}.cds-custom--popover--top>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--top-left>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--top-start>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--top-right>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--top-end>.cds-custom--popover>.cds-custom--popover-caret:after{block-size:var(--cds-custom-popover-caret-height, .375rem);clip-path:polygon(0% 0%,50% 100%,100% 0%);inline-size:var(--cds-custom-popover-caret-width, .75rem)}.cds-custom--popover--border.cds-custom--popover--top>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--top-left>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--top-start>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--top-right>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--top-end>.cds-custom--popover>.cds-custom--popover-caret:before{block-size:var(--cds-custom-popover-caret-height, .375rem);clip-path:polygon(0% 0%,50% 100%,100% 0%);inline-size:var(--cds-custom-popover-caret-width, .75rem)}.cds-custom--popover--border.cds-custom--popover--top>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--top-left>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--top-start>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--top-right>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--top-end>.cds-custom--popover>.cds-custom--popover-caret:after{inline-size:calc(var(--cds-custom-popover-caret-width, .75rem) - 1px);inset-block-start:-1px;inset-inline-start:.5px}[dir=rtl] .cds-custom--popover--top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--top-left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--top-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--top-right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--top-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret{transform:translate(50%,calc(-1 * var(--cds-custom-popover-offset, 0rem)))}.cds-custom--popover--top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--top-left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--top-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--top-right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--top-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret{block-size:var(--cds-custom-popover-caret-height, .375rem);inline-size:var(--cds-custom-popover-caret-width, .75rem)}.cds-custom--popover--top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--top-left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--top-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--top-right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--top-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after{block-size:var(--cds-custom-popover-caret-height, .375rem);clip-path:polygon(0% 0%,50% 100%,100% 0%);inline-size:var(--cds-custom-popover-caret-width, .75rem)}.cds-custom--popover--border.cds-custom--popover--top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--top-left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--top-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--top-right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--top-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before{block-size:var(--cds-custom-popover-caret-height, .375rem);clip-path:polygon(0% 0%,50% 100%,100% 0%);inline-size:var(--cds-custom-popover-caret-width, .75rem)}.cds-custom--popover--border.cds-custom--popover--top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--top-left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--top-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--top-right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--top-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after{inline-size:calc(var(--cds-custom-popover-caret-width, .75rem) - 1px);inset-block-start:-1px;inset-inline-start:.5px}.cds-custom--popover--right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-start:50%;inset-inline-start:100%;transform:translate(var(--cds-custom-popover-offset, 0rem),-50%)}.cds-custom--popover--right-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--right-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-start:50%;inset-inline-start:100%;transform:translate(var(--cds-custom-popover-offset, 0rem),calc(.5 * var(--cds-custom-popover-offset, 0rem) * -1 - 16px))}.cds-custom--popover--right-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--right-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-end:50%;inset-inline-start:100%;transform:translate(var(--cds-custom-popover-offset, 0rem),calc(.5 * var(--cds-custom-popover-offset, 0rem) + 16px))}[dir=rtl] .cds-custom--popover--right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--right-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--right-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--right-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--right-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-end:100%;inset-inline-start:initial}.cds-custom--popover--right>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--right-top>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--right-start>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--right-bottom>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--right-end>.cds-custom--popover>.cds-custom--popover-content:before{inline-size:var(--cds-custom-popover-offset, 0rem);inset-block:0;inset-inline-start:0;transform:translate(-100%)}.cds-custom--popover--right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--right-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--right-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--right-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--right-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret{block-size:var(--cds-custom-popover-caret-width, .75rem);inline-size:var(--cds-custom-popover-caret-height, .375rem);inset-block-start:50%;inset-inline-start:100%;transform:translate(calc(var(--cds-custom-popover-offset, 0rem) - 100%),-50%)}.cds-custom--popover--right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--right-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--right-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--right-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--right-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after{block-size:var(--cds-custom-popover-caret-width, .75rem);clip-path:polygon(0% 50%,100% 0%,100% 100%);inline-size:var(--cds-custom-popover-caret-height, .375rem)}[dir=rtl] .cds-custom--popover--right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--right-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--right-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--right-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--right-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret{inset-inline-end:100%;inset-inline-start:initial}.cds-custom--popover--border.cds-custom--popover--right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--right-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--right-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--right-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--right-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:before{block-size:var(--cds-custom-popover-caret-width, .75rem);clip-path:polygon(0% 50%,100% 0%,100% 100%);inline-size:var(--cds-custom-popover-caret-height, .375rem)}.cds-custom--popover--border.cds-custom--popover--right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--right-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--right-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--right-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--right-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after{inset-inline-start:1px}[dir=rtl] .cds-custom--popover--border.cds-custom--popover--right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--right-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--right-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--right-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--right-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after{inset-inline-start:-1px}.cds-custom--popover--right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--right-top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--right-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--right-bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--right-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret{block-size:var(--cds-custom-popover-caret-width, .75rem);inline-size:var(--cds-custom-popover-caret-height, .375rem)}.cds-custom--popover--right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--right-top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--right-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--right-bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--right-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after{block-size:var(--cds-custom-popover-caret-width, .75rem);clip-path:polygon(0% 50%,100% 0%,100% 100%);inline-size:var(--cds-custom-popover-caret-height, .375rem)}.cds-custom--popover--border.cds-custom--popover--right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--right-top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--right-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--right-bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--right-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before{block-size:var(--cds-custom-popover-caret-width, .75rem);clip-path:polygon(0% 50%,100% 0%,100% 100%);inline-size:var(--cds-custom-popover-caret-height, .375rem)}.cds-custom--popover--border.cds-custom--popover--right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--right-top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--right-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--right-bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--right-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after{inset-inline-start:1px}[dir=rtl] .cds-custom--popover--border.cds-custom--popover--right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--right-top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--right-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--right-bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--right-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before{margin-inline-start:1px}[dir=rtl] .cds-custom--popover--border.cds-custom--popover--right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--right-top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--right-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--right-bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--right-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after{inset-inline-start:0}.cds-custom--popover--left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-start:50%;inset-inline-end:100%;transform:translate(calc(-1 * var(--cds-custom-popover-offset, 0rem) + .1px),-50%)}.cds-custom--popover--left-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--left-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-start:50%;inset-inline-end:100%;transform:translate(calc(-1 * var(--cds-custom-popover-offset, 0rem)),calc(-.5 * var(--cds-custom-popover-offset, 0rem) - 16px))}.cds-custom--popover--left-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--left-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-end:50%;inset-inline-end:100%;transform:translate(calc(-1 * var(--cds-custom-popover-offset, 0rem)),calc(.5 * var(--cds-custom-popover-offset, 0rem) + 16px))}[dir=rtl] .cds-custom--popover--left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--left-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--left-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--left-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--left-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-end:initial;inset-inline-start:100%}.cds-custom--popover--left>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--left-top>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--left-start>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--left-bottom>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--left-end>.cds-custom--popover>.cds-custom--popover-content:before{inline-size:var(--cds-custom-popover-offset, 0rem);inset-block:0;inset-inline-end:0;transform:translate(100%)}.cds-custom--popover--left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--left-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--left-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--left-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--left-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret{block-size:var(--cds-custom-popover-caret-width, .75rem);inline-size:var(--cds-custom-popover-caret-height, .375rem);inset-block-start:50%;inset-inline-end:100%;transform:translate(calc(-1 * var(--cds-custom-popover-offset, 0rem) + 100%),-50%)}.cds-custom--popover--left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--left-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--left-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--left-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--left-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after{block-size:var(--cds-custom-popover-caret-width, .75rem);clip-path:polygon(0% 0%,100% 50%,0% 100%);inline-size:var(--cds-custom-popover-caret-height, .375rem)}[dir=rtl] .cds-custom--popover--left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--left-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--left-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--left-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--left-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret{inset-inline-end:initial;inset-inline-start:100%}.cds-custom--popover--border.cds-custom--popover--left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--left-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--left-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--left-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--left-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:before{block-size:var(--cds-custom-popover-caret-width, .75rem);clip-path:polygon(0% 0%,100% 50%,0% 100%);inline-size:var(--cds-custom-popover-caret-height, .375rem)}.cds-custom--popover--border.cds-custom--popover--left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--left-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--left-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--left-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--left-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after{inset-inline-start:-1px}[dir=rtl] .cds-custom--popover--border.cds-custom--popover--left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--left-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--left-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--left-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--left-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after{inset-inline-start:1px}.cds-custom--popover--left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--left-top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--left-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--left-bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--left-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret{block-size:var(--cds-custom-popover-caret-width, .75rem);inline-size:var(--cds-custom-popover-caret-height, .375rem)}.cds-custom--popover--left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--left-top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--left-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--left-bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--left-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after{block-size:var(--cds-custom-popover-caret-width, .75rem);clip-path:polygon(0% 0%,100% 50%,0% 100%);inline-size:var(--cds-custom-popover-caret-height, .375rem)}.cds-custom--popover--border.cds-custom--popover--left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--left-top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--left-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--left-bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--left-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before{block-size:var(--cds-custom-popover-caret-width, .75rem);clip-path:polygon(0% 0%,100% 50%,0% 100%);inline-size:var(--cds-custom-popover-caret-height, .375rem)}.cds-custom--popover--border.cds-custom--popover--left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--left-top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--left-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--left-bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--left-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after{inset-inline-start:-1px}[dir=rtl] .cds-custom--popover--border.cds-custom--popover--left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--left-top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--left-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--left-bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--left-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before{margin-inline-start:-1px}[dir=rtl] .cds-custom--popover--border.cds-custom--popover--left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--left-top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--left-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--left-bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--left-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after{inset-inline-start:0}.cds-custom--popover--tab-tip>.cds-custom--popover>.cds-custom--popover-content{border-radius:0}.cds-custom--popover--tab-tip.cds-custom--popover--top-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--tab-tip.cds-custom--popover--bottom-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--tab-tip.cds-custom--popover--top-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--tab-tip.cds-custom--popover--bottom-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-start:0}.cds-custom--popover--tab-tip.cds-custom--popover--top-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--tab-tip.cds-custom--popover--bottom-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--tab-tip.cds-custom--popover--top-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--tab-tip.cds-custom--popover--bottom-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-end:0;inset-inline-start:initial}.cds-custom--popover--tab-tip .cds-custom--popover{will-change:filter}.cds-custom--popover--tab-tip__button{box-sizing:border-box;padding:0;border:0;margin:0;font-family:inherit;font-size:100%;vertical-align:baseline}.cds-custom--popover--tab-tip__button *,.cds-custom--popover--tab-tip__button *:before,.cds-custom--popover--tab-tip__button *:after{box-sizing:inherit}.cds-custom--popover--tab-tip__button{display:inline-block;padding:0;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;cursor:pointer;text-align:start;inline-size:100%}.cds-custom--popover--tab-tip__button::-moz-focus-inner{border:0}.cds-custom--popover--tab-tip__button{position:relative;display:inline-flex;align-items:center;justify-content:center;block-size:2rem;inline-size:2rem}.cds-custom--popover--tab-tip__button:focus{outline:2px solid var(--cds-custom-focus, #0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--popover--tab-tip__button:focus{outline-style:dotted}}.cds-custom--popover--tab-tip__button:hover{background-color:var(--cds-custom-layer-hover)}.cds-custom--popover--tab-tip.cds-custom--popover--open .cds-custom--popover--tab-tip__button{background:var(--cds-custom-layer);box-shadow:0 2px 2px #0003}.cds-custom--popover--tab-tip.cds-custom--popover--open .cds-custom--popover--tab-tip__button:not(:focus):after{position:absolute;z-index:6001;background:var(--cds-custom-layer);block-size:2px;content:"";inline-size:100%;inset-block-end:0}.cds-custom--popover--tab-tip__button svg{fill:var(--cds-custom-icon-primary, #161616)}.cds-custom--tooltip{--cds-custom-popover-offset: 12px}.cds-custom--tooltip-content{font-size:var(--cds-custom-body-01-font-size, .875rem);font-weight:var(--cds-custom-body-01-font-weight, 400);line-height:var(--cds-custom-body-01-line-height, 1.42857);letter-spacing:var(--cds-custom-body-01-letter-spacing, .16px);padding:var(--cds-custom-tooltip-padding-block, 1rem) var(--cds-custom-tooltip-padding-inline, 1rem);max-inline-size:18rem;overflow-wrap:break-word}.cds-custom--icon-tooltip{--cds-custom-tooltip-padding-block: .125rem;--cds-custom-popover-caret-width: .5rem;--cds-custom-popover-caret-height: .25rem;--cds-custom-popover-offset: .5rem}.cds-custom--icon-tooltip .cds-custom--tooltip-content{font-size:var(--cds-custom-body-compact-01-font-size, .875rem);font-weight:var(--cds-custom-body-compact-01-font-weight, 400);line-height:var(--cds-custom-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-custom-body-compact-01-letter-spacing, .16px)}.cds-custom--definition-term{box-sizing:border-box;padding:0;border:0;margin:0;font-family:inherit;font-size:100%;vertical-align:baseline}.cds-custom--definition-term *,.cds-custom--definition-term *:before,.cds-custom--definition-term *:after{box-sizing:inherit}.cds-custom--definition-term{display:inline-block;padding:0;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;cursor:pointer;text-align:start;inline-size:100%}.cds-custom--definition-term::-moz-focus-inner{border:0}.cds-custom--definition-term{border-radius:0;border-block-end:1px dotted var(--cds-custom-border-strong);color:var(--cds-custom-text-primary, #161616)}.cds-custom--definition-term:focus{outline:1px solid var(--cds-custom-focus, #0f62fe)}@media screen and (prefers-contrast){.cds-custom--definition-term:focus{outline-style:dotted}}.cds-custom--definition-term:focus{border-block-end-color:var(--cds-custom-border-interactive, #0f62fe)}.cds-custom--definition-term:hover{border-block-end-color:var(--cds-custom-border-interactive, #0f62fe)}.cds-custom--definition-tooltip{font-size:var(--cds-custom-body-01-font-size, .875rem);font-weight:var(--cds-custom-body-01-font-weight, 400);line-height:var(--cds-custom-body-01-line-height, 1.42857);letter-spacing:var(--cds-custom-body-01-letter-spacing, .16px);padding:.5rem 1rem;max-inline-size:11rem;text-wrap:auto;word-break:break-word}.cds-custom--btn{--cds-custom-layout-size-height-local: clamp(max(var(--cds-custom-layout-size-height-min), var(--cds-custom-layout-size-height-xs)), var(--cds-custom-layout-size-height, var(--cds-custom-layout-size-height-lg)), min(var(--cds-custom-layout-size-height-max), var(--cds-custom-layout-size-height-2xl)));--cds-custom-layout-density-padding-inline-local: clamp(var(--cds-custom-layout-density-padding-inline-min), var(--cds-custom-layout-density-padding-inline, var(--cds-custom-layout-density-padding-inline-normal)), var(--cds-custom-layout-density-padding-inline-max));--temp-1lh: ( var(--cds-custom-body-compact-01-line-height, 1.28572) * 1em );--temp-expressive-1lh: ( var(--cds-custom-body-compact-02-line-height, 1.375) * 1em );--temp-padding-block-max: calc( (var(--cds-custom-layout-size-height-lg) - var(--temp-1lh)) / 2 - .0625rem );box-sizing:border-box;padding:0;border:0;margin:0;font-family:inherit;font-size:100%;vertical-align:baseline}.cds-custom--btn *,.cds-custom--btn *:before,.cds-custom--btn *:after{box-sizing:inherit}.cds-custom--btn{font-size:var(--cds-custom-body-compact-01-font-size, .875rem);font-weight:var(--cds-custom-body-compact-01-font-weight, 400);line-height:var(--cds-custom-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-custom-body-compact-01-letter-spacing, .16px);position:relative;display:inline-flex;flex-shrink:0;justify-content:space-between;border-radius:0;margin:0;cursor:pointer;inline-size:max-content;max-inline-size:20rem;min-block-size:var(--cds-custom-layout-size-height-local);outline:none;padding-block:min((var(--cds-custom-layout-size-height-local) - var(--temp-1lh)) / 2 - .0625rem,var(--temp-padding-block-max));padding-inline:calc(var(--cds-custom-layout-density-padding-inline-local) - .0625rem) calc(var(--cds-custom-layout-density-padding-inline-local) * 3 + 1rem - .0625rem);text-align:start;text-decoration:none;transition:background 70ms cubic-bezier(0,0,.38,.9),box-shadow 70ms cubic-bezier(0,0,.38,.9),border-color 70ms cubic-bezier(0,0,.38,.9),outline 70ms cubic-bezier(0,0,.38,.9);vertical-align:top}.cds-custom--btn:disabled,.cds-custom--btn:hover:disabled,.cds-custom--btn:focus:disabled,.cds-custom--btn.cds-custom--btn--disabled,.cds-custom--btn.cds-custom--btn--disabled:hover,.cds-custom--btn.cds-custom--btn--disabled:focus{border-color:var(--cds-custom-button-disabled, #c6c6c6);background:var(--cds-custom-button-disabled, #c6c6c6);box-shadow:none;color:var(--cds-custom-text-on-color-disabled, #8d8d8d);cursor:not-allowed}.cds-custom--btn .cds-custom--btn__icon{position:absolute;flex-shrink:0;block-size:1rem;inline-size:1rem;inset-block-start:min((var(--cds-custom-layout-size-height-local) - 1rem) / 2 - .0625rem,var(--temp-padding-block-max));inset-inline-end:var(--cds-custom-layout-density-padding-inline-local);margin-block-start:.0625rem}.cds-custom--btn::-moz-focus-inner{padding:0;border:0}.cds-custom--btn--primary{border-width:1px;border-style:solid;border-color:transparent;background-color:var(--cds-custom-button-primary, #0f62fe);color:var(--cds-custom-text-on-color, #ffffff)}.cds-custom--btn--primary:hover{background-color:var(--cds-custom-button-primary-hover, #0050e6)}.cds-custom--btn--primary:focus{border-color:var(--cds-custom-button-focus-color, var(--cds-custom-focus, #0f62fe));box-shadow:inset 0 0 0 1px var(--cds-custom-button-focus-color, var(--cds-custom-focus, #0f62fe)),inset 0 0 0 2px var(--cds-custom-background, #ffffff)}.cds-custom--btn--primary:active{background-color:var(--cds-custom-button-primary-active, #002d9c)}.cds-custom--btn--primary .cds-custom--btn__icon,.cds-custom--btn--primary .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds-custom--btn--primary:hover{color:var(--cds-custom-text-on-color, #ffffff)}.cds-custom--btn--secondary{border-width:1px;border-style:solid;border-color:transparent;background-color:var(--cds-custom-button-secondary, #393939);color:var(--cds-custom-text-on-color, #ffffff)}.cds-custom--btn--secondary:hover{background-color:var(--cds-custom-button-secondary-hover, #474747)}.cds-custom--btn--secondary:focus{border-color:var(--cds-custom-button-focus-color, var(--cds-custom-focus, #0f62fe));box-shadow:inset 0 0 0 1px var(--cds-custom-button-focus-color, var(--cds-custom-focus, #0f62fe)),inset 0 0 0 2px var(--cds-custom-background, #ffffff)}.cds-custom--btn--secondary:active{background-color:var(--cds-custom-button-secondary-active, #6f6f6f)}.cds-custom--btn--secondary .cds-custom--btn__icon,.cds-custom--btn--secondary .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds-custom--btn--secondary:hover,.cds-custom--btn--secondary:focus{color:var(--cds-custom-text-on-color, #ffffff)}.cds-custom--btn--tertiary{border-width:1px;border-style:solid;border-color:var(--cds-custom-button-tertiary, #0f62fe);background-color:transparent;color:var(--cds-custom-button-tertiary, #0f62fe)}.cds-custom--btn--tertiary:hover{background-color:var(--cds-custom-button-tertiary-hover, #0050e6)}.cds-custom--btn--tertiary:focus{border-color:var(--cds-custom-button-focus-color, var(--cds-custom-focus, #0f62fe));box-shadow:inset 0 0 0 1px var(--cds-custom-button-focus-color, var(--cds-custom-focus, #0f62fe)),inset 0 0 0 2px var(--cds-custom-background, #ffffff)}.cds-custom--btn--tertiary:active{background-color:var(--cds-custom-button-tertiary-active, #002d9c)}.cds-custom--btn--tertiary .cds-custom--btn__icon,.cds-custom--btn--tertiary .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds-custom--btn--tertiary:hover{color:var(--cds-custom-text-inverse, #ffffff)}.cds-custom--btn--tertiary:focus{background-color:var(--cds-custom-button-tertiary, #0f62fe);color:var(--cds-custom-text-inverse, #ffffff)}.cds-custom--btn--tertiary:active{border-color:transparent;background-color:var(--cds-custom-button-tertiary-active, #002d9c);color:var(--cds-custom-text-inverse, #ffffff)}.cds-custom--btn--tertiary:disabled,.cds-custom--btn--tertiary:hover:disabled,.cds-custom--btn--tertiary:focus:disabled,.cds-custom--btn--tertiary.cds-custom--btn--disabled,.cds-custom--btn--tertiary.cds-custom--btn--disabled:hover,.cds-custom--btn--tertiary.cds-custom--btn--disabled:focus{background:transparent;color:var(--cds-custom-text-disabled, rgba(22, 22, 22, .25));outline:none}.cds-custom--btn--ghost{border-width:1px;border-style:solid;border-color:transparent;background-color:transparent;color:var(--cds-custom-link-primary, #0f62fe)}.cds-custom--btn--ghost:hover{background-color:var(--cds-custom-background-hover, rgba(141, 141, 141, .12))}.cds-custom--btn--ghost:focus{border-color:var(--cds-custom-button-focus-color, var(--cds-custom-focus, #0f62fe));box-shadow:inset 0 0 0 1px var(--cds-custom-button-focus-color, var(--cds-custom-focus, #0f62fe)),inset 0 0 0 2px var(--cds-custom-background, #ffffff)}.cds-custom--btn--ghost .cds-custom--btn__icon,.cds-custom--btn--ghost .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds-custom--btn--ghost{padding-inline-end:calc(var(--cds-custom-layout-density-padding-inline-local) - .0625rem)}.cds-custom--btn--ghost .cds-custom--btn__icon{position:static;align-self:center;margin-inline-start:.5rem}.cds-custom--btn--ghost:hover,.cds-custom--btn--ghost:active{color:var(--cds-custom-link-primary-hover, #0043ce)}.cds-custom--btn--ghost:active{background-color:var(--cds-custom-background-active, rgba(141, 141, 141, .5))}.cds-custom--btn--ghost:disabled,.cds-custom--btn--ghost:hover:disabled,.cds-custom--btn--ghost:focus:disabled,.cds-custom--btn--ghost.cds-custom--btn--disabled,.cds-custom--btn--ghost.cds-custom--btn--disabled:hover,.cds-custom--btn--ghost.cds-custom--btn--disabled:focus{border-color:transparent;background:transparent;color:var(--cds-custom-text-disabled, rgba(22, 22, 22, .25));outline:none}.cds-custom--btn--ghost:not([disabled]) svg{fill:var(--cds-custom-icon-primary, #161616)}.cds-custom--btn--icon-only{align-items:center;justify-content:center;padding:0;block-size:var(--cds-custom-layout-size-height-local);inline-size:var(--cds-custom-layout-size-height-local);padding-block-start:0}.cds-custom--btn--icon-only>:first-child{min-inline-size:1rem}.cds-custom--btn--icon-only .cds-custom--btn__icon{position:static}.cds-custom--btn--icon-only.cds-custom--btn--ghost .cds-custom--btn__icon,.cds-custom--btn--icon-only.cds-custom--btn--danger--ghost .cds-custom--btn__icon{margin:0}.cds-custom--btn--icon-only.cds-custom--btn--danger--ghost{padding-inline-end:calc(var(--cds-custom-layout-density-padding-inline-local) - 1rem)}.cds-custom--btn--xs:not(.cds-custom--btn--icon-only){padding-block-start:1.5px}.cds-custom--btn--xs:not(.cds-custom--btn--icon-only) .cds-custom--btn__icon,.cds-custom--btn--sm:not(.cds-custom--btn--icon-only) .cds-custom--btn__icon,.cds-custom--btn--md:not(.cds-custom--btn--icon-only) .cds-custom--btn__icon{margin-block-start:0}.cds-custom--btn--icon-only.cds-custom--btn--selected{background:var(--cds-custom-background-selected, rgba(141, 141, 141, .2))}.cds-custom--btn path[data-icon-path=inner-path]{fill:none}.cds-custom--btn--ghost.cds-custom--btn--icon-only .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]),.cds-custom--btn--ghost.cds-custom--btn--icon-only .cds-custom--btn__icon{fill:var(--cds-custom-icon-primary, #161616)}.cds-custom--btn--ghost.cds-custom--btn--icon-only[disabled] .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]),.cds-custom--btn--ghost.cds-custom--btn--icon-only[disabled] .cds-custom--btn__icon,.cds-custom--btn.cds-custom--btn--icon-only.cds-custom--btn--ghost[disabled]:hover .cds-custom--btn__icon{fill:var(--cds-custom-icon-on-color-disabled, #8d8d8d)}.cds-custom--btn--ghost.cds-custom--btn--icon-only[disabled],.cds-custom--icon-tooltip--disabled .cds-custom--tooltip-trigger__wrapper{cursor:not-allowed}.cds-custom--icon-tooltip--disabled .cds-custom--btn--icon-only[disabled]{pointer-events:none}.cds-custom--btn--danger{border-width:1px;border-style:solid;border-color:transparent;background-color:var(--cds-custom-button-danger-primary, #da1e28);color:var(--cds-custom-text-on-color, #ffffff)}.cds-custom--btn--danger:hover{background-color:var(--cds-custom-button-danger-hover, #b81921)}.cds-custom--btn--danger:focus{border-color:var(--cds-custom-button-focus-color, var(--cds-custom-focus, #0f62fe));box-shadow:inset 0 0 0 1px var(--cds-custom-button-focus-color, var(--cds-custom-focus, #0f62fe)),inset 0 0 0 2px var(--cds-custom-background, #ffffff)}.cds-custom--btn--danger:active{background-color:var(--cds-custom-button-danger-active, #750e13)}.cds-custom--btn--danger .cds-custom--btn__icon,.cds-custom--btn--danger .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds-custom--btn--danger:hover{color:var(--cds-custom-text-on-color, #ffffff)}.cds-custom--btn--danger--tertiary{border-width:1px;border-style:solid;border-color:var(--cds-custom-button-danger-secondary, #da1e28);background-color:transparent;color:var(--cds-custom-button-danger-secondary, #da1e28)}.cds-custom--btn--danger--tertiary:hover{background-color:var(--cds-custom-button-danger-hover, #b81921)}.cds-custom--btn--danger--tertiary:focus{border-color:var(--cds-custom-button-focus-color, var(--cds-custom-focus, #0f62fe));box-shadow:inset 0 0 0 1px var(--cds-custom-button-focus-color, var(--cds-custom-focus, #0f62fe)),inset 0 0 0 2px var(--cds-custom-background, #ffffff)}.cds-custom--btn--danger--tertiary:active{background-color:var(--cds-custom-button-danger-active, #750e13)}.cds-custom--btn--danger--tertiary .cds-custom--btn__icon,.cds-custom--btn--danger--tertiary .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds-custom--btn--danger--tertiary:hover{border-color:var(--cds-custom-button-danger-hover, #b81921);color:var(--cds-custom-text-on-color, #ffffff)}.cds-custom--btn--danger--tertiary:focus{background-color:var(--cds-custom-button-danger-primary, #da1e28);color:var(--cds-custom-text-on-color, #ffffff)}.cds-custom--btn--danger--tertiary:active{border-color:var(--cds-custom-button-danger-active, #750e13);background-color:var(--cds-custom-button-danger-active, #750e13);color:var(--cds-custom-text-on-color, #ffffff)}.cds-custom--btn--danger--tertiary:disabled,.cds-custom--btn--danger--tertiary:hover:disabled,.cds-custom--btn--danger--tertiary:focus:disabled,.cds-custom--btn--danger--tertiary.cds-custom--btn--disabled,.cds-custom--btn--danger--tertiary.cds-custom--btn--disabled:hover,.cds-custom--btn--danger--tertiary.cds-custom--btn--disabled:focus{background:transparent;color:var(--cds-custom-text-disabled, rgba(22, 22, 22, .25));outline:none}.cds-custom--btn--danger--ghost{border-width:1px;border-style:solid;border-color:transparent;background-color:transparent;color:var(--cds-custom-button-danger-secondary, #da1e28)}.cds-custom--btn--danger--ghost:hover{background-color:var(--cds-custom-button-danger-hover, #b81921)}.cds-custom--btn--danger--ghost:focus{border-color:var(--cds-custom-button-focus-color, var(--cds-custom-focus, #0f62fe));box-shadow:inset 0 0 0 1px var(--cds-custom-button-focus-color, var(--cds-custom-focus, #0f62fe)),inset 0 0 0 2px var(--cds-custom-background, #ffffff)}.cds-custom--btn--danger--ghost:active{background-color:var(--cds-custom-button-danger-active, #750e13)}.cds-custom--btn--danger--ghost .cds-custom--btn__icon,.cds-custom--btn--danger--ghost .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds-custom--btn--danger--ghost{padding-inline-end:calc(var(--cds-custom-layout-density-padding-inline-local) - .0625rem)}.cds-custom--btn--danger--ghost .cds-custom--btn__icon{position:static;margin-inline-start:.5rem}.cds-custom--btn--danger--ghost:hover,.cds-custom--btn--danger--ghost:active{color:var(--cds-custom-text-on-color, #ffffff)}.cds-custom--btn--danger--ghost:disabled,.cds-custom--btn--danger--ghost:hover:disabled,.cds-custom--btn--danger--ghost:focus:disabled,.cds-custom--btn--danger--ghost.cds-custom--btn--disabled,.cds-custom--btn--danger--ghost.cds-custom--btn--disabled:hover,.cds-custom--btn--danger--ghost.cds-custom--btn--disabled:focus{border-color:transparent;background:transparent;color:var(--cds-custom-text-disabled, rgba(22, 22, 22, .25));outline:none}.cds-custom--btn--expressive{font-size:var(--cds-custom-body-compact-02-font-size, 1rem);font-weight:var(--cds-custom-body-compact-02-font-weight, 400);line-height:var(--cds-custom-body-compact-02-line-height, 1.375);letter-spacing:var(--cds-custom-body-compact-02-letter-spacing, 0);padding-block:min((var(--cds-custom-layout-size-height-local) - var(--temp-expressive-1lh)) / 2 - .0625rem,var(--temp-padding-block-max))}.cds-custom--btn--icon-only.cds-custom--btn--expressive{padding:12px 13px}.cds-custom--btn.cds-custom--btn--expressive .cds-custom--btn__icon{block-size:1.25rem;inline-size:1.25rem}.cds-custom--btn-set .cds-custom--btn.cds-custom--btn--expressive{max-inline-size:20rem}.cds-custom--btn.cds-custom--skeleton{position:relative;padding:0;border:none;background:var(--cds-custom-skeleton-background, #e8e8e8);box-shadow:none;pointer-events:none}.cds-custom--btn.cds-custom--skeleton:hover,.cds-custom--btn.cds-custom--skeleton:focus,.cds-custom--btn.cds-custom--skeleton:active{border:none;cursor:default;outline:none}.cds-custom--btn.cds-custom--skeleton:before{position:absolute;animation:3s ease-in-out cds-custom--skeleton infinite;background:var(--cds-custom-skeleton-element, #c6c6c6);block-size:100%;content:"";inline-size:100%;inset-inline-start:0;will-change:transform-origin,transform,opacity}@media (prefers-reduced-motion: reduce){.cds-custom--btn.cds-custom--skeleton:before{animation:none}}@media screen and (-ms-high-contrast: active),(forced-colors: active){.cds-custom--btn.cds-custom--skeleton{background:CanvasText}.cds-custom--btn.cds-custom--skeleton:before{background:Canvas;forced-color-adjust:none}}.cds-custom--btn.cds-custom--skeleton{inline-size:9.375rem}.cds-custom--btn-set{display:flex}.cds-custom--btn-set--stacked{flex-direction:column}.cds-custom--btn-set .cds-custom--btn{inline-size:100%;max-inline-size:12.25rem}.cds-custom--btn-set .cds-custom--btn:not(:focus){box-shadow:-.0625rem 0 0 0 var(--cds-custom-button-separator, #e0e0e0)}.cds-custom--btn-set .cds-custom--btn:first-of-type:not(:focus){box-shadow:inherit}.cds-custom--btn-set .cds-custom--btn:focus+.cds-custom--btn{box-shadow:inherit}.cds-custom--btn-set--stacked .cds-custom--btn:not(:focus){box-shadow:0 -.0625rem 0 0 var(--cds-custom-button-separator, #e0e0e0)}.cds-custom--btn-set--stacked .cds-custom--btn:first-of-type:not(:focus){box-shadow:inherit}.cds-custom--btn-set .cds-custom--btn.cds-custom--btn--disabled{box-shadow:-.0625rem 0 0 0 var(--cds-custom-icon-on-color-disabled, #8d8d8d)}.cds-custom--btn-set .cds-custom--btn.cds-custom--btn--disabled:first-of-type{box-shadow:none}.cds-custom--btn-set--stacked .cds-custom--btn.cds-custom--btn--disabled{box-shadow:0 -.0625rem 0 0 var(--cds-custom-layer-selected-disabled, #8d8d8d)}.cds-custom--btn-set--stacked .cds-custom--btn.cds-custom--btn--disabled:first-of-type{box-shadow:none}.cds-custom--btn-set .cds-custom--btn.cds-custom--btn--loading{border-color:transparent;background-color:transparent;box-shadow:none}.cds-custom--btn--sm .cds-custom--badge-indicator{margin-block-start:.25rem;margin-inline-end:.25rem}@media screen and (-ms-high-contrast: active),(forced-colors: active){.cds-custom--btn:focus{color:Highlight;outline:1px solid Highlight}}[dir=rtl] .cds-custom--btn-set .cds-custom--btn:not(:focus){box-shadow:.0625rem 0 0 0 var(--cds-custom-button-separator, #e0e0e0)}.cds-custom--content{padding:2rem;color:var(--cds-custom-text-primary, #161616);will-change:margin-left}.cds-custom--header~.cds-custom--content,div:has(.cds-custom--header)~.cds-custom--content{margin-block-start:3rem}.cds-custom--side-nav~.cds-custom--content{margin-inline-start:3rem}.cds-custom--side-nav.cds-custom--side-nav--expanded~.cds-custom--content{margin-inline-start:16rem}.cds-custom--header{box-sizing:border-box;padding:0;border:0;margin:0;font-family:inherit;font-size:100%;vertical-align:baseline}.cds-custom--header *,.cds-custom--header *:before,.cds-custom--header *:after{box-sizing:inherit}.cds-custom--header{position:fixed;z-index:8000;display:flex;align-items:center;background-color:var(--cds-custom-background, #ffffff);block-size:3rem;border-block-end:1px solid var(--cds-custom-border-subtle);inset-block-start:0;inset-inline:0}.cds-custom--header__action{box-sizing:border-box;padding:0;border:0;margin:0;font-family:inherit;font-size:100%;vertical-align:baseline}.cds-custom--header__action *,.cds-custom--header__action *:before,.cds-custom--header__action *:after{box-sizing:inherit}.cds-custom--header__action{display:inline-block;padding:0;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;cursor:pointer;text-align:start;inline-size:100%}.cds-custom--header__action::-moz-focus-inner{border:0}.cds-custom--header__action{display:inline-flex;border:.0625rem solid transparent;block-size:3rem;inline-size:3rem;transition:background-color .11s,border-color .11s}@media (max-width: 41.98rem){.cds-custom--header__action{min-inline-size:3rem}}.cds-custom--header__global .cds-custom--popover{z-index:8001}.cds-custom--header__action>:first-child{margin-block-start:0}.cds-custom--header__action>svg.cds-custom--navigation-menu-panel-collapse-icon,.cds-custom--header__action--active>svg.cds-custom--navigation-menu-panel-expand-icon{display:none}.cds-custom--header__action--active>svg.cds-custom--navigation-menu-panel-collapse-icon{display:inline}.cds-custom--header__action:hover{background-color:var(--cds-custom-background-hover, rgba(141, 141, 141, .12))}.cds-custom--header__action--active{background:var(--cds-custom-layer);border-block-end:1px solid transparent;border-inline-end:1px solid var(--cds-custom-border-subtle);border-inline-start:1px solid var(--cds-custom-border-subtle)}.cds-custom--header__action--active>svg{fill:var(--cds-custom-icon-primary, #161616)}.cds-custom--header__action:focus{border-color:var(--cds-custom-focus, #0f62fe);outline:none}.cds-custom--header__action:active{background-color:var(--cds-custom-background-active, rgba(141, 141, 141, .5))}.cds-custom--header__action.cds-custom--btn--icon-only{align-items:center;justify-content:center}.cds-custom--btn.cds-custom--btn--icon-only.cds-custom--header__action svg{fill:var(--cds-custom-icon-secondary, #525252)}.cds-custom--btn.cds-custom--btn--icon-only.cds-custom--header__action:hover svg,.cds-custom--btn.cds-custom--btn--icon-only.cds-custom--header__action:active svg,.cds-custom--btn.cds-custom--btn--icon-only.cds-custom--header__action--active svg{fill:var(--cds-custom-icon-primary, #161616)}.cds-custom--header__menu-trigger>svg{fill:var(--cds-custom-icon-primary, #161616)}.cds-custom--header__menu-trigger:hover>svg{fill:var(--cds-custom-icon-primary, #161616)}.cds-custom--header__menu-toggle{display:flex;align-items:center;justify-content:center}@media (min-width: 66rem){.cds-custom--header__menu-toggle__hidden{display:none}}a.cds-custom--header__name{font-size:var(--cds-custom-body-compact-01-font-size, .875rem);font-weight:var(--cds-custom-body-compact-01-font-weight, 400);line-height:var(--cds-custom-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-custom-body-compact-01-letter-spacing, .16px);display:flex;align-items:center;padding:0 2rem 0 1rem;border:.125rem solid transparent;block-size:100%;font-weight:600;letter-spacing:.1px;line-height:1.25rem;outline:none;text-decoration:none;transition:border-color .11s;-webkit-user-select:none;user-select:none}@media (max-width: 41.98rem){a.cds-custom--header__name{padding:0 1rem}}a.cds-custom--header__name:focus{border-color:var(--cds-custom-focus, #0f62fe)}.cds-custom--header__name--prefix{font-weight:400}a.cds-custom--header__name,a.cds-custom--header__name:hover{color:var(--cds-custom-text-primary, #161616)}.cds-custom--header__menu-toggle:not(.cds-custom--header__menu-toggle__hidden)~.cds-custom--header__name{padding-inline-start:.5rem}.cds-custom--header__nav{position:relative;display:none;block-size:100%;padding-inline-start:1rem}@media (min-width: 66rem){.cds-custom--header__nav{display:block}}.cds-custom--header__nav:before{position:absolute;display:block;background-color:var(--cds-custom-border-subtle);block-size:1.5rem;content:"";inline-size:.0625rem;inset-block-start:50%;inset-inline-start:0;transform:translateY(-50%)}.cds-custom--header__menu-bar{box-sizing:border-box;padding:0;border:0;margin:0;font-family:inherit;font-size:100%;vertical-align:baseline}.cds-custom--header__menu-bar *,.cds-custom--header__menu-bar *:before,.cds-custom--header__menu-bar *:after{box-sizing:inherit}.cds-custom--header__menu-bar{display:flex;padding:0;margin:0;block-size:100%;list-style:none}a.cds-custom--header__menu-item{position:relative;display:flex;align-items:center;padding:0 1rem;border:2px solid transparent;background-color:var(--cds-custom-background, #ffffff);block-size:100%;color:var(--cds-custom-text-secondary, #525252);font-size:.875rem;font-weight:400;letter-spacing:0;line-height:1.125rem;text-decoration:none;transition:background-color .11s,border-color .11s,color .11s;-webkit-user-select:none;user-select:none}a.cds-custom--header__menu-item:hover{background-color:var(--cds-custom-background-hover, rgba(141, 141, 141, .12));color:var(--cds-custom-text-primary, #161616)}.cds-custom--header__action:active,a.cds-custom--header__menu-item:active{background-color:var(--cds-custom-background-active, rgba(141, 141, 141, .5));color:var(--cds-custom-text-primary, #161616)}a.cds-custom--header__menu-item:focus{border-color:var(--cds-custom-focus, #0f62fe);outline:none}a.cds-custom--header__menu-item:hover>svg,a.cds-custom--header__menu-item:active>svg{fill:var(--cds-custom-icon-primary, #161616)}a.cds-custom--header__menu-item[aria-current=page],.cds-custom--header__menu-item--current{color:var(--cds-custom-text-primary, #161616)}a.cds-custom--header__menu-item[aria-current=page]:after,.cds-custom--header__menu-item--current:after{position:absolute;background-color:var(--cds-custom-border-interactive, #0f62fe);block-size:3px;content:"";inline-size:calc(100% + 4px);inset-block-end:-2px;inset-inline-start:-2px}a.cds-custom--header__menu-item[aria-current=page]:focus:after,.cds-custom--header__menu-item--current:focus:after{border:0}.cds-custom--header__submenu .cds-custom--header__menu a.cds-custom--header__menu-item[aria-current=page]:after,.cds-custom--header__submenu .cds-custom--header__menu .cds-custom--header__menu-item--current:after{background-color:var(--cds-custom-border-interactive, #0f62fe);block-size:calc(100% + 4px);inline-size:3px;inset-block-start:-2px;inset-inline-start:-2px}.cds-custom--header__submenu .cds-custom--header__menu a.cds-custom--header__menu-item[aria-current=page]:focus:after,.cds-custom--header__submenu .cds-custom--header__menu .cds-custom--header__menu-item--current:focus:after{background-color:var(--cds-custom-border-interactive, #0f62fe);block-size:calc(100% + 4px);inline-size:5px;inset-block-start:-2px;inset-inline-start:-2px}a.cds-custom--header__menu-item[aria-current=page]:focus,a.cds-custom--header__menu-item.cds-custom--header__menu-item--current:focus{border:2px solid var(--cds-custom-focus, #0f62fe)}.cds-custom--header__submenu,.cds-custom--header__menu-title[aria-haspopup=true]{position:relative}.cds-custom--header__menu-title[aria-expanded=true]{z-index:8002;background-color:var(--cds-custom-layer);color:var(--cds-custom-text-secondary, #525252)}.cds-custom--header__menu-title[aria-expanded=true]>.cds-custom--header__menu-arrow{transform:rotate(180deg)}.cds-custom--header__menu{display:none;padding:0;margin:0;list-style:none}.cds-custom--header__menu-title[aria-expanded=true]+.cds-custom--header__menu{position:absolute;z-index:8001;display:flex;flex-direction:column;background-color:var(--cds-custom-layer);box-shadow:0 4px 8px #00000080;inline-size:12.5rem;inset-block-end:0;inset-inline-start:0;transform:translateY(100%)}.cds-custom--header__menu-title[aria-expanded=true]+.cds-custom--header__menu .cds-custom--header__menu-item{background-color:var(--cds-custom-layer)}.cds-custom--header__menu-title[aria-expanded=true]+.cds-custom--header__menu .cds-custom--header__menu-item:hover{background-color:var(--cds-custom-layer-hover);color:var(--cds-custom-text-primary, #161616)}.cds-custom--header__menu-title[aria-expanded=true]+.cds-custom--header__menu .cds-custom--header__menu-item:active{background-color:var(--cds-custom-layer-active);color:var(--cds-custom-text-primary, #161616)}.cds-custom--header__menu-title[aria-expanded=true]+.cds-custom--header__menu .cds-custom--header__menu-item.cds-custom--header__menu-item--current{background-color:var(--cds-custom-layer-selected)}.cds-custom--header__menu-title[aria-expanded=true]+.cds-custom--header__menu .cds-custom--header__menu-item.cds-custom--header__menu-item--current:hover{background-color:var(--cds-custom-layer-selected-hover)}.cds-custom--header__menu .cds-custom--header__menu-item{block-size:3rem}.cds-custom--header__menu-arrow{fill:var(--cds-custom-icon-secondary, #525252);margin-inline-start:.5rem;transition:transform .11s,fill .11s}.cds-custom--header__global{display:flex;flex:1 1 0%;justify-content:flex-end;block-size:100%}.cds-custom--skip-to-content{position:absolute;overflow:hidden;padding:0;border:0;margin:-1px;block-size:1px;clip:rect(0,0,0,0);inline-size:1px;visibility:inherit;white-space:nowrap}.cds-custom--skip-to-content:focus{z-index:9999;display:flex;align-items:center;padding:0 1rem;border:4px solid var(--cds-custom-focus, #0f62fe);background-color:var(--cds-custom-background, #ffffff);block-size:3rem;clip:auto;color:var(--cds-custom-text-secondary, #525252);inline-size:auto;inset-block-start:0;inset-inline-start:0;outline:none}.cds-custom--header-panel{position:fixed;z-index:8000;overflow:hidden;border:none;background-color:var(--cds-custom-layer);color:var(--cds-custom-text-secondary, #525252);inline-size:0;inset-block:3rem 0;inset-inline-end:0;transition:width .11s cubic-bezier(.2,0,1,.9);will-change:width}.cds-custom--header-panel--expanded{border-inline-end:1px solid var(--cds-custom-border-subtle);border-inline-start:1px solid var(--cds-custom-border-subtle);inline-size:16rem;overflow-y:auto}.cds-custom--side-nav{position:fixed;z-index:8000;overflow:hidden;background-color:var(--cds-custom-background, #ffffff);color:var(--cds-custom-text-secondary, #525252);inline-size:3rem;inset-block:0;inset-inline-start:0;max-inline-size:16rem;transition:inline-size .11s cubic-bezier(.2,0,1,.9),transform .11s cubic-bezier(.2,0,1,.9);will-change:inline-size}.cds-custom--side-nav--ux{inline-size:16rem;inset-block-start:3rem}@media (max-width: 65.98rem){.cds-custom--side-nav--ux{inline-size:0}}.cds-custom--side-nav--rail{inline-size:3rem}.cds-custom--side-nav--hidden{inline-size:0}.cds-custom--side-nav--expanded{inline-size:16rem}.cds-custom--side-nav__overlay{position:fixed;background-color:transparent;block-size:0;inline-size:0;inset-block-start:3rem;inset-inline-start:0;opacity:0;transition:opacity .3s cubic-bezier(.5,0,.1,1),background-color .3s cubic-bezier(.5,0,.1,1)}@media (max-width: 65.98rem){.cds-custom--side-nav__overlay-active{z-index:6000;background-color:var(--cds-custom-overlay, rgba(22, 22, 22, .5));block-size:100vh;inline-size:100vw;opacity:1;transition:opacity .3s cubic-bezier(.5,0,.1,1),background-color .3s cubic-bezier(.5,0,.1,1)}}.cds-custom--header~.cds-custom--side-nav{block-size:calc(100% - 48px);inset-block-start:3rem}.cds-custom--side-nav--fixed{inline-size:16rem}.cds-custom--side-nav--collapsed{inline-size:16rem;transform:translate(-16rem)}.cds-custom--side-nav__navigation{display:flex;flex-direction:column}.cds-custom--side-nav__items{box-sizing:border-box;padding:0;border:0;margin:0;font-family:inherit;font-size:100%;vertical-align:baseline}.cds-custom--side-nav__items *,.cds-custom--side-nav__items *:before,.cds-custom--side-nav__items *:after{box-sizing:inherit}.cds-custom--side-nav__items{overflow:hidden;flex:1 1 0%;padding:1rem 0 0}.cds-custom--side-nav:hover .cds-custom--side-nav__items,.cds-custom--side-nav--fixed .cds-custom--side-nav__items,.cds-custom--side-nav--expanded .cds-custom--side-nav__items,.cds-custom--side-nav--ux .cds-custom--side-nav__items{overflow-y:auto}.cds-custom--side-nav__item{overflow:hidden;block-size:auto;inline-size:auto}.cds-custom--side-nav--ux .cds-custom--side-nav__item{block-size:auto;inline-size:auto}.cds-custom--side-nav__item:not(.cds-custom--side-nav__item--active):hover .cds-custom--side-nav__item:not(.cds-custom--side-nav__item--active)>.cds-custom--side-nav__submenu:hover,.cds-custom--side-nav__item:not(.cds-custom--side-nav__item--active)>.cds-custom--side-nav__link:hover,.cds-custom--side-nav__menu a.cds-custom--side-nav__link:not(.cds-custom--side-nav__link--current):not([aria-current=page]):hover,.cds-custom--side-nav a.cds-custom--header__menu-item:hover,.cds-custom--side-nav .cds-custom--header__menu-title[aria-expanded=true]:hover{background-color:var(--cds-custom-background-hover, rgba(141, 141, 141, .12));color:var(--cds-custom-text-primary, #161616)}.cds-custom--side-nav__item:not(.cds-custom--side-nav__item--active)>.cds-custom--side-nav__link:hover>span,.cds-custom--side-nav__item:not(.cds-custom--side-nav__item--active) .cds-custom--side-nav__menu-item>.cds-custom--side-nav__link:hover>span{color:var(--cds-custom-text-primary, #161616)}.cds-custom--side-nav__item--large{block-size:auto}.cds-custom--side-nav__divider{margin:.5rem 1rem;background-color:var(--cds-custom-border-subtle);block-size:1px;list-style-type:none}.cds-custom--side-nav__divider hr{border:none}.cds-custom--side-nav__submenu{box-sizing:border-box;padding:0;border:0;margin:0;font-family:inherit;font-size:100%;vertical-align:baseline}.cds-custom--side-nav__submenu *,.cds-custom--side-nav__submenu *:before,.cds-custom--side-nav__submenu *:after{box-sizing:inherit}.cds-custom--side-nav__submenu{display:inline-block;padding:0;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;cursor:pointer;text-align:start;inline-size:100%}.cds-custom--side-nav__submenu::-moz-focus-inner{border:0}.cds-custom--side-nav__submenu{font-size:var(--cds-custom-heading-compact-01-font-size, .875rem);font-weight:var(--cds-custom-heading-compact-01-font-weight, 600);line-height:var(--cds-custom-heading-compact-01-line-height, 1.28572);letter-spacing:var(--cds-custom-heading-compact-01-letter-spacing, .16px);outline:2px solid transparent;outline-offset:-2px;display:flex;align-items:center;padding:0 1rem;block-size:2rem;color:var(--cds-custom-text-secondary, #525252);transition:color .11s,background-color .11s,outline .11s;-webkit-user-select:none;user-select:none}.cds-custom--side-nav__submenu:hover{background-color:var(--cds-custom-background-hover, rgba(141, 141, 141, .12));color:var(--cds-custom-text-primary, #161616)}.cds-custom--side-nav__submenu:focus{outline:2px solid var(--cds-custom-focus, #0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--side-nav__submenu:focus{outline-style:dotted}}.cds-custom--side-nav__submenu-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:start}.cds-custom--side-nav__icon.cds-custom--side-nav__submenu-chevron{display:flex;flex:1;justify-content:flex-end}.cds-custom--side-nav__submenu-chevron>svg{block-size:1rem;inline-size:1rem;transition:transform .11s}.cds-custom--side-nav__submenu[aria-expanded=true] .cds-custom--side-nav__submenu-chevron>svg{transform:rotate(180deg)}.cds-custom--side-nav__item--large .cds-custom--side-nav__submenu{block-size:3rem}.cds-custom--side-nav__item--active .cds-custom--side-nav__submenu:hover{background-color:var(--cds-custom-background-selected, rgba(141, 141, 141, .2));color:var(--cds-custom-text-primary, #161616)}.cds-custom--side-nav__item--active .cds-custom--side-nav__submenu[aria-expanded=false]{position:relative;background-color:var(--cds-custom-background-selected, rgba(141, 141, 141, .2));color:var(--cds-custom-text-primary, #161616)}.cds-custom--side-nav__item--active .cds-custom--side-nav__submenu[aria-expanded=false]:before{position:absolute;background-color:var(--cds-custom-border-interactive, #0f62fe);content:"";inline-size:3px;inset-block:0;inset-inline-start:0}.cds-custom--side-nav__item--active .cds-custom--side-nav__submenu-title{color:var(--cds-custom-text-primary, #161616);font-weight:600}.cds-custom--side-nav__item--active .cds-custom--side-nav__icon>svg{fill:var(--cds-custom-icon-primary, #161616)}.cds-custom--side-nav__menu{box-sizing:border-box;padding:0;border:0;margin:0;font-family:inherit;font-size:100%;vertical-align:baseline}.cds-custom--side-nav__menu *,.cds-custom--side-nav__menu *:before,.cds-custom--side-nav__menu *:after{box-sizing:inherit}.cds-custom--side-nav__menu{display:block;max-block-size:0;visibility:hidden}.cds-custom--side-nav__submenu[aria-expanded=true]+.cds-custom--side-nav__menu{max-block-size:93.75rem;visibility:inherit}.cds-custom--side-nav__menu a.cds-custom--side-nav__link{block-size:2rem;font-weight:400;min-block-size:2rem;padding-inline-start:2rem}.cds-custom--side-nav__item.cds-custom--side-nav__item--icon a.cds-custom--side-nav__link{padding-inline-start:4.5rem}.cds-custom--side-nav__menu a.cds-custom--side-nav__link--current,.cds-custom--side-nav__menu a.cds-custom--side-nav__link[aria-current=page],a.cds-custom--side-nav__link--current{background-color:var(--cds-custom-background-selected, rgba(141, 141, 141, .2))}.cds-custom--side-nav__menu a.cds-custom--side-nav__link--current>span,.cds-custom--side-nav__menu a.cds-custom--side-nav__link[aria-current=page]>span,a.cds-custom--side-nav__link--current>span{color:var(--cds-custom-text-primary, #161616);font-weight:600}a.cds-custom--side-nav__link,.cds-custom--side-nav a.cds-custom--header__menu-item,.cds-custom--side-nav .cds-custom--header__menu-title[aria-expanded=true]+.cds-custom--header__menu{outline:2px solid transparent;outline-offset:-2px;font-size:var(--cds-custom-heading-compact-01-font-size, .875rem);font-weight:var(--cds-custom-heading-compact-01-font-weight, 600);line-height:var(--cds-custom-heading-compact-01-line-height, 1.28572);letter-spacing:var(--cds-custom-heading-compact-01-letter-spacing, .16px);position:relative;display:flex;align-items:center;padding:0 1rem;min-block-size:2rem;text-decoration:none;transition:color .11s,background-color .11s,outline .11s}.cds-custom--side-nav__item--large a.cds-custom--side-nav__link{block-size:3rem}a.cds-custom--side-nav__link>.cds-custom--side-nav__link-text,.cds-custom--side-nav a.cds-custom--header__menu-item .cds-custom--text-truncate-end{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--cds-custom-text-secondary, #525252);font-size:.875rem;letter-spacing:.1px;line-height:1.25rem;-webkit-user-select:none;user-select:none}a.cds-custom--side-nav__link:focus,.cds-custom--side-nav a.cds-custom--header__menu-item:focus{outline:2px solid var(--cds-custom-focus, #0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){a.cds-custom--side-nav__link:focus,.cds-custom--side-nav a.cds-custom--header__menu-item:focus{outline-style:dotted}}a.cds-custom--side-nav__link[aria-current=page],a.cds-custom--side-nav__link--current{background-color:var(--cds-custom-background-selected, rgba(141, 141, 141, .2));font-weight:600}a.cds-custom--side-nav__link[aria-current=page] .cds-custom--side-nav__link-text,a.cds-custom--side-nav__link--current .cds-custom--side-nav__link-text{color:var(--cds-custom-text-primary, #161616)}a.cds-custom--side-nav__link[aria-current=page]:before,a.cds-custom--side-nav__link--current:before{position:absolute;background-color:var(--cds-custom-border-interactive, #0f62fe);content:"";inline-size:3px;inset-block:0;inset-inline-start:0}.cds-custom--side-nav__icon{display:flex;flex:0 0 1rem;align-items:center;justify-content:center}.cds-custom--side-nav__icon:not(.cds-custom--side-nav__submenu-chevron){margin-inline-end:1.5rem}.cds-custom--side-nav__icon>svg{block-size:1rem;fill:var(--cds-custom-icon-secondary, #525252);inline-size:1rem}.cds-custom--side-nav__icon>svg.cds-custom--side-nav-collapse-icon{display:none}.cds-custom--side-nav--expanded .cds-custom--side-nav__icon>svg.cds-custom--side-nav-expand-icon{display:none}.cds-custom--side-nav--expanded .cds-custom--side-nav__icon>svg.cds-custom--side-nav-collapse-icon{display:block}.cds-custom--side-nav--fixed a.cds-custom--side-nav__link,.cds-custom--side-nav--fixed .cds-custom--side-nav__submenu{padding-inline-start:1rem}.cds-custom--side-nav--fixed .cds-custom--side-nav__item:not(.cds-custom--side-nav__item--icon) .cds-custom--side-nav__menu a.cds-custom--side-nav__link{padding-inline-start:2rem}@media (max-width: 65.98rem){.cds-custom--side-nav .cds-custom--header__nav{display:block}}.cds-custom--side-nav__header-navigation{box-sizing:border-box;padding:0;border:0;margin:0;font-family:inherit;font-size:100%;vertical-align:baseline}.cds-custom--side-nav__header-navigation *,.cds-custom--side-nav__header-navigation *:before,.cds-custom--side-nav__header-navigation *:after{box-sizing:inherit}.cds-custom--side-nav__header-navigation{display:none}@media (max-width: 65.98rem){.cds-custom--side-nav__header-navigation{position:relative;display:block;margin-block-end:2rem}}.cds-custom--side-nav__header-divider:after{position:absolute;background:var(--cds-custom-border-subtle);block-size:.0625rem;content:"";inline-size:calc(100% - 32px);inset-block-end:-1rem;inset-inline-start:1rem}.cds-custom--side-nav a.cds-custom--header__menu-item{justify-content:space-between;color:var(--cds-custom-text-secondary, #525252);white-space:nowrap}.cds-custom--side-nav a.cds-custom--header__menu-item[aria-expanded=true]{background-color:transparent}.cds-custom--side-nav .cds-custom--header__menu-title[aria-expanded=true]+.cds-custom--header__menu{padding:0;background-color:transparent;box-shadow:none;inline-size:100%;inset-block-end:inherit;transform:none}.cds-custom--side-nav .cds-custom--header__menu-title[aria-expanded=true]+.cds-custom--header__menu li{inline-size:100%}.cds-custom--side-nav .cds-custom--header__menu-title[aria-expanded=true]+.cds-custom--header__menu a.cds-custom--header__menu-item{font-weight:400;padding-inline-start:4.25rem}.cds-custom--side-nav .cds-custom--header__menu-title[aria-expanded=true]+.cds-custom--header__menu a.cds-custom--header__menu-item:hover{background-color:var(--cds-custom-background-hover, rgba(141, 141, 141, .12));color:var(--cds-custom-text-primary, #161616)}.cds-custom--side-nav .cds-custom--header__menu-title[aria-expanded=true]+.cds-custom--header__menu a.cds-custom--header__menu-item--current:hover{background-color:var(--cds-custom-layer-selected-hover)}.cds-custom--side-nav .cds-custom--side-nav__header-navigation a.cds-custom--header__menu-item[aria-current=page]:after,.cds-custom--side-nav .cds-custom--side-nav__header-navigation .cds-custom--header__menu-item--current:after{block-size:calc(100% + 4px);inline-size:3px}.cds-custom--side-nav .cds-custom--header__menu a.cds-custom--header__menu-item{block-size:inherit}.cds-custom--side-nav a.cds-custom--header__menu-item:hover .cds-custom--header__menu-arrow,.cds-custom--side-nav a.cds-custom--header__menu-item:focus .cds-custom--header__menu-arrow,.cds-custom--side-nav .cds-custom--header__menu-arrow{fill:var(--cds-custom-icon-secondary, #525252)}.cds-custom--switcher{box-sizing:border-box;padding:0;border:0;margin:0;font-family:inherit;font-size:100%;vertical-align:baseline}.cds-custom--switcher *,.cds-custom--switcher *:before,.cds-custom--switcher *:after{box-sizing:inherit}.cds-custom--switcher{display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--cds-custom-text-secondary, #525252)}.cds-custom--switcher__item{block-size:2rem;inline-size:100%}.cds-custom--switcher__item:nth-child(1){margin-block-start:1rem}.cds-custom--switcher__item--divider{display:block;border:none;margin:.5rem 1rem;background:var(--cds-custom-border-subtle);block-size:1px;inline-size:14rem}.cds-custom--switcher__item-link{font-size:var(--cds-custom-heading-compact-01-font-size, .875rem);font-weight:var(--cds-custom-heading-compact-01-font-weight, 600);line-height:var(--cds-custom-heading-compact-01-line-height, 1.28572);letter-spacing:var(--cds-custom-heading-compact-01-letter-spacing, .16px);display:block;padding:.375rem 1rem;block-size:2rem;color:var(--cds-custom-text-secondary, #525252);text-decoration:none}.cds-custom--switcher__item-link:hover:not(.cds-custom--switcher__item-link--selected){background:var(--cds-custom-layer-hover);color:var(--cds-custom-text-primary, #161616);cursor:pointer}.cds-custom--switcher__item-link:focus{outline:2px solid var(--cds-custom-focus, #0f62fe);outline-offset:-2px}.cds-custom--switcher__item-link:active{background:var(--cds-custom-layer-active);color:var(--cds-custom-text-primary, #161616)}.cds-custom--switcher__item-link--selected{background:var(--cds-custom-layer-selected);color:var(--cds-custom-text-primary, #161616)}clabs-global-header-apaas,clabs-global-header-hybrid-ipaas{--cds-custom-ai-aura-end: rgba(0, 0, 0, 0);--cds-custom-ai-aura-hover-background: #333333;--cds-custom-ai-aura-hover-end: rgba(0, 0, 0, 0);--cds-custom-ai-aura-hover-start: rgba(69, 137, 255, .4);--cds-custom-ai-aura-start: rgba(69, 137, 255, .1);--cds-custom-ai-aura-start-sm: rgba(69, 137, 255, .16);--cds-custom-ai-border-end: #4589ff;--cds-custom-ai-border-start: rgba(166, 200, 255, .36);--cds-custom-ai-border-strong: #78a9ff;--cds-custom-ai-drop-shadow: rgba(0, 0, 0, .28);--cds-custom-ai-inner-shadow: rgba(69, 137, 255, .16);--cds-custom-ai-overlay: rgba(0, 0, 0, .5);--cds-custom-ai-popover-background: #161616;--cds-custom-ai-popover-caret-bottom: #4589ff;--cds-custom-ai-popover-caret-bottom-background: #202d45;--cds-custom-ai-popover-caret-bottom-background-actions: #1e283a;--cds-custom-ai-popover-caret-center: #4870b5;--cds-custom-ai-popover-shadow-outer-01: rgba(0, 0, 0, .12);--cds-custom-ai-popover-shadow-outer-02: rgba(0, 0, 0, .08);--cds-custom-ai-skeleton-background: rgba(120, 169, 255, .5);--cds-custom-ai-skeleton-element-background: rgba(120, 169, 255, .3);--cds-custom-background: #161616;--cds-custom-background-active: rgba(141, 141, 141, .4);--cds-custom-background-brand: #0f62fe;--cds-custom-background-hover: rgba(141, 141, 141, .16);--cds-custom-background-inverse: #f4f4f4;--cds-custom-background-inverse-hover: #e8e8e8;--cds-custom-background-selected: rgba(141, 141, 141, .24);--cds-custom-background-selected-hover: rgba(141, 141, 141, .32);--cds-custom-border-disabled: rgba(141, 141, 141, .5);--cds-custom-border-interactive: #4589ff;--cds-custom-border-inverse: #f4f4f4;--cds-custom-border-strong-01: #6f6f6f;--cds-custom-border-strong-02: #8d8d8d;--cds-custom-border-strong-03: #a8a8a8;--cds-custom-border-subtle-00: #393939;--cds-custom-border-subtle-01: #525252;--cds-custom-border-subtle-02: #6f6f6f;--cds-custom-border-subtle-03: #6f6f6f;--cds-custom-border-subtle-selected-01: #6f6f6f;--cds-custom-border-subtle-selected-02: #8d8d8d;--cds-custom-border-subtle-selected-03: #8d8d8d;--cds-custom-border-tile-01: #525252;--cds-custom-border-tile-02: #6f6f6f;--cds-custom-border-tile-03: #8d8d8d;--cds-custom-chat-avatar-agent: #c6c6c6;--cds-custom-chat-avatar-bot: #8d8d8d;--cds-custom-chat-avatar-user: #4589ff;--cds-custom-chat-bubble-agent: #262626;--cds-custom-chat-bubble-border: #525252;--cds-custom-chat-bubble-user: #393939;--cds-custom-chat-button: #78a9ff;--cds-custom-chat-button-active: rgba(141, 141, 141, .4);--cds-custom-chat-button-hover: rgba(141, 141, 141, .16);--cds-custom-chat-button-selected: rgba(141, 141, 141, .24);--cds-custom-chat-button-text-hover: #a6c8ff;--cds-custom-chat-button-text-selected: #c6c6c6;--cds-custom-chat-header-background: #262626;--cds-custom-chat-prompt-background: #161616;--cds-custom-chat-prompt-border-end: rgba(38, 38, 38, 0);--cds-custom-chat-prompt-border-start: #262626;--cds-custom-chat-shell-background: #262626;--cds-custom-field-01: #262626;--cds-custom-field-02: #393939;--cds-custom-field-03: #525252;--cds-custom-field-hover-01: #333333;--cds-custom-field-hover-02: #474747;--cds-custom-field-hover-03: #636363;--cds-custom-focus: #ffffff;--cds-custom-focus-inset: #161616;--cds-custom-focus-inverse: #0f62fe;--cds-custom-highlight: #001d6c;--cds-custom-icon-disabled: rgba(244, 244, 244, .25);--cds-custom-icon-interactive: #ffffff;--cds-custom-icon-inverse: #161616;--cds-custom-icon-on-color: #ffffff;--cds-custom-icon-on-color-disabled: rgba(255, 255, 255, .25);--cds-custom-icon-primary: #f4f4f4;--cds-custom-icon-secondary: #c6c6c6;--cds-custom-interactive: #4589ff;--cds-custom-layer-01: #262626;--cds-custom-layer-02: #393939;--cds-custom-layer-03: #525252;--cds-custom-layer-accent-01: #393939;--cds-custom-layer-accent-02: #525252;--cds-custom-layer-accent-03: #6f6f6f;--cds-custom-layer-accent-active-01: #6f6f6f;--cds-custom-layer-accent-active-02: #8d8d8d;--cds-custom-layer-accent-active-03: #393939;--cds-custom-layer-accent-hover-01: #474747;--cds-custom-layer-accent-hover-02: #636363;--cds-custom-layer-accent-hover-03: #5e5e5e;--cds-custom-layer-active-01: #525252;--cds-custom-layer-active-02: #6f6f6f;--cds-custom-layer-active-03: #8d8d8d;--cds-custom-layer-background-01: #161616;--cds-custom-layer-background-02: #262626;--cds-custom-layer-background-03: #393939;--cds-custom-layer-hover-01: #333333;--cds-custom-layer-hover-02: #474747;--cds-custom-layer-hover-03: #636363;--cds-custom-layer-selected-01: #393939;--cds-custom-layer-selected-02: #525252;--cds-custom-layer-selected-03: #6f6f6f;--cds-custom-layer-selected-disabled: #a8a8a8;--cds-custom-layer-selected-hover-01: #474747;--cds-custom-layer-selected-hover-02: #636363;--cds-custom-layer-selected-hover-03: #5e5e5e;--cds-custom-layer-selected-inverse: #f4f4f4;--cds-custom-link-inverse: #0f62fe;--cds-custom-link-inverse-active: #161616;--cds-custom-link-inverse-hover: #0043ce;--cds-custom-link-inverse-visited: #8a3ffc;--cds-custom-link-primary: #78a9ff;--cds-custom-link-primary-hover: #a6c8ff;--cds-custom-link-secondary: #a6c8ff;--cds-custom-link-visited: #be95ff;--cds-custom-overlay: rgba(0, 0, 0, .65);--cds-custom-shadow: rgba(0, 0, 0, .8);--cds-custom-skeleton-background: #292929;--cds-custom-skeleton-element: #393939;--cds-custom-support-caution-major: #ff832b;--cds-custom-support-caution-minor: #f1c21b;--cds-custom-support-caution-undefined: #a56eff;--cds-custom-support-error: #fa4d56;--cds-custom-support-error-inverse: #da1e28;--cds-custom-support-info: #4589ff;--cds-custom-support-info-inverse: #0043ce;--cds-custom-support-success: #42be65;--cds-custom-support-success-inverse: #24a148;--cds-custom-support-warning: #f1c21b;--cds-custom-support-warning-inverse: #f1c21b;--cds-custom-text-disabled: rgba(244, 244, 244, .25);--cds-custom-text-error: #ff8389;--cds-custom-text-helper: #a8a8a8;--cds-custom-text-inverse: #161616;--cds-custom-text-on-color: #ffffff;--cds-custom-text-on-color-disabled: rgba(255, 255, 255, .25);--cds-custom-text-placeholder: rgba(244, 244, 244, .4);--cds-custom-text-primary: #f4f4f4;--cds-custom-text-secondary: #c6c6c6;--cds-custom-toggle-off: #6f6f6f;--cds-custom-spacing-01: .125rem;--cds-custom-spacing-02: .25rem;--cds-custom-spacing-03: .5rem;--cds-custom-spacing-04: .75rem;--cds-custom-spacing-05: 1rem;--cds-custom-spacing-06: 1.5rem;--cds-custom-spacing-07: 2rem;--cds-custom-spacing-08: 2.5rem;--cds-custom-spacing-09: 3rem;--cds-custom-spacing-10: 4rem;--cds-custom-spacing-11: 5rem;--cds-custom-spacing-12: 6rem;--cds-custom-spacing-13: 10rem;--cds-custom-fluid-spacing-01: 0;--cds-custom-fluid-spacing-02: 2vw;--cds-custom-fluid-spacing-03: 5vw;--cds-custom-fluid-spacing-04: 10vw;--cds-custom-caption-01-font-size: .75rem;--cds-custom-caption-01-font-weight: 400;--cds-custom-caption-01-line-height: 1.33333;--cds-custom-caption-01-letter-spacing: .32px;--cds-custom-caption-02-font-size: .875rem;--cds-custom-caption-02-font-weight: 400;--cds-custom-caption-02-line-height: 1.28572;--cds-custom-caption-02-letter-spacing: .32px;--cds-custom-label-01-font-size: .75rem;--cds-custom-label-01-font-weight: 400;--cds-custom-label-01-line-height: 1.33333;--cds-custom-label-01-letter-spacing: .32px;--cds-custom-label-02-font-size: .875rem;--cds-custom-label-02-font-weight: 400;--cds-custom-label-02-line-height: 1.28572;--cds-custom-label-02-letter-spacing: .16px;--cds-custom-helper-text-01-font-size: .75rem;--cds-custom-helper-text-01-line-height: 1.33333;--cds-custom-helper-text-01-letter-spacing: .32px;--cds-custom-helper-text-02-font-size: .875rem;--cds-custom-helper-text-02-font-weight: 400;--cds-custom-helper-text-02-line-height: 1.28572;--cds-custom-helper-text-02-letter-spacing: .16px;--cds-custom-body-short-01-font-size: .875rem;--cds-custom-body-short-01-font-weight: 400;--cds-custom-body-short-01-line-height: 1.28572;--cds-custom-body-short-01-letter-spacing: .16px;--cds-custom-body-short-02-font-size: 1rem;--cds-custom-body-short-02-font-weight: 400;--cds-custom-body-short-02-line-height: 1.375;--cds-custom-body-short-02-letter-spacing: 0;--cds-custom-body-long-01-font-size: .875rem;--cds-custom-body-long-01-font-weight: 400;--cds-custom-body-long-01-line-height: 1.42857;--cds-custom-body-long-01-letter-spacing: .16px;--cds-custom-body-long-02-font-size: 1rem;--cds-custom-body-long-02-font-weight: 400;--cds-custom-body-long-02-line-height: 1.5;--cds-custom-body-long-02-letter-spacing: 0;--cds-custom-code-01-font-family: "IBM Plex Mono", system-ui, -apple-system, BlinkMacSystemFont, ".SFNSText-Regular", monospace;--cds-custom-code-01-font-size: .75rem;--cds-custom-code-01-font-weight: 400;--cds-custom-code-01-line-height: 1.33333;--cds-custom-code-01-letter-spacing: .32px;--cds-custom-code-02-font-family: "IBM Plex Mono", system-ui, -apple-system, BlinkMacSystemFont, ".SFNSText-Regular", monospace;--cds-custom-code-02-font-size: .875rem;--cds-custom-code-02-font-weight: 400;--cds-custom-code-02-line-height: 1.42857;--cds-custom-code-02-letter-spacing: .32px;--cds-custom-heading-01-font-size: .875rem;--cds-custom-heading-01-font-weight: 600;--cds-custom-heading-01-line-height: 1.42857;--cds-custom-heading-01-letter-spacing: .16px;--cds-custom-heading-02-font-size: 1rem;--cds-custom-heading-02-font-weight: 600;--cds-custom-heading-02-line-height: 1.5;--cds-custom-heading-02-letter-spacing: 0;--cds-custom-productive-heading-01-font-size: .875rem;--cds-custom-productive-heading-01-font-weight: 600;--cds-custom-productive-heading-01-line-height: 1.28572;--cds-custom-productive-heading-01-letter-spacing: .16px;--cds-custom-productive-heading-02-font-size: 1rem;--cds-custom-productive-heading-02-font-weight: 600;--cds-custom-productive-heading-02-line-height: 1.375;--cds-custom-productive-heading-02-letter-spacing: 0;--cds-custom-productive-heading-03-font-size: 1.25rem;--cds-custom-productive-heading-03-font-weight: 400;--cds-custom-productive-heading-03-line-height: 1.4;--cds-custom-productive-heading-03-letter-spacing: 0;--cds-custom-productive-heading-04-font-size: 1.75rem;--cds-custom-productive-heading-04-font-weight: 400;--cds-custom-productive-heading-04-line-height: 1.28572;--cds-custom-productive-heading-04-letter-spacing: 0;--cds-custom-productive-heading-05-font-size: 2rem;--cds-custom-productive-heading-05-font-weight: 400;--cds-custom-productive-heading-05-line-height: 1.25;--cds-custom-productive-heading-05-letter-spacing: 0;--cds-custom-productive-heading-06-font-size: 2.625rem;--cds-custom-productive-heading-06-font-weight: 300;--cds-custom-productive-heading-06-line-height: 1.199;--cds-custom-productive-heading-06-letter-spacing: 0;--cds-custom-productive-heading-07-font-size: 3.375rem;--cds-custom-productive-heading-07-font-weight: 300;--cds-custom-productive-heading-07-line-height: 1.19;--cds-custom-productive-heading-07-letter-spacing: 0;--cds-custom-expressive-paragraph-01-font-size: 1.5rem;--cds-custom-expressive-paragraph-01-font-weight: 300;--cds-custom-expressive-paragraph-01-line-height: 1.334;--cds-custom-expressive-paragraph-01-letter-spacing: 0;--cds-custom-expressive-heading-01-font-size: .875rem;--cds-custom-expressive-heading-01-font-weight: 600;--cds-custom-expressive-heading-01-line-height: 1.42857;--cds-custom-expressive-heading-01-letter-spacing: .16px;--cds-custom-expressive-heading-02-font-size: 1rem;--cds-custom-expressive-heading-02-font-weight: 600;--cds-custom-expressive-heading-02-line-height: 1.5;--cds-custom-expressive-heading-02-letter-spacing: 0;--cds-custom-expressive-heading-03-font-size: 1.25rem;--cds-custom-expressive-heading-03-font-weight: 400;--cds-custom-expressive-heading-03-line-height: 1.4;--cds-custom-expressive-heading-03-letter-spacing: 0;--cds-custom-expressive-heading-04-font-size: 1.75rem;--cds-custom-expressive-heading-04-font-weight: 400;--cds-custom-expressive-heading-04-line-height: 1.28572;--cds-custom-expressive-heading-04-letter-spacing: 0;--cds-custom-expressive-heading-05-font-size: 2rem;--cds-custom-expressive-heading-05-font-weight: 400;--cds-custom-expressive-heading-05-line-height: 1.25;--cds-custom-expressive-heading-05-letter-spacing: 0;--cds-custom-expressive-heading-06-font-size: 2rem;--cds-custom-expressive-heading-06-font-weight: 600;--cds-custom-expressive-heading-06-line-height: 1.25;--cds-custom-expressive-heading-06-letter-spacing: 0;--cds-custom-quotation-01-font-family: "IBM Plex Serif", system-ui, -apple-system, BlinkMacSystemFont, ".SFNSText-Regular", serif;--cds-custom-quotation-01-font-size: 1.25rem;--cds-custom-quotation-01-font-weight: 400;--cds-custom-quotation-01-line-height: 1.3;--cds-custom-quotation-01-letter-spacing: 0;--cds-custom-quotation-02-font-family: "IBM Plex Serif", system-ui, -apple-system, BlinkMacSystemFont, ".SFNSText-Regular", serif;--cds-custom-quotation-02-font-size: 2rem;--cds-custom-quotation-02-font-weight: 300;--cds-custom-quotation-02-line-height: 1.25;--cds-custom-quotation-02-letter-spacing: 0;--cds-custom-display-01-font-size: 2.625rem;--cds-custom-display-01-font-weight: 300;--cds-custom-display-01-line-height: 1.19;--cds-custom-display-01-letter-spacing: 0;--cds-custom-display-02-font-size: 2.625rem;--cds-custom-display-02-font-weight: 600;--cds-custom-display-02-line-height: 1.19;--cds-custom-display-02-letter-spacing: 0;--cds-custom-display-03-font-size: 2.625rem;--cds-custom-display-03-font-weight: 300;--cds-custom-display-03-line-height: 1.19;--cds-custom-display-03-letter-spacing: 0;--cds-custom-display-04-font-size: 2.625rem;--cds-custom-display-04-font-weight: 300;--cds-custom-display-04-line-height: 1.19;--cds-custom-display-04-letter-spacing: 0;--cds-custom-legal-01-font-size: .75rem;--cds-custom-legal-01-font-weight: 400;--cds-custom-legal-01-line-height: 1.33333;--cds-custom-legal-01-letter-spacing: .32px;--cds-custom-legal-02-font-size: .875rem;--cds-custom-legal-02-font-weight: 400;--cds-custom-legal-02-line-height: 1.28572;--cds-custom-legal-02-letter-spacing: .16px;--cds-custom-body-compact-01-font-size: .875rem;--cds-custom-body-compact-01-font-weight: 400;--cds-custom-body-compact-01-line-height: 1.28572;--cds-custom-body-compact-01-letter-spacing: .16px;--cds-custom-body-compact-02-font-size: 1rem;--cds-custom-body-compact-02-font-weight: 400;--cds-custom-body-compact-02-line-height: 1.375;--cds-custom-body-compact-02-letter-spacing: 0;--cds-custom-heading-compact-01-font-size: .875rem;--cds-custom-heading-compact-01-font-weight: 600;--cds-custom-heading-compact-01-line-height: 1.28572;--cds-custom-heading-compact-01-letter-spacing: .16px;--cds-custom-heading-compact-02-font-size: 1rem;--cds-custom-heading-compact-02-font-weight: 600;--cds-custom-heading-compact-02-line-height: 1.375;--cds-custom-heading-compact-02-letter-spacing: 0;--cds-custom-body-01-font-size: .875rem;--cds-custom-body-01-font-weight: 400;--cds-custom-body-01-line-height: 1.42857;--cds-custom-body-01-letter-spacing: .16px;--cds-custom-body-02-font-size: 1rem;--cds-custom-body-02-font-weight: 400;--cds-custom-body-02-line-height: 1.5;--cds-custom-body-02-letter-spacing: 0;--cds-custom-heading-03-font-size: 1.25rem;--cds-custom-heading-03-font-weight: 400;--cds-custom-heading-03-line-height: 1.4;--cds-custom-heading-03-letter-spacing: 0;--cds-custom-heading-04-font-size: 1.75rem;--cds-custom-heading-04-font-weight: 400;--cds-custom-heading-04-line-height: 1.28572;--cds-custom-heading-04-letter-spacing: 0;--cds-custom-heading-05-font-size: 2rem;--cds-custom-heading-05-font-weight: 400;--cds-custom-heading-05-line-height: 1.25;--cds-custom-heading-05-letter-spacing: 0;--cds-custom-heading-06-font-size: 2.625rem;--cds-custom-heading-06-font-weight: 300;--cds-custom-heading-06-line-height: 1.199;--cds-custom-heading-06-letter-spacing: 0;--cds-custom-heading-07-font-size: 3.375rem;--cds-custom-heading-07-font-weight: 300;--cds-custom-heading-07-line-height: 1.19;--cds-custom-heading-07-letter-spacing: 0;--cds-custom-fluid-heading-03-font-size: 1.25rem;--cds-custom-fluid-heading-03-font-weight: 400;--cds-custom-fluid-heading-03-line-height: 1.4;--cds-custom-fluid-heading-03-letter-spacing: 0;--cds-custom-fluid-heading-04-font-size: 1.75rem;--cds-custom-fluid-heading-04-font-weight: 400;--cds-custom-fluid-heading-04-line-height: 1.28572;--cds-custom-fluid-heading-04-letter-spacing: 0;--cds-custom-fluid-heading-05-font-size: 2rem;--cds-custom-fluid-heading-05-font-weight: 400;--cds-custom-fluid-heading-05-line-height: 1.25;--cds-custom-fluid-heading-05-letter-spacing: 0;--cds-custom-fluid-heading-06-font-size: 2rem;--cds-custom-fluid-heading-06-font-weight: 600;--cds-custom-fluid-heading-06-line-height: 1.25;--cds-custom-fluid-heading-06-letter-spacing: 0;--cds-custom-fluid-paragraph-01-font-size: 1.5rem;--cds-custom-fluid-paragraph-01-font-weight: 300;--cds-custom-fluid-paragraph-01-line-height: 1.334;--cds-custom-fluid-paragraph-01-letter-spacing: 0;--cds-custom-fluid-quotation-01-font-family: "IBM Plex Serif", system-ui, -apple-system, BlinkMacSystemFont, ".SFNSText-Regular", serif;--cds-custom-fluid-quotation-01-font-size: 1.25rem;--cds-custom-fluid-quotation-01-font-weight: 400;--cds-custom-fluid-quotation-01-line-height: 1.3;--cds-custom-fluid-quotation-01-letter-spacing: 0;--cds-custom-fluid-quotation-02-font-family: "IBM Plex Serif", system-ui, -apple-system, BlinkMacSystemFont, ".SFNSText-Regular", serif;--cds-custom-fluid-quotation-02-font-size: 2rem;--cds-custom-fluid-quotation-02-font-weight: 300;--cds-custom-fluid-quotation-02-line-height: 1.25;--cds-custom-fluid-quotation-02-letter-spacing: 0;--cds-custom-fluid-display-01-font-size: 2.625rem;--cds-custom-fluid-display-01-font-weight: 300;--cds-custom-fluid-display-01-line-height: 1.19;--cds-custom-fluid-display-01-letter-spacing: 0;--cds-custom-fluid-display-02-font-size: 2.625rem;--cds-custom-fluid-display-02-font-weight: 600;--cds-custom-fluid-display-02-line-height: 1.19;--cds-custom-fluid-display-02-letter-spacing: 0;--cds-custom-fluid-display-03-font-size: 2.625rem;--cds-custom-fluid-display-03-font-weight: 300;--cds-custom-fluid-display-03-line-height: 1.19;--cds-custom-fluid-display-03-letter-spacing: 0;--cds-custom-fluid-display-04-font-size: 2.625rem;--cds-custom-fluid-display-04-font-weight: 300;--cds-custom-fluid-display-04-line-height: 1.19;--cds-custom-fluid-display-04-letter-spacing: 0;--cds-custom-button-separator: #161616;--cds-custom-button-primary: #0f62fe;--cds-custom-button-secondary: #6f6f6f;--cds-custom-button-tertiary: #ffffff;--cds-custom-button-danger-primary: #da1e28;--cds-custom-button-danger-secondary: #fa4d56;--cds-custom-button-danger-active: #750e13;--cds-custom-button-primary-active: #002d9c;--cds-custom-button-secondary-active: #393939;--cds-custom-button-tertiary-active: #c6c6c6;--cds-custom-button-danger-hover: #b81921;--cds-custom-button-primary-hover: #0050e6;--cds-custom-button-secondary-hover: #5e5e5e;--cds-custom-button-tertiary-hover: #f4f4f4;--cds-custom-button-disabled: rgba(141, 141, 141, .3)}@media screen and (-ms-high-contrast: active),(forced-colors: active){clabs-global-header-apaas,clabs-global-header-hybrid-ipaas{--cds-custom-icon-primary: ButtonText;--cds-custom-icon-secondary: ButtonText;--cds-custom-icon-interactive: ButtonText;--cds-custom-icon-disabled: GrayText;--cds-custom-icon-on-color-disabled: GrayText;--cds-custom-icon-inverse: SelectedItemText;--cds-custom-icon-on-color: SelectedItemText;--cds-custom-button-disabled: GrayText;--cds-custom-interactive: ButtonText;--cds-custom-link-primary: LinkText;--cds-custom-link-primary-hover: LinkText;--cds-custom-link-secondary: LinkText;--cds-custom-link-inverse: SelectedItemText;--cds-custom-link-inverse-hover: SelectedItemText;--cds-custom-link-inverse-visited: SelectedItemText;--cds-custom-link-visited: VisitedText;--cds-custom-background-selected: SelectedItem;--cds-custom-background-selected-hover: SelectedItem;--cds-custom-background-inverse: SelectedItem;--cds-custom-layer-selected-inverse: SelectedItem}}clabs-global-header-apaas,clabs-global-header-hybrid-ipaas{--cds-custom-layer: var(--cds-custom-layer-01, #f4f4f4);--cds-custom-layer-active: var(--cds-custom-layer-active-01, #c6c6c6);--cds-custom-layer-background: var(--cds-custom-layer-background-01, #ffffff);--cds-custom-layer-hover: var(--cds-custom-layer-hover-01, #e8e8e8);--cds-custom-layer-selected: var(--cds-custom-layer-selected-01, #e0e0e0);--cds-custom-layer-selected-hover: var(--cds-custom-layer-selected-hover-01, #d1d1d1);--cds-custom-layer-accent: var(--cds-custom-layer-accent-01, #e0e0e0);--cds-custom-layer-accent-hover: var(--cds-custom-layer-accent-hover-01, #d1d1d1);--cds-custom-layer-accent-active: var(--cds-custom-layer-accent-active-01, #a8a8a8);--cds-custom-field: var(--cds-custom-field-01, #f4f4f4);--cds-custom-field-hover: var(--cds-custom-field-hover-01, #e8e8e8);--cds-custom-border-subtle: var(--cds-custom-border-subtle-00, #e0e0e0);--cds-custom-border-subtle-selected: var(--cds-custom-border-subtle-selected-01, #c6c6c6);--cds-custom-border-strong: var(--cds-custom-border-strong-01, #8d8d8d);--cds-custom-border-tile: var(--cds-custom-border-tile-01, #c6c6c6)}.ibm-automation-cds__header{z-index:8050}.ibm-automation-cds__header-name{margin:0 0 0 -.5rem}.ibm-automation-cds__capability-name{overflow:hidden;color:var(--cds-custom-text-primary);font-weight:400;margin-inline-end:1.5rem;text-overflow:ellipsis;white-space:nowrap}.ibm-automation-cds__product-type{white-space:nowrap}.ibm-automation-cds__global{display:flex;flex:1 1 0%;justify-content:flex-end;block-size:100%}.automation-global-header__popover__section{position:relative;padding:1rem}.automation-global-header__popover__section:not(:last-child):after{position:absolute;border-block-end:1px solid #393939;content:"";inline-size:100%;inset-block-end:0;inset-inline-start:0}.automation--header__popover__header{display:flex;flex-wrap:nowrap}.automation--header__popover__profile__header__title{font-size:var(--cds-custom-productive-heading-03-font-size, 1.25rem);font-weight:var(--cds-custom-productive-heading-03-font-weight, 400);line-height:var(--cds-custom-productive-heading-03-line-height, 1.4);letter-spacing:var(--cds-custom-productive-heading-03-letter-spacing, 0);line-height:1.2;margin-block-end:.25rem}.automation--header__popover__profile__header__title,.automation--header__popover__profile__header__email{display:block;inline-size:189px;word-wrap:break-word}.automation-global-header__horizontal_section{border:.25px solid #393939;margin-inline:.5rem}.automation-global-header__name_section{margin-inline-start:1rem}.automation-global-header__console_lnk_section,.automation-global-header__usr_management_lnk_section{padding:0}.automation-global-header__popover__link-item a{text-decoration:none}.automation-global-header__popover__section ul,.automation-global-header__profile_footer ul{padding:0;margin:0}.automation-global-header__popover__section ul li,.automation-global-header__profile_footer ul li{list-style-position:inside;list-style-type:none}.automation-global-header__popover__link{font-size:var(--cds-custom-body-short-01-font-size, .875rem);font-weight:var(--cds-custom-body-short-01-font-weight, 400);line-height:var(--cds-custom-body-short-01-line-height, 1.28572);letter-spacing:var(--cds-custom-body-short-01-letter-spacing, .16px);display:flex;padding:1rem;color:#fff;text-decoration:none;transition:background-color .11s,color .11s}.automation-global-header__popover__link svg{block-size:100%}.automation-global-header__popover__link .link_icon{margin-inline-end:.5rem}.automation-global-header__popover__link:hover{background-color:#353535}.automation-global-header__popover__link:hover .launch_icon{opacity:1}.automation-global-header__popover__link .link_text{margin:auto 0}.automation-global-header__popover__link .launch_icon{margin-inline-start:auto;opacity:0}.automation--header__popover__profile__header__email{font-size:var(--cds-custom-label-01-font-size, .75rem);font-weight:var(--cds-custom-label-01-font-weight, 400);line-height:var(--cds-custom-label-01-line-height, 1.33333);letter-spacing:var(--cds-custom-label-01-letter-spacing, .32px);color:#c6c6c6}.automation-global-header__instance_details{margin:1rem}.automation-global-header__title-bar__label{font-size:var(--cds-custom-label-01-font-size, .75rem);font-weight:var(--cds-custom-label-01-font-weight, 400);line-height:var(--cds-custom-label-01-line-height, 1.33333);letter-spacing:var(--cds-custom-label-01-letter-spacing, .32px);color:#c6c6c6;margin-block-end:.25rem}.automation-global-header__title-bar__text{font-size:var(--cds-custom-expressive-heading-01-font-size, .875rem);font-weight:var(--cds-custom-expressive-heading-01-font-weight, 600);line-height:var(--cds-custom-expressive-heading-01-line-height, 1.42857);letter-spacing:var(--cds-custom-expressive-heading-01-letter-spacing, .16px);font-weight:400}.automation-global-header__title-bar__text:not(:last-child){margin-block-end:1rem}.automation-global-header__popover__profile__footer__logout{color:#fff!important}.automation-global-header__popover__link-item cds-button{inline-size:100%}.automation-global-header__popover__link-item cds-button::part(button){padding:0;inline-size:100%}.automation-global-header__popover__link-item cds-button .automation-global-header__popover__link{inline-size:100%}cds-custom-header-global-action.mcsp-header-user-profile{display:flex;block-size:48px;inline-size:48px}cds-custom-header-global-action clabs-global-header-user-profile-image{inline-size:100%}.ibm-automation-cds__help-menu{list-style:none}.ibm-automation-cds__help-menu svg{fill:#fff}.ibm-automation-cds__help-menu ul{transform:translate(calc(3rem - 100%)) translateY(100%)!important}.ibm-automation-cds__help-menu .ibm-automation-cds--text-truncate--end{display:flex;justify-content:space-between;inline-size:320px}.ibm-automation-cds__help-menu .ibm-automation-cds--header__menu-item{padding:12px;block-size:47px}.automation-global-header__notification svg{fill:#fff}.automation-global-header__notification svg circle{fill:#d61f28}cds-custom-header-global-action.mcsp-header-user-profile>div{border-radius:50%;margin:7px;background-color:#1192e8;block-size:32px;inline-size:32px}cds-custom-header-global-action.mcsp-header-user-profile>div svg{margin:6px}.automation-global-header__divider:before{display:block;background-color:var(--cds-custom-border-subtle);block-size:2.5rem;content:"";inline-size:.0625rem;transform:translateY(.25rem)}.automation--header__group{position:relative;display:flex}.automation-global-header--popover-content-container .ibm-automation-cds--popover span{display:none!important}.automation-global-header--popover-content-container .ibm-automation-cds--popover .ibm-automation-cds--popover-caret{display:none!important}.ibm-automation-cds--custom-header__nav{display:block!important}.ibm-automation-cds--header__global .ibm-automation-cds--popover span{display:none!important}.c4p--user-profile-image--light{color:#000}.automation-global-header__trial-menu__counting-box-alert{background-image:linear-gradient(135deg,#161616,#161616),linear-gradient(135deg,#fa4d56,#fa4d56)}.automation-global-header__trial-menu{color:#f4f4f4}.automation-global-header__trial-menu::part(button){display:flex;align-items:center;padding:0 .75rem;inline-size:fit-content}.automation-global-header__trial-menu p{font-size:var(--cds-custom-label-01-font-size, .75rem);font-weight:var(--cds-custom-label-01-font-weight, 400);line-height:var(--cds-custom-label-01-line-height, 1.33333);letter-spacing:var(--cds-custom-label-01-letter-spacing, .32px)}.automation-global-header__trial-menu .trial-label{color:#f4f4f4;padding-inline-start:5px;text-align:center;white-space:nowrap}.automation-global-header__trial-menu .automation-global-header__trial-menu__counting-box{border:1px solid transparent;border-radius:.125rem;background-clip:padding-box,border-box;background-image:linear-gradient(135deg,#161616,#161616),linear-gradient(135deg,#0043ce,#be95ff);background-origin:padding-box,border-box;block-size:1.25rem;color:#f4f4f4;font-size:14px;font-weight:600;min-inline-size:1rem;text-align:center}.automation-global-header__trial-menu .automation-global-header__trial-menu__counting-box-alert{background-image:linear-gradient(135deg,#161616,#161616),linear-gradient(135deg,#fa4d56,#fa4d56)}.automation-global-header__trial-menu:hover .automation-global-header__trial-menu__counting-box{background-image:linear-gradient(135deg,#353535,#353535),linear-gradient(135deg,#0043ce,#be95ff)!important}.automation-global-header__trial-menu:hover .automation-global-header__trial-menu__counting-box-alert{background-image:linear-gradient(135deg,#353535,#353535),linear-gradient(135deg,#fa4d56,#fa4d56)!important}.ibm-automation-cds--header__action:hover{background-color:#393939}.ibm-automation-cds--btn.ibm-automation-cds--btn--icon-only.ibm-automation-cds--header__action svg{fill:#fff}@media (forced-colors: active){.ibm-automation-cds--btn.ibm-automation-cds--btn--icon-only.ibm-automation-cds--header__action svg{fill:#fff}}@media (forced-colors: active) and (-ms-high-contrast: black-on-white){.ibm-automation-cds--btn.ibm-automation-cds--btn--icon-only.ibm-automation-cds--header__action svg{fill:#000}}@media (forced-colors: active) and (-ms-high-contrast: white-on-black){.ibm-automation-cds--btn.ibm-automation-cds--btn--icon-only.ibm-automation-cds--header__action svg{fill:#fff}}.automation-global-header__switcher{border:0!important;block-size:max-content;inline-size:max-content;min-block-size:max-content}.c4p--notifications-panel__container{border:0;block-size:max-content;min-block-size:max-content}.automation-header__tooltip{position:absolute;color:#fff;inline-size:16rem;inset-block-start:0;inset-inline-end:0;transform:translate(40px)}.automation-header__tooltip-body{padding:1rem;border-radius:3px;background-color:#393939;box-shadow:0 5px 5px #0000004d}.automation-header__tooltip-body :last-child{margin-block-end:0}.automation-global-header__tooltip-description{font-size:14px;line-height:1.25rem;margin-block-end:1rem}.automation-global-header__tooltip-links{margin-block-end:1rem}.automation-global-header__tooltip-links .automation-global-header__tooltip-link{display:block;padding:6px 15px;color:#78a9ff;margin-block-end:.25rem;margin-inline-start:-1rem}.automation-global-header__tooltip-links .automation-global-header__tooltip-link svg{fill:#78a9ff}.automation-global-header__tooltip-links .automation-global-header__tooltip-link:hover{background-color:#0000;text-decoration:underline}.automation-global-header__trial-button{display:inline-block}.automation-global-header__trial-button .buttons{display:flex;padding:6px 15px;background:#0f62fe;color:#fff}.automation-global-header__trial-button .button-icon{display:flex;margin-inline-start:20px}.automation-global-header__trial-button:hover{text-decoration:none}.automation-global-header--popover-content-container .ibm-automation-cds--popover span{display:none}.automation-global-header--popover-content-container .ibm-automation-cds--popover .ibm-automation-cds--popover-content{font-size:var(--cds-custom-body-01-font-size, .875rem);font-weight:var(--cds-custom-body-01-font-weight, 400);line-height:var(--cds-custom-body-01-line-height, 1.42857);letter-spacing:var(--cds-custom-body-01-letter-spacing, .16px);padding:.125rem .5rem;background-color:#393939;color:#fff}.automation-global-header--popover-content-container .ibm-automation-cds--popover .ibm-automation-cds--popover-caret{display:none}.automation-global-header__switcher{border:0!important;block-size:max-content;color:#a8a8a8;inline-size:max-content;min-block-size:max-content}.automation-global-header__switcher-menu{display:inline-block;block-size:47px;color:#a8a8a8;list-style-type:none;min-inline-size:12rem!important}.automation-global-header__switcher-menu-item-title{display:flex;align-items:flex-end;justify-content:space-between}.automation-global-header__switcher-menu-item-title span{overflow:hidden;margin-inline-end:1.5rem;max-inline-size:224px;text-overflow:ellipsis;white-space:nowrap}.automation-global-header__switcher-menu-item-title-hidden-checkmark{visibility:hidden}.automation-global-header__switcher-menu-item-title-icons-left{display:flex}.automation-global-header__switcher-menu-item-title-icons-left div{margin-inline-end:1rem}.automation-global-header__switcher-menu-item-title-icons-left span{overflow:hidden;margin-inline-end:1rem;max-inline-size:224px;text-overflow:ellipsis;white-space:nowrap}.automation-global-header__switcher-menu-item>span{overflow:hidden;max-inline-size:224px;text-overflow:ellipsis;white-space:nowrap}.automation-global-header__switcher-menu-disabled{pointer-events:none}.automation-global-header__switcher-menu.hybrid-ipaas .cds--header__menu-item+.cds--header__menu-title[aria-expanded=false]{inline-size:100%!important;min-inline-size:15rem!important}.automation-global-header__switcher-menu-group-title{display:flex;align-items:center;justify-content:space-between;block-size:47px;color:#f4f4f4;margin-inline-start:1rem;pointer-events:none;font-size:var(--cds-custom-heading-compact-01-font-size, .875rem);font-weight:var(--cds-custom-heading-compact-01-font-weight, 600);line-height:var(--cds-custom-heading-compact-01-line-height, 1.28572);letter-spacing:var(--cds-custom-heading-compact-01-letter-spacing, .16px)}cds-custom-header-menu::part(menu-body){inline-size:100%!important;max-block-size:calc(100vh - 47px);min-inline-size:15rem!important;overflow-x:hidden}cds-custom-header-menu::part(trigger){display:flex!important;overflow:hidden;flex-direction:row!important;flex-wrap:nowrap!important;align-items:center!important;justify-content:space-between!important;max-inline-size:224px;text-overflow:ellipsis;white-space:nowrap}cds-custom-header-menu-item:nth-last-child(2){border-block-end:1px solid #393939}/**
|
|
6359
|
+
const td = `.cds-custom--layout--size-xs{--cds-custom-layout-size-height-context: var(--cds-custom-layout-size-height-xs, 1.5rem);--cds-custom-layout-size-height: var(--cds-custom-layout-size-height-context)}.cds-custom--layout-constraint--size__default-xs{--cds-custom-layout-size-height: var(--cds-custom-layout-size-height-context, var(--cds-custom-layout-size-height-xs, 1.5rem))}.cds-custom--layout-constraint--size__min-xs{--cds-custom-layout-size-height-min: var(--cds-custom-layout-size-height-xs, 1.5rem)}.cds-custom--layout-constraint--size__max-xs{--cds-custom-layout-size-height-max: var(--cds-custom-layout-size-height-xs, 1.5rem)}.cds-custom--layout--size-sm{--cds-custom-layout-size-height-context: var(--cds-custom-layout-size-height-sm, 2rem);--cds-custom-layout-size-height: var(--cds-custom-layout-size-height-context)}.cds-custom--layout-constraint--size__default-sm{--cds-custom-layout-size-height: var(--cds-custom-layout-size-height-context, var(--cds-custom-layout-size-height-sm, 2rem))}.cds-custom--layout-constraint--size__min-sm{--cds-custom-layout-size-height-min: var(--cds-custom-layout-size-height-sm, 2rem)}.cds-custom--layout-constraint--size__max-sm{--cds-custom-layout-size-height-max: var(--cds-custom-layout-size-height-sm, 2rem)}.cds-custom--layout--size-md{--cds-custom-layout-size-height-context: var(--cds-custom-layout-size-height-md, 2.5rem);--cds-custom-layout-size-height: var(--cds-custom-layout-size-height-context)}.cds-custom--layout-constraint--size__default-md{--cds-custom-layout-size-height: var(--cds-custom-layout-size-height-context, var(--cds-custom-layout-size-height-md, 2.5rem))}.cds-custom--layout-constraint--size__min-md{--cds-custom-layout-size-height-min: var(--cds-custom-layout-size-height-md, 2.5rem)}.cds-custom--layout-constraint--size__max-md{--cds-custom-layout-size-height-max: var(--cds-custom-layout-size-height-md, 2.5rem)}.cds-custom--layout--size-lg{--cds-custom-layout-size-height-context: var(--cds-custom-layout-size-height-lg, 3rem);--cds-custom-layout-size-height: var(--cds-custom-layout-size-height-context)}.cds-custom--layout-constraint--size__default-lg{--cds-custom-layout-size-height: var(--cds-custom-layout-size-height-context, var(--cds-custom-layout-size-height-lg, 3rem))}.cds-custom--layout-constraint--size__min-lg{--cds-custom-layout-size-height-min: var(--cds-custom-layout-size-height-lg, 3rem)}.cds-custom--layout-constraint--size__max-lg{--cds-custom-layout-size-height-max: var(--cds-custom-layout-size-height-lg, 3rem)}.cds-custom--layout--size-xl{--cds-custom-layout-size-height-context: var(--cds-custom-layout-size-height-xl, 4rem);--cds-custom-layout-size-height: var(--cds-custom-layout-size-height-context)}.cds-custom--layout-constraint--size__default-xl{--cds-custom-layout-size-height: var(--cds-custom-layout-size-height-context, var(--cds-custom-layout-size-height-xl, 4rem))}.cds-custom--layout-constraint--size__min-xl{--cds-custom-layout-size-height-min: var(--cds-custom-layout-size-height-xl, 4rem)}.cds-custom--layout-constraint--size__max-xl{--cds-custom-layout-size-height-max: var(--cds-custom-layout-size-height-xl, 4rem)}.cds-custom--layout--size-2xl{--cds-custom-layout-size-height-context: var(--cds-custom-layout-size-height-2xl, 5rem);--cds-custom-layout-size-height: var(--cds-custom-layout-size-height-context)}.cds-custom--layout-constraint--size__default-2xl{--cds-custom-layout-size-height: var(--cds-custom-layout-size-height-context, var(--cds-custom-layout-size-height-2xl, 5rem))}.cds-custom--layout-constraint--size__min-2xl{--cds-custom-layout-size-height-min: var(--cds-custom-layout-size-height-2xl, 5rem)}.cds-custom--layout-constraint--size__max-2xl{--cds-custom-layout-size-height-max: var(--cds-custom-layout-size-height-2xl, 5rem)}.cds-custom--layout--density-condensed{--cds-custom-layout-density-padding-inline-context: var(--cds-custom-layout-density-padding-inline-condensed, .5rem);--cds-custom-layout-density-padding-inline: var(--cds-custom-layout-density-padding-inline-context)}.cds-custom--layout-constraint--density__default-condensed{--cds-custom-layout-density-padding-inline: var(--cds-custom-layout-density-padding-inline-context, var(--cds-custom-layout-density-padding-inline-condensed, .5rem))}.cds-custom--layout-constraint--density__min-condensed{--cds-custom-layout-density-padding-inline-min: var(--cds-custom-layout-density-padding-inline-condensed, .5rem)}.cds-custom--layout-constraint--density__max-condensed{--cds-custom-layout-density-padding-inline-max: var(--cds-custom-layout-density-padding-inline-condensed, .5rem)}.cds-custom--layout--density-normal{--cds-custom-layout-density-padding-inline-context: var(--cds-custom-layout-density-padding-inline-normal, 1rem);--cds-custom-layout-density-padding-inline: var(--cds-custom-layout-density-padding-inline-context)}.cds-custom--layout-constraint--density__default-normal{--cds-custom-layout-density-padding-inline: var(--cds-custom-layout-density-padding-inline-context, var(--cds-custom-layout-density-padding-inline-normal, 1rem))}.cds-custom--layout-constraint--density__min-normal{--cds-custom-layout-density-padding-inline-min: var(--cds-custom-layout-density-padding-inline-normal, 1rem)}.cds-custom--layout-constraint--density__max-normal{--cds-custom-layout-density-padding-inline-max: var(--cds-custom-layout-density-padding-inline-normal, 1rem)}:root{--cds-custom-layout-size-height-xs: 1.5rem;--cds-custom-layout-size-height-sm: 2rem;--cds-custom-layout-size-height-md: 2.5rem;--cds-custom-layout-size-height-lg: 3rem;--cds-custom-layout-size-height-xl: 4rem;--cds-custom-layout-size-height-2xl: 5rem;--cds-custom-layout-size-height-min: 0px;--cds-custom-layout-size-height-max: 999999999px;--cds-custom-layout-density-padding-inline-condensed: .5rem;--cds-custom-layout-density-padding-inline-normal: 1rem;--cds-custom-layout-density-padding-inline-min: 0px;--cds-custom-layout-density-padding-inline-max: 999999999px}:root{--cds-custom-layer: var(--cds-custom-layer-01, #f4f4f4);--cds-custom-layer-active: var(--cds-custom-layer-active-01, #c6c6c6);--cds-custom-layer-background: var(--cds-custom-layer-background-01, #ffffff);--cds-custom-layer-hover: var(--cds-custom-layer-hover-01, #e8e8e8);--cds-custom-layer-selected: var(--cds-custom-layer-selected-01, #e0e0e0);--cds-custom-layer-selected-hover: var(--cds-custom-layer-selected-hover-01, #d1d1d1);--cds-custom-layer-accent: var(--cds-custom-layer-accent-01, #e0e0e0);--cds-custom-layer-accent-hover: var(--cds-custom-layer-accent-hover-01, #d1d1d1);--cds-custom-layer-accent-active: var(--cds-custom-layer-accent-active-01, #a8a8a8);--cds-custom-field: var(--cds-custom-field-01, #f4f4f4);--cds-custom-field-hover: var(--cds-custom-field-hover-01, #e8e8e8);--cds-custom-border-subtle: var(--cds-custom-border-subtle-00, #e0e0e0);--cds-custom-border-subtle-selected: var(--cds-custom-border-subtle-selected-01, #c6c6c6);--cds-custom-border-strong: var(--cds-custom-border-strong-01, #8d8d8d);--cds-custom-border-tile: var(--cds-custom-border-tile-01, #c6c6c6)}.cds-custom--layer-one{--cds-custom-layer: var(--cds-custom-layer-01, #f4f4f4);--cds-custom-layer-active: var(--cds-custom-layer-active-01, #c6c6c6);--cds-custom-layer-background: var(--cds-custom-layer-background-01, #ffffff);--cds-custom-layer-hover: var(--cds-custom-layer-hover-01, #e8e8e8);--cds-custom-layer-selected: var(--cds-custom-layer-selected-01, #e0e0e0);--cds-custom-layer-selected-hover: var(--cds-custom-layer-selected-hover-01, #d1d1d1);--cds-custom-layer-accent: var(--cds-custom-layer-accent-01, #e0e0e0);--cds-custom-layer-accent-hover: var(--cds-custom-layer-accent-hover-01, #d1d1d1);--cds-custom-layer-accent-active: var(--cds-custom-layer-accent-active-01, #a8a8a8);--cds-custom-field: var(--cds-custom-field-01, #f4f4f4);--cds-custom-field-hover: var(--cds-custom-field-hover-01, #e8e8e8);--cds-custom-border-subtle: var(--cds-custom-border-subtle-00, #e0e0e0);--cds-custom-border-subtle-selected: var(--cds-custom-border-subtle-selected-01, #c6c6c6);--cds-custom-border-strong: var(--cds-custom-border-strong-01, #8d8d8d);--cds-custom-border-tile: var(--cds-custom-border-tile-01, #c6c6c6)}.cds-custom--layer-two{--cds-custom-layer: var(--cds-custom-layer-02, #ffffff);--cds-custom-layer-active: var(--cds-custom-layer-active-02, #c6c6c6);--cds-custom-layer-background: var(--cds-custom-layer-background-02, #f4f4f4);--cds-custom-layer-hover: var(--cds-custom-layer-hover-02, #e8e8e8);--cds-custom-layer-selected: var(--cds-custom-layer-selected-02, #e0e0e0);--cds-custom-layer-selected-hover: var(--cds-custom-layer-selected-hover-02, #d1d1d1);--cds-custom-layer-accent: var(--cds-custom-layer-accent-02, #e0e0e0);--cds-custom-layer-accent-hover: var(--cds-custom-layer-accent-hover-02, #d1d1d1);--cds-custom-layer-accent-active: var(--cds-custom-layer-accent-active-02, #a8a8a8);--cds-custom-field: var(--cds-custom-field-02, #ffffff);--cds-custom-field-hover: var(--cds-custom-field-hover-02, #e8e8e8);--cds-custom-border-subtle: var(--cds-custom-border-subtle-01, #c6c6c6);--cds-custom-border-subtle-selected: var(--cds-custom-border-subtle-selected-02, #c6c6c6);--cds-custom-border-strong: var(--cds-custom-border-strong-02, #8d8d8d);--cds-custom-border-tile: var(--cds-custom-border-tile-02, #a8a8a8)}.cds-custom--layer-three{--cds-custom-layer: var(--cds-custom-layer-03, #f4f4f4);--cds-custom-layer-active: var(--cds-custom-layer-active-03, #c6c6c6);--cds-custom-layer-background: var(--cds-custom-layer-background-03, #ffffff);--cds-custom-layer-hover: var(--cds-custom-layer-hover-03, #e8e8e8);--cds-custom-layer-selected: var(--cds-custom-layer-selected-03, #e0e0e0);--cds-custom-layer-selected-hover: var(--cds-custom-layer-selected-hover-03, #d1d1d1);--cds-custom-layer-accent: var(--cds-custom-layer-accent-03, #e0e0e0);--cds-custom-layer-accent-hover: var(--cds-custom-layer-accent-hover-03, #d1d1d1);--cds-custom-layer-accent-active: var(--cds-custom-layer-accent-active-03, #a8a8a8);--cds-custom-field: var(--cds-custom-field-03, #f4f4f4);--cds-custom-field-hover: var(--cds-custom-field-hover-03, #e8e8e8);--cds-custom-border-subtle: var(--cds-custom-border-subtle-02, #e0e0e0);--cds-custom-border-subtle-selected: var(--cds-custom-border-subtle-selected-03, #c6c6c6);--cds-custom-border-strong: var(--cds-custom-border-strong-03, #8d8d8d);--cds-custom-border-tile: var(--cds-custom-border-tile-03, #c6c6c6)}.cds-custom--layer-one.cds-custom--layer__with-background,.cds-custom--layer-two.cds-custom--layer__with-background,.cds-custom--layer-three.cds-custom--layer__with-background{background-color:var(--cds-custom-layer-background)}@keyframes cds-custom--hide-feedback{0%{opacity:1;visibility:inherit}to{opacity:0;visibility:hidden}}@keyframes cds-custom--show-feedback{0%{opacity:0;visibility:hidden}to{opacity:1;visibility:inherit}}@keyframes cds-custom--skeleton{0%{opacity:.3;transform:scaleX(0);transform-origin:left}20%{opacity:1;transform:scaleX(1);transform-origin:left}28%{transform:scaleX(1);transform-origin:right}51%{transform:scaleX(0);transform-origin:right}58%{transform:scaleX(0);transform-origin:right}82%{transform:scaleX(1);transform-origin:right}83%{transform:scaleX(1);transform-origin:left}96%{transform:scaleX(0);transform-origin:left}to{opacity:.3;transform:scaleX(0);transform-origin:left}}.cds-custom--assistive-text,.cds-custom--visually-hidden{position:absolute;overflow:hidden;padding:0;border:0;margin:-1px;block-size:1px;clip:rect(0,0,0,0);inline-size:1px;visibility:inherit;white-space:nowrap}.cds-custom--popover-container{display:inline-block}.cds-custom--popover-container:not(.cds-custom--popover--auto-align){position:relative}.cds-custom--popover--high-contrast .cds-custom--popover{--cds-custom-popover-background-color: var(--cds-custom-background-inverse, #393939);--cds-custom-popover-text-color: var(--cds-custom-text-inverse, #ffffff)}.cds-custom--popover--drop-shadow .cds-custom--popover{filter:var(--cds-custom-popover-drop-shadow, drop-shadow(0 .125rem .125rem rgba(0, 0, 0, .2)))}.cds-custom--popover--border>.cds-custom--popover>.cds-custom--popover-content{outline:1px solid var(--cds-custom-popover-border-color, var(--cds-custom-border-subtle));outline-offset:-1px}.cds-custom--popover--caret{--cds-custom-popover-offset: .625rem}.cds-custom--popover{position:absolute;z-index:6000;top:0;right:0;bottom:0;left:0;pointer-events:none}.cds-custom--popover-content{--cds-custom-layout-size-height-sm: 2rem}.cds-custom--popover-content.cds-custom--layout--size-sm,.cds-custom--layout--size-sm :where(.cds-custom--popover-content){--cds-custom-layout-size-height: var(--cds-custom-layout-size-height-sm)}.cds-custom--popover-content{--cds-custom-layout-size-height-md: 2.5rem}.cds-custom--popover-content.cds-custom--layout--size-md,.cds-custom--layout--size-md :where(.cds-custom--popover-content){--cds-custom-layout-size-height: var(--cds-custom-layout-size-height-md)}.cds-custom--popover-content{--cds-custom-layout-size-height-lg: 3rem}.cds-custom--popover-content.cds-custom--layout--size-lg,.cds-custom--layout--size-lg :where(.cds-custom--popover-content){--cds-custom-layout-size-height: var(--cds-custom-layout-size-height-lg)}.cds-custom--popover-content{box-sizing:border-box;padding:0;border:0;margin:0;font-family:inherit;font-size:100%;vertical-align:baseline}.cds-custom--popover-content *,.cds-custom--popover-content *:before,.cds-custom--popover-content *:after{box-sizing:inherit}.cds-custom--popover-content{position:absolute;z-index:6000;display:none;border-radius:var(--cds-custom-popover-border-radius, 2px);background-color:var(--cds-custom-popover-background-color, var(--cds-custom-layer));color:var(--cds-custom-popover-text-color, var(--cds-custom-text-primary, #161616));inline-size:max-content;max-inline-size:23rem;pointer-events:auto}.cds-custom--popover--open>.cds-custom--popover>.cds-custom--popover-content{display:block}.cds-custom--popover--background-token__background>.cds-custom--popover>.cds-custom--popover-content{background-color:var(--cds-custom-background, #ffffff)}.cds-custom--popover-content:before{position:absolute;display:none;content:""}.cds-custom--popover--open>.cds-custom--popover>.cds-custom--popover-content:before{display:block}.cds-custom--popover-caret,.cds-custom--popover--auto-align.cds-custom--popover-caret{position:absolute;z-index:6000;display:none;will-change:transform}.cds-custom--popover-caret:after,.cds-custom--popover--auto-align.cds-custom--popover-caret:after{position:absolute;display:block;background-color:var(--cds-custom-popover-background-color, var(--cds-custom-layer));content:""}.cds-custom--popover-caret:before,.cds-custom--popover--auto-align.cds-custom--popover-caret:before{position:absolute;display:none;background-color:var(--cds-custom-popover-border-color, var(--cds-custom-border-subtle));content:""}.cds-custom--popover--background-token__background>.cds-custom--popover>.cds-custom--popover-caret:after{background-color:var(--cds-custom-background, #ffffff)}.cds-custom--popover--border .cds-custom--popover-caret:before,.cds-custom--popover--border .cds-custom--popover--auto-align.cds-custom--popover-caret:before{display:block}.cds-custom--popover--caret.cds-custom--popover--open>.cds-custom--popover>.cds-custom--popover-caret{display:block}.cds-custom--popover--auto-align.cds-custom--popover--caret.cds-custom--popover--open>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret{display:block}.cds-custom--popover--tab-tip>.cds-custom--popover>.cds-custom--popover-caret{display:none}.cds-custom--popover--bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-end:0;inset-inline-start:50%;transform:translate(-50%,calc(100% + var(--cds-custom-popover-offset, 0rem)))}[dir=rtl] .cds-custom--popover--bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{transform:translate(50%,calc(100% + var(--cds-custom-popover-offset, 0rem)))}.cds-custom--popover--bottom-left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--bottom-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-end:0;inset-inline-start:calc(50% - var(--cds-custom-popover-offset, 0rem));transform:translate(calc(-1 * var(--cds-custom-popover-offset, 0rem)),calc(100% + var(--cds-custom-popover-offset, 0rem)))}[dir=rtl] .cds-custom--popover--bottom-left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--bottom-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-end:calc(50% - var(--cds-custom-popover-offset, 0rem));inset-inline-start:initial}.cds-custom--popover--bottom-right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--bottom-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-end:0;inset-inline-end:calc(50% - var(--cds-custom-popover-offset, 0rem));transform:translate(var(--cds-custom-popover-offset, 0rem),calc(100% + var(--cds-custom-popover-offset, 0rem)))}[dir=rtl] .cds-custom--popover--bottom-right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--bottom-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-start:calc(50% - var(--cds-custom-popover-offset, 0rem))}.cds-custom--popover--bottom>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--bottom-left>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--bottom-start>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--bottom-right>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--bottom-end>.cds-custom--popover>.cds-custom--popover-content:before{block-size:var(--cds-custom-popover-offset, 0rem);inset-block-start:0;inset-inline:0;transform:translateY(-100%)}.cds-custom--popover--bottom>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--bottom-left>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--bottom-start>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--bottom-right>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--bottom-end>.cds-custom--popover>.cds-custom--popover-caret{block-size:var(--cds-custom-popover-caret-height, .375rem);inline-size:var(--cds-custom-popover-caret-width, .75rem);inset-block-end:0;inset-inline-start:50%;transform:translate(-50%,var(--cds-custom-popover-offset, 0rem))}.cds-custom--popover--bottom>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--bottom-left>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--bottom-start>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--bottom-right>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--bottom-end>.cds-custom--popover>.cds-custom--popover-caret:after{block-size:var(--cds-custom-popover-caret-height, .375rem);clip-path:polygon(0% 100%,50% 0%,100% 100%);inline-size:var(--cds-custom-popover-caret-width, .75rem)}.cds-custom--popover--border.cds-custom--popover--bottom>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--bottom-left>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--bottom-start>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--bottom-right>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--bottom-end>.cds-custom--popover>.cds-custom--popover-caret:before{block-size:var(--cds-custom-popover-caret-height, .375rem);clip-path:polygon(0% 100%,50% 0%,100% 100%);inline-size:var(--cds-custom-popover-caret-width, .75rem)}.cds-custom--popover--border.cds-custom--popover--bottom>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--bottom-left>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--bottom-start>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--bottom-right>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--bottom-end>.cds-custom--popover>.cds-custom--popover-caret:after{inline-size:calc(var(--cds-custom-popover-caret-width, .75rem) - 1px);inset-block-start:1px;inset-inline-start:.5px}[dir=rtl] .cds-custom--popover--bottom>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--bottom-left>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--bottom-start>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--bottom-right>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--bottom-end>.cds-custom--popover>.cds-custom--popover-caret{transform:translate(50%,var(--cds-custom-popover-offset, 0rem))}.cds-custom--popover--bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--bottom-left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--bottom-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--bottom-right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--bottom-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret{block-size:var(--cds-custom-popover-caret-height, .375rem);inline-size:var(--cds-custom-popover-caret-width, .75rem)}.cds-custom--popover--bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--bottom-left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--bottom-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--bottom-right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--bottom-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after{block-size:var(--cds-custom-popover-caret-height, .375rem);clip-path:polygon(0% 100%,50% 0%,100% 100%);inline-size:var(--cds-custom-popover-caret-width, .75rem)}.cds-custom--popover--border.cds-custom--popover--bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--bottom-left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--bottom-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--bottom-right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--bottom-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before{block-size:var(--cds-custom-popover-caret-height, .375rem);clip-path:polygon(0% 100%,50% 0%,100% 100%);inline-size:var(--cds-custom-popover-caret-width, .75rem)}.cds-custom--popover--border.cds-custom--popover--bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--bottom-left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--bottom-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--bottom-right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--bottom-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after{inline-size:calc(var(--cds-custom-popover-caret-width, .75rem) - 1px);inset-block-start:1px;inset-inline-start:.5px}.cds-custom--popover--top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-start:0;inset-inline-start:50%;transform:translate(-50%,calc(-100% - var(--cds-custom-popover-offset, 0rem)))}[dir=rtl] .cds-custom--popover--top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{transform:translate(50%,calc(-100% - var(--cds-custom-popover-offset, 0rem)))}.cds-custom--popover--top-left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--top-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-start:0;inset-inline-start:calc(50% - var(--cds-custom-popover-offset, 0rem));transform:translate(calc(-1 * var(--cds-custom-popover-offset, 0rem)),calc(-100% - var(--cds-custom-popover-offset, 0rem)))}[dir=rtl] .cds-custom--popover--top-left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--top-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-end:calc(50% - var(--cds-custom-popover-offset, 0rem));inset-inline-start:initial}.cds-custom--popover--top-right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--top-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-start:0;inset-inline-end:calc(50% - var(--cds-custom-popover-offset, 0rem));transform:translate(var(--cds-custom-popover-offset, 0rem),calc(-100% - var(--cds-custom-popover-offset, 0rem)))}[dir=rtl] .cds-custom--popover--top-right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--top-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-start:calc(50% - var(--cds-custom-popover-offset, 0rem))}.cds-custom--popover--top>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--top-left>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--top-start>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--top-right>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--top-end>.cds-custom--popover>.cds-custom--popover-content:before{block-size:var(--cds-custom-popover-offset, 0rem);inset-block-end:0;inset-inline:0;transform:translateY(100%)}.cds-custom--popover--top>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--top-left>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--top-start>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--top-right>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--top-end>.cds-custom--popover>.cds-custom--popover-caret{block-size:var(--cds-custom-popover-caret-height, .375rem);inline-size:var(--cds-custom-popover-caret-width, .75rem);inset-block-start:0;inset-inline-start:50%;transform:translate(-50%,calc(-1 * var(--cds-custom-popover-offset, 0rem)))}.cds-custom--popover--top>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--top-left>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--top-start>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--top-right>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--top-end>.cds-custom--popover>.cds-custom--popover-caret:after{block-size:var(--cds-custom-popover-caret-height, .375rem);clip-path:polygon(0% 0%,50% 100%,100% 0%);inline-size:var(--cds-custom-popover-caret-width, .75rem)}.cds-custom--popover--border.cds-custom--popover--top>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--top-left>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--top-start>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--top-right>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--top-end>.cds-custom--popover>.cds-custom--popover-caret:before{block-size:var(--cds-custom-popover-caret-height, .375rem);clip-path:polygon(0% 0%,50% 100%,100% 0%);inline-size:var(--cds-custom-popover-caret-width, .75rem)}.cds-custom--popover--border.cds-custom--popover--top>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--top-left>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--top-start>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--top-right>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--top-end>.cds-custom--popover>.cds-custom--popover-caret:after{inline-size:calc(var(--cds-custom-popover-caret-width, .75rem) - 1px);inset-block-start:-1px;inset-inline-start:.5px}[dir=rtl] .cds-custom--popover--top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--top-left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--top-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--top-right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--top-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret{transform:translate(50%,calc(-1 * var(--cds-custom-popover-offset, 0rem)))}.cds-custom--popover--top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--top-left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--top-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--top-right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--top-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret{block-size:var(--cds-custom-popover-caret-height, .375rem);inline-size:var(--cds-custom-popover-caret-width, .75rem)}.cds-custom--popover--top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--top-left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--top-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--top-right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--top-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after{block-size:var(--cds-custom-popover-caret-height, .375rem);clip-path:polygon(0% 0%,50% 100%,100% 0%);inline-size:var(--cds-custom-popover-caret-width, .75rem)}.cds-custom--popover--border.cds-custom--popover--top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--top-left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--top-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--top-right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--top-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before{block-size:var(--cds-custom-popover-caret-height, .375rem);clip-path:polygon(0% 0%,50% 100%,100% 0%);inline-size:var(--cds-custom-popover-caret-width, .75rem)}.cds-custom--popover--border.cds-custom--popover--top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--top-left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--top-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--top-right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--top-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after{inline-size:calc(var(--cds-custom-popover-caret-width, .75rem) - 1px);inset-block-start:-1px;inset-inline-start:.5px}.cds-custom--popover--right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-start:50%;inset-inline-start:100%;transform:translate(var(--cds-custom-popover-offset, 0rem),-50%)}.cds-custom--popover--right-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--right-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-start:50%;inset-inline-start:100%;transform:translate(var(--cds-custom-popover-offset, 0rem),calc(.5 * var(--cds-custom-popover-offset, 0rem) * -1 - 16px))}.cds-custom--popover--right-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--right-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-end:50%;inset-inline-start:100%;transform:translate(var(--cds-custom-popover-offset, 0rem),calc(.5 * var(--cds-custom-popover-offset, 0rem) + 16px))}[dir=rtl] .cds-custom--popover--right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--right-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--right-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--right-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--right-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-end:100%;inset-inline-start:initial}.cds-custom--popover--right>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--right-top>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--right-start>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--right-bottom>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--right-end>.cds-custom--popover>.cds-custom--popover-content:before{inline-size:var(--cds-custom-popover-offset, 0rem);inset-block:0;inset-inline-start:0;transform:translate(-100%)}.cds-custom--popover--right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--right-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--right-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--right-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--right-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret{block-size:var(--cds-custom-popover-caret-width, .75rem);inline-size:var(--cds-custom-popover-caret-height, .375rem);inset-block-start:50%;inset-inline-start:100%;transform:translate(calc(var(--cds-custom-popover-offset, 0rem) - 100%),-50%)}.cds-custom--popover--right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--right-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--right-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--right-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--right-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after{block-size:var(--cds-custom-popover-caret-width, .75rem);clip-path:polygon(0% 50%,100% 0%,100% 100%);inline-size:var(--cds-custom-popover-caret-height, .375rem)}[dir=rtl] .cds-custom--popover--right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--right-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--right-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--right-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--right-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret{inset-inline-end:100%;inset-inline-start:initial}.cds-custom--popover--border.cds-custom--popover--right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--right-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--right-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--right-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--right-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:before{block-size:var(--cds-custom-popover-caret-width, .75rem);clip-path:polygon(0% 50%,100% 0%,100% 100%);inline-size:var(--cds-custom-popover-caret-height, .375rem)}.cds-custom--popover--border.cds-custom--popover--right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--right-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--right-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--right-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--right-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after{inset-inline-start:1px}[dir=rtl] .cds-custom--popover--border.cds-custom--popover--right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--right-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--right-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--right-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--right-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after{inset-inline-start:-1px}.cds-custom--popover--right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--right-top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--right-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--right-bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--right-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret{block-size:var(--cds-custom-popover-caret-width, .75rem);inline-size:var(--cds-custom-popover-caret-height, .375rem)}.cds-custom--popover--right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--right-top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--right-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--right-bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--right-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after{block-size:var(--cds-custom-popover-caret-width, .75rem);clip-path:polygon(0% 50%,100% 0%,100% 100%);inline-size:var(--cds-custom-popover-caret-height, .375rem)}.cds-custom--popover--border.cds-custom--popover--right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--right-top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--right-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--right-bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--right-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before{block-size:var(--cds-custom-popover-caret-width, .75rem);clip-path:polygon(0% 50%,100% 0%,100% 100%);inline-size:var(--cds-custom-popover-caret-height, .375rem)}.cds-custom--popover--border.cds-custom--popover--right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--right-top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--right-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--right-bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--right-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after{inset-inline-start:1px}[dir=rtl] .cds-custom--popover--border.cds-custom--popover--right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--right-top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--right-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--right-bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--right-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before{margin-inline-start:1px}[dir=rtl] .cds-custom--popover--border.cds-custom--popover--right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--right-top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--right-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--right-bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--right-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after{inset-inline-start:0}.cds-custom--popover--left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-start:50%;inset-inline-end:100%;transform:translate(calc(-1 * var(--cds-custom-popover-offset, 0rem) + .1px),-50%)}.cds-custom--popover--left-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--left-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-start:50%;inset-inline-end:100%;transform:translate(calc(-1 * var(--cds-custom-popover-offset, 0rem)),calc(-.5 * var(--cds-custom-popover-offset, 0rem) - 16px))}.cds-custom--popover--left-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--left-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-end:50%;inset-inline-end:100%;transform:translate(calc(-1 * var(--cds-custom-popover-offset, 0rem)),calc(.5 * var(--cds-custom-popover-offset, 0rem) + 16px))}[dir=rtl] .cds-custom--popover--left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--left-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--left-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--left-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--left-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-end:initial;inset-inline-start:100%}.cds-custom--popover--left>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--left-top>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--left-start>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--left-bottom>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--left-end>.cds-custom--popover>.cds-custom--popover-content:before{inline-size:var(--cds-custom-popover-offset, 0rem);inset-block:0;inset-inline-end:0;transform:translate(100%)}.cds-custom--popover--left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--left-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--left-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--left-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--left-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret{block-size:var(--cds-custom-popover-caret-width, .75rem);inline-size:var(--cds-custom-popover-caret-height, .375rem);inset-block-start:50%;inset-inline-end:100%;transform:translate(calc(-1 * var(--cds-custom-popover-offset, 0rem) + 100%),-50%)}.cds-custom--popover--left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--left-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--left-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--left-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--left-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after{block-size:var(--cds-custom-popover-caret-width, .75rem);clip-path:polygon(0% 0%,100% 50%,0% 100%);inline-size:var(--cds-custom-popover-caret-height, .375rem)}[dir=rtl] .cds-custom--popover--left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--left-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--left-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--left-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--left-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret{inset-inline-end:initial;inset-inline-start:100%}.cds-custom--popover--border.cds-custom--popover--left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--left-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--left-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--left-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--left-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:before{block-size:var(--cds-custom-popover-caret-width, .75rem);clip-path:polygon(0% 0%,100% 50%,0% 100%);inline-size:var(--cds-custom-popover-caret-height, .375rem)}.cds-custom--popover--border.cds-custom--popover--left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--left-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--left-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--left-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--left-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after{inset-inline-start:-1px}[dir=rtl] .cds-custom--popover--border.cds-custom--popover--left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--left-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--left-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--left-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--left-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after{inset-inline-start:1px}.cds-custom--popover--left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--left-top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--left-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--left-bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--left-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret{block-size:var(--cds-custom-popover-caret-width, .75rem);inline-size:var(--cds-custom-popover-caret-height, .375rem)}.cds-custom--popover--left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--left-top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--left-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--left-bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--left-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after{block-size:var(--cds-custom-popover-caret-width, .75rem);clip-path:polygon(0% 0%,100% 50%,0% 100%);inline-size:var(--cds-custom-popover-caret-height, .375rem)}.cds-custom--popover--border.cds-custom--popover--left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--left-top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--left-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--left-bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--left-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before{block-size:var(--cds-custom-popover-caret-width, .75rem);clip-path:polygon(0% 0%,100% 50%,0% 100%);inline-size:var(--cds-custom-popover-caret-height, .375rem)}.cds-custom--popover--border.cds-custom--popover--left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--left-top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--left-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--left-bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--left-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after{inset-inline-start:-1px}[dir=rtl] .cds-custom--popover--border.cds-custom--popover--left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--left-top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--left-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--left-bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--left-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before{margin-inline-start:-1px}[dir=rtl] .cds-custom--popover--border.cds-custom--popover--left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--left-top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--left-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--left-bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--left-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after{inset-inline-start:0}.cds-custom--popover--tab-tip>.cds-custom--popover>.cds-custom--popover-content{border-radius:0}.cds-custom--popover--tab-tip.cds-custom--popover--top-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--tab-tip.cds-custom--popover--bottom-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--tab-tip.cds-custom--popover--top-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--tab-tip.cds-custom--popover--bottom-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-start:0}.cds-custom--popover--tab-tip.cds-custom--popover--top-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--tab-tip.cds-custom--popover--bottom-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--tab-tip.cds-custom--popover--top-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--tab-tip.cds-custom--popover--bottom-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-end:0;inset-inline-start:initial}.cds-custom--popover--tab-tip .cds-custom--popover{will-change:filter}.cds-custom--popover--tab-tip__button{box-sizing:border-box;padding:0;border:0;margin:0;font-family:inherit;font-size:100%;vertical-align:baseline}.cds-custom--popover--tab-tip__button *,.cds-custom--popover--tab-tip__button *:before,.cds-custom--popover--tab-tip__button *:after{box-sizing:inherit}.cds-custom--popover--tab-tip__button{display:inline-block;padding:0;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;cursor:pointer;text-align:start;inline-size:100%}.cds-custom--popover--tab-tip__button::-moz-focus-inner{border:0}.cds-custom--popover--tab-tip__button{position:relative;display:inline-flex;align-items:center;justify-content:center;block-size:2rem;inline-size:2rem}.cds-custom--popover--tab-tip__button:focus{outline:2px solid var(--cds-custom-focus, #0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--popover--tab-tip__button:focus{outline-style:dotted}}.cds-custom--popover--tab-tip__button:hover{background-color:var(--cds-custom-layer-hover)}.cds-custom--popover--tab-tip.cds-custom--popover--open .cds-custom--popover--tab-tip__button{background:var(--cds-custom-layer);box-shadow:0 2px 2px #0003}.cds-custom--popover--tab-tip.cds-custom--popover--open .cds-custom--popover--tab-tip__button:not(:focus):after{position:absolute;z-index:6001;background:var(--cds-custom-layer);block-size:2px;content:"";inline-size:100%;inset-block-end:0}.cds-custom--popover--tab-tip__button svg{fill:var(--cds-custom-icon-primary, #161616)}.cds-custom--tooltip{--cds-custom-popover-offset: 12px}.cds-custom--tooltip-content{font-size:var(--cds-custom-body-01-font-size, .875rem);font-weight:var(--cds-custom-body-01-font-weight, 400);line-height:var(--cds-custom-body-01-line-height, 1.42857);letter-spacing:var(--cds-custom-body-01-letter-spacing, .16px);padding:var(--cds-custom-tooltip-padding-block, 1rem) var(--cds-custom-tooltip-padding-inline, 1rem);max-inline-size:18rem;overflow-wrap:break-word}.cds-custom--icon-tooltip{--cds-custom-tooltip-padding-block: .125rem;--cds-custom-popover-caret-width: .5rem;--cds-custom-popover-caret-height: .25rem;--cds-custom-popover-offset: .5rem}.cds-custom--icon-tooltip .cds-custom--tooltip-content{font-size:var(--cds-custom-body-compact-01-font-size, .875rem);font-weight:var(--cds-custom-body-compact-01-font-weight, 400);line-height:var(--cds-custom-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-custom-body-compact-01-letter-spacing, .16px)}.cds-custom--definition-term{box-sizing:border-box;padding:0;border:0;margin:0;font-family:inherit;font-size:100%;vertical-align:baseline}.cds-custom--definition-term *,.cds-custom--definition-term *:before,.cds-custom--definition-term *:after{box-sizing:inherit}.cds-custom--definition-term{display:inline-block;padding:0;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;cursor:pointer;text-align:start;inline-size:100%}.cds-custom--definition-term::-moz-focus-inner{border:0}.cds-custom--definition-term{border-radius:0;border-block-end:1px dotted var(--cds-custom-border-strong);color:var(--cds-custom-text-primary, #161616)}.cds-custom--definition-term:focus{outline:1px solid var(--cds-custom-focus, #0f62fe)}@media screen and (prefers-contrast){.cds-custom--definition-term:focus{outline-style:dotted}}.cds-custom--definition-term:focus{border-block-end-color:var(--cds-custom-border-interactive, #0f62fe)}.cds-custom--definition-term:hover{border-block-end-color:var(--cds-custom-border-interactive, #0f62fe)}.cds-custom--definition-tooltip{font-size:var(--cds-custom-body-01-font-size, .875rem);font-weight:var(--cds-custom-body-01-font-weight, 400);line-height:var(--cds-custom-body-01-line-height, 1.42857);letter-spacing:var(--cds-custom-body-01-letter-spacing, .16px);padding:.5rem 1rem;max-inline-size:11rem;text-wrap:auto;word-break:break-word}.cds-custom--btn{--cds-custom-layout-size-height-local: clamp(max(var(--cds-custom-layout-size-height-min), var(--cds-custom-layout-size-height-xs)), var(--cds-custom-layout-size-height, var(--cds-custom-layout-size-height-lg)), min(var(--cds-custom-layout-size-height-max), var(--cds-custom-layout-size-height-2xl)));--cds-custom-layout-density-padding-inline-local: clamp(var(--cds-custom-layout-density-padding-inline-min), var(--cds-custom-layout-density-padding-inline, var(--cds-custom-layout-density-padding-inline-normal)), var(--cds-custom-layout-density-padding-inline-max));--temp-1lh: ( var(--cds-custom-body-compact-01-line-height, 1.28572) * 1em );--temp-expressive-1lh: ( var(--cds-custom-body-compact-02-line-height, 1.375) * 1em );--temp-padding-block-max: calc( (var(--cds-custom-layout-size-height-lg) - var(--temp-1lh)) / 2 - .0625rem );box-sizing:border-box;padding:0;border:0;margin:0;font-family:inherit;font-size:100%;vertical-align:baseline}.cds-custom--btn *,.cds-custom--btn *:before,.cds-custom--btn *:after{box-sizing:inherit}.cds-custom--btn{font-size:var(--cds-custom-body-compact-01-font-size, .875rem);font-weight:var(--cds-custom-body-compact-01-font-weight, 400);line-height:var(--cds-custom-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-custom-body-compact-01-letter-spacing, .16px);position:relative;display:inline-flex;flex-shrink:0;justify-content:space-between;border-radius:0;margin:0;cursor:pointer;inline-size:max-content;max-inline-size:20rem;min-block-size:var(--cds-custom-layout-size-height-local);outline:none;padding-block:min((var(--cds-custom-layout-size-height-local) - var(--temp-1lh)) / 2 - .0625rem,var(--temp-padding-block-max));padding-inline:calc(var(--cds-custom-layout-density-padding-inline-local) - .0625rem) calc(var(--cds-custom-layout-density-padding-inline-local) * 3 + 1rem - .0625rem);text-align:start;text-decoration:none;transition:background 70ms cubic-bezier(0,0,.38,.9),box-shadow 70ms cubic-bezier(0,0,.38,.9),border-color 70ms cubic-bezier(0,0,.38,.9),outline 70ms cubic-bezier(0,0,.38,.9);vertical-align:top}.cds-custom--btn:disabled,.cds-custom--btn:hover:disabled,.cds-custom--btn:focus:disabled,.cds-custom--btn.cds-custom--btn--disabled,.cds-custom--btn.cds-custom--btn--disabled:hover,.cds-custom--btn.cds-custom--btn--disabled:focus{border-color:var(--cds-custom-button-disabled, #c6c6c6);background:var(--cds-custom-button-disabled, #c6c6c6);box-shadow:none;color:var(--cds-custom-text-on-color-disabled, #8d8d8d);cursor:not-allowed}.cds-custom--btn .cds-custom--btn__icon{position:absolute;flex-shrink:0;block-size:1rem;inline-size:1rem;inset-block-start:min((var(--cds-custom-layout-size-height-local) - 1rem) / 2 - .0625rem,var(--temp-padding-block-max));inset-inline-end:var(--cds-custom-layout-density-padding-inline-local);margin-block-start:.0625rem}.cds-custom--btn::-moz-focus-inner{padding:0;border:0}.cds-custom--btn--primary{border-width:1px;border-style:solid;border-color:transparent;background-color:var(--cds-custom-button-primary, #0f62fe);color:var(--cds-custom-text-on-color, #ffffff)}.cds-custom--btn--primary:hover{background-color:var(--cds-custom-button-primary-hover, #0050e6)}.cds-custom--btn--primary:focus{border-color:var(--cds-custom-button-focus-color, var(--cds-custom-focus, #0f62fe));box-shadow:inset 0 0 0 1px var(--cds-custom-button-focus-color, var(--cds-custom-focus, #0f62fe)),inset 0 0 0 2px var(--cds-custom-background, #ffffff)}.cds-custom--btn--primary:active{background-color:var(--cds-custom-button-primary-active, #002d9c)}.cds-custom--btn--primary .cds-custom--btn__icon,.cds-custom--btn--primary .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds-custom--btn--primary:hover{color:var(--cds-custom-text-on-color, #ffffff)}.cds-custom--btn--secondary{border-width:1px;border-style:solid;border-color:transparent;background-color:var(--cds-custom-button-secondary, #393939);color:var(--cds-custom-text-on-color, #ffffff)}.cds-custom--btn--secondary:hover{background-color:var(--cds-custom-button-secondary-hover, #474747)}.cds-custom--btn--secondary:focus{border-color:var(--cds-custom-button-focus-color, var(--cds-custom-focus, #0f62fe));box-shadow:inset 0 0 0 1px var(--cds-custom-button-focus-color, var(--cds-custom-focus, #0f62fe)),inset 0 0 0 2px var(--cds-custom-background, #ffffff)}.cds-custom--btn--secondary:active{background-color:var(--cds-custom-button-secondary-active, #6f6f6f)}.cds-custom--btn--secondary .cds-custom--btn__icon,.cds-custom--btn--secondary .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds-custom--btn--secondary:hover,.cds-custom--btn--secondary:focus{color:var(--cds-custom-text-on-color, #ffffff)}.cds-custom--btn--tertiary{border-width:1px;border-style:solid;border-color:var(--cds-custom-button-tertiary, #0f62fe);background-color:transparent;color:var(--cds-custom-button-tertiary, #0f62fe)}.cds-custom--btn--tertiary:hover{background-color:var(--cds-custom-button-tertiary-hover, #0050e6)}.cds-custom--btn--tertiary:focus{border-color:var(--cds-custom-button-focus-color, var(--cds-custom-focus, #0f62fe));box-shadow:inset 0 0 0 1px var(--cds-custom-button-focus-color, var(--cds-custom-focus, #0f62fe)),inset 0 0 0 2px var(--cds-custom-background, #ffffff)}.cds-custom--btn--tertiary:active{background-color:var(--cds-custom-button-tertiary-active, #002d9c)}.cds-custom--btn--tertiary .cds-custom--btn__icon,.cds-custom--btn--tertiary .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds-custom--btn--tertiary:hover{color:var(--cds-custom-text-inverse, #ffffff)}.cds-custom--btn--tertiary:focus{background-color:var(--cds-custom-button-tertiary, #0f62fe);color:var(--cds-custom-text-inverse, #ffffff)}.cds-custom--btn--tertiary:active{border-color:transparent;background-color:var(--cds-custom-button-tertiary-active, #002d9c);color:var(--cds-custom-text-inverse, #ffffff)}.cds-custom--btn--tertiary:disabled,.cds-custom--btn--tertiary:hover:disabled,.cds-custom--btn--tertiary:focus:disabled,.cds-custom--btn--tertiary.cds-custom--btn--disabled,.cds-custom--btn--tertiary.cds-custom--btn--disabled:hover,.cds-custom--btn--tertiary.cds-custom--btn--disabled:focus{background:transparent;color:var(--cds-custom-text-disabled, rgba(22, 22, 22, .25));outline:none}.cds-custom--btn--ghost{border-width:1px;border-style:solid;border-color:transparent;background-color:transparent;color:var(--cds-custom-link-primary, #0f62fe)}.cds-custom--btn--ghost:hover{background-color:var(--cds-custom-background-hover, rgba(141, 141, 141, .12))}.cds-custom--btn--ghost:focus{border-color:var(--cds-custom-button-focus-color, var(--cds-custom-focus, #0f62fe));box-shadow:inset 0 0 0 1px var(--cds-custom-button-focus-color, var(--cds-custom-focus, #0f62fe)),inset 0 0 0 2px var(--cds-custom-background, #ffffff)}.cds-custom--btn--ghost .cds-custom--btn__icon,.cds-custom--btn--ghost .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds-custom--btn--ghost{padding-inline-end:calc(var(--cds-custom-layout-density-padding-inline-local) - .0625rem)}.cds-custom--btn--ghost .cds-custom--btn__icon{position:static;align-self:center;margin-inline-start:.5rem}.cds-custom--btn--ghost:hover,.cds-custom--btn--ghost:active{color:var(--cds-custom-link-primary-hover, #0043ce)}.cds-custom--btn--ghost:active{background-color:var(--cds-custom-background-active, rgba(141, 141, 141, .5))}.cds-custom--btn--ghost:disabled,.cds-custom--btn--ghost:hover:disabled,.cds-custom--btn--ghost:focus:disabled,.cds-custom--btn--ghost.cds-custom--btn--disabled,.cds-custom--btn--ghost.cds-custom--btn--disabled:hover,.cds-custom--btn--ghost.cds-custom--btn--disabled:focus{border-color:transparent;background:transparent;color:var(--cds-custom-text-disabled, rgba(22, 22, 22, .25));outline:none}.cds-custom--btn--ghost:not([disabled]) svg{fill:var(--cds-custom-icon-primary, #161616)}.cds-custom--btn--icon-only{align-items:center;justify-content:center;padding:0;block-size:var(--cds-custom-layout-size-height-local);inline-size:var(--cds-custom-layout-size-height-local);padding-block-start:0}.cds-custom--btn--icon-only>:first-child{min-inline-size:1rem}.cds-custom--btn--icon-only .cds-custom--btn__icon{position:static}.cds-custom--btn--icon-only.cds-custom--btn--ghost .cds-custom--btn__icon,.cds-custom--btn--icon-only.cds-custom--btn--danger--ghost .cds-custom--btn__icon{margin:0}.cds-custom--btn--icon-only.cds-custom--btn--danger--ghost{padding-inline-end:calc(var(--cds-custom-layout-density-padding-inline-local) - 1rem)}.cds-custom--btn--xs:not(.cds-custom--btn--icon-only){padding-block-start:1.5px}.cds-custom--btn--xs:not(.cds-custom--btn--icon-only) .cds-custom--btn__icon,.cds-custom--btn--sm:not(.cds-custom--btn--icon-only) .cds-custom--btn__icon,.cds-custom--btn--md:not(.cds-custom--btn--icon-only) .cds-custom--btn__icon{margin-block-start:0}.cds-custom--btn--icon-only.cds-custom--btn--selected{background:var(--cds-custom-background-selected, rgba(141, 141, 141, .2))}.cds-custom--btn path[data-icon-path=inner-path]{fill:none}.cds-custom--btn--ghost.cds-custom--btn--icon-only .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]),.cds-custom--btn--ghost.cds-custom--btn--icon-only .cds-custom--btn__icon{fill:var(--cds-custom-icon-primary, #161616)}.cds-custom--btn--ghost.cds-custom--btn--icon-only[disabled] .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]),.cds-custom--btn--ghost.cds-custom--btn--icon-only[disabled] .cds-custom--btn__icon,.cds-custom--btn.cds-custom--btn--icon-only.cds-custom--btn--ghost[disabled]:hover .cds-custom--btn__icon{fill:var(--cds-custom-icon-on-color-disabled, #8d8d8d)}.cds-custom--btn--ghost.cds-custom--btn--icon-only[disabled],.cds-custom--icon-tooltip--disabled .cds-custom--tooltip-trigger__wrapper{cursor:not-allowed}.cds-custom--icon-tooltip--disabled .cds-custom--btn--icon-only[disabled]{pointer-events:none}.cds-custom--btn--danger{border-width:1px;border-style:solid;border-color:transparent;background-color:var(--cds-custom-button-danger-primary, #da1e28);color:var(--cds-custom-text-on-color, #ffffff)}.cds-custom--btn--danger:hover{background-color:var(--cds-custom-button-danger-hover, #b81921)}.cds-custom--btn--danger:focus{border-color:var(--cds-custom-button-focus-color, var(--cds-custom-focus, #0f62fe));box-shadow:inset 0 0 0 1px var(--cds-custom-button-focus-color, var(--cds-custom-focus, #0f62fe)),inset 0 0 0 2px var(--cds-custom-background, #ffffff)}.cds-custom--btn--danger:active{background-color:var(--cds-custom-button-danger-active, #750e13)}.cds-custom--btn--danger .cds-custom--btn__icon,.cds-custom--btn--danger .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds-custom--btn--danger:hover{color:var(--cds-custom-text-on-color, #ffffff)}.cds-custom--btn--danger--tertiary{border-width:1px;border-style:solid;border-color:var(--cds-custom-button-danger-secondary, #da1e28);background-color:transparent;color:var(--cds-custom-button-danger-secondary, #da1e28)}.cds-custom--btn--danger--tertiary:hover{background-color:var(--cds-custom-button-danger-hover, #b81921)}.cds-custom--btn--danger--tertiary:focus{border-color:var(--cds-custom-button-focus-color, var(--cds-custom-focus, #0f62fe));box-shadow:inset 0 0 0 1px var(--cds-custom-button-focus-color, var(--cds-custom-focus, #0f62fe)),inset 0 0 0 2px var(--cds-custom-background, #ffffff)}.cds-custom--btn--danger--tertiary:active{background-color:var(--cds-custom-button-danger-active, #750e13)}.cds-custom--btn--danger--tertiary .cds-custom--btn__icon,.cds-custom--btn--danger--tertiary .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds-custom--btn--danger--tertiary:hover{border-color:var(--cds-custom-button-danger-hover, #b81921);color:var(--cds-custom-text-on-color, #ffffff)}.cds-custom--btn--danger--tertiary:focus{background-color:var(--cds-custom-button-danger-primary, #da1e28);color:var(--cds-custom-text-on-color, #ffffff)}.cds-custom--btn--danger--tertiary:active{border-color:var(--cds-custom-button-danger-active, #750e13);background-color:var(--cds-custom-button-danger-active, #750e13);color:var(--cds-custom-text-on-color, #ffffff)}.cds-custom--btn--danger--tertiary:disabled,.cds-custom--btn--danger--tertiary:hover:disabled,.cds-custom--btn--danger--tertiary:focus:disabled,.cds-custom--btn--danger--tertiary.cds-custom--btn--disabled,.cds-custom--btn--danger--tertiary.cds-custom--btn--disabled:hover,.cds-custom--btn--danger--tertiary.cds-custom--btn--disabled:focus{background:transparent;color:var(--cds-custom-text-disabled, rgba(22, 22, 22, .25));outline:none}.cds-custom--btn--danger--ghost{border-width:1px;border-style:solid;border-color:transparent;background-color:transparent;color:var(--cds-custom-button-danger-secondary, #da1e28)}.cds-custom--btn--danger--ghost:hover{background-color:var(--cds-custom-button-danger-hover, #b81921)}.cds-custom--btn--danger--ghost:focus{border-color:var(--cds-custom-button-focus-color, var(--cds-custom-focus, #0f62fe));box-shadow:inset 0 0 0 1px var(--cds-custom-button-focus-color, var(--cds-custom-focus, #0f62fe)),inset 0 0 0 2px var(--cds-custom-background, #ffffff)}.cds-custom--btn--danger--ghost:active{background-color:var(--cds-custom-button-danger-active, #750e13)}.cds-custom--btn--danger--ghost .cds-custom--btn__icon,.cds-custom--btn--danger--ghost .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds-custom--btn--danger--ghost{padding-inline-end:calc(var(--cds-custom-layout-density-padding-inline-local) - .0625rem)}.cds-custom--btn--danger--ghost .cds-custom--btn__icon{position:static;margin-inline-start:.5rem}.cds-custom--btn--danger--ghost:hover,.cds-custom--btn--danger--ghost:active{color:var(--cds-custom-text-on-color, #ffffff)}.cds-custom--btn--danger--ghost:disabled,.cds-custom--btn--danger--ghost:hover:disabled,.cds-custom--btn--danger--ghost:focus:disabled,.cds-custom--btn--danger--ghost.cds-custom--btn--disabled,.cds-custom--btn--danger--ghost.cds-custom--btn--disabled:hover,.cds-custom--btn--danger--ghost.cds-custom--btn--disabled:focus{border-color:transparent;background:transparent;color:var(--cds-custom-text-disabled, rgba(22, 22, 22, .25));outline:none}.cds-custom--btn--expressive{font-size:var(--cds-custom-body-compact-02-font-size, 1rem);font-weight:var(--cds-custom-body-compact-02-font-weight, 400);line-height:var(--cds-custom-body-compact-02-line-height, 1.375);letter-spacing:var(--cds-custom-body-compact-02-letter-spacing, 0);padding-block:min((var(--cds-custom-layout-size-height-local) - var(--temp-expressive-1lh)) / 2 - .0625rem,var(--temp-padding-block-max))}.cds-custom--btn--icon-only.cds-custom--btn--expressive{padding:12px 13px}.cds-custom--btn.cds-custom--btn--expressive .cds-custom--btn__icon{block-size:1.25rem;inline-size:1.25rem}.cds-custom--btn-set .cds-custom--btn.cds-custom--btn--expressive{max-inline-size:20rem}.cds-custom--btn.cds-custom--skeleton{position:relative;padding:0;border:none;background:var(--cds-custom-skeleton-background, #e8e8e8);box-shadow:none;pointer-events:none}.cds-custom--btn.cds-custom--skeleton:hover,.cds-custom--btn.cds-custom--skeleton:focus,.cds-custom--btn.cds-custom--skeleton:active{border:none;cursor:default;outline:none}.cds-custom--btn.cds-custom--skeleton:before{position:absolute;animation:3s ease-in-out cds-custom--skeleton infinite;background:var(--cds-custom-skeleton-element, #c6c6c6);block-size:100%;content:"";inline-size:100%;inset-inline-start:0;will-change:transform-origin,transform,opacity}@media (prefers-reduced-motion: reduce){.cds-custom--btn.cds-custom--skeleton:before{animation:none}}@media screen and (-ms-high-contrast: active),(forced-colors: active){.cds-custom--btn.cds-custom--skeleton{background:CanvasText}.cds-custom--btn.cds-custom--skeleton:before{background:Canvas;forced-color-adjust:none}}.cds-custom--btn.cds-custom--skeleton{inline-size:9.375rem}.cds-custom--btn-set{display:flex}.cds-custom--btn-set--stacked{flex-direction:column}.cds-custom--btn-set .cds-custom--btn{inline-size:100%;max-inline-size:12.25rem}.cds-custom--btn-set .cds-custom--btn:not(:focus){box-shadow:-.0625rem 0 0 0 var(--cds-custom-button-separator, #e0e0e0)}.cds-custom--btn-set .cds-custom--btn:first-of-type:not(:focus){box-shadow:inherit}.cds-custom--btn-set .cds-custom--btn:focus+.cds-custom--btn{box-shadow:inherit}.cds-custom--btn-set--stacked .cds-custom--btn:not(:focus){box-shadow:0 -.0625rem 0 0 var(--cds-custom-button-separator, #e0e0e0)}.cds-custom--btn-set--stacked .cds-custom--btn:first-of-type:not(:focus){box-shadow:inherit}.cds-custom--btn-set .cds-custom--btn.cds-custom--btn--disabled{box-shadow:-.0625rem 0 0 0 var(--cds-custom-icon-on-color-disabled, #8d8d8d)}.cds-custom--btn-set .cds-custom--btn.cds-custom--btn--disabled:first-of-type{box-shadow:none}.cds-custom--btn-set--stacked .cds-custom--btn.cds-custom--btn--disabled{box-shadow:0 -.0625rem 0 0 var(--cds-custom-layer-selected-disabled, #8d8d8d)}.cds-custom--btn-set--stacked .cds-custom--btn.cds-custom--btn--disabled:first-of-type{box-shadow:none}.cds-custom--btn-set .cds-custom--btn.cds-custom--btn--loading{border-color:transparent;background-color:transparent;box-shadow:none}.cds-custom--btn--sm .cds-custom--badge-indicator{margin-block-start:.25rem;margin-inline-end:.25rem}@media screen and (-ms-high-contrast: active),(forced-colors: active){.cds-custom--btn:focus{color:Highlight;outline:1px solid Highlight}}[dir=rtl] .cds-custom--btn-set .cds-custom--btn:not(:focus){box-shadow:.0625rem 0 0 0 var(--cds-custom-button-separator, #e0e0e0)}.cds-custom--content{padding:2rem;color:var(--cds-custom-text-primary, #161616);will-change:margin-left}.cds-custom--header~.cds-custom--content,div:has(.cds-custom--header)~.cds-custom--content{margin-block-start:3rem}.cds-custom--side-nav~.cds-custom--content{margin-inline-start:3rem}.cds-custom--side-nav.cds-custom--side-nav--expanded~.cds-custom--content{margin-inline-start:16rem}.cds-custom--header{box-sizing:border-box;padding:0;border:0;margin:0;font-family:inherit;font-size:100%;vertical-align:baseline}.cds-custom--header *,.cds-custom--header *:before,.cds-custom--header *:after{box-sizing:inherit}.cds-custom--header{position:fixed;z-index:8000;display:flex;align-items:center;background-color:var(--cds-custom-background, #ffffff);block-size:3rem;border-block-end:1px solid var(--cds-custom-border-subtle);inset-block-start:0;inset-inline:0}.cds-custom--header__action{box-sizing:border-box;padding:0;border:0;margin:0;font-family:inherit;font-size:100%;vertical-align:baseline}.cds-custom--header__action *,.cds-custom--header__action *:before,.cds-custom--header__action *:after{box-sizing:inherit}.cds-custom--header__action{display:inline-block;padding:0;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;cursor:pointer;text-align:start;inline-size:100%}.cds-custom--header__action::-moz-focus-inner{border:0}.cds-custom--header__action{display:inline-flex;border:.0625rem solid transparent;block-size:3rem;inline-size:3rem;transition:background-color .11s,border-color .11s}@media (max-width: 41.98rem){.cds-custom--header__action{min-inline-size:3rem}}.cds-custom--header__global .cds-custom--popover{z-index:8001}.cds-custom--header__action>:first-child{margin-block-start:0}.cds-custom--header__action>svg.cds-custom--navigation-menu-panel-collapse-icon,.cds-custom--header__action--active>svg.cds-custom--navigation-menu-panel-expand-icon{display:none}.cds-custom--header__action--active>svg.cds-custom--navigation-menu-panel-collapse-icon{display:inline}.cds-custom--header__action:hover{background-color:var(--cds-custom-background-hover, rgba(141, 141, 141, .12))}.cds-custom--header__action--active{background:var(--cds-custom-layer);border-block-end:1px solid transparent;border-inline-end:1px solid var(--cds-custom-border-subtle);border-inline-start:1px solid var(--cds-custom-border-subtle)}.cds-custom--header__action--active>svg{fill:var(--cds-custom-icon-primary, #161616)}.cds-custom--header__action:focus{border-color:var(--cds-custom-focus, #0f62fe);outline:none}.cds-custom--header__action:active{background-color:var(--cds-custom-background-active, rgba(141, 141, 141, .5))}.cds-custom--header__action.cds-custom--btn--icon-only{align-items:center;justify-content:center}.cds-custom--btn.cds-custom--btn--icon-only.cds-custom--header__action svg{fill:var(--cds-custom-icon-secondary, #525252)}.cds-custom--btn.cds-custom--btn--icon-only.cds-custom--header__action:hover svg,.cds-custom--btn.cds-custom--btn--icon-only.cds-custom--header__action:active svg,.cds-custom--btn.cds-custom--btn--icon-only.cds-custom--header__action--active svg{fill:var(--cds-custom-icon-primary, #161616)}.cds-custom--header__menu-trigger>svg{fill:var(--cds-custom-icon-primary, #161616)}.cds-custom--header__menu-trigger:hover>svg{fill:var(--cds-custom-icon-primary, #161616)}.cds-custom--header__menu-toggle{display:flex;align-items:center;justify-content:center}@media (min-width: 66rem){.cds-custom--header__menu-toggle__hidden{display:none}}a.cds-custom--header__name{font-size:var(--cds-custom-body-compact-01-font-size, .875rem);font-weight:var(--cds-custom-body-compact-01-font-weight, 400);line-height:var(--cds-custom-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-custom-body-compact-01-letter-spacing, .16px);display:flex;align-items:center;padding:0 2rem 0 1rem;border:.125rem solid transparent;block-size:100%;font-weight:600;letter-spacing:.1px;line-height:1.25rem;outline:none;text-decoration:none;transition:border-color .11s;-webkit-user-select:none;user-select:none}@media (max-width: 41.98rem){a.cds-custom--header__name{padding:0 1rem}}a.cds-custom--header__name:focus{border-color:var(--cds-custom-focus, #0f62fe)}.cds-custom--header__name--prefix{font-weight:400}a.cds-custom--header__name,a.cds-custom--header__name:hover{color:var(--cds-custom-text-primary, #161616)}.cds-custom--header__menu-toggle:not(.cds-custom--header__menu-toggle__hidden)~.cds-custom--header__name{padding-inline-start:.5rem}.cds-custom--header__nav{position:relative;display:none;block-size:100%;padding-inline-start:1rem}@media (min-width: 66rem){.cds-custom--header__nav{display:block}}.cds-custom--header__nav:before{position:absolute;display:block;background-color:var(--cds-custom-border-subtle);block-size:1.5rem;content:"";inline-size:.0625rem;inset-block-start:50%;inset-inline-start:0;transform:translateY(-50%)}.cds-custom--header__menu-bar{box-sizing:border-box;padding:0;border:0;margin:0;font-family:inherit;font-size:100%;vertical-align:baseline}.cds-custom--header__menu-bar *,.cds-custom--header__menu-bar *:before,.cds-custom--header__menu-bar *:after{box-sizing:inherit}.cds-custom--header__menu-bar{display:flex;padding:0;margin:0;block-size:100%;list-style:none}a.cds-custom--header__menu-item{position:relative;display:flex;align-items:center;padding:0 1rem;border:2px solid transparent;background-color:var(--cds-custom-background, #ffffff);block-size:100%;color:var(--cds-custom-text-secondary, #525252);font-size:.875rem;font-weight:400;letter-spacing:0;line-height:1.125rem;text-decoration:none;transition:background-color .11s,border-color .11s,color .11s;-webkit-user-select:none;user-select:none}a.cds-custom--header__menu-item:hover{background-color:var(--cds-custom-background-hover, rgba(141, 141, 141, .12));color:var(--cds-custom-text-primary, #161616)}.cds-custom--header__action:active,a.cds-custom--header__menu-item:active{background-color:var(--cds-custom-background-active, rgba(141, 141, 141, .5));color:var(--cds-custom-text-primary, #161616)}a.cds-custom--header__menu-item:focus{border-color:var(--cds-custom-focus, #0f62fe);outline:none}a.cds-custom--header__menu-item:hover>svg,a.cds-custom--header__menu-item:active>svg{fill:var(--cds-custom-icon-primary, #161616)}a.cds-custom--header__menu-item[aria-current=page],.cds-custom--header__menu-item--current{color:var(--cds-custom-text-primary, #161616)}a.cds-custom--header__menu-item[aria-current=page]:after,.cds-custom--header__menu-item--current:after{position:absolute;background-color:var(--cds-custom-border-interactive, #0f62fe);block-size:3px;content:"";inline-size:calc(100% + 4px);inset-block-end:-2px;inset-inline-start:-2px}a.cds-custom--header__menu-item[aria-current=page]:focus:after,.cds-custom--header__menu-item--current:focus:after{border:0}.cds-custom--header__submenu .cds-custom--header__menu a.cds-custom--header__menu-item[aria-current=page]:after,.cds-custom--header__submenu .cds-custom--header__menu .cds-custom--header__menu-item--current:after{background-color:var(--cds-custom-border-interactive, #0f62fe);block-size:calc(100% + 4px);inline-size:3px;inset-block-start:-2px;inset-inline-start:-2px}.cds-custom--header__submenu .cds-custom--header__menu a.cds-custom--header__menu-item[aria-current=page]:focus:after,.cds-custom--header__submenu .cds-custom--header__menu .cds-custom--header__menu-item--current:focus:after{background-color:var(--cds-custom-border-interactive, #0f62fe);block-size:calc(100% + 4px);inline-size:5px;inset-block-start:-2px;inset-inline-start:-2px}a.cds-custom--header__menu-item[aria-current=page]:focus,a.cds-custom--header__menu-item.cds-custom--header__menu-item--current:focus{border:2px solid var(--cds-custom-focus, #0f62fe)}.cds-custom--header__submenu,.cds-custom--header__menu-title[aria-haspopup=true]{position:relative}.cds-custom--header__menu-title[aria-expanded=true]{z-index:8002;background-color:var(--cds-custom-layer);color:var(--cds-custom-text-secondary, #525252)}.cds-custom--header__menu-title[aria-expanded=true]>.cds-custom--header__menu-arrow{transform:rotate(180deg)}.cds-custom--header__menu{display:none;padding:0;margin:0;list-style:none}.cds-custom--header__menu-title[aria-expanded=true]+.cds-custom--header__menu{position:absolute;z-index:8001;display:flex;flex-direction:column;background-color:var(--cds-custom-layer);box-shadow:0 4px 8px #00000080;inline-size:12.5rem;inset-block-end:0;inset-inline-start:0;transform:translateY(100%)}.cds-custom--header__menu-title[aria-expanded=true]+.cds-custom--header__menu .cds-custom--header__menu-item{background-color:var(--cds-custom-layer)}.cds-custom--header__menu-title[aria-expanded=true]+.cds-custom--header__menu .cds-custom--header__menu-item:hover{background-color:var(--cds-custom-layer-hover);color:var(--cds-custom-text-primary, #161616)}.cds-custom--header__menu-title[aria-expanded=true]+.cds-custom--header__menu .cds-custom--header__menu-item:active{background-color:var(--cds-custom-layer-active);color:var(--cds-custom-text-primary, #161616)}.cds-custom--header__menu-title[aria-expanded=true]+.cds-custom--header__menu .cds-custom--header__menu-item.cds-custom--header__menu-item--current{background-color:var(--cds-custom-layer-selected)}.cds-custom--header__menu-title[aria-expanded=true]+.cds-custom--header__menu .cds-custom--header__menu-item.cds-custom--header__menu-item--current:hover{background-color:var(--cds-custom-layer-selected-hover)}.cds-custom--header__menu .cds-custom--header__menu-item{block-size:3rem}.cds-custom--header__menu-arrow{fill:var(--cds-custom-icon-secondary, #525252);margin-inline-start:.5rem;transition:transform .11s,fill .11s}.cds-custom--header__global{display:flex;flex:1 1 0%;justify-content:flex-end;block-size:100%}.cds-custom--skip-to-content{position:absolute;overflow:hidden;padding:0;border:0;margin:-1px;block-size:1px;clip:rect(0,0,0,0);inline-size:1px;visibility:inherit;white-space:nowrap}.cds-custom--skip-to-content:focus{z-index:9999;display:flex;align-items:center;padding:0 1rem;border:4px solid var(--cds-custom-focus, #0f62fe);background-color:var(--cds-custom-background, #ffffff);block-size:3rem;clip:auto;color:var(--cds-custom-text-secondary, #525252);inline-size:auto;inset-block-start:0;inset-inline-start:0;outline:none}.cds-custom--header-panel{position:fixed;z-index:8000;overflow:hidden;border:none;background-color:var(--cds-custom-layer);color:var(--cds-custom-text-secondary, #525252);inline-size:0;inset-block:3rem 0;inset-inline-end:0;transition:width .11s cubic-bezier(.2,0,1,.9);will-change:width}.cds-custom--header-panel--expanded{border-inline-end:1px solid var(--cds-custom-border-subtle);border-inline-start:1px solid var(--cds-custom-border-subtle);inline-size:16rem;overflow-y:auto}.cds-custom--side-nav{position:fixed;z-index:8000;overflow:hidden;background-color:var(--cds-custom-background, #ffffff);color:var(--cds-custom-text-secondary, #525252);inline-size:3rem;inset-block:0;inset-inline-start:0;max-inline-size:16rem;transition:inline-size .11s cubic-bezier(.2,0,1,.9),transform .11s cubic-bezier(.2,0,1,.9);will-change:inline-size}.cds-custom--side-nav--ux{inline-size:16rem;inset-block-start:3rem}@media (max-width: 65.98rem){.cds-custom--side-nav--ux{inline-size:0}}.cds-custom--side-nav--rail{inline-size:3rem}.cds-custom--side-nav--hidden{inline-size:0}.cds-custom--side-nav--expanded{inline-size:16rem}.cds-custom--side-nav__overlay{position:fixed;background-color:transparent;block-size:0;inline-size:0;inset-block-start:3rem;inset-inline-start:0;opacity:0;transition:opacity .3s cubic-bezier(.5,0,.1,1),background-color .3s cubic-bezier(.5,0,.1,1)}@media (max-width: 65.98rem){.cds-custom--side-nav__overlay-active{z-index:6000;background-color:var(--cds-custom-overlay, rgba(22, 22, 22, .5));block-size:100vh;inline-size:100vw;opacity:1;transition:opacity .3s cubic-bezier(.5,0,.1,1),background-color .3s cubic-bezier(.5,0,.1,1)}}.cds-custom--header~.cds-custom--side-nav{block-size:calc(100% - 48px);inset-block-start:3rem}.cds-custom--side-nav--fixed{inline-size:16rem}.cds-custom--side-nav--collapsed{inline-size:16rem;transform:translate(-16rem)}.cds-custom--side-nav__navigation{display:flex;flex-direction:column}.cds-custom--side-nav__items{box-sizing:border-box;padding:0;border:0;margin:0;font-family:inherit;font-size:100%;vertical-align:baseline}.cds-custom--side-nav__items *,.cds-custom--side-nav__items *:before,.cds-custom--side-nav__items *:after{box-sizing:inherit}.cds-custom--side-nav__items{overflow:hidden;flex:1 1 0%;padding:1rem 0 0}.cds-custom--side-nav:hover .cds-custom--side-nav__items,.cds-custom--side-nav--fixed .cds-custom--side-nav__items,.cds-custom--side-nav--expanded .cds-custom--side-nav__items,.cds-custom--side-nav--ux .cds-custom--side-nav__items{overflow-y:auto}.cds-custom--side-nav__item{overflow:hidden;block-size:auto;inline-size:auto}.cds-custom--side-nav--ux .cds-custom--side-nav__item{block-size:auto;inline-size:auto}.cds-custom--side-nav__item:not(.cds-custom--side-nav__item--active):hover .cds-custom--side-nav__item:not(.cds-custom--side-nav__item--active)>.cds-custom--side-nav__submenu:hover,.cds-custom--side-nav__item:not(.cds-custom--side-nav__item--active)>.cds-custom--side-nav__link:hover,.cds-custom--side-nav__menu a.cds-custom--side-nav__link:not(.cds-custom--side-nav__link--current):not([aria-current=page]):hover,.cds-custom--side-nav a.cds-custom--header__menu-item:hover,.cds-custom--side-nav .cds-custom--header__menu-title[aria-expanded=true]:hover{background-color:var(--cds-custom-background-hover, rgba(141, 141, 141, .12));color:var(--cds-custom-text-primary, #161616)}.cds-custom--side-nav__item:not(.cds-custom--side-nav__item--active)>.cds-custom--side-nav__link:hover>span,.cds-custom--side-nav__item:not(.cds-custom--side-nav__item--active) .cds-custom--side-nav__menu-item>.cds-custom--side-nav__link:hover>span{color:var(--cds-custom-text-primary, #161616)}.cds-custom--side-nav__item--large{block-size:auto}.cds-custom--side-nav__divider{margin:.5rem 1rem;background-color:var(--cds-custom-border-subtle);block-size:1px;list-style-type:none}.cds-custom--side-nav__divider hr{border:none}.cds-custom--side-nav__submenu{box-sizing:border-box;padding:0;border:0;margin:0;font-family:inherit;font-size:100%;vertical-align:baseline}.cds-custom--side-nav__submenu *,.cds-custom--side-nav__submenu *:before,.cds-custom--side-nav__submenu *:after{box-sizing:inherit}.cds-custom--side-nav__submenu{display:inline-block;padding:0;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;cursor:pointer;text-align:start;inline-size:100%}.cds-custom--side-nav__submenu::-moz-focus-inner{border:0}.cds-custom--side-nav__submenu{font-size:var(--cds-custom-heading-compact-01-font-size, .875rem);font-weight:var(--cds-custom-heading-compact-01-font-weight, 600);line-height:var(--cds-custom-heading-compact-01-line-height, 1.28572);letter-spacing:var(--cds-custom-heading-compact-01-letter-spacing, .16px);outline:2px solid transparent;outline-offset:-2px;display:flex;align-items:center;padding:0 1rem;block-size:2rem;color:var(--cds-custom-text-secondary, #525252);transition:color .11s,background-color .11s,outline .11s;-webkit-user-select:none;user-select:none}.cds-custom--side-nav__submenu:hover{background-color:var(--cds-custom-background-hover, rgba(141, 141, 141, .12));color:var(--cds-custom-text-primary, #161616)}.cds-custom--side-nav__submenu:focus{outline:2px solid var(--cds-custom-focus, #0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--side-nav__submenu:focus{outline-style:dotted}}.cds-custom--side-nav__submenu-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:start}.cds-custom--side-nav__icon.cds-custom--side-nav__submenu-chevron{display:flex;flex:1;justify-content:flex-end}.cds-custom--side-nav__submenu-chevron>svg{block-size:1rem;inline-size:1rem;transition:transform .11s}.cds-custom--side-nav__submenu[aria-expanded=true] .cds-custom--side-nav__submenu-chevron>svg{transform:rotate(180deg)}.cds-custom--side-nav__item--large .cds-custom--side-nav__submenu{block-size:3rem}.cds-custom--side-nav__item--active .cds-custom--side-nav__submenu:hover{background-color:var(--cds-custom-background-selected, rgba(141, 141, 141, .2));color:var(--cds-custom-text-primary, #161616)}.cds-custom--side-nav__item--active .cds-custom--side-nav__submenu[aria-expanded=false]{position:relative;background-color:var(--cds-custom-background-selected, rgba(141, 141, 141, .2));color:var(--cds-custom-text-primary, #161616)}.cds-custom--side-nav__item--active .cds-custom--side-nav__submenu[aria-expanded=false]:before{position:absolute;background-color:var(--cds-custom-border-interactive, #0f62fe);content:"";inline-size:3px;inset-block:0;inset-inline-start:0}.cds-custom--side-nav__item--active .cds-custom--side-nav__submenu-title{color:var(--cds-custom-text-primary, #161616);font-weight:600}.cds-custom--side-nav__item--active .cds-custom--side-nav__icon>svg{fill:var(--cds-custom-icon-primary, #161616)}.cds-custom--side-nav__menu{box-sizing:border-box;padding:0;border:0;margin:0;font-family:inherit;font-size:100%;vertical-align:baseline}.cds-custom--side-nav__menu *,.cds-custom--side-nav__menu *:before,.cds-custom--side-nav__menu *:after{box-sizing:inherit}.cds-custom--side-nav__menu{display:block;max-block-size:0;visibility:hidden}.cds-custom--side-nav__submenu[aria-expanded=true]+.cds-custom--side-nav__menu{max-block-size:93.75rem;visibility:inherit}.cds-custom--side-nav__menu a.cds-custom--side-nav__link{block-size:2rem;font-weight:400;min-block-size:2rem;padding-inline-start:2rem}.cds-custom--side-nav__item.cds-custom--side-nav__item--icon a.cds-custom--side-nav__link{padding-inline-start:4.5rem}.cds-custom--side-nav__menu a.cds-custom--side-nav__link--current,.cds-custom--side-nav__menu a.cds-custom--side-nav__link[aria-current=page],a.cds-custom--side-nav__link--current{background-color:var(--cds-custom-background-selected, rgba(141, 141, 141, .2))}.cds-custom--side-nav__menu a.cds-custom--side-nav__link--current>span,.cds-custom--side-nav__menu a.cds-custom--side-nav__link[aria-current=page]>span,a.cds-custom--side-nav__link--current>span{color:var(--cds-custom-text-primary, #161616);font-weight:600}a.cds-custom--side-nav__link,.cds-custom--side-nav a.cds-custom--header__menu-item,.cds-custom--side-nav .cds-custom--header__menu-title[aria-expanded=true]+.cds-custom--header__menu{outline:2px solid transparent;outline-offset:-2px;font-size:var(--cds-custom-heading-compact-01-font-size, .875rem);font-weight:var(--cds-custom-heading-compact-01-font-weight, 600);line-height:var(--cds-custom-heading-compact-01-line-height, 1.28572);letter-spacing:var(--cds-custom-heading-compact-01-letter-spacing, .16px);position:relative;display:flex;align-items:center;padding:0 1rem;min-block-size:2rem;text-decoration:none;transition:color .11s,background-color .11s,outline .11s}.cds-custom--side-nav__item--large a.cds-custom--side-nav__link{block-size:3rem}a.cds-custom--side-nav__link>.cds-custom--side-nav__link-text,.cds-custom--side-nav a.cds-custom--header__menu-item .cds-custom--text-truncate-end{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--cds-custom-text-secondary, #525252);font-size:.875rem;letter-spacing:.1px;line-height:1.25rem;-webkit-user-select:none;user-select:none}a.cds-custom--side-nav__link:focus,.cds-custom--side-nav a.cds-custom--header__menu-item:focus{outline:2px solid var(--cds-custom-focus, #0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){a.cds-custom--side-nav__link:focus,.cds-custom--side-nav a.cds-custom--header__menu-item:focus{outline-style:dotted}}a.cds-custom--side-nav__link[aria-current=page],a.cds-custom--side-nav__link--current{background-color:var(--cds-custom-background-selected, rgba(141, 141, 141, .2));font-weight:600}a.cds-custom--side-nav__link[aria-current=page] .cds-custom--side-nav__link-text,a.cds-custom--side-nav__link--current .cds-custom--side-nav__link-text{color:var(--cds-custom-text-primary, #161616)}a.cds-custom--side-nav__link[aria-current=page]:before,a.cds-custom--side-nav__link--current:before{position:absolute;background-color:var(--cds-custom-border-interactive, #0f62fe);content:"";inline-size:3px;inset-block:0;inset-inline-start:0}.cds-custom--side-nav__icon{display:flex;flex:0 0 1rem;align-items:center;justify-content:center}.cds-custom--side-nav__icon:not(.cds-custom--side-nav__submenu-chevron){margin-inline-end:1.5rem}.cds-custom--side-nav__icon>svg{block-size:1rem;fill:var(--cds-custom-icon-secondary, #525252);inline-size:1rem}.cds-custom--side-nav__icon>svg.cds-custom--side-nav-collapse-icon{display:none}.cds-custom--side-nav--expanded .cds-custom--side-nav__icon>svg.cds-custom--side-nav-expand-icon{display:none}.cds-custom--side-nav--expanded .cds-custom--side-nav__icon>svg.cds-custom--side-nav-collapse-icon{display:block}.cds-custom--side-nav--fixed a.cds-custom--side-nav__link,.cds-custom--side-nav--fixed .cds-custom--side-nav__submenu{padding-inline-start:1rem}.cds-custom--side-nav--fixed .cds-custom--side-nav__item:not(.cds-custom--side-nav__item--icon) .cds-custom--side-nav__menu a.cds-custom--side-nav__link{padding-inline-start:2rem}@media (max-width: 65.98rem){.cds-custom--side-nav .cds-custom--header__nav{display:block}}.cds-custom--side-nav__header-navigation{box-sizing:border-box;padding:0;border:0;margin:0;font-family:inherit;font-size:100%;vertical-align:baseline}.cds-custom--side-nav__header-navigation *,.cds-custom--side-nav__header-navigation *:before,.cds-custom--side-nav__header-navigation *:after{box-sizing:inherit}.cds-custom--side-nav__header-navigation{display:none}@media (max-width: 65.98rem){.cds-custom--side-nav__header-navigation{position:relative;display:block;margin-block-end:2rem}}.cds-custom--side-nav__header-divider:after{position:absolute;background:var(--cds-custom-border-subtle);block-size:.0625rem;content:"";inline-size:calc(100% - 32px);inset-block-end:-1rem;inset-inline-start:1rem}.cds-custom--side-nav a.cds-custom--header__menu-item{justify-content:space-between;color:var(--cds-custom-text-secondary, #525252);white-space:nowrap}.cds-custom--side-nav a.cds-custom--header__menu-item[aria-expanded=true]{background-color:transparent}.cds-custom--side-nav .cds-custom--header__menu-title[aria-expanded=true]+.cds-custom--header__menu{padding:0;background-color:transparent;box-shadow:none;inline-size:100%;inset-block-end:inherit;transform:none}.cds-custom--side-nav .cds-custom--header__menu-title[aria-expanded=true]+.cds-custom--header__menu li{inline-size:100%}.cds-custom--side-nav .cds-custom--header__menu-title[aria-expanded=true]+.cds-custom--header__menu a.cds-custom--header__menu-item{font-weight:400;padding-inline-start:4.25rem}.cds-custom--side-nav .cds-custom--header__menu-title[aria-expanded=true]+.cds-custom--header__menu a.cds-custom--header__menu-item:hover{background-color:var(--cds-custom-background-hover, rgba(141, 141, 141, .12));color:var(--cds-custom-text-primary, #161616)}.cds-custom--side-nav .cds-custom--header__menu-title[aria-expanded=true]+.cds-custom--header__menu a.cds-custom--header__menu-item--current:hover{background-color:var(--cds-custom-layer-selected-hover)}.cds-custom--side-nav .cds-custom--side-nav__header-navigation a.cds-custom--header__menu-item[aria-current=page]:after,.cds-custom--side-nav .cds-custom--side-nav__header-navigation .cds-custom--header__menu-item--current:after{block-size:calc(100% + 4px);inline-size:3px}.cds-custom--side-nav .cds-custom--header__menu a.cds-custom--header__menu-item{block-size:inherit}.cds-custom--side-nav a.cds-custom--header__menu-item:hover .cds-custom--header__menu-arrow,.cds-custom--side-nav a.cds-custom--header__menu-item:focus .cds-custom--header__menu-arrow,.cds-custom--side-nav .cds-custom--header__menu-arrow{fill:var(--cds-custom-icon-secondary, #525252)}.cds-custom--switcher{box-sizing:border-box;padding:0;border:0;margin:0;font-family:inherit;font-size:100%;vertical-align:baseline}.cds-custom--switcher *,.cds-custom--switcher *:before,.cds-custom--switcher *:after{box-sizing:inherit}.cds-custom--switcher{display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--cds-custom-text-secondary, #525252)}.cds-custom--switcher__item{block-size:2rem;inline-size:100%}.cds-custom--switcher__item:nth-child(1){margin-block-start:1rem}.cds-custom--switcher__item--divider{display:block;border:none;margin:.5rem 1rem;background:var(--cds-custom-border-subtle);block-size:1px;inline-size:14rem}.cds-custom--switcher__item-link{font-size:var(--cds-custom-heading-compact-01-font-size, .875rem);font-weight:var(--cds-custom-heading-compact-01-font-weight, 600);line-height:var(--cds-custom-heading-compact-01-line-height, 1.28572);letter-spacing:var(--cds-custom-heading-compact-01-letter-spacing, .16px);display:block;padding:.375rem 1rem;block-size:2rem;color:var(--cds-custom-text-secondary, #525252);text-decoration:none}.cds-custom--switcher__item-link:hover:not(.cds-custom--switcher__item-link--selected){background:var(--cds-custom-layer-hover);color:var(--cds-custom-text-primary, #161616);cursor:pointer}.cds-custom--switcher__item-link:focus{outline:2px solid var(--cds-custom-focus, #0f62fe);outline-offset:-2px}.cds-custom--switcher__item-link:active{background:var(--cds-custom-layer-active);color:var(--cds-custom-text-primary, #161616)}.cds-custom--switcher__item-link--selected{background:var(--cds-custom-layer-selected);color:var(--cds-custom-text-primary, #161616)}clabs-global-header-apaas,clabs-global-header-hybrid-ipaas{--cds-custom-ai-aura-end: rgba(0, 0, 0, 0);--cds-custom-ai-aura-hover-background: #333333;--cds-custom-ai-aura-hover-end: rgba(0, 0, 0, 0);--cds-custom-ai-aura-hover-start: rgba(69, 137, 255, .4);--cds-custom-ai-aura-start: rgba(69, 137, 255, .1);--cds-custom-ai-aura-start-sm: rgba(69, 137, 255, .16);--cds-custom-ai-border-end: #4589ff;--cds-custom-ai-border-start: rgba(166, 200, 255, .36);--cds-custom-ai-border-strong: #78a9ff;--cds-custom-ai-drop-shadow: rgba(0, 0, 0, .28);--cds-custom-ai-inner-shadow: rgba(69, 137, 255, .16);--cds-custom-ai-overlay: rgba(0, 0, 0, .5);--cds-custom-ai-popover-background: #161616;--cds-custom-ai-popover-caret-bottom: #4589ff;--cds-custom-ai-popover-caret-bottom-background: #202d45;--cds-custom-ai-popover-caret-bottom-background-actions: #1e283a;--cds-custom-ai-popover-caret-center: #4870b5;--cds-custom-ai-popover-shadow-outer-01: rgba(0, 0, 0, .12);--cds-custom-ai-popover-shadow-outer-02: rgba(0, 0, 0, .08);--cds-custom-ai-skeleton-background: rgba(120, 169, 255, .5);--cds-custom-ai-skeleton-element-background: rgba(120, 169, 255, .3);--cds-custom-background: #161616;--cds-custom-background-active: rgba(141, 141, 141, .4);--cds-custom-background-brand: #0f62fe;--cds-custom-background-hover: rgba(141, 141, 141, .16);--cds-custom-background-inverse: #f4f4f4;--cds-custom-background-inverse-hover: #e8e8e8;--cds-custom-background-selected: rgba(141, 141, 141, .24);--cds-custom-background-selected-hover: rgba(141, 141, 141, .32);--cds-custom-border-disabled: rgba(141, 141, 141, .5);--cds-custom-border-interactive: #4589ff;--cds-custom-border-inverse: #f4f4f4;--cds-custom-border-strong-01: #6f6f6f;--cds-custom-border-strong-02: #8d8d8d;--cds-custom-border-strong-03: #a8a8a8;--cds-custom-border-subtle-00: #393939;--cds-custom-border-subtle-01: #525252;--cds-custom-border-subtle-02: #6f6f6f;--cds-custom-border-subtle-03: #6f6f6f;--cds-custom-border-subtle-selected-01: #6f6f6f;--cds-custom-border-subtle-selected-02: #8d8d8d;--cds-custom-border-subtle-selected-03: #8d8d8d;--cds-custom-border-tile-01: #525252;--cds-custom-border-tile-02: #6f6f6f;--cds-custom-border-tile-03: #8d8d8d;--cds-custom-chat-avatar-agent: #c6c6c6;--cds-custom-chat-avatar-bot: #8d8d8d;--cds-custom-chat-avatar-user: #4589ff;--cds-custom-chat-bubble-agent: #262626;--cds-custom-chat-bubble-border: #525252;--cds-custom-chat-bubble-user: #393939;--cds-custom-chat-button: #78a9ff;--cds-custom-chat-button-active: rgba(141, 141, 141, .4);--cds-custom-chat-button-hover: rgba(141, 141, 141, .16);--cds-custom-chat-button-selected: rgba(141, 141, 141, .24);--cds-custom-chat-button-text-hover: #a6c8ff;--cds-custom-chat-button-text-selected: #c6c6c6;--cds-custom-chat-header-background: #262626;--cds-custom-chat-prompt-background: #161616;--cds-custom-chat-prompt-border-end: rgba(38, 38, 38, 0);--cds-custom-chat-prompt-border-start: #262626;--cds-custom-chat-shell-background: #262626;--cds-custom-field-01: #262626;--cds-custom-field-02: #393939;--cds-custom-field-03: #525252;--cds-custom-field-hover-01: #333333;--cds-custom-field-hover-02: #474747;--cds-custom-field-hover-03: #636363;--cds-custom-focus: #ffffff;--cds-custom-focus-inset: #161616;--cds-custom-focus-inverse: #0f62fe;--cds-custom-highlight: #001d6c;--cds-custom-icon-disabled: rgba(244, 244, 244, .25);--cds-custom-icon-interactive: #ffffff;--cds-custom-icon-inverse: #161616;--cds-custom-icon-on-color: #ffffff;--cds-custom-icon-on-color-disabled: rgba(255, 255, 255, .25);--cds-custom-icon-primary: #f4f4f4;--cds-custom-icon-secondary: #c6c6c6;--cds-custom-interactive: #4589ff;--cds-custom-layer-01: #262626;--cds-custom-layer-02: #393939;--cds-custom-layer-03: #525252;--cds-custom-layer-accent-01: #393939;--cds-custom-layer-accent-02: #525252;--cds-custom-layer-accent-03: #6f6f6f;--cds-custom-layer-accent-active-01: #6f6f6f;--cds-custom-layer-accent-active-02: #8d8d8d;--cds-custom-layer-accent-active-03: #393939;--cds-custom-layer-accent-hover-01: #474747;--cds-custom-layer-accent-hover-02: #636363;--cds-custom-layer-accent-hover-03: #5e5e5e;--cds-custom-layer-active-01: #525252;--cds-custom-layer-active-02: #6f6f6f;--cds-custom-layer-active-03: #8d8d8d;--cds-custom-layer-background-01: #161616;--cds-custom-layer-background-02: #262626;--cds-custom-layer-background-03: #393939;--cds-custom-layer-hover-01: #333333;--cds-custom-layer-hover-02: #474747;--cds-custom-layer-hover-03: #636363;--cds-custom-layer-selected-01: #393939;--cds-custom-layer-selected-02: #525252;--cds-custom-layer-selected-03: #6f6f6f;--cds-custom-layer-selected-disabled: #a8a8a8;--cds-custom-layer-selected-hover-01: #474747;--cds-custom-layer-selected-hover-02: #636363;--cds-custom-layer-selected-hover-03: #5e5e5e;--cds-custom-layer-selected-inverse: #f4f4f4;--cds-custom-link-inverse: #0f62fe;--cds-custom-link-inverse-active: #161616;--cds-custom-link-inverse-hover: #0043ce;--cds-custom-link-inverse-visited: #8a3ffc;--cds-custom-link-primary: #78a9ff;--cds-custom-link-primary-hover: #a6c8ff;--cds-custom-link-secondary: #a6c8ff;--cds-custom-link-visited: #be95ff;--cds-custom-overlay: rgba(0, 0, 0, .65);--cds-custom-shadow: rgba(0, 0, 0, .8);--cds-custom-skeleton-background: #292929;--cds-custom-skeleton-element: #393939;--cds-custom-support-caution-major: #ff832b;--cds-custom-support-caution-minor: #f1c21b;--cds-custom-support-caution-undefined: #a56eff;--cds-custom-support-error: #fa4d56;--cds-custom-support-error-inverse: #da1e28;--cds-custom-support-info: #4589ff;--cds-custom-support-info-inverse: #0043ce;--cds-custom-support-success: #42be65;--cds-custom-support-success-inverse: #24a148;--cds-custom-support-warning: #f1c21b;--cds-custom-support-warning-inverse: #f1c21b;--cds-custom-text-disabled: rgba(244, 244, 244, .25);--cds-custom-text-error: #ff8389;--cds-custom-text-helper: #a8a8a8;--cds-custom-text-inverse: #161616;--cds-custom-text-on-color: #ffffff;--cds-custom-text-on-color-disabled: rgba(255, 255, 255, .25);--cds-custom-text-placeholder: rgba(244, 244, 244, .4);--cds-custom-text-primary: #f4f4f4;--cds-custom-text-secondary: #c6c6c6;--cds-custom-toggle-off: #6f6f6f;--cds-custom-spacing-01: .125rem;--cds-custom-spacing-02: .25rem;--cds-custom-spacing-03: .5rem;--cds-custom-spacing-04: .75rem;--cds-custom-spacing-05: 1rem;--cds-custom-spacing-06: 1.5rem;--cds-custom-spacing-07: 2rem;--cds-custom-spacing-08: 2.5rem;--cds-custom-spacing-09: 3rem;--cds-custom-spacing-10: 4rem;--cds-custom-spacing-11: 5rem;--cds-custom-spacing-12: 6rem;--cds-custom-spacing-13: 10rem;--cds-custom-fluid-spacing-01: 0;--cds-custom-fluid-spacing-02: 2vw;--cds-custom-fluid-spacing-03: 5vw;--cds-custom-fluid-spacing-04: 10vw;--cds-custom-caption-01-font-size: .75rem;--cds-custom-caption-01-font-weight: 400;--cds-custom-caption-01-line-height: 1.33333;--cds-custom-caption-01-letter-spacing: .32px;--cds-custom-caption-02-font-size: .875rem;--cds-custom-caption-02-font-weight: 400;--cds-custom-caption-02-line-height: 1.28572;--cds-custom-caption-02-letter-spacing: .32px;--cds-custom-label-01-font-size: .75rem;--cds-custom-label-01-font-weight: 400;--cds-custom-label-01-line-height: 1.33333;--cds-custom-label-01-letter-spacing: .32px;--cds-custom-label-02-font-size: .875rem;--cds-custom-label-02-font-weight: 400;--cds-custom-label-02-line-height: 1.28572;--cds-custom-label-02-letter-spacing: .16px;--cds-custom-helper-text-01-font-size: .75rem;--cds-custom-helper-text-01-line-height: 1.33333;--cds-custom-helper-text-01-letter-spacing: .32px;--cds-custom-helper-text-02-font-size: .875rem;--cds-custom-helper-text-02-font-weight: 400;--cds-custom-helper-text-02-line-height: 1.28572;--cds-custom-helper-text-02-letter-spacing: .16px;--cds-custom-body-short-01-font-size: .875rem;--cds-custom-body-short-01-font-weight: 400;--cds-custom-body-short-01-line-height: 1.28572;--cds-custom-body-short-01-letter-spacing: .16px;--cds-custom-body-short-02-font-size: 1rem;--cds-custom-body-short-02-font-weight: 400;--cds-custom-body-short-02-line-height: 1.375;--cds-custom-body-short-02-letter-spacing: 0;--cds-custom-body-long-01-font-size: .875rem;--cds-custom-body-long-01-font-weight: 400;--cds-custom-body-long-01-line-height: 1.42857;--cds-custom-body-long-01-letter-spacing: .16px;--cds-custom-body-long-02-font-size: 1rem;--cds-custom-body-long-02-font-weight: 400;--cds-custom-body-long-02-line-height: 1.5;--cds-custom-body-long-02-letter-spacing: 0;--cds-custom-code-01-font-family: "IBM Plex Mono", system-ui, -apple-system, BlinkMacSystemFont, ".SFNSText-Regular", monospace;--cds-custom-code-01-font-size: .75rem;--cds-custom-code-01-font-weight: 400;--cds-custom-code-01-line-height: 1.33333;--cds-custom-code-01-letter-spacing: .32px;--cds-custom-code-02-font-family: "IBM Plex Mono", system-ui, -apple-system, BlinkMacSystemFont, ".SFNSText-Regular", monospace;--cds-custom-code-02-font-size: .875rem;--cds-custom-code-02-font-weight: 400;--cds-custom-code-02-line-height: 1.42857;--cds-custom-code-02-letter-spacing: .32px;--cds-custom-heading-01-font-size: .875rem;--cds-custom-heading-01-font-weight: 600;--cds-custom-heading-01-line-height: 1.42857;--cds-custom-heading-01-letter-spacing: .16px;--cds-custom-heading-02-font-size: 1rem;--cds-custom-heading-02-font-weight: 600;--cds-custom-heading-02-line-height: 1.5;--cds-custom-heading-02-letter-spacing: 0;--cds-custom-productive-heading-01-font-size: .875rem;--cds-custom-productive-heading-01-font-weight: 600;--cds-custom-productive-heading-01-line-height: 1.28572;--cds-custom-productive-heading-01-letter-spacing: .16px;--cds-custom-productive-heading-02-font-size: 1rem;--cds-custom-productive-heading-02-font-weight: 600;--cds-custom-productive-heading-02-line-height: 1.375;--cds-custom-productive-heading-02-letter-spacing: 0;--cds-custom-productive-heading-03-font-size: 1.25rem;--cds-custom-productive-heading-03-font-weight: 400;--cds-custom-productive-heading-03-line-height: 1.4;--cds-custom-productive-heading-03-letter-spacing: 0;--cds-custom-productive-heading-04-font-size: 1.75rem;--cds-custom-productive-heading-04-font-weight: 400;--cds-custom-productive-heading-04-line-height: 1.28572;--cds-custom-productive-heading-04-letter-spacing: 0;--cds-custom-productive-heading-05-font-size: 2rem;--cds-custom-productive-heading-05-font-weight: 400;--cds-custom-productive-heading-05-line-height: 1.25;--cds-custom-productive-heading-05-letter-spacing: 0;--cds-custom-productive-heading-06-font-size: 2.625rem;--cds-custom-productive-heading-06-font-weight: 300;--cds-custom-productive-heading-06-line-height: 1.199;--cds-custom-productive-heading-06-letter-spacing: 0;--cds-custom-productive-heading-07-font-size: 3.375rem;--cds-custom-productive-heading-07-font-weight: 300;--cds-custom-productive-heading-07-line-height: 1.19;--cds-custom-productive-heading-07-letter-spacing: 0;--cds-custom-expressive-paragraph-01-font-size: 1.5rem;--cds-custom-expressive-paragraph-01-font-weight: 300;--cds-custom-expressive-paragraph-01-line-height: 1.334;--cds-custom-expressive-paragraph-01-letter-spacing: 0;--cds-custom-expressive-heading-01-font-size: .875rem;--cds-custom-expressive-heading-01-font-weight: 600;--cds-custom-expressive-heading-01-line-height: 1.42857;--cds-custom-expressive-heading-01-letter-spacing: .16px;--cds-custom-expressive-heading-02-font-size: 1rem;--cds-custom-expressive-heading-02-font-weight: 600;--cds-custom-expressive-heading-02-line-height: 1.5;--cds-custom-expressive-heading-02-letter-spacing: 0;--cds-custom-expressive-heading-03-font-size: 1.25rem;--cds-custom-expressive-heading-03-font-weight: 400;--cds-custom-expressive-heading-03-line-height: 1.4;--cds-custom-expressive-heading-03-letter-spacing: 0;--cds-custom-expressive-heading-04-font-size: 1.75rem;--cds-custom-expressive-heading-04-font-weight: 400;--cds-custom-expressive-heading-04-line-height: 1.28572;--cds-custom-expressive-heading-04-letter-spacing: 0;--cds-custom-expressive-heading-05-font-size: 2rem;--cds-custom-expressive-heading-05-font-weight: 400;--cds-custom-expressive-heading-05-line-height: 1.25;--cds-custom-expressive-heading-05-letter-spacing: 0;--cds-custom-expressive-heading-06-font-size: 2rem;--cds-custom-expressive-heading-06-font-weight: 600;--cds-custom-expressive-heading-06-line-height: 1.25;--cds-custom-expressive-heading-06-letter-spacing: 0;--cds-custom-quotation-01-font-family: "IBM Plex Serif", system-ui, -apple-system, BlinkMacSystemFont, ".SFNSText-Regular", serif;--cds-custom-quotation-01-font-size: 1.25rem;--cds-custom-quotation-01-font-weight: 400;--cds-custom-quotation-01-line-height: 1.3;--cds-custom-quotation-01-letter-spacing: 0;--cds-custom-quotation-02-font-family: "IBM Plex Serif", system-ui, -apple-system, BlinkMacSystemFont, ".SFNSText-Regular", serif;--cds-custom-quotation-02-font-size: 2rem;--cds-custom-quotation-02-font-weight: 300;--cds-custom-quotation-02-line-height: 1.25;--cds-custom-quotation-02-letter-spacing: 0;--cds-custom-display-01-font-size: 2.625rem;--cds-custom-display-01-font-weight: 300;--cds-custom-display-01-line-height: 1.19;--cds-custom-display-01-letter-spacing: 0;--cds-custom-display-02-font-size: 2.625rem;--cds-custom-display-02-font-weight: 600;--cds-custom-display-02-line-height: 1.19;--cds-custom-display-02-letter-spacing: 0;--cds-custom-display-03-font-size: 2.625rem;--cds-custom-display-03-font-weight: 300;--cds-custom-display-03-line-height: 1.19;--cds-custom-display-03-letter-spacing: 0;--cds-custom-display-04-font-size: 2.625rem;--cds-custom-display-04-font-weight: 300;--cds-custom-display-04-line-height: 1.19;--cds-custom-display-04-letter-spacing: 0;--cds-custom-legal-01-font-size: .75rem;--cds-custom-legal-01-font-weight: 400;--cds-custom-legal-01-line-height: 1.33333;--cds-custom-legal-01-letter-spacing: .32px;--cds-custom-legal-02-font-size: .875rem;--cds-custom-legal-02-font-weight: 400;--cds-custom-legal-02-line-height: 1.28572;--cds-custom-legal-02-letter-spacing: .16px;--cds-custom-body-compact-01-font-size: .875rem;--cds-custom-body-compact-01-font-weight: 400;--cds-custom-body-compact-01-line-height: 1.28572;--cds-custom-body-compact-01-letter-spacing: .16px;--cds-custom-body-compact-02-font-size: 1rem;--cds-custom-body-compact-02-font-weight: 400;--cds-custom-body-compact-02-line-height: 1.375;--cds-custom-body-compact-02-letter-spacing: 0;--cds-custom-heading-compact-01-font-size: .875rem;--cds-custom-heading-compact-01-font-weight: 600;--cds-custom-heading-compact-01-line-height: 1.28572;--cds-custom-heading-compact-01-letter-spacing: .16px;--cds-custom-heading-compact-02-font-size: 1rem;--cds-custom-heading-compact-02-font-weight: 600;--cds-custom-heading-compact-02-line-height: 1.375;--cds-custom-heading-compact-02-letter-spacing: 0;--cds-custom-body-01-font-size: .875rem;--cds-custom-body-01-font-weight: 400;--cds-custom-body-01-line-height: 1.42857;--cds-custom-body-01-letter-spacing: .16px;--cds-custom-body-02-font-size: 1rem;--cds-custom-body-02-font-weight: 400;--cds-custom-body-02-line-height: 1.5;--cds-custom-body-02-letter-spacing: 0;--cds-custom-heading-03-font-size: 1.25rem;--cds-custom-heading-03-font-weight: 400;--cds-custom-heading-03-line-height: 1.4;--cds-custom-heading-03-letter-spacing: 0;--cds-custom-heading-04-font-size: 1.75rem;--cds-custom-heading-04-font-weight: 400;--cds-custom-heading-04-line-height: 1.28572;--cds-custom-heading-04-letter-spacing: 0;--cds-custom-heading-05-font-size: 2rem;--cds-custom-heading-05-font-weight: 400;--cds-custom-heading-05-line-height: 1.25;--cds-custom-heading-05-letter-spacing: 0;--cds-custom-heading-06-font-size: 2.625rem;--cds-custom-heading-06-font-weight: 300;--cds-custom-heading-06-line-height: 1.199;--cds-custom-heading-06-letter-spacing: 0;--cds-custom-heading-07-font-size: 3.375rem;--cds-custom-heading-07-font-weight: 300;--cds-custom-heading-07-line-height: 1.19;--cds-custom-heading-07-letter-spacing: 0;--cds-custom-fluid-heading-03-font-size: 1.25rem;--cds-custom-fluid-heading-03-font-weight: 400;--cds-custom-fluid-heading-03-line-height: 1.4;--cds-custom-fluid-heading-03-letter-spacing: 0;--cds-custom-fluid-heading-04-font-size: 1.75rem;--cds-custom-fluid-heading-04-font-weight: 400;--cds-custom-fluid-heading-04-line-height: 1.28572;--cds-custom-fluid-heading-04-letter-spacing: 0;--cds-custom-fluid-heading-05-font-size: 2rem;--cds-custom-fluid-heading-05-font-weight: 400;--cds-custom-fluid-heading-05-line-height: 1.25;--cds-custom-fluid-heading-05-letter-spacing: 0;--cds-custom-fluid-heading-06-font-size: 2rem;--cds-custom-fluid-heading-06-font-weight: 600;--cds-custom-fluid-heading-06-line-height: 1.25;--cds-custom-fluid-heading-06-letter-spacing: 0;--cds-custom-fluid-paragraph-01-font-size: 1.5rem;--cds-custom-fluid-paragraph-01-font-weight: 300;--cds-custom-fluid-paragraph-01-line-height: 1.334;--cds-custom-fluid-paragraph-01-letter-spacing: 0;--cds-custom-fluid-quotation-01-font-family: "IBM Plex Serif", system-ui, -apple-system, BlinkMacSystemFont, ".SFNSText-Regular", serif;--cds-custom-fluid-quotation-01-font-size: 1.25rem;--cds-custom-fluid-quotation-01-font-weight: 400;--cds-custom-fluid-quotation-01-line-height: 1.3;--cds-custom-fluid-quotation-01-letter-spacing: 0;--cds-custom-fluid-quotation-02-font-family: "IBM Plex Serif", system-ui, -apple-system, BlinkMacSystemFont, ".SFNSText-Regular", serif;--cds-custom-fluid-quotation-02-font-size: 2rem;--cds-custom-fluid-quotation-02-font-weight: 300;--cds-custom-fluid-quotation-02-line-height: 1.25;--cds-custom-fluid-quotation-02-letter-spacing: 0;--cds-custom-fluid-display-01-font-size: 2.625rem;--cds-custom-fluid-display-01-font-weight: 300;--cds-custom-fluid-display-01-line-height: 1.19;--cds-custom-fluid-display-01-letter-spacing: 0;--cds-custom-fluid-display-02-font-size: 2.625rem;--cds-custom-fluid-display-02-font-weight: 600;--cds-custom-fluid-display-02-line-height: 1.19;--cds-custom-fluid-display-02-letter-spacing: 0;--cds-custom-fluid-display-03-font-size: 2.625rem;--cds-custom-fluid-display-03-font-weight: 300;--cds-custom-fluid-display-03-line-height: 1.19;--cds-custom-fluid-display-03-letter-spacing: 0;--cds-custom-fluid-display-04-font-size: 2.625rem;--cds-custom-fluid-display-04-font-weight: 300;--cds-custom-fluid-display-04-line-height: 1.19;--cds-custom-fluid-display-04-letter-spacing: 0;--cds-custom-button-separator: #161616;--cds-custom-button-primary: #0f62fe;--cds-custom-button-secondary: #6f6f6f;--cds-custom-button-tertiary: #ffffff;--cds-custom-button-danger-primary: #da1e28;--cds-custom-button-danger-secondary: #fa4d56;--cds-custom-button-danger-active: #750e13;--cds-custom-button-primary-active: #002d9c;--cds-custom-button-secondary-active: #393939;--cds-custom-button-tertiary-active: #c6c6c6;--cds-custom-button-danger-hover: #b81921;--cds-custom-button-primary-hover: #0050e6;--cds-custom-button-secondary-hover: #5e5e5e;--cds-custom-button-tertiary-hover: #f4f4f4;--cds-custom-button-disabled: rgba(141, 141, 141, .3)}@media screen and (-ms-high-contrast: active),(forced-colors: active){clabs-global-header-apaas,clabs-global-header-hybrid-ipaas{--cds-custom-icon-primary: ButtonText;--cds-custom-icon-secondary: ButtonText;--cds-custom-icon-interactive: ButtonText;--cds-custom-icon-disabled: GrayText;--cds-custom-icon-on-color-disabled: GrayText;--cds-custom-icon-inverse: SelectedItemText;--cds-custom-icon-on-color: SelectedItemText;--cds-custom-button-disabled: GrayText;--cds-custom-interactive: ButtonText;--cds-custom-link-primary: LinkText;--cds-custom-link-primary-hover: LinkText;--cds-custom-link-secondary: LinkText;--cds-custom-link-inverse: SelectedItemText;--cds-custom-link-inverse-hover: SelectedItemText;--cds-custom-link-inverse-visited: SelectedItemText;--cds-custom-link-visited: VisitedText;--cds-custom-background-selected: SelectedItem;--cds-custom-background-selected-hover: SelectedItem;--cds-custom-background-inverse: SelectedItem;--cds-custom-layer-selected-inverse: SelectedItem}}clabs-global-header-apaas,clabs-global-header-hybrid-ipaas{--cds-custom-layer: var(--cds-custom-layer-01, #f4f4f4);--cds-custom-layer-active: var(--cds-custom-layer-active-01, #c6c6c6);--cds-custom-layer-background: var(--cds-custom-layer-background-01, #ffffff);--cds-custom-layer-hover: var(--cds-custom-layer-hover-01, #e8e8e8);--cds-custom-layer-selected: var(--cds-custom-layer-selected-01, #e0e0e0);--cds-custom-layer-selected-hover: var(--cds-custom-layer-selected-hover-01, #d1d1d1);--cds-custom-layer-accent: var(--cds-custom-layer-accent-01, #e0e0e0);--cds-custom-layer-accent-hover: var(--cds-custom-layer-accent-hover-01, #d1d1d1);--cds-custom-layer-accent-active: var(--cds-custom-layer-accent-active-01, #a8a8a8);--cds-custom-field: var(--cds-custom-field-01, #f4f4f4);--cds-custom-field-hover: var(--cds-custom-field-hover-01, #e8e8e8);--cds-custom-border-subtle: var(--cds-custom-border-subtle-00, #e0e0e0);--cds-custom-border-subtle-selected: var(--cds-custom-border-subtle-selected-01, #c6c6c6);--cds-custom-border-strong: var(--cds-custom-border-strong-01, #8d8d8d);--cds-custom-border-tile: var(--cds-custom-border-tile-01, #c6c6c6)}.ibm-automation-cds__header{z-index:8050}.ibm-automation-cds__header-name{margin:0 0 0 -.5rem}.ibm-automation-cds__capability-name{overflow:hidden;color:var(--cds-custom-text-primary);font-weight:400;margin-inline-end:1.5rem;text-overflow:ellipsis;white-space:nowrap}.ibm-automation-cds__product-type{white-space:nowrap}.ibm-automation-cds__global{display:flex;flex:1 1 0%;justify-content:flex-end;block-size:100%}.automation-global-header__popover__section{position:relative;padding:1rem}.automation-global-header__popover__section:not(:last-child):after{position:absolute;border-block-end:1px solid #393939;content:"";inline-size:100%;inset-block-end:0;inset-inline-start:0}.automation--header__popover__header{display:flex;flex-wrap:nowrap}.automation--header__popover__profile__header__title{font-size:var(--cds-custom-productive-heading-03-font-size, 1.25rem);font-weight:var(--cds-custom-productive-heading-03-font-weight, 400);line-height:var(--cds-custom-productive-heading-03-line-height, 1.4);letter-spacing:var(--cds-custom-productive-heading-03-letter-spacing, 0);line-height:1.2;margin-block-end:.25rem}.automation--header__popover__profile__header__title,.automation--header__popover__profile__header__email{display:block;inline-size:189px;word-wrap:break-word}.automation-global-header__horizontal_section{border:.25px solid #393939;margin-inline:.5rem}.automation-global-header__name_section{margin-inline-start:1rem}.automation-global-header__console_lnk_section,.automation-global-header__usr_management_lnk_section{padding:0}.automation-global-header__popover__link-item a{text-decoration:none}.automation-global-header__popover__section ul,.automation-global-header__profile_footer ul{padding:0;margin:0}.automation-global-header__popover__section ul li,.automation-global-header__profile_footer ul li{list-style-position:inside;list-style-type:none}.automation-global-header__popover__link{font-size:var(--cds-custom-body-short-01-font-size, .875rem);font-weight:var(--cds-custom-body-short-01-font-weight, 400);line-height:var(--cds-custom-body-short-01-line-height, 1.28572);letter-spacing:var(--cds-custom-body-short-01-letter-spacing, .16px);display:flex;padding:1rem;color:#fff;text-decoration:none;transition:background-color .11s,color .11s}.automation-global-header__popover__link svg{block-size:100%}.automation-global-header__popover__link .link_icon{margin-inline-end:.5rem}.automation-global-header__popover__link:hover{background-color:#353535}.automation-global-header__popover__link:hover .launch_icon{opacity:1}.automation-global-header__popover__link .link_text{margin:auto 0}.automation-global-header__popover__link .launch_icon{margin-inline-start:auto;opacity:0}.automation--header__popover__profile__header__email{font-size:var(--cds-custom-label-01-font-size, .75rem);font-weight:var(--cds-custom-label-01-font-weight, 400);line-height:var(--cds-custom-label-01-line-height, 1.33333);letter-spacing:var(--cds-custom-label-01-letter-spacing, .32px);color:#c6c6c6}.automation-global-header__instance_details{margin:1rem}.automation-global-header__title-bar__label{font-size:var(--cds-custom-label-01-font-size, .75rem);font-weight:var(--cds-custom-label-01-font-weight, 400);line-height:var(--cds-custom-label-01-line-height, 1.33333);letter-spacing:var(--cds-custom-label-01-letter-spacing, .32px);color:#c6c6c6;margin-block-end:.25rem}.automation-global-header__title-bar__text{font-size:var(--cds-custom-expressive-heading-01-font-size, .875rem);font-weight:var(--cds-custom-expressive-heading-01-font-weight, 600);line-height:var(--cds-custom-expressive-heading-01-line-height, 1.42857);letter-spacing:var(--cds-custom-expressive-heading-01-letter-spacing, .16px);font-weight:400}.automation-global-header__title-bar__text:not(:last-child){margin-block-end:1rem}.automation-global-header__popover__profile__footer__logout{color:#fff!important}.automation-global-header__popover__link-item cds-button{inline-size:100%}.automation-global-header__popover__link-item cds-button::part(button){padding:0;inline-size:100%}.automation-global-header__popover__link-item cds-button .automation-global-header__popover__link{inline-size:100%}cds-custom-header-global-action.mcsp-header-user-profile{display:flex;block-size:48px;inline-size:48px}cds-custom-header-global-action clabs-global-header-user-profile-image{inline-size:100%}.ibm-automation-cds__help-menu{list-style:none}.ibm-automation-cds__help-menu svg{fill:#fff}.ibm-automation-cds__help-menu ul{transform:translate(calc(3rem - 100%)) translateY(100%)!important}.ibm-automation-cds__help-menu .ibm-automation-cds--text-truncate--end{display:flex;justify-content:space-between;inline-size:320px}.ibm-automation-cds__help-menu .ibm-automation-cds--header__menu-item{padding:12px;block-size:47px}.automation-global-header__notification svg{fill:#fff}.automation-global-header__notification svg circle{fill:#d61f28}cds-custom-header-global-action.mcsp-header-user-profile>div{border-radius:50%;margin:7px;background-color:#1192e8;block-size:32px;inline-size:32px}cds-custom-header-global-action.mcsp-header-user-profile>div svg{margin:6px}.automation-global-header__divider:before{display:block;background-color:var(--cds-custom-border-subtle);block-size:2.5rem;content:"";inline-size:.0625rem;transform:translateY(.25rem)}.automation--header__group{position:relative;display:flex}.automation-global-header--popover-content-container .ibm-automation-cds--popover span{display:none!important}.automation-global-header--popover-content-container .ibm-automation-cds--popover .ibm-automation-cds--popover-caret{display:none!important}.ibm-automation-cds--custom-header__nav{display:block!important}.ibm-automation-cds--header__global .ibm-automation-cds--popover span{display:none!important}.c4p--user-profile-image--light{color:#000}.automation-global-header__trial-menu__counting-box-alert{background-image:linear-gradient(135deg,#161616,#161616),linear-gradient(135deg,#fa4d56,#fa4d56)}.automation-global-header__trial-menu{color:#f4f4f4}.automation-global-header__trial-menu::part(button){display:flex;align-items:center;padding:0 .75rem;inline-size:fit-content}.automation-global-header__trial-menu p{font-size:var(--cds-custom-label-01-font-size, .75rem);font-weight:var(--cds-custom-label-01-font-weight, 400);line-height:var(--cds-custom-label-01-line-height, 1.33333);letter-spacing:var(--cds-custom-label-01-letter-spacing, .32px)}.automation-global-header__trial-menu .trial-label{color:#f4f4f4;padding-inline-start:5px;text-align:center;white-space:nowrap}.automation-global-header__trial-menu .automation-global-header__trial-menu__counting-box{border:1px solid transparent;border-radius:.125rem;background-clip:padding-box,border-box;background-image:linear-gradient(135deg,#161616,#161616),linear-gradient(135deg,#0043ce,#be95ff);background-origin:padding-box,border-box;block-size:1.25rem;color:#f4f4f4;font-size:14px;font-weight:600;min-inline-size:1rem;text-align:center}.automation-global-header__trial-menu .automation-global-header__trial-menu__counting-box-alert{background-image:linear-gradient(135deg,#161616,#161616),linear-gradient(135deg,#fa4d56,#fa4d56)}.automation-global-header__trial-menu:hover .automation-global-header__trial-menu__counting-box{background-image:linear-gradient(135deg,#353535,#353535),linear-gradient(135deg,#0043ce,#be95ff)!important}.automation-global-header__trial-menu:hover .automation-global-header__trial-menu__counting-box-alert{background-image:linear-gradient(135deg,#353535,#353535),linear-gradient(135deg,#fa4d56,#fa4d56)!important}.ibm-automation-cds--header__action:hover{background-color:#393939}.ibm-automation-cds--btn.ibm-automation-cds--btn--icon-only.ibm-automation-cds--header__action svg{fill:#fff}@media (forced-colors: active){.ibm-automation-cds--btn.ibm-automation-cds--btn--icon-only.ibm-automation-cds--header__action svg{fill:#fff}}@media (forced-colors: active) and (-ms-high-contrast: black-on-white){.ibm-automation-cds--btn.ibm-automation-cds--btn--icon-only.ibm-automation-cds--header__action svg{fill:#000}}@media (forced-colors: active) and (-ms-high-contrast: white-on-black){.ibm-automation-cds--btn.ibm-automation-cds--btn--icon-only.ibm-automation-cds--header__action svg{fill:#fff}}.automation-global-header__switcher{border:0!important;block-size:max-content;inline-size:max-content;min-block-size:max-content}.c4p--notifications-panel__container{border:0;block-size:max-content;min-block-size:max-content}.automation-header__tooltip{position:absolute;color:#fff;inline-size:16rem;inset-block-start:0;inset-inline-end:0;transform:translate(40px)}.automation-header__tooltip-body{padding:1rem;border-radius:3px;background-color:#393939;box-shadow:0 5px 5px #0000004d}.automation-header__tooltip-body :last-child{margin-block-end:0}.automation-global-header__tooltip-description{font-size:14px;line-height:1.25rem;margin-block-end:1rem}.automation-global-header__tooltip-links{margin-block-end:1rem}.automation-global-header__tooltip-links .automation-global-header__tooltip-link{display:block;padding:6px 15px;color:#78a9ff;margin-block-end:.25rem;margin-inline-start:-1rem}.automation-global-header__tooltip-links .automation-global-header__tooltip-link svg{fill:#78a9ff}.automation-global-header__tooltip-links .automation-global-header__tooltip-link:hover{background-color:#0000;text-decoration:underline}.automation-global-header__trial-button{display:inline-block}.automation-global-header__trial-button .buttons{display:flex;padding:6px 15px;background:#0f62fe;color:#fff}.automation-global-header__trial-button .button-icon{display:flex;margin-inline-start:20px}.automation-global-header__trial-button:hover{text-decoration:none}.automation-global-header--popover-content-container .ibm-automation-cds--popover span{display:none}.automation-global-header--popover-content-container .ibm-automation-cds--popover .ibm-automation-cds--popover-content{font-size:var(--cds-custom-body-01-font-size, .875rem);font-weight:var(--cds-custom-body-01-font-weight, 400);line-height:var(--cds-custom-body-01-line-height, 1.42857);letter-spacing:var(--cds-custom-body-01-letter-spacing, .16px);padding:.125rem .5rem;background-color:#393939;color:#fff}.automation-global-header--popover-content-container .ibm-automation-cds--popover .ibm-automation-cds--popover-caret{display:none}.automation-global-header__switcher{border:0!important;block-size:max-content;color:#a8a8a8;inline-size:max-content;min-block-size:max-content}.automation-global-header__switcher-menu{display:inline-block;block-size:47px;color:#a8a8a8;list-style-type:none;min-inline-size:12rem!important}.automation-global-header__switcher-menu-item-title{display:flex;align-items:flex-end;justify-content:space-between}.automation-global-header__switcher-menu-item-title span{overflow:hidden;margin-inline-end:1.5rem;max-inline-size:224px;text-overflow:ellipsis;white-space:nowrap}.automation-global-header__switcher-menu-item-title-hidden-checkmark{visibility:hidden}.automation-global-header__switcher-menu-item-title-icons-left{display:flex}.automation-global-header__switcher-menu-item-title-icons-left div{margin-inline-end:1rem}.automation-global-header__switcher-menu-item-title-icons-left span{overflow:hidden;margin-inline-end:1rem;max-inline-size:224px;text-overflow:ellipsis;white-space:nowrap}.automation-global-header__switcher-menu-item>span{overflow:hidden;max-inline-size:224px;text-overflow:ellipsis;white-space:nowrap}.automation-global-header__switcher-menu-disabled{pointer-events:none}.automation-global-header__switcher-menu.hybrid-ipaas .cds--header__menu-item+.cds--header__menu-title[aria-expanded=false]{inline-size:100%!important;min-inline-size:15rem!important}.automation-global-header__switcher-menu-group-title{display:flex;align-items:center;justify-content:space-between;block-size:47px;color:#f4f4f4;margin-inline-start:1rem;pointer-events:none;font-size:var(--cds-custom-heading-compact-01-font-size, .875rem);font-weight:var(--cds-custom-heading-compact-01-font-weight, 600);line-height:var(--cds-custom-heading-compact-01-line-height, 1.28572);letter-spacing:var(--cds-custom-heading-compact-01-letter-spacing, .16px)}cds-custom-header-menu::part(menu-body){inline-size:100%!important;max-block-size:calc(100vh - 47px);min-inline-size:15rem!important;overflow-x:hidden}cds-custom-header-menu::part(trigger){display:flex!important;overflow:hidden;flex-direction:row!important;flex-wrap:nowrap!important;align-items:center!important;justify-content:space-between!important;max-inline-size:224px;text-overflow:ellipsis;white-space:nowrap}cds-custom-header-menu-item:nth-last-child(2){border-block-end:1px solid #393939}/**
|
|
6335
6360
|
* @license
|
|
6336
6361
|
*
|
|
6337
6362
|
* Copyright IBM Corp. 2025
|
|
@@ -6339,12 +6364,12 @@ const Ji = `.cds-custom--layout--size-xs{--cds-custom-layout-size-height-context
|
|
|
6339
6364
|
* This source code is licensed under the Apache-2.0 license found in the
|
|
6340
6365
|
* LICENSE file in the root directory of this source tree.
|
|
6341
6366
|
*/.ibm-automation-cds .automation-header-navigation-action__menu-item{display:block;cursor:pointer}.ibm-automation-cds .automation-header-navigation-action__menu-item a{color:#f4f4f4}.ibm-automation-cds .automation-header-navigation-action__menu-item span{display:flex;align-items:center}.ibm-automation-cds .automation-header-navigation-action__menu-item svg{margin-inline-start:.25rem}`;
|
|
6342
|
-
var
|
|
6343
|
-
for (var c = e > 1 ? void 0 : e ?
|
|
6367
|
+
var od = Object.defineProperty, sd = Object.getOwnPropertyDescriptor, X = (o, t, s, e) => {
|
|
6368
|
+
for (var c = e > 1 ? void 0 : e ? sd(t, s) : t, r = o.length - 1, n; r >= 0; r--)
|
|
6344
6369
|
(n = o[r]) && (c = (e ? n(t, s, c) : n(c)) || c);
|
|
6345
|
-
return e && c &&
|
|
6370
|
+
return e && c && od(t, s, c), c;
|
|
6346
6371
|
};
|
|
6347
|
-
const { stablePrefix:
|
|
6372
|
+
const { stablePrefix: ed } = st;
|
|
6348
6373
|
let j = class extends y {
|
|
6349
6374
|
constructor() {
|
|
6350
6375
|
super(), this.productName = null, this.productKey = "", this.fetchHeaders = {}, this.solisSidekickEnabled = !1, this.solisSwitcherEnabled = !1, this.basePath = "", this.displayName = "", this.userEmail = "", this.productVersion = null, this.assistMeKey = "", this.aiCallbackEvent = "", this.hasNewNotifications = !1, this.searchConfigs = null, this.capabilityProfileFooterLinks = [], this.capabilityGlobalActions = [], this.headerOptions = { ...un }, this._customEventListener = this._customEventListener.bind(this);
|
|
@@ -6478,7 +6503,7 @@ let j = class extends y {
|
|
|
6478
6503
|
}
|
|
6479
6504
|
};
|
|
6480
6505
|
j.styles = U`
|
|
6481
|
-
${ct(
|
|
6506
|
+
${ct(td)}
|
|
6482
6507
|
`;
|
|
6483
6508
|
X([
|
|
6484
6509
|
a({ type: String })
|
|
@@ -6538,9 +6563,9 @@ X([
|
|
|
6538
6563
|
Ot()
|
|
6539
6564
|
], j.prototype, "headerOptions", 2);
|
|
6540
6565
|
j = X([
|
|
6541
|
-
ot(`${
|
|
6566
|
+
ot(`${ed}-global-header-hybrid-ipaas`)
|
|
6542
6567
|
], j);
|
|
6543
|
-
const
|
|
6568
|
+
const cd = `/**
|
|
6544
6569
|
* @license
|
|
6545
6570
|
*
|
|
6546
6571
|
* Copyright IBM Corp. 2025
|
|
@@ -6548,12 +6573,12 @@ const ed = `/**
|
|
|
6548
6573
|
* This source code is licensed under the Apache-2.0 license found in the
|
|
6549
6574
|
* LICENSE file in the root directory of this source tree.
|
|
6550
6575
|
*/.automation-global-header__logout-header{padding-block:1rem}`;
|
|
6551
|
-
var
|
|
6552
|
-
for (var c = e > 1 ? void 0 : e ?
|
|
6576
|
+
var rd = Object.defineProperty, nd = Object.getOwnPropertyDescriptor, wc = (o, t, s, e) => {
|
|
6577
|
+
for (var c = e > 1 ? void 0 : e ? nd(t, s) : t, r = o.length - 1, n; r >= 0; r--)
|
|
6553
6578
|
(n = o[r]) && (c = (e ? n(t, s, c) : n(c)) || c);
|
|
6554
|
-
return e && c &&
|
|
6579
|
+
return e && c && rd(t, s, c), c;
|
|
6555
6580
|
};
|
|
6556
|
-
const { stablePrefix:
|
|
6581
|
+
const { stablePrefix: id } = st, dd = `${z}__logout-header`, ad = m`
|
|
6557
6582
|
<svg
|
|
6558
6583
|
width="45"
|
|
6559
6584
|
height="18"
|
|
@@ -6570,25 +6595,25 @@ let is = class extends y {
|
|
|
6570
6595
|
super(...arguments), this.brandCompany = "";
|
|
6571
6596
|
}
|
|
6572
6597
|
render() {
|
|
6573
|
-
return m` <cds-custom-header class="${
|
|
6598
|
+
return m` <cds-custom-header class="${dd}">
|
|
6574
6599
|
<cds-custom-header-name>
|
|
6575
|
-
${this.brandCompany === "IBM" ?
|
|
6600
|
+
${this.brandCompany === "IBM" ? ad : this.brandCompany}
|
|
6576
6601
|
</cds-custom-header-name>
|
|
6577
6602
|
</cds-custom-header>`;
|
|
6578
6603
|
}
|
|
6579
6604
|
};
|
|
6580
6605
|
is.styles = U`
|
|
6581
|
-
${ct([
|
|
6606
|
+
${ct([cd])}
|
|
6582
6607
|
`;
|
|
6583
6608
|
wc([
|
|
6584
6609
|
a({ type: String })
|
|
6585
6610
|
], is.prototype, "brandCompany", 2);
|
|
6586
6611
|
is = wc([
|
|
6587
|
-
ot(`${
|
|
6612
|
+
ot(`${id}-global-header-logout-banner`)
|
|
6588
6613
|
], is);
|
|
6589
6614
|
var Uo = U(['.cds-custom--link,:host(cds-custom-tile) ::slotted(.cds-custom--link){border:0;box-sizing:border-box;color:var(--cds-custom-link-text-color,var(--cds-custom-link-primary,#0f62fe));display:inline-flex;font-family:inherit;font-size:100%;font-size:var(--cds-custom-body-compact-01-font-size,.875rem);font-weight:var(--cds-custom-body-compact-01-font-weight,400);letter-spacing:var(--cds-custom-body-compact-01-letter-spacing,.16px);line-height:var(--cds-custom-body-compact-01-line-height,1.28572);margin:0;outline:none;padding:0;text-decoration:none;transition:color 70ms cubic-bezier(.2,0,.38,.9);vertical-align:baseline}.cds-custom--link *,.cds-custom--link :after,.cds-custom--link :before,:host(cds-custom-tile) ::slotted(.cds-custom--link) *,:host(cds-custom-tile) ::slotted(.cds-custom--link) :after,:host(cds-custom-tile) ::slotted(.cds-custom--link) :before{box-sizing:inherit}.cds-custom--link:hover,:host(cds-custom-tile) :hover::slotted(.cds-custom--link){color:var(--cds-custom-link-hover-text-color,var(--cds-custom-link-primary-hover,#0043ce));text-decoration:underline}.cds-custom--link:active,.cds-custom--link:active:visited,.cds-custom--link:active:visited:hover,:host(cds-custom-tile) :active::slotted(.cds-custom--link){color:var(--cds-custom-link-text-color,var(--cds-custom-link-primary,#0f62fe));outline:1px solid var(--cds-custom-focus,#0f62fe);outline-color:var(--cds-custom-link-focus-text-color,var(--cds-custom-focus,#0f62fe));text-decoration:underline}@media screen and (prefers-contrast){.cds-custom--link:active,.cds-custom--link:active:visited,.cds-custom--link:active:visited:hover,:host(cds-custom-tile) :active::slotted(.cds-custom--link){outline-style:dotted}}.cds-custom--link:focus,:host(cds-custom-tile) :focus::slotted(.cds-custom--link){outline:1px solid var(--cds-custom-focus,#0f62fe);outline-color:var(--cds-custom-link-focus-text-color,var(--cds-custom-focus,#0f62fe));text-decoration:underline}@media screen and (prefers-contrast){.cds-custom--link:focus,:host(cds-custom-tile) :focus::slotted(.cds-custom--link){outline-style:dotted}}.cds-custom--link:visited,:host(cds-custom-tile) :visited::slotted(.cds-custom--link){color:var(--cds-custom-link-text-color,var(--cds-custom-link-primary,#0f62fe))}.cds-custom--link:visited:hover,:host(cds-custom-tile) :visited:hover::slotted(.cds-custom--link){color:var(--cds-custom-link-hover-text-color,var(--cds-custom-link-primary-hover,#0043ce))}.cds-custom--link--disabled,.cds-custom--link--disabled:hover{border:0;box-sizing:border-box;color:var(--cds-custom-text-disabled,hsla(0,0%,9%,.25));cursor:not-allowed;font-family:inherit;font-size:100%;font-size:var(--cds-custom-body-compact-01-font-size,.875rem);font-weight:var(--cds-custom-body-compact-01-font-weight,400);font-weight:400;letter-spacing:var(--cds-custom-body-compact-01-letter-spacing,.16px);line-height:var(--cds-custom-body-compact-01-line-height,1.28572);margin:0;padding:0;text-decoration:none;vertical-align:baseline}.cds-custom--link--disabled *,.cds-custom--link--disabled :after,.cds-custom--link--disabled :before,.cds-custom--link--disabled:hover *,.cds-custom--link--disabled:hover :after,.cds-custom--link--disabled:hover :before{box-sizing:inherit}.cds-custom--link.cds-custom--link--visited:visited,:host(cds-custom-tile) .cds-custom--link--visited:visited::slotted(.cds-custom--link){color:var(--cds-custom-link-visited-text-color,var(--cds-custom-link-visited,#8a3ffc))}.cds-custom--link.cds-custom--link--visited:visited:hover,:host(cds-custom-tile) .cds-custom--link--visited:visited:hover::slotted(.cds-custom--link){color:var(--cds-custom-link-hover-text-color,var(--cds-custom-link-primary-hover,#0043ce))}.cds-custom--link.cds-custom--link--inline,:host(cds-custom-tile) .cds-custom--link--inline::slotted(.cds-custom--link){display:inline;text-decoration:underline}.cds-custom--link--disabled.cds-custom--link--inline{text-decoration:underline}.cds-custom--link--sm,.cds-custom--link--sm.cds-custom--link--disabled:hover{font-size:var(--cds-custom-helper-text-01-font-size,.75rem);letter-spacing:var(--cds-custom-helper-text-01-letter-spacing,.32px);line-height:var(--cds-custom-helper-text-01-line-height,1.33333)}.cds-custom--link--lg,.cds-custom--link--lg.cds-custom--link--disabled:hover{font-size:var(--cds-custom-body-compact-02-font-size,1rem);font-weight:var(--cds-custom-body-compact-02-font-weight,400);letter-spacing:var(--cds-custom-body-compact-02-letter-spacing,0);line-height:var(--cds-custom-body-compact-02-line-height,1.375)}.cds-custom--link__icon{align-self:center;display:inline-flex;margin-inline-start:.5rem}:host(cds-custom-link){outline:none}:host(cds-custom-link) .cds-custom--link--disabled{color:var(--cds-custom-text-disabled,hsla(0,0%,9%,.25))}:host(cds-custom-link) .cds-custom--link__icon[hidden]{display:none}.cds-custom--layer-one,:root{--cds-custom-layer:var(--cds-custom-layer-01,#f4f4f4);--cds-custom-layer-active:var(--cds-custom-layer-active-01,#c6c6c6);--cds-custom-layer-background:var(--cds-custom-layer-background-01,#fff);--cds-custom-layer-hover:var(--cds-custom-layer-hover-01,#e8e8e8);--cds-custom-layer-selected:var(--cds-custom-layer-selected-01,#e0e0e0);--cds-custom-layer-selected-hover:var(--cds-custom-layer-selected-hover-01,#d1d1d1);--cds-custom-layer-accent:var(--cds-custom-layer-accent-01,#e0e0e0);--cds-custom-layer-accent-hover:var(--cds-custom-layer-accent-hover-01,#d1d1d1);--cds-custom-layer-accent-active:var(--cds-custom-layer-accent-active-01,#a8a8a8);--cds-custom-field:var(--cds-custom-field-01,#f4f4f4);--cds-custom-field-hover:var(--cds-custom-field-hover-01,#e8e8e8);--cds-custom-border-subtle:var(--cds-custom-border-subtle-00,#e0e0e0);--cds-custom-border-subtle-selected:var(--cds-custom-border-subtle-selected-01,#c6c6c6);--cds-custom-border-strong:var(--cds-custom-border-strong-01,#8d8d8d);--cds-custom-border-tile:var(--cds-custom-border-tile-01,#c6c6c6)}.cds-custom--layer-two{--cds-custom-layer:var(--cds-custom-layer-02,#fff);--cds-custom-layer-active:var(--cds-custom-layer-active-02,#c6c6c6);--cds-custom-layer-background:var(--cds-custom-layer-background-02,#f4f4f4);--cds-custom-layer-hover:var(--cds-custom-layer-hover-02,#e8e8e8);--cds-custom-layer-selected:var(--cds-custom-layer-selected-02,#e0e0e0);--cds-custom-layer-selected-hover:var(--cds-custom-layer-selected-hover-02,#d1d1d1);--cds-custom-layer-accent:var(--cds-custom-layer-accent-02,#e0e0e0);--cds-custom-layer-accent-hover:var(--cds-custom-layer-accent-hover-02,#d1d1d1);--cds-custom-layer-accent-active:var(--cds-custom-layer-accent-active-02,#a8a8a8);--cds-custom-field:var(--cds-custom-field-02,#fff);--cds-custom-field-hover:var(--cds-custom-field-hover-02,#e8e8e8);--cds-custom-border-subtle:var(--cds-custom-border-subtle-01,#c6c6c6);--cds-custom-border-subtle-selected:var(--cds-custom-border-subtle-selected-02,#c6c6c6);--cds-custom-border-strong:var(--cds-custom-border-strong-02,#8d8d8d);--cds-custom-border-tile:var(--cds-custom-border-tile-02,#a8a8a8)}.cds-custom--layer-three{--cds-custom-layer:var(--cds-custom-layer-03,#f4f4f4);--cds-custom-layer-active:var(--cds-custom-layer-active-03,#c6c6c6);--cds-custom-layer-background:var(--cds-custom-layer-background-03,#fff);--cds-custom-layer-hover:var(--cds-custom-layer-hover-03,#e8e8e8);--cds-custom-layer-selected:var(--cds-custom-layer-selected-03,#e0e0e0);--cds-custom-layer-selected-hover:var(--cds-custom-layer-selected-hover-03,#d1d1d1);--cds-custom-layer-accent:var(--cds-custom-layer-accent-03,#e0e0e0);--cds-custom-layer-accent-hover:var(--cds-custom-layer-accent-hover-03,#d1d1d1);--cds-custom-layer-accent-active:var(--cds-custom-layer-accent-active-03,#a8a8a8);--cds-custom-field:var(--cds-custom-field-03,#f4f4f4);--cds-custom-field-hover:var(--cds-custom-field-hover-03,#e8e8e8);--cds-custom-border-subtle:var(--cds-custom-border-subtle-02,#e0e0e0);--cds-custom-border-subtle-selected:var(--cds-custom-border-subtle-selected-03,#c6c6c6);--cds-custom-border-strong:var(--cds-custom-border-strong-03,#8d8d8d);--cds-custom-border-tile:var(--cds-custom-border-tile-03,#c6c6c6)}.cds-custom--layer-one.cds-custom--layer__with-background,.cds-custom--layer-three.cds-custom--layer__with-background,.cds-custom--layer-two.cds-custom--layer__with-background{background-color:var(--cds-custom-layer-background)}.cds-custom--assistive-text,.cds-custom--visually-hidden{block-size:1px;border:0;margin:-1px;overflow:hidden;padding:0;position:absolute;clip:rect(0,0,0,0);inline-size:1px;visibility:inherit;white-space:nowrap}.cds-custom--layout--size-xs{--cds-custom-layout-size-height-context:var(--cds-custom-layout-size-height-xs,1.5rem);--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context)}.cds-custom--layout-constraint--size__default-xs{--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context,var(--cds-custom-layout-size-height-xs,1.5rem))}.cds-custom--layout-constraint--size__min-xs{--cds-custom-layout-size-height-min:var(--cds-custom-layout-size-height-xs,1.5rem)}.cds-custom--layout-constraint--size__max-xs{--cds-custom-layout-size-height-max:var(--cds-custom-layout-size-height-xs,1.5rem)}.cds-custom--layout--size-sm{--cds-custom-layout-size-height-context:var(--cds-custom-layout-size-height-sm,2rem);--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context)}.cds-custom--layout-constraint--size__default-sm{--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context,var(--cds-custom-layout-size-height-sm,2rem))}.cds-custom--layout-constraint--size__min-sm{--cds-custom-layout-size-height-min:var(--cds-custom-layout-size-height-sm,2rem)}.cds-custom--layout-constraint--size__max-sm{--cds-custom-layout-size-height-max:var(--cds-custom-layout-size-height-sm,2rem)}.cds-custom--layout--size-md{--cds-custom-layout-size-height-context:var(--cds-custom-layout-size-height-md,2.5rem);--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context)}.cds-custom--layout-constraint--size__default-md{--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context,var(--cds-custom-layout-size-height-md,2.5rem))}.cds-custom--layout-constraint--size__min-md{--cds-custom-layout-size-height-min:var(--cds-custom-layout-size-height-md,2.5rem)}.cds-custom--layout-constraint--size__max-md{--cds-custom-layout-size-height-max:var(--cds-custom-layout-size-height-md,2.5rem)}.cds-custom--layout--size-lg{--cds-custom-layout-size-height-context:var(--cds-custom-layout-size-height-lg,3rem);--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context)}.cds-custom--layout-constraint--size__default-lg{--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context,var(--cds-custom-layout-size-height-lg,3rem))}.cds-custom--layout-constraint--size__min-lg{--cds-custom-layout-size-height-min:var(--cds-custom-layout-size-height-lg,3rem)}.cds-custom--layout-constraint--size__max-lg{--cds-custom-layout-size-height-max:var(--cds-custom-layout-size-height-lg,3rem)}.cds-custom--layout--size-xl{--cds-custom-layout-size-height-context:var(--cds-custom-layout-size-height-xl,4rem);--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context)}.cds-custom--layout-constraint--size__default-xl{--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context,var(--cds-custom-layout-size-height-xl,4rem))}.cds-custom--layout-constraint--size__min-xl{--cds-custom-layout-size-height-min:var(--cds-custom-layout-size-height-xl,4rem)}.cds-custom--layout-constraint--size__max-xl{--cds-custom-layout-size-height-max:var(--cds-custom-layout-size-height-xl,4rem)}.cds-custom--layout--size-2xl{--cds-custom-layout-size-height-context:var(--cds-custom-layout-size-height-2xl,5rem);--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context)}.cds-custom--layout-constraint--size__default-2xl{--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context,var(--cds-custom-layout-size-height-2xl,5rem))}.cds-custom--layout-constraint--size__min-2xl{--cds-custom-layout-size-height-min:var(--cds-custom-layout-size-height-2xl,5rem)}.cds-custom--layout-constraint--size__max-2xl{--cds-custom-layout-size-height-max:var(--cds-custom-layout-size-height-2xl,5rem)}.cds-custom--layout--density-condensed{--cds-custom-layout-density-padding-inline-context:var(--cds-custom-layout-density-padding-inline-condensed,0.5rem);--cds-custom-layout-density-padding-inline:var(--cds-custom-layout-density-padding-inline-context)}.cds-custom--layout-constraint--density__default-condensed{--cds-custom-layout-density-padding-inline:var(--cds-custom-layout-density-padding-inline-context,var(--cds-custom-layout-density-padding-inline-condensed,0.5rem))}.cds-custom--layout-constraint--density__min-condensed{--cds-custom-layout-density-padding-inline-min:var(--cds-custom-layout-density-padding-inline-condensed,0.5rem)}.cds-custom--layout-constraint--density__max-condensed{--cds-custom-layout-density-padding-inline-max:var(--cds-custom-layout-density-padding-inline-condensed,0.5rem)}.cds-custom--layout--density-normal{--cds-custom-layout-density-padding-inline-context:var(--cds-custom-layout-density-padding-inline-normal,1rem);--cds-custom-layout-density-padding-inline:var(--cds-custom-layout-density-padding-inline-context)}.cds-custom--layout-constraint--density__default-normal{--cds-custom-layout-density-padding-inline:var(--cds-custom-layout-density-padding-inline-context,var(--cds-custom-layout-density-padding-inline-normal,1rem))}.cds-custom--layout-constraint--density__min-normal{--cds-custom-layout-density-padding-inline-min:var(--cds-custom-layout-density-padding-inline-normal,1rem)}.cds-custom--layout-constraint--density__max-normal{--cds-custom-layout-density-padding-inline-max:var(--cds-custom-layout-density-padding-inline-normal,1rem)}:root{--cds-custom-layout-size-height-xs:1.5rem;--cds-custom-layout-size-height-sm:2rem;--cds-custom-layout-size-height-md:2.5rem;--cds-custom-layout-size-height-lg:3rem;--cds-custom-layout-size-height-xl:4rem;--cds-custom-layout-size-height-2xl:5rem;--cds-custom-layout-size-height-min:0px;--cds-custom-layout-size-height-max:999999999px;--cds-custom-layout-density-padding-inline-condensed:0.5rem;--cds-custom-layout-density-padding-inline-normal:1rem;--cds-custom-layout-density-padding-inline-min:0px;--cds-custom-layout-density-padding-inline-max:999999999px}.cds-custom--tile-group html,:host(cds-custom-tile-group) html{font-size:100%}.cds-custom--tile-group body,:host(cds-custom-tile-group) body{font-family:IBM Plex Sans,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,sans-serif;font-weight:400;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.cds-custom--tile-group code,:host(cds-custom-tile-group) code{font-family:IBM Plex Mono,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,monospace}.cds-custom--tile-group strong,:host(cds-custom-tile-group) strong{font-weight:600}.cds-custom--tile,:host(cds-custom-expandable-tile),:host(cds-custom-tile){font-size:var(--cds-custom-body-compact-01-font-size,.875rem);font-weight:var(--cds-custom-body-compact-01-font-weight,400);letter-spacing:var(--cds-custom-body-compact-01-letter-spacing,.16px);line-height:var(--cds-custom-body-compact-01-line-height,1.28572);--cds-custom-layout-density-padding-inline-local:clamp(var(--cds-custom-layout-density-padding-inline-min),var(--cds-custom-layout-density-padding-inline,var(--cds-custom-layout-density-padding-inline-normal)),var(--cds-custom-layout-density-padding-inline-max));background-color:var(--cds-custom-layer);display:block;min-block-size:4rem;min-inline-size:8rem;outline:2px solid transparent;outline-offset:-2px;padding:var(--cds-custom-layout-density-padding-inline-local);position:relative}.cds-custom--tile:focus{outline:2px solid var(--cds-custom-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--tile:focus{outline-style:dotted}}.cds-custom--tile--light,:host(cds-custom-expandable-tile[color-scheme=light]),:host(cds-custom-tile[color-scheme=light]){background-color:var(--cds-custom-layer-02,#fff)}.cds-custom--tile--clickable,.cds-custom--tile--selectable,:host(cds-custom-clickable-tile) .cds-custom--tile--clickable{border:0;box-sizing:border-box;cursor:pointer;font-family:inherit;font-size:100%;font-size:var(--cds-custom-body-compact-01-font-size,.875rem);font-weight:var(--cds-custom-body-compact-01-font-weight,400);letter-spacing:var(--cds-custom-body-compact-01-letter-spacing,.16px);line-height:var(--cds-custom-body-compact-01-line-height,1.28572);margin:0;padding:0;padding:var(--cds-custom-layout-density-padding-inline-local);transition:.15s cubic-bezier(.2,0,.38,.9);vertical-align:baseline}.cds-custom--tile--clickable *,.cds-custom--tile--clickable :after,.cds-custom--tile--clickable :before,.cds-custom--tile--selectable *,.cds-custom--tile--selectable :after,.cds-custom--tile--selectable :before,:host(cds-custom-clickable-tile) .cds-custom--tile--clickable *,:host(cds-custom-clickable-tile) .cds-custom--tile--clickable :after,:host(cds-custom-clickable-tile) .cds-custom--tile--clickable :before{box-sizing:inherit}.cds-custom--tile--clickable:hover,.cds-custom--tile--selectable:hover{background:var(--cds-custom-layer-hover)}.cds-custom--tile--clickable,:host(cds-custom-clickable-tile) .cds-custom--tile--clickable{color:var(--cds-custom-text-primary,#161616);text-decoration:none}.cds-custom--tile--clickable:focus{outline:2px solid var(--cds-custom-focus,#0f62fe);outline-offset:-2px;text-decoration:none}@media screen and (prefers-contrast){.cds-custom--tile--clickable:focus{outline-style:dotted}}.cds-custom--tile--clickable:focus .cds-custom--tile__checkmark,.cds-custom--tile--clickable:hover .cds-custom--tile__checkmark{opacity:1}.cds-custom--tile--expandable::-moz-focus-inner{border:0}.cds-custom--tile--clickable:active,.cds-custom--tile--clickable:hover,.cds-custom--tile--clickable:visited,.cds-custom--tile--clickable:visited:hover{color:var(--cds-custom-text-primary,#161616);text-decoration:none}.cds-custom--tile--clickable.cds-custom--link--disabled,.cds-custom--tile--clickable:hover.cds-custom--link--disabled{background-color:var(--cds-custom-layer);color:var(--cds-custom-text-disabled,hsla(0,0%,9%,.25));cursor:not-allowed;display:block;padding:var(--cds-custom-layout-density-padding-inline-local)}.cds-custom--tile--clickable .cds-custom--tile--icon,.cds-custom--tile--clickable.cds-custom--link--disabled .cds-custom--tile--disabled-icon,:host(cds-custom-clickable-tile) .cds-custom--tile--clickable ::slotted([slot=icon]){block-size:1.25rem;inline-size:1.25rem;inset-block-end:.75rem;inset-inline-end:.75rem;position:absolute}.cds-custom--tile--clickable .cds-custom--tile--icon,:host(cds-custom-clickable-tile) .cds-custom--tile--clickable ::slotted([slot=icon]){fill:var(--cds-custom-icon-interactive,#0f62fe)}.cds-custom--tile--clickable.cds-custom--link--disabled .cds-custom--tile--disabled-icon{fill:var(--cds-custom-icon-disabled,hsla(0,0%,9%,.25))}.cds-custom--tile--clickable.cds-custom--link--disabled .cds-custom--tile--icon,:host(cds-custom-clickable-tile) .cds-custom--tile--clickable.cds-custom--link--disabled ::slotted([slot=icon]){display:none}.cds-custom--tile--selectable{border:1px solid transparent;padding-inline-end:calc(var(--cds-custom-layout-density-padding-inline-local)*2 + 1rem)}.cds-custom--tile__checkmark{background:transparent;block-size:1rem;border:none;inset-block-start:var(--cds-custom-layout-density-padding-inline-local);inset-inline-end:var(--cds-custom-layout-density-padding-inline-local);opacity:0;position:absolute;transition:.11s cubic-bezier(.2,0,.38,.9)}.cds-custom--tile__checkmark svg{border-radius:50%;fill:var(--cds-custom-icon-secondary,#525252)}.cds-custom--tile__checkmark:focus{outline:2px solid var(--cds-custom-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--tile__checkmark:focus{outline-style:dotted}}.cds-custom--tile__checkmark--persistent{opacity:1}.cds-custom--tile__chevron,:host(cds-custom-selectable-tile) .cds-custom--tile__chevron{align-items:center;block-size:calc(var(--cds-custom-layout-density-padding-inline-local)*2 + 1rem);display:flex;inline-size:calc(var(--cds-custom-layout-density-padding-inline-local)*2 + 1rem);inset-block-end:0;inset-inline-end:0;justify-content:center;position:absolute}.cds-custom--tile__chevron svg,:host(cds-custom-selectable-tile) .cds-custom--tile__chevron svg{fill:var(--cds-custom-icon-primary,#161616);transform-origin:center;transition:.11s cubic-bezier(.2,0,.38,.9)}@media screen and (prefers-reduced-motion:reduce){.cds-custom--tile__chevron svg,:host(cds-custom-selectable-tile) .cds-custom--tile__chevron svg{transition:none}}.cds-custom--tile__chevron--interactive{align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;block-size:calc(var(--cds-custom-layout-density-padding-inline-local)*2 + 1rem);border:0;box-sizing:border-box;cursor:pointer;display:inline-block;display:flex;font-family:inherit;font-size:100%;inline-size:100%;inline-size:calc(var(--cds-custom-layout-density-padding-inline-local)*2 + 1rem);inset-block-end:0;inset-inline-end:0;justify-content:center;margin:0;padding:0;position:absolute;text-align:start;vertical-align:baseline}.cds-custom--tile__chevron--interactive *,.cds-custom--tile__chevron--interactive :after,.cds-custom--tile__chevron--interactive :before{box-sizing:inherit}.cds-custom--tile__chevron--interactive::-moz-focus-inner{border:0}.cds-custom--tile__chevron--interactive:focus{outline:2px solid var(--cds-custom-focus,#0f62fe);outline-offset:-2px}.cds-custom--tile__chevron--interactive:hover{background-color:var(--cds-custom-layer-hover);cursor:pointer}.cds-custom--tile--expandable,:host(cds-custom-expandable-tile){border:0;color:inherit;cursor:pointer;font-family:inherit;font-size:inherit;font-size:var(--cds-custom-body-compact-01-font-size,.875rem);font-weight:var(--cds-custom-body-compact-01-font-weight,400);inline-size:100%;letter-spacing:var(--cds-custom-body-compact-01-letter-spacing,.16px);line-height:var(--cds-custom-body-compact-01-line-height,1.28572);overflow:hidden;position:relative;text-align:start;transition:max-height .15s cubic-bezier(.2,0,.38,.9)}.cds-custom--tile--expandable:hover{background:var(--cds-custom-layer-hover)}.cds-custom--tile--expandable.cds-custom--tile--expandable--interactive{border:none;cursor:default;transition:max-height .15s cubic-bezier(.2,0,.38,.9)}.cds-custom--tile--expandable.cds-custom--tile--expandable--interactive:hover{background-color:var(--cds-custom-layer)}.cds-custom--tile--expandable.cds-custom--tile--expandable--interactive:focus{outline:none}.cds-custom--tile--expandable--interactive:focus{outline:2px solid var(--cds-custom-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--tile--expandable--interactive:focus{outline-style:dotted}}.cds-custom--tile-content__below-the-fold,:host(cds-custom-expandable-tile) ::slotted(cds-custom-tile-below-the-fold-content){display:block;opacity:0;transition:opacity .11s cubic-bezier(.2,0,.38,.9),visibility .11s cubic-bezier(.2,0,.38,.9);visibility:hidden}.cds-custom--tile--is-expanded,:host(cds-custom-expandable-tile[expanded]){overflow:visible;transition:max-height .11s cubic-bezier(.2,0,.38,.9)}.cds-custom--tile--is-expanded .cds-custom--tile__chevron svg,:host(cds-custom-expandable-tile[expanded]) .cds-custom--tile__chevron svg{transform:rotate(180deg)}.cds-custom--tile--is-expanded .cds-custom--tile-content__below-the-fold,:host(cds-custom-expandable-tile) .cds-custom--tile--is-expanded ::slotted(cds-custom-tile-below-the-fold-content),:host(cds-custom-expandable-tile):host(cds-custom-expandable-tile[expanded]) ::slotted(cds-custom-tile-below-the-fold-content),:host(cds-custom-expandable-tile[expanded]) .cds-custom--tile-content__below-the-fold{opacity:1;transition:opacity .11s cubic-bezier(.2,0,.38,.9),visibility .11s cubic-bezier(.2,0,.38,.9);visibility:inherit}@media not all and (resolution >= 0.001dpcm){@supports (-webkit-appearance:none) and (stroke-color:transparent){.cds-custom--tile--is-expanded .cds-custom--tile-content__below-the-fold,:host(cds-custom-expandable-tile) .cds-custom--tile--is-expanded ::slotted(cds-custom-tile-below-the-fold-content),:host(cds-custom-expandable-tile):host(cds-custom-expandable-tile[expanded]) ::slotted(cds-custom-tile-below-the-fold-content),:host(cds-custom-expandable-tile[expanded]) .cds-custom--tile-content__below-the-fold{overflow-y:auto}}}.cds-custom--tile--is-selected{border:1px solid var(--cds-custom-layer-selected-inverse,#161616)}.cds-custom--tile--is-selected .cds-custom--tile__checkmark{opacity:1}.cds-custom--tile--is-selected .cds-custom--tile__checkmark svg{fill:var(--cds-custom-icon-primary,#161616)}.cds-custom--tile-content{block-size:100%;inline-size:100%}.cds-custom--tile-input{block-size:1px;border:0;margin:-1px;overflow:hidden;padding:0;position:absolute;clip:rect(0,0,0,0);inline-size:1px;visibility:inherit;white-space:nowrap}.cds-custom--tile-input:focus+.cds-custom--tile,.cds-custom--tile-input:focus+:host(cds-custom-expandable-tile),.cds-custom--tile-input:focus+:host(cds-custom-tile){outline:2px solid var(--cds-custom-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--tile-input:focus+.cds-custom--tile,.cds-custom--tile-input:focus+:host(cds-custom-expandable-tile),.cds-custom--tile-input:focus+:host(cds-custom-tile){outline-style:dotted}}.cds-custom--tile--disabled.cds-custom--tile--selectable{background-color:var(--cds-custom-layer);color:var(--cds-custom-text-disabled,hsla(0,0%,9%,.25));cursor:not-allowed}.cds-custom--tile--disabled.cds-custom--tile--selectable.cds-custom--tile--light{background-color:var(--cds-custom-layer-02,#fff)}.cds-custom--tile--disabled.cds-custom--tile--is-selected{border-color:var(--cds-custom-border-disabled,#c6c6c6)}.cds-custom--tile--disabled .cds-custom--tile__checkmark svg{fill:var(--cds-custom-icon-disabled,hsla(0,0%,9%,.25))}.cds-custom--tile--clickable .cds-custom--tile--ai-label-icon,.cds-custom--tile--expandable>div>.cds-custom--ai-label,.cds-custom--tile--expandable>div>.cds-custom--slug,.cds-custom--tile--expandable>div>.cds-custom--tile--inner-decorator>*,.cds-custom--tile>.cds-custom--ai-label,.cds-custom--tile>.cds-custom--slug,.cds-custom--tile>.cds-custom--tile--inner-decorator>*,:host(cds-custom-expandable-tile)>.cds-custom--ai-label,:host(cds-custom-expandable-tile)>.cds-custom--slug,:host(cds-custom-expandable-tile)>.cds-custom--tile--inner-decorator>*,:host(cds-custom-expandable-tile)>div>.cds-custom--ai-label,:host(cds-custom-expandable-tile)>div>.cds-custom--slug,:host(cds-custom-expandable-tile)>div>.cds-custom--tile--inner-decorator>*,:host(cds-custom-tile)>.cds-custom--ai-label,:host(cds-custom-tile)>.cds-custom--slug,:host(cds-custom-tile)>.cds-custom--tile--inner-decorator>*{inset-block-start:1rem;inset-inline-end:1rem;position:absolute}.cds-custom--tile.cds-custom--tile--selectable>.cds-custom--ai-label,.cds-custom--tile.cds-custom--tile--selectable>.cds-custom--slug,.cds-custom--tile.cds-custom--tile--selectable>.cds-custom--tile--inner-decorator>*{inset-inline-end:2.5rem}.cds-custom--tile.cds-custom--tile--selectable.cds-custom--tile--radio>.cds-custom--ai-label,.cds-custom--tile.cds-custom--tile--selectable.cds-custom--tile--radio>.cds-custom--slug,.cds-custom--tile.cds-custom--tile--selectable.cds-custom--tile--radio>.cds-custom--tile--inner-decorator>*{inset-inline-end:1rem;transition:inset-inline-end .11s cubic-bezier(.2,0,.38,.9)}.cds-custom--tile.cds-custom--tile--selectable.cds-custom--tile--radio.cds-custom--tile--is-selected>.cds-custom--ai-label,.cds-custom--tile.cds-custom--tile--selectable.cds-custom--tile--radio.cds-custom--tile--is-selected>.cds-custom--slug,.cds-custom--tile.cds-custom--tile--selectable.cds-custom--tile--radio.cds-custom--tile--is-selected>.cds-custom--tile--inner-decorator>*{inset-inline-end:2.5rem}.cds-custom--tile.cds-custom--tile--clickable>.cds-custom--ai-label,.cds-custom--tile.cds-custom--tile--clickable>.cds-custom--slug,.cds-custom--tile.cds-custom--tile--clickable>.cds-custom--tile--inner-decorator>*{pointer-events:none}.cds-custom--tile--decorator:has(.cds-custom--ai-label).cds-custom--tile,.cds-custom--tile--decorator:has(.cds-custom--tile--ai-label-icon).cds-custom--tile,.cds-custom--tile--slug.cds-custom--tile{background:linear-gradient(to top,var(--cds-custom-layer,var(--cds-custom-ai-popover-background,#fff)) 0,var(--cds-custom-ai-aura-start,rgba(69,137,255,.1)) 0,15%,var(--cds-custom-ai-aura-end,hsla(0,0%,100%,0)) 50%) padding-box,linear-gradient(to top,var(--cds-custom-layer,var(--cds-custom-ai-popover-background,#fff)),var(--cds-custom-layer,var(--cds-custom-ai-popover-background,#fff))) padding-box,linear-gradient(to bottom,var(--cds-custom-ai-border-start,rgba(166,200,255,.64)),var(--cds-custom-ai-border-end,#78a9ff)) border-box,linear-gradient(to top,var(--cds-custom-layer,var(--cds-custom-ai-popover-background,#fff)),var(--cds-custom-layer,var(--cds-custom-ai-popover-background,#fff))) border-box;border:1px solid transparent;box-shadow:inset 0 -80px 70px -65px var(--cds-custom-ai-inner-shadow,rgba(69,137,255,.1)),0 4px 8px 0 var(--cds-custom-ai-drop-shadow,rgba(15,98,254,.1))}.cds-custom--tile--decorator:has(.cds-custom--ai-label).cds-custom--tile--expandable:hover,.cds-custom--tile--slug.cds-custom--tile--expandable:hover{background:linear-gradient(to top,var(--cds-custom-layer,var(--cds-custom-ai-popover-background,#fff)) 0,var(--cds-custom-ai-aura-start,rgba(69,137,255,.1)) 0,15%,var(--cds-custom-ai-aura-end,hsla(0,0%,100%,0)) 50%) padding-box,linear-gradient(to top,var(--cds-custom-layer,var(--cds-custom-ai-popover-background,#fff)),var(--cds-custom-layer,var(--cds-custom-ai-popover-background,#fff))) padding-box,linear-gradient(to bottom,var(--cds-custom-ai-border-start,rgba(166,200,255,.64)),var(--cds-custom-ai-border-end,#78a9ff)) border-box,linear-gradient(to top,var(--cds-custom-layer,var(--cds-custom-ai-popover-background,#fff)),var(--cds-custom-layer,var(--cds-custom-ai-popover-background,#fff))) border-box}.cds-custom--tile--decorator.cds-custom--tile--clickable:before,.cds-custom--tile--decorator.cds-custom--tile--selectable:after,.cds-custom--tile--decorator.cds-custom--tile--selectable:before,.cds-custom--tile--slug.cds-custom--tile--clickable:before,.cds-custom--tile--slug.cds-custom--tile--selectable:after,.cds-custom--tile--slug.cds-custom--tile--selectable:before{block-size:100%;content:"";display:block;inline-size:100%;inset-block-start:0;inset-inline-start:0;opacity:0;position:absolute;transition:opacity .11s cubic-bezier(.2,0,.38,.9)}.cds-custom--tile--decorator:has(.cds-custom--ai-label).cds-custom--tile--clickable:before,.cds-custom--tile--decorator:has(.cds-custom--ai-label).cds-custom--tile--selectable:before,.cds-custom--tile--slug.cds-custom--tile--clickable:before,.cds-custom--tile--slug.cds-custom--tile--selectable:before{background:linear-gradient(to top,var(--cds-custom-ai-aura-hover-start,rgba(69,137,255,.32)) 0,15%,var(--cds-custom-ai-aura-hover-end,hsla(0,0%,100%,0)) 50%) padding-box,linear-gradient(to top,var(--cds-custom-ai-aura-hover-background,#edf5ff),var(--cds-custom-ai-aura-hover-background,#edf5ff)) padding-box,linear-gradient(to bottom,var(--cds-custom-ai-border-start,rgba(166,200,255,.64)),var(--cds-custom-ai-border-end,#78a9ff)) border-box,linear-gradient(to top,var(--cds-custom-ai-aura-hover-background,#edf5ff),var(--cds-custom-ai-aura-hover-background,#edf5ff)) border-box;box-shadow:inset 0 -80px 70px -65px var(--cds-custom-ai-inner-shadow,rgba(69,137,255,.1)),0 4px 10px 2px var(--cds-custom-ai-drop-shadow,rgba(15,98,254,.1))}.cds-custom--tile--decorator.cds-custom--tile--clickable:hover:before,.cds-custom--tile--decorator.cds-custom--tile--selectable:hover:before,.cds-custom--tile--slug.cds-custom--tile--clickable:hover:before,.cds-custom--tile--slug.cds-custom--tile--selectable:hover:before{opacity:1}.cds-custom--tile--decorator.cds-custom--tile--clickable:focus,.cds-custom--tile--decorator.cds-custom--tile--selectable:focus,.cds-custom--tile--slug.cds-custom--tile--clickable:focus,.cds-custom--tile--slug.cds-custom--tile--selectable:focus,.cds-custom--tile-input:focus+.cds-custom--tile--decorator.cds-custom--tile,.cds-custom--tile-input:focus+.cds-custom--tile--slug.cds-custom--tile{outline-offset:-1px}.cds-custom--tile--decorator:has(.cds-custom--tile--inner-decorator .cds-custom--ai-label).cds-custom--tile--selectable:after,.cds-custom--tile--slug.cds-custom--tile--selectable:after{background:linear-gradient(to top,var(--cds-custom-ai-aura-start,rgba(69,137,255,.1)) 0,15%,var(--cds-custom-ai-aura-end,hsla(0,0%,100%,0)) 50%) padding-box,linear-gradient(to top,var(--cds-custom-layer),var(--cds-custom-layer)) padding-box,linear-gradient(to bottom,var(--cds-custom-border-inverse,#161616),var(--cds-custom-border-inverse,#161616)) border-box,linear-gradient(to top,var(--cds-custom-layer),var(--cds-custom-layer)) border-box;box-shadow:inset 0 -80px 70px -65px var(--cds-custom-ai-inner-shadow,rgba(69,137,255,.1)),0 4px 8px 0 var(--cds-custom-ai-drop-shadow,rgba(15,98,254,.1))}.cds-custom--tile--decorator.cds-custom--tile--selectable:hover:after,.cds-custom--tile--slug.cds-custom--tile--selectable:hover:after{opacity:0}.cds-custom--tile--decorator.cds-custom--tile--is-selected:after,.cds-custom--tile--slug.cds-custom--tile--is-selected:after{opacity:1}.cds-custom--tile--decorator:has(.cds-custom--tile--inner-decorator).cds-custom--tile--is-selected,.cds-custom--tile--slug.cds-custom--tile--is-selected{border-color:var(--cds-custom-border-inverse,#161616)}.cds-custom--tile--decorator.cds-custom--tile--clickable .cds-custom--tile-content,.cds-custom--tile--decorator.cds-custom--tile--selectable .cds-custom--tile-content,.cds-custom--tile--slug.cds-custom--tile--clickable .cds-custom--tile-content,.cds-custom--tile--slug.cds-custom--tile--selectable .cds-custom--tile-content{cursor:pointer;position:relative}.cds-custom--tile--decorator.cds-custom--tile--clickable .cds-custom--tile-content,.cds-custom--tile--decorator.cds-custom--tile--is-selected .cds-custom--tile--inner-decorator>*,.cds-custom--tile--decorator.cds-custom--tile--selectable .cds-custom--tile-content,.cds-custom--tile--decorator.cds-custom--tile--selectable>.cds-custom--tile__checkmark,.cds-custom--tile--slug.cds-custom--tile--clickable .cds-custom--tile-content,.cds-custom--tile--slug.cds-custom--tile--is-selected .cds-custom--ai-label,.cds-custom--tile--slug.cds-custom--tile--is-selected .cds-custom--slug,.cds-custom--tile--slug.cds-custom--tile--selectable .cds-custom--tile-content,.cds-custom--tile--slug.cds-custom--tile--selectable>.cds-custom--tile__checkmark{z-index:1}.cds-custom--tile--decorator.cds-custom--tile--selectable .cds-custom--tile--inner-decorator>:has(>.cds-custom--popover--open),.cds-custom--tile--slug.cds-custom--tile--selectable .cds-custom--ai-label:has(>.cds-custom--popover--open),.cds-custom--tile--slug.cds-custom--tile--selectable .cds-custom--slug:has(>.cds-custom--popover--open){z-index:2}.cds-custom--tile--decorator.cds-custom--tile--selectable>.cds-custom--tile--inner-decorator>*,.cds-custom--tile--decorator.cds-custom--tile--selectable>.cds-custom--tile__checkmark,.cds-custom--tile--slug.cds-custom--tile--selectable>.cds-custom--ai-label,.cds-custom--tile--slug.cds-custom--tile--selectable>.cds-custom--slug,.cds-custom--tile--slug.cds-custom--tile--selectable>.cds-custom--tile__checkmark{z-index:1}.cds-custom--tile--expandable:has(.cds-custom--ai-label>.cds-custom--popover--open),.cds-custom--tile--expandable:has(.cds-custom--slug>.cds-custom--popover--open),.cds-custom--tile--expandable:has(.cds-custom--tile--inner-decorator>*>.cds-custom--popover--open),:has(.cds-custom--ai-label>.cds-custom--popover--open):host(cds-custom-expandable-tile),:has(.cds-custom--slug>.cds-custom--popover--open):host(cds-custom-expandable-tile),:has(.cds-custom--tile--inner-decorator>*>.cds-custom--popover--open):host(cds-custom-expandable-tile){overflow:visible}.cds-custom--tile--clickable .cds-custom--tile--ai-label-icon rect{stroke:var(--cds-custom-icon-primary,#161616)}.cds-custom--tile--clickable .cds-custom--tile--ai-label-icon path{fill:var(--cds-custom-icon-primary,#161616)}.cds-custom--tile--decorator-rounded,.cds-custom--tile--decorator-rounded.cds-custom--tile--clickable:before,.cds-custom--tile--decorator-rounded.cds-custom--tile--selectable:after,.cds-custom--tile--decorator-rounded.cds-custom--tile--selectable:before,.cds-custom--tile--slug-rounded,.cds-custom--tile--slug-rounded.cds-custom--tile--clickable:before,.cds-custom--tile--slug-rounded.cds-custom--tile--selectable:after,.cds-custom--tile--slug-rounded.cds-custom--tile--selectable:before,:host(cds-custom-clickable-tile[ai-label][has-rounded-corners]),:host(cds-custom-expandable-tile[ai-label][has-rounded-corners]),:host(cds-custom-radio-tile[ai-label][has-rounded-corners]),:host(cds-custom-selectable-tile[ai-label][has-rounded-corners]),:host(cds-custom-tile[ai-label][has-rounded-corners]){border-radius:.5rem}.cds-custom--tile--decorator-rounded .cds-custom--tile__chevron,.cds-custom--tile--slug-rounded .cds-custom--tile__chevron,:host(cds-custom-clickable-tile[ai-label][has-rounded-corners]) .cds-custom--tile__chevron,:host(cds-custom-expandable-tile[ai-label][has-rounded-corners]) .cds-custom--tile__chevron,:host(cds-custom-radio-tile[ai-label][has-rounded-corners]) .cds-custom--tile__chevron,:host(cds-custom-selectable-tile[ai-label][has-rounded-corners]) .cds-custom--tile__chevron,:host(cds-custom-tile[ai-label][has-rounded-corners]) .cds-custom--tile__chevron{border-end-end-radius:.5rem}@keyframes cds-custom--hide-feedback{0%{opacity:1;visibility:inherit}to{opacity:0;visibility:hidden}}@keyframes cds-custom--show-feedback{0%{opacity:0;visibility:hidden}to{opacity:1;visibility:inherit}}@keyframes cds-custom--skeleton{0%{opacity:.3;transform:scaleX(0);transform-origin:left}20%{opacity:1;transform:scaleX(1);transform-origin:left}28%{transform:scaleX(1);transform-origin:right}51%{transform:scaleX(0);transform-origin:right}58%{transform:scaleX(0);transform-origin:right}82%{transform:scaleX(1);transform-origin:right}83%{transform:scaleX(1);transform-origin:left}96%{transform:scaleX(0);transform-origin:left}to{opacity:.3;transform:scaleX(0);transform-origin:left}}input:-webkit-autofill,input:-webkit-autofill:focus,input:-webkit-autofill:hover,textarea:-webkit-autofill,textarea:-webkit-autofill:focus,textarea:-webkit-autofill:hover{box-shadow:0 0 0 1000px var(--cds-custom-field) inset;-webkit-text-fill-color:var(--cds-custom-text-primary,#161616)}.cds-custom--fieldset{border:0;box-sizing:border-box;font-family:inherit;font-size:100%;margin:0;padding:0;vertical-align:baseline}.cds-custom--fieldset *,.cds-custom--fieldset :after,.cds-custom--fieldset :before{box-sizing:inherit}.cds-custom--form-item{align-items:flex-start;display:flex;flex:1 1 auto;flex-direction:column;font-size:var(--cds-custom-body-compact-01-font-size,.875rem);font-weight:var(--cds-custom-body-compact-01-font-weight,400);letter-spacing:var(--cds-custom-body-compact-01-letter-spacing,.16px);line-height:var(--cds-custom-body-compact-01-line-height,1.28572)}.cds-custom--label{color:var(--cds-custom-text-secondary,#525252);display:inline-block;font-size:var(--cds-custom-label-01-font-size,.75rem);font-weight:var(--cds-custom-label-01-font-weight,400);font-weight:400;letter-spacing:var(--cds-custom-label-01-letter-spacing,.32px);line-height:var(--cds-custom-label-01-line-height,1.33333);line-height:1rem;margin-block-end:.5rem;vertical-align:baseline}.cds-custom--label html{font-size:100%}.cds-custom--label body{font-family:IBM Plex Sans,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,sans-serif;font-weight:400;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.cds-custom--label code{font-family:IBM Plex Mono,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,monospace}.cds-custom--label strong{font-weight:600}.cds-custom--label .cds-custom--toggletip-label{font-size:var(--cds-custom-label-01-font-size,.75rem);font-weight:var(--cds-custom-label-01-font-weight,400);letter-spacing:var(--cds-custom-label-01-letter-spacing,.32px);line-height:var(--cds-custom-label-01-line-height,1.33333)}.cds-custom--label--no-margin{margin-block-end:0}.cds-custom--label+.cds-custom--tooltip{inset-block-start:.2rem;inset-inline-start:.5rem;position:relative}.cds-custom--label+.cds-custom--tooltip .cds-custom--tooltip__trigger{align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;box-sizing:border-box;cursor:pointer;display:inline-block;display:flex;font-family:inherit;font-size:100%;font-size:var(--cds-custom-label-01-font-size,.75rem);font-weight:var(--cds-custom-label-01-font-weight,400);inline-size:100%;justify-content:center;letter-spacing:var(--cds-custom-label-01-letter-spacing,.32px);line-height:var(--cds-custom-label-01-line-height,1.33333);margin:0;padding:0;text-align:start;vertical-align:baseline}.cds-custom--label+.cds-custom--tooltip .cds-custom--tooltip__trigger *,.cds-custom--label+.cds-custom--tooltip .cds-custom--tooltip__trigger :after,.cds-custom--label+.cds-custom--tooltip .cds-custom--tooltip__trigger :before{box-sizing:inherit}.cds-custom--label+.cds-custom--tooltip .cds-custom--tooltip__trigger::-moz-focus-inner{border:0}.cds-custom--label+.cds-custom--tooltip .cds-custom--tooltip__trigger:focus{outline:1px solid var(--cds-custom-focus,#0f62fe)}.cds-custom--label+.cds-custom--tooltip .cds-custom--tooltip__trigger svg{fill:var(--cds-custom-icon-secondary,#525252)}.cds-custom--label+.cds-custom--tooltip .cds-custom--tooltip__trigger svg :hover{fill:var(--cds-custom-icon-primary,#161616)}.cds-custom--label+.cds-custom--toggletip{inset-block-start:.2rem;inset-inline-start:.5rem}.cds-custom--label.cds-custom--skeleton{background:var(--cds-custom-skeleton-background,#e8e8e8);block-size:.875rem;border:none;box-shadow:none;inline-size:4.6875rem;padding:0;pointer-events:none;position:relative}.cds-custom--label.cds-custom--skeleton:active,.cds-custom--label.cds-custom--skeleton:focus,.cds-custom--label.cds-custom--skeleton:hover{border:none;cursor:default;outline:none}.cds-custom--label.cds-custom--skeleton:before{animation:cds-custom--skeleton 3s ease-in-out infinite;background:var(--cds-custom-skeleton-element,#c6c6c6);block-size:100%;content:"";inline-size:100%;inset-inline-start:0;position:absolute;will-change:transform-origin,transform,opacity}@media (prefers-reduced-motion:reduce){.cds-custom--label.cds-custom--skeleton:before{animation:none}}input[type=number],input[type=text].cds-custom--number{font-family:IBM Plex Sans,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,sans-serif}.cds-custom--combo-box[data-invalid]:not(.cds-custom--multi-select--selected) .cds-custom--text-input:not(:focus),.cds-custom--list-box[data-invalid]:not(.cds-custom--multi-select--invalid--focused,.cds-custom--combo-box--invalid--focused),.cds-custom--number[data-invalid] input[type=number]:not(:focus),.cds-custom--number[data-invalid] input[type=text]:not(:focus),.cds-custom--select-input__wrapper[data-invalid] .cds-custom--select-input:not(:focus),.cds-custom--text-area__wrapper[data-invalid]>.cds-custom--text-area--invalid:not(:focus),.cds-custom--text-input__field-wrapper[data-invalid]>.cds-custom--text-input--invalid:not(:focus),input[data-invalid]:not(:focus){outline:2px solid var(--cds-custom-support-error,#da1e28);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--combo-box[data-invalid]:not(.cds-custom--multi-select--selected) .cds-custom--text-input:not(:focus),.cds-custom--list-box[data-invalid]:not(.cds-custom--multi-select--invalid--focused,.cds-custom--combo-box--invalid--focused),.cds-custom--number[data-invalid] input[type=number]:not(:focus),.cds-custom--number[data-invalid] input[type=text]:not(:focus),.cds-custom--select-input__wrapper[data-invalid] .cds-custom--select-input:not(:focus),.cds-custom--text-area__wrapper[data-invalid]>.cds-custom--text-area--invalid:not(:focus),.cds-custom--text-input__field-wrapper[data-invalid]>.cds-custom--text-input--invalid:not(:focus),input[data-invalid]:not(:focus){outline-style:dotted}}.cds-custom--date-picker-input__wrapper--invalid~.cds-custom--form-requirement,.cds-custom--date-picker-input__wrapper--warn~.cds-custom--form-requirement,.cds-custom--date-picker-input__wrapper~.cds-custom--form-requirement,.cds-custom--list-box--warning~.cds-custom--form-requirement,.cds-custom--list-box[data-invalid]~.cds-custom--form-requirement,.cds-custom--number[data-invalid] .cds-custom--number__input-wrapper~.cds-custom--form-requirement,.cds-custom--number__input-wrapper--warning~.cds-custom--form-requirement,.cds-custom--select--warning .cds-custom--select-input__wrapper~.cds-custom--form-requirement,.cds-custom--select-input__wrapper[data-invalid]~.cds-custom--form-requirement,.cds-custom--text-area__wrapper--warn~.cds-custom--form-requirement,.cds-custom--text-area__wrapper[data-invalid]~.cds-custom--form-requirement,.cds-custom--text-input__field-wrapper--warning>.cds-custom--text-input~.cds-custom--form-requirement,.cds-custom--text-input__field-wrapper--warning~.cds-custom--form-requirement,.cds-custom--text-input__field-wrapper[data-invalid]~.cds-custom--form-requirement,.cds-custom--time-picker--invalid~.cds-custom--form-requirement,.cds-custom--time-picker--warning~.cds-custom--form-requirement,.cds-custom--time-picker[data-invalid]~.cds-custom--form-requirement,input[data-invalid]~.cds-custom--form-requirement{display:block;font-weight:400;max-block-size:12.5rem;overflow:visible}.cds-custom--select--inline.cds-custom--select--warning .cds-custom--select-input--inline__wrapper~.cds-custom--form-requirement,.cds-custom--select-input--inline__wrapper[data-invalid]~.cds-custom--form-requirement{display:inline-flex;inline-size:100%;margin:0;margin-block-end:0;max-block-size:100%;overflow:visible;padding-inline-start:.5rem}.cds-custom--date-picker-input__wrapper--invalid~.cds-custom--form-requirement,.cds-custom--date-picker-input__wrapper~.cds-custom--form-requirement,.cds-custom--list-box[data-invalid]~.cds-custom--form-requirement,.cds-custom--number[data-invalid] .cds-custom--number__input-wrapper~.cds-custom--form-requirement,.cds-custom--select-input--inline__wrapper[data-invalid]~.cds-custom--form-requirement,.cds-custom--select-input__wrapper[data-invalid]~.cds-custom--form-requirement,.cds-custom--text-area__wrapper[data-invalid]~.cds-custom--form-requirement,.cds-custom--text-input__field-wrapper[data-invalid]~.cds-custom--form-requirement,.cds-custom--time-picker--invalid~.cds-custom--form-requirement,.cds-custom--time-picker[data-invalid]~.cds-custom--form-requirement,input[data-invalid]~.cds-custom--form-requirement{color:var(--cds-custom-text-error,#da1e28)}.cds-custom--form--fluid .cds-custom--text-input__field-wrapper--warning,.cds-custom--form--fluid .cds-custom--text-input__field-wrapper[data-invalid]{display:block}.cds-custom--form--fluid input[data-invalid]{outline:none}.cds-custom--form--fluid .cds-custom--form-requirement{margin:0;padding:.5rem 2.5rem .5rem 1rem}input:not(output,[data-invalid]):-moz-ui-invalid{box-shadow:none}.cds-custom--form-requirement{display:none;font-size:var(--cds-custom-label-01-font-size,.75rem);font-weight:var(--cds-custom-label-01-font-weight,400);letter-spacing:var(--cds-custom-label-01-letter-spacing,.32px);line-height:var(--cds-custom-label-01-line-height,1.33333);margin:.25rem 0 0;max-block-size:0;overflow:hidden}.cds-custom--form-requirement html{font-size:100%}.cds-custom--form-requirement body{font-family:IBM Plex Sans,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,sans-serif;font-weight:400;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.cds-custom--form-requirement code{font-family:IBM Plex Mono,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,monospace}.cds-custom--form-requirement strong{font-weight:600}.cds-custom--select--inline .cds-custom--form__helper-text{margin-block-start:0}.cds-custom--form__helper-text{color:var(--cds-custom-text-secondary,#525252);font-size:var(--cds-custom-helper-text-01-font-size,.75rem);inline-size:100%;letter-spacing:var(--cds-custom-helper-text-01-letter-spacing,.32px);line-height:var(--cds-custom-helper-text-01-line-height,1.33333);margin-block-start:.25rem;opacity:1;z-index:0}.cds-custom--form__helper-text--disabled,.cds-custom--label--disabled,fieldset[disabled] .cds-custom--form__helper-text,fieldset[disabled] .cds-custom--label{color:var(--cds-custom-text-disabled,hsla(0,0%,9%,.25))}:host(cds-custom-tile){--cds-custom-layout-size-height-xs:1.5rem;--cds-custom-layout-size-height-sm:2rem;--cds-custom-layout-size-height-md:2.5rem;--cds-custom-layout-size-height-lg:3rem;--cds-custom-layout-size-height-xl:4rem;--cds-custom-layout-size-height-2xl:5rem;--cds-custom-layout-size-height-min:0px;--cds-custom-layout-size-height-max:999999999px;--cds-custom-layout-density-padding-inline-condensed:0.5rem;--cds-custom-layout-density-padding-inline-normal:1rem;--cds-custom-layout-density-padding-inline-min:0px;--cds-custom-layout-density-padding-inline-max:999999999px}:host(cds-custom-tile-group){background:transparent}:host(cds-custom-tile-group) fieldset{border:none}:host(cds-custom-clickable-tile){--cds-custom-layout-size-height-xs:1.5rem;--cds-custom-layout-size-height-sm:2rem;--cds-custom-layout-size-height-md:2.5rem;--cds-custom-layout-size-height-lg:3rem;--cds-custom-layout-size-height-xl:4rem;--cds-custom-layout-size-height-2xl:5rem;--cds-custom-layout-size-height-min:0px;--cds-custom-layout-size-height-max:999999999px;--cds-custom-layout-density-padding-inline-condensed:0.5rem;--cds-custom-layout-density-padding-inline-normal:1rem;--cds-custom-layout-density-padding-inline-min:0px;--cds-custom-layout-density-padding-inline-max:999999999px;display:grid;outline:none}:host(cds-custom-clickable-tile) .cds-custom--link--disabled{background-color:var(--cds-custom-layer);color:var(--cds-custom-text-disabled,hsla(0,0%,9%,.25));cursor:not-allowed;display:block;padding:density("padding-inline")}:host(cds-custom-clickable-tile) .cds-custom--tile,:host(cds-custom-clickable-tile) :host(cds-custom-expandable-tile),:host(cds-custom-clickable-tile) :host(cds-custom-tile){outline:.125rem solid transparent;padding:1rem}:host(cds-custom-clickable-tile) .cds-custom--tile--clickable{display:block;transition:.15s cubic-bezier(.2,0,.38,.9)}:host(cds-custom-clickable-tile) .cds-custom--tile--clickable:focus{outline:2px solid var(--cds-custom-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){:host(cds-custom-clickable-tile) .cds-custom--tile--clickable:focus{outline-style:dotted}}:host(cds-custom-clickable-tile) .cds-custom--link__icon{display:block}:host(cds-custom-clickable-tile) ::slotted(cds-custom-ai-label),:host(cds-custom-clickable-tile) ::slotted(cds-custom-slug){pointer-events:none}:host(cds-custom-radio-tile){--cds-custom-layout-size-height-xs:1.5rem;--cds-custom-layout-size-height-sm:2rem;--cds-custom-layout-size-height-md:2.5rem;--cds-custom-layout-size-height-lg:3rem;--cds-custom-layout-size-height-xl:4rem;--cds-custom-layout-size-height-2xl:5rem;--cds-custom-layout-size-height-min:0px;--cds-custom-layout-size-height-max:999999999px;--cds-custom-layout-density-padding-inline-condensed:0.5rem;--cds-custom-layout-density-padding-inline-normal:1rem;--cds-custom-layout-density-padding-inline-min:0px;--cds-custom-layout-density-padding-inline-max:999999999px;display:block;margin-block-end:.5rem;outline:none;position:relative}:host(cds-custom-radio-tile) .cds-custom--tile,:host(cds-custom-radio-tile) :host(cds-custom-expandable-tile),:host(cds-custom-radio-tile) :host(cds-custom-tile){block-size:100%}:host(cds-custom-selectable-tile){--cds-custom-layout-size-height-xs:1.5rem;--cds-custom-layout-size-height-sm:2rem;--cds-custom-layout-size-height-md:2.5rem;--cds-custom-layout-size-height-lg:3rem;--cds-custom-layout-size-height-xl:4rem;--cds-custom-layout-size-height-2xl:5rem;--cds-custom-layout-size-height-min:0px;--cds-custom-layout-size-height-max:999999999px;--cds-custom-layout-density-padding-inline-condensed:0.5rem;--cds-custom-layout-density-padding-inline-normal:1rem;--cds-custom-layout-density-padding-inline-min:0px;--cds-custom-layout-density-padding-inline-max:999999999px;display:block;outline:none;position:relative}:host(cds-custom-selectable-tile) .cds-custom--tile,:host(cds-custom-selectable-tile) :host(cds-custom-expandable-tile),:host(cds-custom-selectable-tile) :host(cds-custom-tile){block-size:100%}:host(cds-custom-radio-tile) .cds-custom--tile-input:checked~.cds-custom--tile--selectable .cds-custom--tile__checkmark,:host(cds-custom-selectable-tile) .cds-custom--tile-input:checked~.cds-custom--tile--selectable .cds-custom--tile__checkmark{opacity:1}:host(cds-custom-clickable-tile) ::slotted(*),:host(cds-custom-radio-tile) ::slotted(:not([slot])),:host(cds-custom-selectable-tile) ::slotted(:not([slot])){cursor:pointer;position:relative;z-index:1}:host(cds-custom-expandable-tile){--cds-custom-layout-size-height-xs:1.5rem;--cds-custom-layout-size-height-sm:2rem;--cds-custom-layout-size-height-md:2.5rem;--cds-custom-layout-size-height-lg:3rem;--cds-custom-layout-size-height-xl:4rem;--cds-custom-layout-size-height-2xl:5rem;--cds-custom-layout-size-height-min:0px;--cds-custom-layout-size-height-max:999999999px;--cds-custom-layout-density-padding-inline-condensed:0.5rem;--cds-custom-layout-density-padding-inline-normal:1rem;--cds-custom-layout-density-padding-inline-min:0px;--cds-custom-layout-density-padding-inline-max:999999999px}:host(cds-custom-expandable-tile) ::slotted(cds-custom-tile-above-the-fold-content){display:block}:host(cds-custom-expandable-tile) .cds-custom-ce--expandable-tile--below-the-fold-content{max-block-size:0;transition:max-height .11s cubic-bezier(.2,0,.38,.9)}:host(cds-custom-expandable-tile[expanded]) ::slotted(cds-custom-tile-below-the-fold-content){opacity:1;transition:.11s cubic-bezier(.2,0,.38,.9);visibility:visible}:host(cds-custom-expandable-tile[with-interactive]){cursor:default;transition:max-height .15s cubic-bezier(.2,0,.38,.9)}:host(cds-custom-expandable-tile[with-interactive]):hover{background-color:var(--cds-custom-layer)}:host(cds-custom-expandable-tile[with-interactive]):focus{outline:none}:host(cds-custom-expandable-tile:not([with-interactive]):focus-within){outline:2px solid var(--cds-custom-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){:host(cds-custom-expandable-tile:not([with-interactive]):focus-within){outline-style:dotted}}:host(cds-custom-expandable-tile:not([with-interactive])) .cds-custom--tile__chevron{background:none;border:none;cursor:pointer;outline:none}:host(cds-custom-clickable-tile[ai-label]) .cds-custom--tile,:host(cds-custom-clickable-tile[ai-label]) :host(cds-custom-expandable-tile),:host(cds-custom-clickable-tile[ai-label]) :host(cds-custom-tile),:host(cds-custom-expandable-tile[ai-label]),:host(cds-custom-radio-tile[ai-label]) .cds-custom--tile,:host(cds-custom-radio-tile[ai-label]) :host(cds-custom-expandable-tile),:host(cds-custom-radio-tile[ai-label]) :host(cds-custom-tile),:host(cds-custom-selectable-tile[ai-label]) .cds-custom--tile,:host(cds-custom-selectable-tile[ai-label]) :host(cds-custom-expandable-tile),:host(cds-custom-selectable-tile[ai-label]) :host(cds-custom-tile),:host(cds-custom-tile[ai-label]){background:linear-gradient(to top,var(--cds-custom-layer,var(--cds-custom-ai-popover-background,#fff)) 0,var(--cds-custom-ai-aura-start,rgba(69,137,255,.1)) 0,15%,var(--cds-custom-ai-aura-end,hsla(0,0%,100%,0)) 50%) padding-box,linear-gradient(to top,var(--cds-custom-layer,var(--cds-custom-ai-popover-background,#fff)),var(--cds-custom-layer,var(--cds-custom-ai-popover-background,#fff))) padding-box,linear-gradient(to bottom,var(--cds-custom-ai-border-start,rgba(166,200,255,.64)),var(--cds-custom-ai-border-end,#78a9ff)) border-box,linear-gradient(to top,var(--cds-custom-layer,var(--cds-custom-ai-popover-background,#fff)),var(--cds-custom-layer,var(--cds-custom-ai-popover-background,#fff))) border-box;border:1px solid transparent;box-shadow:inset 0 -80px 70px -65px var(--cds-custom-ai-inner-shadow,rgba(69,137,255,.1)),0 24px 40px -24px var(--cds-custom-ai-drop-shadow,rgba(15,98,254,.1))}:host(cds-custom-clickable-tile) ::slotted([slot=decorator]),:host(cds-custom-clickable-tile) ::slotted(cds-custom-ai-label),:host(cds-custom-clickable-tile) ::slotted(cds-custom-slug),:host(cds-custom-expandable-tile) ::slotted([slot=decorator]),:host(cds-custom-expandable-tile) ::slotted(cds-custom-ai-label),:host(cds-custom-expandable-tile) ::slotted(cds-custom-slug),:host(cds-custom-radio-tile) ::slotted([slot=decorator]),:host(cds-custom-radio-tile) ::slotted(cds-custom-ai-label),:host(cds-custom-radio-tile) ::slotted(cds-custom-slug),:host(cds-custom-selectable-tile) ::slotted([slot=decorator]),:host(cds-custom-selectable-tile) ::slotted(cds-custom-ai-label),:host(cds-custom-selectable-tile) ::slotted(cds-custom-slug),:host(cds-custom-tile) ::slotted([slot=decorator]),:host(cds-custom-tile) ::slotted(cds-custom-ai-label),:host(cds-custom-tile) ::slotted(cds-custom-slug){inset-block-start:1rem;inset-inline-end:1rem;position:absolute}:host(cds-custom-radio-tile[selected]) ::slotted([slot=decorator]),:host(cds-custom-radio-tile[selected]) ::slotted(cds-custom-ai-label),:host(cds-custom-selectable-tile) ::slotted([slot=decorator]),:host(cds-custom-selectable-tile) ::slotted(cds-custom-ai-label),:host(cds-custom-selectable-tile) ::slotted(cds-custom-slug){inset-inline-end:2.5rem;transition:inset-inline-end .11s cubic-bezier(.2,0,.38,.9)}:host(cds-custom-expandable-tile[ai-label]):hover{background:linear-gradient(to top,var(--cds-custom-layer,var(--cds-custom-ai-popover-background,#fff)) 0,var(--cds-custom-ai-aura-start,rgba(69,137,255,.1)) 0,15%,var(--cds-custom-ai-aura-end,hsla(0,0%,100%,0)) 50%) padding-box,linear-gradient(to top,var(--cds-custom-layer,var(--cds-custom-ai-popover-background,#fff)),var(--cds-custom-layer,var(--cds-custom-ai-popover-background,#fff))) padding-box,linear-gradient(to bottom,var(--cds-custom-ai-border-start,rgba(166,200,255,.64)),var(--cds-custom-ai-border-end,#78a9ff)) border-box,linear-gradient(to top,var(--cds-custom-layer,var(--cds-custom-ai-popover-background,#fff)),var(--cds-custom-layer,var(--cds-custom-ai-popover-background,#fff))) border-box}:host(cds-custom-clickable-tile[ai-label]) .cds-custom--tile:before,:host(cds-custom-radio-tile[ai-label]) .cds-custom--tile:after,:host(cds-custom-radio-tile[ai-label]) .cds-custom--tile:before,:host(cds-custom-selectable-tile[ai-label]) .cds-custom--tile:after,:host(cds-custom-selectable-tile[ai-label]) .cds-custom--tile:before{block-size:100%;content:"";display:block;inline-size:100%;inset-block-start:0;inset-inline-start:0;opacity:0;position:absolute;transition:opacity .11s cubic-bezier(.2,0,.38,.9)}:host(cds-custom-clickable-tile[ai-label]) .cds-custom--tile:before,:host(cds-custom-radio-tile[ai-label]) .cds-custom--tile:before,:host(cds-custom-selectable-tile[ai-label]) .cds-custom--tile:before{background:linear-gradient(to top,var(--cds-custom-ai-aura-hover-start,rgba(69,137,255,.32)) 0,15%,var(--cds-custom-ai-aura-hover-end,hsla(0,0%,100%,0)) 50%) padding-box,linear-gradient(to top,var(--cds-custom-ai-aura-hover-background,#edf5ff),var(--cds-custom-ai-aura-hover-background,#edf5ff)) padding-box,linear-gradient(to bottom,var(--cds-custom-ai-border-start,rgba(166,200,255,.64)),var(--cds-custom-ai-border-end,#78a9ff)) border-box,linear-gradient(to top,var(--cds-custom-ai-aura-hover-background,#edf5ff),var(--cds-custom-ai-aura-hover-background,#edf5ff)) border-box;box-shadow:inset 0 -80px 70px -65px var(--cds-custom-ai-inner-shadow,rgba(69,137,255,.1))}:host(cds-custom-clickable-tile[ai-label]) .cds-custom--tile:hover:before,:host(cds-custom-radio-tile[ai-label]) .cds-custom--tile:hover:before,:host(cds-custom-selectable-tile[ai-label]) .cds-custom--tile:hover:before{opacity:1}:host(cds-custom-radio-tile[ai-label]) .cds-custom--tile--is-selected,:host(cds-custom-selectable-tile[ai-label]) .cds-custom--tile--is-selected{border:1px solid var(--cds-custom-layer-selected-inverse,#161616)}:host(cds-custom-radio-tile[ai-label]) .cds-custom--tile--is-selected .cds-custom--tile__checkmark,:host(cds-custom-selectable-tile[ai-label]) .cds-custom--tile--is-selected .cds-custom--tile__checkmark{z-index:1}:host(cds-custom-radio-tile[ai-label]),:host(cds-custom-selectable-tile[ai-label]) .cds-custom--tile--is-selected:after{background:linear-gradient(to top,var(--cds-custom-ai-aura-start,rgba(69,137,255,.1)) 0,15%,var(--cds-custom-ai-aura-end,hsla(0,0%,100%,0)) 50%) padding-box,linear-gradient(to top,var(--cds-custom-layer),var(--cds-custom-layer)) padding-box,linear-gradient(to bottom,var(--cds-custom-border-inverse,#161616),var(--cds-custom-border-inverse,#161616)) border-box,linear-gradient(to top,var(--cds-custom-layer),var(--cds-custom-layer)) border-box;box-shadow:inset 0 -80px 70px -65px var(--cds-custom-ai-inner-shadow,rgba(69,137,255,.1))}:host(cds-custom-expandable-tile[ai-label]){overflow:visible}:host(cds-custom-clickable-tile[ai-label][has-rounded-corners]) .cds-custom--tile__chevron,:host(cds-custom-expandable-tile[ai-label][has-rounded-corners]) .cds-custom--tile__chevron,:host(cds-custom-radio-tile[ai-label][has-rounded-corners]) .cds-custom--tile__chevron,:host(cds-custom-selectable-tile[ai-label][has-rounded-corners]) .cds-custom--tile__chevron,:host(cds-custom-tile[ai-label][has-rounded-corners]) .cds-custom--tile__chevron{border-end-end-radius:.5rem}']);
|
|
6590
|
-
const
|
|
6591
|
-
let Wt = class extends
|
|
6615
|
+
const ud = ({ children: o, ...t } = {}) => Q`<svg focusable="false" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" fill="currentColor" ...="${rt(t)}" aria-hidden="true" width="24" height="24" viewBox="0 0 32 32">${o}<path d="M19 21v-2h1v-7h-1v-2h4v2h-1v7h1v2h-4zM15.5005 21h2l-3.5005-11h-3l-3.4966 11h1.9988l.6018-2h4.7781l.6184 2zM10.7058 17l1.6284-5.4111.2559-.0024 1.6736 5.4136h-3.5579z"></path><path d="M32,32H0V0h32v32ZM2,30h28V2H2v28Z"></path></svg>`;
|
|
6616
|
+
let Wt = class extends ei {
|
|
6592
6617
|
constructor() {
|
|
6593
6618
|
super(...arguments), this.colorScheme = wo.REGULAR, this.linkRole = "button", this.hasRoundedCorners = !1, this.aiLabel = !1, this.slug = !1;
|
|
6594
6619
|
}
|
|
@@ -6618,7 +6643,7 @@ let Wt = class extends si {
|
|
|
6618
6643
|
_renderInner() {
|
|
6619
6644
|
return m`
|
|
6620
6645
|
${super._renderInner()}
|
|
6621
|
-
${this.aiLabel || this.slug ?
|
|
6646
|
+
${this.aiLabel || this.slug ? ud({ class: `${i}--tile--ai-label-icon` }) : ""}
|
|
6622
6647
|
<slot name="decorator"></slot>
|
|
6623
6648
|
`;
|
|
6624
6649
|
}
|
|
@@ -6785,7 +6810,7 @@ d([
|
|
|
6785
6810
|
Yt = d([
|
|
6786
6811
|
O(`${i}-expandable-tile`)
|
|
6787
6812
|
], Yt);
|
|
6788
|
-
const
|
|
6813
|
+
const ld = ({ children: o, ...t } = {}) => Q`<svg focusable="false" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" fill="currentColor" ...="${rt(t)}" aria-hidden="true" width="16" height="16" viewBox="0 0 32 32">${o}<path d="M26,4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V6A2,2,0,0,0,26,4ZM6,26V6H26V26Z"></path></svg>`, pd = ({ children: o, ...t } = {}) => Q`<svg focusable="false" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" fill="currentColor" ...="${rt(t)}" aria-hidden="true" width="16" height="16" viewBox="0 0 32 32">${o}<path d="M26,4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V6A2,2,0,0,0,26,4ZM14,21.5,9,16.5427,10.5908,15,14,18.3456,21.4087,11l1.5918,1.5772Z"></path><path fill="none" d="M14,21.5,9,16.5427,10.5908,15,14,18.3456,21.4087,11l1.5918,1.5772Z" data-icon-path="inner-path"></path></svg>`;
|
|
6789
6814
|
let dt = class extends uo(at(y)) {
|
|
6790
6815
|
constructor() {
|
|
6791
6816
|
super(...arguments), this._inputType = "checkbox", this._hasAILabel = !1, this._handleClick = () => {
|
|
@@ -6834,9 +6859,9 @@ let dt = class extends uo(at(y)) {
|
|
|
6834
6859
|
*/
|
|
6835
6860
|
_renderIcon() {
|
|
6836
6861
|
const { selected: t, checkmarkLabel: s } = this;
|
|
6837
|
-
return m` ${t ?
|
|
6862
|
+
return m` ${t ? pd({
|
|
6838
6863
|
children: s ? Q`<title>${s}</title>` : void 0
|
|
6839
|
-
}) :
|
|
6864
|
+
}) : ld({
|
|
6840
6865
|
children: s ? Q`<title>${s}</title>` : void 0
|
|
6841
6866
|
})}`;
|
|
6842
6867
|
}
|
|
@@ -6926,9 +6951,9 @@ d([
|
|
|
6926
6951
|
dt = d([
|
|
6927
6952
|
O(`${i}-selectable-tile`)
|
|
6928
6953
|
], dt);
|
|
6929
|
-
var
|
|
6930
|
-
const
|
|
6931
|
-
let
|
|
6954
|
+
var md = dt;
|
|
6955
|
+
const vd = ({ children: o, ...t } = {}) => Q`<svg focusable="false" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" fill="currentColor" ...="${rt(t)}" aria-hidden="true" width="16" height="16" viewBox="0 0 16 16">${o}<path d="M8,1C4.1,1,1,4.1,1,8c0,3.9,3.1,7,7,7s7-3.1,7-7C15,4.1,11.9,1,8,1z M7,11L4.3,8.3l0.9-0.8L7,9.3l4-3.9l0.9,0.8L7,11z"></path><path d="M7,11L4.3,8.3l0.9-0.8L7,9.3l4-3.9l0.9,0.8L7,11z" data-icon-path="inner-path" opacity="0"></path></svg>`;
|
|
6956
|
+
let Ve = class extends md {
|
|
6932
6957
|
constructor() {
|
|
6933
6958
|
super(...arguments), this._handleKeydown = (t) => {
|
|
6934
6959
|
(t.key === " " || t.key === "Enter") && t.preventDefault();
|
|
@@ -6972,7 +6997,7 @@ let qe = class extends pd {
|
|
|
6972
6997
|
@change=${e ? void 0 : l}
|
|
6973
6998
|
@keydown="${e ? void 0 : p}" />
|
|
6974
6999
|
<label part="label" for="input" class="${h}">
|
|
6975
|
-
${
|
|
7000
|
+
${vd({
|
|
6976
7001
|
children: s ? Q`<title>${s}</title>` : void 0,
|
|
6977
7002
|
class: `${i}--tile__checkmark`
|
|
6978
7003
|
})}
|
|
@@ -6989,10 +7014,10 @@ let qe = class extends pd {
|
|
|
6989
7014
|
return `${i}-radio-tile-selected`;
|
|
6990
7015
|
}
|
|
6991
7016
|
};
|
|
6992
|
-
|
|
7017
|
+
Ve = d([
|
|
6993
7018
|
O(`${i}-radio-tile`)
|
|
6994
|
-
],
|
|
6995
|
-
let
|
|
7019
|
+
], Ve);
|
|
7020
|
+
let Vo = class extends y {
|
|
6996
7021
|
constructor() {
|
|
6997
7022
|
super(...arguments), this._hasAILabel = !1, this.colorScheme = wo.REGULAR, this.hasRoundedCorners = !1;
|
|
6998
7023
|
}
|
|
@@ -7028,21 +7053,21 @@ let qo = class extends y {
|
|
|
7028
7053
|
return `${i}-ai-label`;
|
|
7029
7054
|
}
|
|
7030
7055
|
};
|
|
7031
|
-
|
|
7056
|
+
Vo.styles = Uo;
|
|
7032
7057
|
d([
|
|
7033
7058
|
a({ attribute: "color-scheme", reflect: !0 })
|
|
7034
|
-
],
|
|
7059
|
+
], Vo.prototype, "colorScheme", void 0);
|
|
7035
7060
|
d([
|
|
7036
7061
|
a({ type: Boolean, attribute: "has-rounded-corners" })
|
|
7037
|
-
],
|
|
7038
|
-
|
|
7062
|
+
], Vo.prototype, "hasRoundedCorners", void 0);
|
|
7063
|
+
Vo = d([
|
|
7039
7064
|
O(`${i}-tile`)
|
|
7040
|
-
],
|
|
7065
|
+
], Vo);
|
|
7041
7066
|
var $t;
|
|
7042
7067
|
(function(o) {
|
|
7043
7068
|
o[o.BACKWARD = -1] = "BACKWARD", o[o.FORWARD = 1] = "FORWARD";
|
|
7044
7069
|
})($t || ($t = {}));
|
|
7045
|
-
const
|
|
7070
|
+
const hd = {
|
|
7046
7071
|
ArrowUp: $t.BACKWARD,
|
|
7047
7072
|
Up: $t.BACKWARD,
|
|
7048
7073
|
// IE
|
|
@@ -7059,7 +7084,7 @@ const vd = {
|
|
|
7059
7084
|
let vt = class extends uo(y) {
|
|
7060
7085
|
constructor() {
|
|
7061
7086
|
super(...arguments), this._handleKeydown = (t) => {
|
|
7062
|
-
const { target: s, key: e } = t, { radioTiles: c, selectableTiles: r } = this, n =
|
|
7087
|
+
const { target: s, key: e } = t, { radioTiles: c, selectableTiles: r } = this, n = hd[e];
|
|
7063
7088
|
if (s != null && s.matches(`${i}-ai-label`))
|
|
7064
7089
|
return;
|
|
7065
7090
|
const u = c.length ? c : r, p = [...u].findIndex((h) => h == s) + n, v = p !== -1 ? u[p % u.length] : u[u.length - 1];
|
|
@@ -7203,8 +7228,8 @@ ds.styles = ls;
|
|
|
7203
7228
|
ds = d([
|
|
7204
7229
|
O(`${i}-button-set-base`)
|
|
7205
7230
|
], ds);
|
|
7206
|
-
var
|
|
7207
|
-
let as = class extends
|
|
7231
|
+
var gd = ds;
|
|
7232
|
+
let as = class extends gd {
|
|
7208
7233
|
constructor() {
|
|
7209
7234
|
super(...arguments), this.stacked = !1;
|
|
7210
7235
|
}
|
|
@@ -7286,7 +7311,7 @@ Ds.styles = ls;
|
|
|
7286
7311
|
Ds = d([
|
|
7287
7312
|
O(`${i}-button-skeleton`)
|
|
7288
7313
|
], Ds);
|
|
7289
|
-
const
|
|
7314
|
+
const bd = `/**
|
|
7290
7315
|
* @license
|
|
7291
7316
|
*
|
|
7292
7317
|
* Copyright IBM Corp. 2025
|
|
@@ -7294,12 +7319,12 @@ const gd = `/**
|
|
|
7294
7319
|
* This source code is licensed under the Apache-2.0 license found in the
|
|
7295
7320
|
* LICENSE file in the root directory of this source tree.
|
|
7296
7321
|
*/.automation-global-header__logout-tile{block-size:10rem;inline-size:25rem}.automation-global-header__logout-tile--brand{font-size:var(--cds-heading-05-font-size, 2rem);font-weight:var(--cds-heading-05-font-weight, 400);line-height:var(--cds-heading-05-line-height, 1.25);letter-spacing:var(--cds-heading-05-letter-spacing, 0);margin-inline-end:.75rem}.automation-global-header__logout-tile--product{font-size:var(--cds-heading-05-font-size, 2rem);font-weight:var(--cds-heading-05-font-weight, 400);line-height:var(--cds-heading-05-line-height, 1.25);letter-spacing:var(--cds-heading-05-letter-spacing, 0);font-weight:700}.automation-global-header__logout-tile--description{font-size:var(--cds-heading-03-font-size, 1.25rem);font-weight:var(--cds-heading-03-font-weight, 400);line-height:var(--cds-heading-03-line-height, 1.4);letter-spacing:var(--cds-heading-03-letter-spacing, 0);font-weight:400;margin-block-start:.25rem}.automation-global-header__logout-tile--button{position:absolute;inset-block-end:0;inset-inline-end:0}.automation-global-header__logout-tile--button a{inline-size:11rem}.automation-global-header__logout-tile--button button{inline-size:15rem}`;
|
|
7297
|
-
var
|
|
7298
|
-
for (var c = e > 1 ? void 0 : e ?
|
|
7322
|
+
var fd = Object.defineProperty, yd = Object.getOwnPropertyDescriptor, So = (o, t, s, e) => {
|
|
7323
|
+
for (var c = e > 1 ? void 0 : e ? yd(t, s) : t, r = o.length - 1, n; r >= 0; r--)
|
|
7299
7324
|
(n = o[r]) && (c = (e ? n(t, s, c) : n(c)) || c);
|
|
7300
|
-
return e && c &&
|
|
7325
|
+
return e && c && fd(t, s, c), c;
|
|
7301
7326
|
};
|
|
7302
|
-
const { stablePrefix:
|
|
7327
|
+
const { stablePrefix: _d } = st, Mo = `${z}__logout-tile`;
|
|
7303
7328
|
let Gt = class extends y {
|
|
7304
7329
|
constructor() {
|
|
7305
7330
|
super(), this.brandCompany = "", this.brandProduct = "", this.logoutText = "", this.buttonLabel = "", this.loginHref = "";
|
|
@@ -7320,7 +7345,7 @@ let Gt = class extends y {
|
|
|
7320
7345
|
}
|
|
7321
7346
|
};
|
|
7322
7347
|
Gt.styles = U`
|
|
7323
|
-
${ct([
|
|
7348
|
+
${ct([bd])}
|
|
7324
7349
|
`;
|
|
7325
7350
|
So([
|
|
7326
7351
|
a({ type: String })
|
|
@@ -7338,19 +7363,19 @@ So([
|
|
|
7338
7363
|
a({ type: String })
|
|
7339
7364
|
], Gt.prototype, "loginHref", 2);
|
|
7340
7365
|
Gt = So([
|
|
7341
|
-
ot(`${
|
|
7366
|
+
ot(`${_d}-global-header-logout-tile`)
|
|
7342
7367
|
], Gt);
|
|
7343
|
-
var
|
|
7344
|
-
for (var c = e > 1 ? void 0 : e ?
|
|
7368
|
+
var xd = Object.getOwnPropertyDescriptor, kd = (o, t, s, e) => {
|
|
7369
|
+
for (var c = e > 1 ? void 0 : e ? xd(t, s) : t, r = o.length - 1, n; r >= 0; r--)
|
|
7345
7370
|
(n = o[r]) && (c = n(c) || c);
|
|
7346
7371
|
return c;
|
|
7347
7372
|
};
|
|
7348
|
-
const { stablePrefix:
|
|
7349
|
-
let
|
|
7373
|
+
const { stablePrefix: zd } = st;
|
|
7374
|
+
let qe = class extends Ji {
|
|
7350
7375
|
};
|
|
7351
|
-
|
|
7352
|
-
ot(`${
|
|
7353
|
-
],
|
|
7376
|
+
qe = kd([
|
|
7377
|
+
ot(`${zd}-global-header`)
|
|
7378
|
+
], qe);
|
|
7354
7379
|
export {
|
|
7355
7380
|
It as CommonHeader,
|
|
7356
7381
|
j as HybridIpaasHeader,
|