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

Sign up to get free protection for your applications and to get access to all the features.
Files changed (47) hide show
  1. package/css/index-full-carbon.css +1362 -0
  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.css +1362 -0
  6. package/css/index-without-carbon.css.map +1 -1
  7. package/css/index-without-carbon.min.css +1 -1
  8. package/css/index-without-carbon.min.css.map +1 -1
  9. package/css/index.css +1362 -0
  10. package/css/index.css.map +1 -1
  11. package/css/index.min.css +1 -1
  12. package/css/index.min.css.map +1 -1
  13. package/es/components/AboutModal/AboutModal.d.ts +73 -2
  14. package/es/components/AboutModal/AboutModal.js +16 -12
  15. package/es/components/Decorator/Decorator.d.ts +5 -0
  16. package/es/components/Decorator/Decorator.js +348 -0
  17. package/es/components/Decorator/DecoratorIcon.d.ts +5 -0
  18. package/es/components/Decorator/DecoratorIcon.js +95 -0
  19. package/es/components/Decorator/index.d.ts +1 -0
  20. package/es/components/Decorator/utils.d.ts +8 -0
  21. package/es/components/Decorator/utils.js +43 -0
  22. package/es/components/index.d.ts +1 -0
  23. package/es/global/js/package-settings.d.ts +1 -0
  24. package/es/global/js/package-settings.js +1 -0
  25. package/es/index.js +1 -0
  26. package/es/settings.d.ts +1 -0
  27. package/lib/components/AboutModal/AboutModal.d.ts +73 -2
  28. package/lib/components/AboutModal/AboutModal.js +16 -12
  29. package/lib/components/Decorator/Decorator.d.ts +5 -0
  30. package/lib/components/Decorator/Decorator.js +355 -0
  31. package/lib/components/Decorator/DecoratorIcon.d.ts +5 -0
  32. package/lib/components/Decorator/DecoratorIcon.js +102 -0
  33. package/lib/components/Decorator/index.d.ts +1 -0
  34. package/lib/components/Decorator/utils.d.ts +8 -0
  35. package/lib/components/Decorator/utils.js +48 -0
  36. package/lib/components/index.d.ts +1 -0
  37. package/lib/global/js/package-settings.d.ts +1 -0
  38. package/lib/global/js/package-settings.js +1 -0
  39. package/lib/index.js +5 -0
  40. package/lib/settings.d.ts +1 -0
  41. package/package.json +4 -4
  42. package/scss/components/Decorator/_carbon-imports.scss +9 -0
  43. package/scss/components/Decorator/_decorator.scss +400 -0
  44. package/scss/components/Decorator/_index-with-carbon.scss +9 -0
  45. package/scss/components/Decorator/_index.scss +8 -0
  46. package/scss/components/_index-with-carbon.scss +1 -0
  47. package/scss/components/_index.scss +1 -0
package/css/index.css CHANGED
@@ -35710,6 +35710,1368 @@ a.cds--side-nav__link--current::before {
35710
35710
  white-space: nowrap;
35711
35711
  }
35712
35712
 
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
+
35713
37075
  .c4p--description-list .cds--structured-list {
35714
37076
  margin-bottom: 2rem;
35715
37077
  }