@carbon/ibm-products 2.29.0-alpha.10 → 2.30.0-alpha.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (68) hide show
  1. package/css/index-full-carbon.css +1405 -3
  2. package/css/index-full-carbon.css.map +1 -1
  3. package/css/index-full-carbon.min.css +1 -1
  4. package/css/index-full-carbon.min.css.map +1 -1
  5. package/css/index-without-carbon-released-only.css +39 -3
  6. package/css/index-without-carbon-released-only.css.map +1 -1
  7. package/css/index-without-carbon-released-only.min.css +1 -1
  8. package/css/index-without-carbon-released-only.min.css.map +1 -1
  9. package/css/index-without-carbon.css +1405 -3
  10. package/css/index-without-carbon.css.map +1 -1
  11. package/css/index-without-carbon.min.css +1 -1
  12. package/css/index-without-carbon.min.css.map +1 -1
  13. package/css/index.css +1405 -3
  14. package/css/index.css.map +1 -1
  15. package/css/index.min.css +1 -1
  16. package/css/index.min.css.map +1 -1
  17. package/es/components/AboutModal/AboutModal.d.ts +73 -2
  18. package/es/components/AboutModal/AboutModal.js +10 -28
  19. package/es/components/DataSpreadsheet/DataSpreadsheet.js +120 -145
  20. package/es/components/Datagrid/Datagrid/DatagridRow.js +1 -1
  21. package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilters.js +6 -3
  22. package/es/components/Datagrid/useActionsColumn.js +6 -2
  23. package/es/components/Decorator/Decorator.d.ts +5 -0
  24. package/es/components/Decorator/Decorator.js +348 -0
  25. package/es/components/Decorator/DecoratorIcon.d.ts +5 -0
  26. package/es/components/Decorator/DecoratorIcon.js +95 -0
  27. package/es/components/Decorator/index.d.ts +1 -0
  28. package/es/components/Decorator/utils.d.ts +8 -0
  29. package/es/components/Decorator/utils.js +43 -0
  30. package/es/components/Toolbar/ToolbarButton.d.ts +24 -3
  31. package/es/components/Toolbar/ToolbarButton.js +2 -2
  32. package/es/components/index.d.ts +1 -0
  33. package/es/global/js/package-settings.d.ts +1 -0
  34. package/es/global/js/package-settings.js +1 -0
  35. package/es/index.js +1 -0
  36. package/es/settings.d.ts +1 -0
  37. package/lib/components/AboutModal/AboutModal.d.ts +73 -2
  38. package/lib/components/AboutModal/AboutModal.js +8 -26
  39. package/lib/components/DataSpreadsheet/DataSpreadsheet.js +120 -145
  40. package/lib/components/Datagrid/Datagrid/DatagridRow.js +1 -1
  41. package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilters.js +6 -3
  42. package/lib/components/Datagrid/useActionsColumn.js +6 -2
  43. package/lib/components/Decorator/Decorator.d.ts +5 -0
  44. package/lib/components/Decorator/Decorator.js +355 -0
  45. package/lib/components/Decorator/DecoratorIcon.d.ts +5 -0
  46. package/lib/components/Decorator/DecoratorIcon.js +102 -0
  47. package/lib/components/Decorator/index.d.ts +1 -0
  48. package/lib/components/Decorator/utils.d.ts +8 -0
  49. package/lib/components/Decorator/utils.js +48 -0
  50. package/lib/components/Toolbar/ToolbarButton.d.ts +24 -3
  51. package/lib/components/Toolbar/ToolbarButton.js +2 -2
  52. package/lib/components/index.d.ts +1 -0
  53. package/lib/global/js/package-settings.d.ts +1 -0
  54. package/lib/global/js/package-settings.js +1 -0
  55. package/lib/index.js +5 -0
  56. package/lib/settings.d.ts +1 -0
  57. package/package.json +5 -5
  58. package/scss/components/AboutModal/_about-modal.scss +7 -2
  59. package/scss/components/Datagrid/styles/_useExpandedRow.scss +8 -0
  60. package/scss/components/Datagrid/styles/_useNestedRows.scss +54 -0
  61. package/scss/components/Datagrid/styles/addons/_FilterPanel.scss +1 -1
  62. package/scss/components/Decorator/_carbon-imports.scss +9 -0
  63. package/scss/components/Decorator/_decorator.scss +400 -0
  64. package/scss/components/Decorator/_index-with-carbon.scss +9 -0
  65. package/scss/components/Decorator/_index.scss +8 -0
  66. package/scss/components/TagSet/_tag-set.scss +1 -0
  67. package/scss/components/_index-with-carbon.scss +1 -0
  68. package/scss/components/_index.scss +1 -0
@@ -68,9 +68,13 @@
68
68
  letter-spacing: var(--cds-body-compact-02-letter-spacing, 0);
69
69
  overflow: hidden auto;
70
70
  min-height: 4rem;
71
- padding: 0 20% 0 1rem;
72
- margin-bottom: 1.5rem;
73
71
  grid-row: auto;
72
+ padding-block-start: 0;
73
+ padding-inline: 1rem 20%;
74
+ }
75
+ .c4p--about-modal .c4p--about-modal__body:not(.cds--modal-scroll-content) {
76
+ margin-bottom: 1.5rem;
77
+ padding-block-end: 0;
74
78
  }
75
79
 
