@carbon/ibm-products 1.46.2 → 1.48.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (57) hide show
  1. package/css/index-full-carbon.css +1399 -29
  2. package/css/index-full-carbon.css.map +1 -1
  3. package/css/index-full-carbon.min.css +5 -5
  4. package/css/index-full-carbon.min.css.map +1 -1
  5. package/css/index-without-carbon-released-only.css +5 -12
  6. package/css/index-without-carbon-released-only.css.map +1 -1
  7. package/css/index-without-carbon-released-only.min.css +2 -2
  8. package/css/index-without-carbon-released-only.min.css.map +1 -1
  9. package/css/index-without-carbon.css +1395 -25
  10. package/css/index-without-carbon.css.map +1 -1
  11. package/css/index-without-carbon.min.css +4 -4
  12. package/css/index-without-carbon.min.css.map +1 -1
  13. package/css/index.css +1399 -29
  14. package/css/index.css.map +1 -1
  15. package/css/index.min.css +5 -5
  16. package/css/index.min.css.map +1 -1
  17. package/es/components/AddSelect/AddSelectBreadcrumbs.js +6 -4
  18. package/es/components/AddSelect/AddSelectList.js +15 -26
  19. package/es/components/CreateFullPage/CreateFullPage.js +3 -2
  20. package/es/components/Datagrid/Datagrid/DatagridContent.js +1 -1
  21. package/es/components/Datagrid/Datagrid/DatagridVirtualBody.js +14 -5
  22. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/Columns.js +7 -1
  23. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/CustomizeColumnsTearsheet.js +1 -5
  24. package/es/components/Datagrid/useSortableColumns.js +20 -4
  25. package/es/components/Datagrid/utils/getArgTypes.js +5 -0
  26. package/es/components/NonLinearReading/NonLinearReading.js +87 -0
  27. package/es/components/NonLinearReading/index.js +8 -0
  28. package/es/components/SidePanel/SidePanel.js +16 -8
  29. package/es/components/index.js +2 -1
  30. package/es/global/js/package-settings.js +3 -1
  31. package/lib/components/AddSelect/AddSelectBreadcrumbs.js +6 -4
  32. package/lib/components/AddSelect/AddSelectList.js +14 -25
  33. package/lib/components/CreateFullPage/CreateFullPage.js +2 -1
  34. package/lib/components/Datagrid/Datagrid/DatagridContent.js +1 -1
  35. package/lib/components/Datagrid/Datagrid/DatagridVirtualBody.js +13 -4
  36. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/Columns.js +7 -1
  37. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/CustomizeColumnsTearsheet.js +0 -4
  38. package/lib/components/Datagrid/useSortableColumns.js +20 -4
  39. package/lib/components/Datagrid/utils/getArgTypes.js +5 -0
  40. package/lib/components/NonLinearReading/NonLinearReading.js +90 -0
  41. package/lib/components/NonLinearReading/index.js +12 -0
  42. package/lib/components/SidePanel/SidePanel.js +15 -7
  43. package/lib/components/index.js +8 -1
  44. package/lib/global/js/package-settings.js +3 -1
  45. package/package.json +5 -5
  46. package/scss/components/AddSelect/_add-select.scss +0 -10
  47. package/scss/components/Datagrid/_storybook-styles.scss +26 -0
  48. package/scss/components/Datagrid/styles/_datagrid.scss +4 -0
  49. package/scss/components/Datagrid/styles/_useInlineEdit.scss +4 -0
  50. package/scss/components/Datagrid/styles/_useSortableColumns.scss +8 -4
  51. package/scss/components/EmptyStates/_empty-state.scss +4 -3
  52. package/scss/components/NonLinearReading/_index.scss +8 -0
  53. package/scss/components/NonLinearReading/_non-linear-reading.scss +157 -0
  54. package/scss/components/NonLinearReading/_storybook-styles.scss +13 -0
  55. package/scss/components/SidePanel/_side-panel.scss +5 -14
  56. package/scss/components/Tearsheet/_tearsheet.scss +4 -0
  57. package/scss/components/_index.scss +1 -0
package/css/index.css CHANGED
@@ -3057,7 +3057,7 @@ em {
3057
3057
  }
3058
3058
  }
3059
3059
 
