@carbon/ibm-products 2.28.1 → 2.29.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (101) hide show
  1. package/css/index-full-carbon.css +1804 -233
  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 +40 -8
  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 +1804 -233
  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 +1785 -243
  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/APIKeyModal/APIKeyModal.d.ts +2 -1
  18. package/es/components/APIKeyModal/APIKeyModal.js +13 -9
  19. package/es/components/APIKeyModal/APIKeyModal.types.d.ts +206 -0
  20. package/es/components/AboutModal/AboutModal.d.ts +73 -2
  21. package/es/components/AboutModal/AboutModal.js +16 -12
  22. package/es/components/Datagrid/Datagrid/DatagridHeaderRow.js +2 -0
  23. package/es/components/Datagrid/Datagrid/addons/RowSize/RowSizeDropdown.d.ts +1 -2
  24. package/es/components/Datagrid/useInitialColumnSort.d.ts +1 -0
  25. package/es/components/Datagrid/useInitialColumnSort.js +42 -0
  26. package/es/components/Datagrid/useSortableColumns.d.ts +4 -0
  27. package/es/components/Datagrid/useSortableColumns.js +16 -16
  28. package/es/components/Decorator/Decorator.d.ts +5 -0
  29. package/es/components/Decorator/Decorator.js +348 -0
  30. package/es/components/Decorator/DecoratorIcon.d.ts +5 -0
  31. package/es/components/Decorator/DecoratorIcon.js +95 -0
  32. package/es/components/Decorator/index.d.ts +1 -0
  33. package/es/components/Decorator/utils.d.ts +8 -0
  34. package/es/components/Decorator/utils.js +43 -0
  35. package/es/components/DescriptionList/DescriptionList.d.ts +42 -0
  36. package/es/components/DescriptionList/DescriptionList.js +88 -0
  37. package/es/components/DescriptionList/constants.d.ts +6 -0
  38. package/es/components/DescriptionList/constants.js +16 -0
  39. package/es/components/DescriptionList/index.d.ts +1 -0
  40. package/es/components/EmptyStates/EmptyStateContent.d.ts +1 -287
  41. package/es/components/HTTPErrors/HTTPErrorContent.d.ts +1 -293
  42. package/es/components/StatusIndicator/StatusIndicator.d.ts +5 -0
  43. package/es/components/StatusIndicator/StatusIndicator.js +100 -0
  44. package/es/components/StatusIndicator/StatusIndicatorStep.d.ts +5 -0
  45. package/es/components/StatusIndicator/index.d.ts +2 -0
  46. package/es/components/index.d.ts +3 -0
  47. package/es/global/js/package-settings.d.ts +4 -0
  48. package/es/global/js/package-settings.js +4 -0
  49. package/es/index.js +3 -0
  50. package/es/settings.d.ts +4 -0
  51. package/lib/components/APIKeyModal/APIKeyModal.d.ts +2 -1
  52. package/lib/components/APIKeyModal/APIKeyModal.js +13 -9
  53. package/lib/components/APIKeyModal/APIKeyModal.types.d.ts +206 -0
  54. package/lib/components/AboutModal/AboutModal.d.ts +73 -2
  55. package/lib/components/AboutModal/AboutModal.js +16 -12
  56. package/lib/components/Datagrid/Datagrid/DatagridHeaderRow.js +2 -0
  57. package/lib/components/Datagrid/Datagrid/addons/RowSize/RowSizeDropdown.d.ts +1 -2
  58. package/lib/components/Datagrid/useInitialColumnSort.d.ts +1 -0
  59. package/lib/components/Datagrid/useInitialColumnSort.js +46 -0
  60. package/lib/components/Datagrid/useSortableColumns.d.ts +4 -0
  61. package/lib/components/Datagrid/useSortableColumns.js +16 -15
  62. package/lib/components/Decorator/Decorator.d.ts +5 -0
  63. package/lib/components/Decorator/Decorator.js +355 -0
  64. package/lib/components/Decorator/DecoratorIcon.d.ts +5 -0
  65. package/lib/components/Decorator/DecoratorIcon.js +102 -0
  66. package/lib/components/Decorator/index.d.ts +1 -0
  67. package/lib/components/Decorator/utils.d.ts +8 -0
  68. package/lib/components/Decorator/utils.js +48 -0
  69. package/lib/components/DescriptionList/DescriptionList.d.ts +42 -0
  70. package/lib/components/DescriptionList/DescriptionList.js +95 -0
  71. package/lib/components/DescriptionList/constants.d.ts +6 -0
  72. package/lib/components/DescriptionList/constants.js +20 -0
  73. package/lib/components/DescriptionList/index.d.ts +1 -0
  74. package/lib/components/EmptyStates/EmptyStateContent.d.ts +1 -287
  75. package/lib/components/HTTPErrors/HTTPErrorContent.d.ts +1 -293
  76. package/lib/components/StatusIndicator/StatusIndicator.d.ts +5 -0
  77. package/lib/components/StatusIndicator/StatusIndicator.js +107 -0
  78. package/lib/components/StatusIndicator/StatusIndicatorStep.d.ts +5 -0
  79. package/lib/components/StatusIndicator/index.d.ts +2 -0
  80. package/lib/components/index.d.ts +3 -0
  81. package/lib/global/js/package-settings.d.ts +4 -0
  82. package/lib/global/js/package-settings.js +4 -0
  83. package/lib/index.js +15 -0
  84. package/lib/settings.d.ts +4 -0
  85. package/package.json +4 -4
  86. package/scss/components/Decorator/_carbon-imports.scss +9 -0
  87. package/scss/components/Decorator/_decorator.scss +400 -0
  88. package/scss/components/Decorator/_index-with-carbon.scss +9 -0
  89. package/scss/components/Decorator/_index.scss +8 -0
  90. package/scss/components/DescriptionList/_carbon-imports.scss +9 -0
  91. package/scss/components/DescriptionList/_description-list.scss +103 -0
  92. package/scss/components/DescriptionList/_index-with-carbon.scss +9 -0
  93. package/scss/components/DescriptionList/_index.scss +8 -0
  94. package/scss/components/SidePanel/_side-panel.scss +6 -1
  95. package/scss/components/StatusIndicator/_carbon-imports.scss +12 -0
  96. package/scss/components/StatusIndicator/_index-with-carbon.scss +9 -0
  97. package/scss/components/StatusIndicator/_index.scss +8 -0
  98. package/scss/components/StatusIndicator/_status-indicator.scss +93 -0
  99. package/scss/components/Tearsheet/_tearsheet.scss +41 -15
  100. package/scss/components/_index-with-carbon.scss +3 -0
  101. package/scss/components/_index.scss +3 -0
package/css/index.css CHANGED
@@ -7435,11 +7435,17 @@ a.cds--overflow-menu-options__btn::before {
7435
7435
  height: 2.5rem;
7436
7436
  }
7437
7437
  .c4p--side-panel .c4p--side-panel__slug-and-close {
7438
- position: absolute;
7438
+ position: fixed;
7439
7439
  z-index: 10; /* must be higher than title container border bottom */
7440
7440
  top: 0;
7441
7441
  right: 0;
7442
7442
  display: flex;
7443
+ /* stylelint-disable-next-line max-nesting-depth */
7444
+ }
7445
+ @media (prefers-reduced-motion) {
7446
+ .c4p--side-panel .c4p--side-panel__slug-and-close {
7447
+ position: absolute;
7448
+ }
7443
7449
  }
