@carbon/ibm-products 1.56.0 → 1.58.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (49) hide show
  1. package/css/index-full-carbon.css +392 -895
  2. package/css/index-full-carbon.css.map +1 -1
  3. package/css/index-full-carbon.min.css +3 -3
  4. package/css/index-full-carbon.min.css.map +1 -1
  5. package/css/index-without-carbon.css +392 -895
  6. package/css/index-without-carbon.css.map +1 -1
  7. package/css/index-without-carbon.min.css +3 -3
  8. package/css/index-without-carbon.min.css.map +1 -1
  9. package/css/index.css +392 -895
  10. package/css/index.css.map +1 -1
  11. package/css/index.min.css +3 -3
  12. package/css/index.min.css.map +1 -1
  13. package/es/components/Checklist/Checklist.js +277 -0
  14. package/es/components/Checklist/ChecklistChart.js +104 -0
  15. package/es/components/Checklist/ChecklistIcon.js +105 -0
  16. package/es/components/Checklist/index.js +8 -0
  17. package/es/components/Datagrid/Datagrid/Datagrid.js +12 -7
  18. package/es/components/Datagrid/Datagrid/DatagridContent.js +6 -3
  19. package/es/components/Datagrid/Datagrid/DatagridHeaderRow.js +128 -7
  20. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/DraggableItemsList.js +1 -23
  21. package/es/components/Datagrid/Datagrid/addons/stateReducer.js +111 -0
  22. package/es/components/Datagrid/useDatagrid.js +5 -2
  23. package/es/components/Datagrid/utils/getColTitle.js +25 -0
  24. package/es/components/NonLinearReading/NonLinearReading.js +9 -4
  25. package/es/components/index.js +2 -1
  26. package/es/global/js/hooks/useResizeObserver.js +19 -3
  27. package/es/global/js/package-settings.js +1 -0
  28. package/lib/components/Checklist/Checklist.js +267 -0
  29. package/lib/components/Checklist/ChecklistChart.js +94 -0
  30. package/lib/components/Checklist/ChecklistIcon.js +92 -0
  31. package/lib/components/Checklist/index.js +12 -0
  32. package/lib/components/Datagrid/Datagrid/Datagrid.js +12 -7
  33. package/lib/components/Datagrid/Datagrid/DatagridContent.js +6 -3
  34. package/lib/components/Datagrid/Datagrid/DatagridHeaderRow.js +131 -7
  35. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/DraggableItemsList.js +4 -26
  36. package/lib/components/Datagrid/Datagrid/addons/stateReducer.js +122 -0
  37. package/lib/components/Datagrid/useDatagrid.js +5 -2
  38. package/lib/components/Datagrid/utils/getColTitle.js +32 -0
  39. package/lib/components/NonLinearReading/NonLinearReading.js +8 -3
  40. package/lib/components/index.js +8 -1
  41. package/lib/global/js/hooks/useResizeObserver.js +19 -3
  42. package/lib/global/js/package-settings.js +1 -0
  43. package/package.json +2 -2
  44. package/scss/components/Checklist/_checklist.scss +231 -0
  45. package/scss/components/Checklist/_index.scss +8 -0
  46. package/scss/components/Checklist/_storybook-styles.scss +13 -0
  47. package/scss/components/Datagrid/styles/_datagrid.scss +91 -0
  48. package/scss/components/NonLinearReading/_non-linear-reading.scss +76 -64
  49. package/scss/components/_index.scss +1 -0
@@ -21154,6 +21154,22 @@ button.c4p--add-select__global-filter-toggle--open {
21154
21154
  width: 100%;
21155
21155
  padding-top: 0;
21156
21156
  }