3060
- .bx--modal-content p,
3060
+ .bx--modal-content > p,
3061
3061
  .bx--modal-content__regular-content {
3062
3062
  padding-right: 20%;
3063
3063
  font-size: var(--cds-body-long-01-font-size, 0.875rem);
@@ -3099,7 +3099,7 @@ em {
3099
3099
  .bx--modal-container--xs .bx--modal-content__regular-content {
3100
3100
  padding-right: var(--cds-spacing-05, 1rem);
3101
3101
  }
3102
- .bx--modal-container--xs .bx--modal-content p {
3102
+ .bx--modal-container--xs .bx--modal-content > p {
3103
3103
  padding-right: 0;
3104
3104
  }
3105
3105
  @media (min-width: 42rem) {
@@ -3122,7 +3122,7 @@ em {
3122
3122
  .bx--modal-container--sm .bx--modal-content__regular-content {
3123
3123
  padding-right: var(--cds-spacing-05, 1rem);
3124
3124
  }
3125
- .bx--modal-container--sm .bx--modal-content p {
3125
+ .bx--modal-container--sm .bx--modal-content > p {
3126
3126
  padding-right: 0;
3127
3127
  }
3128
3128
  @media (min-width: 42rem) {
@@ -3135,7 +3135,7 @@ em {
3135
3135
  width: 42%;
3136
3136
  max-height: 72%;
3137
3137
  }
3138
- .bx--modal-container--sm .bx--modal-content p,
3138
+ .bx--modal-container--sm .bx--modal-content > p,
3139
3139
  .bx--modal-container--sm .bx--modal-content__regular-content {
3140
3140
  padding-right: 20%;
3141
3141
  }
@@ -11394,17 +11394,7 @@ a.bx--overflow-menu-options__btn::before {
11394
11394
  background-color: var(--cds-ui-01, #f4f4f4);
11395
11395
  transition: transform 150ms cubic-bezier(0.2, 0, 0.38, 0.9);
11396
11396
  }
11397
- .c4p--side-panel__container .c4p--side-panel__action-toolbar .c4p--side-panel__action-toolbar-button {
11398
- min-width: 2rem;
11399
- }
11400
- .c4p--side-panel__container .c4p--side-panel__action-toolbar .c4p--side-panel__action-toolbar-button.c4p--side-panel__action-toolbar-icon-only-button {
11401
- padding: 0;
11402
- color: var(--cds-text-01, #161616);
11403
- }
11404
- .c4p--side-panel__container .c4p--side-panel__action-toolbar .c4p--side-panel__action-toolbar-button.c4p--side-panel__action-toolbar-icon-only-button svg {
11405
- margin-left: var(--cds-spacing-03, 0.5rem);
11406
- }
11407
- .c4p--side-panel__container .c4p--side-panel__action-toolbar .c4p--side-panel__action-toolbar-button.c4p--side-panel__action-toolbar-leading-button {
11397
+ .c4p--side-panel__container .c4p--side-panel__action-toolbar-leading-button {
11408
11398
  margin-right: var(--cds-spacing-03, 0.5rem);
11409
11399
  }
11410
11400
  .c4p--side-panel__container .bx--btn.c4p--side-panel__navigation-back-button {
@@ -12365,6 +12355,9 @@ a.bx--side-nav__link--current::before {
12365
12355
  border-bottom: 1px solid var(--cds-ui-03, #e0e0e0);
12366
12356
  margin: 0;
12367
12357
  }
12358
+ .c4p--tearsheet.c4p--tearsheet--narrow .c4p--tearsheet__header-description {
12359
+ max-width: 80%;
12360
+ }
12368
12361
  .c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__header--with-close-icon {
12369
12362
  padding-right: var(--cds-spacing-10, 4rem);
12370
12363
  }
@@ -12800,7 +12793,7 @@ a.bx--side-nav__link--current::before {
12800
12793
  font-weight: var(--cds-productive-heading-03-font-weight, 400);
12801
12794
  line-height: var(--cds-productive-heading-03-line-height, 1.4);
12802
12795
  letter-spacing: var(--cds-productive-heading-03-letter-spacing, 0);
12803
- padding-bottom: calc(var(--cds-spacing-01, 0.125rem) + var(--cds-spacing-02, 0.25rem));
12796
+ padding-bottom: var(--cds-spacing-03, 0.5rem);
12804
12797
  margin: 0;
12805
12798
  }
12806
12799
  .c4p--empty-state .c4p--empty-state__subtitle {
@@ -16752,13 +16745,6 @@ button.bx--dropdown-text:focus {
16752
16745
  flex-direction: column;
16753
16746
  justify-content: center;
16754
16747
  }
16755
- .c4p--add-select__selections-cell:hover .c4p--add-select__selections-hidden-hover,
16756
- .c4p--add-select__selections .bx--structured-list-row:focus-within .c4p--add-select__selections-hidden-hover {
16757
- visibility: visible;
16758
- }
16759
- .c4p--add-select__selections-hidden-hover {
16760
- visibility: hidden;
16761
- }
16762
16748
  .c4p--add-select__selections-row--selected.bx--structured-list-row {
16763
16749
  border-bottom: 1px solid var(--cds-selected-ui, #e0e0e0);
16764
16750
  background-color: var(--cds-selected-ui, #e0e0e0);
@@ -21521,6 +21507,10 @@ button.c4p--add-select__global-filter-toggle--open {
21521
21507
  padding: 0 var(--cds-spacing-03, 0.5rem);
21522
21508
  }
21523
21509
 
21510
+ .c4p--datagrid .c4p--datagrid__head-wrap {
21511
+ background-color: var(--cds-ui-03, #e0e0e0);
21512
+ }
21513
+
21524
21514
  /*
21525
21515
  * Licensed Materials - Property of IBM
21526
21516
  * 5724-Q36
@@ -21616,7 +21606,7 @@ button.c4p--add-select__global-filter-toggle--open {
21616
21606
  }
21617
21607
  .c4p--datagrid__sortableColumn .bx--table-header-label .bx--table-sort:focus,
21618
21608
  .c4p--datagrid__sortableColumn .bx--table-header-label .bx--table-sort:active,
21619
- .c4p--datagrid__sortableColumn .bx--table-header-label .bx--table-sort:focus svg {
21609
+ .c4p--datagrid__sortableColumn .bx--table-header-label .bx--table-sort:focus .c4p--datagrid__sortable-icon {
21620
21610
  /* stylelint-disable-next-line declaration-no-important */
21621
21611
  background: none !important;
21622
21612
  /* stylelint-disable-next-line declaration-no-important */
@@ -21637,7 +21627,7 @@ button.c4p--add-select__global-filter-toggle--open {
21637
21627
  color: var(--cds-text-01, #161616) !important;
21638
21628
  font: inherit;
21639
21629
  }
21640
- .c4p--datagrid__sortableColumn .bx--table-header-label .bx--table-sort svg {
21630
+ .c4p--datagrid__sortableColumn .bx--table-header-label .bx--table-sort .c4p--datagrid__sortable-icon {
21641
21631
  fill: var(--cds-text-01, #161616);
21642
21632
  opacity: 0;
21643
21633
  transition: transform 110ms cubic-bezier(0.2, 0, 0.38, 0.9);
@@ -21648,14 +21638,14 @@ button.c4p--add-select__global-filter-toggle--open {
21648
21638
  margin: 0 calc(-1 * var(--cds-spacing-05, 1rem));
21649
21639
  }
21650
21640
 
21651
- .c4p--datagrid__sortableColumn:hover .bx--table-header-label svg,
21652
- .c4p--datagrid__sortableColumn:focus-within .bx--table-header-label svg,
21653
- .c4p--datagrid__sortableColumn.c4p--datagrid__isSorted .bx--table-header-label svg {
21641
+ .c4p--datagrid__sortableColumn:hover .bx--table-header-label .c4p--datagrid__sortable-icon,
21642
+ .c4p--datagrid__sortableColumn:focus-within .bx--table-header-label .c4p--datagrid__sortable-icon,
21643
+ .c4p--datagrid__sortableColumn.c4p--datagrid__isSorted .bx--table-header-label .c4p--datagrid__sortable-icon {
21654
21644
  opacity: 1;
21655
21645
  visibility: visible;
21656
21646
  }
21657
21647
 
21658
- .c4p--datagrid__sortableColumn .c4p--datagrid--table-sort--desc svg {
21648
+ .c4p--datagrid__sortableColumn .c4p--datagrid--table-sort--desc .c4p--datagrid__sortable-icon {
21659
21649
  transform: rotate(180deg);
21660
21650
  }
21661
21651
 
@@ -22570,6 +22560,10 @@ th.c4p--datagrid__select-all-toggle-on.button {
22570
22560
  outline-color: var(--cds-support-01, #da1e28);
22571
22561
  }
22572
22562
 
22563
+ .c4p--datagrid .bx--text-input:focus {
22564
+ background: var(--cds-field-01, #f4f4f4);
22565
+ }
22566
+
22573
22567
  .c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--invalid .bx--number input[type=number][data-invalid]:focus ~ .bx--number__controls .bx--number__control-btn.up-icon::after {
22574
22568
  background-color: var(--cds-support-01, #da1e28);
22575
22569
  }
@@ -23069,4 +23063,1380 @@ th.c4p--datagrid__select-all-toggle-on.button {
23069
23063
  outline: none;
23070
23064
  }
23071
23065
 
23066
+ @keyframes fade {
23067
+ 0% {
23068
+ opacity: 0;
23069
+ }
23070
+ 15% {
23071
+ opacity: 0;
23072
+ }
23073
+ 100% {
23074
+ opacity: 1;
23075
+ }
23076
+ }
23077
+ .c4p--non-linear-reading__term-light--closed {
23078
+ padding: 0.0625rem var(--cds-spacing-03, 0.5rem) 0.0625rem var(--cds-spacing-03, 0.5rem);
23079
+ border: none;
23080
+ border-radius: var(--cds-spacing-04, 0.75rem);
23081
+ background-color: var(--cds-interactive-02, #393939);
23082
+ white-space: nowrap;
23083
+ background-color: var(--cds-interactive-02, #393939);
23084
+ color: var(--cds-inverse-01, #ffffff);
23085
+ }
23086
+ .c4p--non-linear-reading__term-light--closed:hover {
23087
+ background-color: var(--cds-hover-secondary, #4c4c4c);
23088
+ cursor: pointer;
23089
+ }
23090
+ .c4p--non-linear-reading__term-light--closed:hover {
23091
+ background-color: var(--cds-hover-secondary, #4c4c4c);
23092
+ }
23093
+ .c4p--non-linear-reading__term-light--open {
23094
+ padding: 0.0625rem var(--cds-spacing-03, 0.5rem) 0.0625rem var(--cds-spacing-03, 0.5rem);
23095
+ border: none;
23096
+ border-radius: var(--cds-spacing-04, 0.75rem);
23097
+ background-color: var(--cds-interactive-02, #393939);
23098
+ white-space: nowrap;
23099
+ padding-right: 0;
23100
+ background-color: #e8daff;
23101
+ color: var(--cds-text-01, #161616);
23102
+ }
23103
+ .c4p--non-linear-reading__term-light--open:hover {
23104
+ background-color: var(--cds-hover-secondary, #4c4c4c);
23105
+ cursor: pointer;
23106
+ }
23107
+ .c4p--non-linear-reading__term-light--open svg {
23108
+ padding-top: 0.0625rem;
23109
+ margin: 0 var(--cds-spacing-02, 0.25rem) 0 var(--cds-spacing-01, 0.125rem);
23110
+ vertical-align: text-top;
23111
+ }
23112
+ .c4p--non-linear-reading__term-light--open:hover {
23113
+ background-color: #dcc7ff;
23114
+ }
23115
+ .c4p--non-linear-reading__term-dark--closed {
23116
+ --cds-interactive-01: #0f62fe;
23117
+ --cds-interactive-02: #6f6f6f;
23118
+ --cds-interactive-03: #ffffff;
23119
+ --cds-interactive-04: #4589ff;
23120
+ --cds-ui-background: #161616;
23121
+ --cds-ui-01: #262626;
23122
+ --cds-ui-02: #393939;
23123
+ --cds-ui-03: #393939;
23124
+ --cds-ui-04: #6f6f6f;
23125
+ --cds-ui-05: #f4f4f4;
23126
+ --cds-text-01: #f4f4f4;
23127
+ --cds-text-02: #c6c6c6;
23128
+ --cds-text-03: #6f6f6f;
23129
+ --cds-text-04: #ffffff;
23130
+ --cds-text-05: #8d8d8d;
23131
+ --cds-text-error: #ff8389;
23132
+ --cds-icon-01: #f4f4f4;
23133
+ --cds-icon-02: #c6c6c6;
23134
+ --cds-icon-03: #ffffff;
23135
+ --cds-link-01: #78a9ff;
23136
+ --cds-link-02: #a6c8ff;
23137
+ --cds-inverse-link: #0f62fe;
23138
+ --cds-field-01: #262626;
23139
+ --cds-field-02: #393939;
23140
+ --cds-inverse-01: #161616;
23141
+ --cds-inverse-02: #f4f4f4;
23142
+ --cds-support-01: #fa4d56;
23143
+ --cds-support-02: #42be65;
23144
+ --cds-support-03: #f1c21b;
23145
+ --cds-support-04: #4589ff;
23146
+ --cds-inverse-support-01: #da1e28;
23147
+ --cds-inverse-support-02: #24a148;
23148
+ --cds-inverse-support-03: #f1c21b;
23149
+ --cds-inverse-support-04: #0f62fe;
23150
+ --cds-overlay-01: rgba(0, 0, 0, 0.65);
23151
+ --cds-danger-01: #da1e28;
23152
+ --cds-danger-02: #fa4d56;
23153
+ --cds-focus: #ffffff;
23154
+ --cds-inverse-focus-ui: #0f62fe;
23155
+ --cds-hover-primary: #0353e9;
23156
+ --cds-active-primary: #002d9c;
23157
+ --cds-hover-primary-text: #a6c8ff;
23158
+ --cds-hover-secondary: #606060;
23159
+ --cds-active-secondary: #393939;
23160
+ --cds-hover-tertiary: #f4f4f4;
23161
+ --cds-active-tertiary: #c6c6c6;
23162
+ --cds-hover-ui: #353535;
23163
+ --cds-hover-light-ui: #4c4c4c;
23164
+ --cds-hover-selected-ui: #4c4c4c;
23165
+ --cds-active-ui: #525252;
23166
+ --cds-active-light-ui: #6f6f6f;
23167
+ --cds-selected-ui: #393939;
23168
+ --cds-selected-light-ui: #525252;
23169
+ --cds-inverse-hover-ui: #e5e5e5;
23170
+ --cds-hover-danger: #b81921;
23171
+ --cds-active-danger: #750e13;
23172
+ --cds-hover-row: #353535;
23173
+ --cds-visited-link: #be95ff;
23174
+ --cds-disabled-01: #262626;
23175
+ --cds-disabled-02: #525252;
23176
+ --cds-disabled-03: #8d8d8d;
23177
+ --cds-highlight: #002d9c;
23178
+ --cds-decorative-01: #525252;
23179
+ --cds-button-separator: #161616;
23180
+ --cds-skeleton-01: #353535;
23181
+ --cds-skeleton-02: #525252;
23182
+ --cds-background: #161616;
23183
+ --cds-layer: #262626;
23184
+ --cds-layer-accent: #393939;
23185
+ --cds-layer-accent-hover: #474747;
23186
+ --cds-layer-accent-active: #6f6f6f;
23187
+ --cds-field: #262626;
23188
+ --cds-background-inverse: #f4f4f4;
23189
+ --cds-background-brand: #0f62fe;
23190
+ --cds-interactive: #4589ff;
23191
+ --cds-border-subtle: #393939;
23192
+ --cds-border-strong: #6f6f6f;
23193
+ --cds-border-inverse: #f4f4f4;
23194
+ --cds-border-interactive: #4589ff;
23195
+ --cds-text-primary: #f4f4f4;
23196
+ --cds-text-secondary: #c6c6c6;
23197
+ --cds-text-placeholder: #6f6f6f;
23198
+ --cds-text-helper: #8d8d8d;
23199
+ --cds-text-on-color: #ffffff;
23200
+ --cds-text-inverse: #161616;
23201
+ --cds-link-primary: #78a9ff;
23202
+ --cds-link-secondary: #a6c8ff;
23203
+ --cds-link-visited: #be95ff;
23204
+ --cds-link-inverse: #0f62fe;
23205
+ --cds-icon-primary: #f4f4f4;
23206
+ --cds-icon-secondary: #c6c6c6;
23207
+ --cds-icon-on-color: #ffffff;
23208
+ --cds-icon-inverse: #161616;
23209
+ --cds-support-error: #fa4d56;
23210
+ --cds-support-success: #42be65;
23211
+ --cds-support-warning: #f1c21b;
23212
+ --cds-support-info: #4589ff;
23213
+ --cds-support-error-inverse: #da1e28;
23214
+ --cds-support-success-inverse: #24a148;
23215
+ --cds-support-warning-inverse: #f1c21b;
23216
+ --cds-support-info-inverse: #0f62fe;
23217
+ --cds-overlay: rgba(0, 0, 0, 0.65);
23218
+ --cds-toggle-off: #6f6f6f;
23219
+ --cds-shadow: rgba(0, 0, 0, 0.8);
23220
+ --cds-button-primary: #0f62fe;
23221
+ --cds-button-secondary: #6f6f6f;
23222
+ --cds-button-tertiary: #ffffff;
23223
+ --cds-button-danger-primary: #da1e28;
23224
+ --cds-button-danger-secondary: #fa4d56;
23225
+ --cds-background-active: #525252;
23226
+ --cds-layer-active: #525252;
23227
+ --cds-button-danger-active: #750e13;
23228
+ --cds-button-primary-active: #002d9c;
23229
+ --cds-button-secondary-active: #393939;
23230
+ --cds-button-tertiary-active: #c6c6c6;
23231
+ --cds-focus-inset: #161616;
23232
+ --cds-focus-inverse: #0f62fe;
23233
+ --cds-background-hover: #353535;
23234
+ --cds-layer-hover: #353535;
23235
+ --cds-field-hover: #353535;
23236
+ --cds-background-inverse-hover: #e5e5e5;
23237
+ --cds-link-primary-hover: #a6c8ff;
23238
+ --cds-button-danger-hover: #b81921;
23239
+ --cds-button-primary-hover: #0353e9;
23240
+ --cds-button-secondary-hover: #606060;
23241
+ --cds-button-tertiary-hover: #f4f4f4;
23242
+ --cds-background-selected: #393939;
23243
+ --cds-background-selected-hover: #4c4c4c;
23244
+ --cds-layer-selected: #393939;
23245
+ --cds-layer-selected-hover: #4c4c4c;
23246
+ --cds-layer-selected-inverse: #f4f4f4;
23247
+ --cds-border-subtle-selected: #525252;
23248
+ --cds-border-disabled: #262626;
23249
+ --cds-text-disabled: #525252;
23250
+ --cds-button-disabled: #525252;
23251
+ --cds-icon-disabled: #525252;
23252
+ --cds-text-on-color-disabled: #8d8d8d;
23253
+ --cds-icon-on-color-disabled: #8d8d8d;
23254
+ --cds-layer-selected-disabled: #8d8d8d;
23255
+ --cds-skeleton-background: #353535;
23256
+ --cds-skeleton-element: #525252;
23257
+ --cds-brand-01: #0f62fe;
23258
+ --cds-brand-02: #6f6f6f;
23259
+ --cds-brand-03: #ffffff;
23260
+ --cds-active-01: #525252;
23261
+ --cds-hover-field: #353535;
23262
+ --cds-danger: #da1e28;
23263
+ --cds-caption-01-font-size: 0.75rem;
23264
+ --cds-caption-01-font-weight: 400;
23265
+ --cds-caption-01-line-height: 1.33333;
23266
+ --cds-caption-01-letter-spacing: 0.32px;
23267
+ --cds-caption-02-font-size: 0.875rem;
23268
+ --cds-caption-02-font-weight: 400;
23269
+ --cds-caption-02-line-height: 1.28572;
23270
+ --cds-caption-02-letter-spacing: 0.32px;
23271
+ --cds-label-01-font-size: 0.75rem;
23272
+ --cds-label-01-font-weight: 400;
23273
+ --cds-label-01-line-height: 1.33333;
23274
+ --cds-label-01-letter-spacing: 0.32px;
23275
+ --cds-label-02-font-size: 0.875rem;
23276
+ --cds-label-02-font-weight: 400;
23277
+ --cds-label-02-line-height: 1.28572;
23278
+ --cds-label-02-letter-spacing: 0.16px;
23279
+ --cds-helper-text-01-font-size: 0.75rem;
23280
+ --cds-helper-text-01-line-height: 1.33333;
23281
+ --cds-helper-text-01-letter-spacing: 0.32px;
23282
+ --cds-helper-text-02-font-size: 0.875rem;
23283
+ --cds-helper-text-02-line-height: 1.28572;
23284
+ --cds-helper-text-02-letter-spacing: 0.16px;
23285
+ --cds-body-short-01-font-size: 0.875rem;
23286
+ --cds-body-short-01-font-weight: 400;
23287
+ --cds-body-short-01-line-height: 1.28572;
23288
+ --cds-body-short-01-letter-spacing: 0.16px;
23289
+ --cds-body-long-01-font-size: 0.875rem;
23290
+ --cds-body-long-01-font-weight: 400;
23291
+ --cds-body-long-01-line-height: 1.42857;
23292
+ --cds-body-long-01-letter-spacing: 0.16px;
23293
+ --cds-body-short-02-font-size: 1rem;
23294
+ --cds-body-short-02-font-weight: 400;
23295
+ --cds-body-short-02-line-height: 1.375;
23296
+ --cds-body-short-02-letter-spacing: 0;
23297
+ --cds-body-long-02-font-size: 1rem;
23298
+ --cds-body-long-02-font-weight: 400;
23299
+ --cds-body-long-02-line-height: 1.5;
23300
+ --cds-body-long-02-letter-spacing: 0;
23301
+ --cds-code-01-font-family: 'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace;
23302
+ --cds-code-01-font-size: 0.75rem;
23303
+ --cds-code-01-font-weight: 400;
23304
+ --cds-code-01-line-height: 1.33333;
23305
+ --cds-code-01-letter-spacing: 0.32px;
23306
+ --cds-code-02-font-family: 'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace;
23307
+ --cds-code-02-font-size: 0.875rem;
23308
+ --cds-code-02-font-weight: 400;
23309
+ --cds-code-02-line-height: 1.42857;
23310
+ --cds-code-02-letter-spacing: 0.32px;
23311
+ --cds-heading-01-font-size: 0.875rem;
23312
+ --cds-heading-01-font-weight: 600;
23313
+ --cds-heading-01-line-height: 1.42857;
23314
+ --cds-heading-01-letter-spacing: 0.16px;
23315
+ --cds-productive-heading-01-font-size: 0.875rem;
23316
+ --cds-productive-heading-01-font-weight: 600;
23317
+ --cds-productive-heading-01-line-height: 1.28572;
23318
+ --cds-productive-heading-01-letter-spacing: 0.16px;
23319
+ --cds-heading-02-font-size: 1rem;
23320
+ --cds-heading-02-font-weight: 600;
23321
+ --cds-heading-02-line-height: 1.5;
23322
+ --cds-heading-02-letter-spacing: 0;
23323
+ --cds-productive-heading-02-font-size: 1rem;
23324
+ --cds-productive-heading-02-font-weight: 600;
23325
+ --cds-productive-heading-02-line-height: 1.375;
23326
+ --cds-productive-heading-02-letter-spacing: 0;
23327
+ --cds-productive-heading-03-font-size: 1.25rem;
23328
+ --cds-productive-heading-03-font-weight: 400;
23329
+ --cds-productive-heading-03-line-height: 1.4;
23330
+ --cds-productive-heading-03-letter-spacing: 0;
23331
+ --cds-productive-heading-04-font-size: 1.75rem;
23332
+ --cds-productive-heading-04-font-weight: 400;
23333
+ --cds-productive-heading-04-line-height: 1.28572;
23334
+ --cds-productive-heading-04-letter-spacing: 0;
23335
+ --cds-productive-heading-05-font-size: 2rem;
23336
+ --cds-productive-heading-05-font-weight: 400;
23337
+ --cds-productive-heading-05-line-height: 1.25;
23338
+ --cds-productive-heading-05-letter-spacing: 0;
23339
+ --cds-productive-heading-06-font-size: 2.625rem;
23340
+ --cds-productive-heading-06-font-weight: 300;
23341
+ --cds-productive-heading-06-line-height: 1.199;
23342
+ --cds-productive-heading-06-letter-spacing: 0;
23343
+ --cds-productive-heading-07-font-size: 3.375rem;
23344
+ --cds-productive-heading-07-font-weight: 300;
23345
+ --cds-productive-heading-07-line-height: 1.199;
23346
+ --cds-productive-heading-07-letter-spacing: 0;
23347
+ --cds-expressive-heading-01-font-size: 0.875rem;
23348
+ --cds-expressive-heading-01-font-weight: 600;
23349
+ --cds-expressive-heading-01-line-height: 1.25;
23350
+ --cds-expressive-heading-01-letter-spacing: 0.16px;
23351
+ --cds-expressive-heading-02-font-size: 1rem;
23352
+ --cds-expressive-heading-02-font-weight: 600;
23353
+ --cds-expressive-heading-02-line-height: 1.5;
23354
+ --cds-expressive-heading-02-letter-spacing: 0;
23355
+ --cds-expressive-heading-03-font-size: 1.25rem;
23356
+ --cds-expressive-heading-03-font-weight: 400;
23357
+ --cds-expressive-heading-03-line-height: 1.4;
23358
+ --cds-expressive-heading-03-letter-spacing: 0;
23359
+ --cds-expressive-heading-04-font-size: 1.75rem;
23360
+ --cds-expressive-heading-04-font-weight: 400;
23361
+ --cds-expressive-heading-04-line-height: 1.28572;
23362
+ --cds-expressive-heading-04-letter-spacing: 0;
23363
+ --cds-expressive-heading-05-font-size: 2rem;
23364
+ --cds-expressive-heading-05-font-weight: 400;
23365
+ --cds-expressive-heading-05-line-height: 1.25;
23366
+ --cds-expressive-heading-05-letter-spacing: 0;
23367
+ --cds-expressive-heading-06-font-size: 2rem;
23368
+ --cds-expressive-heading-06-font-weight: 600;
23369
+ --cds-expressive-heading-06-line-height: 1.25;
23370
+ --cds-expressive-heading-06-letter-spacing: 0;
23371
+ --cds-expressive-paragraph-01-font-size: 1.5rem;
23372
+ --cds-expressive-paragraph-01-font-weight: 300;
23373
+ --cds-expressive-paragraph-01-line-height: 1.334;
23374
+ --cds-expressive-paragraph-01-letter-spacing: 0;
23375
+ --cds-quotation-01-font-family: 'IBM Plex Serif', 'Georgia', Times, serif;
23376
+ --cds-quotation-01-font-size: 1.25rem;
23377
+ --cds-quotation-01-font-weight: 400;
23378
+ --cds-quotation-01-line-height: 1.3;
23379
+ --cds-quotation-01-letter-spacing: 0;
23380
+ --cds-quotation-02-font-family: 'IBM Plex Serif', 'Georgia', Times, serif;
23381
+ --cds-quotation-02-font-size: 2rem;
23382
+ --cds-quotation-02-font-weight: 300;
23383
+ --cds-quotation-02-line-height: 1.25;
23384
+ --cds-quotation-02-letter-spacing: 0;
23385
+ --cds-display-01-font-size: 2.625rem;
23386
+ --cds-display-01-font-weight: 300;
23387
+ --cds-display-01-line-height: 1.19;
23388
+ --cds-display-01-letter-spacing: 0;
23389
+ --cds-display-02-font-size: 2.625rem;
23390
+ --cds-display-02-font-weight: 600;
23391
+ --cds-display-02-line-height: 1.19;
23392
+ --cds-display-02-letter-spacing: 0;
23393
+ --cds-display-03-font-size: 2.625rem;
23394
+ --cds-display-03-font-weight: 300;
23395
+ --cds-display-03-line-height: 1.19;
23396
+ --cds-display-03-letter-spacing: 0;
23397
+ --cds-display-04-font-size: 2.625rem;
23398
+ --cds-display-04-font-weight: 300;
23399
+ --cds-display-04-line-height: 1.19;
23400
+ --cds-display-04-letter-spacing: 0;
23401
+ --cds-legal-01-font-size: 0.75rem;
23402
+ --cds-legal-01-font-weight: 400;
23403
+ --cds-legal-01-line-height: 1.33333;
23404
+ --cds-legal-01-letter-spacing: 0.32px;
23405
+ --cds-legal-02-font-size: 0.875rem;
23406
+ --cds-legal-02-font-weight: 400;
23407
+ --cds-legal-02-line-height: 1.28572;
23408
+ --cds-legal-02-letter-spacing: 0.16px;
23409
+ --cds-body-compact-01-font-size: 0.875rem;
23410
+ --cds-body-compact-01-font-weight: 400;
23411
+ --cds-body-compact-01-line-height: 1.28572;
23412
+ --cds-body-compact-01-letter-spacing: 0.16px;
23413
+ --cds-body-compact-02-font-size: 1rem;
23414
+ --cds-body-compact-02-font-weight: 400;
23415
+ --cds-body-compact-02-line-height: 1.375;
23416
+ --cds-body-compact-02-letter-spacing: 0;
23417
+ --cds-body-01-font-size: 0.875rem;
23418
+ --cds-body-01-font-weight: 400;
23419
+ --cds-body-01-line-height: 1.42857;
23420
+ --cds-body-01-letter-spacing: 0.16px;
23421
+ --cds-body-02-font-size: 1rem;
23422
+ --cds-body-02-font-weight: 400;
23423
+ --cds-body-02-line-height: 1.5;
23424
+ --cds-body-02-letter-spacing: 0;
23425
+ --cds-heading-compact-01-font-size: 0.875rem;
23426
+ --cds-heading-compact-01-font-weight: 600;
23427
+ --cds-heading-compact-01-line-height: 1.28572;
23428
+ --cds-heading-compact-01-letter-spacing: 0.16px;
23429
+ --cds-heading-compact-02-font-size: 1rem;
23430
+ --cds-heading-compact-02-font-weight: 600;
23431
+ --cds-heading-compact-02-line-height: 1.375;
23432
+ --cds-heading-compact-02-letter-spacing: 0;
23433
+ --cds-heading-03-font-size: 1.25rem;
23434
+ --cds-heading-03-font-weight: 400;
23435
+ --cds-heading-03-line-height: 1.4;
23436
+ --cds-heading-03-letter-spacing: 0;
23437
+ --cds-heading-04-font-size: 1.75rem;
23438
+ --cds-heading-04-font-weight: 400;
23439
+ --cds-heading-04-line-height: 1.28572;
23440
+ --cds-heading-04-letter-spacing: 0;
23441
+ --cds-heading-05-font-size: 2rem;
23442
+ --cds-heading-05-font-weight: 400;
23443
+ --cds-heading-05-line-height: 1.25;
23444
+ --cds-heading-05-letter-spacing: 0;
23445
+ --cds-heading-06-font-size: 2.625rem;
23446
+ --cds-heading-06-font-weight: 300;
23447
+ --cds-heading-06-line-height: 1.199;
23448
+ --cds-heading-06-letter-spacing: 0;
23449
+ --cds-heading-07-font-size: 3.375rem;
23450
+ --cds-heading-07-font-weight: 300;
23451
+ --cds-heading-07-line-height: 1.199;
23452
+ --cds-heading-07-letter-spacing: 0;
23453
+ --cds-fluid-heading-03-font-size: 1.25rem;
23454
+ --cds-fluid-heading-03-font-weight: 400;
23455
+ --cds-fluid-heading-03-line-height: 1.4;
23456
+ --cds-fluid-heading-03-letter-spacing: 0;
23457
+ --cds-fluid-heading-04-font-size: 1.75rem;
23458
+ --cds-fluid-heading-04-font-weight: 400;
23459
+ --cds-fluid-heading-04-line-height: 1.28572;
23460
+ --cds-fluid-heading-04-letter-spacing: 0;
23461
+ --cds-fluid-heading-05-font-size: 2rem;
23462
+ --cds-fluid-heading-05-font-weight: 400;
23463
+ --cds-fluid-heading-05-line-height: 1.25;
23464
+ --cds-fluid-heading-05-letter-spacing: 0;
23465
+ --cds-fluid-heading-06-font-size: 2rem;
23466
+ --cds-fluid-heading-06-font-weight: 600;
23467
+ --cds-fluid-heading-06-line-height: 1.25;
23468
+ --cds-fluid-heading-06-letter-spacing: 0;
23469
+ --cds-fluid-paragraph-01-font-size: 1.5rem;
23470
+ --cds-fluid-paragraph-01-font-weight: 300;
23471
+ --cds-fluid-paragraph-01-line-height: 1.334;
23472
+ --cds-fluid-paragraph-01-letter-spacing: 0;
23473
+ --cds-fluid-quotation-01-font-family: 'IBM Plex Serif', 'Georgia', Times, serif;
23474
+ --cds-fluid-quotation-01-font-size: 1.25rem;
23475
+ --cds-fluid-quotation-01-font-weight: 400;
23476
+ --cds-fluid-quotation-01-line-height: 1.3;
23477
+ --cds-fluid-quotation-01-letter-spacing: 0;
23478
+ --cds-fluid-quotation-02-font-family: 'IBM Plex Serif', 'Georgia', Times, serif;
23479
+ --cds-fluid-quotation-02-font-size: 2rem;
23480
+ --cds-fluid-quotation-02-font-weight: 300;
23481
+ --cds-fluid-quotation-02-line-height: 1.25;
23482
+ --cds-fluid-quotation-02-letter-spacing: 0;
23483
+ --cds-fluid-display-01-font-size: 2.625rem;
23484
+ --cds-fluid-display-01-font-weight: 300;
23485
+ --cds-fluid-display-01-line-height: 1.19;
23486
+ --cds-fluid-display-01-letter-spacing: 0;
23487
+ --cds-fluid-display-02-font-size: 2.625rem;
23488
+ --cds-fluid-display-02-font-weight: 600;
23489
+ --cds-fluid-display-02-line-height: 1.19;
23490
+ --cds-fluid-display-02-letter-spacing: 0;
23491
+ --cds-fluid-display-03-font-size: 2.625rem;
23492
+ --cds-fluid-display-03-font-weight: 300;
23493
+ --cds-fluid-display-03-line-height: 1.19;
23494
+ --cds-fluid-display-03-letter-spacing: 0;
23495
+ --cds-fluid-display-04-font-size: 2.625rem;
23496
+ --cds-fluid-display-04-font-weight: 300;
23497
+ --cds-fluid-display-04-line-height: 1.19;
23498
+ --cds-fluid-display-04-letter-spacing: 0;
23499
+ --cds-spacing-01: 0.125rem;
23500
+ --cds-spacing-02: 0.25rem;
23501
+ --cds-spacing-03: 0.5rem;
23502
+ --cds-spacing-04: 0.75rem;
23503
+ --cds-spacing-05: 1rem;
23504
+ --cds-spacing-06: 1.5rem;
23505
+ --cds-spacing-07: 2rem;
23506
+ --cds-spacing-08: 2.5rem;
23507
+ --cds-spacing-09: 3rem;
23508
+ --cds-spacing-10: 4rem;
23509
+ --cds-spacing-11: 5rem;
23510
+ --cds-spacing-12: 6rem;
23511
+ --cds-spacing-13: 10rem;
23512
+ --cds-fluid-spacing-01: 0;
23513
+ --cds-fluid-spacing-02: 2vw;
23514
+ --cds-fluid-spacing-03: 5vw;
23515
+ --cds-fluid-spacing-04: 10vw;
23516
+ --cds-layout-01: 1rem;
23517
+ --cds-layout-02: 1.5rem;
23518
+ --cds-layout-03: 2rem;
23519
+ --cds-layout-04: 3rem;
23520
+ --cds-layout-05: 4rem;
23521
+ --cds-layout-06: 6rem;
23522
+ --cds-layout-07: 10rem;
23523
+ --cds-container-01: 1.5rem;
23524
+ --cds-container-02: 2rem;
23525
+ --cds-container-03: 2.5rem;
23526
+ --cds-container-04: 3rem;
23527
+ --cds-container-05: 4rem;
23528
+ --cds-size-xsmall: 1.5rem;
23529
+ --cds-size-small: 2rem;
23530
+ --cds-size-medium: 2.5rem;
23531
+ --cds-size-large: 3rem;
23532
+ --cds-size-xlarge: 4rem;
23533
+ --cds-size-2XLarge: 5rem;
23534
+ --cds-icon-size-01: 1rem;
23535
+ --cds-icon-size-02: 1.25rem;
23536
+ padding: 0.0625rem var(--cds-spacing-03, 0.5rem) 0.0625rem var(--cds-spacing-03, 0.5rem);
23537
+ border: none;
23538
+ border-radius: var(--cds-spacing-04, 0.75rem);
23539
+ background-color: var(--cds-interactive-02, #393939);
23540
+ white-space: nowrap;
23541
+ background-color: var(--cds-interactive-02, #393939);
23542
+ color: var(--cds-text-04, #ffffff);
23543
+ }
23544
+ .c4p--non-linear-reading__term-dark--closed:hover {
23545
+ background-color: var(--cds-hover-secondary, #4c4c4c);
23546
+ cursor: pointer;
23547
+ }
23548
+ .c4p--non-linear-reading__term-dark--closed:hover {
23549
+ background-color: var(--cds-hover-secondary, #4c4c4c);
23550
+ }
23551
+ .c4p--non-linear-reading__term-dark--open {
23552
+ --cds-interactive-01: #0f62fe;
23553
+ --cds-interactive-02: #6f6f6f;
23554
+ --cds-interactive-03: #ffffff;
23555
+ --cds-interactive-04: #4589ff;
23556
+ --cds-ui-background: #161616;
23557
+ --cds-ui-01: #262626;
23558
+ --cds-ui-02: #393939;
23559
+ --cds-ui-03: #393939;
23560
+ --cds-ui-04: #6f6f6f;
23561
+ --cds-ui-05: #f4f4f4;
23562
+ --cds-text-01: #f4f4f4;
23563
+ --cds-text-02: #c6c6c6;
23564
+ --cds-text-03: #6f6f6f;
23565
+ --cds-text-04: #ffffff;
23566
+ --cds-text-05: #8d8d8d;
23567
+ --cds-text-error: #ff8389;
23568
+ --cds-icon-01: #f4f4f4;
23569
+ --cds-icon-02: #c6c6c6;
23570
+ --cds-icon-03: #ffffff;
23571
+ --cds-link-01: #78a9ff;
23572
+ --cds-link-02: #a6c8ff;
23573
+ --cds-inverse-link: #0f62fe;
23574
+ --cds-field-01: #262626;
23575
+ --cds-field-02: #393939;
23576
+ --cds-inverse-01: #161616;
23577
+ --cds-inverse-02: #f4f4f4;
23578
+ --cds-support-01: #fa4d56;
23579
+ --cds-support-02: #42be65;
23580
+ --cds-support-03: #f1c21b;
23581
+ --cds-support-04: #4589ff;
23582
+ --cds-inverse-support-01: #da1e28;
23583
+ --cds-inverse-support-02: #24a148;
23584
+ --cds-inverse-support-03: #f1c21b;
23585
+ --cds-inverse-support-04: #0f62fe;
23586
+ --cds-overlay-01: rgba(0, 0, 0, 0.65);
23587
+ --cds-danger-01: #da1e28;
23588
+ --cds-danger-02: #fa4d56;
23589
+ --cds-focus: #ffffff;
23590
+ --cds-inverse-focus-ui: #0f62fe;
23591
+ --cds-hover-primary: #0353e9;
23592
+ --cds-active-primary: #002d9c;
23593
+ --cds-hover-primary-text: #a6c8ff;
23594
+ --cds-hover-secondary: #606060;
23595
+ --cds-active-secondary: #393939;
23596
+ --cds-hover-tertiary: #f4f4f4;
23597
+ --cds-active-tertiary: #c6c6c6;
23598
+ --cds-hover-ui: #353535;
23599
+ --cds-hover-light-ui: #4c4c4c;
23600
+ --cds-hover-selected-ui: #4c4c4c;
23601
+ --cds-active-ui: #525252;
23602
+ --cds-active-light-ui: #6f6f6f;
23603
+ --cds-selected-ui: #393939;
23604
+ --cds-selected-light-ui: #525252;
23605
+ --cds-inverse-hover-ui: #e5e5e5;
23606
+ --cds-hover-danger: #b81921;
23607
+ --cds-active-danger: #750e13;
23608
+ --cds-hover-row: #353535;
23609
+ --cds-visited-link: #be95ff;
23610
+ --cds-disabled-01: #262626;
23611
+ --cds-disabled-02: #525252;
23612
+ --cds-disabled-03: #8d8d8d;
23613
+ --cds-highlight: #002d9c;
23614
+ --cds-decorative-01: #525252;
23615
+ --cds-button-separator: #161616;
23616
+ --cds-skeleton-01: #353535;
23617
+ --cds-skeleton-02: #525252;
23618
+ --cds-background: #161616;
23619
+ --cds-layer: #262626;
23620
+ --cds-layer-accent: #393939;
23621
+ --cds-layer-accent-hover: #474747;
23622
+ --cds-layer-accent-active: #6f6f6f;
23623
+ --cds-field: #262626;
23624
+ --cds-background-inverse: #f4f4f4;
23625
+ --cds-background-brand: #0f62fe;
23626
+ --cds-interactive: #4589ff;
23627
+ --cds-border-subtle: #393939;
23628
+ --cds-border-strong: #6f6f6f;
23629
+ --cds-border-inverse: #f4f4f4;
23630
+ --cds-border-interactive: #4589ff;
23631
+ --cds-text-primary: #f4f4f4;
23632
+ --cds-text-secondary: #c6c6c6;
23633
+ --cds-text-placeholder: #6f6f6f;
23634
+ --cds-text-helper: #8d8d8d;
23635
+ --cds-text-on-color: #ffffff;
23636
+ --cds-text-inverse: #161616;
23637
+ --cds-link-primary: #78a9ff;
23638
+ --cds-link-secondary: #a6c8ff;
23639
+ --cds-link-visited: #be95ff;
23640
+ --cds-link-inverse: #0f62fe;
23641
+ --cds-icon-primary: #f4f4f4;
23642
+ --cds-icon-secondary: #c6c6c6;
23643
+ --cds-icon-on-color: #ffffff;
23644
+ --cds-icon-inverse: #161616;
23645
+ --cds-support-error: #fa4d56;
23646
+ --cds-support-success: #42be65;
23647
+ --cds-support-warning: #f1c21b;
23648
+ --cds-support-info: #4589ff;
23649
+ --cds-support-error-inverse: #da1e28;
23650
+ --cds-support-success-inverse: #24a148;
23651
+ --cds-support-warning-inverse: #f1c21b;
23652
+ --cds-support-info-inverse: #0f62fe;
23653
+ --cds-overlay: rgba(0, 0, 0, 0.65);
23654
+ --cds-toggle-off: #6f6f6f;
23655
+ --cds-shadow: rgba(0, 0, 0, 0.8);
23656
+ --cds-button-primary: #0f62fe;
23657
+ --cds-button-secondary: #6f6f6f;
23658
+ --cds-button-tertiary: #ffffff;
23659
+ --cds-button-danger-primary: #da1e28;
23660
+ --cds-button-danger-secondary: #fa4d56;
23661
+ --cds-background-active: #525252;
23662
+ --cds-layer-active: #525252;
23663
+ --cds-button-danger-active: #750e13;
23664
+ --cds-button-primary-active: #002d9c;
23665
+ --cds-button-secondary-active: #393939;
23666
+ --cds-button-tertiary-active: #c6c6c6;
23667
+ --cds-focus-inset: #161616;
23668
+ --cds-focus-inverse: #0f62fe;
23669
+ --cds-background-hover: #353535;
23670
+ --cds-layer-hover: #353535;
23671
+ --cds-field-hover: #353535;
23672
+ --cds-background-inverse-hover: #e5e5e5;
23673
+ --cds-link-primary-hover: #a6c8ff;
23674
+ --cds-button-danger-hover: #b81921;
23675
+ --cds-button-primary-hover: #0353e9;
23676
+ --cds-button-secondary-hover: #606060;
23677
+ --cds-button-tertiary-hover: #f4f4f4;
23678
+ --cds-background-selected: #393939;
23679
+ --cds-background-selected-hover: #4c4c4c;
23680
+ --cds-layer-selected: #393939;
23681
+ --cds-layer-selected-hover: #4c4c4c;
23682
+ --cds-layer-selected-inverse: #f4f4f4;
23683
+ --cds-border-subtle-selected: #525252;
23684
+ --cds-border-disabled: #262626;
23685
+ --cds-text-disabled: #525252;
23686
+ --cds-button-disabled: #525252;
23687
+ --cds-icon-disabled: #525252;
23688
+ --cds-text-on-color-disabled: #8d8d8d;
23689
+ --cds-icon-on-color-disabled: #8d8d8d;
23690
+ --cds-layer-selected-disabled: #8d8d8d;
23691
+ --cds-skeleton-background: #353535;
23692
+ --cds-skeleton-element: #525252;
23693
+ --cds-brand-01: #0f62fe;
23694
+ --cds-brand-02: #6f6f6f;
23695
+ --cds-brand-03: #ffffff;
23696
+ --cds-active-01: #525252;
23697
+ --cds-hover-field: #353535;
23698
+ --cds-danger: #da1e28;
23699
+ --cds-caption-01-font-size: 0.75rem;
23700
+ --cds-caption-01-font-weight: 400;
23701
+ --cds-caption-01-line-height: 1.33333;
23702
+ --cds-caption-01-letter-spacing: 0.32px;
23703
+ --cds-caption-02-font-size: 0.875rem;
23704
+ --cds-caption-02-font-weight: 400;
23705
+ --cds-caption-02-line-height: 1.28572;
23706
+ --cds-caption-02-letter-spacing: 0.32px;
23707
+ --cds-label-01-font-size: 0.75rem;
23708
+ --cds-label-01-font-weight: 400;
23709
+ --cds-label-01-line-height: 1.33333;
23710
+ --cds-label-01-letter-spacing: 0.32px;
23711
+ --cds-label-02-font-size: 0.875rem;
23712
+ --cds-label-02-font-weight: 400;
23713
+ --cds-label-02-line-height: 1.28572;
23714
+ --cds-label-02-letter-spacing: 0.16px;
23715
+ --cds-helper-text-01-font-size: 0.75rem;
23716
+ --cds-helper-text-01-line-height: 1.33333;
23717
+ --cds-helper-text-01-letter-spacing: 0.32px;
23718
+ --cds-helper-text-02-font-size: 0.875rem;
23719
+ --cds-helper-text-02-line-height: 1.28572;
23720
+ --cds-helper-text-02-letter-spacing: 0.16px;
23721
+ --cds-body-short-01-font-size: 0.875rem;
23722
+ --cds-body-short-01-font-weight: 400;
23723
+ --cds-body-short-01-line-height: 1.28572;
23724
+ --cds-body-short-01-letter-spacing: 0.16px;
23725
+ --cds-body-long-01-font-size: 0.875rem;
23726
+ --cds-body-long-01-font-weight: 400;
23727
+ --cds-body-long-01-line-height: 1.42857;
23728
+ --cds-body-long-01-letter-spacing: 0.16px;
23729
+ --cds-body-short-02-font-size: 1rem;
23730
+ --cds-body-short-02-font-weight: 400;
23731
+ --cds-body-short-02-line-height: 1.375;
23732
+ --cds-body-short-02-letter-spacing: 0;
23733
+ --cds-body-long-02-font-size: 1rem;
23734
+ --cds-body-long-02-font-weight: 400;
23735
+ --cds-body-long-02-line-height: 1.5;
23736
+ --cds-body-long-02-letter-spacing: 0;
23737
+ --cds-code-01-font-family: 'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace;
23738
+ --cds-code-01-font-size: 0.75rem;
23739
+ --cds-code-01-font-weight: 400;
23740
+ --cds-code-01-line-height: 1.33333;
23741
+ --cds-code-01-letter-spacing: 0.32px;
23742
+ --cds-code-02-font-family: 'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace;
23743
+ --cds-code-02-font-size: 0.875rem;
23744
+ --cds-code-02-font-weight: 400;
23745
+ --cds-code-02-line-height: 1.42857;
23746
+ --cds-code-02-letter-spacing: 0.32px;
23747
+ --cds-heading-01-font-size: 0.875rem;
23748
+ --cds-heading-01-font-weight: 600;
23749
+ --cds-heading-01-line-height: 1.42857;
23750
+ --cds-heading-01-letter-spacing: 0.16px;
23751
+ --cds-productive-heading-01-font-size: 0.875rem;
23752
+ --cds-productive-heading-01-font-weight: 600;
23753
+ --cds-productive-heading-01-line-height: 1.28572;
23754
+ --cds-productive-heading-01-letter-spacing: 0.16px;
23755
+ --cds-heading-02-font-size: 1rem;
23756
+ --cds-heading-02-font-weight: 600;
23757
+ --cds-heading-02-line-height: 1.5;
23758
+ --cds-heading-02-letter-spacing: 0;
23759
+ --cds-productive-heading-02-font-size: 1rem;
23760
+ --cds-productive-heading-02-font-weight: 600;
23761
+ --cds-productive-heading-02-line-height: 1.375;
23762
+ --cds-productive-heading-02-letter-spacing: 0;
23763
+ --cds-productive-heading-03-font-size: 1.25rem;
23764
+ --cds-productive-heading-03-font-weight: 400;
23765
+ --cds-productive-heading-03-line-height: 1.4;
23766
+ --cds-productive-heading-03-letter-spacing: 0;
23767
+ --cds-productive-heading-04-font-size: 1.75rem;
23768
+ --cds-productive-heading-04-font-weight: 400;
23769
+ --cds-productive-heading-04-line-height: 1.28572;
23770
+ --cds-productive-heading-04-letter-spacing: 0;
23771
+ --cds-productive-heading-05-font-size: 2rem;
23772
+ --cds-productive-heading-05-font-weight: 400;
23773
+ --cds-productive-heading-05-line-height: 1.25;
23774
+ --cds-productive-heading-05-letter-spacing: 0;
23775
+ --cds-productive-heading-06-font-size: 2.625rem;
23776
+ --cds-productive-heading-06-font-weight: 300;
23777
+ --cds-productive-heading-06-line-height: 1.199;
23778
+ --cds-productive-heading-06-letter-spacing: 0;
23779
+ --cds-productive-heading-07-font-size: 3.375rem;
23780
+ --cds-productive-heading-07-font-weight: 300;
23781
+ --cds-productive-heading-07-line-height: 1.199;
23782
+ --cds-productive-heading-07-letter-spacing: 0;
23783
+ --cds-expressive-heading-01-font-size: 0.875rem;
23784
+ --cds-expressive-heading-01-font-weight: 600;
23785
+ --cds-expressive-heading-01-line-height: 1.25;
23786
+ --cds-expressive-heading-01-letter-spacing: 0.16px;
23787
+ --cds-expressive-heading-02-font-size: 1rem;
23788
+ --cds-expressive-heading-02-font-weight: 600;
23789
+ --cds-expressive-heading-02-line-height: 1.5;
23790
+ --cds-expressive-heading-02-letter-spacing: 0;
23791
+ --cds-expressive-heading-03-font-size: 1.25rem;
23792
+ --cds-expressive-heading-03-font-weight: 400;
23793
+ --cds-expressive-heading-03-line-height: 1.4;
23794
+ --cds-expressive-heading-03-letter-spacing: 0;
23795
+ --cds-expressive-heading-04-font-size: 1.75rem;
23796
+ --cds-expressive-heading-04-font-weight: 400;
23797
+ --cds-expressive-heading-04-line-height: 1.28572;
23798
+ --cds-expressive-heading-04-letter-spacing: 0;
23799
+ --cds-expressive-heading-05-font-size: 2rem;
23800
+ --cds-expressive-heading-05-font-weight: 400;
23801
+ --cds-expressive-heading-05-line-height: 1.25;
23802
+ --cds-expressive-heading-05-letter-spacing: 0;
23803
+ --cds-expressive-heading-06-font-size: 2rem;
23804
+ --cds-expressive-heading-06-font-weight: 600;
23805
+ --cds-expressive-heading-06-line-height: 1.25;
23806
+ --cds-expressive-heading-06-letter-spacing: 0;
23807
+ --cds-expressive-paragraph-01-font-size: 1.5rem;
23808
+ --cds-expressive-paragraph-01-font-weight: 300;
23809
+ --cds-expressive-paragraph-01-line-height: 1.334;
23810
+ --cds-expressive-paragraph-01-letter-spacing: 0;
23811
+ --cds-quotation-01-font-family: 'IBM Plex Serif', 'Georgia', Times, serif;
23812
+ --cds-quotation-01-font-size: 1.25rem;
23813
+ --cds-quotation-01-font-weight: 400;
23814
+ --cds-quotation-01-line-height: 1.3;
23815
+ --cds-quotation-01-letter-spacing: 0;
23816
+ --cds-quotation-02-font-family: 'IBM Plex Serif', 'Georgia', Times, serif;
23817
+ --cds-quotation-02-font-size: 2rem;
23818
+ --cds-quotation-02-font-weight: 300;
23819
+ --cds-quotation-02-line-height: 1.25;
23820
+ --cds-quotation-02-letter-spacing: 0;
23821
+ --cds-display-01-font-size: 2.625rem;
23822
+ --cds-display-01-font-weight: 300;
23823
+ --cds-display-01-line-height: 1.19;
23824
+ --cds-display-01-letter-spacing: 0;
23825
+ --cds-display-02-font-size: 2.625rem;
23826
+ --cds-display-02-font-weight: 600;
23827
+ --cds-display-02-line-height: 1.19;
23828
+ --cds-display-02-letter-spacing: 0;
23829
+ --cds-display-03-font-size: 2.625rem;
23830
+ --cds-display-03-font-weight: 300;
23831
+ --cds-display-03-line-height: 1.19;
23832
+ --cds-display-03-letter-spacing: 0;
23833
+ --cds-display-04-font-size: 2.625rem;
23834
+ --cds-display-04-font-weight: 300;
23835
+ --cds-display-04-line-height: 1.19;
23836
+ --cds-display-04-letter-spacing: 0;
23837
+ --cds-legal-01-font-size: 0.75rem;
23838
+ --cds-legal-01-font-weight: 400;
23839
+ --cds-legal-01-line-height: 1.33333;
23840
+ --cds-legal-01-letter-spacing: 0.32px;
23841
+ --cds-legal-02-font-size: 0.875rem;
23842
+ --cds-legal-02-font-weight: 400;
23843
+ --cds-legal-02-line-height: 1.28572;
23844
+ --cds-legal-02-letter-spacing: 0.16px;
23845
+ --cds-body-compact-01-font-size: 0.875rem;
23846
+ --cds-body-compact-01-font-weight: 400;
23847
+ --cds-body-compact-01-line-height: 1.28572;
23848
+ --cds-body-compact-01-letter-spacing: 0.16px;
23849
+ --cds-body-compact-02-font-size: 1rem;
23850
+ --cds-body-compact-02-font-weight: 400;
23851
+ --cds-body-compact-02-line-height: 1.375;
23852
+ --cds-body-compact-02-letter-spacing: 0;
23853
+ --cds-body-01-font-size: 0.875rem;
23854
+ --cds-body-01-font-weight: 400;
23855
+ --cds-body-01-line-height: 1.42857;
23856
+ --cds-body-01-letter-spacing: 0.16px;
23857
+ --cds-body-02-font-size: 1rem;
23858
+ --cds-body-02-font-weight: 400;
23859
+ --cds-body-02-line-height: 1.5;
23860
+ --cds-body-02-letter-spacing: 0;
23861
+ --cds-heading-compact-01-font-size: 0.875rem;
23862
+ --cds-heading-compact-01-font-weight: 600;
23863
+ --cds-heading-compact-01-line-height: 1.28572;
23864
+ --cds-heading-compact-01-letter-spacing: 0.16px;
23865
+ --cds-heading-compact-02-font-size: 1rem;
23866
+ --cds-heading-compact-02-font-weight: 600;
23867
+ --cds-heading-compact-02-line-height: 1.375;
23868
+ --cds-heading-compact-02-letter-spacing: 0;
23869
+ --cds-heading-03-font-size: 1.25rem;
23870
+ --cds-heading-03-font-weight: 400;
23871
+ --cds-heading-03-line-height: 1.4;
23872
+ --cds-heading-03-letter-spacing: 0;
23873
+ --cds-heading-04-font-size: 1.75rem;
23874
+ --cds-heading-04-font-weight: 400;
23875
+ --cds-heading-04-line-height: 1.28572;
23876
+ --cds-heading-04-letter-spacing: 0;
23877
+ --cds-heading-05-font-size: 2rem;
23878
+ --cds-heading-05-font-weight: 400;
23879
+ --cds-heading-05-line-height: 1.25;
23880
+ --cds-heading-05-letter-spacing: 0;
23881
+ --cds-heading-06-font-size: 2.625rem;
23882
+ --cds-heading-06-font-weight: 300;
23883
+ --cds-heading-06-line-height: 1.199;
23884
+ --cds-heading-06-letter-spacing: 0;
23885
+ --cds-heading-07-font-size: 3.375rem;
23886
+ --cds-heading-07-font-weight: 300;
23887
+ --cds-heading-07-line-height: 1.199;
23888
+ --cds-heading-07-letter-spacing: 0;
23889
+ --cds-fluid-heading-03-font-size: 1.25rem;
23890
+ --cds-fluid-heading-03-font-weight: 400;
23891
+ --cds-fluid-heading-03-line-height: 1.4;
23892
+ --cds-fluid-heading-03-letter-spacing: 0;
23893
+ --cds-fluid-heading-04-font-size: 1.75rem;
23894
+ --cds-fluid-heading-04-font-weight: 400;
23895
+ --cds-fluid-heading-04-line-height: 1.28572;
23896
+ --cds-fluid-heading-04-letter-spacing: 0;
23897
+ --cds-fluid-heading-05-font-size: 2rem;
23898
+ --cds-fluid-heading-05-font-weight: 400;
23899
+ --cds-fluid-heading-05-line-height: 1.25;
23900
+ --cds-fluid-heading-05-letter-spacing: 0;
23901
+ --cds-fluid-heading-06-font-size: 2rem;
23902
+ --cds-fluid-heading-06-font-weight: 600;
23903
+ --cds-fluid-heading-06-line-height: 1.25;
23904
+ --cds-fluid-heading-06-letter-spacing: 0;
23905
+ --cds-fluid-paragraph-01-font-size: 1.5rem;
23906
+ --cds-fluid-paragraph-01-font-weight: 300;
23907
+ --cds-fluid-paragraph-01-line-height: 1.334;
23908
+ --cds-fluid-paragraph-01-letter-spacing: 0;
23909
+ --cds-fluid-quotation-01-font-family: 'IBM Plex Serif', 'Georgia', Times, serif;
23910
+ --cds-fluid-quotation-01-font-size: 1.25rem;
23911
+ --cds-fluid-quotation-01-font-weight: 400;
23912
+ --cds-fluid-quotation-01-line-height: 1.3;
23913
+ --cds-fluid-quotation-01-letter-spacing: 0;
23914
+ --cds-fluid-quotation-02-font-family: 'IBM Plex Serif', 'Georgia', Times, serif;
23915
+ --cds-fluid-quotation-02-font-size: 2rem;
23916
+ --cds-fluid-quotation-02-font-weight: 300;
23917
+ --cds-fluid-quotation-02-line-height: 1.25;
23918
+ --cds-fluid-quotation-02-letter-spacing: 0;
23919
+ --cds-fluid-display-01-font-size: 2.625rem;
23920
+ --cds-fluid-display-01-font-weight: 300;
23921
+ --cds-fluid-display-01-line-height: 1.19;
23922
+ --cds-fluid-display-01-letter-spacing: 0;
23923
+ --cds-fluid-display-02-font-size: 2.625rem;
23924
+ --cds-fluid-display-02-font-weight: 600;
23925
+ --cds-fluid-display-02-line-height: 1.19;
23926
+ --cds-fluid-display-02-letter-spacing: 0;
23927
+ --cds-fluid-display-03-font-size: 2.625rem;
23928
+ --cds-fluid-display-03-font-weight: 300;
23929
+ --cds-fluid-display-03-line-height: 1.19;
23930
+ --cds-fluid-display-03-letter-spacing: 0;
23931
+ --cds-fluid-display-04-font-size: 2.625rem;
23932
+ --cds-fluid-display-04-font-weight: 300;
23933
+ --cds-fluid-display-04-line-height: 1.19;
23934
+ --cds-fluid-display-04-letter-spacing: 0;
23935
+ --cds-spacing-01: 0.125rem;
23936
+ --cds-spacing-02: 0.25rem;
23937
+ --cds-spacing-03: 0.5rem;
23938
+ --cds-spacing-04: 0.75rem;
23939
+ --cds-spacing-05: 1rem;
23940
+ --cds-spacing-06: 1.5rem;
23941
+ --cds-spacing-07: 2rem;
23942
+ --cds-spacing-08: 2.5rem;
23943
+ --cds-spacing-09: 3rem;
23944
+ --cds-spacing-10: 4rem;
23945
+ --cds-spacing-11: 5rem;
23946
+ --cds-spacing-12: 6rem;
23947
+ --cds-spacing-13: 10rem;
23948
+ --cds-fluid-spacing-01: 0;
23949
+ --cds-fluid-spacing-02: 2vw;
23950
+ --cds-fluid-spacing-03: 5vw;
23951
+ --cds-fluid-spacing-04: 10vw;
23952
+ --cds-layout-01: 1rem;
23953
+ --cds-layout-02: 1.5rem;
23954
+ --cds-layout-03: 2rem;
23955
+ --cds-layout-04: 3rem;
23956
+ --cds-layout-05: 4rem;
23957
+ --cds-layout-06: 6rem;
23958
+ --cds-layout-07: 10rem;
23959
+ --cds-container-01: 1.5rem;
23960
+ --cds-container-02: 2rem;
23961
+ --cds-container-03: 2.5rem;
23962
+ --cds-container-04: 3rem;
23963
+ --cds-container-05: 4rem;
23964
+ --cds-size-xsmall: 1.5rem;
23965
+ --cds-size-small: 2rem;
23966
+ --cds-size-medium: 2.5rem;
23967
+ --cds-size-large: 3rem;
23968
+ --cds-size-xlarge: 4rem;
23969
+ --cds-size-2XLarge: 5rem;
23970
+ --cds-icon-size-01: 1rem;
23971
+ --cds-icon-size-02: 1.25rem;
23972
+ padding: 0.0625rem var(--cds-spacing-03, 0.5rem) 0.0625rem var(--cds-spacing-03, 0.5rem);
23973
+ border: none;
23974
+ border-radius: var(--cds-spacing-04, 0.75rem);
23975
+ background-color: var(--cds-interactive-02, #393939);
23976
+ white-space: nowrap;
23977
+ padding-right: 0;
23978
+ background-color: #491d8b;
23979
+ color: var(--cds-text-04, #ffffff);
23980
+ }
23981
+ .c4p--non-linear-reading__term-dark--open:hover {
23982
+ background-color: var(--cds-hover-secondary, #4c4c4c);
23983
+ cursor: pointer;
23984
+ }
23985
+ .c4p--non-linear-reading__term-dark--open svg {
23986
+ padding-top: 0.0625rem;
23987
+ margin: 0 var(--cds-spacing-02, 0.25rem) 0 var(--cds-spacing-01, 0.125rem);
23988
+ vertical-align: text-top;
23989
+ }
23990
+ .c4p--non-linear-reading__term-dark--open:hover {
23991
+ background-color: #7f3ae7;
23992
+ }
23993
+ .c4p--non-linear-reading--body-light {
23994
+ font-size: var(--cds-body-long-01-font-size, 0.875rem);
23995
+ font-weight: var(--cds-body-long-01-font-weight, 400);
23996
+ line-height: var(--cds-body-long-01-line-height, 1.42857);
23997
+ letter-spacing: var(--cds-body-long-01-letter-spacing, 0.16px);
23998
+ display: block;
23999
+ padding: var(--cds-spacing-03, 0.5rem) var(--cds-spacing-04, 0.75rem);
24000
+ border-left-width: 0.078125rem;
24001
+ border-left-style: solid;
24002
+ margin: var(--cds-spacing-02, 0.25rem) 0;
24003
+ animation: fade 600ms;
24004
+ border-left-color: #6929c4;
24005
+ color: #6929c4;
24006
+ }
24007
+ .c4p--non-linear-reading--body-dark {
24008
+ --cds-interactive-01: #0f62fe;
24009
+ --cds-interactive-02: #6f6f6f;
24010
+ --cds-interactive-03: #ffffff;
24011
+ --cds-interactive-04: #4589ff;
24012
+ --cds-ui-background: #161616;
24013
+ --cds-ui-01: #262626;
24014
+ --cds-ui-02: #393939;
24015
+ --cds-ui-03: #393939;
24016
+ --cds-ui-04: #6f6f6f;
24017
+ --cds-ui-05: #f4f4f4;
24018
+ --cds-text-01: #f4f4f4;
24019
+ --cds-text-02: #c6c6c6;
24020
+ --cds-text-03: #6f6f6f;
24021
+ --cds-text-04: #ffffff;
24022
+ --cds-text-05: #8d8d8d;
24023
+ --cds-text-error: #ff8389;
24024
+ --cds-icon-01: #f4f4f4;
24025
+ --cds-icon-02: #c6c6c6;
24026
+ --cds-icon-03: #ffffff;
24027
+ --cds-link-01: #78a9ff;
24028
+ --cds-link-02: #a6c8ff;
24029
+ --cds-inverse-link: #0f62fe;
24030
+ --cds-field-01: #262626;
24031
+ --cds-field-02: #393939;
24032
+ --cds-inverse-01: #161616;
24033
+ --cds-inverse-02: #f4f4f4;
24034
+ --cds-support-01: #fa4d56;
24035
+ --cds-support-02: #42be65;
24036
+ --cds-support-03: #f1c21b;
24037
+ --cds-support-04: #4589ff;
24038
+ --cds-inverse-support-01: #da1e28;
24039
+ --cds-inverse-support-02: #24a148;
24040
+ --cds-inverse-support-03: #f1c21b;
24041
+ --cds-inverse-support-04: #0f62fe;
24042
+ --cds-overlay-01: rgba(0, 0, 0, 0.65);
24043
+ --cds-danger-01: #da1e28;
24044
+ --cds-danger-02: #fa4d56;
24045
+ --cds-focus: #ffffff;
24046
+ --cds-inverse-focus-ui: #0f62fe;
24047
+ --cds-hover-primary: #0353e9;
24048
+ --cds-active-primary: #002d9c;
24049
+ --cds-hover-primary-text: #a6c8ff;
24050
+ --cds-hover-secondary: #606060;
24051
+ --cds-active-secondary: #393939;
24052
+ --cds-hover-tertiary: #f4f4f4;
24053
+ --cds-active-tertiary: #c6c6c6;
24054
+ --cds-hover-ui: #353535;
24055
+ --cds-hover-light-ui: #4c4c4c;
24056
+ --cds-hover-selected-ui: #4c4c4c;
24057
+ --cds-active-ui: #525252;
24058
+ --cds-active-light-ui: #6f6f6f;
24059
+ --cds-selected-ui: #393939;
24060
+ --cds-selected-light-ui: #525252;
24061
+ --cds-inverse-hover-ui: #e5e5e5;
24062
+ --cds-hover-danger: #b81921;
24063
+ --cds-active-danger: #750e13;
24064
+ --cds-hover-row: #353535;
24065
+ --cds-visited-link: #be95ff;
24066
+ --cds-disabled-01: #262626;
24067
+ --cds-disabled-02: #525252;
24068
+ --cds-disabled-03: #8d8d8d;
24069
+ --cds-highlight: #002d9c;
24070
+ --cds-decorative-01: #525252;
24071
+ --cds-button-separator: #161616;
24072
+ --cds-skeleton-01: #353535;
24073
+ --cds-skeleton-02: #525252;
24074
+ --cds-background: #161616;
24075
+ --cds-layer: #262626;
24076
+ --cds-layer-accent: #393939;
24077
+ --cds-layer-accent-hover: #474747;
24078
+ --cds-layer-accent-active: #6f6f6f;
24079
+ --cds-field: #262626;
24080
+ --cds-background-inverse: #f4f4f4;
24081
+ --cds-background-brand: #0f62fe;
24082
+ --cds-interactive: #4589ff;
24083
+ --cds-border-subtle: #393939;
24084
+ --cds-border-strong: #6f6f6f;
24085
+ --cds-border-inverse: #f4f4f4;
24086
+ --cds-border-interactive: #4589ff;
24087
+ --cds-text-primary: #f4f4f4;
24088
+ --cds-text-secondary: #c6c6c6;
24089
+ --cds-text-placeholder: #6f6f6f;
24090
+ --cds-text-helper: #8d8d8d;
24091
+ --cds-text-on-color: #ffffff;
24092
+ --cds-text-inverse: #161616;
24093
+ --cds-link-primary: #78a9ff;
24094
+ --cds-link-secondary: #a6c8ff;
24095
+ --cds-link-visited: #be95ff;
24096
+ --cds-link-inverse: #0f62fe;
24097
+ --cds-icon-primary: #f4f4f4;
24098
+ --cds-icon-secondary: #c6c6c6;
24099
+ --cds-icon-on-color: #ffffff;
24100
+ --cds-icon-inverse: #161616;
24101
+ --cds-support-error: #fa4d56;
24102
+ --cds-support-success: #42be65;
24103
+ --cds-support-warning: #f1c21b;
24104
+ --cds-support-info: #4589ff;
24105
+ --cds-support-error-inverse: #da1e28;
24106
+ --cds-support-success-inverse: #24a148;
24107
+ --cds-support-warning-inverse: #f1c21b;
24108
+ --cds-support-info-inverse: #0f62fe;
24109
+ --cds-overlay: rgba(0, 0, 0, 0.65);
24110
+ --cds-toggle-off: #6f6f6f;
24111
+ --cds-shadow: rgba(0, 0, 0, 0.8);
24112
+ --cds-button-primary: #0f62fe;
24113
+ --cds-button-secondary: #6f6f6f;
24114
+ --cds-button-tertiary: #ffffff;
24115
+ --cds-button-danger-primary: #da1e28;
24116
+ --cds-button-danger-secondary: #fa4d56;
24117
+ --cds-background-active: #525252;
24118
+ --cds-layer-active: #525252;
24119
+ --cds-button-danger-active: #750e13;
24120
+ --cds-button-primary-active: #002d9c;
24121
+ --cds-button-secondary-active: #393939;
24122
+ --cds-button-tertiary-active: #c6c6c6;
24123
+ --cds-focus-inset: #161616;
24124
+ --cds-focus-inverse: #0f62fe;
24125
+ --cds-background-hover: #353535;
24126
+ --cds-layer-hover: #353535;
24127
+ --cds-field-hover: #353535;
24128
+ --cds-background-inverse-hover: #e5e5e5;
24129
+ --cds-link-primary-hover: #a6c8ff;
24130
+ --cds-button-danger-hover: #b81921;
24131
+ --cds-button-primary-hover: #0353e9;
24132
+ --cds-button-secondary-hover: #606060;
24133
+ --cds-button-tertiary-hover: #f4f4f4;
24134
+ --cds-background-selected: #393939;
24135
+ --cds-background-selected-hover: #4c4c4c;
24136
+ --cds-layer-selected: #393939;
24137
+ --cds-layer-selected-hover: #4c4c4c;
24138
+ --cds-layer-selected-inverse: #f4f4f4;
24139
+ --cds-border-subtle-selected: #525252;
24140
+ --cds-border-disabled: #262626;
24141
+ --cds-text-disabled: #525252;
24142
+ --cds-button-disabled: #525252;
24143
+ --cds-icon-disabled: #525252;
24144
+ --cds-text-on-color-disabled: #8d8d8d;
24145
+ --cds-icon-on-color-disabled: #8d8d8d;
24146
+ --cds-layer-selected-disabled: #8d8d8d;
24147
+ --cds-skeleton-background: #353535;
24148
+ --cds-skeleton-element: #525252;
24149
+ --cds-brand-01: #0f62fe;
24150
+ --cds-brand-02: #6f6f6f;
24151
+ --cds-brand-03: #ffffff;
24152
+ --cds-active-01: #525252;
24153
+ --cds-hover-field: #353535;
24154
+ --cds-danger: #da1e28;
24155
+ --cds-caption-01-font-size: 0.75rem;
24156
+ --cds-caption-01-font-weight: 400;
24157
+ --cds-caption-01-line-height: 1.33333;
24158
+ --cds-caption-01-letter-spacing: 0.32px;
24159
+ --cds-caption-02-font-size: 0.875rem;
24160
+ --cds-caption-02-font-weight: 400;
24161
+ --cds-caption-02-line-height: 1.28572;
24162
+ --cds-caption-02-letter-spacing: 0.32px;
24163
+ --cds-label-01-font-size: 0.75rem;
24164
+ --cds-label-01-font-weight: 400;
24165
+ --cds-label-01-line-height: 1.33333;
24166
+ --cds-label-01-letter-spacing: 0.32px;
24167
+ --cds-label-02-font-size: 0.875rem;
24168
+ --cds-label-02-font-weight: 400;
24169
+ --cds-label-02-line-height: 1.28572;
24170
+ --cds-label-02-letter-spacing: 0.16px;
24171
+ --cds-helper-text-01-font-size: 0.75rem;
24172
+ --cds-helper-text-01-line-height: 1.33333;
24173
+ --cds-helper-text-01-letter-spacing: 0.32px;
24174
+ --cds-helper-text-02-font-size: 0.875rem;
24175
+ --cds-helper-text-02-line-height: 1.28572;
24176
+ --cds-helper-text-02-letter-spacing: 0.16px;
24177
+ --cds-body-short-01-font-size: 0.875rem;
24178
+ --cds-body-short-01-font-weight: 400;
24179
+ --cds-body-short-01-line-height: 1.28572;
24180
+ --cds-body-short-01-letter-spacing: 0.16px;
24181
+ --cds-body-long-01-font-size: 0.875rem;
24182
+ --cds-body-long-01-font-weight: 400;
24183
+ --cds-body-long-01-line-height: 1.42857;
24184
+ --cds-body-long-01-letter-spacing: 0.16px;
24185
+ --cds-body-short-02-font-size: 1rem;
24186
+ --cds-body-short-02-font-weight: 400;
24187
+ --cds-body-short-02-line-height: 1.375;
24188
+ --cds-body-short-02-letter-spacing: 0;
24189
+ --cds-body-long-02-font-size: 1rem;
24190
+ --cds-body-long-02-font-weight: 400;
24191
+ --cds-body-long-02-line-height: 1.5;
24192
+ --cds-body-long-02-letter-spacing: 0;
24193
+ --cds-code-01-font-family: 'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace;
24194
+ --cds-code-01-font-size: 0.75rem;
24195
+ --cds-code-01-font-weight: 400;
24196
+ --cds-code-01-line-height: 1.33333;
24197
+ --cds-code-01-letter-spacing: 0.32px;
24198
+ --cds-code-02-font-family: 'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace;
24199
+ --cds-code-02-font-size: 0.875rem;
24200
+ --cds-code-02-font-weight: 400;
24201
+ --cds-code-02-line-height: 1.42857;
24202
+ --cds-code-02-letter-spacing: 0.32px;
24203
+ --cds-heading-01-font-size: 0.875rem;
24204
+ --cds-heading-01-font-weight: 600;
24205
+ --cds-heading-01-line-height: 1.42857;
24206
+ --cds-heading-01-letter-spacing: 0.16px;
24207
+ --cds-productive-heading-01-font-size: 0.875rem;
24208
+ --cds-productive-heading-01-font-weight: 600;
24209
+ --cds-productive-heading-01-line-height: 1.28572;
24210
+ --cds-productive-heading-01-letter-spacing: 0.16px;
24211
+ --cds-heading-02-font-size: 1rem;
24212
+ --cds-heading-02-font-weight: 600;
24213
+ --cds-heading-02-line-height: 1.5;
24214
+ --cds-heading-02-letter-spacing: 0;
24215
+ --cds-productive-heading-02-font-size: 1rem;
24216
+ --cds-productive-heading-02-font-weight: 600;
24217
+ --cds-productive-heading-02-line-height: 1.375;
24218
+ --cds-productive-heading-02-letter-spacing: 0;
24219
+ --cds-productive-heading-03-font-size: 1.25rem;
24220
+ --cds-productive-heading-03-font-weight: 400;
24221
+ --cds-productive-heading-03-line-height: 1.4;
24222
+ --cds-productive-heading-03-letter-spacing: 0;
24223
+ --cds-productive-heading-04-font-size: 1.75rem;
24224
+ --cds-productive-heading-04-font-weight: 400;
24225
+ --cds-productive-heading-04-line-height: 1.28572;
24226
+ --cds-productive-heading-04-letter-spacing: 0;
24227
+ --cds-productive-heading-05-font-size: 2rem;
24228
+ --cds-productive-heading-05-font-weight: 400;
24229
+ --cds-productive-heading-05-line-height: 1.25;
24230
+ --cds-productive-heading-05-letter-spacing: 0;
24231
+ --cds-productive-heading-06-font-size: 2.625rem;
24232
+ --cds-productive-heading-06-font-weight: 300;
24233
+ --cds-productive-heading-06-line-height: 1.199;
24234
+ --cds-productive-heading-06-letter-spacing: 0;
24235
+ --cds-productive-heading-07-font-size: 3.375rem;
24236
+ --cds-productive-heading-07-font-weight: 300;
24237
+ --cds-productive-heading-07-line-height: 1.199;
24238
+ --cds-productive-heading-07-letter-spacing: 0;
24239
+ --cds-expressive-heading-01-font-size: 0.875rem;
24240
+ --cds-expressive-heading-01-font-weight: 600;
24241
+ --cds-expressive-heading-01-line-height: 1.25;
24242
+ --cds-expressive-heading-01-letter-spacing: 0.16px;
24243
+ --cds-expressive-heading-02-font-size: 1rem;
24244
+ --cds-expressive-heading-02-font-weight: 600;
24245
+ --cds-expressive-heading-02-line-height: 1.5;
24246
+ --cds-expressive-heading-02-letter-spacing: 0;
24247
+ --cds-expressive-heading-03-font-size: 1.25rem;
24248
+ --cds-expressive-heading-03-font-weight: 400;
24249
+ --cds-expressive-heading-03-line-height: 1.4;
24250
+ --cds-expressive-heading-03-letter-spacing: 0;
24251
+ --cds-expressive-heading-04-font-size: 1.75rem;
24252
+ --cds-expressive-heading-04-font-weight: 400;
24253
+ --cds-expressive-heading-04-line-height: 1.28572;
24254
+ --cds-expressive-heading-04-letter-spacing: 0;
24255
+ --cds-expressive-heading-05-font-size: 2rem;
24256
+ --cds-expressive-heading-05-font-weight: 400;
24257
+ --cds-expressive-heading-05-line-height: 1.25;
24258
+ --cds-expressive-heading-05-letter-spacing: 0;
24259
+ --cds-expressive-heading-06-font-size: 2rem;
24260
+ --cds-expressive-heading-06-font-weight: 600;
24261
+ --cds-expressive-heading-06-line-height: 1.25;
24262
+ --cds-expressive-heading-06-letter-spacing: 0;
24263
+ --cds-expressive-paragraph-01-font-size: 1.5rem;
24264
+ --cds-expressive-paragraph-01-font-weight: 300;
24265
+ --cds-expressive-paragraph-01-line-height: 1.334;
24266
+ --cds-expressive-paragraph-01-letter-spacing: 0;
24267
+ --cds-quotation-01-font-family: 'IBM Plex Serif', 'Georgia', Times, serif;
24268
+ --cds-quotation-01-font-size: 1.25rem;
24269
+ --cds-quotation-01-font-weight: 400;
24270
+ --cds-quotation-01-line-height: 1.3;
24271
+ --cds-quotation-01-letter-spacing: 0;
24272
+ --cds-quotation-02-font-family: 'IBM Plex Serif', 'Georgia', Times, serif;
24273
+ --cds-quotation-02-font-size: 2rem;
24274
+ --cds-quotation-02-font-weight: 300;
24275
+ --cds-quotation-02-line-height: 1.25;
24276
+ --cds-quotation-02-letter-spacing: 0;
24277
+ --cds-display-01-font-size: 2.625rem;
24278
+ --cds-display-01-font-weight: 300;
24279
+ --cds-display-01-line-height: 1.19;
24280
+ --cds-display-01-letter-spacing: 0;
24281
+ --cds-display-02-font-size: 2.625rem;
24282
+ --cds-display-02-font-weight: 600;
24283
+ --cds-display-02-line-height: 1.19;
24284
+ --cds-display-02-letter-spacing: 0;
24285
+ --cds-display-03-font-size: 2.625rem;
24286
+ --cds-display-03-font-weight: 300;
24287
+ --cds-display-03-line-height: 1.19;
24288
+ --cds-display-03-letter-spacing: 0;
24289
+ --cds-display-04-font-size: 2.625rem;
24290
+ --cds-display-04-font-weight: 300;
24291
+ --cds-display-04-line-height: 1.19;
24292
+ --cds-display-04-letter-spacing: 0;
24293
+ --cds-legal-01-font-size: 0.75rem;
24294
+ --cds-legal-01-font-weight: 400;
24295
+ --cds-legal-01-line-height: 1.33333;
24296
+ --cds-legal-01-letter-spacing: 0.32px;
24297
+ --cds-legal-02-font-size: 0.875rem;
24298
+ --cds-legal-02-font-weight: 400;
24299
+ --cds-legal-02-line-height: 1.28572;
24300
+ --cds-legal-02-letter-spacing: 0.16px;
24301
+ --cds-body-compact-01-font-size: 0.875rem;
24302
+ --cds-body-compact-01-font-weight: 400;
24303
+ --cds-body-compact-01-line-height: 1.28572;
24304
+ --cds-body-compact-01-letter-spacing: 0.16px;
24305
+ --cds-body-compact-02-font-size: 1rem;
24306
+ --cds-body-compact-02-font-weight: 400;
24307
+ --cds-body-compact-02-line-height: 1.375;
24308
+ --cds-body-compact-02-letter-spacing: 0;
24309
+ --cds-body-01-font-size: 0.875rem;
24310
+ --cds-body-01-font-weight: 400;
24311
+ --cds-body-01-line-height: 1.42857;
24312
+ --cds-body-01-letter-spacing: 0.16px;
24313
+ --cds-body-02-font-size: 1rem;
24314
+ --cds-body-02-font-weight: 400;
24315
+ --cds-body-02-line-height: 1.5;
24316
+ --cds-body-02-letter-spacing: 0;
24317
+ --cds-heading-compact-01-font-size: 0.875rem;
24318
+ --cds-heading-compact-01-font-weight: 600;
24319
+ --cds-heading-compact-01-line-height: 1.28572;
24320
+ --cds-heading-compact-01-letter-spacing: 0.16px;
24321
+ --cds-heading-compact-02-font-size: 1rem;
24322
+ --cds-heading-compact-02-font-weight: 600;
24323
+ --cds-heading-compact-02-line-height: 1.375;
24324
+ --cds-heading-compact-02-letter-spacing: 0;
24325
+ --cds-heading-03-font-size: 1.25rem;
24326
+ --cds-heading-03-font-weight: 400;
24327
+ --cds-heading-03-line-height: 1.4;
24328
+ --cds-heading-03-letter-spacing: 0;
24329
+ --cds-heading-04-font-size: 1.75rem;
24330
+ --cds-heading-04-font-weight: 400;
24331
+ --cds-heading-04-line-height: 1.28572;
24332
+ --cds-heading-04-letter-spacing: 0;
24333
+ --cds-heading-05-font-size: 2rem;
24334
+ --cds-heading-05-font-weight: 400;
24335
+ --cds-heading-05-line-height: 1.25;
24336
+ --cds-heading-05-letter-spacing: 0;
24337
+ --cds-heading-06-font-size: 2.625rem;
24338
+ --cds-heading-06-font-weight: 300;
24339
+ --cds-heading-06-line-height: 1.199;
24340
+ --cds-heading-06-letter-spacing: 0;
24341
+ --cds-heading-07-font-size: 3.375rem;
24342
+ --cds-heading-07-font-weight: 300;
24343
+ --cds-heading-07-line-height: 1.199;
24344
+ --cds-heading-07-letter-spacing: 0;
24345
+ --cds-fluid-heading-03-font-size: 1.25rem;
24346
+ --cds-fluid-heading-03-font-weight: 400;
24347
+ --cds-fluid-heading-03-line-height: 1.4;
24348
+ --cds-fluid-heading-03-letter-spacing: 0;
24349
+ --cds-fluid-heading-04-font-size: 1.75rem;
24350
+ --cds-fluid-heading-04-font-weight: 400;
24351
+ --cds-fluid-heading-04-line-height: 1.28572;
24352
+ --cds-fluid-heading-04-letter-spacing: 0;
24353
+ --cds-fluid-heading-05-font-size: 2rem;
24354
+ --cds-fluid-heading-05-font-weight: 400;
24355
+ --cds-fluid-heading-05-line-height: 1.25;
24356
+ --cds-fluid-heading-05-letter-spacing: 0;
24357
+ --cds-fluid-heading-06-font-size: 2rem;
24358
+ --cds-fluid-heading-06-font-weight: 600;
24359
+ --cds-fluid-heading-06-line-height: 1.25;
24360
+ --cds-fluid-heading-06-letter-spacing: 0;
24361
+ --cds-fluid-paragraph-01-font-size: 1.5rem;
24362
+ --cds-fluid-paragraph-01-font-weight: 300;
24363
+ --cds-fluid-paragraph-01-line-height: 1.334;
24364
+ --cds-fluid-paragraph-01-letter-spacing: 0;
24365
+ --cds-fluid-quotation-01-font-family: 'IBM Plex Serif', 'Georgia', Times, serif;
24366
+ --cds-fluid-quotation-01-font-size: 1.25rem;
24367
+ --cds-fluid-quotation-01-font-weight: 400;
24368
+ --cds-fluid-quotation-01-line-height: 1.3;
24369
+ --cds-fluid-quotation-01-letter-spacing: 0;
24370
+ --cds-fluid-quotation-02-font-family: 'IBM Plex Serif', 'Georgia', Times, serif;
24371
+ --cds-fluid-quotation-02-font-size: 2rem;
24372
+ --cds-fluid-quotation-02-font-weight: 300;
24373
+ --cds-fluid-quotation-02-line-height: 1.25;
24374
+ --cds-fluid-quotation-02-letter-spacing: 0;
24375
+ --cds-fluid-display-01-font-size: 2.625rem;
24376
+ --cds-fluid-display-01-font-weight: 300;
24377
+ --cds-fluid-display-01-line-height: 1.19;
24378
+ --cds-fluid-display-01-letter-spacing: 0;
24379
+ --cds-fluid-display-02-font-size: 2.625rem;
24380
+ --cds-fluid-display-02-font-weight: 600;
24381
+ --cds-fluid-display-02-line-height: 1.19;
24382
+ --cds-fluid-display-02-letter-spacing: 0;
24383
+ --cds-fluid-display-03-font-size: 2.625rem;
24384
+ --cds-fluid-display-03-font-weight: 300;
24385
+ --cds-fluid-display-03-line-height: 1.19;
24386
+ --cds-fluid-display-03-letter-spacing: 0;
24387
+ --cds-fluid-display-04-font-size: 2.625rem;
24388
+ --cds-fluid-display-04-font-weight: 300;
24389
+ --cds-fluid-display-04-line-height: 1.19;
24390
+ --cds-fluid-display-04-letter-spacing: 0;
24391
+ --cds-spacing-01: 0.125rem;
24392
+ --cds-spacing-02: 0.25rem;
24393
+ --cds-spacing-03: 0.5rem;
24394
+ --cds-spacing-04: 0.75rem;
24395
+ --cds-spacing-05: 1rem;
24396
+ --cds-spacing-06: 1.5rem;
24397
+ --cds-spacing-07: 2rem;
24398
+ --cds-spacing-08: 2.5rem;
24399
+ --cds-spacing-09: 3rem;
24400
+ --cds-spacing-10: 4rem;
24401
+ --cds-spacing-11: 5rem;
24402
+ --cds-spacing-12: 6rem;
24403
+ --cds-spacing-13: 10rem;
24404
+ --cds-fluid-spacing-01: 0;
24405
+ --cds-fluid-spacing-02: 2vw;
24406
+ --cds-fluid-spacing-03: 5vw;
24407
+ --cds-fluid-spacing-04: 10vw;
24408
+ --cds-layout-01: 1rem;
24409
+ --cds-layout-02: 1.5rem;
24410
+ --cds-layout-03: 2rem;
24411
+ --cds-layout-04: 3rem;
24412
+ --cds-layout-05: 4rem;
24413
+ --cds-layout-06: 6rem;
24414
+ --cds-layout-07: 10rem;
24415
+ --cds-container-01: 1.5rem;
24416
+ --cds-container-02: 2rem;
24417
+ --cds-container-03: 2.5rem;
24418
+ --cds-container-04: 3rem;
24419
+ --cds-container-05: 4rem;
24420
+ --cds-size-xsmall: 1.5rem;
24421
+ --cds-size-small: 2rem;
24422
+ --cds-size-medium: 2.5rem;
24423
+ --cds-size-large: 3rem;
24424
+ --cds-size-xlarge: 4rem;
24425
+ --cds-size-2XLarge: 5rem;
24426
+ --cds-icon-size-01: 1rem;
24427
+ --cds-icon-size-02: 1.25rem;
24428
+ font-size: var(--cds-body-long-01-font-size, 0.875rem);
24429
+ font-weight: var(--cds-body-long-01-font-weight, 400);
24430
+ line-height: var(--cds-body-long-01-line-height, 1.42857);
24431
+ letter-spacing: var(--cds-body-long-01-letter-spacing, 0.16px);
24432
+ display: block;
24433
+ padding: var(--cds-spacing-03, 0.5rem) var(--cds-spacing-04, 0.75rem);
24434
+ border-left-width: 0.078125rem;
24435
+ border-left-style: solid;
24436
+ margin: var(--cds-spacing-02, 0.25rem) 0;
24437
+ animation: fade 600ms;
24438
+ border-left-color: #d4bbff;
24439
+ color: #d4bbff;
24440
+ }
24441
+
23072
24442
  /*# sourceMappingURL=index.css.map */