7444
7450
  .c4p--side-panel .c4p--side-panel__actions-container {
7445
7451
  position: sticky;
@@ -7565,13 +7571,33 @@ a.cds--overflow-menu-options__btn::before {
7565
7571
  }
7566
7572
 
7567
7573
  .c4p--tearsheet.c4p--tearsheet {
7574
+ --overlay-color: var(--cds-overlay, rgba(22, 22, 22, 0.5));
7575
+ --overlay-opacity: 1;
7568
7576
  z-index: 9001;
7569
7577
  align-items: flex-end;
7570
7578
  color: var(--cds-text-primary, #161616);
7571
- transition: visibility 0s linear 240ms, background-color 240ms cubic-bezier(0.4, 0.14, 1, 1), opacity 240ms cubic-bezier(0.4, 0.14, 1, 1);
7579
+ transition: visibility 0s linear 240ms;
7572
7580
  --c4p--tearsheet--stacking-scale-factor-single: 0.95;
7573
7581
  --c4p--tearsheet--stacking-scale-factor-double: 0.9;
7574
7582
  }
7583
+ .c4p--tearsheet.c4p--tearsheet::before {
7584
+ position: absolute;
7585
+ display: block;
7586
+ background: var(--overlay-color);
7587
+ content: "";
7588
+ inset: 0;
7589
+ opacity: var(--overlay-opacity);
7590
+ transition: background-color 240ms cubic-bezier(0.4, 0.14, 1, 1), opacity 240ms cubic-bezier(0.4, 0.14, 1, 1);
7591
+ }
7592
+ @media (prefers-reduced-motion: reduce) {
7593
+ .c4p--tearsheet.c4p--tearsheet::before {
7594
+ transition: none;
7595
+ }
7596
+ }
7597
+ .c4p--tearsheet.c4p--tearsheet.c4p--tearsheet.c4p--tearsheet {
7598
+ /* tearsheet uses --overlay-color and --overlay-opacity in ::before */
7599
+ background: initial;
7600
+ }
7575
7601
  .c4p--tearsheet.is-visible {
7576
7602
  z-index: 9000;
7577
7603
  align-items: flex-end;
@@ -7583,19 +7609,19 @@ a.cds--overflow-menu-options__btn::before {
7583
7609
  }
7584
7610
  }
7585
7611
  .c4p--tearsheet.c4p--tearsheet--stacked-1-of-2 {
7612
+ --overlay-opacity: 0.67;
7586
7613
  z-index: 8999;
7587
- background-color: rgba(22, 22, 22, 0.33);
7588
7614
  }
7589
7615
  .c4p--tearsheet.c4p--tearsheet--stacked-1-of-3 {
7616
+ --overlay-opacity: 0.22;
7590
7617
  z-index: 8998;
7591
- background-color: rgba(22, 22, 22, 0.11);
7592
7618
  }
7593
7619
  .c4p--tearsheet.c4p--tearsheet--stacked-2-of-3 {
7620
+ --overlay-opacity: 0.5;
7594
7621
  z-index: 8999;
7595
- background-color: rgba(22, 22, 22, 0.25);
7596
7622
  }
7597
7623
  .c4p--tearsheet.c4p--tearsheet--stacked-2-of-2, .c4p--tearsheet.c4p--tearsheet--stacked-3-of-3 {
7598
- background-color: rgba(22, 22, 22, 0.25);
7624
+ --overlay-opacity: 0.5;
7599
7625
  }
7600
7626
  .c4p--tearsheet .c4p--tearsheet__container {
7601
7627
  top: auto;
@@ -7708,10 +7734,12 @@ a.cds--overflow-menu-options__btn::before {
7708
7734
  padding: 1.5rem 2rem 0;
7709
7735
  }
7710
7736
  .c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__header.c4p--tearsheet__header--with-close-icon, .c4p--tearsheet.c4p--tearsheet--has-slug .c4p--tearsheet__header.c4p--tearsheet__header {
7711
- padding-right: 5rem;
7737
+ padding-inline-end: 5rem;
7712
7738
  }
7713
7739
  .c4p--tearsheet.c4p--tearsheet--wide.c4p--tearsheet--has-slug .c4p--tearsheet__header.c4p--tearsheet__header--with-close-icon {
7714
- margin-right: 3rem;
7740
+ /* spacing 11 plus additional space for slug/close */
7741
+ /* stylelint-disable-next-line carbon/layout-token-use */
7742
+ padding-inline-end: calc(8rem);
7715
7743
  }
7716
7744
  .c4p--tearsheet.c4p--tearsheet--narrow .c4p--tearsheet__header-description {
7717
7745
  max-width: 80%;
@@ -7806,6 +7834,10 @@ a.cds--overflow-menu-options__btn::before {
7806
7834
  .c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__buttons {
7807
7835
  background: var(--cds-background, #ffffff);
7808
7836
  }
7837
+ .c4p--tearsheet.c4p--tearsheet--has-slug {
7838
+ /* stylelint-disable-next-line carbon/theme-token-use */
7839
+ --overlay-color: var(--cds-ai-overlay, rgba(0, 17, 65, 0.5));
7840
+ }
7809
7841
  .c4p--tearsheet.c4p--tearsheet--has-slug:not(.c4p--tearsheet--has-close) .cds--slug {
7810
7842
  inset-inline-end: 0;
7811
7843
  }
@@ -35678,241 +35710,1675 @@ a.cds--side-nav__link--current::before {
35678
35710
  white-space: nowrap;
35679
35711
  }
35680
35712
 
35681
- .c4p--full-page-error {
35682
- height: inherit;
35683
- }
35684
-
35685
- .c4p--full-page-error__error-container {
35686
- height: 100%;
35687
- margin: 0 1.5rem;
35688
- }
35689
- @media (max-width: 41.98rem) {
35690
- .c4p--full-page-error__error-container {
35691
- margin: 0 0.5rem;
35692
- }
35693
- }
35694
-
35695
- .c4p--full-page-error__error-grid {
35696
- height: 100%;
35697
- padding-top: 2rem;
35698
- padding-bottom: 2rem;
35699
- }
35700
-
35701
- .c4p--full-page-error__error-column {
35702
- padding: 0;
35703
- }
35704
- @media (min-width: 66rem) {
35705
- .c4p--full-page-error__error-column {
35706
- padding: 0 2rem 0 0;
35707
- }
35708
- }
35709
-
35710
- .c4p--full-page-error__error-svg-container {
35711
- display: flex;
35712
- height: 100%;
35713
- padding: 0.5rem 0.5rem 5rem 0.5rem;
35714
- }
35715
- @media (min-width: 42rem) {
35716
- .c4p--full-page-error__error-svg-container {
35717
- padding: auto 0.5rem 5rem 0.5rem;
35718
- }
35719
- }
35720
-
35721
- .c4p--full-page-error__error-label,
35722
- .c4p--full-page-error__error-title {
35723
- font-size: 2rem;
35724
- font-weight: 400;
35725
- line-height: 1.25;
35726
- letter-spacing: 0;
35727
- font-size: calc(2rem + 0.25 * (100vw - 20rem) / 22);
35728
- }
35729
- @media (min-width: 42rem) {
35730
- .c4p--full-page-error__error-label,
35731
- .c4p--full-page-error__error-title {
35732
- font-size: 2.25rem;
35733
- font-weight: 300;
35734
- line-height: 1.22;
35735
- font-size: calc(2.25rem + 0.375 * (100vw - 42rem) / 24);
35736
- }
35737
- }
35738
- @media (min-width: 66rem) {
35739
- .c4p--full-page-error__error-label,
35740
- .c4p--full-page-error__error-title {
35741
- font-size: 2.625rem;
35742
- line-height: 1.19;
35743
- font-size: calc(2.625rem + 0.375 * (100vw - 66rem) / 16);
35744
- }
35745
- }
35746
- @media (min-width: 82rem) {
35747
- .c4p--full-page-error__error-label,
35748
- .c4p--full-page-error__error-title {
35749
- font-size: 3rem;
35750
- line-height: 1.17;
35751
- font-size: calc(3rem + 0.75 * (100vw - 82rem) / 17);
35752
- }
35753
- }
35754
- @media (min-width: 99rem) {
35755
- .c4p--full-page-error__error-label,
35756
- .c4p--full-page-error__error-title {
35757
- font-size: 3.75rem;
35758
- font-size: 3.75rem;
35759
- }
35760
- }
35761
-
35762
- .c4p--full-page-error__error-label {
35763
- display: block;
35764
- color: var(--cds-text-error, #da1e28);
35765
- }
35766
-
35767
- .c4p--full-page-error__error-title {
35768
- margin-bottom: 3rem;
35769
- }
35770
-
35771
- .c4p--full-page-error__description {
35772
- font-size: var(--cds-body-02-font-size, 1rem);
35773
- font-weight: var(--cds-body-02-font-weight, 400);
35774
- line-height: var(--cds-body-02-line-height, 1.5);
35775
- letter-spacing: var(--cds-body-02-letter-spacing, 0);
35776
- margin-bottom: 2rem;
35777
- }
35778
-
35779
- .c4p--full-page-error__error-svg-container svg.c4p--full-page-error__error-svg {
35780
- width: 100%;
35781
- }
35782
-
35783
- .c4p--full-page-error__error-svg-container svg.c4p--full-page-error__error-svg path {
35784
- fill: var(--cds-background, #ffffff);
35785
- stroke: var(--cds-border-inverse, #161616);
35786
- }
35787
-
35788
- .c4p--search-bar {
35789
- position: relative;
35790
- display: flex;
35791
- }
35792
- .c4p--search-bar .c4p--search-bar__scopes .cds--label {
35793
- position: absolute;
35794
- }
35795
-
35796
- .c4p--string-formatter {
35797
- display: inline-block;
35798
- text-align: left;
35799
- }
35800
-
35801
- .c4p--string-formatter--content {
35802
- display: inline-block;
35803
- text-align: left;
35804
- }
35805
-
35806
- .c4p--string-formatter--truncate {
35807
- display: -webkit-box;
35808
- overflow: hidden;
35809
- max-width: 80ch;
35810
- -webkit-box-orient: vertical;
35811
- -webkit-line-clamp: 1;
35812
- }
35813
-
35814
- .c4p--string-formatter__tooltip > button {
35815
- border-width: 0;
35816
- color: currentColor;
35817
- font-size: inherit;
35818
- font-weight: inherit;
35819
- line-height: inherit;
35820
- }
35821
-
35822
- .cds--popover {
35823
- max-width: 1rem;
35824
- margin: 0 auto;
35825
- }
35826
-
35827
- .c4p--string-formatter .cds--popover-content {
35828
- max-inline-size: 20rem;
35829
- }
35830
-
35831
- .c4p--string-formatter .cds--popover--left .cds--popover,
35832
- .c4p--string-formatter .cds--popover--left-bottom .cds--popover,
35833
- .c4p--string-formatter .cds--popover--left-top .cds--popover {
35834
- margin: 0;
35835
- }
35836
-
35837
- .c4p--string-formatter .cds--popover--right .cds--popover,
35838
- .c4p--string-formatter .cds--popover--right-bottom .cds--popover,
35839
- .c4p--string-formatter .cds--popover--right-top .cds--popover {
35840
- margin-right: 0;
35841
- margin-left: auto;
35842
- }
35843
-
35844
- .c4p--string-formatter .cds--popover--top .cds--popover-caret,
35845
- .c4p--string-formatter .cds--popover--top-left .cds--popover-caret,
35846
- .c4p--string-formatter .cds--popover--top-right .cds--popover-caret {
35847
- /* stylelint-disable-next-line declaration-no-important */
35848
- inset-block-start: -1px !important;
35849
- }
35850
-
35851
- .c4p--string-formatter .cds--popover--bottom .cds--popover-caret,
35852
- .c4p--string-formatter .cds--popover--bottom-left .cds--popover-caret,
35853
- .c4p--string-formatter .cds--popover--bottom-right .cds--popover-caret {
35854
- /* stylelint-disable-next-line declaration-no-important */
35855
- inset-block-end: -1px !important;
35856
- }
35857
-
35858
- .c4p--user-avatar {
35859
- position: relative;
35860
- display: flex;
35861
- width: 4rem;
35862
- height: 4rem;
35863
- align-items: center;
35864
- justify-content: center;
35865
- border: 0.5px solid transparent;
35866
- border-radius: 100%;
35867
- color: var(--cds-text-inverse, #ffffff);
35868
- outline: none;
35869
- outline-offset: 3px;
35870
- }
35871
-
35872
- .c4p--user-avatar svg {
35873
- color: var(--cds-icon-inverse, #ffffff);
35874
- }
35875
-
35876
- .c4p--user-avatar__tooltip:focus-within .c4p--user-avatar {
35877
- outline: 2px solid var(--cds-focus, #0f62fe);
35878
- }
35879
-
35880
- .c4p--user-avatar--light-cyan {
35881
- background-color: #1192e8;
35882
- }
35883
-
35884
- .c4p--user-avatar--dark-cyan {
35885
- background-color: #0072c3;
35886
- }
35887
-
35888
- .c4p--user-avatar--xl {
35889
- width: 4rem;
35890
- height: 4rem;
35891
- font-size: var(--cds-heading-04-font-size, 1.75rem);
35892
- font-weight: var(--cds-heading-04-font-weight, 400);
35893
- line-height: var(--cds-heading-04-line-height, 1.28572);
35894
- letter-spacing: var(--cds-heading-04-letter-spacing, 0);
35895
- }
35896
-
35897
- .c4p--user-avatar--lg {
35898
- width: 3rem;
35899
- height: 3rem;
35900
- font-size: var(--cds-heading-03-font-size, 1.25rem);
35901
- font-weight: var(--cds-heading-03-font-weight, 400);
35902
- line-height: var(--cds-heading-03-line-height, 1.4);
35903
- letter-spacing: var(--cds-heading-03-letter-spacing, 0);
35904
- }
35905
-
35906
- .c4p--user-avatar--md {
35907
- width: 2rem;
35908
- height: 2rem;
35909
- font-size: var(--cds-body-compact-01-font-size, 0.875rem);
35910
- font-weight: var(--cds-body-compact-01-font-weight, 400);
35911
- line-height: var(--cds-body-compact-01-line-height, 1.28572);
35912
- letter-spacing: var(--cds-body-compact-01-letter-spacing, 0.16px);
35913
- }
35914
-
35915
- .c4p--user-avatar--sm {
35713
+ /* stylelint-disable carbon/theme-token-use */
35714
+ /* stylelint-disable carbon/type-token-use */
35715
+ /* stylelint-disable carbon/layout-token-use */
35716
+ /* stylelint-disable function-no-unknown */
35717
+ .c4p--decorator--light {
35718
+ --cds-ai-aura-end: rgba(255, 255, 255, 0);
35719
+ --cds-ai-aura-hover-background: #edf5ff;
35720
+ --cds-ai-aura-hover-end: rgba(255, 255, 255, 0);
35721
+ --cds-ai-aura-hover-start: rgba(69, 137, 255, 0.4);
35722
+ --cds-ai-aura-start: rgba(69, 137, 255, 0.1);
35723
+ --cds-ai-aura-start-table: rgba(69, 137, 255, 0.15);
35724
+ --cds-ai-border-end: #d0e2ff;
35725
+ --cds-ai-border-start: #78a9ff;
35726
+ --cds-ai-border-strong: #4589ff;
35727
+ --cds-ai-drop-shadow: rgba(15, 98, 254, 0.32);
35728
+ --cds-ai-gradient-end: rgba(255, 255, 255, 0);
35729
+ --cds-ai-gradient-start-01: rgba(242, 244, 248, 0.5);
35730
+ --cds-ai-gradient-start-02: rgba(237, 245, 255, 0.5);
35731
+ --cds-ai-inner-shadow: rgba(69, 137, 255, 0.2);
35732
+ --cds-ai-overlay: rgba(0, 17, 65, 0.5);
35733
+ --cds-ai-skeleton-background: #b8d3ff;
35734
+ --cds-ai-skeleton-element-background: #001141;
35735
+ --cds-background: #f4f4f4;
35736
+ --cds-background-active: rgba(141, 141, 141, 0.5);
35737
+ --cds-background-brand: #0f62fe;
35738
+ --cds-background-hover: rgba(141, 141, 141, 0.12);
35739
+ --cds-background-inverse: #393939;
35740
+ --cds-background-inverse-hover: #474747;
35741
+ --cds-background-selected: rgba(141, 141, 141, 0.2);
35742
+ --cds-background-selected-hover: rgba(141, 141, 141, 0.32);
35743
+ --cds-border-disabled: #c6c6c6;
35744
+ --cds-border-interactive: #0f62fe;
35745
+ --cds-border-inverse: #161616;
35746
+ --cds-border-strong-01: #8d8d8d;
35747
+ --cds-border-strong-02: #8d8d8d;
35748
+ --cds-border-strong-03: #8d8d8d;
35749
+ --cds-border-subtle-00: #c6c6c6;
35750
+ --cds-border-subtle-01: #e0e0e0;
35751
+ --cds-border-subtle-02: #c6c6c6;
35752
+ --cds-border-subtle-03: #e0e0e0;
35753
+ --cds-border-subtle-selected-01: #c6c6c6;
35754
+ --cds-border-subtle-selected-02: #c6c6c6;
35755
+ --cds-border-subtle-selected-03: #c6c6c6;
35756
+ --cds-border-tile-01: #a8a8a8;
35757
+ --cds-border-tile-02: #c6c6c6;
35758
+ --cds-border-tile-03: #a8a8a8;
35759
+ --cds-chat-avatar-agent: #393939;
35760
+ --cds-chat-avatar-bot: #6f6f6f;
35761
+ --cds-chat-avatar-user: #0f62fe;
35762
+ --cds-chat-bubble-agent: #ffffff;
35763
+ --cds-chat-bubble-agent-border: #e0e0e0;
35764
+ --cds-chat-bubble-user: #e0e0e0;
35765
+ --cds-chat-prompt-background: #ffffff;
35766
+ --cds-chat-prompt-border-end: rgba(244, 244, 244, 0);
35767
+ --cds-chat-prompt-border-start: #f4f4f4;
35768
+ --cds-field-01: #ffffff;
35769
+ --cds-field-02: #f4f4f4;
35770
+ --cds-field-03: #ffffff;
35771
+ --cds-field-hover-01: #e8e8e8;
35772
+ --cds-field-hover-02: #e8e8e8;
35773
+ --cds-field-hover-03: #e8e8e8;
35774
+ --cds-focus: #0f62fe;
35775
+ --cds-focus-inset: #ffffff;
35776
+ --cds-focus-inverse: #ffffff;
35777
+ --cds-highlight: #d0e2ff;
35778
+ --cds-icon-disabled: rgba(22, 22, 22, 0.25);
35779
+ --cds-icon-interactive: #0f62fe;
35780
+ --cds-icon-inverse: #ffffff;
35781
+ --cds-icon-on-color: #ffffff;
35782
+ --cds-icon-on-color-disabled: #8d8d8d;
35783
+ --cds-icon-primary: #161616;
35784
+ --cds-icon-secondary: #525252;
35785
+ --cds-interactive: #0f62fe;
35786
+ --cds-layer-01: #ffffff;
35787
+ --cds-layer-02: #f4f4f4;
35788
+ --cds-layer-03: #ffffff;
35789
+ --cds-layer-accent-01: #e0e0e0;
35790
+ --cds-layer-accent-02: #e0e0e0;
35791
+ --cds-layer-accent-03: #e0e0e0;
35792
+ --cds-layer-accent-active-01: #a8a8a8;
35793
+ --cds-layer-accent-active-02: #a8a8a8;
35794
+ --cds-layer-accent-active-03: #a8a8a8;
35795
+ --cds-layer-accent-hover-01: #d1d1d1;
35796
+ --cds-layer-accent-hover-02: #d1d1d1;
35797
+ --cds-layer-accent-hover-03: #d1d1d1;
35798
+ --cds-layer-active-01: #c6c6c6;
35799
+ --cds-layer-active-02: #c6c6c6;
35800
+ --cds-layer-active-03: #c6c6c6;
35801
+ --cds-layer-hover-01: #e8e8e8;
35802
+ --cds-layer-hover-02: #e8e8e8;
35803
+ --cds-layer-hover-03: #e8e8e8;
35804
+ --cds-layer-selected-01: #e0e0e0;
35805
+ --cds-layer-selected-02: #e0e0e0;
35806
+ --cds-layer-selected-03: #e0e0e0;
35807
+ --cds-layer-selected-disabled: #8d8d8d;
35808
+ --cds-layer-selected-hover-01: #d1d1d1;
35809
+ --cds-layer-selected-hover-02: #d1d1d1;
35810
+ --cds-layer-selected-hover-03: #d1d1d1;
35811
+ --cds-layer-selected-inverse: #161616;
35812
+ --cds-link-inverse: #78a9ff;
35813
+ --cds-link-inverse-active: #f4f4f4;
35814
+ --cds-link-inverse-hover: #a6c8ff;
35815
+ --cds-link-primary: #0f62fe;
35816
+ --cds-link-primary-hover: #0043ce;
35817
+ --cds-link-secondary: #0043ce;
35818
+ --cds-link-visited: #8a3ffc;
35819
+ --cds-overlay: rgba(22, 22, 22, 0.5);
35820
+ --cds-shadow: rgba(0, 0, 0, 0.3);
35821
+ --cds-skeleton-background: #e8e8e8;
35822
+ --cds-skeleton-element: #c6c6c6;
35823
+ --cds-slug-background: #525252;
35824
+ --cds-slug-background-hover: #6f6f6f;
35825
+ --cds-slug-callout-aura-end: rgba(255, 255, 255, 0);
35826
+ --cds-slug-callout-aura-end-hover-01: rgba(255, 255, 255, 0);
35827
+ --cds-slug-callout-aura-end-hover-02: rgba(255, 255, 255, 0);
35828
+ --cds-slug-callout-aura-end-selected: rgba(255, 255, 255, 0);
35829
+ --cds-slug-callout-aura-start: rgba(69, 137, 255, 0.1);
35830
+ --cds-slug-callout-aura-start-hover-01: rgba(255, 255, 255, 0.5);
35831
+ --cds-slug-callout-aura-start-hover-02: rgba(208, 226, 255, 0.5);
35832
+ --cds-slug-callout-aura-start-selected: rgba(237, 245, 255, 0.6);
35833
+ --cds-slug-callout-caret-bottom: #d0e2ff;
35834
+ --cds-slug-callout-caret-bottom-background: #ccdbf8;
35835
+ --cds-slug-callout-caret-bottom-background-actions: #d2dcee;
35836
+ --cds-slug-callout-caret-center: #a7c7ff;
35837
+ --cds-slug-callout-gradient-bottom: rgba(224, 224, 224, 0.85);
35838
+ --cds-slug-callout-gradient-bottom-hover: rgba(209, 209, 209, 0.55);
35839
+ --cds-slug-callout-gradient-bottom-selected: rgba(209, 209, 209, 0.85);
35840
+ --cds-slug-callout-gradient-top: rgba(244, 244, 244, 0.85);
35841
+ --cds-slug-callout-gradient-top-hover: rgba(224, 224, 224, 0.55);
35842
+ --cds-slug-callout-gradient-top-selected: rgba(224, 224, 224, 0.85);
35843
+ --cds-slug-callout-shadow-outer-01: rgba(0, 67, 206, 0.25);
35844
+ --cds-slug-callout-shadow-outer-02: rgba(0, 0, 0, 0.1);
35845
+ --cds-slug-gradient: #161616 linear-gradient(135deg, #a8a8a8 0%, rgba(255, 255, 255, 0) 100%);
35846
+ --cds-slug-gradient-hover: #161616 linear-gradient(135deg, #d1d1d1 0%, rgba(255, 255, 255, 0) 100%);
35847
+ --cds-slug-hollow-hover: #474747;
35848
+ --cds-support-caution-major: #ff832b;
35849
+ --cds-support-caution-minor: #f1c21b;
35850
+ --cds-support-caution-undefined: #8a3ffc;
35851
+ --cds-support-error: #da1e28;
35852
+ --cds-support-error-inverse: #fa4d56;
35853
+ --cds-support-info: #0043ce;
35854
+ --cds-support-info-inverse: #4589ff;
35855
+ --cds-support-success: #24a148;
35856
+ --cds-support-success-inverse: #42be65;
35857
+ --cds-support-warning: #f1c21b;
35858
+ --cds-support-warning-inverse: #f1c21b;
35859
+ --cds-text-disabled: rgba(22, 22, 22, 0.25);
35860
+ --cds-text-error: #da1e28;
35861
+ --cds-text-helper: #6f6f6f;
35862
+ --cds-text-inverse: #ffffff;
35863
+ --cds-text-on-color: #ffffff;
35864
+ --cds-text-on-color-disabled: #8d8d8d;
35865
+ --cds-text-placeholder: rgba(22, 22, 22, 0.4);
35866
+ --cds-text-primary: #161616;
35867
+ --cds-text-secondary: #525252;
35868
+ --cds-toggle-off: #8d8d8d;
35869
+ --cds-spacing-01: 0.125rem;
35870
+ --cds-spacing-02: 0.25rem;
35871
+ --cds-spacing-03: 0.5rem;
35872
+ --cds-spacing-04: 0.75rem;
35873
+ --cds-spacing-05: 1rem;
35874
+ --cds-spacing-06: 1.5rem;
35875
+ --cds-spacing-07: 2rem;
35876
+ --cds-spacing-08: 2.5rem;
35877
+ --cds-spacing-09: 3rem;
35878
+ --cds-spacing-10: 4rem;
35879
+ --cds-spacing-11: 5rem;
35880
+ --cds-spacing-12: 6rem;
35881
+ --cds-spacing-13: 10rem;
35882
+ --cds-fluid-spacing-01: 0;
35883
+ --cds-fluid-spacing-02: 2vw;
35884
+ --cds-fluid-spacing-03: 5vw;
35885
+ --cds-fluid-spacing-04: 10vw;
35886
+ --cds-caption-01-font-size: 0.75rem;
35887
+ --cds-caption-01-font-weight: 400;
35888
+ --cds-caption-01-line-height: 1.33333;
35889
+ --cds-caption-01-letter-spacing: 0.32px;
35890
+ --cds-caption-02-font-size: 0.875rem;
35891
+ --cds-caption-02-font-weight: 400;
35892
+ --cds-caption-02-line-height: 1.28572;
35893
+ --cds-caption-02-letter-spacing: 0.32px;
35894
+ --cds-label-01-font-size: 0.75rem;
35895
+ --cds-label-01-font-weight: 400;
35896
+ --cds-label-01-line-height: 1.33333;
35897
+ --cds-label-01-letter-spacing: 0.32px;
35898
+ --cds-label-02-font-size: 0.875rem;
35899
+ --cds-label-02-font-weight: 400;
35900
+ --cds-label-02-line-height: 1.28572;
35901
+ --cds-label-02-letter-spacing: 0.16px;
35902
+ --cds-helper-text-01-font-size: 0.75rem;
35903
+ --cds-helper-text-01-line-height: 1.33333;
35904
+ --cds-helper-text-01-letter-spacing: 0.32px;
35905
+ --cds-helper-text-02-font-size: 0.875rem;
35906
+ --cds-helper-text-02-font-weight: 400;
35907
+ --cds-helper-text-02-line-height: 1.28572;
35908
+ --cds-helper-text-02-letter-spacing: 0.16px;
35909
+ --cds-body-short-01-font-size: 0.875rem;
35910
+ --cds-body-short-01-font-weight: 400;
35911
+ --cds-body-short-01-line-height: 1.28572;
35912
+ --cds-body-short-01-letter-spacing: 0.16px;
35913
+ --cds-body-short-02-font-size: 1rem;
35914
+ --cds-body-short-02-font-weight: 400;
35915
+ --cds-body-short-02-line-height: 1.375;
35916
+ --cds-body-short-02-letter-spacing: 0;
35917
+ --cds-body-long-01-font-size: 0.875rem;
35918
+ --cds-body-long-01-font-weight: 400;
35919
+ --cds-body-long-01-line-height: 1.42857;
35920
+ --cds-body-long-01-letter-spacing: 0.16px;
35921
+ --cds-body-long-02-font-size: 1rem;
35922
+ --cds-body-long-02-font-weight: 400;
35923
+ --cds-body-long-02-line-height: 1.5;
35924
+ --cds-body-long-02-letter-spacing: 0;
35925
+ --cds-code-01-font-family: 'IBM Plex Mono', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', monospace;
35926
+ --cds-code-01-font-size: 0.75rem;
35927
+ --cds-code-01-font-weight: 400;
35928
+ --cds-code-01-line-height: 1.33333;
35929
+ --cds-code-01-letter-spacing: 0.32px;
35930
+ --cds-code-02-font-family: 'IBM Plex Mono', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', monospace;
35931
+ --cds-code-02-font-size: 0.875rem;
35932
+ --cds-code-02-font-weight: 400;
35933
+ --cds-code-02-line-height: 1.42857;
35934
+ --cds-code-02-letter-spacing: 0.32px;
35935
+ --cds-heading-01-font-size: 0.875rem;
35936
+ --cds-heading-01-font-weight: 600;
35937
+ --cds-heading-01-line-height: 1.42857;
35938
+ --cds-heading-01-letter-spacing: 0.16px;
35939
+ --cds-heading-02-font-size: 1rem;
35940
+ --cds-heading-02-font-weight: 600;
35941
+ --cds-heading-02-line-height: 1.5;
35942
+ --cds-heading-02-letter-spacing: 0;
35943
+ --cds-productive-heading-01-font-size: 0.875rem;
35944
+ --cds-productive-heading-01-font-weight: 600;
35945
+ --cds-productive-heading-01-line-height: 1.28572;
35946
+ --cds-productive-heading-01-letter-spacing: 0.16px;
35947
+ --cds-productive-heading-02-font-size: 1rem;
35948
+ --cds-productive-heading-02-font-weight: 600;
35949
+ --cds-productive-heading-02-line-height: 1.375;
35950
+ --cds-productive-heading-02-letter-spacing: 0;
35951
+ --cds-productive-heading-03-font-size: 1.25rem;
35952
+ --cds-productive-heading-03-font-weight: 400;
35953
+ --cds-productive-heading-03-line-height: 1.4;
35954
+ --cds-productive-heading-03-letter-spacing: 0;
35955
+ --cds-productive-heading-04-font-size: 1.75rem;
35956
+ --cds-productive-heading-04-font-weight: 400;
35957
+ --cds-productive-heading-04-line-height: 1.28572;
35958
+ --cds-productive-heading-04-letter-spacing: 0;
35959
+ --cds-productive-heading-05-font-size: 2rem;
35960
+ --cds-productive-heading-05-font-weight: 400;
35961
+ --cds-productive-heading-05-line-height: 1.25;
35962
+ --cds-productive-heading-05-letter-spacing: 0;
35963
+ --cds-productive-heading-06-font-size: 2.625rem;
35964
+ --cds-productive-heading-06-font-weight: 300;
35965
+ --cds-productive-heading-06-line-height: 1.199;
35966
+ --cds-productive-heading-06-letter-spacing: 0;
35967
+ --cds-productive-heading-07-font-size: 3.375rem;
35968
+ --cds-productive-heading-07-font-weight: 300;
35969
+ --cds-productive-heading-07-line-height: 1.19;
35970
+ --cds-productive-heading-07-letter-spacing: 0;
35971
+ --cds-expressive-paragraph-01-font-size: 1.5rem;
35972
+ --cds-expressive-paragraph-01-font-weight: 300;
35973
+ --cds-expressive-paragraph-01-line-height: 1.334;
35974
+ --cds-expressive-paragraph-01-letter-spacing: 0;
35975
+ --cds-expressive-heading-01-font-size: 0.875rem;
35976
+ --cds-expressive-heading-01-font-weight: 600;
35977
+ --cds-expressive-heading-01-line-height: 1.42857;
35978
+ --cds-expressive-heading-01-letter-spacing: 0.16px;
35979
+ --cds-expressive-heading-02-font-size: 1rem;
35980
+ --cds-expressive-heading-02-font-weight: 600;
35981
+ --cds-expressive-heading-02-line-height: 1.5;
35982
+ --cds-expressive-heading-02-letter-spacing: 0;
35983
+ --cds-expressive-heading-03-font-size: 1.25rem;
35984
+ --cds-expressive-heading-03-font-weight: 400;
35985
+ --cds-expressive-heading-03-line-height: 1.4;
35986
+ --cds-expressive-heading-03-letter-spacing: 0;
35987
+ --cds-expressive-heading-04-font-size: 1.75rem;
35988
+ --cds-expressive-heading-04-font-weight: 400;
35989
+ --cds-expressive-heading-04-line-height: 1.28572;
35990
+ --cds-expressive-heading-04-letter-spacing: 0;
35991
+ --cds-expressive-heading-05-font-size: 2rem;
35992
+ --cds-expressive-heading-05-font-weight: 400;
35993
+ --cds-expressive-heading-05-line-height: 1.25;
35994
+ --cds-expressive-heading-05-letter-spacing: 0;
35995
+ --cds-expressive-heading-06-font-size: 2rem;
35996
+ --cds-expressive-heading-06-font-weight: 600;
35997
+ --cds-expressive-heading-06-line-height: 1.25;
35998
+ --cds-expressive-heading-06-letter-spacing: 0;
35999
+ --cds-quotation-01-font-family: 'IBM Plex Serif', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', serif;
36000
+ --cds-quotation-01-font-size: 1.25rem;
36001
+ --cds-quotation-01-font-weight: 400;
36002
+ --cds-quotation-01-line-height: 1.3;
36003
+ --cds-quotation-01-letter-spacing: 0;
36004
+ --cds-quotation-02-font-family: 'IBM Plex Serif', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', serif;
36005
+ --cds-quotation-02-font-size: 2rem;
36006
+ --cds-quotation-02-font-weight: 300;
36007
+ --cds-quotation-02-line-height: 1.25;
36008
+ --cds-quotation-02-letter-spacing: 0;
36009
+ --cds-display-01-font-size: 2.625rem;
36010
+ --cds-display-01-font-weight: 300;
36011
+ --cds-display-01-line-height: 1.19;
36012
+ --cds-display-01-letter-spacing: 0;
36013
+ --cds-display-02-font-size: 2.625rem;
36014
+ --cds-display-02-font-weight: 600;
36015
+ --cds-display-02-line-height: 1.19;
36016
+ --cds-display-02-letter-spacing: 0;
36017
+ --cds-display-03-font-size: 2.625rem;
36018
+ --cds-display-03-font-weight: 300;
36019
+ --cds-display-03-line-height: 1.19;
36020
+ --cds-display-03-letter-spacing: 0;
36021
+ --cds-display-04-font-size: 2.625rem;
36022
+ --cds-display-04-font-weight: 300;
36023
+ --cds-display-04-line-height: 1.19;
36024
+ --cds-display-04-letter-spacing: 0;
36025
+ --cds-legal-01-font-size: 0.75rem;
36026
+ --cds-legal-01-font-weight: 400;
36027
+ --cds-legal-01-line-height: 1.33333;
36028
+ --cds-legal-01-letter-spacing: 0.32px;
36029
+ --cds-legal-02-font-size: 0.875rem;
36030
+ --cds-legal-02-font-weight: 400;
36031
+ --cds-legal-02-line-height: 1.28572;
36032
+ --cds-legal-02-letter-spacing: 0.16px;
36033
+ --cds-body-compact-01-font-size: 0.875rem;
36034
+ --cds-body-compact-01-font-weight: 400;
36035
+ --cds-body-compact-01-line-height: 1.28572;
36036
+ --cds-body-compact-01-letter-spacing: 0.16px;
36037
+ --cds-body-compact-02-font-size: 1rem;
36038
+ --cds-body-compact-02-font-weight: 400;
36039
+ --cds-body-compact-02-line-height: 1.375;
36040
+ --cds-body-compact-02-letter-spacing: 0;
36041
+ --cds-heading-compact-01-font-size: 0.875rem;
36042
+ --cds-heading-compact-01-font-weight: 600;
36043
+ --cds-heading-compact-01-line-height: 1.28572;
36044
+ --cds-heading-compact-01-letter-spacing: 0.16px;
36045
+ --cds-heading-compact-02-font-size: 1rem;
36046
+ --cds-heading-compact-02-font-weight: 600;
36047
+ --cds-heading-compact-02-line-height: 1.375;
36048
+ --cds-heading-compact-02-letter-spacing: 0;
36049
+ --cds-body-01-font-size: 0.875rem;
36050
+ --cds-body-01-font-weight: 400;
36051
+ --cds-body-01-line-height: 1.42857;
36052
+ --cds-body-01-letter-spacing: 0.16px;
36053
+ --cds-body-02-font-size: 1rem;
36054
+ --cds-body-02-font-weight: 400;
36055
+ --cds-body-02-line-height: 1.5;
36056
+ --cds-body-02-letter-spacing: 0;
36057
+ --cds-heading-03-font-size: 1.25rem;
36058
+ --cds-heading-03-font-weight: 400;
36059
+ --cds-heading-03-line-height: 1.4;
36060
+ --cds-heading-03-letter-spacing: 0;
36061
+ --cds-heading-04-font-size: 1.75rem;
36062
+ --cds-heading-04-font-weight: 400;
36063
+ --cds-heading-04-line-height: 1.28572;
36064
+ --cds-heading-04-letter-spacing: 0;
36065
+ --cds-heading-05-font-size: 2rem;
36066
+ --cds-heading-05-font-weight: 400;
36067
+ --cds-heading-05-line-height: 1.25;
36068
+ --cds-heading-05-letter-spacing: 0;
36069
+ --cds-heading-06-font-size: 2.625rem;
36070
+ --cds-heading-06-font-weight: 300;
36071
+ --cds-heading-06-line-height: 1.199;
36072
+ --cds-heading-06-letter-spacing: 0;
36073
+ --cds-heading-07-font-size: 3.375rem;
36074
+ --cds-heading-07-font-weight: 300;
36075
+ --cds-heading-07-line-height: 1.19;
36076
+ --cds-heading-07-letter-spacing: 0;
36077
+ --cds-fluid-heading-03-font-size: 1.25rem;
36078
+ --cds-fluid-heading-03-font-weight: 400;
36079
+ --cds-fluid-heading-03-line-height: 1.4;
36080
+ --cds-fluid-heading-03-letter-spacing: 0;
36081
+ --cds-fluid-heading-04-font-size: 1.75rem;
36082
+ --cds-fluid-heading-04-font-weight: 400;
36083
+ --cds-fluid-heading-04-line-height: 1.28572;
36084
+ --cds-fluid-heading-04-letter-spacing: 0;
36085
+ --cds-fluid-heading-05-font-size: 2rem;
36086
+ --cds-fluid-heading-05-font-weight: 400;
36087
+ --cds-fluid-heading-05-line-height: 1.25;
36088
+ --cds-fluid-heading-05-letter-spacing: 0;
36089
+ --cds-fluid-heading-06-font-size: 2rem;
36090
+ --cds-fluid-heading-06-font-weight: 600;
36091
+ --cds-fluid-heading-06-line-height: 1.25;
36092
+ --cds-fluid-heading-06-letter-spacing: 0;
36093
+ --cds-fluid-paragraph-01-font-size: 1.5rem;
36094
+ --cds-fluid-paragraph-01-font-weight: 300;
36095
+ --cds-fluid-paragraph-01-line-height: 1.334;
36096
+ --cds-fluid-paragraph-01-letter-spacing: 0;
36097
+ --cds-fluid-quotation-01-font-family: 'IBM Plex Serif', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', serif;
36098
+ --cds-fluid-quotation-01-font-size: 1.25rem;
36099
+ --cds-fluid-quotation-01-font-weight: 400;
36100
+ --cds-fluid-quotation-01-line-height: 1.3;
36101
+ --cds-fluid-quotation-01-letter-spacing: 0;
36102
+ --cds-fluid-quotation-02-font-family: 'IBM Plex Serif', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', serif;
36103
+ --cds-fluid-quotation-02-font-size: 2rem;
36104
+ --cds-fluid-quotation-02-font-weight: 300;
36105
+ --cds-fluid-quotation-02-line-height: 1.25;
36106
+ --cds-fluid-quotation-02-letter-spacing: 0;
36107
+ --cds-fluid-display-01-font-size: 2.625rem;
36108
+ --cds-fluid-display-01-font-weight: 300;
36109
+ --cds-fluid-display-01-line-height: 1.19;
36110
+ --cds-fluid-display-01-letter-spacing: 0;
36111
+ --cds-fluid-display-02-font-size: 2.625rem;
36112
+ --cds-fluid-display-02-font-weight: 600;
36113
+ --cds-fluid-display-02-line-height: 1.19;
36114
+ --cds-fluid-display-02-letter-spacing: 0;
36115
+ --cds-fluid-display-03-font-size: 2.625rem;
36116
+ --cds-fluid-display-03-font-weight: 300;
36117
+ --cds-fluid-display-03-line-height: 1.19;
36118
+ --cds-fluid-display-03-letter-spacing: 0;
36119
+ --cds-fluid-display-04-font-size: 2.625rem;
36120
+ --cds-fluid-display-04-font-weight: 300;
36121
+ --cds-fluid-display-04-line-height: 1.19;
36122
+ --cds-fluid-display-04-letter-spacing: 0;
36123
+ --cds-true: ;
36124
+ --cds-button-separator: #e0e0e0;
36125
+ --cds-button-primary: #0f62fe;
36126
+ --cds-button-secondary: #393939;
36127
+ --cds-button-tertiary: #0f62fe;
36128
+ --cds-button-danger-primary: #da1e28;
36129
+ --cds-button-danger-secondary: #da1e28;
36130
+ --cds-button-danger-active: #750e13;
36131
+ --cds-button-primary-active: #002d9c;
36132
+ --cds-button-secondary-active: #6f6f6f;
36133
+ --cds-button-tertiary-active: #002d9c;
36134
+ --cds-button-danger-hover: #b81921;
36135
+ --cds-button-primary-hover: #0050e6;
36136
+ --cds-button-secondary-hover: #474747;
36137
+ --cds-button-tertiary-hover: #0050e6;
36138
+ --cds-button-disabled: #c6c6c6;
36139
+ --cds-tag-background-red: #ffd7d9;
36140
+ --cds-tag-color-red: #750e13;
36141
+ --cds-tag-hover-red: #ffc2c5;
36142
+ --cds-tag-background-magenta: #ffd6e8;
36143
+ --cds-tag-color-magenta: #740937;
36144
+ --cds-tag-hover-magenta: #ffbdda;
36145
+ --cds-tag-background-purple: #e8daff;
36146
+ --cds-tag-color-purple: #491d8b;
36147
+ --cds-tag-hover-purple: #dcc7ff;
36148
+ --cds-tag-background-blue: #d0e2ff;
36149
+ --cds-tag-color-blue: #002d9c;
36150
+ --cds-tag-hover-blue: #b8d3ff;
36151
+ --cds-tag-background-cyan: #bae6ff;
36152
+ --cds-tag-color-cyan: #003a6d;
36153
+ --cds-tag-hover-cyan: #99daff;
36154
+ --cds-tag-background-teal: #9ef0f0;
36155
+ --cds-tag-color-teal: #004144;
36156
+ --cds-tag-hover-teal: #57e5e5;
36157
+ --cds-tag-background-green: #a7f0ba;
36158
+ --cds-tag-color-green: #044317;
36159
+ --cds-tag-hover-green: #74e792;
36160
+ --cds-tag-background-gray: #e0e0e0;
36161
+ --cds-tag-color-gray: #393939;
36162
+ --cds-tag-hover-gray: #d1d1d1;
36163
+ --cds-tag-background-cool-gray: #dde1e6;
36164
+ --cds-tag-color-cool-gray: #343a3f;
36165
+ --cds-tag-hover-cool-gray: #cdd3da;
36166
+ --cds-tag-background-warm-gray: #e5e0df;
36167
+ --cds-tag-color-warm-gray: #3c3838;
36168
+ --cds-tag-hover-warm-gray: #d8d0cf;
36169
+ --cds-notification-background-error: #fff1f1;
36170
+ --cds-notification-background-success: #defbe6;
36171
+ --cds-notification-background-info: #edf5ff;
36172
+ --cds-notification-background-warning: #fdf6dd;
36173
+ --cds-notification-action-hover: #ffffff;
36174
+ --cds-notification-action-tertiary-inverse: #ffffff;
36175
+ --cds-notification-action-tertiary-inverse-active: #c6c6c6;
36176
+ --cds-notification-action-tertiary-inverse-hover: #f4f4f4;
36177
+ --cds-notification-action-tertiary-inverse-text: #161616;
36178
+ --cds-notification-action-tertiary-inverse-text-on-color-disabled: rgba(255, 255, 255, 0.25);
36179
+ --cds-layer: var(--cds-layer-01, #f4f4f4);
36180
+ --cds-layer-active: var(--cds-layer-active-01, #c6c6c6);
36181
+ --cds-layer-hover: var(--cds-layer-hover-01, #e8e8e8);
36182
+ --cds-layer-selected: var(--cds-layer-selected-01, #e0e0e0);
36183
+ --cds-layer-selected-hover: var(--cds-layer-selected-hover-01, #d1d1d1);
36184
+ --cds-layer-accent: var(--cds-layer-accent-01, #e0e0e0);
36185
+ --cds-layer-accent-hover: var(--cds-layer-accent-hover-01, #d1d1d1);
36186
+ --cds-layer-accent-active: var(--cds-layer-accent-active-01, #a8a8a8);
36187
+ --cds-field: var(--cds-field-01, #f4f4f4);
36188
+ --cds-field-hover: var(--cds-field-hover-01, #e8e8e8);
36189
+ --cds-border-subtle: var(--cds-border-subtle-00, #e0e0e0);
36190
+ --cds-border-subtle-selected: var(--cds-border-subtle-selected-01, #c6c6c6);
36191
+ --cds-border-strong: var(--cds-border-strong-01, #8d8d8d);
36192
+ --cds-border-tile: var(--cds-border-tile-01, #c6c6c6);
36193
+ }
36194
+
36195
+ .c4p--decorator--dark {
36196
+ --cds-ai-aura-end: rgba(0, 0, 0, 0);
36197
+ --cds-ai-aura-hover-background: #333333;
36198
+ --cds-ai-aura-hover-end: rgba(0, 0, 0, 0);
36199
+ --cds-ai-aura-hover-start: rgba(69, 137, 255, 0.4);
36200
+ --cds-ai-aura-start: rgba(69, 137, 255, 0.1);
36201
+ --cds-ai-aura-start-table: rgba(69, 137, 255, 0.15);
36202
+ --cds-ai-border-end: rgba(166, 200, 255, 0.24);
36203
+ --cds-ai-border-start: #4589ff;
36204
+ --cds-ai-border-strong: #78a9ff;
36205
+ --cds-ai-drop-shadow: rgba(15, 98, 254, 0.32);
36206
+ --cds-ai-gradient-end: rgba(38, 38, 38, 0);
36207
+ --cds-ai-gradient-start-01: rgba(208, 226, 255, 0.2);
36208
+ --cds-ai-gradient-start-02: transparent;
36209
+ --cds-ai-inner-shadow: rgba(69, 137, 255, 0.2);
36210
+ --cds-ai-overlay: rgba(0, 17, 65, 0.5);
36211
+ --cds-ai-skeleton-background: #0053ff;
36212
+ --cds-ai-skeleton-element-background: #001141;
36213
+ --cds-background: #161616;
36214
+ --cds-background-active: rgba(141, 141, 141, 0.4);
36215
+ --cds-background-brand: #0f62fe;
36216
+ --cds-background-hover: rgba(141, 141, 141, 0.16);
36217
+ --cds-background-inverse: #f4f4f4;
36218
+ --cds-background-inverse-hover: #e8e8e8;
36219
+ --cds-background-selected: rgba(141, 141, 141, 0.24);
36220
+ --cds-background-selected-hover: rgba(141, 141, 141, 0.32);
36221
+ --cds-border-disabled: rgba(141, 141, 141, 0.5);
36222
+ --cds-border-interactive: #4589ff;
36223
+ --cds-border-inverse: #f4f4f4;
36224
+ --cds-border-strong-01: #6f6f6f;
36225
+ --cds-border-strong-02: #8d8d8d;
36226
+ --cds-border-strong-03: #a8a8a8;
36227
+ --cds-border-subtle-00: #393939;
36228
+ --cds-border-subtle-01: #525252;
36229
+ --cds-border-subtle-02: #6f6f6f;
36230
+ --cds-border-subtle-03: #6f6f6f;
36231
+ --cds-border-subtle-selected-01: #6f6f6f;
36232
+ --cds-border-subtle-selected-02: #8d8d8d;
36233
+ --cds-border-subtle-selected-03: #8d8d8d;
36234
+ --cds-border-tile-01: #525252;
36235
+ --cds-border-tile-02: #6f6f6f;
36236
+ --cds-border-tile-03: #8d8d8d;
36237
+ --cds-chat-avatar-agent: #c6c6c6;
36238
+ --cds-chat-avatar-bot: #8d8d8d;
36239
+ --cds-chat-avatar-user: #4589ff;
36240
+ --cds-chat-bubble-agent: #262626;
36241
+ --cds-chat-bubble-agent-border: #525252;
36242
+ --cds-chat-bubble-user: #393939;
36243
+ --cds-chat-prompt-background: #161616;
36244
+ --cds-chat-prompt-border-end: rgba(38, 38, 38, 0);
36245
+ --cds-chat-prompt-border-start: #262626;
36246
+ --cds-field-01: #262626;
36247
+ --cds-field-02: #393939;
36248
+ --cds-field-03: #525252;
36249
+ --cds-field-hover-01: #333333;
36250
+ --cds-field-hover-02: #474747;
36251
+ --cds-field-hover-03: #636363;
36252
+ --cds-focus: #ffffff;
36253
+ --cds-focus-inset: #161616;
36254
+ --cds-focus-inverse: #0f62fe;
36255
+ --cds-highlight: #002d9c;
36256
+ --cds-icon-disabled: rgba(244, 244, 244, 0.25);
36257
+ --cds-icon-interactive: #ffffff;
36258
+ --cds-icon-inverse: #161616;
36259
+ --cds-icon-on-color: #ffffff;
36260
+ --cds-icon-on-color-disabled: rgba(255, 255, 255, 0.25);
36261
+ --cds-icon-primary: #f4f4f4;
36262
+ --cds-icon-secondary: #c6c6c6;
36263
+ --cds-interactive: #4589ff;
36264
+ --cds-layer-01: #262626;
36265
+ --cds-layer-02: #393939;
36266
+ --cds-layer-03: #525252;
36267
+ --cds-layer-accent-01: #393939;
36268
+ --cds-layer-accent-02: #525252;
36269
+ --cds-layer-accent-03: #6f6f6f;
36270
+ --cds-layer-accent-active-01: #6f6f6f;
36271
+ --cds-layer-accent-active-02: #8d8d8d;
36272
+ --cds-layer-accent-active-03: #393939;
36273
+ --cds-layer-accent-hover-01: #474747;
36274
+ --cds-layer-accent-hover-02: #636363;
36275
+ --cds-layer-accent-hover-03: #5e5e5e;
36276
+ --cds-layer-active-01: #525252;
36277
+ --cds-layer-active-02: #6f6f6f;
36278
+ --cds-layer-active-03: #8d8d8d;
36279
+ --cds-layer-hover-01: #333333;
36280
+ --cds-layer-hover-02: #474747;
36281
+ --cds-layer-hover-03: #636363;
36282
+ --cds-layer-selected-01: #393939;
36283
+ --cds-layer-selected-02: #525252;
36284
+ --cds-layer-selected-03: #6f6f6f;
36285
+ --cds-layer-selected-disabled: #a8a8a8;
36286
+ --cds-layer-selected-hover-01: #474747;
36287
+ --cds-layer-selected-hover-02: #636363;
36288
+ --cds-layer-selected-hover-03: #5e5e5e;
36289
+ --cds-layer-selected-inverse: #f4f4f4;
36290
+ --cds-link-inverse: #0f62fe;
36291
+ --cds-link-inverse-active: #161616;
36292
+ --cds-link-inverse-hover: #0043ce;
36293
+ --cds-link-primary: #78a9ff;
36294
+ --cds-link-primary-hover: #a6c8ff;
36295
+ --cds-link-secondary: #a6c8ff;
36296
+ --cds-link-visited: #be95ff;
36297
+ --cds-overlay: rgba(0, 0, 0, 0.65);
36298
+ --cds-shadow: rgba(0, 0, 0, 0.8);
36299
+ --cds-skeleton-background: #292929;
36300
+ --cds-skeleton-element: #393939;
36301
+ --cds-slug-background: #c6c6c6;
36302
+ --cds-slug-background-hover: #e0e0e0;
36303
+ --cds-slug-callout-aura-end: rgba(0, 0, 0, 0);
36304
+ --cds-slug-callout-aura-end-hover-01: rgba(22, 22, 22, 0);
36305
+ --cds-slug-callout-aura-end-hover-02: transparent;
36306
+ --cds-slug-callout-aura-end-selected: rgba(22, 22, 22, 0);
36307
+ --cds-slug-callout-aura-start: rgba(69, 137, 255, 0.1);
36308
+ --cds-slug-callout-aura-start-hover-01: rgba(184, 211, 255, 0.3);
36309
+ --cds-slug-callout-aura-start-hover-02: transparent;
36310
+ --cds-slug-callout-aura-start-selected: rgba(208, 226, 255, 0.2);
36311
+ --cds-slug-callout-caret-bottom: #3d4655;
36312
+ --cds-slug-callout-caret-bottom-background: #213250;
36313
+ --cds-slug-callout-caret-bottom-background-actions: #192436;
36314
+ --cds-slug-callout-caret-center: #3f68af;
36315
+ --cds-slug-callout-gradient-bottom: rgba(38, 38, 38, 0.85);
36316
+ --cds-slug-callout-gradient-bottom-hover: rgba(71, 71, 71, 0.55);
36317
+ --cds-slug-callout-gradient-bottom-selected: rgba(71, 71, 71, 0.85);
36318
+ --cds-slug-callout-gradient-top: rgba(22, 22, 22, 0.85);
36319
+ --cds-slug-callout-gradient-top-hover: rgba(57, 57, 57, 0.55);
36320
+ --cds-slug-callout-gradient-top-selected: rgba(57, 57, 57, 0.85);
36321
+ --cds-slug-callout-shadow-outer-01: rgba(0, 45, 156, 0.25);
36322
+ --cds-slug-callout-shadow-outer-02: rgba(0, 0, 0, 0.65);
36323
+ --cds-slug-gradient: #8d8d8d linear-gradient(135deg, #f4f4f4 0%, rgba(255, 255, 255, 0) 100%);
36324
+ --cds-slug-gradient-hover: #a8a8a8 linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
36325
+ --cds-slug-hollow-hover: #b5b5b5;
36326
+ --cds-support-caution-major: #ff832b;
36327
+ --cds-support-caution-minor: #f1c21b;
36328
+ --cds-support-caution-undefined: #a56eff;
36329
+ --cds-support-error: #fa4d56;
36330
+ --cds-support-error-inverse: #da1e28;
36331
+ --cds-support-info: #4589ff;
36332
+ --cds-support-info-inverse: #0043ce;
36333
+ --cds-support-success: #42be65;
36334
+ --cds-support-success-inverse: #24a148;
36335
+ --cds-support-warning: #f1c21b;
36336
+ --cds-support-warning-inverse: #f1c21b;
36337
+ --cds-text-disabled: rgba(244, 244, 244, 0.25);
36338
+ --cds-text-error: #ff8389;
36339
+ --cds-text-helper: #a8a8a8;
36340
+ --cds-text-inverse: #161616;
36341
+ --cds-text-on-color: #ffffff;
36342
+ --cds-text-on-color-disabled: rgba(255, 255, 255, 0.25);
36343
+ --cds-text-placeholder: rgba(244, 244, 244, 0.4);
36344
+ --cds-text-primary: #f4f4f4;
36345
+ --cds-text-secondary: #c6c6c6;
36346
+ --cds-toggle-off: #6f6f6f;
36347
+ --cds-spacing-01: 0.125rem;
36348
+ --cds-spacing-02: 0.25rem;
36349
+ --cds-spacing-03: 0.5rem;
36350
+ --cds-spacing-04: 0.75rem;
36351
+ --cds-spacing-05: 1rem;
36352
+ --cds-spacing-06: 1.5rem;
36353
+ --cds-spacing-07: 2rem;
36354
+ --cds-spacing-08: 2.5rem;
36355
+ --cds-spacing-09: 3rem;
36356
+ --cds-spacing-10: 4rem;
36357
+ --cds-spacing-11: 5rem;
36358
+ --cds-spacing-12: 6rem;
36359
+ --cds-spacing-13: 10rem;
36360
+ --cds-fluid-spacing-01: 0;
36361
+ --cds-fluid-spacing-02: 2vw;
36362
+ --cds-fluid-spacing-03: 5vw;
36363
+ --cds-fluid-spacing-04: 10vw;
36364
+ --cds-caption-01-font-size: 0.75rem;
36365
+ --cds-caption-01-font-weight: 400;
36366
+ --cds-caption-01-line-height: 1.33333;
36367
+ --cds-caption-01-letter-spacing: 0.32px;
36368
+ --cds-caption-02-font-size: 0.875rem;
36369
+ --cds-caption-02-font-weight: 400;
36370
+ --cds-caption-02-line-height: 1.28572;
36371
+ --cds-caption-02-letter-spacing: 0.32px;
36372
+ --cds-label-01-font-size: 0.75rem;
36373
+ --cds-label-01-font-weight: 400;
36374
+ --cds-label-01-line-height: 1.33333;
36375
+ --cds-label-01-letter-spacing: 0.32px;
36376
+ --cds-label-02-font-size: 0.875rem;
36377
+ --cds-label-02-font-weight: 400;
36378
+ --cds-label-02-line-height: 1.28572;
36379
+ --cds-label-02-letter-spacing: 0.16px;
36380
+ --cds-helper-text-01-font-size: 0.75rem;
36381
+ --cds-helper-text-01-line-height: 1.33333;
36382
+ --cds-helper-text-01-letter-spacing: 0.32px;
36383
+ --cds-helper-text-02-font-size: 0.875rem;
36384
+ --cds-helper-text-02-font-weight: 400;
36385
+ --cds-helper-text-02-line-height: 1.28572;
36386
+ --cds-helper-text-02-letter-spacing: 0.16px;
36387
+ --cds-body-short-01-font-size: 0.875rem;
36388
+ --cds-body-short-01-font-weight: 400;
36389
+ --cds-body-short-01-line-height: 1.28572;
36390
+ --cds-body-short-01-letter-spacing: 0.16px;
36391
+ --cds-body-short-02-font-size: 1rem;
36392
+ --cds-body-short-02-font-weight: 400;
36393
+ --cds-body-short-02-line-height: 1.375;
36394
+ --cds-body-short-02-letter-spacing: 0;
36395
+ --cds-body-long-01-font-size: 0.875rem;
36396
+ --cds-body-long-01-font-weight: 400;
36397
+ --cds-body-long-01-line-height: 1.42857;
36398
+ --cds-body-long-01-letter-spacing: 0.16px;
36399
+ --cds-body-long-02-font-size: 1rem;
36400
+ --cds-body-long-02-font-weight: 400;
36401
+ --cds-body-long-02-line-height: 1.5;
36402
+ --cds-body-long-02-letter-spacing: 0;
36403
+ --cds-code-01-font-family: 'IBM Plex Mono', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', monospace;
36404
+ --cds-code-01-font-size: 0.75rem;
36405
+ --cds-code-01-font-weight: 400;
36406
+ --cds-code-01-line-height: 1.33333;
36407
+ --cds-code-01-letter-spacing: 0.32px;
36408
+ --cds-code-02-font-family: 'IBM Plex Mono', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', monospace;
36409
+ --cds-code-02-font-size: 0.875rem;
36410
+ --cds-code-02-font-weight: 400;
36411
+ --cds-code-02-line-height: 1.42857;
36412
+ --cds-code-02-letter-spacing: 0.32px;
36413
+ --cds-heading-01-font-size: 0.875rem;
36414
+ --cds-heading-01-font-weight: 600;
36415
+ --cds-heading-01-line-height: 1.42857;
36416
+ --cds-heading-01-letter-spacing: 0.16px;
36417
+ --cds-heading-02-font-size: 1rem;
36418
+ --cds-heading-02-font-weight: 600;
36419
+ --cds-heading-02-line-height: 1.5;
36420
+ --cds-heading-02-letter-spacing: 0;
36421
+ --cds-productive-heading-01-font-size: 0.875rem;
36422
+ --cds-productive-heading-01-font-weight: 600;
36423
+ --cds-productive-heading-01-line-height: 1.28572;
36424
+ --cds-productive-heading-01-letter-spacing: 0.16px;
36425
+ --cds-productive-heading-02-font-size: 1rem;
36426
+ --cds-productive-heading-02-font-weight: 600;
36427
+ --cds-productive-heading-02-line-height: 1.375;
36428
+ --cds-productive-heading-02-letter-spacing: 0;
36429
+ --cds-productive-heading-03-font-size: 1.25rem;
36430
+ --cds-productive-heading-03-font-weight: 400;
36431
+ --cds-productive-heading-03-line-height: 1.4;
36432
+ --cds-productive-heading-03-letter-spacing: 0;
36433
+ --cds-productive-heading-04-font-size: 1.75rem;
36434
+ --cds-productive-heading-04-font-weight: 400;
36435
+ --cds-productive-heading-04-line-height: 1.28572;
36436
+ --cds-productive-heading-04-letter-spacing: 0;
36437
+ --cds-productive-heading-05-font-size: 2rem;
36438
+ --cds-productive-heading-05-font-weight: 400;
36439
+ --cds-productive-heading-05-line-height: 1.25;
36440
+ --cds-productive-heading-05-letter-spacing: 0;
36441
+ --cds-productive-heading-06-font-size: 2.625rem;
36442
+ --cds-productive-heading-06-font-weight: 300;
36443
+ --cds-productive-heading-06-line-height: 1.199;
36444
+ --cds-productive-heading-06-letter-spacing: 0;
36445
+ --cds-productive-heading-07-font-size: 3.375rem;
36446
+ --cds-productive-heading-07-font-weight: 300;
36447
+ --cds-productive-heading-07-line-height: 1.19;
36448
+ --cds-productive-heading-07-letter-spacing: 0;
36449
+ --cds-expressive-paragraph-01-font-size: 1.5rem;
36450
+ --cds-expressive-paragraph-01-font-weight: 300;
36451
+ --cds-expressive-paragraph-01-line-height: 1.334;
36452
+ --cds-expressive-paragraph-01-letter-spacing: 0;
36453
+ --cds-expressive-heading-01-font-size: 0.875rem;
36454
+ --cds-expressive-heading-01-font-weight: 600;
36455
+ --cds-expressive-heading-01-line-height: 1.42857;
36456
+ --cds-expressive-heading-01-letter-spacing: 0.16px;
36457
+ --cds-expressive-heading-02-font-size: 1rem;
36458
+ --cds-expressive-heading-02-font-weight: 600;
36459
+ --cds-expressive-heading-02-line-height: 1.5;
36460
+ --cds-expressive-heading-02-letter-spacing: 0;
36461
+ --cds-expressive-heading-03-font-size: 1.25rem;
36462
+ --cds-expressive-heading-03-font-weight: 400;
36463
+ --cds-expressive-heading-03-line-height: 1.4;
36464
+ --cds-expressive-heading-03-letter-spacing: 0;
36465
+ --cds-expressive-heading-04-font-size: 1.75rem;
36466
+ --cds-expressive-heading-04-font-weight: 400;
36467
+ --cds-expressive-heading-04-line-height: 1.28572;
36468
+ --cds-expressive-heading-04-letter-spacing: 0;
36469
+ --cds-expressive-heading-05-font-size: 2rem;
36470
+ --cds-expressive-heading-05-font-weight: 400;
36471
+ --cds-expressive-heading-05-line-height: 1.25;
36472
+ --cds-expressive-heading-05-letter-spacing: 0;
36473
+ --cds-expressive-heading-06-font-size: 2rem;
36474
+ --cds-expressive-heading-06-font-weight: 600;
36475
+ --cds-expressive-heading-06-line-height: 1.25;
36476
+ --cds-expressive-heading-06-letter-spacing: 0;
36477
+ --cds-quotation-01-font-family: 'IBM Plex Serif', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', serif;
36478
+ --cds-quotation-01-font-size: 1.25rem;
36479
+ --cds-quotation-01-font-weight: 400;
36480
+ --cds-quotation-01-line-height: 1.3;
36481
+ --cds-quotation-01-letter-spacing: 0;
36482
+ --cds-quotation-02-font-family: 'IBM Plex Serif', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', serif;
36483
+ --cds-quotation-02-font-size: 2rem;
36484
+ --cds-quotation-02-font-weight: 300;
36485
+ --cds-quotation-02-line-height: 1.25;
36486
+ --cds-quotation-02-letter-spacing: 0;
36487
+ --cds-display-01-font-size: 2.625rem;
36488
+ --cds-display-01-font-weight: 300;
36489
+ --cds-display-01-line-height: 1.19;
36490
+ --cds-display-01-letter-spacing: 0;
36491
+ --cds-display-02-font-size: 2.625rem;
36492
+ --cds-display-02-font-weight: 600;
36493
+ --cds-display-02-line-height: 1.19;
36494
+ --cds-display-02-letter-spacing: 0;
36495
+ --cds-display-03-font-size: 2.625rem;
36496
+ --cds-display-03-font-weight: 300;
36497
+ --cds-display-03-line-height: 1.19;
36498
+ --cds-display-03-letter-spacing: 0;
36499
+ --cds-display-04-font-size: 2.625rem;
36500
+ --cds-display-04-font-weight: 300;
36501
+ --cds-display-04-line-height: 1.19;
36502
+ --cds-display-04-letter-spacing: 0;
36503
+ --cds-legal-01-font-size: 0.75rem;
36504
+ --cds-legal-01-font-weight: 400;
36505
+ --cds-legal-01-line-height: 1.33333;
36506
+ --cds-legal-01-letter-spacing: 0.32px;
36507
+ --cds-legal-02-font-size: 0.875rem;
36508
+ --cds-legal-02-font-weight: 400;
36509
+ --cds-legal-02-line-height: 1.28572;
36510
+ --cds-legal-02-letter-spacing: 0.16px;
36511
+ --cds-body-compact-01-font-size: 0.875rem;
36512
+ --cds-body-compact-01-font-weight: 400;
36513
+ --cds-body-compact-01-line-height: 1.28572;
36514
+ --cds-body-compact-01-letter-spacing: 0.16px;
36515
+ --cds-body-compact-02-font-size: 1rem;
36516
+ --cds-body-compact-02-font-weight: 400;
36517
+ --cds-body-compact-02-line-height: 1.375;
36518
+ --cds-body-compact-02-letter-spacing: 0;
36519
+ --cds-heading-compact-01-font-size: 0.875rem;
36520
+ --cds-heading-compact-01-font-weight: 600;
36521
+ --cds-heading-compact-01-line-height: 1.28572;
36522
+ --cds-heading-compact-01-letter-spacing: 0.16px;
36523
+ --cds-heading-compact-02-font-size: 1rem;
36524
+ --cds-heading-compact-02-font-weight: 600;
36525
+ --cds-heading-compact-02-line-height: 1.375;
36526
+ --cds-heading-compact-02-letter-spacing: 0;
36527
+ --cds-body-01-font-size: 0.875rem;
36528
+ --cds-body-01-font-weight: 400;
36529
+ --cds-body-01-line-height: 1.42857;
36530
+ --cds-body-01-letter-spacing: 0.16px;
36531
+ --cds-body-02-font-size: 1rem;
36532
+ --cds-body-02-font-weight: 400;
36533
+ --cds-body-02-line-height: 1.5;
36534
+ --cds-body-02-letter-spacing: 0;
36535
+ --cds-heading-03-font-size: 1.25rem;
36536
+ --cds-heading-03-font-weight: 400;
36537
+ --cds-heading-03-line-height: 1.4;
36538
+ --cds-heading-03-letter-spacing: 0;
36539
+ --cds-heading-04-font-size: 1.75rem;
36540
+ --cds-heading-04-font-weight: 400;
36541
+ --cds-heading-04-line-height: 1.28572;
36542
+ --cds-heading-04-letter-spacing: 0;
36543
+ --cds-heading-05-font-size: 2rem;
36544
+ --cds-heading-05-font-weight: 400;
36545
+ --cds-heading-05-line-height: 1.25;
36546
+ --cds-heading-05-letter-spacing: 0;
36547
+ --cds-heading-06-font-size: 2.625rem;
36548
+ --cds-heading-06-font-weight: 300;
36549
+ --cds-heading-06-line-height: 1.199;
36550
+ --cds-heading-06-letter-spacing: 0;
36551
+ --cds-heading-07-font-size: 3.375rem;
36552
+ --cds-heading-07-font-weight: 300;
36553
+ --cds-heading-07-line-height: 1.19;
36554
+ --cds-heading-07-letter-spacing: 0;
36555
+ --cds-fluid-heading-03-font-size: 1.25rem;
36556
+ --cds-fluid-heading-03-font-weight: 400;
36557
+ --cds-fluid-heading-03-line-height: 1.4;
36558
+ --cds-fluid-heading-03-letter-spacing: 0;
36559
+ --cds-fluid-heading-04-font-size: 1.75rem;
36560
+ --cds-fluid-heading-04-font-weight: 400;
36561
+ --cds-fluid-heading-04-line-height: 1.28572;
36562
+ --cds-fluid-heading-04-letter-spacing: 0;
36563
+ --cds-fluid-heading-05-font-size: 2rem;
36564
+ --cds-fluid-heading-05-font-weight: 400;
36565
+ --cds-fluid-heading-05-line-height: 1.25;
36566
+ --cds-fluid-heading-05-letter-spacing: 0;
36567
+ --cds-fluid-heading-06-font-size: 2rem;
36568
+ --cds-fluid-heading-06-font-weight: 600;
36569
+ --cds-fluid-heading-06-line-height: 1.25;
36570
+ --cds-fluid-heading-06-letter-spacing: 0;
36571
+ --cds-fluid-paragraph-01-font-size: 1.5rem;
36572
+ --cds-fluid-paragraph-01-font-weight: 300;
36573
+ --cds-fluid-paragraph-01-line-height: 1.334;
36574
+ --cds-fluid-paragraph-01-letter-spacing: 0;
36575
+ --cds-fluid-quotation-01-font-family: 'IBM Plex Serif', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', serif;
36576
+ --cds-fluid-quotation-01-font-size: 1.25rem;
36577
+ --cds-fluid-quotation-01-font-weight: 400;
36578
+ --cds-fluid-quotation-01-line-height: 1.3;
36579
+ --cds-fluid-quotation-01-letter-spacing: 0;
36580
+ --cds-fluid-quotation-02-font-family: 'IBM Plex Serif', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', serif;
36581
+ --cds-fluid-quotation-02-font-size: 2rem;
36582
+ --cds-fluid-quotation-02-font-weight: 300;
36583
+ --cds-fluid-quotation-02-line-height: 1.25;
36584
+ --cds-fluid-quotation-02-letter-spacing: 0;
36585
+ --cds-fluid-display-01-font-size: 2.625rem;
36586
+ --cds-fluid-display-01-font-weight: 300;
36587
+ --cds-fluid-display-01-line-height: 1.19;
36588
+ --cds-fluid-display-01-letter-spacing: 0;
36589
+ --cds-fluid-display-02-font-size: 2.625rem;
36590
+ --cds-fluid-display-02-font-weight: 600;
36591
+ --cds-fluid-display-02-line-height: 1.19;
36592
+ --cds-fluid-display-02-letter-spacing: 0;
36593
+ --cds-fluid-display-03-font-size: 2.625rem;
36594
+ --cds-fluid-display-03-font-weight: 300;
36595
+ --cds-fluid-display-03-line-height: 1.19;
36596
+ --cds-fluid-display-03-letter-spacing: 0;
36597
+ --cds-fluid-display-04-font-size: 2.625rem;
36598
+ --cds-fluid-display-04-font-weight: 300;
36599
+ --cds-fluid-display-04-line-height: 1.19;
36600
+ --cds-fluid-display-04-letter-spacing: 0;
36601
+ --cds-true: ;
36602
+ --cds-button-separator: #161616;
36603
+ --cds-button-primary: #0f62fe;
36604
+ --cds-button-secondary: #6f6f6f;
36605
+ --cds-button-tertiary: #ffffff;
36606
+ --cds-button-danger-primary: #da1e28;
36607
+ --cds-button-danger-secondary: #fa4d56;
36608
+ --cds-button-danger-active: #750e13;
36609
+ --cds-button-primary-active: #002d9c;
36610
+ --cds-button-secondary-active: #393939;
36611
+ --cds-button-tertiary-active: #c6c6c6;
36612
+ --cds-button-danger-hover: #b81921;
36613
+ --cds-button-primary-hover: #0050e6;
36614
+ --cds-button-secondary-hover: #5e5e5e;
36615
+ --cds-button-tertiary-hover: #f4f4f4;
36616
+ --cds-button-disabled: rgba(141, 141, 141, 0.3);
36617
+ --cds-tag-background-red: #a2191f;
36618
+ --cds-tag-color-red: #ffd7d9;
36619
+ --cds-tag-hover-red: #c21e25;
36620
+ --cds-tag-background-magenta: #9f1853;
36621
+ --cds-tag-color-magenta: #ffd6e8;
36622
+ --cds-tag-hover-magenta: #bf1d63;
36623
+ --cds-tag-background-purple: #6929c4;
36624
+ --cds-tag-color-purple: #e8daff;
36625
+ --cds-tag-hover-purple: #7c3dd6;
36626
+ --cds-tag-background-blue: #0043ce;
36627
+ --cds-tag-color-blue: #d0e2ff;
36628
+ --cds-tag-hover-blue: #0053ff;
36629
+ --cds-tag-background-cyan: #00539a;
36630
+ --cds-tag-color-cyan: #bae6ff;
36631
+ --cds-tag-hover-cyan: #0066bd;
36632
+ --cds-tag-background-teal: #005d5d;
36633
+ --cds-tag-color-teal: #9ef0f0;
36634
+ --cds-tag-hover-teal: #007070;
36635
+ --cds-tag-background-green: #0e6027;
36636
+ --cds-tag-color-green: #a7f0ba;
36637
+ --cds-tag-hover-green: #11742f;
36638
+ --cds-tag-background-gray: #525252;
36639
+ --cds-tag-color-gray: #e0e0e0;
36640
+ --cds-tag-hover-gray: #636363;
36641
+ --cds-tag-background-cool-gray: #4d5358;
36642
+ --cds-tag-color-cool-gray: #dde1e6;
36643
+ --cds-tag-hover-cool-gray: #5d646a;
36644
+ --cds-tag-background-warm-gray: #565151;
36645
+ --cds-tag-color-warm-gray: #e5e0df;
36646
+ --cds-tag-hover-warm-gray: #696363;
36647
+ --cds-notification-background-error: #262626;
36648
+ --cds-notification-background-success: #262626;
36649
+ --cds-notification-background-info: #262626;
36650
+ --cds-notification-background-warning: #262626;
36651
+ --cds-notification-action-hover: var(--cds-layer-hover);
36652
+ --cds-notification-action-tertiary-inverse: #0f62fe;
36653
+ --cds-notification-action-tertiary-inverse-active: #002d9c;
36654
+ --cds-notification-action-tertiary-inverse-hover: #0050e6;
36655
+ --cds-notification-action-tertiary-inverse-text: #ffffff;
36656
+ --cds-notification-action-tertiary-inverse-text-on-color-disabled: #8d8d8d;
36657
+ --cds-layer: var(--cds-layer-01, #f4f4f4);
36658
+ --cds-layer-active: var(--cds-layer-active-01, #c6c6c6);
36659
+ --cds-layer-hover: var(--cds-layer-hover-01, #e8e8e8);
36660
+ --cds-layer-selected: var(--cds-layer-selected-01, #e0e0e0);
36661
+ --cds-layer-selected-hover: var(--cds-layer-selected-hover-01, #d1d1d1);
36662
+ --cds-layer-accent: var(--cds-layer-accent-01, #e0e0e0);
36663
+ --cds-layer-accent-hover: var(--cds-layer-accent-hover-01, #d1d1d1);
36664
+ --cds-layer-accent-active: var(--cds-layer-accent-active-01, #a8a8a8);
36665
+ --cds-field: var(--cds-field-01, #f4f4f4);
36666
+ --cds-field-hover: var(--cds-field-hover-01, #e8e8e8);
36667
+ --cds-border-subtle: var(--cds-border-subtle-00, #e0e0e0);
36668
+ --cds-border-subtle-selected: var(--cds-border-subtle-selected-01, #c6c6c6);
36669
+ --cds-border-strong: var(--cds-border-strong-01, #8d8d8d);
36670
+ --cds-border-tile: var(--cds-border-tile-01, #c6c6c6);
36671
+ }
36672
+
36673
+ .c4p--decorator {
36674
+ display: inline-flex;
36675
+ max-width: 100%;
36676
+ align-items: normal;
36677
+ border-radius: 6rem;
36678
+ }
36679
+
36680
+ .c4p--decorator .c4p--decorator__label {
36681
+ font-size: var(--cds-label-01-font-size, 0.75rem);
36682
+ font-weight: var(--cds-label-01-font-weight, 400);
36683
+ line-height: var(--cds-label-01-line-height, 1.33333);
36684
+ letter-spacing: var(--cds-label-01-letter-spacing, 0.32px);
36685
+ position: relative;
36686
+ display: inline-flex;
36687
+ height: 1.5rem;
36688
+ align-items: normal;
36689
+ padding: 0 0.5rem;
36690
+ border-width: 0.0625rem 0 0.0625rem 0.0625rem;
36691
+ border-style: solid;
36692
+ border-color: var(--cds-border-subtle-02, #e0e0e0);
36693
+ border-radius: 6rem 0 0 6rem;
36694
+ background-color: var(--cds-layer-01, #f4f4f4);
36695
+ color: var(--cds-text-secondary, #525252);
36696
+ line-height: 1.8;
36697
+ }
36698
+
36699
+ .c4p--decorator .c4p--decorator__value {
36700
+ font-size: var(--cds-label-01-font-size, 0.75rem);
36701
+ font-weight: var(--cds-label-01-font-weight, 400);
36702
+ line-height: var(--cds-label-01-line-height, 1.33333);
36703
+ letter-spacing: var(--cds-label-01-letter-spacing, 0.32px);
36704
+ position: relative;
36705
+ display: inline-flex;
36706
+ overflow: hidden;
36707
+ height: 1.5rem;
36708
+ align-items: normal;
36709
+ padding: 0 0.5rem;
36710
+ border-width: 0.0625rem 0.0625rem 0.0625rem 0;
36711
+ border-style: solid;
36712
+ border-color: var(--cds-border-subtle-02, #e0e0e0);
36713
+ border-radius: 0 6rem 6rem 0;
36714
+ background-color: var(--cds-layer-01, #f4f4f4);
36715
+ color: var(--cds-text-primary, #161616);
36716
+ line-height: 1.8;
36717
+ }
36718
+
36719
+ .c4p--decorator .c4p--decorator-icon {
36720
+ margin-top: 0.1875rem;
36721
+ margin-right: 0.25rem;
36722
+ }
36723
+
36724
+ .c4p--decorator--default .c4p--decorator__value::after {
36725
+ position: absolute;
36726
+ top: 0;
36727
+ bottom: 0;
36728
+ left: 0;
36729
+ border-left: 1px solid var(--cds-border-subtle-02, #e0e0e0);
36730
+ content: "";
36731
+ }
36732
+
36733
+ .c4p--decorator--link {
36734
+ cursor: pointer;
36735
+ text-decoration: none;
36736
+ }
36737
+
36738
+ .c4p--decorator--link .c4p--decorator__label {
36739
+ background-color: var(--cds-layer-02, #ffffff);
36740
+ }
36741
+
36742
+ .c4p--decorator--link .c4p--decorator__value {
36743
+ background-color: var(--cds-layer-02, #ffffff);
36744
+ color: var(--cds-link-primary, #0f62fe);
36745
+ }
36746
+ .c4p--decorator--link .c4p--decorator__value::after {
36747
+ position: absolute;
36748
+ top: 0;
36749
+ bottom: 0;
36750
+ left: 0;
36751
+ border-left: 1px solid var(--cds-border-subtle-02, #e0e0e0);
36752
+ content: "";
36753
+ }
36754
+
36755
+ .c4p--decorator--link:hover .c4p--decorator__value {
36756
+ color: var(--cds-link-primary-hover, #0043ce);
36757
+ text-decoration: underline;
36758
+ }
36759
+
36760
+ .c4p--decorator--link:focus {
36761
+ text-decoration: none;
36762
+ }
36763
+
36764
+ .c4p--decorator--link:focus .c4p--decorator__value {
36765
+ border-color: var(--cds-focus, #0f62fe);
36766
+ }
36767
+ .c4p--decorator--link:focus .c4p--decorator__value::after {
36768
+ position: absolute;
36769
+ top: 0;
36770
+ bottom: 0;
36771
+ left: 0;
36772
+ border-left: 1px solid var(--cds-focus, #0f62fe);
36773
+ content: "";
36774
+ }
36775
+
36776
+ .c4p--decorator--link:active .c4p--decorator__value {
36777
+ color: var(--cds-text-primary, #161616);
36778
+ }
36779
+
36780
+ .c4p--decorator--button:not(.c4p--decorator-disabled) {
36781
+ display: flex;
36782
+ padding: 0;
36783
+ border: 0;
36784
+ cursor: pointer;
36785
+ }
36786
+
36787
+ .c4p--decorator--button:not(.c4p--decorator-disabled) .c4p--decorator__label {
36788
+ background-color: var(--cds-layer-02, #ffffff);
36789
+ }
36790
+
36791
+ .c4p--decorator--button:not(.c4p--decorator-disabled) .c4p--decorator__value {
36792
+ background-color: var(--cds-layer-02, #ffffff);
36793
+ }
36794
+ .c4p--decorator--button:not(.c4p--decorator-disabled) .c4p--decorator__value::after {
36795
+ position: absolute;
36796
+ top: 0;
36797
+ bottom: 0;
36798
+ left: 0;
36799
+ border-left: 1px solid var(--cds-border-subtle-02, #e0e0e0);
36800
+ content: "";
36801
+ }
36802
+
36803
+ .c4p--decorator--button:not(.c4p--decorator-disabled):hover .c4p--decorator__label {
36804
+ border-color: var(--cds-border-strong);
36805
+ background-color: var(--cds-layer-hover-02, #e8e8e8);
36806
+ }
36807
+
36808
+ .c4p--decorator--button:not(.c4p--decorator-disabled):hover .c4p--decorator__value {
36809
+ border-color: var(--cds-border-strong);
36810
+ background-color: var(--cds-layer-hover-02, #e8e8e8);
36811
+ }
36812
+ .c4p--decorator--button:not(.c4p--decorator-disabled):hover .c4p--decorator__value::after {
36813
+ position: absolute;
36814
+ top: 0;
36815
+ bottom: 0;
36816
+ left: 0;
36817
+ border-left: 1px solid var(--cds-border-strong);
36818
+ content: "";
36819
+ }
36820
+
36821
+ .c4p--decorator--button:not(.c4p--decorator-disabled):focus {
36822
+ outline: none;
36823
+ }
36824
+
36825
+ .c4p--decorator--button:not(.c4p--decorator-disabled):focus .c4p--decorator__label {
36826
+ border-color: var(--cds-focus, #0f62fe);
36827
+ background-color: var(--cds-layer-02, #ffffff);
36828
+ }
36829
+
36830
+ .c4p--decorator--button:not(.c4p--decorator-disabled):focus .c4p--decorator__value {
36831
+ border-color: var(--cds-focus, #0f62fe);
36832
+ background-color: var(--cds-layer-02, #ffffff);
36833
+ }
36834
+ .c4p--decorator--button:not(.c4p--decorator-disabled):focus .c4p--decorator__value::after {
36835
+ position: absolute;
36836
+ top: 0;
36837
+ bottom: 0;
36838
+ left: 0;
36839
+ border-left: 1px solid var(--cds-border-subtle-02, #e0e0e0);
36840
+ content: "";
36841
+ }
36842
+
36843
+ .c4p--decorator--button:not(.c4p--decorator-disabled):active .c4p--decorator__label {
36844
+ background-color: var(--cds-layer-selected-02, #e0e0e0);
36845
+ }
36846
+
36847
+ .c4p--decorator--button:not(.c4p--decorator-disabled):active .c4p--decorator__value {
36848
+ background-color: var(--cds-layer-selected-02, #e0e0e0);
36849
+ }
36850
+ .c4p--decorator--button:not(.c4p--decorator-disabled):active .c4p--decorator__value::after {
36851
+ position: absolute;
36852
+ top: 0;
36853
+ bottom: 0;
36854
+ left: 0;
36855
+ border-left: 1px solid var(--cds-border-subtle-02, #e0e0e0);
36856
+ content: "";
36857
+ }
36858
+
36859
+ .c4p--decorator--button.c4p--decorator-disabled {
36860
+ padding: 0;
36861
+ border: 0;
36862
+ cursor: not-allowed;
36863
+ }
36864
+
36865
+ .c4p--decorator--button.c4p--decorator-disabled .c4p--decorator__label {
36866
+ background-color: var(--cds-layer-02, #ffffff);
36867
+ color: var(--cds-icon-on-color-disabled, #8d8d8d);
36868
+ }
36869
+
36870
+ .c4p--decorator--button.c4p--decorator-disabled .c4p--decorator__value {
36871
+ background-color: var(--cds-layer-02, #ffffff);
36872
+ color: var(--cds-icon-on-color-disabled, #8d8d8d);
36873
+ }
36874
+ .c4p--decorator--button.c4p--decorator-disabled .c4p--decorator__value::after {
36875
+ position: absolute;
36876
+ top: 0;
36877
+ bottom: 0;
36878
+ left: 0;
36879
+ border-left: 1px solid var(--cds-border-subtle-02, #e0e0e0);
36880
+ content: "";
36881
+ }
36882
+
36883
+ .c4p--decorator--buttons:not(.c4p--decorator-disabled) .c4p--decorator__label {
36884
+ background-color: var(--cds-layer-02, #ffffff);
36885
+ cursor: pointer;
36886
+ }
36887
+
36888
+ .c4p--decorator--buttons:not(.c4p--decorator-disabled):not(:hover) .c4p--decorator__value::after {
36889
+ position: absolute;
36890
+ top: 0;
36891
+ bottom: 0;
36892
+ left: 0;
36893
+ border-left: 1px solid var(--cds-border-subtle-02, #e0e0e0);
36894
+ content: "";
36895
+ }
36896
+
36897
+ .c4p--decorator--buttons:not(.c4p--decorator-disabled) .c4p--decorator__value {
36898
+ background-color: var(--cds-layer-02, #ffffff);
36899
+ cursor: pointer;
36900
+ }
36901
+
36902
+ .c4p--decorator--buttons:not(.c4p--decorator-disabled) .c4p--decorator__label:hover {
36903
+ border-color: var(--cds-border-strong);
36904
+ background-color: var(--cds-layer-hover-02, #e8e8e8);
36905
+ }
36906
+ .c4p--decorator--buttons:not(.c4p--decorator-disabled) .c4p--decorator__label:hover::after {
36907
+ position: absolute;
36908
+ z-index: 1;
36909
+ top: -1px;
36910
+ right: -1px;
36911
+ bottom: -1px;
36912
+ border-right: 1px solid var(--cds-border-strong);
36913
+ content: "";
36914
+ }
36915
+
36916
+ .c4p--decorator--buttons:not(.c4p--decorator-disabled) .c4p--decorator__value:hover {
36917
+ border-color: var(--cds-border-strong);
36918
+ background-color: var(--cds-layer-hover-02, #e8e8e8);
36919
+ }
36920
+ .c4p--decorator--buttons:not(.c4p--decorator-disabled) .c4p--decorator__value:hover::after {
36921
+ position: absolute;
36922
+ top: 0;
36923
+ bottom: 0;
36924
+ left: 0;
36925
+ border-left: 1px solid var(--cds-border-strong);
36926
+ content: "";
36927
+ }
36928
+
36929
+ .c4p--decorator--buttons:not(.c4p--decorator-disabled) .c4p--decorator__label:focus {
36930
+ border-color: var(--cds-focus, #0f62fe);
36931
+ outline: none;
36932
+ }
36933
+ .c4p--decorator--buttons:not(.c4p--decorator-disabled) .c4p--decorator__label:focus::after {
36934
+ position: absolute;
36935
+ z-index: 1;
36936
+ top: -1px;
36937
+ right: -1px;
36938
+ bottom: -1px;
36939
+ border-right: 1px solid var(--cds-focus, #0f62fe);
36940
+ content: "";
36941
+ }
36942
+
36943
+ .c4p--decorator--buttons:not(.c4p--decorator-disabled) .c4p--decorator__value:focus {
36944
+ border-color: var(--cds-focus, #0f62fe);
36945
+ outline: none;
36946
+ }
36947
+ .c4p--decorator--buttons:not(.c4p--decorator-disabled) .c4p--decorator__value:focus::after {
36948
+ position: absolute;
36949
+ top: 0;
36950
+ bottom: 0;
36951
+ left: 0;
36952
+ border-left: 1px solid var(--cds-focus, #0f62fe);
36953
+ content: "";
36954
+ }
36955
+
36956
+ .c4p--decorator--buttons:not(.c4p--decorator-disabled) .c4p--decorator__label:active {
36957
+ background-color: var(--cds-layer-hover-02, #e8e8e8);
36958
+ }
36959
+
36960
+ .c4p--decorator--buttons:not(.c4p--decorator-disabled) .c4p--decorator__value:active {
36961
+ background-color: var(--cds-layer-hover-02, #e8e8e8);
36962
+ }
36963
+
36964
+ .c4p--decorator--buttons.c4p--decorator-disabled .c4p--decorator__label {
36965
+ background-color: var(--cds-layer-02, #ffffff);
36966
+ color: var(--cds-icon-on-color-disabled, #8d8d8d);
36967
+ }
36968
+
36969
+ .c4p--decorator--buttons.c4p--decorator-disabled .c4p--decorator__value {
36970
+ background-color: var(--cds-layer-02, #ffffff);
36971
+ color: var(--cds-icon-on-color-disabled, #8d8d8d);
36972
+ }
36973
+ .c4p--decorator--buttons.c4p--decorator-disabled .c4p--decorator__value::after {
36974
+ position: absolute;
36975
+ top: 0;
36976
+ bottom: 0;
36977
+ left: 0;
36978
+ border-left: 1px solid var(--cds-border-subtle-02, #e0e0e0);
36979
+ content: "";
36980
+ }
36981
+
36982
+ .c4p--decorator--sm .c4p--decorator__label {
36983
+ height: 1.125rem;
36984
+ padding: 0 0.25rem 0 0.5rem;
36985
+ line-height: 1.333;
36986
+ }
36987
+
36988
+ .c4p--decorator--sm .c4p--decorator__value {
36989
+ height: 1.125rem;
36990
+ padding: 0 0.5rem 0 calc(0.25rem + 1px);
36991
+ line-height: 1.333;
36992
+ }
36993
+
36994
+ .c4p--decorator--truncate-end .c4p--decorator__value {
36995
+ display: inline;
36996
+ overflow: hidden;
36997
+ text-overflow: ellipsis;
36998
+ white-space: nowrap;
36999
+ }
37000
+
37001
+ .c4p--decorator--truncate-start .c4p--decorator__value {
37002
+ display: inline;
37003
+ overflow: hidden;
37004
+ direction: rtl;
37005
+ text-overflow: ellipsis;
37006
+ white-space: nowrap;
37007
+ }
37008
+
37009
+ .c4p--decorator-icon__magnitude-unknown {
37010
+ fill: var(--cds-icon-secondary, #525252);
37011
+ }
37012
+
37013
+ .c4p--decorator-icon__magnitude-benign {
37014
+ fill: #007d79;
37015
+ }
37016
+
37017
+ .c4p--decorator-icon__magnitude-low {
37018
+ fill: var(--cds-support-warning, #f1c21b);
37019
+ }
37020
+
37021
+ .c4p--decorator-icon__magnitude-medium {
37022
+ fill: #ff832b;
37023
+ }
37024
+
37025
+ .c4p--decorator-icon__magnitude-high {
37026
+ fill: var(--cds-support-error, #da1e28);
37027
+ }
37028
+
37029
+ .c4p--decorator-icon__magnitude-critical {
37030
+ fill: var(--cds-support-error, #da1e28);
37031
+ }
37032
+
37033
+ .c4p--decorator-disabled svg {
37034
+ fill: var(--cds-icon-on-color-disabled, #8d8d8d);
37035
+ }
37036
+
37037
+ .c4p--decorator .c4p--decorator-icon--sm {
37038
+ width: 0.75rem;
37039
+ height: 0.75rem;
37040
+ margin-top: 0.15625rem;
37041
+ }
37042
+
37043
+ .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 {
37044
+ stroke: #8e6a00;
37045
+ stroke-width: 1px;
37046
+ }
37047
+ .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 {
37048
+ fill: #ba4e00;
37049
+ }
37050
+
37051
+ .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 {
37052
+ fill: #ff8389;
37053
+ }
37054
+ .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 {
37055
+ stroke: #ff8389;
37056
+ stroke-width: 0.03125rem;
37057
+ }
37058
+
37059
+ .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 {
37060
+ stroke: #8e6a00;
37061
+ stroke-width: 1px;
37062
+ }
37063
+ .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 {
37064
+ fill: #ba4e00;
37065
+ }
37066
+
37067
+ .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 {
37068
+ fill: #ff8389;
37069
+ }
37070
+ .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 {
37071
+ stroke: #ff8389;
37072
+ stroke-width: 0.03125rem;
37073
+ }
37074
+
37075
+ .c4p--description-list .cds--structured-list {
37076
+ margin-bottom: 2rem;
37077
+ }
37078
+
37079
+ .c4p--description-list .c4p--description-list__body .c4p--description-list__row {
37080
+ border-block-end-width: 0;
37081
+ border-block-start-width: 0;
37082
+ }
37083
+
37084
+ .c4p--description-list .cds--structured-list .c4p--description-list__body .c4p--description-list__row:first-child {
37085
+ border-block-start-width: 0;
37086
+ }
37087
+
37088
+ .c4p--description-list .cds--structured-list .c4p--description-list__body .c4p--description-list__row:last-child {
37089
+ border-block-end-width: 0;
37090
+ }
37091
+
37092
+ .c4p--description-list--bordered .c4p--description-list__body .c4p--description-list__row {
37093
+ border-block-start-width: 1px;
37094
+ }
37095
+
37096
+ .c4p--description-list .c4p--description-list__body .c4p--description-list__cell {
37097
+ font-size: var(--cds-body-01-font-size, 0.875rem);
37098
+ font-weight: var(--cds-body-01-font-weight, 400);
37099
+ line-height: var(--cds-body-01-line-height, 1.42857);
37100
+ letter-spacing: var(--cds-body-01-letter-spacing, 0.16px);
37101
+ padding: 0.5rem 1.5rem 0.5rem 0.5rem;
37102
+ }
37103
+
37104
+ .c4p--description-list .c4p--description-list__body .c4p--description-list__cell:first-of-type {
37105
+ width: 1%;
37106
+ padding-left: 0;
37107
+ white-space: nowrap;
37108
+ }
37109
+
37110
+ .c4p--description-list .c4p--description-list__body .c4p--description-list__cell:last-of-type {
37111
+ padding-right: 0;
37112
+ color: var(--cds-text-primary, #161616);
37113
+ }
37114
+
37115
+ .c4p--description-list .c4p--description-list__body .c4p--description-list__row:first-of-type > .c4p--description-list__cell {
37116
+ padding-top: 0;
37117
+ }
37118
+
37119
+ .c4p--description-list .c4p--description-list__body .c4p--description-list__row:last-of-type > .c4p--description-list__cell {
37120
+ padding-bottom: 0;
37121
+ }
37122
+
37123
+ .c4p--description-list .c4p--description-list__body .c4p--description-list__cell ul {
37124
+ list-style: none;
37125
+ }
37126
+
37127
+ .c4p--description-list .c4p--description-list__body .c4p--description-list__cell ul > li {
37128
+ margin-bottom: 0.5rem;
37129
+ }
37130
+
37131
+ .c4p--description-list--lg .c4p--description-list__body .c4p--description-list__cell {
37132
+ padding: 1rem 1.5rem 1rem 1rem;
37133
+ }
37134
+
37135
+ .c4p--description-list--sm .c4p--description-list__body .c4p--description-list__cell {
37136
+ padding: 0.25rem 1.5rem 0.25rem 0.25rem;
37137
+ }
37138
+
37139
+ .c4p--description-list--xs .c4p--description-list__body .c4p--description-list__cell {
37140
+ padding: 0.25rem;
37141
+ }
37142
+
37143
+ .c4p--description-list .cds--structured-list-row--focused-within {
37144
+ outline: none;
37145
+ }
37146
+
37147
+ .c4p--full-page-error {
37148
+ height: inherit;
37149
+ }
37150
+
37151
+ .c4p--full-page-error__error-container {
37152
+ height: 100%;
37153
+ margin: 0 1.5rem;
37154
+ }
37155
+ @media (max-width: 41.98rem) {
37156
+ .c4p--full-page-error__error-container {
37157
+ margin: 0 0.5rem;
37158
+ }
37159
+ }
37160
+
37161
+ .c4p--full-page-error__error-grid {
37162
+ height: 100%;
37163
+ padding-top: 2rem;
37164
+ padding-bottom: 2rem;
37165
+ }
37166
+
37167
+ .c4p--full-page-error__error-column {
37168
+ padding: 0;
37169
+ }
37170
+ @media (min-width: 66rem) {
37171
+ .c4p--full-page-error__error-column {
37172
+ padding: 0 2rem 0 0;
37173
+ }
37174
+ }
37175
+
37176
+ .c4p--full-page-error__error-svg-container {
37177
+ display: flex;
37178
+ height: 100%;
37179
+ padding: 0.5rem 0.5rem 5rem 0.5rem;
37180
+ }
37181
+ @media (min-width: 42rem) {
37182
+ .c4p--full-page-error__error-svg-container {
37183
+ padding: auto 0.5rem 5rem 0.5rem;
37184
+ }
37185
+ }
37186
+
37187
+ .c4p--full-page-error__error-label,
37188
+ .c4p--full-page-error__error-title {
37189
+ font-size: 2rem;
37190
+ font-weight: 400;
37191
+ line-height: 1.25;
37192
+ letter-spacing: 0;
37193
+ font-size: calc(2rem + 0.25 * (100vw - 20rem) / 22);
37194
+ }
37195
+ @media (min-width: 42rem) {
37196
+ .c4p--full-page-error__error-label,
37197
+ .c4p--full-page-error__error-title {
37198
+ font-size: 2.25rem;
37199
+ font-weight: 300;
37200
+ line-height: 1.22;
37201
+ font-size: calc(2.25rem + 0.375 * (100vw - 42rem) / 24);
37202
+ }
37203
+ }
37204
+ @media (min-width: 66rem) {
37205
+ .c4p--full-page-error__error-label,
37206
+ .c4p--full-page-error__error-title {
37207
+ font-size: 2.625rem;
37208
+ line-height: 1.19;
37209
+ font-size: calc(2.625rem + 0.375 * (100vw - 66rem) / 16);
37210
+ }
37211
+ }
37212
+ @media (min-width: 82rem) {
37213
+ .c4p--full-page-error__error-label,
37214
+ .c4p--full-page-error__error-title {
37215
+ font-size: 3rem;
37216
+ line-height: 1.17;
37217
+ font-size: calc(3rem + 0.75 * (100vw - 82rem) / 17);
37218
+ }
37219
+ }
37220
+ @media (min-width: 99rem) {
37221
+ .c4p--full-page-error__error-label,
37222
+ .c4p--full-page-error__error-title {
37223
+ font-size: 3.75rem;
37224
+ font-size: 3.75rem;
37225
+ }
37226
+ }
37227
+
37228
+ .c4p--full-page-error__error-label {
37229
+ display: block;
37230
+ color: var(--cds-text-error, #da1e28);
37231
+ }
37232
+
37233
+ .c4p--full-page-error__error-title {
37234
+ margin-bottom: 3rem;
37235
+ }
37236
+
37237
+ .c4p--full-page-error__description {
37238
+ font-size: var(--cds-body-02-font-size, 1rem);
37239
+ font-weight: var(--cds-body-02-font-weight, 400);
37240
+ line-height: var(--cds-body-02-line-height, 1.5);
37241
+ letter-spacing: var(--cds-body-02-letter-spacing, 0);
37242
+ margin-bottom: 2rem;
37243
+ }
37244
+
37245
+ .c4p--full-page-error__error-svg-container svg.c4p--full-page-error__error-svg {
37246
+ width: 100%;
37247
+ }
37248
+
37249
+ .c4p--full-page-error__error-svg-container svg.c4p--full-page-error__error-svg path {
37250
+ fill: var(--cds-background, #ffffff);
37251
+ stroke: var(--cds-border-inverse, #161616);
37252
+ }
37253
+
37254
+ .c4p--search-bar {
37255
+ position: relative;
37256
+ display: flex;
37257
+ }
37258
+ .c4p--search-bar .c4p--search-bar__scopes .cds--label {
37259
+ position: absolute;
37260
+ }
37261
+
37262
+ .c4p--string-formatter {
37263
+ display: inline-block;
37264
+ text-align: left;
37265
+ }
37266
+
37267
+ .c4p--string-formatter--content {
37268
+ display: inline-block;
37269
+ text-align: left;
37270
+ }
37271
+
37272
+ .c4p--string-formatter--truncate {
37273
+ display: -webkit-box;
37274
+ overflow: hidden;
37275
+ max-width: 80ch;
37276
+ -webkit-box-orient: vertical;
37277
+ -webkit-line-clamp: 1;
37278
+ }
37279
+
37280
+ .c4p--string-formatter__tooltip > button {
37281
+ border-width: 0;
37282
+ color: currentColor;
37283
+ font-size: inherit;
37284
+ font-weight: inherit;
37285
+ line-height: inherit;
37286
+ }
37287
+
37288
+ .cds--popover {
37289
+ max-width: 1rem;
37290
+ margin: 0 auto;
37291
+ }
37292
+
37293
+ .c4p--string-formatter .cds--popover-content {
37294
+ max-inline-size: 20rem;
37295
+ }
37296
+
37297
+ .c4p--string-formatter .cds--popover--left .cds--popover,
37298
+ .c4p--string-formatter .cds--popover--left-bottom .cds--popover,
37299
+ .c4p--string-formatter .cds--popover--left-top .cds--popover {
37300
+ margin: 0;
37301
+ }
37302
+
37303
+ .c4p--string-formatter .cds--popover--right .cds--popover,
37304
+ .c4p--string-formatter .cds--popover--right-bottom .cds--popover,
37305
+ .c4p--string-formatter .cds--popover--right-top .cds--popover {
37306
+ margin-right: 0;
37307
+ margin-left: auto;
37308
+ }
37309
+
37310
+ .c4p--string-formatter .cds--popover--top .cds--popover-caret,
37311
+ .c4p--string-formatter .cds--popover--top-left .cds--popover-caret,
37312
+ .c4p--string-formatter .cds--popover--top-right .cds--popover-caret {
37313
+ /* stylelint-disable-next-line declaration-no-important */
37314
+ inset-block-start: -1px !important;
37315
+ }
37316
+
37317
+ .c4p--string-formatter .cds--popover--bottom .cds--popover-caret,
37318
+ .c4p--string-formatter .cds--popover--bottom-left .cds--popover-caret,
37319
+ .c4p--string-formatter .cds--popover--bottom-right .cds--popover-caret {
37320
+ /* stylelint-disable-next-line declaration-no-important */
37321
+ inset-block-end: -1px !important;
37322
+ }
37323
+
37324
+ .c4p--user-avatar {
37325
+ position: relative;
37326
+ display: flex;
37327
+ width: 4rem;
37328
+ height: 4rem;
37329
+ align-items: center;
37330
+ justify-content: center;
37331
+ border: 0.5px solid transparent;
37332
+ border-radius: 100%;
37333
+ color: var(--cds-text-inverse, #ffffff);
37334
+ outline: none;
37335
+ outline-offset: 3px;
37336
+ }
37337
+
37338
+ .c4p--user-avatar svg {
37339
+ color: var(--cds-icon-inverse, #ffffff);
37340
+ }
37341
+
37342
+ .c4p--user-avatar__tooltip:focus-within .c4p--user-avatar {
37343
+ outline: 2px solid var(--cds-focus, #0f62fe);
37344
+ }
37345
+
37346
+ .c4p--user-avatar--light-cyan {
37347
+ background-color: #1192e8;
37348
+ }
37349
+
37350
+ .c4p--user-avatar--dark-cyan {
37351
+ background-color: #0072c3;
37352
+ }
37353
+
37354
+ .c4p--user-avatar--xl {
37355
+ width: 4rem;
37356
+ height: 4rem;
37357
+ font-size: var(--cds-heading-04-font-size, 1.75rem);
37358
+ font-weight: var(--cds-heading-04-font-weight, 400);
37359
+ line-height: var(--cds-heading-04-line-height, 1.28572);
37360
+ letter-spacing: var(--cds-heading-04-letter-spacing, 0);
37361
+ }
37362
+
37363
+ .c4p--user-avatar--lg {
37364
+ width: 3rem;
37365
+ height: 3rem;
37366
+ font-size: var(--cds-heading-03-font-size, 1.25rem);
37367
+ font-weight: var(--cds-heading-03-font-weight, 400);
37368
+ line-height: var(--cds-heading-03-line-height, 1.4);
37369
+ letter-spacing: var(--cds-heading-03-letter-spacing, 0);
37370
+ }
37371
+
37372
+ .c4p--user-avatar--md {
37373
+ width: 2rem;
37374
+ height: 2rem;
37375
+ font-size: var(--cds-body-compact-01-font-size, 0.875rem);
37376
+ font-weight: var(--cds-body-compact-01-font-weight, 400);
37377
+ line-height: var(--cds-body-compact-01-line-height, 1.28572);
37378
+ letter-spacing: var(--cds-body-compact-01-letter-spacing, 0.16px);
37379
+ }
37380
+
37381
+ .c4p--user-avatar--sm {
35916
37382
  width: 1.5rem;
35917
37383
  height: 1.5rem;
35918
37384
  font-size: var(--cds-label-01-font-size, 0.75rem);
@@ -35958,4 +37424,80 @@ a.cds--side-nav__link--current::before {
35958
37424
  height: 1.5rem;
35959
37425
  }
35960
37426
 
37427
+ /* stylelint-disable carbon/layout-token-use */
37428
+ /* stylelint-disable function-no-unknown */
37429
+ .c4p--status-indicator__title {
37430
+ font-size: var(--cds-heading-02-font-size, 1rem);
37431
+ font-weight: var(--cds-heading-02-font-weight, 600);
37432
+ line-height: var(--cds-heading-02-line-height, 1.5);
37433
+ letter-spacing: var(--cds-heading-02-letter-spacing, 0);
37434
+ margin-bottom: 0.25rem;
37435
+ }
37436
+
37437
+ .c4p--status-indicator-step__details {
37438
+ display: flex;
37439
+ min-height: 2rem;
37440
+ align-items: center;
37441
+ }
37442
+
37443
+ .c4p--status-indicator-step__icon {
37444
+ position: relative;
37445
+ display: flex;
37446
+ width: 1.5rem;
37447
+ }
37448
+
37449
+ .c4p--status-indicator-step__text {
37450
+ font-size: var(--cds-body-compact-01-font-size, 0.875rem);
37451
+ font-weight: var(--cds-body-compact-01-font-weight, 400);
37452
+ line-height: var(--cds-body-compact-01-line-height, 1.28572);
37453
+ letter-spacing: var(--cds-body-compact-01-letter-spacing, 0.16px);
37454
+ color: var(--cds-text-primary, #161616);
37455
+ }
37456
+
37457
+ .c4p--status-indicator .c4p--status-indicator__button {
37458
+ align-items: center;
37459
+ margin-top: 0.125rem;
37460
+ margin-left: 0.5rem;
37461
+ }
37462
+
37463
+ .c4p--status-indicator .c4p--status-indicator__button:not([disabled]) svg {
37464
+ margin-left: 0.5rem;
37465
+ fill: currentColor;
37466
+ }
37467
+
37468
+ .c4p--status-indicator-step--inactive .c4p--status-indicator-step__text {
37469
+ color: var(--cds-text-secondary, #525252);
37470
+ }
37471
+
37472
+ .c4p--status-indicator-step--inactive svg {
37473
+ fill: var(--cds-icon-primary, #161616);
37474
+ }
37475
+
37476
+ .c4p--status-indicator-step--active .c4p--status-indicator-step__icon {
37477
+ margin-right: 0;
37478
+ }
37479
+
37480
+ .c4p--status-indicator-step--active .cds--inline-loading__animation {
37481
+ margin-right: 0.4375rem;
37482
+ }
37483
+
37484
+ .c4p--status-indicator-step--error svg {
37485
+ fill: var(--cds-support-error, #da1e28);
37486
+ }
37487
+
37488
+ .c4p--status-indicator-step--finished svg {
37489
+ fill: var(--cds-support-success, #24a148);
37490
+ }
37491
+
37492
+ .c4p--status-indicator-step__error-message {
37493
+ font-size: var(--cds-label-01-font-size, 0.75rem);
37494
+ font-weight: var(--cds-label-01-font-weight, 400);
37495
+ line-height: var(--cds-label-01-line-height, 1.33333);
37496
+ letter-spacing: var(--cds-label-01-letter-spacing, 0.32px);
37497
+ margin-top: -0.125rem;
37498
+ margin-bottom: 0.375rem;
37499
+ margin-left: 1.5rem;
37500
+ color: var(--cds-text-error, #da1e28);
37501
+ }
37502
+
35961
37503
  /*# sourceMappingURL=index.css.map */