21157
+ .c4p--datagrid__grid-container .bx--data-table-header__description {
21158
+ overflow: hidden;
21159
+ text-overflow: ellipsis;
21160
+ white-space: nowrap;
21161
+ }
21162
+ .c4p--datagrid__grid-container .bx--data-table-header__title {
21163
+ overflow: hidden;
21164
+ max-width: 80ch;
21165
+ text-overflow: ellipsis;
21166
+ white-space: nowrap;
21167
+ }
21168
+ @media (min-width: 42rem) {
21169
+ .c4p--datagrid__grid-container .bx--data-table-header__title {
21170
+ max-width: 55ch;
21171
+ }
21172
+ }
21157
21173
  .c4p--datagrid__grid-container .bx--data-table-content {
21158
21174
  width: 100%;
21159
21175
  height: 100%;
@@ -21550,6 +21566,72 @@ button.c4p--add-select__global-filter-toggle--open {
21550
21566
  background-color: var(--cds-ui-03, #e0e0e0);
21551
21567
  }
21552
21568
 
21569
+ .c4p--datagrid .c4p--datagrid__col-resizer-range {
21570
+ position: absolute;
21571
+ z-index: 2;
21572
+ top: 0;
21573
+ right: calc(var(--cds-spacing-03, 0.5rem) * -1);
21574
+ width: 1rem;
21575
+ height: 100%;
21576
+ margin: 0;
21577
+ -moz-appearance: initial;
21578
+ -webkit-appearance: none;
21579
+ appearance: none;
21580
+ background: transparent;
21581
+ }
21582
+
21583
+ .c4p--datagrid .c4p--datagrid__col-resizer-range:focus {
21584
+ outline: 0;
21585
+ }
21586
+
21587
+ .c4p--datagrid .c4p--datagrid__col-resizer-range:focus + .c4p--datagrid__col-resize-indicator::before {
21588
+ position: absolute;
21589
+ top: 50%;
21590
+ left: 50%;
21591
+ width: 2px;
21592
+ height: var(--c4p--datagrid--header-height);
21593
+ background-color: var(--cds-focus, #0f62fe);
21594
+ content: "";
21595
+ transform: translate(-50%, -50%);
21596
+ }
21597
+
21598
+ .c4p--datagrid .c4p--datagrid__col-resizer-range:focus + .c4p--datagrid__col-resize-indicator {
21599
+ position: absolute;
21600
+ z-index: 2;
21601
+ right: calc(var(--cds-spacing-03, 0.5rem) * -1);
21602
+ width: 0.5rem;
21603
+ height: 0.5rem;
21604
+ border-radius: 100%;
21605
+ margin: 0;
21606
+ background-color: var(--cds-focus, #0f62fe);
21607
+ transform: translate(-50%, 0);
21608
+ }
21609
+
21610
+ .c4p--datagrid .c4p--datagrid__col-resizer-range:focus + .c4p--datagrid__col-resize-indicator::after {
21611
+ position: absolute;
21612
+ /* stylelint-disable-next-line carbon/layout-token-use */
21613
+ top: calc(var(--c4p--datagrid--row-height) - 20px);
21614
+ right: var(--cds-spacing-02, 0.25rem);
21615
+ width: 1px;
21616
+ height: calc(var(--c4p--datagrid--grid-height) - var(--c4p--datagrid--row-height));
21617
+ background-color: var(--cds-active-ui, #c6c6c6);
21618
+ content: "";
21619
+ }
21620
+
21621
+ .c4p--datagrid .c4p--datagrid__col-resizer-range::-webkit-slider-thumb {
21622
+ width: 16px;
21623
+ height: 16px;
21624
+ border: none;
21625
+ border-radius: 50%;
21626
+ -webkit-appearance: none;
21627
+ appearance: none;
21628
+ background: transparent;
21629
+ }
21630
+
21631
+ .c4p--datagrid .c4p--datagrid__col-resizer-range::-moz-range-thumb {
21632
+ visibility: hidden;
21633
+ }
21634
+
21553
21635
  /*
21554
21636
  * Licensed Materials - Property of IBM
21555
21637
  * 5724-Q36
@@ -24218,22 +24300,32 @@ th.c4p--datagrid__select-all-toggle-on.button {
24218
24300
  padding-right: 0.1875rem;
24219
24301
  border-width: 0.0625rem;
24220
24302
  border-style: solid;
24303
+ border-color: var(--cds-button-tertiary, #0f62fe);
24221
24304
  border-radius: var(--cds-spacing-04, 0.75rem);
24222
- white-space: nowrap;
24223
- border-color: var(--cds-interactive-03, #0f62fe);
24224
24305
  background-color: transparent;
24225
- color: var(--cds-interactive-03, #0f62fe);
24306
+ color: var(--cds-button-tertiary, #0f62fe);
24307
+ white-space: nowrap;
24226
24308
  }
24227
24309
  .c4p--non-linear-reading__light .c4p--non-linear-reading__keyword-closed:hover {
24228
- cursor: pointer;
24310
+ border-color: var(--cds-button-tertiary, #0f62fe);
24311
+ background-color: var(--cds-button-tertiary, #0f62fe);
24312
+ color: var(--cds-text-inverse, #ffffff);
24313
+ }
24314
+ .c4p--non-linear-reading__light .c4p--non-linear-reading__keyword-closed:focus {
24315
+ border-color: var(--cds-text-inverse, #ffffff);
24316
+ background-color: var(--cds-button-tertiary, #0f62fe);
24317
+ box-shadow: 0 0 0 1px var(--cds-text-inverse, #ffffff), 0 0 0 3px var(--cds-button-tertiary, #0f62fe);
24318
+ color: var(--cds-text-inverse, #ffffff);
24319
+ }
24320
+ .c4p--non-linear-reading__light .c4p--non-linear-reading__keyword-closed:focus-visible {
24321
+ outline: none;
24229
24322
  }
24230
24323
  .c4p--non-linear-reading__light .c4p--non-linear-reading__keyword-closed svg {
24231
24324
  margin: 0.0625rem 0 0 0;
24232
24325
  vertical-align: text-top;
24233
24326
  }
24234
- .c4p--non-linear-reading__light .c4p--non-linear-reading__keyword-closed:hover {
24235
- background-color: var(--cds-interactive-03, #0f62fe);
24236
- color: var(--cds-inverse-01, #ffffff);
24327
+ .c4p--non-linear-reading__light .c4p--non-linear-reading__keyword-closed + .c4p--non-linear-reading__body {
24328
+ display: none;
24237
24329
  }
24238
24330
  .c4p--non-linear-reading__light .c4p--non-linear-reading__keyword-open {
24239
24331
  height: 1.25rem;
@@ -24241,25 +24333,46 @@ th.c4p--datagrid__select-all-toggle-on.button {
24241
24333
  padding-right: 0.1875rem;
24242
24334
  border-width: 0.0625rem;
24243
24335
  border-style: solid;
24336
+ border-color: var(--cds-button-tertiary, #0f62fe);
24244
24337
  border-radius: var(--cds-spacing-04, 0.75rem);
24338
+ background-color: transparent;
24339
+ color: var(--cds-button-tertiary, #0f62fe);
24245
24340
  white-space: nowrap;
24246
- border-color: var(--cds-interactive-03, #0f62fe);
24247
- background-color: var(--cds-interactive-03, #0f62fe);
24248
- color: var(--cds-inverse-01, #ffffff);
24341
+ border-color: var(--cds-button-tertiary, #0f62fe);
24342
+ background-color: var(--cds-button-tertiary, #0f62fe);
24343
+ color: var(--cds-text-inverse, #ffffff);
24249
24344
  }
24250
24345
  .c4p--non-linear-reading__light .c4p--non-linear-reading__keyword-open:hover {
24251
- cursor: pointer;
24346
+ border-color: var(--cds-button-tertiary, #0f62fe);
24347
+ background-color: var(--cds-button-tertiary, #0f62fe);
24348
+ color: var(--cds-text-inverse, #ffffff);
24349
+ }
24350
+ .c4p--non-linear-reading__light .c4p--non-linear-reading__keyword-open:focus {
24351
+ border-color: var(--cds-text-inverse, #ffffff);
24352
+ background-color: var(--cds-button-tertiary, #0f62fe);
24353
+ box-shadow: 0 0 0 1px var(--cds-text-inverse, #ffffff), 0 0 0 3px var(--cds-button-tertiary, #0f62fe);
24354
+ color: var(--cds-text-inverse, #ffffff);
24355
+ }
24356
+ .c4p--non-linear-reading__light .c4p--non-linear-reading__keyword-open:focus-visible {
24357
+ outline: none;
24252
24358
  }
24253
24359
  .c4p--non-linear-reading__light .c4p--non-linear-reading__keyword-open svg {
24254
24360
  margin: 0.0625rem 0 0 0;
24255
24361
  vertical-align: text-top;
24256
24362
  }
24257
- .c4p--non-linear-reading__light .c4p--non-linear-reading__keyword-open svg {
24258
- transform: rotate(180deg);
24259
- }
24260
24363
  .c4p--non-linear-reading__light .c4p--non-linear-reading__keyword-open:hover {
24364
+ border-color: var(--cds-button-tertiary, #0f62fe);
24261
24365
  background-color: transparent;
24262
- color: var(--cds-interactive-03, #0f62fe);
24366
+ color: var(--cds-button-tertiary, #0f62fe);
24367
+ }
24368
+ .c4p--non-linear-reading__light .c4p--non-linear-reading__keyword-open:focus {
24369
+ border-color: var(--cds-text-inverse, #ffffff);
24370
+ background-color: transparent;
24371
+ box-shadow: inset 0 0 0 1px var(--cds-button-tertiary, #0f62fe), 0 0 0 1px var(--cds-text-inverse, #ffffff), 0 0 0 3px var(--cds-button-tertiary, #0f62fe);
24372
+ color: var(--cds-button-tertiary, #0f62fe);
24373
+ }
24374
+ .c4p--non-linear-reading__light .c4p--non-linear-reading__keyword-open svg {
24375
+ transform: rotate(180deg);
24263
24376
  }
24264
24377
  .c4p--non-linear-reading__light .c4p--non-linear-reading__body {
24265
24378
  font-size: var(--cds-body-long-01-font-size, 0.875rem);
@@ -24268,14 +24381,17 @@ th.c4p--datagrid__select-all-toggle-on.button {
24268
24381
  letter-spacing: var(--cds-body-long-01-letter-spacing, 0.16px);
24269
24382
  display: block;
24270
24383
  padding: var(--cds-spacing-03, 0.5rem) var(--cds-spacing-04, 0.75rem);
24271
- border-left-width: 0.078125rem;
24272
- border-left-style: solid;
24384
+ border-left: 0.078125rem solid var(--cds-text-01, #161616);
24273
24385
  margin: var(--cds-spacing-02, 0.25rem) 0;
24274
24386
  animation: fade 600ms;
24275
- border-left-color: var(--cds-text-01, #161616);
24387
+ }
24388
+ @media (prefers-reduced-motion: reduce) {
24389
+ .c4p--non-linear-reading__light .c4p--non-linear-reading__body {
24390
+ animation: none;
24391
+ }
24276
24392
  }
24277
24393
 
24278
- .c4p--non-linear-reading__dark .c4p--non-linear-reading__keyword-closed {
24394
+ .c4p--non-linear-reading__dark {
24279
24395
  --cds-interactive-01: #0f62fe;
24280
24396
  --cds-interactive-02: #6f6f6f;
24281
24397
  --cds-interactive-03: #ffffff;
@@ -24696,908 +24812,104 @@ th.c4p--datagrid__select-all-toggle-on.button {
24696
24812
  --cds-size-2XLarge: 5rem;
24697
24813
  --cds-icon-size-01: 1rem;
24698
24814
  --cds-icon-size-02: 1.25rem;
24815
+ }
24816
+ .c4p--non-linear-reading__dark .c4p--non-linear-reading__keyword-closed {
24699
24817
  height: 1.25rem;
24700
24818
  padding-top: 0;
24701
24819
  padding-right: 0.1875rem;
24702
24820
  border-width: 0.0625rem;
24703
24821
  border-style: solid;
24822
+ border-color: var(--cds-button-tertiary, #0f62fe);
24704
24823
  border-radius: var(--cds-spacing-04, 0.75rem);
24705
- white-space: nowrap;
24706
- border-color: var(--cds-icon-03, #ffffff);
24707
24824
  background-color: transparent;
24708
- color: var(--cds-text-01, #161616);
24825
+ color: var(--cds-button-tertiary, #0f62fe);
24826
+ white-space: nowrap;
24709
24827
  }
24710
24828
  .c4p--non-linear-reading__dark .c4p--non-linear-reading__keyword-closed:hover {
24711
- cursor: pointer;
24829
+ border-color: var(--cds-button-tertiary, #0f62fe);
24830
+ background-color: var(--cds-button-tertiary, #0f62fe);
24831
+ color: var(--cds-text-inverse, #ffffff);
24832
+ }
24833
+ .c4p--non-linear-reading__dark .c4p--non-linear-reading__keyword-closed:focus {
24834
+ border-color: var(--cds-text-inverse, #ffffff);
24835
+ background-color: var(--cds-button-tertiary, #0f62fe);
24836
+ box-shadow: 0 0 0 1px var(--cds-text-inverse, #ffffff), 0 0 0 3px var(--cds-button-tertiary, #0f62fe);
24837
+ color: var(--cds-text-inverse, #ffffff);
24838
+ }
24839
+ .c4p--non-linear-reading__dark .c4p--non-linear-reading__keyword-closed:focus-visible {
24840
+ outline: none;
24712
24841
  }
24713
24842
  .c4p--non-linear-reading__dark .c4p--non-linear-reading__keyword-closed svg {
24714
24843
  margin: 0.0625rem 0 0 0;
24715
24844
  vertical-align: text-top;
24716
24845
  }
24717
- .c4p--non-linear-reading__dark .c4p--non-linear-reading__keyword-closed:hover {
24718
- background-color: var(--cds-icon-03, #ffffff);
24719
- color: var(--cds-inverse-01, #ffffff);
24846
+ .c4p--non-linear-reading__dark .c4p--non-linear-reading__keyword-closed + .c4p--non-linear-reading__body {
24847
+ display: none;
24720
24848
  }
24721
24849
  .c4p--non-linear-reading__dark .c4p--non-linear-reading__keyword-open {
24722
- --cds-interactive-01: #0f62fe;
24723
- --cds-interactive-02: #6f6f6f;
24724
- --cds-interactive-03: #ffffff;
24725
- --cds-interactive-04: #4589ff;
24726
- --cds-ui-background: #161616;
24727
- --cds-ui-01: #262626;
24728
- --cds-ui-02: #393939;
24729
- --cds-ui-03: #393939;
24730
- --cds-ui-04: #6f6f6f;
24731
- --cds-ui-05: #f4f4f4;
24732
- --cds-text-01: #f4f4f4;
24733
- --cds-text-02: #c6c6c6;
24734
- --cds-text-03: #6f6f6f;
24735
- --cds-text-04: #ffffff;
24736
- --cds-text-05: #8d8d8d;
24737
- --cds-text-error: #ff8389;
24738
- --cds-icon-01: #f4f4f4;
24739
- --cds-icon-02: #c6c6c6;
24740
- --cds-icon-03: #ffffff;
24741
- --cds-link-01: #78a9ff;
24742
- --cds-link-02: #a6c8ff;
24743
- --cds-inverse-link: #0f62fe;
24744
- --cds-field-01: #262626;
24745
- --cds-field-02: #393939;
24746
- --cds-inverse-01: #161616;
24747
- --cds-inverse-02: #f4f4f4;
24748
- --cds-support-01: #fa4d56;
24749
- --cds-support-02: #42be65;
24750
- --cds-support-03: #f1c21b;
24751
- --cds-support-04: #4589ff;
24752
- --cds-inverse-support-01: #da1e28;
24753
- --cds-inverse-support-02: #24a148;
24754
- --cds-inverse-support-03: #f1c21b;
24755
- --cds-inverse-support-04: #0f62fe;
24756
- --cds-overlay-01: rgba(0, 0, 0, 0.65);
24757
- --cds-danger-01: #da1e28;
24758
- --cds-danger-02: #fa4d56;
24759
- --cds-focus: #ffffff;
24760
- --cds-inverse-focus-ui: #0f62fe;
24761
- --cds-hover-primary: #0353e9;
24762
- --cds-active-primary: #002d9c;
24763
- --cds-hover-primary-text: #a6c8ff;
24764
- --cds-hover-secondary: #606060;
24765
- --cds-active-secondary: #393939;
24766
- --cds-hover-tertiary: #f4f4f4;
24767
- --cds-active-tertiary: #c6c6c6;
24768
- --cds-hover-ui: #353535;
24769
- --cds-hover-light-ui: #4c4c4c;
24770
- --cds-hover-selected-ui: #4c4c4c;
24771
- --cds-active-ui: #525252;
24772
- --cds-active-light-ui: #6f6f6f;
24773
- --cds-selected-ui: #393939;
24774
- --cds-selected-light-ui: #525252;
24775
- --cds-inverse-hover-ui: #e5e5e5;
24776
- --cds-hover-danger: #b81921;
24777
- --cds-active-danger: #750e13;
24778
- --cds-hover-row: #353535;
24779
- --cds-visited-link: #be95ff;
24780
- --cds-disabled-01: #262626;
24781
- --cds-disabled-02: #525252;
24782
- --cds-disabled-03: #8d8d8d;
24783
- --cds-highlight: #002d9c;
24784
- --cds-decorative-01: #525252;
24785
- --cds-button-separator: #161616;
24786
- --cds-skeleton-01: #353535;
24787
- --cds-skeleton-02: #525252;
24788
- --cds-background: #161616;
24789
- --cds-layer: #262626;
24790
- --cds-layer-accent: #393939;
24791
- --cds-layer-accent-hover: #474747;
24792
- --cds-layer-accent-active: #6f6f6f;
24793
- --cds-field: #262626;
24794
- --cds-background-inverse: #f4f4f4;
24795
- --cds-background-brand: #0f62fe;
24796
- --cds-interactive: #4589ff;
24797
- --cds-border-subtle: #393939;
24798
- --cds-border-strong: #6f6f6f;
24799
- --cds-border-inverse: #f4f4f4;
24800
- --cds-border-interactive: #4589ff;
24801
- --cds-text-primary: #f4f4f4;
24802
- --cds-text-secondary: #c6c6c6;
24803
- --cds-text-placeholder: #6f6f6f;
24804
- --cds-text-helper: #8d8d8d;
24805
- --cds-text-on-color: #ffffff;
24806
- --cds-text-inverse: #161616;
24807
- --cds-link-primary: #78a9ff;
24808
- --cds-link-secondary: #a6c8ff;
24809
- --cds-link-visited: #be95ff;
24810
- --cds-link-inverse: #0f62fe;
24811
- --cds-icon-primary: #f4f4f4;
24812
- --cds-icon-secondary: #c6c6c6;
24813
- --cds-icon-on-color: #ffffff;
24814
- --cds-icon-inverse: #161616;
24815
- --cds-support-error: #fa4d56;
24816
- --cds-support-success: #42be65;
24817
- --cds-support-warning: #f1c21b;
24818
- --cds-support-info: #4589ff;
24819
- --cds-support-error-inverse: #da1e28;
24820
- --cds-support-success-inverse: #24a148;
24821
- --cds-support-warning-inverse: #f1c21b;
24822
- --cds-support-info-inverse: #0f62fe;
24823
- --cds-overlay: rgba(0, 0, 0, 0.65);
24824
- --cds-toggle-off: #6f6f6f;
24825
- --cds-shadow: rgba(0, 0, 0, 0.8);
24826
- --cds-button-primary: #0f62fe;
24827
- --cds-button-secondary: #6f6f6f;
24828
- --cds-button-tertiary: #ffffff;
24829
- --cds-button-danger-primary: #da1e28;
24830
- --cds-button-danger-secondary: #fa4d56;
24831
- --cds-background-active: #525252;
24832
- --cds-layer-active: #525252;
24833
- --cds-button-danger-active: #750e13;
24834
- --cds-button-primary-active: #002d9c;
24835
- --cds-button-secondary-active: #393939;
24836
- --cds-button-tertiary-active: #c6c6c6;
24837
- --cds-focus-inset: #161616;
24838
- --cds-focus-inverse: #0f62fe;
24839
- --cds-background-hover: #353535;
24840
- --cds-layer-hover: #353535;
24841
- --cds-field-hover: #353535;
24842
- --cds-background-inverse-hover: #e5e5e5;
24843
- --cds-link-primary-hover: #a6c8ff;
24844
- --cds-button-danger-hover: #b81921;
24845
- --cds-button-primary-hover: #0353e9;
24846
- --cds-button-secondary-hover: #606060;
24847
- --cds-button-tertiary-hover: #f4f4f4;
24848
- --cds-background-selected: #393939;
24849
- --cds-background-selected-hover: #4c4c4c;
24850
- --cds-layer-selected: #393939;
24851
- --cds-layer-selected-hover: #4c4c4c;
24852
- --cds-layer-selected-inverse: #f4f4f4;
24853
- --cds-border-subtle-selected: #525252;
24854
- --cds-border-disabled: #262626;
24855
- --cds-text-disabled: #525252;
24856
- --cds-button-disabled: #525252;
24857
- --cds-icon-disabled: #525252;
24858
- --cds-text-on-color-disabled: #8d8d8d;
24859
- --cds-icon-on-color-disabled: #8d8d8d;
24860
- --cds-layer-selected-disabled: #8d8d8d;
24861
- --cds-skeleton-background: #353535;
24862
- --cds-skeleton-element: #525252;
24863
- --cds-brand-01: #0f62fe;
24864
- --cds-brand-02: #6f6f6f;
24865
- --cds-brand-03: #ffffff;
24866
- --cds-active-01: #525252;
24867
- --cds-hover-field: #353535;
24868
- --cds-danger: #da1e28;
24869
- --cds-caption-01-font-size: 0.75rem;
24870
- --cds-caption-01-font-weight: 400;
24871
- --cds-caption-01-line-height: 1.33333;
24872
- --cds-caption-01-letter-spacing: 0.32px;
24873
- --cds-caption-02-font-size: 0.875rem;
24874
- --cds-caption-02-font-weight: 400;
24875
- --cds-caption-02-line-height: 1.28572;
24876
- --cds-caption-02-letter-spacing: 0.32px;
24877
- --cds-label-01-font-size: 0.75rem;
24878
- --cds-label-01-font-weight: 400;
24879
- --cds-label-01-line-height: 1.33333;
24880
- --cds-label-01-letter-spacing: 0.32px;
24881
- --cds-label-02-font-size: 0.875rem;
24882
- --cds-label-02-font-weight: 400;
24883
- --cds-label-02-line-height: 1.28572;
24884
- --cds-label-02-letter-spacing: 0.16px;
24885
- --cds-helper-text-01-font-size: 0.75rem;
24886
- --cds-helper-text-01-line-height: 1.33333;
24887
- --cds-helper-text-01-letter-spacing: 0.32px;
24888
- --cds-helper-text-02-font-size: 0.875rem;
24889
- --cds-helper-text-02-line-height: 1.28572;
24890
- --cds-helper-text-02-letter-spacing: 0.16px;
24891
- --cds-body-short-01-font-size: 0.875rem;
24892
- --cds-body-short-01-font-weight: 400;
24893
- --cds-body-short-01-line-height: 1.28572;
24894
- --cds-body-short-01-letter-spacing: 0.16px;
24895
- --cds-body-long-01-font-size: 0.875rem;
24896
- --cds-body-long-01-font-weight: 400;
24897
- --cds-body-long-01-line-height: 1.42857;
24898
- --cds-body-long-01-letter-spacing: 0.16px;
24899
- --cds-body-short-02-font-size: 1rem;
24900
- --cds-body-short-02-font-weight: 400;
24901
- --cds-body-short-02-line-height: 1.375;
24902
- --cds-body-short-02-letter-spacing: 0;
24903
- --cds-body-long-02-font-size: 1rem;
24904
- --cds-body-long-02-font-weight: 400;
24905
- --cds-body-long-02-line-height: 1.5;
24906
- --cds-body-long-02-letter-spacing: 0;
24907
- --cds-code-01-font-family: 'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace;
24908
- --cds-code-01-font-size: 0.75rem;
24909
- --cds-code-01-font-weight: 400;
24910
- --cds-code-01-line-height: 1.33333;
24911
- --cds-code-01-letter-spacing: 0.32px;
24912
- --cds-code-02-font-family: 'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace;
24913
- --cds-code-02-font-size: 0.875rem;
24914
- --cds-code-02-font-weight: 400;
24915
- --cds-code-02-line-height: 1.42857;
24916
- --cds-code-02-letter-spacing: 0.32px;
24917
- --cds-heading-01-font-size: 0.875rem;
24918
- --cds-heading-01-font-weight: 600;
24919
- --cds-heading-01-line-height: 1.42857;
24920
- --cds-heading-01-letter-spacing: 0.16px;
24921
- --cds-productive-heading-01-font-size: 0.875rem;
24922
- --cds-productive-heading-01-font-weight: 600;
24923
- --cds-productive-heading-01-line-height: 1.28572;
24924
- --cds-productive-heading-01-letter-spacing: 0.16px;
24925
- --cds-heading-02-font-size: 1rem;
24926
- --cds-heading-02-font-weight: 600;
24927
- --cds-heading-02-line-height: 1.5;
24928
- --cds-heading-02-letter-spacing: 0;
24929
- --cds-productive-heading-02-font-size: 1rem;
24930
- --cds-productive-heading-02-font-weight: 600;
24931
- --cds-productive-heading-02-line-height: 1.375;
24932
- --cds-productive-heading-02-letter-spacing: 0;
24933
- --cds-productive-heading-03-font-size: 1.25rem;
24934
- --cds-productive-heading-03-font-weight: 400;
24935
- --cds-productive-heading-03-line-height: 1.4;
24936
- --cds-productive-heading-03-letter-spacing: 0;
24937
- --cds-productive-heading-04-font-size: 1.75rem;
24938
- --cds-productive-heading-04-font-weight: 400;
24939
- --cds-productive-heading-04-line-height: 1.28572;
24940
- --cds-productive-heading-04-letter-spacing: 0;
24941
- --cds-productive-heading-05-font-size: 2rem;
24942
- --cds-productive-heading-05-font-weight: 400;
24943
- --cds-productive-heading-05-line-height: 1.25;
24944
- --cds-productive-heading-05-letter-spacing: 0;
24945
- --cds-productive-heading-06-font-size: 2.625rem;
24946
- --cds-productive-heading-06-font-weight: 300;
24947
- --cds-productive-heading-06-line-height: 1.199;
24948
- --cds-productive-heading-06-letter-spacing: 0;
24949
- --cds-productive-heading-07-font-size: 3.375rem;
24950
- --cds-productive-heading-07-font-weight: 300;
24951
- --cds-productive-heading-07-line-height: 1.199;
24952
- --cds-productive-heading-07-letter-spacing: 0;
24953
- --cds-expressive-heading-01-font-size: 0.875rem;
24954
- --cds-expressive-heading-01-font-weight: 600;
24955
- --cds-expressive-heading-01-line-height: 1.25;
24956
- --cds-expressive-heading-01-letter-spacing: 0.16px;
24957
- --cds-expressive-heading-02-font-size: 1rem;
24958
- --cds-expressive-heading-02-font-weight: 600;
24959
- --cds-expressive-heading-02-line-height: 1.5;
24960
- --cds-expressive-heading-02-letter-spacing: 0;
24961
- --cds-expressive-heading-03-font-size: 1.25rem;
24962
- --cds-expressive-heading-03-font-weight: 400;
24963
- --cds-expressive-heading-03-line-height: 1.4;
24964
- --cds-expressive-heading-03-letter-spacing: 0;
24965
- --cds-expressive-heading-04-font-size: 1.75rem;
24966
- --cds-expressive-heading-04-font-weight: 400;
24967
- --cds-expressive-heading-04-line-height: 1.28572;
24968
- --cds-expressive-heading-04-letter-spacing: 0;
24969
- --cds-expressive-heading-05-font-size: 2rem;
24970
- --cds-expressive-heading-05-font-weight: 400;
24971
- --cds-expressive-heading-05-line-height: 1.25;
24972
- --cds-expressive-heading-05-letter-spacing: 0;
24973
- --cds-expressive-heading-06-font-size: 2rem;
24974
- --cds-expressive-heading-06-font-weight: 600;
24975
- --cds-expressive-heading-06-line-height: 1.25;
24976
- --cds-expressive-heading-06-letter-spacing: 0;
24977
- --cds-expressive-paragraph-01-font-size: 1.5rem;
24978
- --cds-expressive-paragraph-01-font-weight: 300;
24979
- --cds-expressive-paragraph-01-line-height: 1.334;
24980
- --cds-expressive-paragraph-01-letter-spacing: 0;
24981
- --cds-quotation-01-font-family: 'IBM Plex Serif', 'Georgia', Times, serif;
24982
- --cds-quotation-01-font-size: 1.25rem;
24983
- --cds-quotation-01-font-weight: 400;
24984
- --cds-quotation-01-line-height: 1.3;
24985
- --cds-quotation-01-letter-spacing: 0;
24986
- --cds-quotation-02-font-family: 'IBM Plex Serif', 'Georgia', Times, serif;
24987
- --cds-quotation-02-font-size: 2rem;
24988
- --cds-quotation-02-font-weight: 300;
24989
- --cds-quotation-02-line-height: 1.25;
24990
- --cds-quotation-02-letter-spacing: 0;
24991
- --cds-display-01-font-size: 2.625rem;
24992
- --cds-display-01-font-weight: 300;
24993
- --cds-display-01-line-height: 1.19;
24994
- --cds-display-01-letter-spacing: 0;
24995
- --cds-display-02-font-size: 2.625rem;
24996
- --cds-display-02-font-weight: 600;
24997
- --cds-display-02-line-height: 1.19;
24998
- --cds-display-02-letter-spacing: 0;
24999
- --cds-display-03-font-size: 2.625rem;
25000
- --cds-display-03-font-weight: 300;
25001
- --cds-display-03-line-height: 1.19;
25002
- --cds-display-03-letter-spacing: 0;
25003
- --cds-display-04-font-size: 2.625rem;
25004
- --cds-display-04-font-weight: 300;
25005
- --cds-display-04-line-height: 1.19;
25006
- --cds-display-04-letter-spacing: 0;
25007
- --cds-legal-01-font-size: 0.75rem;
25008
- --cds-legal-01-font-weight: 400;
25009
- --cds-legal-01-line-height: 1.33333;
25010
- --cds-legal-01-letter-spacing: 0.32px;
25011
- --cds-legal-02-font-size: 0.875rem;
25012
- --cds-legal-02-font-weight: 400;
25013
- --cds-legal-02-line-height: 1.28572;
25014
- --cds-legal-02-letter-spacing: 0.16px;
25015
- --cds-body-compact-01-font-size: 0.875rem;
25016
- --cds-body-compact-01-font-weight: 400;
25017
- --cds-body-compact-01-line-height: 1.28572;
25018
- --cds-body-compact-01-letter-spacing: 0.16px;
25019
- --cds-body-compact-02-font-size: 1rem;
25020
- --cds-body-compact-02-font-weight: 400;
25021
- --cds-body-compact-02-line-height: 1.375;
25022
- --cds-body-compact-02-letter-spacing: 0;
25023
- --cds-body-01-font-size: 0.875rem;
25024
- --cds-body-01-font-weight: 400;
25025
- --cds-body-01-line-height: 1.42857;
25026
- --cds-body-01-letter-spacing: 0.16px;
25027
- --cds-body-02-font-size: 1rem;
25028
- --cds-body-02-font-weight: 400;
25029
- --cds-body-02-line-height: 1.5;
25030
- --cds-body-02-letter-spacing: 0;
25031
- --cds-heading-compact-01-font-size: 0.875rem;
25032
- --cds-heading-compact-01-font-weight: 600;
25033
- --cds-heading-compact-01-line-height: 1.28572;
25034
- --cds-heading-compact-01-letter-spacing: 0.16px;
25035
- --cds-heading-compact-02-font-size: 1rem;
25036
- --cds-heading-compact-02-font-weight: 600;
25037
- --cds-heading-compact-02-line-height: 1.375;
25038
- --cds-heading-compact-02-letter-spacing: 0;
25039
- --cds-heading-03-font-size: 1.25rem;
25040
- --cds-heading-03-font-weight: 400;
25041
- --cds-heading-03-line-height: 1.4;
25042
- --cds-heading-03-letter-spacing: 0;
25043
- --cds-heading-04-font-size: 1.75rem;
25044
- --cds-heading-04-font-weight: 400;
25045
- --cds-heading-04-line-height: 1.28572;
25046
- --cds-heading-04-letter-spacing: 0;
25047
- --cds-heading-05-font-size: 2rem;
25048
- --cds-heading-05-font-weight: 400;
25049
- --cds-heading-05-line-height: 1.25;
25050
- --cds-heading-05-letter-spacing: 0;
25051
- --cds-heading-06-font-size: 2.625rem;
25052
- --cds-heading-06-font-weight: 300;
25053
- --cds-heading-06-line-height: 1.199;
25054
- --cds-heading-06-letter-spacing: 0;
25055
- --cds-heading-07-font-size: 3.375rem;
25056
- --cds-heading-07-font-weight: 300;
25057
- --cds-heading-07-line-height: 1.199;
25058
- --cds-heading-07-letter-spacing: 0;
25059
- --cds-fluid-heading-03-font-size: 1.25rem;
25060
- --cds-fluid-heading-03-font-weight: 400;
25061
- --cds-fluid-heading-03-line-height: 1.4;
25062
- --cds-fluid-heading-03-letter-spacing: 0;
25063
- --cds-fluid-heading-04-font-size: 1.75rem;
25064
- --cds-fluid-heading-04-font-weight: 400;
25065
- --cds-fluid-heading-04-line-height: 1.28572;
25066
- --cds-fluid-heading-04-letter-spacing: 0;
25067
- --cds-fluid-heading-05-font-size: 2rem;
25068
- --cds-fluid-heading-05-font-weight: 400;
25069
- --cds-fluid-heading-05-line-height: 1.25;
25070
- --cds-fluid-heading-05-letter-spacing: 0;
25071
- --cds-fluid-heading-06-font-size: 2rem;
25072
- --cds-fluid-heading-06-font-weight: 600;
25073
- --cds-fluid-heading-06-line-height: 1.25;
25074
- --cds-fluid-heading-06-letter-spacing: 0;
25075
- --cds-fluid-paragraph-01-font-size: 1.5rem;
25076
- --cds-fluid-paragraph-01-font-weight: 300;
25077
- --cds-fluid-paragraph-01-line-height: 1.334;
25078
- --cds-fluid-paragraph-01-letter-spacing: 0;
25079
- --cds-fluid-quotation-01-font-family: 'IBM Plex Serif', 'Georgia', Times, serif;
25080
- --cds-fluid-quotation-01-font-size: 1.25rem;
25081
- --cds-fluid-quotation-01-font-weight: 400;
25082
- --cds-fluid-quotation-01-line-height: 1.3;
25083
- --cds-fluid-quotation-01-letter-spacing: 0;
25084
- --cds-fluid-quotation-02-font-family: 'IBM Plex Serif', 'Georgia', Times, serif;
25085
- --cds-fluid-quotation-02-font-size: 2rem;
25086
- --cds-fluid-quotation-02-font-weight: 300;
25087
- --cds-fluid-quotation-02-line-height: 1.25;
25088
- --cds-fluid-quotation-02-letter-spacing: 0;
25089
- --cds-fluid-display-01-font-size: 2.625rem;
25090
- --cds-fluid-display-01-font-weight: 300;
25091
- --cds-fluid-display-01-line-height: 1.19;
25092
- --cds-fluid-display-01-letter-spacing: 0;
25093
- --cds-fluid-display-02-font-size: 2.625rem;
25094
- --cds-fluid-display-02-font-weight: 600;
25095
- --cds-fluid-display-02-line-height: 1.19;
25096
- --cds-fluid-display-02-letter-spacing: 0;
25097
- --cds-fluid-display-03-font-size: 2.625rem;
25098
- --cds-fluid-display-03-font-weight: 300;
25099
- --cds-fluid-display-03-line-height: 1.19;
25100
- --cds-fluid-display-03-letter-spacing: 0;
25101
- --cds-fluid-display-04-font-size: 2.625rem;
25102
- --cds-fluid-display-04-font-weight: 300;
25103
- --cds-fluid-display-04-line-height: 1.19;
25104
- --cds-fluid-display-04-letter-spacing: 0;
25105
- --cds-spacing-01: 0.125rem;
25106
- --cds-spacing-02: 0.25rem;
25107
- --cds-spacing-03: 0.5rem;
25108
- --cds-spacing-04: 0.75rem;
25109
- --cds-spacing-05: 1rem;
25110
- --cds-spacing-06: 1.5rem;
25111
- --cds-spacing-07: 2rem;
25112
- --cds-spacing-08: 2.5rem;
25113
- --cds-spacing-09: 3rem;
25114
- --cds-spacing-10: 4rem;
25115
- --cds-spacing-11: 5rem;
25116
- --cds-spacing-12: 6rem;
25117
- --cds-spacing-13: 10rem;
25118
- --cds-fluid-spacing-01: 0;
25119
- --cds-fluid-spacing-02: 2vw;
25120
- --cds-fluid-spacing-03: 5vw;
25121
- --cds-fluid-spacing-04: 10vw;
25122
- --cds-layout-01: 1rem;
25123
- --cds-layout-02: 1.5rem;
25124
- --cds-layout-03: 2rem;
25125
- --cds-layout-04: 3rem;
25126
- --cds-layout-05: 4rem;
25127
- --cds-layout-06: 6rem;
25128
- --cds-layout-07: 10rem;
25129
- --cds-container-01: 1.5rem;
25130
- --cds-container-02: 2rem;
25131
- --cds-container-03: 2.5rem;
25132
- --cds-container-04: 3rem;
25133
- --cds-container-05: 4rem;
25134
- --cds-size-xsmall: 1.5rem;
25135
- --cds-size-small: 2rem;
25136
- --cds-size-medium: 2.5rem;
25137
- --cds-size-large: 3rem;
25138
- --cds-size-xlarge: 4rem;
25139
- --cds-size-2XLarge: 5rem;
25140
- --cds-icon-size-01: 1rem;
25141
- --cds-icon-size-02: 1.25rem;
25142
- height: 1.25rem;
25143
- padding-top: 0;
25144
- padding-right: 0.1875rem;
25145
- border-width: 0.0625rem;
25146
- border-style: solid;
25147
- border-radius: var(--cds-spacing-04, 0.75rem);
25148
- white-space: nowrap;
25149
- border-color: var(--cds-icon-03, #ffffff);
25150
- background-color: var(--cds-icon-03, #ffffff);
25151
- color: var(--cds-inverse-01, #ffffff);
25152
- }
25153
- .c4p--non-linear-reading__dark .c4p--non-linear-reading__keyword-open:hover {
25154
- cursor: pointer;
25155
- }
25156
- .c4p--non-linear-reading__dark .c4p--non-linear-reading__keyword-open svg {
25157
- margin: 0.0625rem 0 0 0;
25158
- vertical-align: text-top;
25159
- }
25160
- .c4p--non-linear-reading__dark .c4p--non-linear-reading__keyword-open svg {
25161
- transform: rotate(180deg);
25162
- }
25163
- .c4p--non-linear-reading__dark .c4p--non-linear-reading__keyword-open:hover {
25164
- background-color: transparent;
25165
- color: var(--cds-text-01, #161616);
25166
- }
25167
- .c4p--non-linear-reading__dark .c4p--non-linear-reading__body {
25168
- --cds-interactive-01: #0f62fe;
25169
- --cds-interactive-02: #6f6f6f;
25170
- --cds-interactive-03: #ffffff;
25171
- --cds-interactive-04: #4589ff;
25172
- --cds-ui-background: #161616;
25173
- --cds-ui-01: #262626;
25174
- --cds-ui-02: #393939;
25175
- --cds-ui-03: #393939;
25176
- --cds-ui-04: #6f6f6f;
25177
- --cds-ui-05: #f4f4f4;
25178
- --cds-text-01: #f4f4f4;
25179
- --cds-text-02: #c6c6c6;
25180
- --cds-text-03: #6f6f6f;
25181
- --cds-text-04: #ffffff;
25182
- --cds-text-05: #8d8d8d;
25183
- --cds-text-error: #ff8389;
25184
- --cds-icon-01: #f4f4f4;
25185
- --cds-icon-02: #c6c6c6;
25186
- --cds-icon-03: #ffffff;
25187
- --cds-link-01: #78a9ff;
25188
- --cds-link-02: #a6c8ff;
25189
- --cds-inverse-link: #0f62fe;
25190
- --cds-field-01: #262626;
25191
- --cds-field-02: #393939;
25192
- --cds-inverse-01: #161616;
25193
- --cds-inverse-02: #f4f4f4;
25194
- --cds-support-01: #fa4d56;
25195
- --cds-support-02: #42be65;
25196
- --cds-support-03: #f1c21b;
25197
- --cds-support-04: #4589ff;
25198
- --cds-inverse-support-01: #da1e28;
25199
- --cds-inverse-support-02: #24a148;
25200
- --cds-inverse-support-03: #f1c21b;
25201
- --cds-inverse-support-04: #0f62fe;
25202
- --cds-overlay-01: rgba(0, 0, 0, 0.65);
25203
- --cds-danger-01: #da1e28;
25204
- --cds-danger-02: #fa4d56;
25205
- --cds-focus: #ffffff;
25206
- --cds-inverse-focus-ui: #0f62fe;
25207
- --cds-hover-primary: #0353e9;
25208
- --cds-active-primary: #002d9c;
25209
- --cds-hover-primary-text: #a6c8ff;
25210
- --cds-hover-secondary: #606060;
25211
- --cds-active-secondary: #393939;
25212
- --cds-hover-tertiary: #f4f4f4;
25213
- --cds-active-tertiary: #c6c6c6;
25214
- --cds-hover-ui: #353535;
25215
- --cds-hover-light-ui: #4c4c4c;
25216
- --cds-hover-selected-ui: #4c4c4c;
25217
- --cds-active-ui: #525252;
25218
- --cds-active-light-ui: #6f6f6f;
25219
- --cds-selected-ui: #393939;
25220
- --cds-selected-light-ui: #525252;
25221
- --cds-inverse-hover-ui: #e5e5e5;
25222
- --cds-hover-danger: #b81921;
25223
- --cds-active-danger: #750e13;
25224
- --cds-hover-row: #353535;
25225
- --cds-visited-link: #be95ff;
25226
- --cds-disabled-01: #262626;
25227
- --cds-disabled-02: #525252;
25228
- --cds-disabled-03: #8d8d8d;
25229
- --cds-highlight: #002d9c;
25230
- --cds-decorative-01: #525252;
25231
- --cds-button-separator: #161616;
25232
- --cds-skeleton-01: #353535;
25233
- --cds-skeleton-02: #525252;
25234
- --cds-background: #161616;
25235
- --cds-layer: #262626;
25236
- --cds-layer-accent: #393939;
25237
- --cds-layer-accent-hover: #474747;
25238
- --cds-layer-accent-active: #6f6f6f;
25239
- --cds-field: #262626;
25240
- --cds-background-inverse: #f4f4f4;
25241
- --cds-background-brand: #0f62fe;
25242
- --cds-interactive: #4589ff;
25243
- --cds-border-subtle: #393939;
25244
- --cds-border-strong: #6f6f6f;
25245
- --cds-border-inverse: #f4f4f4;
25246
- --cds-border-interactive: #4589ff;
25247
- --cds-text-primary: #f4f4f4;
25248
- --cds-text-secondary: #c6c6c6;
25249
- --cds-text-placeholder: #6f6f6f;
25250
- --cds-text-helper: #8d8d8d;
25251
- --cds-text-on-color: #ffffff;
25252
- --cds-text-inverse: #161616;
25253
- --cds-link-primary: #78a9ff;
25254
- --cds-link-secondary: #a6c8ff;
25255
- --cds-link-visited: #be95ff;
25256
- --cds-link-inverse: #0f62fe;
25257
- --cds-icon-primary: #f4f4f4;
25258
- --cds-icon-secondary: #c6c6c6;
25259
- --cds-icon-on-color: #ffffff;
25260
- --cds-icon-inverse: #161616;
25261
- --cds-support-error: #fa4d56;
25262
- --cds-support-success: #42be65;
25263
- --cds-support-warning: #f1c21b;
25264
- --cds-support-info: #4589ff;
25265
- --cds-support-error-inverse: #da1e28;
25266
- --cds-support-success-inverse: #24a148;
25267
- --cds-support-warning-inverse: #f1c21b;
25268
- --cds-support-info-inverse: #0f62fe;
25269
- --cds-overlay: rgba(0, 0, 0, 0.65);
25270
- --cds-toggle-off: #6f6f6f;
25271
- --cds-shadow: rgba(0, 0, 0, 0.8);
25272
- --cds-button-primary: #0f62fe;
25273
- --cds-button-secondary: #6f6f6f;
25274
- --cds-button-tertiary: #ffffff;
25275
- --cds-button-danger-primary: #da1e28;
25276
- --cds-button-danger-secondary: #fa4d56;
25277
- --cds-background-active: #525252;
25278
- --cds-layer-active: #525252;
25279
- --cds-button-danger-active: #750e13;
25280
- --cds-button-primary-active: #002d9c;
25281
- --cds-button-secondary-active: #393939;
25282
- --cds-button-tertiary-active: #c6c6c6;
25283
- --cds-focus-inset: #161616;
25284
- --cds-focus-inverse: #0f62fe;
25285
- --cds-background-hover: #353535;
25286
- --cds-layer-hover: #353535;
25287
- --cds-field-hover: #353535;
25288
- --cds-background-inverse-hover: #e5e5e5;
25289
- --cds-link-primary-hover: #a6c8ff;
25290
- --cds-button-danger-hover: #b81921;
25291
- --cds-button-primary-hover: #0353e9;
25292
- --cds-button-secondary-hover: #606060;
25293
- --cds-button-tertiary-hover: #f4f4f4;
25294
- --cds-background-selected: #393939;
25295
- --cds-background-selected-hover: #4c4c4c;
25296
- --cds-layer-selected: #393939;
25297
- --cds-layer-selected-hover: #4c4c4c;
25298
- --cds-layer-selected-inverse: #f4f4f4;
25299
- --cds-border-subtle-selected: #525252;
25300
- --cds-border-disabled: #262626;
25301
- --cds-text-disabled: #525252;
25302
- --cds-button-disabled: #525252;
25303
- --cds-icon-disabled: #525252;
25304
- --cds-text-on-color-disabled: #8d8d8d;
25305
- --cds-icon-on-color-disabled: #8d8d8d;
25306
- --cds-layer-selected-disabled: #8d8d8d;
25307
- --cds-skeleton-background: #353535;
25308
- --cds-skeleton-element: #525252;
25309
- --cds-brand-01: #0f62fe;
25310
- --cds-brand-02: #6f6f6f;
25311
- --cds-brand-03: #ffffff;
25312
- --cds-active-01: #525252;
25313
- --cds-hover-field: #353535;
25314
- --cds-danger: #da1e28;
25315
- --cds-caption-01-font-size: 0.75rem;
25316
- --cds-caption-01-font-weight: 400;
25317
- --cds-caption-01-line-height: 1.33333;
25318
- --cds-caption-01-letter-spacing: 0.32px;
25319
- --cds-caption-02-font-size: 0.875rem;
25320
- --cds-caption-02-font-weight: 400;
25321
- --cds-caption-02-line-height: 1.28572;
25322
- --cds-caption-02-letter-spacing: 0.32px;
25323
- --cds-label-01-font-size: 0.75rem;
25324
- --cds-label-01-font-weight: 400;
25325
- --cds-label-01-line-height: 1.33333;
25326
- --cds-label-01-letter-spacing: 0.32px;
25327
- --cds-label-02-font-size: 0.875rem;
25328
- --cds-label-02-font-weight: 400;
25329
- --cds-label-02-line-height: 1.28572;
25330
- --cds-label-02-letter-spacing: 0.16px;
25331
- --cds-helper-text-01-font-size: 0.75rem;
25332
- --cds-helper-text-01-line-height: 1.33333;
25333
- --cds-helper-text-01-letter-spacing: 0.32px;
25334
- --cds-helper-text-02-font-size: 0.875rem;
25335
- --cds-helper-text-02-line-height: 1.28572;
25336
- --cds-helper-text-02-letter-spacing: 0.16px;
25337
- --cds-body-short-01-font-size: 0.875rem;
25338
- --cds-body-short-01-font-weight: 400;
25339
- --cds-body-short-01-line-height: 1.28572;
25340
- --cds-body-short-01-letter-spacing: 0.16px;
25341
- --cds-body-long-01-font-size: 0.875rem;
25342
- --cds-body-long-01-font-weight: 400;
25343
- --cds-body-long-01-line-height: 1.42857;
25344
- --cds-body-long-01-letter-spacing: 0.16px;
25345
- --cds-body-short-02-font-size: 1rem;
25346
- --cds-body-short-02-font-weight: 400;
25347
- --cds-body-short-02-line-height: 1.375;
25348
- --cds-body-short-02-letter-spacing: 0;
25349
- --cds-body-long-02-font-size: 1rem;
25350
- --cds-body-long-02-font-weight: 400;
25351
- --cds-body-long-02-line-height: 1.5;
25352
- --cds-body-long-02-letter-spacing: 0;
25353
- --cds-code-01-font-family: 'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace;
25354
- --cds-code-01-font-size: 0.75rem;
25355
- --cds-code-01-font-weight: 400;
25356
- --cds-code-01-line-height: 1.33333;
25357
- --cds-code-01-letter-spacing: 0.32px;
25358
- --cds-code-02-font-family: 'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace;
25359
- --cds-code-02-font-size: 0.875rem;
25360
- --cds-code-02-font-weight: 400;
25361
- --cds-code-02-line-height: 1.42857;
25362
- --cds-code-02-letter-spacing: 0.32px;
25363
- --cds-heading-01-font-size: 0.875rem;
25364
- --cds-heading-01-font-weight: 600;
25365
- --cds-heading-01-line-height: 1.42857;
25366
- --cds-heading-01-letter-spacing: 0.16px;
25367
- --cds-productive-heading-01-font-size: 0.875rem;
25368
- --cds-productive-heading-01-font-weight: 600;
25369
- --cds-productive-heading-01-line-height: 1.28572;
25370
- --cds-productive-heading-01-letter-spacing: 0.16px;
25371
- --cds-heading-02-font-size: 1rem;
25372
- --cds-heading-02-font-weight: 600;
25373
- --cds-heading-02-line-height: 1.5;
25374
- --cds-heading-02-letter-spacing: 0;
25375
- --cds-productive-heading-02-font-size: 1rem;
25376
- --cds-productive-heading-02-font-weight: 600;
25377
- --cds-productive-heading-02-line-height: 1.375;
25378
- --cds-productive-heading-02-letter-spacing: 0;
25379
- --cds-productive-heading-03-font-size: 1.25rem;
25380
- --cds-productive-heading-03-font-weight: 400;
25381
- --cds-productive-heading-03-line-height: 1.4;
25382
- --cds-productive-heading-03-letter-spacing: 0;
25383
- --cds-productive-heading-04-font-size: 1.75rem;
25384
- --cds-productive-heading-04-font-weight: 400;
25385
- --cds-productive-heading-04-line-height: 1.28572;
25386
- --cds-productive-heading-04-letter-spacing: 0;
25387
- --cds-productive-heading-05-font-size: 2rem;
25388
- --cds-productive-heading-05-font-weight: 400;
25389
- --cds-productive-heading-05-line-height: 1.25;
25390
- --cds-productive-heading-05-letter-spacing: 0;
25391
- --cds-productive-heading-06-font-size: 2.625rem;
25392
- --cds-productive-heading-06-font-weight: 300;
25393
- --cds-productive-heading-06-line-height: 1.199;
25394
- --cds-productive-heading-06-letter-spacing: 0;
25395
- --cds-productive-heading-07-font-size: 3.375rem;
25396
- --cds-productive-heading-07-font-weight: 300;
25397
- --cds-productive-heading-07-line-height: 1.199;
25398
- --cds-productive-heading-07-letter-spacing: 0;
25399
- --cds-expressive-heading-01-font-size: 0.875rem;
25400
- --cds-expressive-heading-01-font-weight: 600;
25401
- --cds-expressive-heading-01-line-height: 1.25;
25402
- --cds-expressive-heading-01-letter-spacing: 0.16px;
25403
- --cds-expressive-heading-02-font-size: 1rem;
25404
- --cds-expressive-heading-02-font-weight: 600;
25405
- --cds-expressive-heading-02-line-height: 1.5;
25406
- --cds-expressive-heading-02-letter-spacing: 0;
25407
- --cds-expressive-heading-03-font-size: 1.25rem;
25408
- --cds-expressive-heading-03-font-weight: 400;
25409
- --cds-expressive-heading-03-line-height: 1.4;
25410
- --cds-expressive-heading-03-letter-spacing: 0;
25411
- --cds-expressive-heading-04-font-size: 1.75rem;
25412
- --cds-expressive-heading-04-font-weight: 400;
25413
- --cds-expressive-heading-04-line-height: 1.28572;
25414
- --cds-expressive-heading-04-letter-spacing: 0;
25415
- --cds-expressive-heading-05-font-size: 2rem;
25416
- --cds-expressive-heading-05-font-weight: 400;
25417
- --cds-expressive-heading-05-line-height: 1.25;
25418
- --cds-expressive-heading-05-letter-spacing: 0;
25419
- --cds-expressive-heading-06-font-size: 2rem;
25420
- --cds-expressive-heading-06-font-weight: 600;
25421
- --cds-expressive-heading-06-line-height: 1.25;
25422
- --cds-expressive-heading-06-letter-spacing: 0;
25423
- --cds-expressive-paragraph-01-font-size: 1.5rem;
25424
- --cds-expressive-paragraph-01-font-weight: 300;
25425
- --cds-expressive-paragraph-01-line-height: 1.334;
25426
- --cds-expressive-paragraph-01-letter-spacing: 0;
25427
- --cds-quotation-01-font-family: 'IBM Plex Serif', 'Georgia', Times, serif;
25428
- --cds-quotation-01-font-size: 1.25rem;
25429
- --cds-quotation-01-font-weight: 400;
25430
- --cds-quotation-01-line-height: 1.3;
25431
- --cds-quotation-01-letter-spacing: 0;
25432
- --cds-quotation-02-font-family: 'IBM Plex Serif', 'Georgia', Times, serif;
25433
- --cds-quotation-02-font-size: 2rem;
25434
- --cds-quotation-02-font-weight: 300;
25435
- --cds-quotation-02-line-height: 1.25;
25436
- --cds-quotation-02-letter-spacing: 0;
25437
- --cds-display-01-font-size: 2.625rem;
25438
- --cds-display-01-font-weight: 300;
25439
- --cds-display-01-line-height: 1.19;
25440
- --cds-display-01-letter-spacing: 0;
25441
- --cds-display-02-font-size: 2.625rem;
25442
- --cds-display-02-font-weight: 600;
25443
- --cds-display-02-line-height: 1.19;
25444
- --cds-display-02-letter-spacing: 0;
25445
- --cds-display-03-font-size: 2.625rem;
25446
- --cds-display-03-font-weight: 300;
25447
- --cds-display-03-line-height: 1.19;
25448
- --cds-display-03-letter-spacing: 0;
25449
- --cds-display-04-font-size: 2.625rem;
25450
- --cds-display-04-font-weight: 300;
25451
- --cds-display-04-line-height: 1.19;
25452
- --cds-display-04-letter-spacing: 0;
25453
- --cds-legal-01-font-size: 0.75rem;
25454
- --cds-legal-01-font-weight: 400;
25455
- --cds-legal-01-line-height: 1.33333;
25456
- --cds-legal-01-letter-spacing: 0.32px;
25457
- --cds-legal-02-font-size: 0.875rem;
25458
- --cds-legal-02-font-weight: 400;
25459
- --cds-legal-02-line-height: 1.28572;
25460
- --cds-legal-02-letter-spacing: 0.16px;
25461
- --cds-body-compact-01-font-size: 0.875rem;
25462
- --cds-body-compact-01-font-weight: 400;
25463
- --cds-body-compact-01-line-height: 1.28572;
25464
- --cds-body-compact-01-letter-spacing: 0.16px;
25465
- --cds-body-compact-02-font-size: 1rem;
25466
- --cds-body-compact-02-font-weight: 400;
25467
- --cds-body-compact-02-line-height: 1.375;
25468
- --cds-body-compact-02-letter-spacing: 0;
25469
- --cds-body-01-font-size: 0.875rem;
25470
- --cds-body-01-font-weight: 400;
25471
- --cds-body-01-line-height: 1.42857;
25472
- --cds-body-01-letter-spacing: 0.16px;
25473
- --cds-body-02-font-size: 1rem;
25474
- --cds-body-02-font-weight: 400;
25475
- --cds-body-02-line-height: 1.5;
25476
- --cds-body-02-letter-spacing: 0;
25477
- --cds-heading-compact-01-font-size: 0.875rem;
25478
- --cds-heading-compact-01-font-weight: 600;
25479
- --cds-heading-compact-01-line-height: 1.28572;
25480
- --cds-heading-compact-01-letter-spacing: 0.16px;
25481
- --cds-heading-compact-02-font-size: 1rem;
25482
- --cds-heading-compact-02-font-weight: 600;
25483
- --cds-heading-compact-02-line-height: 1.375;
25484
- --cds-heading-compact-02-letter-spacing: 0;
25485
- --cds-heading-03-font-size: 1.25rem;
25486
- --cds-heading-03-font-weight: 400;
25487
- --cds-heading-03-line-height: 1.4;
25488
- --cds-heading-03-letter-spacing: 0;
25489
- --cds-heading-04-font-size: 1.75rem;
25490
- --cds-heading-04-font-weight: 400;
25491
- --cds-heading-04-line-height: 1.28572;
25492
- --cds-heading-04-letter-spacing: 0;
25493
- --cds-heading-05-font-size: 2rem;
25494
- --cds-heading-05-font-weight: 400;
25495
- --cds-heading-05-line-height: 1.25;
25496
- --cds-heading-05-letter-spacing: 0;
25497
- --cds-heading-06-font-size: 2.625rem;
25498
- --cds-heading-06-font-weight: 300;
25499
- --cds-heading-06-line-height: 1.199;
25500
- --cds-heading-06-letter-spacing: 0;
25501
- --cds-heading-07-font-size: 3.375rem;
25502
- --cds-heading-07-font-weight: 300;
25503
- --cds-heading-07-line-height: 1.199;
25504
- --cds-heading-07-letter-spacing: 0;
25505
- --cds-fluid-heading-03-font-size: 1.25rem;
25506
- --cds-fluid-heading-03-font-weight: 400;
25507
- --cds-fluid-heading-03-line-height: 1.4;
25508
- --cds-fluid-heading-03-letter-spacing: 0;
25509
- --cds-fluid-heading-04-font-size: 1.75rem;
25510
- --cds-fluid-heading-04-font-weight: 400;
25511
- --cds-fluid-heading-04-line-height: 1.28572;
25512
- --cds-fluid-heading-04-letter-spacing: 0;
25513
- --cds-fluid-heading-05-font-size: 2rem;
25514
- --cds-fluid-heading-05-font-weight: 400;
25515
- --cds-fluid-heading-05-line-height: 1.25;
25516
- --cds-fluid-heading-05-letter-spacing: 0;
25517
- --cds-fluid-heading-06-font-size: 2rem;
25518
- --cds-fluid-heading-06-font-weight: 600;
25519
- --cds-fluid-heading-06-line-height: 1.25;
25520
- --cds-fluid-heading-06-letter-spacing: 0;
25521
- --cds-fluid-paragraph-01-font-size: 1.5rem;
25522
- --cds-fluid-paragraph-01-font-weight: 300;
25523
- --cds-fluid-paragraph-01-line-height: 1.334;
25524
- --cds-fluid-paragraph-01-letter-spacing: 0;
25525
- --cds-fluid-quotation-01-font-family: 'IBM Plex Serif', 'Georgia', Times, serif;
25526
- --cds-fluid-quotation-01-font-size: 1.25rem;
25527
- --cds-fluid-quotation-01-font-weight: 400;
25528
- --cds-fluid-quotation-01-line-height: 1.3;
25529
- --cds-fluid-quotation-01-letter-spacing: 0;
25530
- --cds-fluid-quotation-02-font-family: 'IBM Plex Serif', 'Georgia', Times, serif;
25531
- --cds-fluid-quotation-02-font-size: 2rem;
25532
- --cds-fluid-quotation-02-font-weight: 300;
25533
- --cds-fluid-quotation-02-line-height: 1.25;
25534
- --cds-fluid-quotation-02-letter-spacing: 0;
25535
- --cds-fluid-display-01-font-size: 2.625rem;
25536
- --cds-fluid-display-01-font-weight: 300;
25537
- --cds-fluid-display-01-line-height: 1.19;
25538
- --cds-fluid-display-01-letter-spacing: 0;
25539
- --cds-fluid-display-02-font-size: 2.625rem;
25540
- --cds-fluid-display-02-font-weight: 600;
25541
- --cds-fluid-display-02-line-height: 1.19;
25542
- --cds-fluid-display-02-letter-spacing: 0;
25543
- --cds-fluid-display-03-font-size: 2.625rem;
25544
- --cds-fluid-display-03-font-weight: 300;
25545
- --cds-fluid-display-03-line-height: 1.19;
25546
- --cds-fluid-display-03-letter-spacing: 0;
25547
- --cds-fluid-display-04-font-size: 2.625rem;
25548
- --cds-fluid-display-04-font-weight: 300;
25549
- --cds-fluid-display-04-line-height: 1.19;
25550
- --cds-fluid-display-04-letter-spacing: 0;
25551
- --cds-spacing-01: 0.125rem;
25552
- --cds-spacing-02: 0.25rem;
25553
- --cds-spacing-03: 0.5rem;
25554
- --cds-spacing-04: 0.75rem;
25555
- --cds-spacing-05: 1rem;
25556
- --cds-spacing-06: 1.5rem;
25557
- --cds-spacing-07: 2rem;
25558
- --cds-spacing-08: 2.5rem;
25559
- --cds-spacing-09: 3rem;
25560
- --cds-spacing-10: 4rem;
25561
- --cds-spacing-11: 5rem;
25562
- --cds-spacing-12: 6rem;
25563
- --cds-spacing-13: 10rem;
25564
- --cds-fluid-spacing-01: 0;
25565
- --cds-fluid-spacing-02: 2vw;
25566
- --cds-fluid-spacing-03: 5vw;
25567
- --cds-fluid-spacing-04: 10vw;
25568
- --cds-layout-01: 1rem;
25569
- --cds-layout-02: 1.5rem;
25570
- --cds-layout-03: 2rem;
25571
- --cds-layout-04: 3rem;
25572
- --cds-layout-05: 4rem;
25573
- --cds-layout-06: 6rem;
25574
- --cds-layout-07: 10rem;
25575
- --cds-container-01: 1.5rem;
25576
- --cds-container-02: 2rem;
25577
- --cds-container-03: 2.5rem;
25578
- --cds-container-04: 3rem;
25579
- --cds-container-05: 4rem;
25580
- --cds-size-xsmall: 1.5rem;
25581
- --cds-size-small: 2rem;
25582
- --cds-size-medium: 2.5rem;
25583
- --cds-size-large: 3rem;
25584
- --cds-size-xlarge: 4rem;
25585
- --cds-size-2XLarge: 5rem;
25586
- --cds-icon-size-01: 1rem;
25587
- --cds-icon-size-02: 1.25rem;
24850
+ height: 1.25rem;
24851
+ padding-top: 0;
24852
+ padding-right: 0.1875rem;
24853
+ border-width: 0.0625rem;
24854
+ border-style: solid;
24855
+ border-color: var(--cds-button-tertiary, #0f62fe);
24856
+ border-radius: var(--cds-spacing-04, 0.75rem);
24857
+ background-color: transparent;
24858
+ color: var(--cds-button-tertiary, #0f62fe);
24859
+ white-space: nowrap;
24860
+ border-color: var(--cds-button-tertiary, #0f62fe);
24861
+ background-color: var(--cds-button-tertiary, #0f62fe);
24862
+ color: var(--cds-text-inverse, #ffffff);
24863
+ }
24864
+ .c4p--non-linear-reading__dark .c4p--non-linear-reading__keyword-open:hover {
24865
+ border-color: var(--cds-button-tertiary, #0f62fe);
24866
+ background-color: var(--cds-button-tertiary, #0f62fe);
24867
+ color: var(--cds-text-inverse, #ffffff);
24868
+ }
24869
+ .c4p--non-linear-reading__dark .c4p--non-linear-reading__keyword-open:focus {
24870
+ border-color: var(--cds-text-inverse, #ffffff);
24871
+ background-color: var(--cds-button-tertiary, #0f62fe);
24872
+ box-shadow: 0 0 0 1px var(--cds-text-inverse, #ffffff), 0 0 0 3px var(--cds-button-tertiary, #0f62fe);
24873
+ color: var(--cds-text-inverse, #ffffff);
24874
+ }
24875
+ .c4p--non-linear-reading__dark .c4p--non-linear-reading__keyword-open:focus-visible {
24876
+ outline: none;
24877
+ }
24878
+ .c4p--non-linear-reading__dark .c4p--non-linear-reading__keyword-open svg {
24879
+ margin: 0.0625rem 0 0 0;
24880
+ vertical-align: text-top;
24881
+ }
24882
+ .c4p--non-linear-reading__dark .c4p--non-linear-reading__keyword-open:hover {
24883
+ border-color: var(--cds-button-tertiary, #0f62fe);
24884
+ background-color: transparent;
24885
+ color: var(--cds-button-tertiary, #0f62fe);
24886
+ }
24887
+ .c4p--non-linear-reading__dark .c4p--non-linear-reading__keyword-open:focus {
24888
+ border-color: var(--cds-text-inverse, #ffffff);
24889
+ background-color: transparent;
24890
+ box-shadow: inset 0 0 0 1px var(--cds-button-tertiary, #0f62fe), 0 0 0 1px var(--cds-text-inverse, #ffffff), 0 0 0 3px var(--cds-button-tertiary, #0f62fe);
24891
+ color: var(--cds-button-tertiary, #0f62fe);
24892
+ }
24893
+ .c4p--non-linear-reading__dark .c4p--non-linear-reading__keyword-open svg {
24894
+ transform: rotate(180deg);
24895
+ }
24896
+ .c4p--non-linear-reading__dark .c4p--non-linear-reading__body {
25588
24897
  font-size: var(--cds-body-long-01-font-size, 0.875rem);
25589
24898
  font-weight: var(--cds-body-long-01-font-weight, 400);
25590
24899
  line-height: var(--cds-body-long-01-line-height, 1.42857);
25591
24900
  letter-spacing: var(--cds-body-long-01-letter-spacing, 0.16px);
25592
24901
  display: block;
25593
24902
  padding: var(--cds-spacing-03, 0.5rem) var(--cds-spacing-04, 0.75rem);
25594
- border-left-width: 0.078125rem;
25595
- border-left-style: solid;
24903
+ border-left: 0.078125rem solid var(--cds-text-01, #161616);
25596
24904
  margin: var(--cds-spacing-02, 0.25rem) 0;
25597
24905
  animation: fade 600ms;
25598
- border-left-color: var(--cds-text-01, #161616);
25599
24906
  color: var(--cds-text-01, #161616);
25600
24907
  }
24908
+ @media (prefers-reduced-motion: reduce) {
24909
+ .c4p--non-linear-reading__dark .c4p--non-linear-reading__body {
24910
+ animation: none;
24911
+ }
24912
+ }
25601
24913
  .c4p--non-linear-reading__dark .c4p--non-linear-reading__body a {
25602
24914
  color: var(--cds-link-01, #0f62fe);
25603
24915
  }
@@ -26332,6 +25644,191 @@ th.c4p--datagrid__select-all-toggle-on.button {
26332
25644
  color: #161616 !important;
26333
25645
  }
26334
25646
 
25647
+ /* stylelint-disable declaration-no-important */
25648
+ .c4p--checklist__header {
25649
+ display: flex;
25650
+ padding: var(--cds-spacing-05, 1rem);
25651
+ background-color: var(--cds-ui-01, #f4f4f4);
25652
+ gap: var(--cds-spacing-03, 0.5rem);
25653
+ }
25654
+ .c4p--checklist__chart {
25655
+ position: relative;
25656
+ width: var(--cds-spacing-08, 2.5rem);
25657
+ min-width: var(--cds-spacing-08, 2.5rem);
25658
+ height: var(--cds-spacing-08, 2.5rem);
25659
+ align-self: center;
25660
+ }
25661
+ .c4p--checklist__chart::after {
25662
+ position: absolute;
25663
+ top: var(--cds-spacing-02, 0.25rem);
25664
+ left: var(--cds-spacing-02, 0.25rem);
25665
+ width: var(--cds-spacing-07, 2rem);
25666
+ height: var(--cds-spacing-07, 2rem);
25667
+ border-radius: 50%;
25668
+ background-color: var(--cds-ui-01, #f4f4f4);
25669
+ content: "";
25670
+ }
25671
+ .c4p--checklist__titles {
25672
+ display: flex;
25673
+ flex-direction: column;
25674
+ justify-content: center;
25675
+ }
25676
+ .c4p--checklist__title {
25677
+ font-size: var(--cds-productive-heading-02-font-size, 1rem);
25678
+ font-weight: var(--cds-productive-heading-02-font-weight, 600);
25679
+ line-height: var(--cds-productive-heading-02-line-height, 1.375);
25680
+ letter-spacing: var(--cds-productive-heading-02-letter-spacing, 0);
25681
+ display: -webkit-box;
25682
+ overflow: hidden;
25683
+ -webkit-box-orient: vertical;
25684
+ -webkit-line-clamp: 2;
25685
+ text-overflow: ellipsis;
25686
+ }
25687
+ .c4p--checklist__chart-label {
25688
+ font-size: var(--cds-label-01-font-size, 0.75rem);
25689
+ font-weight: var(--cds-label-01-font-weight, 400);
25690
+ line-height: var(--cds-label-01-line-height, 1.33333);
25691
+ letter-spacing: var(--cds-label-01-letter-spacing, 0.32px);
25692
+ display: -webkit-box;
25693
+ overflow: hidden;
25694
+ -webkit-box-orient: vertical;
25695
+ -webkit-line-clamp: 2;
25696
+ text-overflow: ellipsis;
25697
+ color: var(--cds-text-02, #525252);
25698
+ }
25699
+ .c4p--checklist__title + .c4p--checklist__chart-label {
25700
+ margin-top: var(--cds-spacing-01, 0.125rem);
25701
+ }
25702
+ .c4p--checklist__toggle {
25703
+ width: 30px;
25704
+ min-width: 30px;
25705
+ height: 30px;
25706
+ min-height: 30px !important;
25707
+ /* stylelint-disable-next-line carbon/layout-token-use */
25708
+ padding: 0 0.375rem !important;
25709
+ margin-top: calc(-1 * var(--cds-spacing-03, 0.5rem)) !important;
25710
+ margin-right: calc(-1 * var(--cds-spacing-03, 0.5rem)) !important;
25711
+ margin-left: auto !important;
25712
+ }
25713
+ .c4p--checklist__chevron {
25714
+ color: var(--cds-text-01, #161616);
25715
+ transform: rotate(0deg);
25716
+ transition: all 110ms cubic-bezier(0.2, 0, 0.38, 0.9);
25717
+ }
25718
+ @media (prefers-reduced-motion: reduce) {
25719
+ .c4p--checklist__chevron {
25720
+ transition: none;
25721
+ }
25722
+ }
25723
+ .c4p--checklist__closed .c4p--checklist__chevron {
25724
+ transform: rotate(-180deg);
25725
+ }
25726
+ .c4p--checklist__button {
25727
+ max-width: none !important;
25728
+ min-height: auto !important;
25729
+ /* stylelint-disable-next-line declaration-property-value-disallowed-list */
25730
+ flex-shrink: unset !important;
25731
+ padding: 0 !important;
25732
+ border: none !important;
25733
+ background-color: transparent !important;
25734
+ color: var(--cds-link-01, #0f62fe) !important;
25735
+ }
25736
+ .c4p--checklist__button div {
25737
+ display: -webkit-box;
25738
+ overflow: hidden;
25739
+ -webkit-box-orient: vertical;
25740
+ -webkit-line-clamp: 2;
25741
+ text-overflow: ellipsis;
25742
+ }
25743
+ .c4p--checklist__button:hover {
25744
+ background: transparent;
25745
+ color: var(--cds-link-primary-hover, #0043ce);
25746
+ text-decoration: underline;
25747
+ }
25748
+ .c4p--checklist__button:active {
25749
+ background: transparent;
25750
+ color: var(--cds-text-primary, #161616);
25751
+ text-decoration: underline;
25752
+ }
25753
+ .c4p--checklist__button--error {
25754
+ color: var(--cds-text-error, #da1e28) !important;
25755
+ }
25756
+ .c4p--checklist__content-outer {
25757
+ overflow: hidden;
25758
+ }
25759
+ .c4p--checklist__content-inner {
25760
+ height: 100%;
25761
+ background-color: var(--cds-ui-01, #f4f4f4);
25762
+ transform: translate(0, 0);
25763
+ transition: all 110ms cubic-bezier(0.2, 0, 0.38, 0.9);
25764
+ }
25765
+ @media (prefers-reduced-motion: reduce) {
25766
+ .c4p--checklist__content-inner {
25767
+ transition: none;
25768
+ }
25769
+ }
25770
+ .c4p--checklist__closed .c4p--checklist__content-inner {
25771
+ height: 0;
25772
+ transform: translate(0, -100%);
25773
+ }
25774
+ .c4p--checklist__list-group {
25775
+ padding: var(--cds-spacing-05, 1rem);
25776
+ border-top: 1px solid var(--cds-ui-03, #e0e0e0);
25777
+ }
25778
+ .c4p--checklist__list-title {
25779
+ font-size: var(--cds-body-short-01-font-size, 0.875rem);
25780
+ font-weight: var(--cds-body-short-01-font-weight, 400);
25781
+ line-height: var(--cds-body-short-01-line-height, 1.28572);
25782
+ letter-spacing: var(--cds-body-short-01-letter-spacing, 0.16px);
25783
+ display: -webkit-box;
25784
+ overflow: hidden;
25785
+ -webkit-box-orient: vertical;
25786
+ -webkit-line-clamp: 2;
25787
+ text-overflow: ellipsis;
25788
+ margin-bottom: var(--cds-spacing-03, 0.5rem);
25789
+ }
25790
+ .c4p--checklist__list-item {
25791
+ display: flex;
25792
+ margin-bottom: var(--cds-spacing-03, 0.5rem);
25793
+ }
25794
+ .c4p--checklist__list-item:last-child {
25795
+ margin-bottom: 0;
25796
+ }
25797
+ .c4p--checklist__icon {
25798
+ /* stylelint-disable-next-line carbon/layout-token-use */
25799
+ margin: 0.0625rem var(--cds-spacing-03, 0.5rem) 0 0;
25800
+ color: var(--cds-link-01, #0f62fe);
25801
+ }
25802
+ .c4p--checklist__icon--error {
25803
+ color: var(--cds-support-error, #da1e28);
25804
+ }
25805
+ .c4p--checklist__icon--disabled {
25806
+ color: var(--cds-disabled-03, #8d8d8d);
25807
+ }
25808
+ .c4p--checklist__label {
25809
+ font-size: var(--cds-body-short-01-font-size, 0.875rem);
25810
+ font-weight: var(--cds-body-short-01-font-weight, 400);
25811
+ line-height: var(--cds-body-short-01-line-height, 1.28572);
25812
+ letter-spacing: var(--cds-body-short-01-letter-spacing, 0.16px);
25813
+ display: -webkit-box;
25814
+ overflow: hidden;
25815
+ -webkit-box-orient: vertical;
25816
+ -webkit-line-clamp: 2;
25817
+ text-overflow: ellipsis;
25818
+ }
25819
+ .c4p--checklist__label--checked, .c4p--checklist__label--disabled, .c4p--checklist__label--error {
25820
+ color: var(--cds-disabled-03, #8d8d8d);
25821
+ }
25822
+ .c4p--checklist__footer {
25823
+ display: -webkit-box;
25824
+ overflow: hidden;
25825
+ -webkit-box-orient: vertical;
25826
+ -webkit-line-clamp: 2;
25827
+ text-overflow: ellipsis;
25828
+ padding: var(--cds-spacing-03, 0.5rem) var(--cds-spacing-05, 1rem);
25829
+ border-top: 1px solid var(--cds-ui-03, #e0e0e0);
25830
+ }
25831
+
26335
25832
  @font-face {
26336
25833
  font-display: auto;
26337
25834
  font-family: "IBM Plex Mono";