76
80
  .c4p--about-modal .cds--modal-content--overflow-indicator {
@@ -5824,6 +5828,10 @@ a.cds--overflow-menu-options__btn::before {
5824
5828
  border-radius: 1.5rem;
5825
5829
  }
5826
5830
 
5831
+ .cds--chat-btn:not(.cds--chat-btn--with-icon) {
5832
+ padding-inline-end: 0.9375rem;
5833
+ }
5834
+
5827
5835
  .cds--chat-btn.cds--btn--md {
5828
5836
  border-radius: 1.25rem;
5829
5837
  }
@@ -30233,6 +30241,7 @@ button.c4p--add-select__global-filter-toggle--open {
30233
30241
  }
30234
30242
  .c4p--tag-set-overflow__tagset-popover .c4p--tag-set-overflow__show-all-tags-link {
30235
30243
  margin-top: 0.5rem;
30244
+ color: var(--cds-link-inverse, #78a9ff);
30236
30245
  }
30237
30246
  .c4p--tag-set-overflow__tagset-popover .c4p--tag-set-overflow__tag-item.c4p--tag-set-overflow__tag-item--tag .cds--tag {
30238
30247
  background-color: var(--cds-background-inverse-hover, #474747);
@@ -34162,6 +34171,32 @@ button.c4p--add-select__global-filter-toggle--open {
34162
34171
  padding-left: 0.5rem;
34163
34172
  }
34164
34173
 
34174
+ .cds--data-table td.c4p--datagrid__expandable-row-cell + td,
34175
+ .cds--data-table .c4p--datagrid__carbon-nested-row:not(.c4p--datagrid__carbon-row-expandable) td.c4p--datagrid__cell:nth-of-type(2) {
34176
+ position: relative;
34177
+ }
34178
+
34179
+ .cds--data-table td.c4p--datagrid__expandable-row-cell.c4p--datagrid__expandable-row-cell--is-expanded + td::before,
34180
+ .cds--data-table .c4p--datagrid__carbon-nested-row:not(.c4p--datagrid__carbon-row-expandable) td.c4p--datagrid__cell:nth-of-type(2)::before,
34181
+ .cds--data-table .c4p--datagrid__carbon-nested-row td.c4p--datagrid__expandable-row-cell + td::before {
34182
+ position: absolute;
34183
+ /* stylelint-disable-next-line carbon/layout-token-use */
34184
+ bottom: -1px;
34185
+ left: 0;
34186
+ width: 1rem;
34187
+ height: 1px;
34188
+ background-color: var(--cds-layer-01, #f4f4f4);
34189
+ content: "";
34190
+ transition: background-color 70ms cubic-bezier(0, 0, 0.38, 0.9);
34191
+ }
34192
+
34193
+ .cds--data-table tr:hover td.c4p--datagrid__expandable-row-cell.c4p--datagrid__expandable-row-cell--is-expanded + td::before,
34194
+ .cds--data-table .c4p--datagrid__carbon-nested-row:hover td.c4p--datagrid__expandable-row-cell + td::before,
34195
+ .cds--data-table .c4p--datagrid__expandable-row--hover td.c4p--datagrid__expandable-row-cell + td::before,
34196
+ .cds--data-table .c4p--datagrid__carbon-nested-row:hover:not(.c4p--datagrid__carbon-row-expandable) td.c4p--datagrid__cell:nth-of-type(2)::before {
34197
+ background-color: var(--cds-layer-hover);
34198
+ }
34199
+
34165
34200
  .c4p--datagrid__carbon-row-expanded .c4p--datagrid__expandable-row-cell {
34166
34201
  border-bottom: none;
34167
34202
  }
@@ -34622,7 +34657,7 @@ button.c4p--add-select__global-filter-toggle--open {
34622
34657
  position: relative;
34623
34658
  z-index: 0;
34624
34659
  overflow: auto;
34625
- padding: 0 1rem;
34660
+ padding: 0 1rem 4rem 1rem;
34626
34661
  overscroll-behavior: contain;
34627
34662
  }
34628
34663
 
@@ -34792,6 +34827,7 @@ th.c4p--datagrid__select-all-toggle-on.button {
34792
34827
  .c4p--datagrid .cds--data-table tbody tr:hover + .c4p--datagrid__expanded-row,
34793
34828
  .c4p--datagrid .c4p--datagrid__expanded-row:hover,
34794
34829
  .c4p--datagrid .c4p--datagrid__expandable-row--hover td {
34830
+ border-top: none;
34795
34831
  background: var(--cds-layer-hover);
34796
34832
  }
34797
34833
 
@@ -34801,6 +34837,10 @@ th.c4p--datagrid__select-all-toggle-on.button {
34801
34837
  border: none;
34802
34838
  }
34803
34839
 
34840
+ .c4p--datagrid .cds--data-table .c4p--datagrid__carbon-row-expanded:hover td:not(.c4p--datagrid__expandable-row-cell) {
34841
+ border-bottom: 1px solid var(--cds-border-subtle-02, #e0e0e0);
34842
+ }
34843
+
34804
34844
  .c4p--datagrid .cds--data-table td.c4p--datagrid__expanded-row-cell-wrapper {
34805
34845
  padding: 0;
34806
34846
  }
@@ -40342,6 +40382,1368 @@ a.cds--side-nav__link--current::before {
40342
40382
  white-space: nowrap;
40343
40383
  }
40344
40384
 
40385
+ /* stylelint-disable carbon/theme-token-use */
40386
+ /* stylelint-disable carbon/type-token-use */
40387
+ /* stylelint-disable carbon/layout-token-use */
40388
+ /* stylelint-disable function-no-unknown */
40389
+ .c4p--decorator--light {
40390
+ --cds-ai-aura-end: rgba(255, 255, 255, 0);
40391
+ --cds-ai-aura-hover-background: #edf5ff;
40392
+ --cds-ai-aura-hover-end: rgba(255, 255, 255, 0);
40393
+ --cds-ai-aura-hover-start: rgba(69, 137, 255, 0.4);
40394
+ --cds-ai-aura-start: rgba(69, 137, 255, 0.1);
40395
+ --cds-ai-aura-start-table: rgba(69, 137, 255, 0.15);
40396
+ --cds-ai-border-end: #d0e2ff;
40397
+ --cds-ai-border-start: #78a9ff;
40398
+ --cds-ai-border-strong: #4589ff;
40399
+ --cds-ai-drop-shadow: rgba(15, 98, 254, 0.32);
40400
+ --cds-ai-gradient-end: rgba(255, 255, 255, 0);
40401
+ --cds-ai-gradient-start-01: rgba(242, 244, 248, 0.5);
40402
+ --cds-ai-gradient-start-02: rgba(237, 245, 255, 0.5);
40403
+ --cds-ai-inner-shadow: rgba(69, 137, 255, 0.2);
40404
+ --cds-ai-overlay: rgba(0, 17, 65, 0.5);
40405
+ --cds-ai-skeleton-background: #b8d3ff;
40406
+ --cds-ai-skeleton-element-background: #001141;
40407
+ --cds-background: #f4f4f4;
40408
+ --cds-background-active: rgba(141, 141, 141, 0.5);
40409
+ --cds-background-brand: #0f62fe;
40410
+ --cds-background-hover: rgba(141, 141, 141, 0.12);
40411
+ --cds-background-inverse: #393939;
40412
+ --cds-background-inverse-hover: #474747;
40413
+ --cds-background-selected: rgba(141, 141, 141, 0.2);
40414
+ --cds-background-selected-hover: rgba(141, 141, 141, 0.32);
40415
+ --cds-border-disabled: #c6c6c6;
40416
+ --cds-border-interactive: #0f62fe;
40417
+ --cds-border-inverse: #161616;
40418
+ --cds-border-strong-01: #8d8d8d;
40419
+ --cds-border-strong-02: #8d8d8d;
40420
+ --cds-border-strong-03: #8d8d8d;
40421
+ --cds-border-subtle-00: #c6c6c6;
40422
+ --cds-border-subtle-01: #e0e0e0;
40423
+ --cds-border-subtle-02: #c6c6c6;
40424
+ --cds-border-subtle-03: #e0e0e0;
40425
+ --cds-border-subtle-selected-01: #c6c6c6;
40426
+ --cds-border-subtle-selected-02: #c6c6c6;
40427
+ --cds-border-subtle-selected-03: #c6c6c6;
40428
+ --cds-border-tile-01: #a8a8a8;
40429
+ --cds-border-tile-02: #c6c6c6;
40430
+ --cds-border-tile-03: #a8a8a8;
40431
+ --cds-chat-avatar-agent: #393939;
40432
+ --cds-chat-avatar-bot: #6f6f6f;
40433
+ --cds-chat-avatar-user: #0f62fe;
40434
+ --cds-chat-bubble-agent: #ffffff;
40435
+ --cds-chat-bubble-agent-border: #e0e0e0;
40436
+ --cds-chat-bubble-user: #e0e0e0;
40437
+ --cds-chat-prompt-background: #ffffff;
40438
+ --cds-chat-prompt-border-end: rgba(244, 244, 244, 0);
40439
+ --cds-chat-prompt-border-start: #f4f4f4;
40440
+ --cds-field-01: #ffffff;
40441
+ --cds-field-02: #f4f4f4;
40442
+ --cds-field-03: #ffffff;
40443
+ --cds-field-hover-01: #e8e8e8;
40444
+ --cds-field-hover-02: #e8e8e8;
40445
+ --cds-field-hover-03: #e8e8e8;
40446
+ --cds-focus: #0f62fe;
40447
+ --cds-focus-inset: #ffffff;
40448
+ --cds-focus-inverse: #ffffff;
40449
+ --cds-highlight: #d0e2ff;
40450
+ --cds-icon-disabled: rgba(22, 22, 22, 0.25);
40451
+ --cds-icon-interactive: #0f62fe;
40452
+ --cds-icon-inverse: #ffffff;
40453
+ --cds-icon-on-color: #ffffff;
40454
+ --cds-icon-on-color-disabled: #8d8d8d;
40455
+ --cds-icon-primary: #161616;
40456
+ --cds-icon-secondary: #525252;
40457
+ --cds-interactive: #0f62fe;
40458
+ --cds-layer-01: #ffffff;
40459
+ --cds-layer-02: #f4f4f4;
40460
+ --cds-layer-03: #ffffff;
40461
+ --cds-layer-accent-01: #e0e0e0;
40462
+ --cds-layer-accent-02: #e0e0e0;
40463
+ --cds-layer-accent-03: #e0e0e0;
40464
+ --cds-layer-accent-active-01: #a8a8a8;
40465
+ --cds-layer-accent-active-02: #a8a8a8;
40466
+ --cds-layer-accent-active-03: #a8a8a8;
40467
+ --cds-layer-accent-hover-01: #d1d1d1;
40468
+ --cds-layer-accent-hover-02: #d1d1d1;
40469
+ --cds-layer-accent-hover-03: #d1d1d1;
40470
+ --cds-layer-active-01: #c6c6c6;
40471
+ --cds-layer-active-02: #c6c6c6;
40472
+ --cds-layer-active-03: #c6c6c6;
40473
+ --cds-layer-hover-01: #e8e8e8;
40474
+ --cds-layer-hover-02: #e8e8e8;
40475
+ --cds-layer-hover-03: #e8e8e8;
40476
+ --cds-layer-selected-01: #e0e0e0;
40477
+ --cds-layer-selected-02: #e0e0e0;
40478
+ --cds-layer-selected-03: #e0e0e0;
40479
+ --cds-layer-selected-disabled: #8d8d8d;
40480
+ --cds-layer-selected-hover-01: #d1d1d1;
40481
+ --cds-layer-selected-hover-02: #d1d1d1;
40482
+ --cds-layer-selected-hover-03: #d1d1d1;
40483
+ --cds-layer-selected-inverse: #161616;
40484
+ --cds-link-inverse: #78a9ff;
40485
+ --cds-link-inverse-active: #f4f4f4;
40486
+ --cds-link-inverse-hover: #a6c8ff;
40487
+ --cds-link-primary: #0f62fe;
40488
+ --cds-link-primary-hover: #0043ce;
40489
+ --cds-link-secondary: #0043ce;
40490
+ --cds-link-visited: #8a3ffc;
40491
+ --cds-overlay: rgba(22, 22, 22, 0.5);
40492
+ --cds-shadow: rgba(0, 0, 0, 0.3);
40493
+ --cds-skeleton-background: #e8e8e8;
40494
+ --cds-skeleton-element: #c6c6c6;
40495
+ --cds-slug-background: #525252;
40496
+ --cds-slug-background-hover: #6f6f6f;
40497
+ --cds-slug-callout-aura-end: rgba(255, 255, 255, 0);
40498
+ --cds-slug-callout-aura-end-hover-01: rgba(255, 255, 255, 0);
40499
+ --cds-slug-callout-aura-end-hover-02: rgba(255, 255, 255, 0);
40500
+ --cds-slug-callout-aura-end-selected: rgba(255, 255, 255, 0);
40501
+ --cds-slug-callout-aura-start: rgba(69, 137, 255, 0.1);
40502
+ --cds-slug-callout-aura-start-hover-01: rgba(255, 255, 255, 0.5);
40503
+ --cds-slug-callout-aura-start-hover-02: rgba(208, 226, 255, 0.5);
40504
+ --cds-slug-callout-aura-start-selected: rgba(237, 245, 255, 0.6);
40505
+ --cds-slug-callout-caret-bottom: #d0e2ff;
40506
+ --cds-slug-callout-caret-bottom-background: #ccdbf8;
40507
+ --cds-slug-callout-caret-bottom-background-actions: #d2dcee;
40508
+ --cds-slug-callout-caret-center: #a7c7ff;
40509
+ --cds-slug-callout-gradient-bottom: rgba(224, 224, 224, 0.85);
40510
+ --cds-slug-callout-gradient-bottom-hover: rgba(209, 209, 209, 0.55);
40511
+ --cds-slug-callout-gradient-bottom-selected: rgba(209, 209, 209, 0.85);
40512
+ --cds-slug-callout-gradient-top: rgba(244, 244, 244, 0.85);
40513
+ --cds-slug-callout-gradient-top-hover: rgba(224, 224, 224, 0.55);
40514
+ --cds-slug-callout-gradient-top-selected: rgba(224, 224, 224, 0.85);
40515
+ --cds-slug-callout-shadow-outer-01: rgba(0, 67, 206, 0.25);
40516
+ --cds-slug-callout-shadow-outer-02: rgba(0, 0, 0, 0.1);
40517
+ --cds-slug-gradient: #161616 linear-gradient(135deg, #a8a8a8 0%, rgba(255, 255, 255, 0) 100%);
40518
+ --cds-slug-gradient-hover: #161616 linear-gradient(135deg, #d1d1d1 0%, rgba(255, 255, 255, 0) 100%);
40519
+ --cds-slug-hollow-hover: #474747;
40520
+ --cds-support-caution-major: #ff832b;
40521
+ --cds-support-caution-minor: #f1c21b;
40522
+ --cds-support-caution-undefined: #8a3ffc;
40523
+ --cds-support-error: #da1e28;
40524
+ --cds-support-error-inverse: #fa4d56;
40525
+ --cds-support-info: #0043ce;
40526
+ --cds-support-info-inverse: #4589ff;
40527
+ --cds-support-success: #24a148;
40528
+ --cds-support-success-inverse: #42be65;
40529
+ --cds-support-warning: #f1c21b;
40530
+ --cds-support-warning-inverse: #f1c21b;
40531
+ --cds-text-disabled: rgba(22, 22, 22, 0.25);
40532
+ --cds-text-error: #da1e28;
40533
+ --cds-text-helper: #6f6f6f;
40534
+ --cds-text-inverse: #ffffff;
40535
+ --cds-text-on-color: #ffffff;
40536
+ --cds-text-on-color-disabled: #8d8d8d;
40537
+ --cds-text-placeholder: rgba(22, 22, 22, 0.4);
40538
+ --cds-text-primary: #161616;
40539
+ --cds-text-secondary: #525252;
40540
+ --cds-toggle-off: #8d8d8d;
40541
+ --cds-spacing-01: 0.125rem;
40542
+ --cds-spacing-02: 0.25rem;
40543
+ --cds-spacing-03: 0.5rem;
40544
+ --cds-spacing-04: 0.75rem;
40545
+ --cds-spacing-05: 1rem;
40546
+ --cds-spacing-06: 1.5rem;
40547
+ --cds-spacing-07: 2rem;
40548
+ --cds-spacing-08: 2.5rem;
40549
+ --cds-spacing-09: 3rem;
40550
+ --cds-spacing-10: 4rem;
40551
+ --cds-spacing-11: 5rem;
40552
+ --cds-spacing-12: 6rem;
40553
+ --cds-spacing-13: 10rem;
40554
+ --cds-fluid-spacing-01: 0;
40555
+ --cds-fluid-spacing-02: 2vw;
40556
+ --cds-fluid-spacing-03: 5vw;
40557
+ --cds-fluid-spacing-04: 10vw;
40558
+ --cds-caption-01-font-size: 0.75rem;
40559
+ --cds-caption-01-font-weight: 400;
40560
+ --cds-caption-01-line-height: 1.33333;
40561
+ --cds-caption-01-letter-spacing: 0.32px;
40562
+ --cds-caption-02-font-size: 0.875rem;
40563
+ --cds-caption-02-font-weight: 400;
40564
+ --cds-caption-02-line-height: 1.28572;
40565
+ --cds-caption-02-letter-spacing: 0.32px;
40566
+ --cds-label-01-font-size: 0.75rem;
40567
+ --cds-label-01-font-weight: 400;
40568
+ --cds-label-01-line-height: 1.33333;
40569
+ --cds-label-01-letter-spacing: 0.32px;
40570
+ --cds-label-02-font-size: 0.875rem;
40571
+ --cds-label-02-font-weight: 400;
40572
+ --cds-label-02-line-height: 1.28572;
40573
+ --cds-label-02-letter-spacing: 0.16px;
40574
+ --cds-helper-text-01-font-size: 0.75rem;
40575
+ --cds-helper-text-01-line-height: 1.33333;
40576
+ --cds-helper-text-01-letter-spacing: 0.32px;
40577
+ --cds-helper-text-02-font-size: 0.875rem;
40578
+ --cds-helper-text-02-font-weight: 400;
40579
+ --cds-helper-text-02-line-height: 1.28572;
40580
+ --cds-helper-text-02-letter-spacing: 0.16px;
40581
+ --cds-body-short-01-font-size: 0.875rem;
40582
+ --cds-body-short-01-font-weight: 400;
40583
+ --cds-body-short-01-line-height: 1.28572;
40584
+ --cds-body-short-01-letter-spacing: 0.16px;
40585
+ --cds-body-short-02-font-size: 1rem;
40586
+ --cds-body-short-02-font-weight: 400;
40587
+ --cds-body-short-02-line-height: 1.375;
40588
+ --cds-body-short-02-letter-spacing: 0;
40589
+ --cds-body-long-01-font-size: 0.875rem;
40590
+ --cds-body-long-01-font-weight: 400;
40591
+ --cds-body-long-01-line-height: 1.42857;
40592
+ --cds-body-long-01-letter-spacing: 0.16px;
40593
+ --cds-body-long-02-font-size: 1rem;
40594
+ --cds-body-long-02-font-weight: 400;
40595
+ --cds-body-long-02-line-height: 1.5;
40596
+ --cds-body-long-02-letter-spacing: 0;
40597
+ --cds-code-01-font-family: 'IBM Plex Mono', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', monospace;
40598
+ --cds-code-01-font-size: 0.75rem;
40599
+ --cds-code-01-font-weight: 400;
40600
+ --cds-code-01-line-height: 1.33333;
40601
+ --cds-code-01-letter-spacing: 0.32px;
40602
+ --cds-code-02-font-family: 'IBM Plex Mono', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', monospace;
40603
+ --cds-code-02-font-size: 0.875rem;
40604
+ --cds-code-02-font-weight: 400;
40605
+ --cds-code-02-line-height: 1.42857;
40606
+ --cds-code-02-letter-spacing: 0.32px;
40607
+ --cds-heading-01-font-size: 0.875rem;
40608
+ --cds-heading-01-font-weight: 600;
40609
+ --cds-heading-01-line-height: 1.42857;
40610
+ --cds-heading-01-letter-spacing: 0.16px;
40611
+ --cds-heading-02-font-size: 1rem;
40612
+ --cds-heading-02-font-weight: 600;
40613
+ --cds-heading-02-line-height: 1.5;
40614
+ --cds-heading-02-letter-spacing: 0;
40615
+ --cds-productive-heading-01-font-size: 0.875rem;
40616
+ --cds-productive-heading-01-font-weight: 600;
40617
+ --cds-productive-heading-01-line-height: 1.28572;
40618
+ --cds-productive-heading-01-letter-spacing: 0.16px;
40619
+ --cds-productive-heading-02-font-size: 1rem;
40620
+ --cds-productive-heading-02-font-weight: 600;
40621
+ --cds-productive-heading-02-line-height: 1.375;
40622
+ --cds-productive-heading-02-letter-spacing: 0;
40623
+ --cds-productive-heading-03-font-size: 1.25rem;
40624
+ --cds-productive-heading-03-font-weight: 400;
40625
+ --cds-productive-heading-03-line-height: 1.4;
40626
+ --cds-productive-heading-03-letter-spacing: 0;
40627
+ --cds-productive-heading-04-font-size: 1.75rem;
40628
+ --cds-productive-heading-04-font-weight: 400;
40629
+ --cds-productive-heading-04-line-height: 1.28572;
40630
+ --cds-productive-heading-04-letter-spacing: 0;
40631
+ --cds-productive-heading-05-font-size: 2rem;
40632
+ --cds-productive-heading-05-font-weight: 400;
40633
+ --cds-productive-heading-05-line-height: 1.25;
40634
+ --cds-productive-heading-05-letter-spacing: 0;
40635
+ --cds-productive-heading-06-font-size: 2.625rem;
40636
+ --cds-productive-heading-06-font-weight: 300;
40637
+ --cds-productive-heading-06-line-height: 1.199;
40638
+ --cds-productive-heading-06-letter-spacing: 0;
40639
+ --cds-productive-heading-07-font-size: 3.375rem;
40640
+ --cds-productive-heading-07-font-weight: 300;
40641
+ --cds-productive-heading-07-line-height: 1.19;
40642
+ --cds-productive-heading-07-letter-spacing: 0;
40643
+ --cds-expressive-paragraph-01-font-size: 1.5rem;
40644
+ --cds-expressive-paragraph-01-font-weight: 300;
40645
+ --cds-expressive-paragraph-01-line-height: 1.334;
40646
+ --cds-expressive-paragraph-01-letter-spacing: 0;
40647
+ --cds-expressive-heading-01-font-size: 0.875rem;
40648
+ --cds-expressive-heading-01-font-weight: 600;
40649
+ --cds-expressive-heading-01-line-height: 1.42857;
40650
+ --cds-expressive-heading-01-letter-spacing: 0.16px;
40651
+ --cds-expressive-heading-02-font-size: 1rem;
40652
+ --cds-expressive-heading-02-font-weight: 600;
40653
+ --cds-expressive-heading-02-line-height: 1.5;
40654
+ --cds-expressive-heading-02-letter-spacing: 0;
40655
+ --cds-expressive-heading-03-font-size: 1.25rem;
40656
+ --cds-expressive-heading-03-font-weight: 400;
40657
+ --cds-expressive-heading-03-line-height: 1.4;
40658
+ --cds-expressive-heading-03-letter-spacing: 0;
40659
+ --cds-expressive-heading-04-font-size: 1.75rem;
40660
+ --cds-expressive-heading-04-font-weight: 400;
40661
+ --cds-expressive-heading-04-line-height: 1.28572;
40662
+ --cds-expressive-heading-04-letter-spacing: 0;
40663
+ --cds-expressive-heading-05-font-size: 2rem;
40664
+ --cds-expressive-heading-05-font-weight: 400;
40665
+ --cds-expressive-heading-05-line-height: 1.25;
40666
+ --cds-expressive-heading-05-letter-spacing: 0;
40667
+ --cds-expressive-heading-06-font-size: 2rem;
40668
+ --cds-expressive-heading-06-font-weight: 600;
40669
+ --cds-expressive-heading-06-line-height: 1.25;
40670
+ --cds-expressive-heading-06-letter-spacing: 0;
40671
+ --cds-quotation-01-font-family: 'IBM Plex Serif', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', serif;
40672
+ --cds-quotation-01-font-size: 1.25rem;
40673
+ --cds-quotation-01-font-weight: 400;
40674
+ --cds-quotation-01-line-height: 1.3;
40675
+ --cds-quotation-01-letter-spacing: 0;
40676
+ --cds-quotation-02-font-family: 'IBM Plex Serif', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', serif;
40677
+ --cds-quotation-02-font-size: 2rem;
40678
+ --cds-quotation-02-font-weight: 300;
40679
+ --cds-quotation-02-line-height: 1.25;
40680
+ --cds-quotation-02-letter-spacing: 0;
40681
+ --cds-display-01-font-size: 2.625rem;
40682
+ --cds-display-01-font-weight: 300;
40683
+ --cds-display-01-line-height: 1.19;
40684
+ --cds-display-01-letter-spacing: 0;
40685
+ --cds-display-02-font-size: 2.625rem;
40686
+ --cds-display-02-font-weight: 600;
40687
+ --cds-display-02-line-height: 1.19;
40688
+ --cds-display-02-letter-spacing: 0;
40689
+ --cds-display-03-font-size: 2.625rem;
40690
+ --cds-display-03-font-weight: 300;
40691
+ --cds-display-03-line-height: 1.19;
40692
+ --cds-display-03-letter-spacing: 0;
40693
+ --cds-display-04-font-size: 2.625rem;
40694
+ --cds-display-04-font-weight: 300;
40695
+ --cds-display-04-line-height: 1.19;
40696
+ --cds-display-04-letter-spacing: 0;
40697
+ --cds-legal-01-font-size: 0.75rem;
40698
+ --cds-legal-01-font-weight: 400;
40699
+ --cds-legal-01-line-height: 1.33333;
40700
+ --cds-legal-01-letter-spacing: 0.32px;
40701
+ --cds-legal-02-font-size: 0.875rem;
40702
+ --cds-legal-02-font-weight: 400;
40703
+ --cds-legal-02-line-height: 1.28572;
40704
+ --cds-legal-02-letter-spacing: 0.16px;
40705
+ --cds-body-compact-01-font-size: 0.875rem;
40706
+ --cds-body-compact-01-font-weight: 400;
40707
+ --cds-body-compact-01-line-height: 1.28572;
40708
+ --cds-body-compact-01-letter-spacing: 0.16px;
40709
+ --cds-body-compact-02-font-size: 1rem;
40710
+ --cds-body-compact-02-font-weight: 400;
40711
+ --cds-body-compact-02-line-height: 1.375;
40712
+ --cds-body-compact-02-letter-spacing: 0;
40713
+ --cds-heading-compact-01-font-size: 0.875rem;
40714
+ --cds-heading-compact-01-font-weight: 600;
40715
+ --cds-heading-compact-01-line-height: 1.28572;
40716
+ --cds-heading-compact-01-letter-spacing: 0.16px;
40717
+ --cds-heading-compact-02-font-size: 1rem;
40718
+ --cds-heading-compact-02-font-weight: 600;
40719
+ --cds-heading-compact-02-line-height: 1.375;
40720
+ --cds-heading-compact-02-letter-spacing: 0;
40721
+ --cds-body-01-font-size: 0.875rem;
40722
+ --cds-body-01-font-weight: 400;
40723
+ --cds-body-01-line-height: 1.42857;
40724
+ --cds-body-01-letter-spacing: 0.16px;
40725
+ --cds-body-02-font-size: 1rem;
40726
+ --cds-body-02-font-weight: 400;
40727
+ --cds-body-02-line-height: 1.5;
40728
+ --cds-body-02-letter-spacing: 0;
40729
+ --cds-heading-03-font-size: 1.25rem;
40730
+ --cds-heading-03-font-weight: 400;
40731
+ --cds-heading-03-line-height: 1.4;
40732
+ --cds-heading-03-letter-spacing: 0;
40733
+ --cds-heading-04-font-size: 1.75rem;
40734
+ --cds-heading-04-font-weight: 400;
40735
+ --cds-heading-04-line-height: 1.28572;
40736
+ --cds-heading-04-letter-spacing: 0;
40737
+ --cds-heading-05-font-size: 2rem;
40738
+ --cds-heading-05-font-weight: 400;
40739
+ --cds-heading-05-line-height: 1.25;
40740
+ --cds-heading-05-letter-spacing: 0;
40741
+ --cds-heading-06-font-size: 2.625rem;
40742
+ --cds-heading-06-font-weight: 300;
40743
+ --cds-heading-06-line-height: 1.199;
40744
+ --cds-heading-06-letter-spacing: 0;
40745
+ --cds-heading-07-font-size: 3.375rem;
40746
+ --cds-heading-07-font-weight: 300;
40747
+ --cds-heading-07-line-height: 1.19;
40748
+ --cds-heading-07-letter-spacing: 0;
40749
+ --cds-fluid-heading-03-font-size: 1.25rem;
40750
+ --cds-fluid-heading-03-font-weight: 400;
40751
+ --cds-fluid-heading-03-line-height: 1.4;
40752
+ --cds-fluid-heading-03-letter-spacing: 0;
40753
+ --cds-fluid-heading-04-font-size: 1.75rem;
40754
+ --cds-fluid-heading-04-font-weight: 400;
40755
+ --cds-fluid-heading-04-line-height: 1.28572;
40756
+ --cds-fluid-heading-04-letter-spacing: 0;
40757
+ --cds-fluid-heading-05-font-size: 2rem;
40758
+ --cds-fluid-heading-05-font-weight: 400;
40759
+ --cds-fluid-heading-05-line-height: 1.25;
40760
+ --cds-fluid-heading-05-letter-spacing: 0;
40761
+ --cds-fluid-heading-06-font-size: 2rem;
40762
+ --cds-fluid-heading-06-font-weight: 600;
40763
+ --cds-fluid-heading-06-line-height: 1.25;
40764
+ --cds-fluid-heading-06-letter-spacing: 0;
40765
+ --cds-fluid-paragraph-01-font-size: 1.5rem;
40766
+ --cds-fluid-paragraph-01-font-weight: 300;
40767
+ --cds-fluid-paragraph-01-line-height: 1.334;
40768
+ --cds-fluid-paragraph-01-letter-spacing: 0;
40769
+ --cds-fluid-quotation-01-font-family: 'IBM Plex Serif', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', serif;
40770
+ --cds-fluid-quotation-01-font-size: 1.25rem;
40771
+ --cds-fluid-quotation-01-font-weight: 400;
40772
+ --cds-fluid-quotation-01-line-height: 1.3;
40773
+ --cds-fluid-quotation-01-letter-spacing: 0;
40774
+ --cds-fluid-quotation-02-font-family: 'IBM Plex Serif', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', serif;
40775
+ --cds-fluid-quotation-02-font-size: 2rem;
40776
+ --cds-fluid-quotation-02-font-weight: 300;
40777
+ --cds-fluid-quotation-02-line-height: 1.25;
40778
+ --cds-fluid-quotation-02-letter-spacing: 0;
40779
+ --cds-fluid-display-01-font-size: 2.625rem;
40780
+ --cds-fluid-display-01-font-weight: 300;
40781
+ --cds-fluid-display-01-line-height: 1.19;
40782
+ --cds-fluid-display-01-letter-spacing: 0;
40783
+ --cds-fluid-display-02-font-size: 2.625rem;
40784
+ --cds-fluid-display-02-font-weight: 600;
40785
+ --cds-fluid-display-02-line-height: 1.19;
40786
+ --cds-fluid-display-02-letter-spacing: 0;
40787
+ --cds-fluid-display-03-font-size: 2.625rem;
40788
+ --cds-fluid-display-03-font-weight: 300;
40789
+ --cds-fluid-display-03-line-height: 1.19;
40790
+ --cds-fluid-display-03-letter-spacing: 0;
40791
+ --cds-fluid-display-04-font-size: 2.625rem;
40792
+ --cds-fluid-display-04-font-weight: 300;
40793
+ --cds-fluid-display-04-line-height: 1.19;
40794
+ --cds-fluid-display-04-letter-spacing: 0;
40795
+ --cds-true: ;
40796
+ --cds-button-separator: #e0e0e0;
40797
+ --cds-button-primary: #0f62fe;
40798
+ --cds-button-secondary: #393939;
40799
+ --cds-button-tertiary: #0f62fe;
40800
+ --cds-button-danger-primary: #da1e28;
40801
+ --cds-button-danger-secondary: #da1e28;
40802
+ --cds-button-danger-active: #750e13;
40803
+ --cds-button-primary-active: #002d9c;
40804
+ --cds-button-secondary-active: #6f6f6f;
40805
+ --cds-button-tertiary-active: #002d9c;
40806
+ --cds-button-danger-hover: #b81921;
40807
+ --cds-button-primary-hover: #0050e6;
40808
+ --cds-button-secondary-hover: #474747;
40809
+ --cds-button-tertiary-hover: #0050e6;
40810
+ --cds-button-disabled: #c6c6c6;
40811
+ --cds-tag-background-red: #ffd7d9;
40812
+ --cds-tag-color-red: #750e13;
40813
+ --cds-tag-hover-red: #ffc2c5;
40814
+ --cds-tag-background-magenta: #ffd6e8;
40815
+ --cds-tag-color-magenta: #740937;
40816
+ --cds-tag-hover-magenta: #ffbdda;
40817
+ --cds-tag-background-purple: #e8daff;
40818
+ --cds-tag-color-purple: #491d8b;
40819
+ --cds-tag-hover-purple: #dcc7ff;
40820
+ --cds-tag-background-blue: #d0e2ff;
40821
+ --cds-tag-color-blue: #002d9c;
40822
+ --cds-tag-hover-blue: #b8d3ff;
40823
+ --cds-tag-background-cyan: #bae6ff;
40824
+ --cds-tag-color-cyan: #003a6d;
40825
+ --cds-tag-hover-cyan: #99daff;
40826
+ --cds-tag-background-teal: #9ef0f0;
40827
+ --cds-tag-color-teal: #004144;
40828
+ --cds-tag-hover-teal: #57e5e5;
40829
+ --cds-tag-background-green: #a7f0ba;
40830
+ --cds-tag-color-green: #044317;
40831
+ --cds-tag-hover-green: #74e792;
40832
+ --cds-tag-background-gray: #e0e0e0;
40833
+ --cds-tag-color-gray: #393939;
40834
+ --cds-tag-hover-gray: #d1d1d1;
40835
+ --cds-tag-background-cool-gray: #dde1e6;
40836
+ --cds-tag-color-cool-gray: #343a3f;
40837
+ --cds-tag-hover-cool-gray: #cdd3da;
40838
+ --cds-tag-background-warm-gray: #e5e0df;
40839
+ --cds-tag-color-warm-gray: #3c3838;
40840
+ --cds-tag-hover-warm-gray: #d8d0cf;
40841
+ --cds-notification-background-error: #fff1f1;
40842
+ --cds-notification-background-success: #defbe6;
40843
+ --cds-notification-background-info: #edf5ff;
40844
+ --cds-notification-background-warning: #fdf6dd;
40845
+ --cds-notification-action-hover: #ffffff;
40846
+ --cds-notification-action-tertiary-inverse: #ffffff;
40847
+ --cds-notification-action-tertiary-inverse-active: #c6c6c6;
40848
+ --cds-notification-action-tertiary-inverse-hover: #f4f4f4;
40849
+ --cds-notification-action-tertiary-inverse-text: #161616;
40850
+ --cds-notification-action-tertiary-inverse-text-on-color-disabled: rgba(255, 255, 255, 0.25);
40851
+ --cds-layer: var(--cds-layer-01, #f4f4f4);
40852
+ --cds-layer-active: var(--cds-layer-active-01, #c6c6c6);
40853
+ --cds-layer-hover: var(--cds-layer-hover-01, #e8e8e8);
40854
+ --cds-layer-selected: var(--cds-layer-selected-01, #e0e0e0);
40855
+ --cds-layer-selected-hover: var(--cds-layer-selected-hover-01, #d1d1d1);
40856
+ --cds-layer-accent: var(--cds-layer-accent-01, #e0e0e0);
40857
+ --cds-layer-accent-hover: var(--cds-layer-accent-hover-01, #d1d1d1);
40858
+ --cds-layer-accent-active: var(--cds-layer-accent-active-01, #a8a8a8);
40859
+ --cds-field: var(--cds-field-01, #f4f4f4);
40860
+ --cds-field-hover: var(--cds-field-hover-01, #e8e8e8);
40861
+ --cds-border-subtle: var(--cds-border-subtle-00, #e0e0e0);
40862
+ --cds-border-subtle-selected: var(--cds-border-subtle-selected-01, #c6c6c6);
40863
+ --cds-border-strong: var(--cds-border-strong-01, #8d8d8d);
40864
+ --cds-border-tile: var(--cds-border-tile-01, #c6c6c6);
40865
+ }
40866
+
40867
+ .c4p--decorator--dark {
40868
+ --cds-ai-aura-end: rgba(0, 0, 0, 0);
40869
+ --cds-ai-aura-hover-background: #333333;
40870
+ --cds-ai-aura-hover-end: rgba(0, 0, 0, 0);
40871
+ --cds-ai-aura-hover-start: rgba(69, 137, 255, 0.4);
40872
+ --cds-ai-aura-start: rgba(69, 137, 255, 0.1);
40873
+ --cds-ai-aura-start-table: rgba(69, 137, 255, 0.15);
40874
+ --cds-ai-border-end: rgba(166, 200, 255, 0.24);
40875
+ --cds-ai-border-start: #4589ff;
40876
+ --cds-ai-border-strong: #78a9ff;
40877
+ --cds-ai-drop-shadow: rgba(15, 98, 254, 0.32);
40878
+ --cds-ai-gradient-end: rgba(38, 38, 38, 0);
40879
+ --cds-ai-gradient-start-01: rgba(208, 226, 255, 0.2);
40880
+ --cds-ai-gradient-start-02: transparent;
40881
+ --cds-ai-inner-shadow: rgba(69, 137, 255, 0.2);
40882
+ --cds-ai-overlay: rgba(0, 17, 65, 0.5);
40883
+ --cds-ai-skeleton-background: #0053ff;
40884
+ --cds-ai-skeleton-element-background: #001141;
40885
+ --cds-background: #161616;
40886
+ --cds-background-active: rgba(141, 141, 141, 0.4);
40887
+ --cds-background-brand: #0f62fe;
40888
+ --cds-background-hover: rgba(141, 141, 141, 0.16);
40889
+ --cds-background-inverse: #f4f4f4;
40890
+ --cds-background-inverse-hover: #e8e8e8;
40891
+ --cds-background-selected: rgba(141, 141, 141, 0.24);
40892
+ --cds-background-selected-hover: rgba(141, 141, 141, 0.32);
40893
+ --cds-border-disabled: rgba(141, 141, 141, 0.5);
40894
+ --cds-border-interactive: #4589ff;
40895
+ --cds-border-inverse: #f4f4f4;
40896
+ --cds-border-strong-01: #6f6f6f;
40897
+ --cds-border-strong-02: #8d8d8d;
40898
+ --cds-border-strong-03: #a8a8a8;
40899
+ --cds-border-subtle-00: #393939;
40900
+ --cds-border-subtle-01: #525252;
40901
+ --cds-border-subtle-02: #6f6f6f;
40902
+ --cds-border-subtle-03: #6f6f6f;
40903
+ --cds-border-subtle-selected-01: #6f6f6f;
40904
+ --cds-border-subtle-selected-02: #8d8d8d;
40905
+ --cds-border-subtle-selected-03: #8d8d8d;
40906
+ --cds-border-tile-01: #525252;
40907
+ --cds-border-tile-02: #6f6f6f;
40908
+ --cds-border-tile-03: #8d8d8d;
40909
+ --cds-chat-avatar-agent: #c6c6c6;
40910
+ --cds-chat-avatar-bot: #8d8d8d;
40911
+ --cds-chat-avatar-user: #4589ff;
40912
+ --cds-chat-bubble-agent: #262626;
40913
+ --cds-chat-bubble-agent-border: #525252;
40914
+ --cds-chat-bubble-user: #393939;
40915
+ --cds-chat-prompt-background: #161616;
40916
+ --cds-chat-prompt-border-end: rgba(38, 38, 38, 0);
40917
+ --cds-chat-prompt-border-start: #262626;
40918
+ --cds-field-01: #262626;
40919
+ --cds-field-02: #393939;
40920
+ --cds-field-03: #525252;
40921
+ --cds-field-hover-01: #333333;
40922
+ --cds-field-hover-02: #474747;
40923
+ --cds-field-hover-03: #636363;
40924
+ --cds-focus: #ffffff;
40925
+ --cds-focus-inset: #161616;
40926
+ --cds-focus-inverse: #0f62fe;
40927
+ --cds-highlight: #002d9c;
40928
+ --cds-icon-disabled: rgba(244, 244, 244, 0.25);
40929
+ --cds-icon-interactive: #ffffff;
40930
+ --cds-icon-inverse: #161616;
40931
+ --cds-icon-on-color: #ffffff;
40932
+ --cds-icon-on-color-disabled: rgba(255, 255, 255, 0.25);
40933
+ --cds-icon-primary: #f4f4f4;
40934
+ --cds-icon-secondary: #c6c6c6;
40935
+ --cds-interactive: #4589ff;
40936
+ --cds-layer-01: #262626;
40937
+ --cds-layer-02: #393939;
40938
+ --cds-layer-03: #525252;
40939
+ --cds-layer-accent-01: #393939;
40940
+ --cds-layer-accent-02: #525252;
40941
+ --cds-layer-accent-03: #6f6f6f;
40942
+ --cds-layer-accent-active-01: #6f6f6f;
40943
+ --cds-layer-accent-active-02: #8d8d8d;
40944
+ --cds-layer-accent-active-03: #393939;
40945
+ --cds-layer-accent-hover-01: #474747;
40946
+ --cds-layer-accent-hover-02: #636363;
40947
+ --cds-layer-accent-hover-03: #5e5e5e;
40948
+ --cds-layer-active-01: #525252;
40949
+ --cds-layer-active-02: #6f6f6f;
40950
+ --cds-layer-active-03: #8d8d8d;
40951
+ --cds-layer-hover-01: #333333;
40952
+ --cds-layer-hover-02: #474747;
40953
+ --cds-layer-hover-03: #636363;
40954
+ --cds-layer-selected-01: #393939;
40955
+ --cds-layer-selected-02: #525252;
40956
+ --cds-layer-selected-03: #6f6f6f;
40957
+ --cds-layer-selected-disabled: #a8a8a8;
40958
+ --cds-layer-selected-hover-01: #474747;
40959
+ --cds-layer-selected-hover-02: #636363;
40960
+ --cds-layer-selected-hover-03: #5e5e5e;
40961
+ --cds-layer-selected-inverse: #f4f4f4;
40962
+ --cds-link-inverse: #0f62fe;
40963
+ --cds-link-inverse-active: #161616;
40964
+ --cds-link-inverse-hover: #0043ce;
40965
+ --cds-link-primary: #78a9ff;
40966
+ --cds-link-primary-hover: #a6c8ff;
40967
+ --cds-link-secondary: #a6c8ff;
40968
+ --cds-link-visited: #be95ff;
40969
+ --cds-overlay: rgba(0, 0, 0, 0.65);
40970
+ --cds-shadow: rgba(0, 0, 0, 0.8);
40971
+ --cds-skeleton-background: #292929;
40972
+ --cds-skeleton-element: #393939;
40973
+ --cds-slug-background: #c6c6c6;
40974
+ --cds-slug-background-hover: #e0e0e0;
40975
+ --cds-slug-callout-aura-end: rgba(0, 0, 0, 0);
40976
+ --cds-slug-callout-aura-end-hover-01: rgba(22, 22, 22, 0);
40977
+ --cds-slug-callout-aura-end-hover-02: transparent;
40978
+ --cds-slug-callout-aura-end-selected: rgba(22, 22, 22, 0);
40979
+ --cds-slug-callout-aura-start: rgba(69, 137, 255, 0.1);
40980
+ --cds-slug-callout-aura-start-hover-01: rgba(184, 211, 255, 0.3);
40981
+ --cds-slug-callout-aura-start-hover-02: transparent;
40982
+ --cds-slug-callout-aura-start-selected: rgba(208, 226, 255, 0.2);
40983
+ --cds-slug-callout-caret-bottom: #3d4655;
40984
+ --cds-slug-callout-caret-bottom-background: #213250;
40985
+ --cds-slug-callout-caret-bottom-background-actions: #192436;
40986
+ --cds-slug-callout-caret-center: #3f68af;
40987
+ --cds-slug-callout-gradient-bottom: rgba(38, 38, 38, 0.85);
40988
+ --cds-slug-callout-gradient-bottom-hover: rgba(71, 71, 71, 0.55);
40989
+ --cds-slug-callout-gradient-bottom-selected: rgba(71, 71, 71, 0.85);
40990
+ --cds-slug-callout-gradient-top: rgba(22, 22, 22, 0.85);
40991
+ --cds-slug-callout-gradient-top-hover: rgba(57, 57, 57, 0.55);
40992
+ --cds-slug-callout-gradient-top-selected: rgba(57, 57, 57, 0.85);
40993
+ --cds-slug-callout-shadow-outer-01: rgba(0, 45, 156, 0.25);
40994
+ --cds-slug-callout-shadow-outer-02: rgba(0, 0, 0, 0.65);
40995
+ --cds-slug-gradient: #8d8d8d linear-gradient(135deg, #f4f4f4 0%, rgba(255, 255, 255, 0) 100%);
40996
+ --cds-slug-gradient-hover: #a8a8a8 linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
40997
+ --cds-slug-hollow-hover: #b5b5b5;
40998
+ --cds-support-caution-major: #ff832b;
40999
+ --cds-support-caution-minor: #f1c21b;
41000
+ --cds-support-caution-undefined: #a56eff;
41001
+ --cds-support-error: #fa4d56;
41002
+ --cds-support-error-inverse: #da1e28;
41003
+ --cds-support-info: #4589ff;
41004
+ --cds-support-info-inverse: #0043ce;
41005
+ --cds-support-success: #42be65;
41006
+ --cds-support-success-inverse: #24a148;
41007
+ --cds-support-warning: #f1c21b;
41008
+ --cds-support-warning-inverse: #f1c21b;
41009
+ --cds-text-disabled: rgba(244, 244, 244, 0.25);
41010
+ --cds-text-error: #ff8389;
41011
+ --cds-text-helper: #a8a8a8;
41012
+ --cds-text-inverse: #161616;
41013
+ --cds-text-on-color: #ffffff;
41014
+ --cds-text-on-color-disabled: rgba(255, 255, 255, 0.25);
41015
+ --cds-text-placeholder: rgba(244, 244, 244, 0.4);
41016
+ --cds-text-primary: #f4f4f4;
41017
+ --cds-text-secondary: #c6c6c6;
41018
+ --cds-toggle-off: #6f6f6f;
41019
+ --cds-spacing-01: 0.125rem;
41020
+ --cds-spacing-02: 0.25rem;
41021
+ --cds-spacing-03: 0.5rem;
41022
+ --cds-spacing-04: 0.75rem;
41023
+ --cds-spacing-05: 1rem;
41024
+ --cds-spacing-06: 1.5rem;
41025
+ --cds-spacing-07: 2rem;
41026
+ --cds-spacing-08: 2.5rem;
41027
+ --cds-spacing-09: 3rem;
41028
+ --cds-spacing-10: 4rem;
41029
+ --cds-spacing-11: 5rem;
41030
+ --cds-spacing-12: 6rem;
41031
+ --cds-spacing-13: 10rem;
41032
+ --cds-fluid-spacing-01: 0;
41033
+ --cds-fluid-spacing-02: 2vw;
41034
+ --cds-fluid-spacing-03: 5vw;
41035
+ --cds-fluid-spacing-04: 10vw;
41036
+ --cds-caption-01-font-size: 0.75rem;
41037
+ --cds-caption-01-font-weight: 400;
41038
+ --cds-caption-01-line-height: 1.33333;
41039
+ --cds-caption-01-letter-spacing: 0.32px;
41040
+ --cds-caption-02-font-size: 0.875rem;
41041
+ --cds-caption-02-font-weight: 400;
41042
+ --cds-caption-02-line-height: 1.28572;
41043
+ --cds-caption-02-letter-spacing: 0.32px;
41044
+ --cds-label-01-font-size: 0.75rem;
41045
+ --cds-label-01-font-weight: 400;
41046
+ --cds-label-01-line-height: 1.33333;
41047
+ --cds-label-01-letter-spacing: 0.32px;
41048
+ --cds-label-02-font-size: 0.875rem;
41049
+ --cds-label-02-font-weight: 400;
41050
+ --cds-label-02-line-height: 1.28572;
41051
+ --cds-label-02-letter-spacing: 0.16px;
41052
+ --cds-helper-text-01-font-size: 0.75rem;
41053
+ --cds-helper-text-01-line-height: 1.33333;
41054
+ --cds-helper-text-01-letter-spacing: 0.32px;
41055
+ --cds-helper-text-02-font-size: 0.875rem;
41056
+ --cds-helper-text-02-font-weight: 400;
41057
+ --cds-helper-text-02-line-height: 1.28572;
41058
+ --cds-helper-text-02-letter-spacing: 0.16px;
41059
+ --cds-body-short-01-font-size: 0.875rem;
41060
+ --cds-body-short-01-font-weight: 400;
41061
+ --cds-body-short-01-line-height: 1.28572;
41062
+ --cds-body-short-01-letter-spacing: 0.16px;
41063
+ --cds-body-short-02-font-size: 1rem;
41064
+ --cds-body-short-02-font-weight: 400;
41065
+ --cds-body-short-02-line-height: 1.375;
41066
+ --cds-body-short-02-letter-spacing: 0;
41067
+ --cds-body-long-01-font-size: 0.875rem;
41068
+ --cds-body-long-01-font-weight: 400;
41069
+ --cds-body-long-01-line-height: 1.42857;
41070
+ --cds-body-long-01-letter-spacing: 0.16px;
41071
+ --cds-body-long-02-font-size: 1rem;
41072
+ --cds-body-long-02-font-weight: 400;
41073
+ --cds-body-long-02-line-height: 1.5;
41074
+ --cds-body-long-02-letter-spacing: 0;
41075
+ --cds-code-01-font-family: 'IBM Plex Mono', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', monospace;
41076
+ --cds-code-01-font-size: 0.75rem;
41077
+ --cds-code-01-font-weight: 400;
41078
+ --cds-code-01-line-height: 1.33333;
41079
+ --cds-code-01-letter-spacing: 0.32px;
41080
+ --cds-code-02-font-family: 'IBM Plex Mono', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', monospace;
41081
+ --cds-code-02-font-size: 0.875rem;
41082
+ --cds-code-02-font-weight: 400;
41083
+ --cds-code-02-line-height: 1.42857;
41084
+ --cds-code-02-letter-spacing: 0.32px;
41085
+ --cds-heading-01-font-size: 0.875rem;
41086
+ --cds-heading-01-font-weight: 600;
41087
+ --cds-heading-01-line-height: 1.42857;
41088
+ --cds-heading-01-letter-spacing: 0.16px;
41089
+ --cds-heading-02-font-size: 1rem;
41090
+ --cds-heading-02-font-weight: 600;
41091
+ --cds-heading-02-line-height: 1.5;
41092
+ --cds-heading-02-letter-spacing: 0;
41093
+ --cds-productive-heading-01-font-size: 0.875rem;
41094
+ --cds-productive-heading-01-font-weight: 600;
41095
+ --cds-productive-heading-01-line-height: 1.28572;
41096
+ --cds-productive-heading-01-letter-spacing: 0.16px;
41097
+ --cds-productive-heading-02-font-size: 1rem;
41098
+ --cds-productive-heading-02-font-weight: 600;
41099
+ --cds-productive-heading-02-line-height: 1.375;
41100
+ --cds-productive-heading-02-letter-spacing: 0;
41101
+ --cds-productive-heading-03-font-size: 1.25rem;
41102
+ --cds-productive-heading-03-font-weight: 400;
41103
+ --cds-productive-heading-03-line-height: 1.4;
41104
+ --cds-productive-heading-03-letter-spacing: 0;
41105
+ --cds-productive-heading-04-font-size: 1.75rem;
41106
+ --cds-productive-heading-04-font-weight: 400;
41107
+ --cds-productive-heading-04-line-height: 1.28572;
41108
+ --cds-productive-heading-04-letter-spacing: 0;
41109
+ --cds-productive-heading-05-font-size: 2rem;
41110
+ --cds-productive-heading-05-font-weight: 400;
41111
+ --cds-productive-heading-05-line-height: 1.25;
41112
+ --cds-productive-heading-05-letter-spacing: 0;
41113
+ --cds-productive-heading-06-font-size: 2.625rem;
41114
+ --cds-productive-heading-06-font-weight: 300;
41115
+ --cds-productive-heading-06-line-height: 1.199;
41116
+ --cds-productive-heading-06-letter-spacing: 0;
41117
+ --cds-productive-heading-07-font-size: 3.375rem;
41118
+ --cds-productive-heading-07-font-weight: 300;
41119
+ --cds-productive-heading-07-line-height: 1.19;
41120
+ --cds-productive-heading-07-letter-spacing: 0;
41121
+ --cds-expressive-paragraph-01-font-size: 1.5rem;
41122
+ --cds-expressive-paragraph-01-font-weight: 300;
41123
+ --cds-expressive-paragraph-01-line-height: 1.334;
41124
+ --cds-expressive-paragraph-01-letter-spacing: 0;
41125
+ --cds-expressive-heading-01-font-size: 0.875rem;
41126
+ --cds-expressive-heading-01-font-weight: 600;
41127
+ --cds-expressive-heading-01-line-height: 1.42857;
41128
+ --cds-expressive-heading-01-letter-spacing: 0.16px;
41129
+ --cds-expressive-heading-02-font-size: 1rem;
41130
+ --cds-expressive-heading-02-font-weight: 600;
41131
+ --cds-expressive-heading-02-line-height: 1.5;
41132
+ --cds-expressive-heading-02-letter-spacing: 0;
41133
+ --cds-expressive-heading-03-font-size: 1.25rem;
41134
+ --cds-expressive-heading-03-font-weight: 400;
41135
+ --cds-expressive-heading-03-line-height: 1.4;
41136
+ --cds-expressive-heading-03-letter-spacing: 0;
41137
+ --cds-expressive-heading-04-font-size: 1.75rem;
41138
+ --cds-expressive-heading-04-font-weight: 400;
41139
+ --cds-expressive-heading-04-line-height: 1.28572;
41140
+ --cds-expressive-heading-04-letter-spacing: 0;
41141
+ --cds-expressive-heading-05-font-size: 2rem;
41142
+ --cds-expressive-heading-05-font-weight: 400;
41143
+ --cds-expressive-heading-05-line-height: 1.25;
41144
+ --cds-expressive-heading-05-letter-spacing: 0;
41145
+ --cds-expressive-heading-06-font-size: 2rem;
41146
+ --cds-expressive-heading-06-font-weight: 600;
41147
+ --cds-expressive-heading-06-line-height: 1.25;
41148
+ --cds-expressive-heading-06-letter-spacing: 0;
41149
+ --cds-quotation-01-font-family: 'IBM Plex Serif', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', serif;
41150
+ --cds-quotation-01-font-size: 1.25rem;
41151
+ --cds-quotation-01-font-weight: 400;
41152
+ --cds-quotation-01-line-height: 1.3;
41153
+ --cds-quotation-01-letter-spacing: 0;
41154
+ --cds-quotation-02-font-family: 'IBM Plex Serif', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', serif;
41155
+ --cds-quotation-02-font-size: 2rem;
41156
+ --cds-quotation-02-font-weight: 300;
41157
+ --cds-quotation-02-line-height: 1.25;
41158
+ --cds-quotation-02-letter-spacing: 0;
41159
+ --cds-display-01-font-size: 2.625rem;
41160
+ --cds-display-01-font-weight: 300;
41161
+ --cds-display-01-line-height: 1.19;
41162
+ --cds-display-01-letter-spacing: 0;
41163
+ --cds-display-02-font-size: 2.625rem;
41164
+ --cds-display-02-font-weight: 600;
41165
+ --cds-display-02-line-height: 1.19;
41166
+ --cds-display-02-letter-spacing: 0;
41167
+ --cds-display-03-font-size: 2.625rem;
41168
+ --cds-display-03-font-weight: 300;
41169
+ --cds-display-03-line-height: 1.19;
41170
+ --cds-display-03-letter-spacing: 0;
41171
+ --cds-display-04-font-size: 2.625rem;
41172
+ --cds-display-04-font-weight: 300;
41173
+ --cds-display-04-line-height: 1.19;
41174
+ --cds-display-04-letter-spacing: 0;
41175
+ --cds-legal-01-font-size: 0.75rem;
41176
+ --cds-legal-01-font-weight: 400;
41177
+ --cds-legal-01-line-height: 1.33333;
41178
+ --cds-legal-01-letter-spacing: 0.32px;
41179
+ --cds-legal-02-font-size: 0.875rem;
41180
+ --cds-legal-02-font-weight: 400;
41181
+ --cds-legal-02-line-height: 1.28572;
41182
+ --cds-legal-02-letter-spacing: 0.16px;
41183
+ --cds-body-compact-01-font-size: 0.875rem;
41184
+ --cds-body-compact-01-font-weight: 400;
41185
+ --cds-body-compact-01-line-height: 1.28572;
41186
+ --cds-body-compact-01-letter-spacing: 0.16px;
41187
+ --cds-body-compact-02-font-size: 1rem;
41188
+ --cds-body-compact-02-font-weight: 400;
41189
+ --cds-body-compact-02-line-height: 1.375;
41190
+ --cds-body-compact-02-letter-spacing: 0;
41191
+ --cds-heading-compact-01-font-size: 0.875rem;
41192
+ --cds-heading-compact-01-font-weight: 600;
41193
+ --cds-heading-compact-01-line-height: 1.28572;
41194
+ --cds-heading-compact-01-letter-spacing: 0.16px;
41195
+ --cds-heading-compact-02-font-size: 1rem;
41196
+ --cds-heading-compact-02-font-weight: 600;
41197
+ --cds-heading-compact-02-line-height: 1.375;
41198
+ --cds-heading-compact-02-letter-spacing: 0;
41199
+ --cds-body-01-font-size: 0.875rem;
41200
+ --cds-body-01-font-weight: 400;
41201
+ --cds-body-01-line-height: 1.42857;
41202
+ --cds-body-01-letter-spacing: 0.16px;
41203
+ --cds-body-02-font-size: 1rem;
41204
+ --cds-body-02-font-weight: 400;
41205
+ --cds-body-02-line-height: 1.5;
41206
+ --cds-body-02-letter-spacing: 0;
41207
+ --cds-heading-03-font-size: 1.25rem;
41208
+ --cds-heading-03-font-weight: 400;
41209
+ --cds-heading-03-line-height: 1.4;
41210
+ --cds-heading-03-letter-spacing: 0;
41211
+ --cds-heading-04-font-size: 1.75rem;
41212
+ --cds-heading-04-font-weight: 400;
41213
+ --cds-heading-04-line-height: 1.28572;
41214
+ --cds-heading-04-letter-spacing: 0;
41215
+ --cds-heading-05-font-size: 2rem;
41216
+ --cds-heading-05-font-weight: 400;
41217
+ --cds-heading-05-line-height: 1.25;
41218
+ --cds-heading-05-letter-spacing: 0;
41219
+ --cds-heading-06-font-size: 2.625rem;
41220
+ --cds-heading-06-font-weight: 300;
41221
+ --cds-heading-06-line-height: 1.199;
41222
+ --cds-heading-06-letter-spacing: 0;
41223
+ --cds-heading-07-font-size: 3.375rem;
41224
+ --cds-heading-07-font-weight: 300;
41225
+ --cds-heading-07-line-height: 1.19;
41226
+ --cds-heading-07-letter-spacing: 0;
41227
+ --cds-fluid-heading-03-font-size: 1.25rem;
41228
+ --cds-fluid-heading-03-font-weight: 400;
41229
+ --cds-fluid-heading-03-line-height: 1.4;
41230
+ --cds-fluid-heading-03-letter-spacing: 0;
41231
+ --cds-fluid-heading-04-font-size: 1.75rem;
41232
+ --cds-fluid-heading-04-font-weight: 400;
41233
+ --cds-fluid-heading-04-line-height: 1.28572;
41234
+ --cds-fluid-heading-04-letter-spacing: 0;
41235
+ --cds-fluid-heading-05-font-size: 2rem;
41236
+ --cds-fluid-heading-05-font-weight: 400;
41237
+ --cds-fluid-heading-05-line-height: 1.25;
41238
+ --cds-fluid-heading-05-letter-spacing: 0;
41239
+ --cds-fluid-heading-06-font-size: 2rem;
41240
+ --cds-fluid-heading-06-font-weight: 600;
41241
+ --cds-fluid-heading-06-line-height: 1.25;
41242
+ --cds-fluid-heading-06-letter-spacing: 0;
41243
+ --cds-fluid-paragraph-01-font-size: 1.5rem;
41244
+ --cds-fluid-paragraph-01-font-weight: 300;
41245
+ --cds-fluid-paragraph-01-line-height: 1.334;
41246
+ --cds-fluid-paragraph-01-letter-spacing: 0;
41247
+ --cds-fluid-quotation-01-font-family: 'IBM Plex Serif', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', serif;
41248
+ --cds-fluid-quotation-01-font-size: 1.25rem;
41249
+ --cds-fluid-quotation-01-font-weight: 400;
41250
+ --cds-fluid-quotation-01-line-height: 1.3;
41251
+ --cds-fluid-quotation-01-letter-spacing: 0;
41252
+ --cds-fluid-quotation-02-font-family: 'IBM Plex Serif', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', serif;
41253
+ --cds-fluid-quotation-02-font-size: 2rem;
41254
+ --cds-fluid-quotation-02-font-weight: 300;
41255
+ --cds-fluid-quotation-02-line-height: 1.25;
41256
+ --cds-fluid-quotation-02-letter-spacing: 0;
41257
+ --cds-fluid-display-01-font-size: 2.625rem;
41258
+ --cds-fluid-display-01-font-weight: 300;
41259
+ --cds-fluid-display-01-line-height: 1.19;
41260
+ --cds-fluid-display-01-letter-spacing: 0;
41261
+ --cds-fluid-display-02-font-size: 2.625rem;
41262
+ --cds-fluid-display-02-font-weight: 600;
41263
+ --cds-fluid-display-02-line-height: 1.19;
41264
+ --cds-fluid-display-02-letter-spacing: 0;
41265
+ --cds-fluid-display-03-font-size: 2.625rem;
41266
+ --cds-fluid-display-03-font-weight: 300;
41267
+ --cds-fluid-display-03-line-height: 1.19;
41268
+ --cds-fluid-display-03-letter-spacing: 0;
41269
+ --cds-fluid-display-04-font-size: 2.625rem;
41270
+ --cds-fluid-display-04-font-weight: 300;
41271
+ --cds-fluid-display-04-line-height: 1.19;
41272
+ --cds-fluid-display-04-letter-spacing: 0;
41273
+ --cds-true: ;
41274
+ --cds-button-separator: #161616;
41275
+ --cds-button-primary: #0f62fe;
41276
+ --cds-button-secondary: #6f6f6f;
41277
+ --cds-button-tertiary: #ffffff;
41278
+ --cds-button-danger-primary: #da1e28;
41279
+ --cds-button-danger-secondary: #fa4d56;
41280
+ --cds-button-danger-active: #750e13;
41281
+ --cds-button-primary-active: #002d9c;
41282
+ --cds-button-secondary-active: #393939;
41283
+ --cds-button-tertiary-active: #c6c6c6;
41284
+ --cds-button-danger-hover: #b81921;
41285
+ --cds-button-primary-hover: #0050e6;
41286
+ --cds-button-secondary-hover: #5e5e5e;
41287
+ --cds-button-tertiary-hover: #f4f4f4;
41288
+ --cds-button-disabled: rgba(141, 141, 141, 0.3);
41289
+ --cds-tag-background-red: #a2191f;
41290
+ --cds-tag-color-red: #ffd7d9;
41291
+ --cds-tag-hover-red: #c21e25;
41292
+ --cds-tag-background-magenta: #9f1853;
41293
+ --cds-tag-color-magenta: #ffd6e8;
41294
+ --cds-tag-hover-magenta: #bf1d63;
41295
+ --cds-tag-background-purple: #6929c4;
41296
+ --cds-tag-color-purple: #e8daff;
41297
+ --cds-tag-hover-purple: #7c3dd6;
41298
+ --cds-tag-background-blue: #0043ce;
41299
+ --cds-tag-color-blue: #d0e2ff;
41300
+ --cds-tag-hover-blue: #0053ff;
41301
+ --cds-tag-background-cyan: #00539a;
41302
+ --cds-tag-color-cyan: #bae6ff;
41303
+ --cds-tag-hover-cyan: #0066bd;
41304
+ --cds-tag-background-teal: #005d5d;
41305
+ --cds-tag-color-teal: #9ef0f0;
41306
+ --cds-tag-hover-teal: #007070;
41307
+ --cds-tag-background-green: #0e6027;
41308
+ --cds-tag-color-green: #a7f0ba;
41309
+ --cds-tag-hover-green: #11742f;
41310
+ --cds-tag-background-gray: #525252;
41311
+ --cds-tag-color-gray: #e0e0e0;
41312
+ --cds-tag-hover-gray: #636363;
41313
+ --cds-tag-background-cool-gray: #4d5358;
41314
+ --cds-tag-color-cool-gray: #dde1e6;
41315
+ --cds-tag-hover-cool-gray: #5d646a;
41316
+ --cds-tag-background-warm-gray: #565151;
41317
+ --cds-tag-color-warm-gray: #e5e0df;
41318
+ --cds-tag-hover-warm-gray: #696363;
41319
+ --cds-notification-background-error: #262626;
41320
+ --cds-notification-background-success: #262626;
41321
+ --cds-notification-background-info: #262626;
41322
+ --cds-notification-background-warning: #262626;
41323
+ --cds-notification-action-hover: var(--cds-layer-hover);
41324
+ --cds-notification-action-tertiary-inverse: #0f62fe;
41325
+ --cds-notification-action-tertiary-inverse-active: #002d9c;
41326
+ --cds-notification-action-tertiary-inverse-hover: #0050e6;
41327
+ --cds-notification-action-tertiary-inverse-text: #ffffff;
41328
+ --cds-notification-action-tertiary-inverse-text-on-color-disabled: #8d8d8d;
41329
+ --cds-layer: var(--cds-layer-01, #f4f4f4);
41330
+ --cds-layer-active: var(--cds-layer-active-01, #c6c6c6);
41331
+ --cds-layer-hover: var(--cds-layer-hover-01, #e8e8e8);
41332
+ --cds-layer-selected: var(--cds-layer-selected-01, #e0e0e0);
41333
+ --cds-layer-selected-hover: var(--cds-layer-selected-hover-01, #d1d1d1);
41334
+ --cds-layer-accent: var(--cds-layer-accent-01, #e0e0e0);
41335
+ --cds-layer-accent-hover: var(--cds-layer-accent-hover-01, #d1d1d1);
41336
+ --cds-layer-accent-active: var(--cds-layer-accent-active-01, #a8a8a8);
41337
+ --cds-field: var(--cds-field-01, #f4f4f4);
41338
+ --cds-field-hover: var(--cds-field-hover-01, #e8e8e8);
41339
+ --cds-border-subtle: var(--cds-border-subtle-00, #e0e0e0);
41340
+ --cds-border-subtle-selected: var(--cds-border-subtle-selected-01, #c6c6c6);
41341
+ --cds-border-strong: var(--cds-border-strong-01, #8d8d8d);
41342
+ --cds-border-tile: var(--cds-border-tile-01, #c6c6c6);
41343
+ }
41344
+
41345
+ .c4p--decorator {
41346
+ display: inline-flex;
41347
+ max-width: 100%;
41348
+ align-items: normal;
41349
+ border-radius: 6rem;
41350
+ }
41351
+
41352
+ .c4p--decorator .c4p--decorator__label {
41353
+ font-size: var(--cds-label-01-font-size, 0.75rem);
41354
+ font-weight: var(--cds-label-01-font-weight, 400);
41355
+ line-height: var(--cds-label-01-line-height, 1.33333);
41356
+ letter-spacing: var(--cds-label-01-letter-spacing, 0.32px);
41357
+ position: relative;
41358
+ display: inline-flex;
41359
+ height: 1.5rem;
41360
+ align-items: normal;
41361
+ padding: 0 0.5rem;
41362
+ border-width: 0.0625rem 0 0.0625rem 0.0625rem;
41363
+ border-style: solid;
41364
+ border-color: var(--cds-border-subtle-02, #e0e0e0);
41365
+ border-radius: 6rem 0 0 6rem;
41366
+ background-color: var(--cds-layer-01, #f4f4f4);
41367
+ color: var(--cds-text-secondary, #525252);
41368
+ line-height: 1.8;
41369
+ }
41370
+
41371
+ .c4p--decorator .c4p--decorator__value {
41372
+ font-size: var(--cds-label-01-font-size, 0.75rem);
41373
+ font-weight: var(--cds-label-01-font-weight, 400);
41374
+ line-height: var(--cds-label-01-line-height, 1.33333);
41375
+ letter-spacing: var(--cds-label-01-letter-spacing, 0.32px);
41376
+ position: relative;
41377
+ display: inline-flex;
41378
+ overflow: hidden;
41379
+ height: 1.5rem;
41380
+ align-items: normal;
41381
+ padding: 0 0.5rem;
41382
+ border-width: 0.0625rem 0.0625rem 0.0625rem 0;
41383
+ border-style: solid;
41384
+ border-color: var(--cds-border-subtle-02, #e0e0e0);
41385
+ border-radius: 0 6rem 6rem 0;
41386
+ background-color: var(--cds-layer-01, #f4f4f4);
41387
+ color: var(--cds-text-primary, #161616);
41388
+ line-height: 1.8;
41389
+ }
41390
+
41391
+ .c4p--decorator .c4p--decorator-icon {
41392
+ margin-top: 0.1875rem;
41393
+ margin-right: 0.25rem;
41394
+ }
41395
+
41396
+ .c4p--decorator--default .c4p--decorator__value::after {
41397
+ position: absolute;
41398
+ top: 0;
41399
+ bottom: 0;
41400
+ left: 0;
41401
+ border-left: 1px solid var(--cds-border-subtle-02, #e0e0e0);
41402
+ content: "";
41403
+ }
41404
+
41405
+ .c4p--decorator--link {
41406
+ cursor: pointer;
41407
+ text-decoration: none;
41408
+ }
41409
+
41410
+ .c4p--decorator--link .c4p--decorator__label {
41411
+ background-color: var(--cds-layer-02, #ffffff);
41412
+ }
41413
+
41414
+ .c4p--decorator--link .c4p--decorator__value {
41415
+ background-color: var(--cds-layer-02, #ffffff);
41416
+ color: var(--cds-link-primary, #0f62fe);
41417
+ }
41418
+ .c4p--decorator--link .c4p--decorator__value::after {
41419
+ position: absolute;
41420
+ top: 0;
41421
+ bottom: 0;
41422
+ left: 0;
41423
+ border-left: 1px solid var(--cds-border-subtle-02, #e0e0e0);
41424
+ content: "";
41425
+ }
41426
+
41427
+ .c4p--decorator--link:hover .c4p--decorator__value {
41428
+ color: var(--cds-link-primary-hover, #0043ce);
41429
+ text-decoration: underline;
41430
+ }
41431
+
41432
+ .c4p--decorator--link:focus {
41433
+ text-decoration: none;
41434
+ }
41435
+
41436
+ .c4p--decorator--link:focus .c4p--decorator__value {
41437
+ border-color: var(--cds-focus, #0f62fe);
41438
+ }
41439
+ .c4p--decorator--link:focus .c4p--decorator__value::after {
41440
+ position: absolute;
41441
+ top: 0;
41442
+ bottom: 0;
41443
+ left: 0;
41444
+ border-left: 1px solid var(--cds-focus, #0f62fe);
41445
+ content: "";
41446
+ }
41447
+
41448
+ .c4p--decorator--link:active .c4p--decorator__value {
41449
+ color: var(--cds-text-primary, #161616);
41450
+ }
41451
+
41452
+ .c4p--decorator--button:not(.c4p--decorator-disabled) {
41453
+ display: flex;
41454
+ padding: 0;
41455
+ border: 0;
41456
+ cursor: pointer;
41457
+ }
41458
+
41459
+ .c4p--decorator--button:not(.c4p--decorator-disabled) .c4p--decorator__label {
41460
+ background-color: var(--cds-layer-02, #ffffff);
41461
+ }
41462
+
41463
+ .c4p--decorator--button:not(.c4p--decorator-disabled) .c4p--decorator__value {
41464
+ background-color: var(--cds-layer-02, #ffffff);
41465
+ }
41466
+ .c4p--decorator--button:not(.c4p--decorator-disabled) .c4p--decorator__value::after {
41467
+ position: absolute;
41468
+ top: 0;
41469
+ bottom: 0;
41470
+ left: 0;
41471
+ border-left: 1px solid var(--cds-border-subtle-02, #e0e0e0);
41472
+ content: "";
41473
+ }
41474
+
41475
+ .c4p--decorator--button:not(.c4p--decorator-disabled):hover .c4p--decorator__label {
41476
+ border-color: var(--cds-border-strong);
41477
+ background-color: var(--cds-layer-hover-02, #e8e8e8);
41478
+ }
41479
+
41480
+ .c4p--decorator--button:not(.c4p--decorator-disabled):hover .c4p--decorator__value {
41481
+ border-color: var(--cds-border-strong);
41482
+ background-color: var(--cds-layer-hover-02, #e8e8e8);
41483
+ }
41484
+ .c4p--decorator--button:not(.c4p--decorator-disabled):hover .c4p--decorator__value::after {
41485
+ position: absolute;
41486
+ top: 0;
41487
+ bottom: 0;
41488
+ left: 0;
41489
+ border-left: 1px solid var(--cds-border-strong);
41490
+ content: "";
41491
+ }
41492
+
41493
+ .c4p--decorator--button:not(.c4p--decorator-disabled):focus {
41494
+ outline: none;
41495
+ }
41496
+
41497
+ .c4p--decorator--button:not(.c4p--decorator-disabled):focus .c4p--decorator__label {
41498
+ border-color: var(--cds-focus, #0f62fe);
41499
+ background-color: var(--cds-layer-02, #ffffff);
41500
+ }
41501
+
41502
+ .c4p--decorator--button:not(.c4p--decorator-disabled):focus .c4p--decorator__value {
41503
+ border-color: var(--cds-focus, #0f62fe);
41504
+ background-color: var(--cds-layer-02, #ffffff);
41505
+ }
41506
+ .c4p--decorator--button:not(.c4p--decorator-disabled):focus .c4p--decorator__value::after {
41507
+ position: absolute;
41508
+ top: 0;
41509
+ bottom: 0;
41510
+ left: 0;
41511
+ border-left: 1px solid var(--cds-border-subtle-02, #e0e0e0);
41512
+ content: "";
41513
+ }
41514
+
41515
+ .c4p--decorator--button:not(.c4p--decorator-disabled):active .c4p--decorator__label {
41516
+ background-color: var(--cds-layer-selected-02, #e0e0e0);
41517
+ }
41518
+
41519
+ .c4p--decorator--button:not(.c4p--decorator-disabled):active .c4p--decorator__value {
41520
+ background-color: var(--cds-layer-selected-02, #e0e0e0);
41521
+ }
41522
+ .c4p--decorator--button:not(.c4p--decorator-disabled):active .c4p--decorator__value::after {
41523
+ position: absolute;
41524
+ top: 0;
41525
+ bottom: 0;
41526
+ left: 0;
41527
+ border-left: 1px solid var(--cds-border-subtle-02, #e0e0e0);
41528
+ content: "";
41529
+ }
41530
+
41531
+ .c4p--decorator--button.c4p--decorator-disabled {
41532
+ padding: 0;
41533
+ border: 0;
41534
+ cursor: not-allowed;
41535
+ }
41536
+
41537
+ .c4p--decorator--button.c4p--decorator-disabled .c4p--decorator__label {
41538
+ background-color: var(--cds-layer-02, #ffffff);
41539
+ color: var(--cds-icon-on-color-disabled, #8d8d8d);
41540
+ }
41541
+
41542
+ .c4p--decorator--button.c4p--decorator-disabled .c4p--decorator__value {
41543
+ background-color: var(--cds-layer-02, #ffffff);
41544
+ color: var(--cds-icon-on-color-disabled, #8d8d8d);
41545
+ }
41546
+ .c4p--decorator--button.c4p--decorator-disabled .c4p--decorator__value::after {
41547
+ position: absolute;
41548
+ top: 0;
41549
+ bottom: 0;
41550
+ left: 0;
41551
+ border-left: 1px solid var(--cds-border-subtle-02, #e0e0e0);
41552
+ content: "";
41553
+ }
41554
+
41555
+ .c4p--decorator--buttons:not(.c4p--decorator-disabled) .c4p--decorator__label {
41556
+ background-color: var(--cds-layer-02, #ffffff);
41557
+ cursor: pointer;
41558
+ }
41559
+
41560
+ .c4p--decorator--buttons:not(.c4p--decorator-disabled):not(:hover) .c4p--decorator__value::after {
41561
+ position: absolute;
41562
+ top: 0;
41563
+ bottom: 0;
41564
+ left: 0;
41565
+ border-left: 1px solid var(--cds-border-subtle-02, #e0e0e0);
41566
+ content: "";
41567
+ }
41568
+
41569
+ .c4p--decorator--buttons:not(.c4p--decorator-disabled) .c4p--decorator__value {
41570
+ background-color: var(--cds-layer-02, #ffffff);
41571
+ cursor: pointer;
41572
+ }
41573
+
41574
+ .c4p--decorator--buttons:not(.c4p--decorator-disabled) .c4p--decorator__label:hover {
41575
+ border-color: var(--cds-border-strong);
41576
+ background-color: var(--cds-layer-hover-02, #e8e8e8);
41577
+ }
41578
+ .c4p--decorator--buttons:not(.c4p--decorator-disabled) .c4p--decorator__label:hover::after {
41579
+ position: absolute;
41580
+ z-index: 1;
41581
+ top: -1px;
41582
+ right: -1px;
41583
+ bottom: -1px;
41584
+ border-right: 1px solid var(--cds-border-strong);
41585
+ content: "";
41586
+ }
41587
+
41588
+ .c4p--decorator--buttons:not(.c4p--decorator-disabled) .c4p--decorator__value:hover {
41589
+ border-color: var(--cds-border-strong);
41590
+ background-color: var(--cds-layer-hover-02, #e8e8e8);
41591
+ }
41592
+ .c4p--decorator--buttons:not(.c4p--decorator-disabled) .c4p--decorator__value:hover::after {
41593
+ position: absolute;
41594
+ top: 0;
41595
+ bottom: 0;
41596
+ left: 0;
41597
+ border-left: 1px solid var(--cds-border-strong);
41598
+ content: "";
41599
+ }
41600
+
41601
+ .c4p--decorator--buttons:not(.c4p--decorator-disabled) .c4p--decorator__label:focus {
41602
+ border-color: var(--cds-focus, #0f62fe);
41603
+ outline: none;
41604
+ }
41605
+ .c4p--decorator--buttons:not(.c4p--decorator-disabled) .c4p--decorator__label:focus::after {
41606
+ position: absolute;
41607
+ z-index: 1;
41608
+ top: -1px;
41609
+ right: -1px;
41610
+ bottom: -1px;
41611
+ border-right: 1px solid var(--cds-focus, #0f62fe);
41612
+ content: "";
41613
+ }
41614
+
41615
+ .c4p--decorator--buttons:not(.c4p--decorator-disabled) .c4p--decorator__value:focus {
41616
+ border-color: var(--cds-focus, #0f62fe);
41617
+ outline: none;
41618
+ }
41619
+ .c4p--decorator--buttons:not(.c4p--decorator-disabled) .c4p--decorator__value:focus::after {
41620
+ position: absolute;
41621
+ top: 0;
41622
+ bottom: 0;
41623
+ left: 0;
41624
+ border-left: 1px solid var(--cds-focus, #0f62fe);
41625
+ content: "";
41626
+ }
41627
+
41628
+ .c4p--decorator--buttons:not(.c4p--decorator-disabled) .c4p--decorator__label:active {
41629
+ background-color: var(--cds-layer-hover-02, #e8e8e8);
41630
+ }
41631
+
41632
+ .c4p--decorator--buttons:not(.c4p--decorator-disabled) .c4p--decorator__value:active {
41633
+ background-color: var(--cds-layer-hover-02, #e8e8e8);
41634
+ }
41635
+
41636
+ .c4p--decorator--buttons.c4p--decorator-disabled .c4p--decorator__label {
41637
+ background-color: var(--cds-layer-02, #ffffff);
41638
+ color: var(--cds-icon-on-color-disabled, #8d8d8d);
41639
+ }
41640
+
41641
+ .c4p--decorator--buttons.c4p--decorator-disabled .c4p--decorator__value {
41642
+ background-color: var(--cds-layer-02, #ffffff);
41643
+ color: var(--cds-icon-on-color-disabled, #8d8d8d);
41644
+ }
41645
+ .c4p--decorator--buttons.c4p--decorator-disabled .c4p--decorator__value::after {
41646
+ position: absolute;
41647
+ top: 0;
41648
+ bottom: 0;
41649
+ left: 0;
41650
+ border-left: 1px solid var(--cds-border-subtle-02, #e0e0e0);
41651
+ content: "";
41652
+ }
41653
+
41654
+ .c4p--decorator--sm .c4p--decorator__label {
41655
+ height: 1.125rem;
41656
+ padding: 0 0.25rem 0 0.5rem;
41657
+ line-height: 1.333;
41658
+ }
41659
+
41660
+ .c4p--decorator--sm .c4p--decorator__value {
41661
+ height: 1.125rem;
41662
+ padding: 0 0.5rem 0 calc(0.25rem + 1px);
41663
+ line-height: 1.333;
41664
+ }
41665
+
41666
+ .c4p--decorator--truncate-end .c4p--decorator__value {
41667
+ display: inline;
41668
+ overflow: hidden;
41669
+ text-overflow: ellipsis;
41670
+ white-space: nowrap;
41671
+ }
41672
+
41673
+ .c4p--decorator--truncate-start .c4p--decorator__value {
41674
+ display: inline;
41675
+ overflow: hidden;
41676
+ direction: rtl;
41677
+ text-overflow: ellipsis;
41678
+ white-space: nowrap;
41679
+ }
41680
+
41681
+ .c4p--decorator-icon__magnitude-unknown {
41682
+ fill: var(--cds-icon-secondary, #525252);
41683
+ }
41684
+
41685
+ .c4p--decorator-icon__magnitude-benign {
41686
+ fill: #007d79;
41687
+ }
41688
+
41689
+ .c4p--decorator-icon__magnitude-low {
41690
+ fill: var(--cds-support-warning, #f1c21b);
41691
+ }
41692
+
41693
+ .c4p--decorator-icon__magnitude-medium {
41694
+ fill: #ff832b;
41695
+ }
41696
+
41697
+ .c4p--decorator-icon__magnitude-high {
41698
+ fill: var(--cds-support-error, #da1e28);
41699
+ }
41700
+
41701
+ .c4p--decorator-icon__magnitude-critical {
41702
+ fill: var(--cds-support-error, #da1e28);
41703
+ }
41704
+
41705
+ .c4p--decorator-disabled svg {
41706
+ fill: var(--cds-icon-on-color-disabled, #8d8d8d);
41707
+ }
41708
+
41709
+ .c4p--decorator .c4p--decorator-icon--sm {
41710
+ width: 0.75rem;
41711
+ height: 0.75rem;
41712
+ margin-top: 0.15625rem;
41713
+ }
41714
+
41715
+ .c4p--decorator--light.c4p--decorator--buttons:not(.c4p--decorator-disabled) .c4p--decorator__label:hover .c4p--decorator-icon__magnitude-low, .c4p--decorator--light.c4p--decorator--buttons:not(.c4p--decorator-disabled) .c4p--decorator__label:active .c4p--decorator-icon__magnitude-low {
41716
+ stroke: #8e6a00;
41717
+ stroke-width: 1px;
41718
+ }
41719
+ .c4p--decorator--light.c4p--decorator--buttons:not(.c4p--decorator-disabled) .c4p--decorator__label:hover .c4p--decorator-icon__magnitude-medium path:first-child, .c4p--decorator--light.c4p--decorator--buttons:not(.c4p--decorator-disabled) .c4p--decorator__label:active .c4p--decorator-icon__magnitude-medium path:first-child {
41720
+ fill: #ba4e00;
41721
+ }
41722
+
41723
+ .c4p--decorator--dark.c4p--decorator--buttons:not(.c4p--decorator-disabled) .c4p--decorator__label:hover .c4p--decorator-icon__magnitude-high path:first-child, .c4p--decorator--dark.c4p--decorator--buttons:not(.c4p--decorator-disabled) .c4p--decorator__label:active .c4p--decorator-icon__magnitude-high path:first-child {
41724
+ fill: #ff8389;
41725
+ }
41726
+ .c4p--decorator--dark.c4p--decorator--buttons:not(.c4p--decorator-disabled) .c4p--decorator__label:hover .c4p--decorator-icon__magnitude-critical, .c4p--decorator--dark.c4p--decorator--buttons:not(.c4p--decorator-disabled) .c4p--decorator__label:active .c4p--decorator-icon__magnitude-critical {
41727
+ stroke: #ff8389;
41728
+ stroke-width: 0.03125rem;
41729
+ }
41730
+
41731
+ .c4p--decorator--light.c4p--decorator--button:not(.c4p--decorator-disabled):hover .c4p--decorator-icon__magnitude-low, .c4p--decorator--light.c4p--decorator--button:not(.c4p--decorator-disabled):active .c4p--decorator-icon__magnitude-low {
41732
+ stroke: #8e6a00;
41733
+ stroke-width: 1px;
41734
+ }
41735
+ .c4p--decorator--light.c4p--decorator--button:not(.c4p--decorator-disabled):hover .c4p--decorator-icon__magnitude-medium path:first-child, .c4p--decorator--light.c4p--decorator--button:not(.c4p--decorator-disabled):active .c4p--decorator-icon__magnitude-medium path:first-child {
41736
+ fill: #ba4e00;
41737
+ }
41738
+
41739
+ .c4p--decorator--dark.c4p--decorator--button:not(.c4p--decorator-disabled):hover .c4p--decorator-icon__magnitude-high path:first-child, .c4p--decorator--dark.c4p--decorator--button:not(.c4p--decorator-disabled):active .c4p--decorator-icon__magnitude-high path:first-child {
41740
+ fill: #ff8389;
41741
+ }
41742
+ .c4p--decorator--dark.c4p--decorator--button:not(.c4p--decorator-disabled):hover .c4p--decorator-icon__magnitude-critical, .c4p--decorator--dark.c4p--decorator--button:not(.c4p--decorator-disabled):active .c4p--decorator-icon__magnitude-critical {
41743
+ stroke: #ff8389;
41744
+ stroke-width: 0.03125rem;
41745
+ }
41746
+
40345
41747
  .c4p--description-list .cds--structured-list {
40346
41748
  margin-bottom: 2rem;
40347
41749
  }