@carbon/ibm-products 0.99.1 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (45) hide show
  1. package/css/index-full-carbon.css +895 -922
  2. package/css/index-full-carbon.css.map +1 -1
  3. package/css/index-full-carbon.min.css +8 -8
  4. package/css/index-without-carbon-released-only.css +808 -796
  5. package/css/index-without-carbon-released-only.css.map +1 -1
  6. package/css/index-without-carbon-released-only.min.css +8 -8
  7. package/css/index-without-carbon.css +895 -922
  8. package/css/index-without-carbon.css.map +1 -1
  9. package/css/index-without-carbon.min.css +8 -8
  10. package/css/index.css +895 -922
  11. package/css/index.css.map +1 -1
  12. package/css/index.min.css +8 -8
  13. package/es/components/ActionBar/ActionBar.js +11 -36
  14. package/es/components/BreadcrumbWithOverflow/BreadcrumbWithOverflow.js +42 -115
  15. package/es/components/CreateSidePanel/CreateSidePanel.js +5 -17
  16. package/es/components/PageHeader/PageHeader.js +17 -100
  17. package/es/components/SidePanel/SidePanel.js +13 -28
  18. package/es/components/Tearsheet/Tearsheet.js +1 -10
  19. package/es/components/Tearsheet/TearsheetNarrow.js +1 -10
  20. package/es/components/Tearsheet/TearsheetShell.js +0 -10
  21. package/es/components/UserProfileImage/UserProfileImage.js +1 -1
  22. package/es/components/index.js +0 -1
  23. package/es/global/js/package-settings.js +1 -2
  24. package/lib/components/ActionBar/ActionBar.js +11 -37
  25. package/lib/components/BreadcrumbWithOverflow/BreadcrumbWithOverflow.js +44 -116
  26. package/lib/components/CreateSidePanel/CreateSidePanel.js +5 -19
  27. package/lib/components/PageHeader/PageHeader.js +16 -99
  28. package/lib/components/SidePanel/SidePanel.js +13 -29
  29. package/lib/components/Tearsheet/Tearsheet.js +0 -9
  30. package/lib/components/Tearsheet/TearsheetNarrow.js +0 -9
  31. package/lib/components/Tearsheet/TearsheetShell.js +0 -11
  32. package/lib/components/UserProfileImage/UserProfileImage.js +1 -1
  33. package/lib/components/index.js +0 -8
  34. package/lib/global/js/package-settings.js +1 -2
  35. package/package.json +2 -2
  36. package/scss/components/PageHeader/_page-header.scss +26 -5
  37. package/scss/components/UserProfileImage/_user-profile-image.scss +2 -2
  38. package/scss/components/_index.scss +0 -1
  39. package/scss/global/styles/_project-settings.scss +1 -1
  40. package/es/components/ContextHeader/ContextHeader.js +0 -46
  41. package/es/components/ContextHeader/index.js +0 -7
  42. package/lib/components/ContextHeader/ContextHeader.js +0 -62
  43. package/lib/components/ContextHeader/index.js +0 -15
  44. package/scss/components/ContextHeader/_context-header.scss +0 -43
  45. package/scss/components/ContextHeader/_index.scss +0 -8
@@ -70,21 +70,21 @@
70
70
  /* stylelint-disable-line no-invalid-position-at-import-rule */
71
71
  /* stylelint-disable-line no-invalid-position-at-import-rule */
72
72
  /* stylelint-disable-line no-invalid-position-at-import-rule */
73
- .exp--about-modal .bx--modal-container {
73
+ .c4p--about-modal .bx--modal-container {
74
74
  grid-template-rows: auto auto 1fr auto;
75
75
  }
76
76
 
77
- .exp--about-modal .exp--about-modal__logo {
77
+ .c4p--about-modal .c4p--about-modal__logo {
78
78
  margin: var(--cds-spacing-05, 1rem);
79
79
  }
80
80
 
81
- .exp--about-modal .exp--about-modal__header {
81
+ .c4p--about-modal .c4p--about-modal__header {
82
82
  padding: 0 20% var(--cds-spacing-03, 0.5rem) var(--cds-spacing-05, 1rem);
83
83
  margin-bottom: 0;
84
84
  grid-row: auto;
85
85
  }
86
86
 
87
- .exp--about-modal .exp--about-modal__title {
87
+ .c4p--about-modal .c4p--about-modal__title {
88
88
  font-size: var(--cds-productive-heading-04-font-size, 1.75rem);
89
89
  font-weight: var(--cds-productive-heading-04-font-weight, 400);
90
90
  line-height: var(--cds-productive-heading-04-line-height, 1.28572);
@@ -92,7 +92,7 @@
92
92
  color: var(--cds-text-01, #161616);
93
93
  }
94
94
 
95
- .exp--about-modal .exp--about-modal__body {
95
+ .c4p--about-modal .c4p--about-modal__body {
96
96
  font-size: var(--cds-body-short-02-font-size, 1rem);
97
97
  font-weight: var(--cds-body-short-02-font-weight, 400);
98
98
  line-height: var(--cds-body-short-02-line-height, 1.375);
@@ -104,37 +104,37 @@
104
104
  overflow-y: auto;
105
105
  }
106
106
 
107
- .exp--about-modal.exp--about-modal--with-tabs .exp--about-modal__body {
107
+ .c4p--about-modal.c4p--about-modal--with-tabs .c4p--about-modal__body {
108
108
  min-height: calc(var(--cds-layout-05, 4rem) + var(--cds-spacing-08, 2.5rem));
109
109
  margin-bottom: calc(var(--cds-spacing-09, 3rem) + var(--cds-spacing-08, 2.5rem));
110
110
  }
111
111
 
112
- .exp--about-modal.exp--about-modal--with-tabs .bx--modal-content--overflow-indicator {
112
+ .c4p--about-modal.c4p--about-modal--with-tabs .bx--modal-content--overflow-indicator {
113
113
  bottom: calc(var(--cds-spacing-09, 3rem) + var(--cds-spacing-08, 2.5rem));
114
114
  }
115
115
 
116
- .exp--about-modal .exp--about-modal__links-container {
116
+ .c4p--about-modal .c4p--about-modal__links-container {
117
117
  margin-top: var(--cds-spacing-05, 1rem);
118
118
  }
119
119
 
120
- .exp--about-modal .exp--about-modal__links-container a + a {
120
+ .c4p--about-modal .c4p--about-modal__links-container a + a {
121
121
  padding-left: var(--cds-spacing-03, 0.5rem);
122
122
  border-left: 1px solid var(--cds-text-01, #161616);
123
123
  margin-left: var(--cds-spacing-03, 0.5rem);
124
124
  }
125
125
 
126
- .exp--about-modal .exp--about-modal__legal-text,
127
- .exp--about-modal .exp--about-modal__copyright-text {
126
+ .c4p--about-modal .c4p--about-modal__legal-text,
127
+ .c4p--about-modal .c4p--about-modal__copyright-text {
128
128
  margin-top: var(--cds-spacing-07, 2rem);
129
129
  margin-bottom: 0;
130
130
  color: var(--cds-text-02, #525252);
131
131
  }
132
132
 
133
- .exp--about-modal .exp--about-modal__copyright-text {
133
+ .c4p--about-modal .c4p--about-modal__copyright-text {
134
134
  margin-top: var(--cds-spacing-05, 1rem);
135
135
  }
136
136
 
137
- .exp--about-modal .exp--about-modal__footer {
137
+ .c4p--about-modal .c4p--about-modal__footer {
138
138
  position: relative;
139
139
  height: 4.5rem;
140
140
  flex-direction: column;
@@ -143,13 +143,13 @@
143
143
  color: var(--cds-inverse-01, #ffffff);
144
144
  }
145
145
 
146
- .exp--about-modal .exp--about-modal__tab-container {
146
+ .c4p--about-modal .c4p--about-modal__tab-container {
147
147
  position: absolute;
148
148
  bottom: 100%;
149
149
  }
150
150
 
151
- .exp--about-modal .exp--about-modal__version-label,
152
- .exp--about-modal .exp--about-modal__version-number {
151
+ .c4p--about-modal .c4p--about-modal__version-label,
152
+ .c4p--about-modal .c4p--about-modal__version-number {
153
153
  font-size: var(--cds-body-short-01-font-size, 0.875rem);
154
154
  font-weight: var(--cds-body-short-01-font-weight, 400);
155
155
  line-height: var(--cds-body-short-01-line-height, 1.28572);
@@ -160,7 +160,7 @@
160
160
  color: var(--cds-inverse-01, #ffffff);
161
161
  }
162
162
 
163
- .exp--about-modal .exp--about-modal__version-label {
163
+ .c4p--about-modal .c4p--about-modal__version-label {
164
164
  font-weight: 600;
165
165
  }
166
166
 
@@ -381,30 +381,30 @@
381
381
  /* stylelint-disable-line no-invalid-position-at-import-rule */
382
382
  /* stylelint-disable-line no-invalid-position-at-import-rule */
383
383
  /* stylelint-disable-line no-invalid-position-at-import-rule */
384
- .exp--apikey-modal .bx--modal-close {
384
+ .c4p--apikey-modal .bx--modal-close {
385
385
  display: none;
386
386
  }
387
387
 
388
- .exp--apikey-modal .bx--inline-loading {
388
+ .c4p--apikey-modal .bx--inline-loading {
389
389
  min-height: 3rem;
390
390
  }
391
391
 
392
- .exp--apikey-modal .bx--modal-content {
392
+ .c4p--apikey-modal .bx--modal-content {
393
393
  padding-right: var(--cds-spacing-05, 1rem);
394
394
  }
395
395
 
396
- .exp--apikey-modal__body {
396
+ .c4p--apikey-modal__body {
397
397
  padding-right: calc(20% - var(--cds-spacing-05, 1rem));
398
398
  margin-bottom: var(--cds-spacing-05, 1rem);
399
399
  }
400
400
 
401
- .exp--apikey-modal__messaging {
401
+ .c4p--apikey-modal__messaging {
402
402
  display: flex;
403
403
  padding-right: calc(20% - var(--cds-spacing-05, 1rem));
404
404
  margin-top: var(--cds-spacing-03, 0.5rem);
405
405
  }
406
406
 
407
- .exp--apikey-modal__messaging-text {
407
+ .c4p--apikey-modal__messaging-text {
408
408
  flex: 1;
409
409
  margin-left: var(--cds-spacing-03, 0.5rem);
410
410
  font-size: var(--cds-label-01-font-size, 0.75rem);
@@ -413,11 +413,11 @@
413
413
  letter-spacing: var(--cds-label-01-letter-spacing, 0.32px);
414
414
  }
415
415
 
416
- .exp--apikey-modal__messaging-text > * {
416
+ .c4p--apikey-modal__messaging-text > * {
417
417
  font: inherit;
418
418
  }
419
419
 
420
- .exp--apikey-modal__error-icon svg {
420
+ .c4p--apikey-modal__error-icon svg {
421
421
  fill: var(--cds-danger-01, #da1e28);
422
422
  }
423
423
 
@@ -519,13 +519,13 @@
519
519
  stroke-dashoffset: 0;
520
520
  }
521
521
  }
522
- .exp--action-set {
522
+ .c4p--action-set {
523
523
  align-items: stretch;
524
524
  justify-content: flex-end;
525
525
  background-color: var(--cds-ui-01, #f4f4f4);
526
526
  }
527
527
 
528
- .exp--action-set .exp--action-set__action-button {
528
+ .c4p--action-set .c4p--action-set__action-button {
529
529
  font-size: var(--cds-body-short-01-font-size, 0.875rem);
530
530
  font-weight: var(--cds-body-short-01-font-weight, 400);
531
531
  line-height: var(--cds-body-short-01-line-height, 1.28572);
@@ -537,47 +537,47 @@
537
537
  margin: 0;
538
538
  }
539
539
 
540
- .exp--action-set.bx--btn-set .exp--action-set__action-button.bx--btn.bx--btn--expressive {
540
+ .c4p--action-set.bx--btn-set .c4p--action-set__action-button.bx--btn.bx--btn--expressive {
541
541
  max-width: none;
542
542
  }
543
543
 
544
- .exp--action-set:not(.exp--action-set--stacking) .exp--action-set__action-button--ghost {
544
+ .c4p--action-set:not(.c4p--action-set--stacking) .c4p--action-set__action-button--ghost {
545
545
  padding-left: var(--cds-spacing-07, 2rem);
546
546
  }
547
547
 
548
- .exp--action-set.exp--action-set--row-single.exp--action-set--md .exp--action-set__action-button,
549
- .exp--action-set.exp--action-set--row-single .exp--action-set__action-button--ghost {
548
+ .c4p--action-set.c4p--action-set--row-single.c4p--action-set--md .c4p--action-set__action-button,
549
+ .c4p--action-set.c4p--action-set--row-single .c4p--action-set__action-button--ghost {
550
550
  flex: 0 0 100%;
551
551
  }
552
552
 
553
- .exp--action-set.exp--action-set--row-double .exp--action-set__action-button--ghost {
553
+ .c4p--action-set.c4p--action-set--row-double .c4p--action-set__action-button--ghost {
554
554
  flex: 1 1 75%;
555
555
  }
556
556
 
557
- .exp--action-set.exp--action-set--row-single.exp--action-set--lg .exp--action-set__action-button:not(.exp--action-set__action-button--ghost),
558
- .exp--action-set.exp--action-set--row-double.exp--action-set--md .exp--action-set__action-button,
559
- .exp--action-set.exp--action-set--row-double.exp--action-set--lg .exp--action-set__action-button,
560
- .exp--action-set.exp--action-set--row-triple .exp--action-set__action-button--ghost {
557
+ .c4p--action-set.c4p--action-set--row-single.c4p--action-set--lg .c4p--action-set__action-button:not(.c4p--action-set__action-button--ghost),
558
+ .c4p--action-set.c4p--action-set--row-double.c4p--action-set--md .c4p--action-set__action-button,
559
+ .c4p--action-set.c4p--action-set--row-double.c4p--action-set--lg .c4p--action-set__action-button,
560
+ .c4p--action-set.c4p--action-set--row-triple .c4p--action-set__action-button--ghost {
561
561
  flex: 0 1 50%;
562
562
  }
563
563
 
564
- .exp--action-set.exp--action-set--row-triple .exp--action-set__action-button--ghost {
564
+ .c4p--action-set.c4p--action-set--row-triple .c4p--action-set__action-button--ghost {
565
565
  flex: 1 1 50%;
566
566
  }
567
567
 
568
- .exp--action-set.bx--btn-set.exp--action-set--row-triple.exp--action-set--lg .exp--action-set__action-button:not(.exp--action-set__action-button--ghost),
569
- .exp--action-set.bx--btn-set.exp--action-set--xlg .exp--action-set__action-button:not(.exp--action-set__action-button--ghost),
570
- .exp--action-set.bx--btn-set.exp--action-set--max .exp--action-set__action-button:not(.exp--action-set__action-button--ghost),
571
- .exp--action-set.bx--btn-set.exp--action-set--row-quadruple .exp--action-set__action-button:not(.exp--action-set__action-button--ghost) {
568
+ .c4p--action-set.bx--btn-set.c4p--action-set--row-triple.c4p--action-set--lg .c4p--action-set__action-button:not(.c4p--action-set__action-button--ghost),
569
+ .c4p--action-set.bx--btn-set.c4p--action-set--xlg .c4p--action-set__action-button:not(.c4p--action-set__action-button--ghost),
570
+ .c4p--action-set.bx--btn-set.c4p--action-set--max .c4p--action-set__action-button:not(.c4p--action-set__action-button--ghost),
571
+ .c4p--action-set.bx--btn-set.c4p--action-set--row-quadruple .c4p--action-set__action-button:not(.c4p--action-set__action-button--ghost) {
572
572
  max-width: 14.5rem;
573
573
  flex: 0 1 25%;
574
574
  }
575
575
 
576
- .exp--action-set.bx--btn-set.exp--action-set--row-quadruple .exp--action-set__action-button--ghost {
576
+ .c4p--action-set.bx--btn-set.c4p--action-set--row-quadruple .c4p--action-set__action-button--ghost {
577
577
  flex: 1 1 25%;
578
578
  }
579
579
 
580
- .exp--action-set .exp--action-set__action-button .bx--inline-loading {
580
+ .c4p--action-set .c4p--action-set__action-button .bx--inline-loading {
581
581
  position: absolute;
582
582
  top: 0;
583
583
  right: 0;
@@ -611,51 +611,51 @@
611
611
  }
612
612
  }
613
613
  @media (prefers-reduced-motion: no-preference) {
614
- .exp--cascade__element,
615
- .exp--cascade__col {
614
+ .c4p--cascade__element,
615
+ .c4p--cascade__col {
616
616
  animation: 240ms cubic-bezier(0.2, 0, 0.38, 0.9) 0s 1 fade;
617
617
  animation-fill-mode: forwards;
618
618
  opacity: 0;
619
619
  }
620
620
  }
621
621
 
622
- .exp--cascade__element:nth-child(n+1),
623
- .exp--cascade__col-1 {
622
+ .c4p--cascade__element:nth-child(n+1),
623
+ .c4p--cascade__col-1 {
624
624
  animation-delay: 60ms;
625
625
  }
626
626
 
627
- .exp--cascade__element:nth-child(n+2),
628
- .exp--cascade__col-2 {
627
+ .c4p--cascade__element:nth-child(n+2),
628
+ .c4p--cascade__col-2 {
629
629
  animation-delay: 120ms;
630
630
  }
631
631
 
632
- .exp--cascade__element:nth-child(n+3),
633
- .exp--cascade__col-3 {
632
+ .c4p--cascade__element:nth-child(n+3),
633
+ .c4p--cascade__col-3 {
634
634
  animation-delay: 180ms;
635
635
  }
636
636
 
637
- .exp--cascade__element:nth-child(n+4),
638
- .exp--cascade__col-4 {
637
+ .c4p--cascade__element:nth-child(n+4),
638
+ .c4p--cascade__col-4 {
639
639
  animation-delay: 240ms;
640
640
  }
641
641
 
642
- .exp--cascade__element:nth-child(n+5),
643
- .exp--cascade__col-5 {
642
+ .c4p--cascade__element:nth-child(n+5),
643
+ .c4p--cascade__col-5 {
644
644
  animation-delay: 300ms;
645
645
  }
646
646
 
647
- .exp--cascade__element:nth-child(n+6),
648
- .exp--cascade__col-6 {
647
+ .c4p--cascade__element:nth-child(n+6),
648
+ .c4p--cascade__col-6 {
649
649
  animation-delay: 360ms;
650
650
  }
651
651
 
652
- .exp--cascade__element:nth-child(n+7),
653
- .exp--cascade__col-7 {
652
+ .c4p--cascade__element:nth-child(n+7),
653
+ .c4p--cascade__col-7 {
654
654
  animation-delay: 420ms;
655
655
  }
656
656
 
657
- .exp--cascade__element:nth-child(n+8),
658
- .exp--cascade__col-8 {
657
+ .c4p--cascade__element:nth-child(n+8),
658
+ .c4p--cascade__col-8 {
659
659
  animation-delay: 480ms;
660
660
  }
661
661
 
@@ -778,37 +778,37 @@
778
778
  /* stylelint-disable-line no-invalid-position-at-import-rule */
779
779
  /* stylelint-disable-line no-invalid-position-at-import-rule */
780
780
  /* stylelint-disable-line no-invalid-position-at-import-rule */
781
- .exp--create-modal {
781
+ .c4p--create-modal {
782
782
  background-color: var(--cds-ui-background, #ffffff);
783
783
  }
784
784
 
785
- .exp--create-modal .bx--modal-close {
785
+ .c4p--create-modal .bx--modal-close {
786
786
  display: none;
787
787
  }
788
788
 
789
789
  @media (min-width: 42rem) {
790
- .exp--create-modal .bx--modal-container {
790
+ .c4p--create-modal .bx--modal-container {
791
791
  max-height: 95%;
792
792
  }
793
793
  }
794
794
  @media (min-width: 66rem) {
795
- .exp--create-modal .bx--modal-container {
795
+ .c4p--create-modal .bx--modal-container {
796
796
  max-height: 95%;
797
797
  }
798
798
  }
799
799
 
800
- .exp--create-modal .bx--modal-header {
800
+ .c4p--create-modal .bx--modal-header {
801
801
  padding-right: 20%;
802
802
  padding-bottom: var(--cds-spacing-03, 0.5rem);
803
803
  border-bottom: 1px solid var(--cds-ui-03, #e0e0e0);
804
804
  margin-bottom: 0;
805
805
  }
806
806
 
807
- .exp--create-modal .bx--modal-footer .bx--btn {
807
+ .c4p--create-modal .bx--modal-footer .bx--btn {
808
808
  max-width: none;
809
809
  }
810
810
 
811
- .exp--create-modal__title {
811
+ .c4p--create-modal__title {
812
812
  font-size: var(--cds-productive-heading-03-font-size, 1.25rem);
813
813
  font-weight: var(--cds-productive-heading-03-font-weight, 400);
814
814
  line-height: var(--cds-productive-heading-03-line-height, 1.4);
@@ -816,7 +816,7 @@
816
816
  margin-bottom: var(--cds-spacing-02, 0.25rem);
817
817
  }
818
818
 
819
- .exp--create-modal__subtitle {
819
+ .c4p--create-modal__subtitle {
820
820
  font-size: var(--cds-body-short-01-font-size, 0.875rem);
821
821
  font-weight: var(--cds-body-short-01-font-weight, 400);
822
822
  line-height: var(--cds-body-short-01-line-height, 1.28572);
@@ -825,7 +825,7 @@
825
825
  color: var(--cds-text-02, #525252);
826
826
  }
827
827
 
828
- .exp--create-modal__description {
828
+ .c4p--create-modal__description {
829
829
  font-size: var(--cds-body-long-01-font-size, 0.875rem);
830
830
  font-weight: var(--cds-body-long-01-font-weight, 400);
831
831
  line-height: var(--cds-body-long-01-line-height, 1.42857);
@@ -834,15 +834,15 @@
834
834
  margin: var(--cds-spacing-03, 0.5rem) 0 var(--cds-spacing-05, 1rem) 0;
835
835
  }
836
836
 
837
- .exp--create-modal__form .bx--fieldset {
837
+ .c4p--create-modal__form .bx--fieldset {
838
838
  min-width: 100%;
839
839
  margin-bottom: 0;
840
840
  }
841
841
 
842
- .exp--create-modal__form > * {
842
+ .c4p--create-modal__form > * {
843
843
  margin-bottom: var(--cds-spacing-05, 1rem);
844
844
  }
845
- .exp--create-modal__form > *:last-child {
845
+ .c4p--create-modal__form > *:last-child {
846
846
  margin-bottom: 0;
847
847
  }
848
848
 
@@ -1208,48 +1208,48 @@
1208
1208
  transform: translateX(calc(-1 * var(--cds-spacing-05, 1rem)));
1209
1209
  }
1210
1210
  }
1211
- .exp--create-influencer {
1211
+ .c4p--create-influencer {
1212
1212
  display: grid;
1213
1213
  height: 100%;
1214
1214
  grid-template-columns: 100%;
1215
1215
  grid-template-rows: 1fr auto;
1216
1216
  }
1217
1217
 
1218
- .exp--create-influencer__left-nav {
1218
+ .c4p--create-influencer__left-nav {
1219
1219
  grid-column: 1/-1;
1220
1220
  grid-row: 1/-1;
1221
1221
  overflow-y: auto;
1222
1222
  }
1223
1223
 
1224
- .exp--create-influencer__progress-indicator {
1224
+ .c4p--create-influencer__progress-indicator {
1225
1225
  padding: var(--cds-spacing-06, 1.5rem);
1226
1226
  }
1227
1227
 
1228
- .exp--create-influencer__view-all-toggle {
1228
+ .c4p--create-influencer__view-all-toggle {
1229
1229
  padding: var(--cds-spacing-06, 1.5rem);
1230
1230
  grid-column: 1/-1;
1231
1231
  grid-row: -1/-1;
1232
1232
  }
1233
1233
 
1234
- .exp--create-influencer__side-nav-opening,
1235
- .exp--create-influencer__progress-indicator-opening {
1234
+ .c4p--create-influencer__side-nav-opening,
1235
+ .c4p--create-influencer__progress-indicator-opening {
1236
1236
  animation: influencerMenuEntrance 240ms 1;
1237
1237
  animation-fill-mode: forwards;
1238
1238
  transition-timing-function: cubic-bezier(0, 0, 0.38, 0.9);
1239
1239
  }
1240
1240
 
1241
- .exp--create-influencer__side-nav-closing,
1242
- .exp--create-influencer__progress-indicator-closing {
1241
+ .c4p--create-influencer__side-nav-closing,
1242
+ .c4p--create-influencer__progress-indicator-closing {
1243
1243
  animation: influencerMenuExit 240ms 1;
1244
1244
  animation-fill-mode: forwards;
1245
1245
  transition-timing-function: cubic-bezier(0.2, 0, 1, 0.9);
1246
1246
  }
1247
1247
 
1248
1248
  @media (prefers-reduced-motion) {
1249
- .exp--create-influencer__side-nav-opening,
1250
- .exp--create-influencer__progress-indicator-opening,
1251
- .exp--create-influencer__side-nav-closing,
1252
- .exp--create-influencer__progress-indicator-closing {
1249
+ .c4p--create-influencer__side-nav-opening,
1250
+ .c4p--create-influencer__progress-indicator-opening,
1251
+ .c4p--create-influencer__side-nav-closing,
1252
+ .c4p--create-influencer__progress-indicator-closing {
1253
1253
  animation: none;
1254
1254
  opacity: 1;
1255
1255
  }
@@ -1352,31 +1352,31 @@
1352
1352
  stroke-dashoffset: 0;
1353
1353
  }
1354
1354
  }
1355
- .exp--create-full-page .exp--create-full-page {
1355
+ .c4p--create-full-page .c4p--create-full-page {
1356
1356
  color: var(--cds-text-01, #161616);
1357
1357
  }
1358
1358
 
1359
- .exp--create-full-page .exp--create-full-page__content .bx--grid {
1359
+ .c4p--create-full-page .c4p--create-full-page__content .bx--grid {
1360
1360
  padding-top: var(--cds-spacing-06, 1.5rem);
1361
1361
  margin-right: 0;
1362
1362
  margin-left: 0;
1363
1363
  }
1364
1364
 
1365
- .exp--create-full-page .exp--create-full-page__step--hidden-step,
1366
- .exp--create-full-page .exp--create-full-page__step--hidden-section {
1365
+ .c4p--create-full-page .c4p--create-full-page__step--hidden-step,
1366
+ .c4p--create-full-page .c4p--create-full-page__step--hidden-section {
1367
1367
  display: none;
1368
1368
  }
1369
1369
 
1370
- .exp--create-full-page .exp--create-full-page__step--visible-section {
1370
+ .c4p--create-full-page .c4p--create-full-page__step--visible-section {
1371
1371
  display: block;
1372
1372
  }
1373
1373
 
1374
- .exp--create-full-page .exp--create-full-page__step--visible-step {
1374
+ .c4p--create-full-page .c4p--create-full-page__step--visible-step {
1375
1375
  opacity: 1;
1376
1376
  }
1377
1377
 
1378
- .exp--create-full-page .exp--create-full-page__section-subtitle,
1379
- .exp--create-full-page .exp--create-full-page__step-subtitle {
1378
+ .c4p--create-full-page .c4p--create-full-page__section-subtitle,
1379
+ .c4p--create-full-page .c4p--create-full-page__step-subtitle {
1380
1380
  font-size: var(--cds-productive-heading-01-font-size, 0.875rem);
1381
1381
  font-weight: var(--cds-productive-heading-01-font-weight, 600);
1382
1382
  line-height: var(--cds-productive-heading-01-line-height, 1.28572);
@@ -1385,8 +1385,8 @@
1385
1385
  margin-bottom: var(--cds-spacing-03, 0.5rem);
1386
1386
  }
1387
1387
 
1388
- .exp--create-full-page .exp--create-full-page__section-description,
1389
- .exp--create-full-page .exp--create-full-page__step-description {
1388
+ .c4p--create-full-page .c4p--create-full-page__section-description,
1389
+ .c4p--create-full-page .c4p--create-full-page__step-description {
1390
1390
  font-size: var(--cds-body-long-01-font-size, 0.875rem);
1391
1391
  font-weight: var(--cds-body-long-01-font-weight, 400);
1392
1392
  line-height: var(--cds-body-long-01-line-height, 1.42857);
@@ -1395,45 +1395,45 @@
1395
1395
  margin-bottom: var(--cds-spacing-06, 1.5rem);
1396
1396
  }
1397
1397
 
1398
- .exp--create-full-page .bx--fieldset {
1398
+ .c4p--create-full-page .bx--fieldset {
1399
1399
  margin-bottom: 0;
1400
1400
  }
1401
1401
 
1402
- .exp--create-full-page .exp--create-full-page__step-fieldset > * {
1402
+ .c4p--create-full-page .c4p--create-full-page__step-fieldset > * {
1403
1403
  margin-bottom: var(--cds-spacing-05, 1rem);
1404
1404
  }
1405
1405
 
1406
- .exp--create-full-page .bx--modal-close {
1406
+ .c4p--create-full-page .bx--modal-close {
1407
1407
  display: none;
1408
1408
  }
1409
1409
 
1410
- .exp--create-full-page {
1410
+ .c4p--create-full-page {
1411
1411
  display: flex;
1412
1412
  height: 100vh;
1413
1413
  padding: 0;
1414
1414
  margin: 0;
1415
1415
  }
1416
1416
 
1417
- .exp--create-full-page .exp--create-full-page__left-nav {
1417
+ .c4p--create-full-page .c4p--create-full-page__left-nav {
1418
1418
  grid-column: 1/-1;
1419
1419
  grid-row: 1/-1;
1420
1420
  overflow-y: auto;
1421
1421
  }
1422
1422
 
1423
- .exp--create-full-page .exp--create-full-page__body {
1423
+ .c4p--create-full-page .c4p--create-full-page__body {
1424
1424
  display: flex;
1425
1425
  flex-direction: column;
1426
1426
  flex-grow: 1;
1427
1427
  }
1428
1428
 
1429
- .exp--create-full-page .exp--create-full-page__main {
1429
+ .c4p--create-full-page .c4p--create-full-page__main {
1430
1430
  display: flex;
1431
1431
  max-height: 100%;
1432
1432
  flex-direction: column;
1433
1433
  flex-grow: 1;
1434
1434
  }
1435
1435
 
1436
- .exp--create-full-page .exp--create-full-page__content {
1436
+ .c4p--create-full-page .c4p--create-full-page__content {
1437
1437
  overflow: auto;
1438
1438
  flex-grow: 1;
1439
1439
  background-color: var(--cds-ui-background, #ffffff);
@@ -1441,12 +1441,12 @@
1441
1441
  overflow-x: hidden;
1442
1442
  }
1443
1443
 
1444
- .exp--create-full-page .exp--create-full-page__step {
1444
+ .c4p--create-full-page .c4p--create-full-page__step {
1445
1445
  position: relative;
1446
1446
  padding-bottom: var(--cds-spacing-07, 2rem);
1447
1447
  }
1448
1448
 
1449
- .exp--create-full-page .bx--side-nav--ux {
1449
+ .c4p--create-full-page .bx--side-nav--ux {
1450
1450
  top: 0;
1451
1451
  height: min-content;
1452
1452
  padding-top: 0;
@@ -1456,14 +1456,14 @@
1456
1456
  overflow-x: auto;
1457
1457
  }
1458
1458
 
1459
- .exp--create-full-page .exp--create-full-page__section-divider {
1459
+ .c4p--create-full-page .c4p--create-full-page__section-divider {
1460
1460
  position: relative;
1461
1461
  display: block;
1462
1462
  width: 0;
1463
1463
  height: 1px;
1464
1464
  margin: var(--cds-spacing-07, 2rem) calc(-1 * var(--cds-spacing-08, 2.5rem)) var(--cds-spacing-07, 2rem) calc(-1 * var(--cds-spacing-08, 2.5rem));
1465
1465
  }
1466
- .exp--create-full-page .exp--create-full-page__section-divider::after {
1466
+ .c4p--create-full-page .c4p--create-full-page__section-divider::after {
1467
1467
  position: absolute;
1468
1468
  top: 0;
1469
1469
  left: 0;
@@ -1473,8 +1473,8 @@
1473
1473
  content: "";
1474
1474
  }
1475
1475
 
1476
- .exp--create-full-page .exp--create-full-page__step-title,
1477
- .exp--create-full-page .exp--create-full-page__section-title {
1476
+ .c4p--create-full-page .c4p--create-full-page__step-title,
1477
+ .c4p--create-full-page .c4p--create-full-page__section-title {
1478
1478
  font-size: var(--cds-productive-heading-04-font-size, 1.75rem);
1479
1479
  font-weight: var(--cds-productive-heading-04-font-weight, 400);
1480
1480
  line-height: var(--cds-productive-heading-04-line-height, 1.28572);
@@ -1483,7 +1483,7 @@
1483
1483
  margin-bottom: var(--cds-spacing-05, 1rem);
1484
1484
  }
1485
1485
 
1486
- .exp--create-full-page .exp--create-full-page__influencer {
1486
+ .c4p--create-full-page .c4p--create-full-page__influencer {
1487
1487
  display: grid;
1488
1488
  flex: 0 0 257px;
1489
1489
  border-right: 1px solid var(--cds-ui-03, #e0e0e0);
@@ -1492,17 +1492,17 @@
1492
1492
  grid-template-rows: 1fr auto;
1493
1493
  }
1494
1494
 
1495
- .exp--create-full-page .exp--create-full-page__progress-indicator {
1495
+ .c4p--create-full-page .c4p--create-full-page__progress-indicator {
1496
1496
  padding: var(--cds-spacing-06, 1.5rem);
1497
1497
  }
1498
1498
 
1499
- .exp--create-full-page .exp--create-full-page__influencer-toggle {
1499
+ .c4p--create-full-page .c4p--create-full-page__influencer-toggle {
1500
1500
  padding: var(--cds-spacing-06, 1.5rem);
1501
1501
  grid-column: 1/-1;
1502
1502
  grid-row: -1/-1;
1503
1503
  }
1504
1504
 
1505
- .exp--create-full-page .exp--create-full-page__buttons {
1505
+ .c4p--create-full-page .c4p--create-full-page__buttons {
1506
1506
  border-top: 1px solid var(--cds-ui-03, #e0e0e0);
1507
1507
  }
1508
1508
 
@@ -1702,17 +1702,17 @@
1702
1702
  transform: translateX(30rem);
1703
1703
  }
1704
1704
  }
1705
- .exp--side-panel__container {
1706
- --exp--side-panel--subtitle-opacity: 1;
1707
- --exp--side-panel--title-container-height: 0;
1708
- --exp--side-panel--title-text-height: 0;
1709
- --exp--side-panel--subtitle-container-height: 0;
1710
- --exp--side-panel--action-bar-container-height: 0;
1711
- --exp--side-panel--divider-opacity: 0;
1712
- --exp--side-panel--title-y-position: 0;
1713
- --exp--side-panel--content-bottom-padding: var(--cds-spacing-10, 4rem);
1714
- --exp--side-panel--collapsed-title-y-position: 1rem;
1715
- --exp--side-panel--label-text-height: 0;
1705
+ .c4p--side-panel__container {
1706
+ --c4p--side-panel--subtitle-opacity: 1;
1707
+ --c4p--side-panel--title-container-height: 0;
1708
+ --c4p--side-panel--title-text-height: 0;
1709
+ --c4p--side-panel--subtitle-container-height: 0;
1710
+ --c4p--side-panel--action-bar-container-height: 0;
1711
+ --c4p--side-panel--divider-opacity: 0;
1712
+ --c4p--side-panel--title-y-position: 0;
1713
+ --c4p--side-panel--content-bottom-padding: var(--cds-spacing-10, 4rem);
1714
+ --c4p--side-panel--collapsed-title-y-position: 1rem;
1715
+ --c4p--side-panel--label-text-height: 0;
1716
1716
  position: fixed;
1717
1717
  z-index: 9000;
1718
1718
  top: var(--cds-spacing-09, 3rem);
@@ -1723,18 +1723,18 @@
1723
1723
  transition: transform 240ms;
1724
1724
  transition-timing-function: cubic-bezier(0.2, 0, 0.38, 0.9);
1725
1725
  }
1726
- .exp--side-panel__container.exp--side-panel__container--xs {
1726
+ .c4p--side-panel__container.c4p--side-panel__container--xs {
1727
1727
  min-width: 16rem;
1728
1728
  max-width: 16rem;
1729
1729
  }
1730
- .exp--side-panel__container.exp--side-panel__container--xs .exp--side-panel__title-container.exp--side-panel__title-container--no-title-animation,
1731
- .exp--side-panel__container.exp--side-panel__container--xs .exp--side-panel__subtitle-text.exp--side-panel__subtitle-text-no-animation,
1732
- .exp--side-panel__container.exp--side-panel__container--xs .exp--side-panel__action-toolbar.exp--side-panel__action-toolbar-no-animation,
1733
- .exp--side-panel__container.exp--side-panel__container--xs .exp--side-panel__actions-container.exp--action-set--xs {
1730
+ .c4p--side-panel__container.c4p--side-panel__container--xs .c4p--side-panel__title-container.c4p--side-panel__title-container--no-title-animation,
1731
+ .c4p--side-panel__container.c4p--side-panel__container--xs .c4p--side-panel__subtitle-text.c4p--side-panel__subtitle-text-no-animation,
1732
+ .c4p--side-panel__container.c4p--side-panel__container--xs .c4p--side-panel__action-toolbar.c4p--side-panel__action-toolbar-no-animation,
1733
+ .c4p--side-panel__container.c4p--side-panel__container--xs .c4p--side-panel__actions-container.c4p--action-set--xs {
1734
1734
  min-width: 16rem;
1735
1735
  max-width: 16rem;
1736
1736
  }
1737
- .exp--side-panel__container.exp--side-panel__container-right-placement.exp--side-panel__container--xs {
1737
+ .c4p--side-panel__container.c4p--side-panel__container-right-placement.c4p--side-panel__container--xs {
1738
1738
  min-width: 16rem;
1739
1739
  max-width: 16rem;
1740
1740
  right: 0;
@@ -1750,7 +1750,7 @@
1750
1750
  transform: translateX(0);
1751
1751
  }
1752
1752
  }
1753
- .exp--side-panel__container.exp--side-panel__container-left-placement.exp--side-panel__container--xs {
1753
+ .c4p--side-panel__container.c4p--side-panel__container-left-placement.c4p--side-panel__container--xs {
1754
1754
  min-width: 16rem;
1755
1755
  max-width: 16rem;
1756
1756
  left: 0;
@@ -1766,18 +1766,18 @@
1766
1766
  transform: translateX(0);
1767
1767
  }
1768
1768
  }
1769
- .exp--side-panel__container.exp--side-panel__container--sm {
1769
+ .c4p--side-panel__container.c4p--side-panel__container--sm {
1770
1770
  min-width: 20rem;
1771
1771
  max-width: 20rem;
1772
1772
  }
1773
- .exp--side-panel__container.exp--side-panel__container--sm .exp--side-panel__title-container.exp--side-panel__title-container--no-title-animation,
1774
- .exp--side-panel__container.exp--side-panel__container--sm .exp--side-panel__subtitle-text.exp--side-panel__subtitle-text-no-animation,
1775
- .exp--side-panel__container.exp--side-panel__container--sm .exp--side-panel__action-toolbar.exp--side-panel__action-toolbar-no-animation,
1776
- .exp--side-panel__container.exp--side-panel__container--sm .exp--side-panel__actions-container.exp--action-set--sm {
1773
+ .c4p--side-panel__container.c4p--side-panel__container--sm .c4p--side-panel__title-container.c4p--side-panel__title-container--no-title-animation,
1774
+ .c4p--side-panel__container.c4p--side-panel__container--sm .c4p--side-panel__subtitle-text.c4p--side-panel__subtitle-text-no-animation,
1775
+ .c4p--side-panel__container.c4p--side-panel__container--sm .c4p--side-panel__action-toolbar.c4p--side-panel__action-toolbar-no-animation,
1776
+ .c4p--side-panel__container.c4p--side-panel__container--sm .c4p--side-panel__actions-container.c4p--action-set--sm {
1777
1777
  min-width: 20rem;
1778
1778
  max-width: 20rem;
1779
1779
  }
1780
- .exp--side-panel__container.exp--side-panel__container-right-placement.exp--side-panel__container--sm {
1780
+ .c4p--side-panel__container.c4p--side-panel__container-right-placement.c4p--side-panel__container--sm {
1781
1781
  min-width: 20rem;
1782
1782
  max-width: 20rem;
1783
1783
  right: 0;
@@ -1793,7 +1793,7 @@
1793
1793
  transform: translateX(0);
1794
1794
  }
1795
1795
  }
1796
- .exp--side-panel__container.exp--side-panel__container-left-placement.exp--side-panel__container--sm {
1796
+ .c4p--side-panel__container.c4p--side-panel__container-left-placement.c4p--side-panel__container--sm {
1797
1797
  min-width: 20rem;
1798
1798
  max-width: 20rem;
1799
1799
  left: 0;
@@ -1809,18 +1809,18 @@
1809
1809
  transform: translateX(0);
1810
1810
  }
1811
1811
  }
1812
- .exp--side-panel__container.exp--side-panel__container--md {
1812
+ .c4p--side-panel__container.c4p--side-panel__container--md {
1813
1813
  min-width: 30rem;
1814
1814
  max-width: 30rem;
1815
1815
  }
1816
- .exp--side-panel__container.exp--side-panel__container--md .exp--side-panel__title-container.exp--side-panel__title-container--no-title-animation,
1817
- .exp--side-panel__container.exp--side-panel__container--md .exp--side-panel__subtitle-text.exp--side-panel__subtitle-text-no-animation,
1818
- .exp--side-panel__container.exp--side-panel__container--md .exp--side-panel__action-toolbar.exp--side-panel__action-toolbar-no-animation,
1819
- .exp--side-panel__container.exp--side-panel__container--md .exp--side-panel__actions-container.exp--action-set--md {
1816
+ .c4p--side-panel__container.c4p--side-panel__container--md .c4p--side-panel__title-container.c4p--side-panel__title-container--no-title-animation,
1817
+ .c4p--side-panel__container.c4p--side-panel__container--md .c4p--side-panel__subtitle-text.c4p--side-panel__subtitle-text-no-animation,
1818
+ .c4p--side-panel__container.c4p--side-panel__container--md .c4p--side-panel__action-toolbar.c4p--side-panel__action-toolbar-no-animation,
1819
+ .c4p--side-panel__container.c4p--side-panel__container--md .c4p--side-panel__actions-container.c4p--action-set--md {
1820
1820
  min-width: 30rem;
1821
1821
  max-width: 30rem;
1822
1822
  }
1823
- .exp--side-panel__container.exp--side-panel__container-right-placement.exp--side-panel__container--md {
1823
+ .c4p--side-panel__container.c4p--side-panel__container-right-placement.c4p--side-panel__container--md {
1824
1824
  min-width: 30rem;
1825
1825
  max-width: 30rem;
1826
1826
  right: 0;
@@ -1836,7 +1836,7 @@
1836
1836
  transform: translateX(0);
1837
1837
  }
1838
1838
  }
1839
- .exp--side-panel__container.exp--side-panel__container-left-placement.exp--side-panel__container--md {
1839
+ .c4p--side-panel__container.c4p--side-panel__container-left-placement.c4p--side-panel__container--md {
1840
1840
  min-width: 30rem;
1841
1841
  max-width: 30rem;
1842
1842
  left: 0;
@@ -1852,18 +1852,18 @@
1852
1852
  transform: translateX(0);
1853
1853
  }
1854
1854
  }
1855
- .exp--side-panel__container.exp--side-panel__container--lg {
1855
+ .c4p--side-panel__container.c4p--side-panel__container--lg {
1856
1856
  min-width: 40rem;
1857
1857
  max-width: 40rem;
1858
1858
  }
1859
- .exp--side-panel__container.exp--side-panel__container--lg .exp--side-panel__title-container.exp--side-panel__title-container--no-title-animation,
1860
- .exp--side-panel__container.exp--side-panel__container--lg .exp--side-panel__subtitle-text.exp--side-panel__subtitle-text-no-animation,
1861
- .exp--side-panel__container.exp--side-panel__container--lg .exp--side-panel__action-toolbar.exp--side-panel__action-toolbar-no-animation,
1862
- .exp--side-panel__container.exp--side-panel__container--lg .exp--side-panel__actions-container.exp--action-set--lg {
1859
+ .c4p--side-panel__container.c4p--side-panel__container--lg .c4p--side-panel__title-container.c4p--side-panel__title-container--no-title-animation,
1860
+ .c4p--side-panel__container.c4p--side-panel__container--lg .c4p--side-panel__subtitle-text.c4p--side-panel__subtitle-text-no-animation,
1861
+ .c4p--side-panel__container.c4p--side-panel__container--lg .c4p--side-panel__action-toolbar.c4p--side-panel__action-toolbar-no-animation,
1862
+ .c4p--side-panel__container.c4p--side-panel__container--lg .c4p--side-panel__actions-container.c4p--action-set--lg {
1863
1863
  min-width: 40rem;
1864
1864
  max-width: 40rem;
1865
1865
  }
1866
- .exp--side-panel__container.exp--side-panel__container-right-placement.exp--side-panel__container--lg {
1866
+ .c4p--side-panel__container.c4p--side-panel__container-right-placement.c4p--side-panel__container--lg {
1867
1867
  min-width: 40rem;
1868
1868
  max-width: 40rem;
1869
1869
  right: 0;
@@ -1879,7 +1879,7 @@
1879
1879
  transform: translateX(0);
1880
1880
  }
1881
1881
  }
1882
- .exp--side-panel__container.exp--side-panel__container-left-placement.exp--side-panel__container--lg {
1882
+ .c4p--side-panel__container.c4p--side-panel__container-left-placement.c4p--side-panel__container--lg {
1883
1883
  min-width: 40rem;
1884
1884
  max-width: 40rem;
1885
1885
  left: 0;
@@ -1895,18 +1895,18 @@
1895
1895
  transform: translateX(0);
1896
1896
  }
1897
1897
  }
1898
- .exp--side-panel__container.exp--side-panel__container--max {
1898
+ .c4p--side-panel__container.c4p--side-panel__container--max {
1899
1899
  min-width: 75%;
1900
1900
  max-width: 75%;
1901
1901
  }
1902
- .exp--side-panel__container.exp--side-panel__container--max .exp--side-panel__title-container.exp--side-panel__title-container--no-title-animation,
1903
- .exp--side-panel__container.exp--side-panel__container--max .exp--side-panel__subtitle-text.exp--side-panel__subtitle-text-no-animation,
1904
- .exp--side-panel__container.exp--side-panel__container--max .exp--side-panel__action-toolbar.exp--side-panel__action-toolbar-no-animation,
1905
- .exp--side-panel__container.exp--side-panel__container--max .exp--side-panel__actions-container.exp--action-set--max {
1902
+ .c4p--side-panel__container.c4p--side-panel__container--max .c4p--side-panel__title-container.c4p--side-panel__title-container--no-title-animation,
1903
+ .c4p--side-panel__container.c4p--side-panel__container--max .c4p--side-panel__subtitle-text.c4p--side-panel__subtitle-text-no-animation,
1904
+ .c4p--side-panel__container.c4p--side-panel__container--max .c4p--side-panel__action-toolbar.c4p--side-panel__action-toolbar-no-animation,
1905
+ .c4p--side-panel__container.c4p--side-panel__container--max .c4p--side-panel__actions-container.c4p--action-set--max {
1906
1906
  min-width: 75%;
1907
1907
  max-width: 75%;
1908
1908
  }
1909
- .exp--side-panel__container.exp--side-panel__container-right-placement.exp--side-panel__container--max {
1909
+ .c4p--side-panel__container.c4p--side-panel__container-right-placement.c4p--side-panel__container--max {
1910
1910
  min-width: 75%;
1911
1911
  max-width: 75%;
1912
1912
  right: 0;
@@ -1922,7 +1922,7 @@
1922
1922
  transform: translateX(0);
1923
1923
  }
1924
1924
  }
1925
- .exp--side-panel__container.exp--side-panel__container-left-placement.exp--side-panel__container--max {
1925
+ .c4p--side-panel__container.c4p--side-panel__container-left-placement.c4p--side-panel__container--max {
1926
1926
  min-width: 75%;
1927
1927
  max-width: 75%;
1928
1928
  left: 0;
@@ -1938,10 +1938,10 @@
1938
1938
  transform: translateX(0);
1939
1939
  }
1940
1940
  }
1941
- .exp--side-panel__container.exp--side-panel__container-with-action-toolbar.exp--side-panel__with-condensed-header .exp--side-panel__title-container::before {
1941
+ .c4p--side-panel__container.c4p--side-panel__container-with-action-toolbar.c4p--side-panel__with-condensed-header .c4p--side-panel__title-container::before {
1942
1942
  content: none;
1943
1943
  }
1944
- .exp--side-panel__container.exp--side-panel__container-with-action-toolbar.exp--side-panel__with-condensed-header .exp--side-panel__action-toolbar::before {
1944
+ .c4p--side-panel__container.c4p--side-panel__container-with-action-toolbar.c4p--side-panel__with-condensed-header .c4p--side-panel__action-toolbar::before {
1945
1945
  position: absolute;
1946
1946
  bottom: 0;
1947
1947
  left: 0;
@@ -1949,20 +1949,20 @@
1949
1949
  height: 1px;
1950
1950
  background-color: var(--cds-decorative-01, #e0e0e0);
1951
1951
  content: "";
1952
- opacity: var(--exp--side-panel--divider-opacity);
1952
+ opacity: var(--c4p--side-panel--divider-opacity);
1953
1953
  }
1954
- .exp--side-panel__container.exp--side-panel__container-without-overlay {
1954
+ .c4p--side-panel__container.c4p--side-panel__container-without-overlay {
1955
1955
  box-shadow: 0 var(--cds-spacing-01, 0.125rem) var(--cds-spacing-02, 0.25rem) var(--cds-overlay-01, rgba(22, 22, 22, 0.5));
1956
1956
  }
1957
- .exp--side-panel__container .exp--side-panel__title-container {
1957
+ .c4p--side-panel__container .c4p--side-panel__title-container {
1958
1958
  position: sticky;
1959
1959
  z-index: 4;
1960
1960
  top: 0;
1961
- height: calc(var(--exp--side-panel--title-container-height) - var(--exp--side-panel--label-text-height));
1961
+ height: calc(var(--c4p--side-panel--title-container-height) - var(--c4p--side-panel--label-text-height));
1962
1962
  padding: var(--cds-spacing-05, 1rem) var(--cds-spacing-05, 1rem) var(--cds-spacing-03, 0.5rem) var(--cds-spacing-05, 1rem);
1963
1963
  background-color: var(--cds-ui-01, #f4f4f4);
1964
1964
  }
1965
- .exp--side-panel__container .exp--side-panel__title-container::before {
1965
+ .c4p--side-panel__container .c4p--side-panel__title-container::before {
1966
1966
  position: absolute;
1967
1967
  bottom: 0;
1968
1968
  left: 0;
@@ -1970,34 +1970,34 @@
1970
1970
  height: 1px;
1971
1971
  background-color: var(--cds-decorative-01, #e0e0e0);
1972
1972
  content: "";
1973
- opacity: var(--exp--side-panel--divider-opacity);
1973
+ opacity: var(--c4p--side-panel--divider-opacity);
1974
1974
  }
1975
- .exp--side-panel__container .exp--side-panel__title-container.exp--side-panel__on-detail-step .exp--side-panel__collapsed-title-text {
1975
+ .c4p--side-panel__container .c4p--side-panel__title-container.c4p--side-panel__on-detail-step .c4p--side-panel__collapsed-title-text {
1976
1976
  top: var(--cds-spacing-09, 3rem);
1977
1977
  }
1978
- .exp--side-panel__container .exp--side-panel__title-container.exp--side-panel__title-container-without-title {
1978
+ .c4p--side-panel__container .c4p--side-panel__title-container.c4p--side-panel__title-container-without-title {
1979
1979
  padding: 0;
1980
1980
  }
1981
- .exp--side-panel__container .exp--side-panel__title-container.exp--side-panel__title-container-without-title.exp--side-panel__on-detail-step-without-title {
1981
+ .c4p--side-panel__container .c4p--side-panel__title-container.c4p--side-panel__title-container-without-title.c4p--side-panel__on-detail-step-without-title {
1982
1982
  height: calc(var(--cds-spacing-08, 2.5rem) + var(--cds-spacing-02, 0.25rem));
1983
1983
  padding: var(--cds-spacing-05, 1rem) var(--cds-spacing-05, 1rem) var(--cds-spacing-03, 0.5rem) var(--cds-spacing-05, 1rem);
1984
1984
  }
1985
- .exp--side-panel__container .exp--side-panel__title-container.exp--side-panel__title-container-without-title::before {
1985
+ .c4p--side-panel__container .c4p--side-panel__title-container.c4p--side-panel__title-container-without-title::before {
1986
1986
  background-color: transparent;
1987
1987
  }
1988
- .exp--side-panel__container.exp--side-panel__container-is-animating {
1988
+ .c4p--side-panel__container.c4p--side-panel__container-is-animating {
1989
1989
  pointer-events: none;
1990
1990
  }
1991
- .exp--side-panel__container.exp--side-panel__container-is-animating .exp--side-panel__title-container.exp--side-panel__title-container--no-title-animation {
1991
+ .c4p--side-panel__container.c4p--side-panel__container-is-animating .c4p--side-panel__title-container.c4p--side-panel__title-container--no-title-animation {
1992
1992
  top: 0;
1993
1993
  }
1994
- .exp--side-panel__container.exp--side-panel__container-is-animating .exp--side-panel__subtitle-text.exp--side-panel__subtitle-text-no-animation {
1995
- top: var(--exp--side-panel--title-text-height);
1994
+ .c4p--side-panel__container.c4p--side-panel__container-is-animating .c4p--side-panel__subtitle-text.c4p--side-panel__subtitle-text-no-animation {
1995
+ top: var(--c4p--side-panel--title-text-height);
1996
1996
  }
1997
- .exp--side-panel__container.exp--side-panel__container-is-animating .exp--side-panel__action-toolbar.exp--side-panel__action-toolbar-no-animation {
1998
- top: calc(var(--exp--side-panel--title-text-height) + var(--exp--side-panel--subtitle-container-height));
1997
+ .c4p--side-panel__container.c4p--side-panel__container-is-animating .c4p--side-panel__action-toolbar.c4p--side-panel__action-toolbar-no-animation {
1998
+ top: calc(var(--c4p--side-panel--title-text-height) + var(--c4p--side-panel--subtitle-container-height));
1999
1999
  }
2000
- .exp--side-panel__container .exp--side-panel__title-text {
2000
+ .c4p--side-panel__container .c4p--side-panel__title-text {
2001
2001
  font-size: var(--cds-productive-heading-03-font-size, 1.25rem);
2002
2002
  font-weight: var(--cds-productive-heading-03-font-weight, 400);
2003
2003
  line-height: var(--cds-productive-heading-03-line-height, 1.4);
@@ -2010,22 +2010,22 @@
2010
2010
  position: inherit;
2011
2011
  z-index: 4;
2012
2012
  background-color: var(--cds-ui-01, #f4f4f4);
2013
- opacity: var(--exp--side-panel--subtitle-opacity);
2014
- transform: translateY(var(--exp--side-panel--title-y-position));
2013
+ opacity: var(--c4p--side-panel--subtitle-opacity);
2014
+ transform: translateY(var(--c4p--side-panel--title-y-position));
2015
2015
  }
2016
- .exp--side-panel__container .exp--side-panel__label-text {
2016
+ .c4p--side-panel__container .c4p--side-panel__label-text {
2017
2017
  font-size: var(--cds-label-01-font-size, 0.75rem);
2018
2018
  font-weight: var(--cds-label-01-font-weight, 400);
2019
2019
  line-height: var(--cds-label-01-line-height, 1.33333);
2020
2020
  letter-spacing: var(--cds-label-01-letter-spacing, 0.32px);
2021
2021
  overflow: hidden;
2022
2022
  padding-right: var(--cds-spacing-05, 1rem);
2023
- opacity: var(--exp--side-panel--subtitle-opacity);
2023
+ opacity: var(--c4p--side-panel--subtitle-opacity);
2024
2024
  text-overflow: ellipsis;
2025
- transform: translateY(var(--exp--side-panel--title-y-position));
2025
+ transform: translateY(var(--c4p--side-panel--title-y-position));
2026
2026
  white-space: nowrap;
2027
2027
  }
2028
- .exp--side-panel__container .exp--side-panel__collapsed-title-text {
2028
+ .c4p--side-panel__container .c4p--side-panel__collapsed-title-text {
2029
2029
  font-size: var(--cds-productive-heading-02-font-size, 1rem);
2030
2030
  font-weight: var(--cds-productive-heading-02-font-weight, 600);
2031
2031
  line-height: var(--cds-productive-heading-02-line-height, 1.375);
@@ -2037,10 +2037,10 @@
2037
2037
  -webkit-line-clamp: 2;
2038
2038
  position: absolute;
2039
2039
  top: var(--cds-spacing-05, 1rem);
2040
- opacity: var(--exp--side-panel--divider-opacity);
2041
- transform: translateY(var(--exp--side-panel--collapsed-title-y-position));
2040
+ opacity: var(--c4p--side-panel--divider-opacity);
2041
+ transform: translateY(var(--c4p--side-panel--collapsed-title-y-position));
2042
2042
  }
2043
- .exp--side-panel__container .exp--side-panel__subtitle-text {
2043
+ .c4p--side-panel__container .c4p--side-panel__subtitle-text {
2044
2044
  font-size: var(--cds-body-short-01-font-size, 0.875rem);
2045
2045
  font-weight: var(--cds-body-short-01-font-weight, 400);
2046
2046
  line-height: var(--cds-body-short-01-line-height, 1.28572);
@@ -2049,65 +2049,65 @@
2049
2049
  padding: 0 var(--cds-spacing-09, 3rem) var(--cds-spacing-05, 1rem) var(--cds-spacing-05, 1rem);
2050
2050
  -webkit-box-orient: vertical;
2051
2051
  -webkit-line-clamp: 3;
2052
- opacity: var(--exp--side-panel--subtitle-opacity);
2052
+ opacity: var(--c4p--side-panel--subtitle-opacity);
2053
2053
  }
2054
- .exp--side-panel__container .exp--side-panel__subtitle-text.exp--side-panel__subtitle-text-no-animation {
2054
+ .c4p--side-panel__container .c4p--side-panel__subtitle-text.c4p--side-panel__subtitle-text-no-animation {
2055
2055
  position: fixed;
2056
2056
  z-index: 2;
2057
- top: calc(var(--exp--side-panel--title-text-height) + var(--cds-spacing-09, 3rem));
2057
+ top: calc(var(--c4p--side-panel--title-text-height) + var(--cds-spacing-09, 3rem));
2058
2058
  background-color: var(--cds-ui-01, #f4f4f4);
2059
2059
  }
2060
- .exp--side-panel__container .exp--side-panel__subtitle-text.exp--side-panel__subtitle-text-no-animation.exp--side-panel__subtitle-text-is-animating {
2061
- top: var(--exp--side-panel--title-text-height);
2060
+ .c4p--side-panel__container .c4p--side-panel__subtitle-text.c4p--side-panel__subtitle-text-no-animation.c4p--side-panel__subtitle-text-is-animating {
2061
+ top: var(--c4p--side-panel--title-text-height);
2062
2062
  }
2063
- .exp--side-panel__container .exp--side-panel__subtitle-text.exp--side-panel__subtitle-without-title {
2063
+ .c4p--side-panel__container .c4p--side-panel__subtitle-text.c4p--side-panel__subtitle-without-title {
2064
2064
  padding-top: var(--cds-spacing-05, 1rem);
2065
2065
  padding-right: var(--cds-spacing-09, 3rem);
2066
2066
  }
2067
- .exp--side-panel__container .exp--side-panel__title-container.exp--side-panel__title-container--no-title-animation.exp--side-panel__title-container-is-animating {
2067
+ .c4p--side-panel__container .c4p--side-panel__title-container.c4p--side-panel__title-container--no-title-animation.c4p--side-panel__title-container-is-animating {
2068
2068
  top: 0;
2069
2069
  }
2070
- .exp--side-panel__container .exp--side-panel__title-container.exp--side-panel__title-container--no-title-animation {
2070
+ .c4p--side-panel__container .c4p--side-panel__title-container.c4p--side-panel__title-container--no-title-animation {
2071
2071
  position: fixed;
2072
2072
  top: var(--cds-spacing-09, 3rem);
2073
- height: var(--exp--side-panel--title-text-height);
2073
+ height: var(--c4p--side-panel--title-text-height);
2074
2074
  }
2075
- .exp--side-panel__container .exp--side-panel__inner-content {
2075
+ .c4p--side-panel__container .c4p--side-panel__inner-content {
2076
2076
  overflow: auto;
2077
2077
  height: calc(100vh - 3rem);
2078
- margin-top: calc(var(--exp--side-panel--title-text-height) + var(--exp--side-panel--subtitle-container-height) + var(--exp--side-panel--action-bar-container-height));
2078
+ margin-top: calc(var(--c4p--side-panel--title-text-height) + var(--c4p--side-panel--subtitle-container-height) + var(--c4p--side-panel--action-bar-container-height));
2079
2079
  overflow-x: hidden;
2080
2080
  }
2081
- .exp--side-panel__container .exp--side-panel__inner-content-with-actions {
2082
- height: calc(100vh - (var(--exp--side-panel--content-bottom-padding) + 2rem));
2081
+ .c4p--side-panel__container .c4p--side-panel__inner-content-with-actions {
2082
+ height: calc(100vh - (var(--c4p--side-panel--content-bottom-padding) + 2rem));
2083
2083
  }
2084
- .exp--side-panel__container .exp--side-panel__inner-content.exp--side-panel__static-inner-content {
2085
- height: calc(100vh - (var(--exp--side-panel--title-text-height) + var(--exp--side-panel--subtitle-container-height) + var(--exp--side-panel--action-bar-container-height)) + -1 * (var(--cds-spacing-09, 3rem) + var(--cds-spacing-10, 4rem)));
2084
+ .c4p--side-panel__container .c4p--side-panel__inner-content.c4p--side-panel__static-inner-content {
2085
+ height: calc(100vh - (var(--c4p--side-panel--title-text-height) + var(--c4p--side-panel--subtitle-container-height) + var(--c4p--side-panel--action-bar-container-height)) + -1 * (var(--cds-spacing-09, 3rem) + var(--cds-spacing-10, 4rem)));
2086
2086
  padding-top: var(--cds-spacing-05, 1rem);
2087
2087
  }
2088
- .exp--side-panel__container .exp--side-panel__action-toolbar.exp--side-panel__action-toolbar-no-animation {
2088
+ .c4p--side-panel__container .c4p--side-panel__action-toolbar.c4p--side-panel__action-toolbar-no-animation {
2089
2089
  position: fixed;
2090
2090
  top: calc(
2091
- var(--exp--side-panel--title-text-height) +
2092
- var(--exp--side-panel--subtitle-container-height) + var(--cds-spacing-09, 3rem)
2091
+ var(--c4p--side-panel--title-text-height) +
2092
+ var(--c4p--side-panel--subtitle-container-height) + var(--cds-spacing-09, 3rem)
2093
2093
  );
2094
2094
  width: 100%;
2095
2095
  border-bottom: 1px solid var(--cds-decorative-01, #e0e0e0);
2096
2096
  }
2097
- .exp--side-panel__container .exp--side-panel__action-toolbar.exp--side-panel__action-toolbar-no-animation + .exp--side-panel__body-content {
2097
+ .c4p--side-panel__container .c4p--side-panel__action-toolbar.c4p--side-panel__action-toolbar-no-animation + .c4p--side-panel__body-content {
2098
2098
  margin-top: calc(
2099
- var(--exp--side-panel--title-text-height) +
2100
- var(--exp--side-panel--subtitle-container-height) + var(--cds-spacing-09, 3rem)
2099
+ var(--c4p--side-panel--title-text-height) +
2100
+ var(--c4p--side-panel--subtitle-container-height) + var(--cds-spacing-09, 3rem)
2101
2101
  );
2102
2102
  }
2103
- .exp--side-panel__container .exp--side-panel__subtitle-text.exp--side-panel__subtitle-text-no-animation.exp--side-panel__subtitle-text-no-animation-no-action-toolbar {
2103
+ .c4p--side-panel__container .c4p--side-panel__subtitle-text.c4p--side-panel__subtitle-text-no-animation.c4p--side-panel__subtitle-text-no-animation-no-action-toolbar {
2104
2104
  border-bottom: 1px solid var(--cds-decorative-01, #e0e0e0);
2105
2105
  margin-bottom: var(--cds-spacing-05, 1rem);
2106
2106
  }
2107
- .exp--side-panel__container .exp--side-panel__action-toolbar {
2107
+ .c4p--side-panel__container .c4p--side-panel__action-toolbar {
2108
2108
  position: sticky;
2109
2109
  z-index: 4;
2110
- top: var(--exp--side-panel--title-height);
2110
+ top: var(--c4p--side-panel--title-height);
2111
2111
  display: flex;
2112
2112
  align-items: center;
2113
2113
  justify-content: flex-start;
@@ -2117,32 +2117,32 @@
2117
2117
  transition: transform 150ms;
2118
2118
  transition-timing-function: cubic-bezier(0.2, 0, 0.38, 0.9);
2119
2119
  }
2120
- .exp--side-panel__container .exp--side-panel__action-toolbar .exp--side-panel__action-toolbar-button {
2120
+ .c4p--side-panel__container .c4p--side-panel__action-toolbar .c4p--side-panel__action-toolbar-button {
2121
2121
  min-width: 2rem;
2122
2122
  }
2123
- .exp--side-panel__container .exp--side-panel__action-toolbar .exp--side-panel__action-toolbar-button.exp--side-panel__action-toolbar-icon-only-button {
2123
+ .c4p--side-panel__container .c4p--side-panel__action-toolbar .c4p--side-panel__action-toolbar-button.c4p--side-panel__action-toolbar-icon-only-button {
2124
2124
  padding: 0;
2125
2125
  color: var(--cds-text-01, #161616);
2126
2126
  }
2127
- .exp--side-panel__container .exp--side-panel__action-toolbar .exp--side-panel__action-toolbar-button.exp--side-panel__action-toolbar-icon-only-button svg {
2127
+ .c4p--side-panel__container .c4p--side-panel__action-toolbar .c4p--side-panel__action-toolbar-button.c4p--side-panel__action-toolbar-icon-only-button svg {
2128
2128
  margin-left: var(--cds-spacing-03, 0.5rem);
2129
2129
  }
2130
- .exp--side-panel__container .exp--side-panel__action-toolbar .exp--side-panel__action-toolbar-button.exp--side-panel__action-toolbar-leading-button {
2130
+ .c4p--side-panel__container .c4p--side-panel__action-toolbar .c4p--side-panel__action-toolbar-button.c4p--side-panel__action-toolbar-leading-button {
2131
2131
  margin-right: var(--cds-spacing-03, 0.5rem);
2132
2132
  }
2133
- .exp--side-panel__container .bx--btn.exp--side-panel__navigation-back-button {
2133
+ .c4p--side-panel__container .bx--btn.c4p--side-panel__navigation-back-button {
2134
2134
  position: relative;
2135
2135
  z-index: 5;
2136
2136
  top: calc(-1 * var(--cds-spacing-03, 0.5rem));
2137
2137
  left: calc(-1 * var(--cds-spacing-03, 0.5rem));
2138
2138
  }
2139
- .exp--side-panel__container .bx--btn.exp--side-panel__navigation-back-button,
2140
- .exp--side-panel__container .bx--btn.exp--side-panel__close-button {
2139
+ .c4p--side-panel__container .bx--btn.c4p--side-panel__navigation-back-button,
2140
+ .c4p--side-panel__container .bx--btn.c4p--side-panel__close-button {
2141
2141
  min-width: 2rem;
2142
2142
  padding: 0;
2143
2143
  color: var(--cds-text-01, #161616);
2144
2144
  }
2145
- .exp--side-panel__container .bx--btn.exp--side-panel__close-button {
2145
+ .c4p--side-panel__container .bx--btn.c4p--side-panel__close-button {
2146
2146
  position: absolute;
2147
2147
  z-index: 5;
2148
2148
  top: var(--cds-spacing-03, 0.5rem);
@@ -2152,53 +2152,53 @@
2152
2152
  justify-content: center;
2153
2153
  background-color: var(--cds-ui-01, #f4f4f4);
2154
2154
  }
2155
- .exp--side-panel__container .bx--btn.exp--side-panel__close-button .bx--btn__icon {
2155
+ .c4p--side-panel__container .bx--btn.c4p--side-panel__close-button .bx--btn__icon {
2156
2156
  margin: 0;
2157
2157
  }
2158
- .exp--side-panel__container .exp--side-panel__body-content {
2158
+ .c4p--side-panel__container .c4p--side-panel__body-content {
2159
2159
  padding: var(--cds-spacing-05, 1rem);
2160
2160
  padding-top: 0;
2161
2161
  }
2162
- .exp--side-panel__container.exp--side-panel__container-is-animating .exp--side-panel__actions-container.exp--action-set--max {
2162
+ .c4p--side-panel__container.c4p--side-panel__container-is-animating .c4p--side-panel__actions-container.c4p--action-set--max {
2163
2163
  min-width: 100%;
2164
2164
  max-width: 100%;
2165
2165
  }
2166
- .exp--side-panel__container .exp--side-panel__actions-container {
2166
+ .c4p--side-panel__container .c4p--side-panel__actions-container {
2167
2167
  position: fixed;
2168
2168
  bottom: 0;
2169
2169
  border-top: 1px solid var(--cds-decorative-01, #e0e0e0);
2170
2170
  background-color: var(--cds-ui-01, #f4f4f4);
2171
2171
  }
2172
- .exp--side-panel__container .exp--side-panel__actions-container.exp--action-set--max {
2172
+ .c4p--side-panel__container .c4p--side-panel__actions-container.c4p--action-set--max {
2173
2173
  flex-direction: column;
2174
2174
  }
2175
- .exp--side-panel__container .exp--side-panel__actions-container.exp--action-set--max .exp--action-set__action-button {
2175
+ .c4p--side-panel__container .c4p--side-panel__actions-container.c4p--action-set--max .c4p--action-set__action-button {
2176
2176
  width: 100%;
2177
2177
  max-width: 100%;
2178
2178
  }
2179
2179
  @media (min-width: 42rem) {
2180
- .exp--side-panel__container .exp--side-panel__actions-container.exp--action-set--max {
2180
+ .c4p--side-panel__container .c4p--side-panel__actions-container.c4p--action-set--max {
2181
2181
  flex-direction: row;
2182
2182
  }
2183
- .exp--side-panel__container .exp--side-panel__actions-container.exp--action-set--max .exp--action-set__action-button {
2183
+ .c4p--side-panel__container .c4p--side-panel__actions-container.c4p--action-set--max .c4p--action-set__action-button {
2184
2184
  width: 25%;
2185
2185
  }
2186
2186
  }
2187
- .exp--side-panel__container .exp--side-panel__actions-container .exp--action-set__action-button {
2187
+ .c4p--side-panel__container .c4p--side-panel__actions-container .c4p--action-set__action-button {
2188
2188
  height: var(--cds-layout-05, 4rem);
2189
2189
  }
2190
- .exp--side-panel__container .exp--side-panel__actions-container.exp--side-panel__actions-container-condensed .exp--action-set__action-button {
2190
+ .c4p--side-panel__container .c4p--side-panel__actions-container.c4p--side-panel__actions-container-condensed .c4p--action-set__action-button {
2191
2191
  height: var(--cds-layout-04, 3rem);
2192
2192
  }
2193
2193
 
2194
- .exp--side-panel__container .bx--text-input,
2195
- .exp--side-panel__container .bx--text-area,
2196
- .exp--side-panel__container .bx--search-input,
2197
- .exp--side-panel__container .bx--select-input,
2198
- .exp--side-panel__container .bx--dropdown,
2199
- .exp--side-panel__container .bx--dropdown-list,
2200
- .exp--side-panel__container .bx--number input[type=number],
2201
- .exp--side-panel__container .bx--date-picker__input {
2194
+ .c4p--side-panel__container .bx--text-input,
2195
+ .c4p--side-panel__container .bx--text-area,
2196
+ .c4p--side-panel__container .bx--search-input,
2197
+ .c4p--side-panel__container .bx--select-input,
2198
+ .c4p--side-panel__container .bx--dropdown,
2199
+ .c4p--side-panel__container .bx--dropdown-list,
2200
+ .c4p--side-panel__container .bx--number input[type=number],
2201
+ .c4p--side-panel__container .bx--date-picker__input {
2202
2202
  background-color: var(--cds-field-02, #ffffff);
2203
2203
  }
2204
2204
 
@@ -2218,7 +2218,7 @@
2218
2218
  opacity: 0;
2219
2219
  }
2220
2220
  }
2221
- .exp--side-panel__visually-hidden {
2221
+ .c4p--side-panel__visually-hidden {
2222
2222
  position: absolute;
2223
2223
  overflow: hidden;
2224
2224
  width: 1px;
@@ -2231,7 +2231,7 @@
2231
2231
  white-space: nowrap;
2232
2232
  }
2233
2233
 
2234
- .exp--side-panel__overlay {
2234
+ .c4p--side-panel__overlay {
2235
2235
  position: fixed;
2236
2236
  z-index: 6000;
2237
2237
  top: 0;
@@ -2245,17 +2245,17 @@
2245
2245
  transition-timing-function: cubic-bezier(0.2, 0, 0.38, 0.9);
2246
2246
  }
2247
2247
 
2248
- .exp--create-side-panel.exp--side-panel__container .exp--create-side-panel__content-text {
2248
+ .c4p--create-side-panel.c4p--side-panel__container .c4p--create-side-panel__content-text {
2249
2249
  padding-right: calc(20% - var(--cds-spacing-05, 1rem));
2250
2250
  }
2251
2251
 
2252
- .exp--create-side-panel.exp--side-panel__container--xs .exp--side-panel__title-text {
2252
+ .c4p--create-side-panel.c4p--side-panel__container--xs .c4p--side-panel__title-text {
2253
2253
  width: calc(16rem - var(--cds-spacing-05, 1rem));
2254
2254
  padding-right: calc((16rem * 0.2) - var(--cds-spacing-05, 1rem));
2255
2255
  margin-bottom: var(--cds-spacing-02, 0.25rem);
2256
2256
  }
2257
2257
 
2258
- .exp--create-side-panel.exp--side-panel__container--xs .exp--side-panel__subtitle-text {
2258
+ .c4p--create-side-panel.c4p--side-panel__container--xs .c4p--side-panel__subtitle-text {
2259
2259
  width: calc(16rem - var(--cds-spacing-05, 1rem));
2260
2260
  padding-right: calc((16rem * 0.2) - var(--cds-spacing-05, 1rem));
2261
2261
  padding-bottom: var(--cds-spacing-05, 1rem);
@@ -2263,13 +2263,13 @@
2263
2263
  color: var(--cds-text-02, #525252);
2264
2264
  }
2265
2265
 
2266
- .exp--create-side-panel.exp--side-panel__container--sm .exp--side-panel__title-text {
2266
+ .c4p--create-side-panel.c4p--side-panel__container--sm .c4p--side-panel__title-text {
2267
2267
  width: calc(20rem - var(--cds-spacing-05, 1rem));
2268
2268
  padding-right: calc((20rem * 0.2) - var(--cds-spacing-05, 1rem));
2269
2269
  margin-bottom: var(--cds-spacing-02, 0.25rem);
2270
2270
  }
2271
2271
 
2272
- .exp--create-side-panel.exp--side-panel__container--sm .exp--side-panel__subtitle-text {
2272
+ .c4p--create-side-panel.c4p--side-panel__container--sm .c4p--side-panel__subtitle-text {
2273
2273
  width: calc(20rem - var(--cds-spacing-05, 1rem));
2274
2274
  padding-right: calc((20rem * 0.2) - var(--cds-spacing-05, 1rem));
2275
2275
  padding-bottom: var(--cds-spacing-05, 1rem);
@@ -2277,13 +2277,13 @@
2277
2277
  color: var(--cds-text-02, #525252);
2278
2278
  }
2279
2279
 
2280
- .exp--create-side-panel.exp--side-panel__container--md .exp--side-panel__title-text {
2280
+ .c4p--create-side-panel.c4p--side-panel__container--md .c4p--side-panel__title-text {
2281
2281
  width: calc(30rem - var(--cds-spacing-05, 1rem));
2282
2282
  padding-right: calc((30rem * 0.2) - var(--cds-spacing-05, 1rem));
2283
2283
  margin-bottom: var(--cds-spacing-02, 0.25rem);
2284
2284
  }
2285
2285
 
2286
- .exp--create-side-panel.exp--side-panel__container--md .exp--side-panel__subtitle-text {
2286
+ .c4p--create-side-panel.c4p--side-panel__container--md .c4p--side-panel__subtitle-text {
2287
2287
  width: calc(30rem - var(--cds-spacing-05, 1rem));
2288
2288
  padding-right: calc((30rem * 0.2) - var(--cds-spacing-05, 1rem));
2289
2289
  padding-bottom: var(--cds-spacing-05, 1rem);
@@ -2291,13 +2291,13 @@
2291
2291
  color: var(--cds-text-02, #525252);
2292
2292
  }
2293
2293
 
2294
- .exp--create-side-panel.exp--side-panel__container--lg .exp--side-panel__title-text {
2294
+ .c4p--create-side-panel.c4p--side-panel__container--lg .c4p--side-panel__title-text {
2295
2295
  width: calc(40rem - var(--cds-spacing-05, 1rem));
2296
2296
  padding-right: calc((40rem * 0.2) - var(--cds-spacing-05, 1rem));
2297
2297
  margin-bottom: var(--cds-spacing-02, 0.25rem);
2298
2298
  }
2299
2299
 
2300
- .exp--create-side-panel.exp--side-panel__container--lg .exp--side-panel__subtitle-text {
2300
+ .c4p--create-side-panel.c4p--side-panel__container--lg .c4p--side-panel__subtitle-text {
2301
2301
  width: calc(40rem - var(--cds-spacing-05, 1rem));
2302
2302
  padding-right: calc((40rem * 0.2) - var(--cds-spacing-05, 1rem));
2303
2303
  padding-bottom: var(--cds-spacing-05, 1rem);
@@ -2305,13 +2305,13 @@
2305
2305
  color: var(--cds-text-02, #525252);
2306
2306
  }
2307
2307
 
2308
- .exp--create-side-panel.exp--side-panel__container--max .exp--side-panel__title-text {
2308
+ .c4p--create-side-panel.c4p--side-panel__container--max .c4p--side-panel__title-text {
2309
2309
  width: calc(75% - var(--cds-spacing-05, 1rem));
2310
2310
  padding-right: calc((75% * 0.2) - var(--cds-spacing-05, 1rem));
2311
2311
  margin-bottom: var(--cds-spacing-02, 0.25rem);
2312
2312
  }
2313
2313
 
2314
- .exp--create-side-panel.exp--side-panel__container--max .exp--side-panel__subtitle-text {
2314
+ .c4p--create-side-panel.c4p--side-panel__container--max .c4p--side-panel__subtitle-text {
2315
2315
  width: calc(75% - var(--cds-spacing-05, 1rem));
2316
2316
  padding-right: calc((75% * 0.2) - var(--cds-spacing-05, 1rem));
2317
2317
  padding-bottom: var(--cds-spacing-05, 1rem);
@@ -2319,19 +2319,19 @@
2319
2319
  color: var(--cds-text-02, #525252);
2320
2320
  }
2321
2321
 
2322
- .bx--form.exp--create-side-panel__form {
2322
+ .bx--form.c4p--create-side-panel__form {
2323
2323
  padding-top: var(--cds-spacing-05, 1rem);
2324
2324
  }
2325
2325
 
2326
- .exp--create-side-panel__form.bx--fieldset {
2326
+ .c4p--create-side-panel__form.bx--fieldset {
2327
2327
  padding-top: var(--cds-spacing-03, 0.5rem);
2328
2328
  }
2329
2329
 
2330
- .exp--create-side-panel__form > * {
2330
+ .c4p--create-side-panel__form > * {
2331
2331
  margin-bottom: var(--cds-spacing-05, 1rem);
2332
2332
  }
2333
2333
 
2334
- .exp--create-side-panel__form-title-text {
2334
+ .c4p--create-side-panel__form-title-text {
2335
2335
  font-size: var(--cds-productive-heading-02-font-size, 1rem);
2336
2336
  font-weight: var(--cds-productive-heading-02-font-weight, 600);
2337
2337
  line-height: var(--cds-productive-heading-02-line-height, 1.375);
@@ -2339,18 +2339,18 @@
2339
2339
  padding-bottom: var(--cds-spacing-03, 0.5rem);
2340
2340
  }
2341
2341
 
2342
- .exp--create-side-panel__form-description-text {
2342
+ .c4p--create-side-panel__form-description-text {
2343
2343
  font-size: var(--cds-body-long-01-font-size, 0.875rem);
2344
2344
  font-weight: var(--cds-body-long-01-font-weight, 400);
2345
2345
  line-height: var(--cds-body-long-01-line-height, 1.42857);
2346
2346
  letter-spacing: var(--cds-body-long-01-letter-spacing, 0.16px);
2347
2347
  }
2348
2348
 
2349
- .exp--create-side-panel.exp--side-panel .bx--btn.exp--side-panel__close-button {
2349
+ .c4p--create-side-panel.c4p--side-panel .bx--btn.c4p--side-panel__close-button {
2350
2350
  display: none;
2351
2351
  }
2352
2352
 
2353
- .exp--create-side-panel__title {
2353
+ .c4p--create-side-panel__title {
2354
2354
  font-size: var(--cds-productive-heading-03-font-size, 1.25rem);
2355
2355
  font-weight: var(--cds-productive-heading-03-font-weight, 400);
2356
2356
  line-height: var(--cds-productive-heading-03-line-height, 1.4);
@@ -2358,7 +2358,7 @@
2358
2358
  margin-bottom: var(--cds-spacing-02, 0.25rem);
2359
2359
  }
2360
2360
 
2361
- .exp--create-side-panel__subtitle {
2361
+ .c4p--create-side-panel__subtitle {
2362
2362
  font-size: var(--cds-body-short-01-font-size, 0.875rem);
2363
2363
  font-weight: var(--cds-body-short-01-font-weight, 400);
2364
2364
  line-height: var(--cds-body-short-01-line-height, 1.28572);
@@ -2367,7 +2367,7 @@
2367
2367
  color: var(--cds-text-02, #525252);
2368
2368
  }
2369
2369
 
2370
- .exp--side-panel .exp--create-side-panel__actions-container {
2370
+ .c4p--side-panel .c4p--create-side-panel__actions-container {
2371
2371
  position: absolute;
2372
2372
  z-index: 4;
2373
2373
  bottom: 0;
@@ -2551,114 +2551,114 @@
2551
2551
  stroke-dashoffset: 0;
2552
2552
  }
2553
2553
  }
2554
- .exp--tearsheet.exp--tearsheet {
2554
+ .c4p--tearsheet.c4p--tearsheet {
2555
2555
  z-index: 9001;
2556
2556
  align-items: flex-end;
2557
2557
  color: var(--cds-text-01, #161616);
2558
2558
  transition: visibility 0s linear 240ms, background-color 240ms cubic-bezier(0.4, 0.14, 1, 1), opacity 240ms cubic-bezier(0.4, 0.14, 1, 1);
2559
- --exp--tearsheet--stacking-scale-factor-single: 0.95;
2560
- --exp--tearsheet--stacking-scale-factor-double: 0.9;
2559
+ --c4p--tearsheet--stacking-scale-factor-single: 0.95;
2560
+ --c4p--tearsheet--stacking-scale-factor-double: 0.9;
2561
2561
  }
2562
- .exp--tearsheet.is-visible {
2562
+ .c4p--tearsheet.is-visible {
2563
2563
  z-index: 9000;
2564
2564
  align-items: flex-end;
2565
2565
  transition: visibility 0s linear, background-color 240ms cubic-bezier(0, 0, 0.3, 1), opacity 240ms cubic-bezier(0, 0, 0.3, 1);
2566
2566
  }
2567
- .exp--tearsheet.exp--tearsheet--stacked-1-of-2 {
2567
+ .c4p--tearsheet.c4p--tearsheet--stacked-1-of-2 {
2568
2568
  z-index: 8999;
2569
2569
  background-color: rgba(22, 22, 22, 0.33);
2570
2570
  }
2571
- .exp--tearsheet.exp--tearsheet--stacked-1-of-3 {
2571
+ .c4p--tearsheet.c4p--tearsheet--stacked-1-of-3 {
2572
2572
  z-index: 8998;
2573
2573
  background-color: rgba(22, 22, 22, 0.11);
2574
2574
  }
2575
- .exp--tearsheet.exp--tearsheet--stacked-2-of-3 {
2575
+ .c4p--tearsheet.c4p--tearsheet--stacked-2-of-3 {
2576
2576
  z-index: 8999;
2577
2577
  background-color: rgba(22, 22, 22, 0.25);
2578
2578
  }
2579
- .exp--tearsheet.exp--tearsheet--stacked-2-of-2, .exp--tearsheet.exp--tearsheet--stacked-3-of-3 {
2579
+ .c4p--tearsheet.c4p--tearsheet--stacked-2-of-2, .c4p--tearsheet.c4p--tearsheet--stacked-3-of-3 {
2580
2580
  background-color: rgba(22, 22, 22, 0.25);
2581
2581
  }
2582
- .exp--tearsheet .exp--tearsheet__container {
2582
+ .c4p--tearsheet .c4p--tearsheet__container {
2583
2583
  top: auto;
2584
2584
  height: 100%;
2585
2585
  max-height: calc(100% - var(--cds-spacing-09, 3rem));
2586
2586
  transform: translate3d(0, min(95vh, 500px), 0);
2587
2587
  }
2588
- .exp--tearsheet.exp--tearsheet.exp--tearsheet .exp--tearsheet__container {
2588
+ .c4p--tearsheet.c4p--tearsheet.c4p--tearsheet .c4p--tearsheet__container {
2589
2589
  transition: transform 240ms cubic-bezier(0, 0, 0.3, 1), max-height 240ms cubic-bezier(0, 0, 0.3, 1);
2590
2590
  }
2591
- .exp--tearsheet.exp--tearsheet--stacked-1-of-2 .exp--tearsheet__container, .exp--tearsheet.exp--tearsheet--stacked-2-of-3 .exp--tearsheet__container {
2591
+ .c4p--tearsheet.c4p--tearsheet--stacked-1-of-2 .c4p--tearsheet__container, .c4p--tearsheet.c4p--tearsheet--stacked-2-of-3 .c4p--tearsheet__container {
2592
2592
  max-height: calc(100% - var(--cds-spacing-09, 3rem) + var(--cds-spacing-05, 1rem));
2593
2593
  }
2594
- .exp--tearsheet.exp--tearsheet--stacked-1-of-3 .exp--tearsheet__container {
2594
+ .c4p--tearsheet.c4p--tearsheet--stacked-1-of-3 .c4p--tearsheet__container {
2595
2595
  max-height: calc(100% - var(--cds-spacing-09, 3rem) + (2 * var(--cds-spacing-05, 1rem)));
2596
2596
  }
2597
- .exp--tearsheet .exp--tearsheet__container--lower {
2597
+ .c4p--tearsheet .c4p--tearsheet__container--lower {
2598
2598
  max-height: calc(100% - (var(--cds-spacing-09, 3rem) + var(--cds-spacing-08, 2.5rem)));
2599
2599
  }
2600
- .exp--tearsheet.exp--tearsheet--stacked-1-of-2 .exp--tearsheet__container--lower, .exp--tearsheet.exp--tearsheet--stacked-2-of-3 .exp--tearsheet__container--lower {
2600
+ .c4p--tearsheet.c4p--tearsheet--stacked-1-of-2 .c4p--tearsheet__container--lower, .c4p--tearsheet.c4p--tearsheet--stacked-2-of-3 .c4p--tearsheet__container--lower {
2601
2601
  max-height: calc(
2602
2602
  100% - (var(--cds-spacing-09, 3rem) + var(--cds-spacing-08, 2.5rem)) + var(--cds-spacing-05, 1rem)
2603
2603
  );
2604
2604
  }
2605
- .exp--tearsheet.exp--tearsheet--stacked-1-of-3 .exp--tearsheet__container--lower {
2605
+ .c4p--tearsheet.c4p--tearsheet--stacked-1-of-3 .c4p--tearsheet__container--lower {
2606
2606
  max-height: calc(100% - (var(--cds-spacing-09, 3rem) + var(--cds-spacing-08, 2.5rem)) + (2 * var(--cds-spacing-05, 1rem)));
2607
2607
  }
2608
- .exp--tearsheet.exp--tearsheet--wide .exp--tearsheet__container {
2608
+ .c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__container {
2609
2609
  width: 100%;
2610
2610
  }
2611
2611
  @media (min-width: 42rem) {
2612
- .exp--tearsheet.exp--tearsheet--wide .exp--tearsheet__container {
2612
+ .c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__container {
2613
2613
  width: calc(100% - (2 * var(--cds-spacing-10, 4rem)));
2614
2614
  }
2615
2615
  }
2616
- .exp--tearsheet.exp--tearsheet--stacked-1-of-2.is-visible .exp--tearsheet__container, .exp--tearsheet.exp--tearsheet--stacked-2-of-3.is-visible .exp--tearsheet__container {
2617
- transform: scale(var(--exp--tearsheet--stacking-scale-factor-single));
2616
+ .c4p--tearsheet.c4p--tearsheet--stacked-1-of-2.is-visible .c4p--tearsheet__container, .c4p--tearsheet.c4p--tearsheet--stacked-2-of-3.is-visible .c4p--tearsheet__container {
2617
+ transform: scale(var(--c4p--tearsheet--stacking-scale-factor-single));
2618
2618
  }
2619
- .exp--tearsheet.exp--tearsheet--stacked-1-of-3.is-visible .exp--tearsheet__container {
2620
- transform: scale(var(--exp--tearsheet--stacking-scale-factor-double));
2619
+ .c4p--tearsheet.c4p--tearsheet--stacked-1-of-3.is-visible .c4p--tearsheet__container {
2620
+ transform: scale(var(--c4p--tearsheet--stacking-scale-factor-double));
2621
2621
  }
2622
- .exp--tearsheet.exp--tearsheet--wide .exp--tearsheet__header {
2622
+ .c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__header {
2623
2623
  padding: var(--cds-spacing-06, 1.5rem) var(--cds-spacing-07, 2rem);
2624
2624
  border-bottom: 1px solid var(--cds-ui-03, #e0e0e0);
2625
2625
  margin: 0;
2626
2626
  }
2627
- .exp--tearsheet.exp--tearsheet--wide .exp--tearsheet__header--with-nav {
2627
+ .c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__header--with-nav {
2628
2628
  padding-bottom: 0;
2629
2629
  }
2630
- .exp--tearsheet.exp--tearsheet--narrow .exp--tearsheet__header {
2630
+ .c4p--tearsheet.c4p--tearsheet--narrow .c4p--tearsheet__header {
2631
2631
  padding: var(--cds-spacing-05, 1rem);
2632
2632
  margin: 0;
2633
2633
  }
2634
- .exp--tearsheet.exp--tearsheet--wide .exp--tearsheet__header--with-close-icon {
2634
+ .c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__header--with-close-icon {
2635
2635
  padding-right: var(--cds-spacing-05, 1rem);
2636
2636
  margin-right: var(--cds-spacing-09, 3rem);
2637
2637
  }
2638
- .exp--tearsheet .exp--tearsheet__header-content {
2638
+ .c4p--tearsheet .c4p--tearsheet__header-content {
2639
2639
  display: flex;
2640
2640
  justify-content: space-between;
2641
2641
  }
2642
- .exp--tearsheet .exp--tearsheet__header-fields {
2642
+ .c4p--tearsheet .c4p--tearsheet__header-fields {
2643
2643
  flex: 1 1 100%;
2644
2644
  }
2645
- .exp--tearsheet .exp--tearsheet__header-actions {
2645
+ .c4p--tearsheet .c4p--tearsheet__header-actions {
2646
2646
  flex: 0 0 auto;
2647
2647
  padding-left: var(--cds-spacing-06, 1.5rem);
2648
2648
  }
2649
- .exp--tearsheet .exp--tearsheet__header-actions .bx--btn-set .bx--btn:not(:first-of-type) {
2649
+ .c4p--tearsheet .c4p--tearsheet__header-actions .bx--btn-set .bx--btn:not(:first-of-type) {
2650
2650
  margin-left: var(--cds-spacing-03, 0.5rem);
2651
2651
  }
2652
- .exp--tearsheet .exp--tearsheet__header--no-close-icon {
2652
+ .c4p--tearsheet .c4p--tearsheet__header--no-close-icon {
2653
2653
  display: none;
2654
2654
  }
2655
- .exp--tearsheet.exp--tearsheet--wide .bx--modal-header__heading.exp--tearsheet__heading {
2655
+ .c4p--tearsheet.c4p--tearsheet--wide .bx--modal-header__heading.c4p--tearsheet__heading {
2656
2656
  font-size: var(--cds-productive-heading-04-font-size, 1.75rem);
2657
2657
  font-weight: var(--cds-productive-heading-04-font-weight, 400);
2658
2658
  line-height: var(--cds-productive-heading-04-line-height, 1.28572);
2659
2659
  letter-spacing: var(--cds-productive-heading-04-letter-spacing, 0);
2660
2660
  }
2661
- .exp--tearsheet .exp--tearsheet__header-description {
2661
+ .c4p--tearsheet .c4p--tearsheet__header-description {
2662
2662
  display: -webkit-box;
2663
2663
  overflow: hidden;
2664
2664
  max-width: 100%;
@@ -2671,124 +2671,124 @@
2671
2671
  -webkit-line-clamp: 2;
2672
2672
  }
2673
2673
  @media (min-width: 42rem) {
2674
- .exp--tearsheet .exp--tearsheet__header-description {
2674
+ .c4p--tearsheet .c4p--tearsheet__header-description {
2675
2675
  max-width: 60%;
2676
2676
  }
2677
2677
  }
2678
- .exp--tearsheet.exp--tearsheet--wide .exp--tearsheet__header-description {
2678
+ .c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__header-description {
2679
2679
  margin-top: var(--cds-spacing-03, 0.5rem);
2680
2680
  }
2681
- .exp--tearsheet .exp--tearsheet__header-navigation {
2681
+ .c4p--tearsheet .c4p--tearsheet__header-navigation {
2682
2682
  margin: var(--cds-spacing-04, 0.75rem) 0 0;
2683
2683
  }
2684
- .exp--tearsheet.exp--tearsheet .exp--tearsheet__body {
2684
+ .c4p--tearsheet.c4p--tearsheet .c4p--tearsheet__body {
2685
2685
  display: flex;
2686
2686
  flex-direction: row;
2687
2687
  padding: 0;
2688
2688
  margin: 0;
2689
2689
  }
2690
- .exp--tearsheet .exp--tearsheet__resize-detector {
2690
+ .c4p--tearsheet .c4p--tearsheet__resize-detector {
2691
2691
  width: 100%;
2692
2692
  height: 0;
2693
2693
  }
2694
- .exp--tearsheet .exp--tearsheet__influencer {
2694
+ .c4p--tearsheet .c4p--tearsheet__influencer {
2695
2695
  flex: 0 0 257px;
2696
2696
  border-right: 1px solid var(--cds-ui-03, #e0e0e0);
2697
2697
  overflow-y: auto;
2698
2698
  }
2699
- .exp--tearsheet .exp--tearsheet__influencer--wide {
2699
+ .c4p--tearsheet .c4p--tearsheet__influencer--wide {
2700
2700
  flex-basis: 321px;
2701
2701
  }
2702
- .exp--tearsheet .exp--tearsheet__right {
2702
+ .c4p--tearsheet .c4p--tearsheet__right {
2703
2703
  display: grid;
2704
2704
  flex-grow: 1;
2705
2705
  grid-template-columns: 100%;
2706
2706
  grid-template-rows: 1fr auto;
2707
2707
  }
2708
- .exp--tearsheet .exp--tearsheet__main {
2708
+ .c4p--tearsheet .c4p--tearsheet__main {
2709
2709
  display: flex;
2710
2710
  flex-direction: row;
2711
2711
  grid-column: 1/-1;
2712
2712
  grid-row: 1/-1;
2713
2713
  }
2714
- .exp--tearsheet .exp--tearsheet__main .exp--tearsheet__influencer {
2714
+ .c4p--tearsheet .c4p--tearsheet__main .c4p--tearsheet__influencer {
2715
2715
  border-right: none;
2716
2716
  border-left: 1px solid var(--cds-ui-03, #e0e0e0);
2717
2717
  }
2718
- .exp--tearsheet .exp--tearsheet__content {
2718
+ .c4p--tearsheet .c4p--tearsheet__content {
2719
2719
  overflow: auto;
2720
2720
  flex-grow: 1;
2721
2721
  }
2722
- .exp--tearsheet.exp--tearsheet--wide .exp--tearsheet__content {
2722
+ .c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__content {
2723
2723
  background: var(--cds-ui-background, #ffffff);
2724
2724
  }
2725
- .exp--tearsheet.exp--tearsheet--wide .exp--tearsheet__content .bx--pagination,
2726
- .exp--tearsheet.exp--tearsheet--wide .exp--tearsheet__content .bx--pagination__control-buttons,
2727
- .exp--tearsheet.exp--tearsheet--wide .exp--tearsheet__content .bx--text-input,
2728
- .exp--tearsheet.exp--tearsheet--wide .exp--tearsheet__content .bx--text-area,
2729
- .exp--tearsheet.exp--tearsheet--wide .exp--tearsheet__content .bx--search-input,
2730
- .exp--tearsheet.exp--tearsheet--wide .exp--tearsheet__content .bx--select-input,
2731
- .exp--tearsheet.exp--tearsheet--wide .exp--tearsheet__content .bx--dropdown,
2732
- .exp--tearsheet.exp--tearsheet--wide .exp--tearsheet__content .bx--dropdown-list,
2733
- .exp--tearsheet.exp--tearsheet--wide .exp--tearsheet__content .bx--number input[type=number],
2734
- .exp--tearsheet.exp--tearsheet--wide .exp--tearsheet__content .bx--date-picker__input {
2725
+ .c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__content .bx--pagination,
2726
+ .c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__content .bx--pagination__control-buttons,
2727
+ .c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__content .bx--text-input,
2728
+ .c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__content .bx--text-area,
2729
+ .c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__content .bx--search-input,
2730
+ .c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__content .bx--select-input,
2731
+ .c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__content .bx--dropdown,
2732
+ .c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__content .bx--dropdown-list,
2733
+ .c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__content .bx--number input[type=number],
2734
+ .c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__content .bx--date-picker__input {
2735
2735
  background-color: var(--cds-field-01, #f4f4f4);
2736
2736
  }
2737
- .exp--tearsheet.exp--tearsheet--wide .exp--tearsheet__content .bx--text-input--light,
2738
- .exp--tearsheet.exp--tearsheet--wide .exp--tearsheet__content .bx--text-area--light,
2739
- .exp--tearsheet.exp--tearsheet--wide .exp--tearsheet__content .bx--search--light .bx--search-input,
2740
- .exp--tearsheet.exp--tearsheet--wide .exp--tearsheet__content .bx--select--light .bx--select-input,
2741
- .exp--tearsheet.exp--tearsheet--wide .exp--tearsheet__content .bx--dropdown--light,
2742
- .exp--tearsheet.exp--tearsheet--wide .exp--tearsheet__content .bx--dropdown--light .bx--dropdown-list,
2743
- .exp--tearsheet.exp--tearsheet--wide .exp--tearsheet__content .bx--number--light input[type=number],
2744
- .exp--tearsheet.exp--tearsheet--wide .exp--tearsheet__content .bx--date-picker--light .bx--date-picker__input {
2737
+ .c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__content .bx--text-input--light,
2738
+ .c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__content .bx--text-area--light,
2739
+ .c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__content .bx--search--light .bx--search-input,
2740
+ .c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__content .bx--select--light .bx--select-input,
2741
+ .c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__content .bx--dropdown--light,
2742
+ .c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__content .bx--dropdown--light .bx--dropdown-list,
2743
+ .c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__content .bx--number--light input[type=number],
2744
+ .c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__content .bx--date-picker--light .bx--date-picker__input {
2745
2745
  background-color: var(--cds-field-02, #ffffff);
2746
2746
  }
2747
- .exp--tearsheet .exp--tearsheet__button-container {
2747
+ .c4p--tearsheet .c4p--tearsheet__button-container {
2748
2748
  grid-column: 1/-1;
2749
2749
  grid-row: -1/-1;
2750
2750
  overflow-x: auto;
2751
2751
  }
2752
- .exp--tearsheet .exp--tearsheet__buttons {
2752
+ .c4p--tearsheet .c4p--tearsheet__buttons {
2753
2753
  display: inline-flex;
2754
2754
  min-width: 100%;
2755
2755
  border-top: 1px solid var(--cds-ui-03, #e0e0e0);
2756
2756
  }
2757
- .exp--tearsheet.exp--tearsheet--wide .exp--tearsheet__buttons {
2757
+ .c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__buttons {
2758
2758
  background: var(--cds-ui-background, #ffffff);
2759
2759
  }
2760
2760
 
2761
- .exp--create-tearsheet-narrow .bx--modal-header__heading,
2762
- .exp--create-tearsheet-narrow .bx--modal-header__label,
2763
- .exp--create-tearsheet-narrow .exp--tearsheet__header-description {
2761
+ .c4p--create-tearsheet-narrow .bx--modal-header__heading,
2762
+ .c4p--create-tearsheet-narrow .bx--modal-header__label,
2763
+ .c4p--create-tearsheet-narrow .c4p--tearsheet__header-description {
2764
2764
  max-width: 100%;
2765
2765
  padding-right: calc(20% - var(--cds-spacing-05, 1rem));
2766
2766
  }
2767
2767
 
2768
- .exp--create-tearsheet-narrow .exp--tearsheet__header-description {
2768
+ .c4p--create-tearsheet-narrow .c4p--tearsheet__header-description {
2769
2769
  margin-top: var(--cds-spacing-02, 0.25rem);
2770
2770
  }
2771
2771
 
2772
- .exp--create-tearsheet-narrow .exp--tearsheet__header {
2772
+ .c4p--create-tearsheet-narrow .c4p--tearsheet__header {
2773
2773
  border-bottom: 1px solid var(--cds-decorative-01, #e0e0e0);
2774
2774
  }
2775
2775
 
2776
- .exp--create-tearsheet-narrow .exp--tearsheet__content {
2776
+ .c4p--create-tearsheet-narrow .c4p--tearsheet__content {
2777
2777
  padding: var(--cds-spacing-05, 1rem);
2778
2778
  }
2779
2779
 
2780
- .exp--create-tearsheet-narrow .exp--create-tearsheet-narrow__form {
2780
+ .c4p--create-tearsheet-narrow .c4p--create-tearsheet-narrow__form {
2781
2781
  padding-top: var(--cds-spacing-05, 1rem);
2782
2782
  }
2783
2783
 
2784
- .exp--create-tearsheet-narrow .exp--create-tearsheet-narrow__form > * {
2784
+ .c4p--create-tearsheet-narrow .c4p--create-tearsheet-narrow__form > * {
2785
2785
  margin-bottom: var(--cds-spacing-05, 1rem);
2786
2786
  }
2787
- .exp--create-tearsheet-narrow .exp--create-tearsheet-narrow__form > *:last-child {
2787
+ .c4p--create-tearsheet-narrow .c4p--create-tearsheet-narrow__form > *:last-child {
2788
2788
  margin-bottom: 0;
2789
2789
  }
2790
2790
 
2791
- .exp--create-tearsheet-narrow .exp--create-tearsheet-narrow__form-title-text {
2791
+ .c4p--create-tearsheet-narrow .c4p--create-tearsheet-narrow__form-title-text {
2792
2792
  font-size: var(--cds-productive-heading-02-font-size, 1rem);
2793
2793
  font-weight: var(--cds-productive-heading-02-font-weight, 600);
2794
2794
  line-height: var(--cds-productive-heading-02-line-height, 1.375);
@@ -2796,7 +2796,7 @@
2796
2796
  padding-bottom: var(--cds-spacing-03, 0.5rem);
2797
2797
  }
2798
2798
 
2799
- .exp--create-tearsheet-narrow .exp--create-tearsheet-narrow__form-description-text {
2799
+ .c4p--create-tearsheet-narrow .c4p--create-tearsheet-narrow__form-description-text {
2800
2800
  font-size: var(--cds-body-long-01-font-size, 0.875rem);
2801
2801
  font-weight: var(--cds-body-long-01-font-weight, 400);
2802
2802
  line-height: var(--cds-body-long-01-line-height, 1.42857);
@@ -3217,20 +3217,20 @@
3217
3217
  transform: translateY(0);
3218
3218
  }
3219
3219
  }
3220
- .exp--tearsheet-create {
3221
- --exp--tearsheet-create--total-width: 0;
3220
+ .c4p--tearsheet-create {
3221
+ --c4p--tearsheet-create--total-width: 0;
3222
3222
  }
3223
3223
 
3224
- .exp--tearsheet-create .exp--tearsheet-create__step--hidden-step,
3225
- .exp--tearsheet-create .exp--tearsheet-create__step--hidden-section {
3224
+ .c4p--tearsheet-create .c4p--tearsheet-create__step--hidden-step,
3225
+ .c4p--tearsheet-create .c4p--tearsheet-create__step--hidden-section {
3226
3226
  display: none;
3227
3227
  }
3228
3228
 
3229
- .exp--tearsheet-create .exp--tearsheet-create__step--visible-section {
3229
+ .c4p--tearsheet-create .c4p--tearsheet-create__step--visible-section {
3230
3230
  display: block;
3231
3231
  }
3232
3232
 
3233
- .exp--tearsheet-create .exp--tearsheet-create__step--visible-step {
3233
+ .c4p--tearsheet-create .c4p--tearsheet-create__step--visible-step {
3234
3234
  animation: 400ms stepContentEntrance;
3235
3235
  animation-fill-mode: forwards;
3236
3236
  animation-timing-function: cubic-bezier(0.2, 0, 0.38, 0.9);
@@ -3238,51 +3238,51 @@
3238
3238
  }
3239
3239
 
3240
3240
  @media (prefers-reduced-motion) {
3241
- .exp--tearsheet-create .exp--tearsheet-create__step--visible-step {
3241
+ .c4p--tearsheet-create .c4p--tearsheet-create__step--visible-step {
3242
3242
  animation: none;
3243
3243
  opacity: 1;
3244
3244
  }
3245
3245
  }
3246
- .exp--tearsheet-create .exp--tearsheet-create__content {
3246
+ .c4p--tearsheet-create .c4p--tearsheet-create__content {
3247
3247
  height: 100%;
3248
3248
  padding: var(--cds-spacing-06, 1.5rem);
3249
3249
  overflow-x: hidden;
3250
3250
  }
3251
3251
 
3252
- .exp--tearsheet-create .exp--tearsheet-create__content .bx--grid {
3252
+ .c4p--tearsheet-create .c4p--tearsheet-create__content .bx--grid {
3253
3253
  padding: 0;
3254
3254
  margin: 0;
3255
3255
  }
3256
3256
 
3257
- .exp--tearsheet-create .exp--tearsheet-create__step--heading {
3257
+ .c4p--tearsheet-create .c4p--tearsheet-create__step--heading {
3258
3258
  padding-bottom: var(--cds-spacing-06, 1.5rem);
3259
3259
  }
3260
3260
 
3261
- .exp--tearsheet-create .bx--btn-set .bx--btn.bx--btn--disabled {
3261
+ .c4p--tearsheet-create .bx--btn-set .bx--btn.bx--btn--disabled {
3262
3262
  box-shadow: -0.0625rem 0 0 0 var(--cds-button-separator, #e0e0e0);
3263
3263
  }
3264
3264
 
3265
- .exp--tearsheet-create .bx--side-nav--ux {
3265
+ .c4p--tearsheet-create .bx--side-nav--ux {
3266
3266
  position: initial;
3267
3267
  background-color: transparent;
3268
3268
  }
3269
3269
 
3270
- .exp--tearsheet-create .exp--tearsheet-create__section--divider {
3270
+ .c4p--tearsheet-create .c4p--tearsheet-create__section--divider {
3271
3271
  position: relative;
3272
3272
  display: block;
3273
- width: var(--exp--tearsheet-create--total-width);
3273
+ width: var(--c4p--tearsheet-create--total-width);
3274
3274
  height: 1px;
3275
3275
  margin: var(--cds-spacing-06, 1.5rem) calc(-1 * var(--cds-spacing-08, 2.5rem)) var(--cds-spacing-07, 2rem) calc(-1 * var(--cds-spacing-06, 1.5rem));
3276
3276
  background-color: var(--cds-ui-03, #e0e0e0);
3277
3277
  }
3278
3278
 
3279
- .exp--tearsheet-create .exp--tearsheet-create__step--title,
3280
- .exp--tearsheet-create .exp--tearsheet-create__section--title {
3279
+ .c4p--tearsheet-create .c4p--tearsheet-create__step--title,
3280
+ .c4p--tearsheet-create .c4p--tearsheet-create__section--title {
3281
3281
  margin-bottom: var(--cds-spacing-05, 1rem);
3282
3282
  }
3283
3283
 
3284
- .exp--tearsheet-create .exp--tearsheet-create__section--subtitle,
3285
- .exp--tearsheet-create .exp--tearsheet-create__step--subtitle {
3284
+ .c4p--tearsheet-create .c4p--tearsheet-create__section--subtitle,
3285
+ .c4p--tearsheet-create .c4p--tearsheet-create__step--subtitle {
3286
3286
  font-size: var(--cds-productive-heading-01-font-size, 0.875rem);
3287
3287
  font-weight: var(--cds-productive-heading-01-font-weight, 600);
3288
3288
  line-height: var(--cds-productive-heading-01-line-height, 1.28572);
@@ -3290,8 +3290,8 @@
3290
3290
  margin-bottom: var(--cds-spacing-03, 0.5rem);
3291
3291
  }
3292
3292
 
3293
- .exp--tearsheet-create .exp--tearsheet-create__section--description,
3294
- .exp--tearsheet-create .exp--tearsheet-create__step--description {
3293
+ .c4p--tearsheet-create .c4p--tearsheet-create__section--description,
3294
+ .c4p--tearsheet-create .c4p--tearsheet-create__step--description {
3295
3295
  font-size: var(--cds-body-long-01-font-size, 0.875rem);
3296
3296
  font-weight: var(--cds-body-long-01-font-weight, 400);
3297
3297
  line-height: var(--cds-body-long-01-line-height, 1.42857);
@@ -3299,11 +3299,11 @@
3299
3299
  margin-bottom: var(--cds-spacing-06, 1.5rem);
3300
3300
  }
3301
3301
 
3302
- .exp--tearsheet-create .bx--fieldset {
3302
+ .c4p--tearsheet-create .bx--fieldset {
3303
3303
  margin-bottom: 0;
3304
3304
  }
3305
3305
 
3306
- .exp--tearsheet-create .exp--tearsheet-create__step--fieldset > * {
3306
+ .c4p--tearsheet-create .c4p--tearsheet-create__step--fieldset > * {
3307
3307
  margin-bottom: var(--cds-spacing-05, 1rem);
3308
3308
  }
3309
3309
 
@@ -3376,46 +3376,46 @@
3376
3376
  /* stylelint-disable-line no-invalid-position-at-import-rule */
3377
3377
  /* stylelint-disable-line no-invalid-position-at-import-rule */
3378
3378
  /* stylelint-disable-line no-invalid-position-at-import-rule */
3379
- .exp--empty-state {
3379
+ .c4p--empty-state {
3380
3380
  color: var(--cds-text-01, #161616);
3381
3381
  }
3382
- .exp--empty-state .exp--empty-state__header,
3383
- .exp--empty-state .exp--empty-state__subtitle {
3382
+ .c4p--empty-state .c4p--empty-state__header,
3383
+ .c4p--empty-state .c4p--empty-state__subtitle {
3384
3384
  padding-bottom: var(--cds-spacing-02, 0.25rem);
3385
3385
  margin: 0;
3386
3386
  }
3387
- .exp--empty-state .exp--empty-state__header--small {
3387
+ .c4p--empty-state .c4p--empty-state__header--small {
3388
3388
  font-size: var(--cds-productive-heading-03-font-size, 1.25rem);
3389
3389
  font-weight: var(--cds-productive-heading-03-font-weight, 400);
3390
3390
  line-height: var(--cds-productive-heading-03-line-height, 1.4);
3391
3391
  letter-spacing: var(--cds-productive-heading-03-letter-spacing, 0);
3392
3392
  }
3393
- .exp--empty-state .exp--empty-state__subtitle--small {
3393
+ .c4p--empty-state .c4p--empty-state__subtitle--small {
3394
3394
  font-size: var(--cds-body-short-01-font-size, 0.875rem);
3395
3395
  font-weight: var(--cds-body-short-01-font-weight, 400);
3396
3396
  line-height: var(--cds-body-short-01-line-height, 1.28572);
3397
3397
  letter-spacing: var(--cds-body-short-01-letter-spacing, 0.16px);
3398
3398
  }
3399
3399
 
3400
- .exp--empty-state__illustration.exp--empty-state__illustration--lg {
3400
+ .c4p--empty-state__illustration.c4p--empty-state__illustration--lg {
3401
3401
  min-width: var(--cds-spacing-11, 5rem);
3402
3402
  max-width: var(--cds-spacing-11, 5rem);
3403
3403
  }
3404
- .exp--empty-state__illustration.exp--empty-state__illustration--sm {
3404
+ .c4p--empty-state__illustration.c4p--empty-state__illustration--sm {
3405
3405
  min-width: var(--cds-spacing-10, 4rem);
3406
3406
  max-width: var(--cds-spacing-10, 4rem);
3407
3407
  }
3408
3408
 
3409
- .exp--empty-state__action-button,
3410
- .exp--empty-state__link {
3409
+ .c4p--empty-state__action-button,
3410
+ .c4p--empty-state__link {
3411
3411
  margin-top: var(--cds-spacing-06, 1.5rem);
3412
3412
  }
3413
3413
 
3414
- .exp--empty-state .exp--empty-state__action-button {
3414
+ .c4p--empty-state .c4p--empty-state__action-button {
3415
3415
  display: block;
3416
3416
  }
3417
3417
 
3418
- .exp--empty-state .exp--empty-state__link {
3418
+ .c4p--empty-state .c4p--empty-state__link {
3419
3419
  display: block;
3420
3420
  }
3421
3421
 
@@ -3652,37 +3652,37 @@
3652
3652
  stroke-dashoffset: 276.4608;
3653
3653
  }
3654
3654
  }
3655
- .exp--export-modal .bx--modal-footer .bx--btn {
3655
+ .c4p--export-modal .bx--modal-footer .bx--btn {
3656
3656
  max-width: none;
3657
3657
  }
3658
3658
 
3659
- .exp--export-modal.bx--modal .bx--modal-content {
3659
+ .c4p--export-modal.bx--modal .bx--modal-content {
3660
3660
  padding-right: var(--cds-spacing-05, 1rem);
3661
3661
  }
3662
3662
 
3663
- .exp--export-modal .bx--modal-close {
3663
+ .c4p--export-modal .bx--modal-close {
3664
3664
  display: none;
3665
3665
  }
3666
3666
 
3667
- .exp--export-modal__body {
3667
+ .c4p--export-modal__body {
3668
3668
  padding-right: calc(20% - var(--cds-spacing-05, 1rem));
3669
3669
  margin-bottom: var(--cds-spacing-05, 1rem);
3670
3670
  }
3671
3671
 
3672
- .exp--export-modal__messaging {
3672
+ .c4p--export-modal__messaging {
3673
3673
  display: flex;
3674
3674
  align-items: center;
3675
3675
  }
3676
3676
 
3677
- .exp--export-modal__messaging p {
3677
+ .c4p--export-modal__messaging p {
3678
3678
  margin-left: var(--cds-spacing-03, 0.5rem);
3679
3679
  }
3680
3680
 
3681
- .exp--export-modal__checkmark-icon {
3681
+ .c4p--export-modal__checkmark-icon {
3682
3682
  fill: var(--cds-interactive-01, #0f62fe);
3683
3683
  }
3684
3684
 
3685
- .exp--export-modal__error-icon {
3685
+ .c4p--export-modal__error-icon {
3686
3686
  fill: var(--cds-danger, #da1e28);
3687
3687
  }
3688
3688
 
@@ -3760,61 +3760,61 @@
3760
3760
  /* stylelint-disable-line no-invalid-position-at-import-rule */
3761
3761
  /* stylelint-disable-line no-invalid-position-at-import-rule */
3762
3762
  /* stylelint-disable-line no-invalid-position-at-import-rule */
3763
- .exp--card {
3763
+ .c4p--card {
3764
3764
  background: var(--cds-ui-01, #f4f4f4);
3765
3765
  color: var(--cds-text-01, #161616);
3766
3766
  }
3767
3767
 
3768
- .exp--card__clickable {
3768
+ .c4p--card__clickable {
3769
3769
  cursor: pointer;
3770
3770
  transition: background 110ms;
3771
3771
  }
3772
3772
 
3773
- .exp--card__clickable:hover {
3773
+ .c4p--card__clickable:hover {
3774
3774
  background: var(--cds-hover-ui, #e5e5e5);
3775
3775
  }
3776
3776
 
3777
- .exp--card__media-left {
3777
+ .c4p--card__media-left {
3778
3778
  display: flex;
3779
3779
  flex-direction: row;
3780
3780
  }
3781
3781
 
3782
- .exp--card__media-left .exp--card__content-container {
3782
+ .c4p--card__media-left .c4p--card__content-container {
3783
3783
  display: flex;
3784
3784
  flex: 1;
3785
3785
  flex-direction: column;
3786
3786
  }
3787
3787
 
3788
- .exp--card__media-left .exp--card__footer {
3788
+ .c4p--card__media-left .c4p--card__footer {
3789
3789
  align-self: flex-end;
3790
3790
  margin-top: auto;
3791
3791
  }
3792
3792
 
3793
- .exp--card__media > * {
3793
+ .c4p--card__media > * {
3794
3794
  display: block;
3795
3795
  max-width: 100%;
3796
3796
  }
3797
3797
 
3798
- .exp--card__header {
3798
+ .c4p--card__header {
3799
3799
  padding: var(--cds-spacing-05, 1rem);
3800
3800
  }
3801
3801
 
3802
- .exp--card__header-label-only {
3802
+ .c4p--card__header-label-only {
3803
3803
  padding-bottom: var(--cds-spacing-03, 0.5rem);
3804
3804
  }
3805
3805
 
3806
- .exp--card__header-label-only .exp--card__label {
3806
+ .c4p--card__header-label-only .c4p--card__label {
3807
3807
  margin-bottom: 0;
3808
3808
  }
3809
3809
 
3810
- .exp--card__header-container {
3810
+ .c4p--card__header-container {
3811
3811
  display: flex;
3812
3812
  flex-direction: row;
3813
3813
  align-items: center;
3814
3814
  justify-content: space-between;
3815
3815
  }
3816
3816
 
3817
- .exp--card__label {
3817
+ .c4p--card__label {
3818
3818
  font-size: var(--cds-label-01-font-size, 0.75rem);
3819
3819
  font-weight: var(--cds-label-01-font-weight, 400);
3820
3820
  line-height: var(--cds-label-01-line-height, 1.33333);
@@ -3822,7 +3822,7 @@
3822
3822
  margin-bottom: var(--cds-spacing-01, 0.125rem);
3823
3823
  }
3824
3824
 
3825
- .exp--card__description {
3825
+ .c4p--card__description {
3826
3826
  font-size: var(--cds-caption-01-font-size, 0.75rem);
3827
3827
  font-weight: var(--cds-caption-01-font-weight, 400);
3828
3828
  line-height: var(--cds-caption-01-line-height, 1.33333);
@@ -3830,7 +3830,7 @@
3830
3830
  margin-top: var(--cds-spacing-01, 0.125rem);
3831
3831
  }
3832
3832
 
3833
- .exp--card__body {
3833
+ .c4p--card__body {
3834
3834
  font-size: var(--cds-body-short-01-font-size, 0.875rem);
3835
3835
  font-weight: var(--cds-body-short-01-font-weight, 400);
3836
3836
  line-height: var(--cds-body-short-01-line-height, 1.28572);
@@ -3839,33 +3839,33 @@
3839
3839
  padding-top: 0;
3840
3840
  }
3841
3841
 
3842
- .exp--card__footer {
3842
+ .c4p--card__footer {
3843
3843
  display: flex;
3844
3844
  justify-content: flex-end;
3845
3845
  }
3846
3846
 
3847
- .exp--card__actions {
3847
+ .c4p--card__actions {
3848
3848
  display: flex;
3849
3849
  flex-direction: row;
3850
3850
  margin: var(--cds-spacing-05, 1rem);
3851
3851
  margin-top: 0;
3852
3852
  }
3853
3853
 
3854
- .exp--card__icon {
3854
+ .c4p--card__icon {
3855
3855
  cursor: pointer;
3856
3856
  }
3857
3857
 
3858
- .exp--card__link {
3858
+ .c4p--card__link {
3859
3859
  color: inherit;
3860
3860
  text-decoration: inherit;
3861
3861
  }
3862
3862
 
3863
- .exp--card__pictogram {
3863
+ .c4p--card__pictogram {
3864
3864
  padding-top: var(--cds-spacing-05, 1rem);
3865
3865
  padding-left: var(--cds-spacing-05, 1rem);
3866
3866
  }
3867
3867
 
3868
- .exp--card__title {
3868
+ .c4p--card__title {
3869
3869
  font-size: var(--cds-productive-heading-03-font-size, 1.25rem);
3870
3870
  font-weight: var(--cds-productive-heading-03-font-weight, 400);
3871
3871
  line-height: var(--cds-productive-heading-03-line-height, 1.4);
@@ -3896,7 +3896,7 @@
3896
3896
  /* stylelint-disable-line no-invalid-position-at-import-rule */
3897
3897
  /* stylelint-disable-line no-invalid-position-at-import-rule */
3898
3898
  /* stylelint-disable-line no-invalid-position-at-import-rule */
3899
- .exp--http-errors .exp--http-errors__content {
3899
+ .c4p--http-errors .c4p--http-errors__content {
3900
3900
  position: fixed;
3901
3901
  z-index: 2;
3902
3902
  top: 50%;
@@ -3904,12 +3904,12 @@
3904
3904
  transform: translate(-50%, -150%);
3905
3905
  }
3906
3906
  @media (min-width: 42rem) {
3907
- .exp--http-errors .exp--http-errors__content {
3907
+ .c4p--http-errors .c4p--http-errors__content {
3908
3908
  transform: translate(-50%, -50%);
3909
3909
  }
3910
3910
  }
3911
3911
 
3912
- .exp--http-errors .exp--http-errors__error-code-label {
3912
+ .c4p--http-errors .c4p--http-errors__error-code-label {
3913
3913
  font-size: var(--cds-productive-heading-02-font-size, 1rem);
3914
3914
  font-weight: var(--cds-productive-heading-02-font-weight, 600);
3915
3915
  line-height: var(--cds-productive-heading-02-line-height, 1.375);
@@ -3917,7 +3917,7 @@
3917
3917
  margin-bottom: var(--cds-spacing-02, 0.25rem);
3918
3918
  }
3919
3919
 
3920
- .exp--http-errors .exp--http-errors__title {
3920
+ .c4p--http-errors .c4p--http-errors__title {
3921
3921
  font-size: var(--cds-productive-heading-05-font-size, 2rem);
3922
3922
  font-weight: var(--cds-productive-heading-05-font-weight, 400);
3923
3923
  line-height: var(--cds-productive-heading-05-line-height, 1.25);
@@ -3925,7 +3925,7 @@
3925
3925
  margin-bottom: var(--cds-spacing-04, 0.75rem);
3926
3926
  }
3927
3927
 
3928
- .exp--http-errors .exp--http-errors__description {
3928
+ .c4p--http-errors .c4p--http-errors__description {
3929
3929
  font-size: var(--cds-body-short-01-font-size, 0.875rem);
3930
3930
  font-weight: var(--cds-body-short-01-font-weight, 400);
3931
3931
  line-height: var(--cds-body-short-01-line-height, 1.28572);
@@ -3933,18 +3933,18 @@
3933
3933
  margin-bottom: var(--cds-spacing-06, 1.5rem);
3934
3934
  }
3935
3935
 
3936
- .exp--http-errors .exp--http-errors__error-code-label,
3937
- .exp--http-errors .exp--http-errors__title,
3938
- .exp--http-errors .exp--http-errors__description {
3936
+ .c4p--http-errors .c4p--http-errors__error-code-label,
3937
+ .c4p--http-errors .c4p--http-errors__title,
3938
+ .c4p--http-errors .c4p--http-errors__description {
3939
3939
  color: var(--cds-text-01, #161616);
3940
3940
  }
3941
3941
 
3942
- .exp--http-errors .exp--http-errors__link {
3942
+ .c4p--http-errors .c4p--http-errors__link {
3943
3943
  display: block;
3944
3944
  margin-bottom: var(--cds-spacing-02, 0.25rem);
3945
3945
  }
3946
3946
 
3947
- .exp--http-errors .exp--http-errors__image {
3947
+ .c4p--http-errors .c4p--http-errors__image {
3948
3948
  position: fixed;
3949
3949
  top: 50%;
3950
3950
  left: 50%;
@@ -3952,7 +3952,7 @@
3952
3952
  transform: translate(-50%, -40%);
3953
3953
  }
3954
3954
  @media (min-width: 42rem) {
3955
- .exp--http-errors .exp--http-errors__image {
3955
+ .c4p--http-errors .c4p--http-errors__image {
3956
3956
  transform: translate(-50%, -50%);
3957
3957
  }
3958
3958
  }
@@ -4220,15 +4220,15 @@
4220
4220
  /* stylelint-disable-line no-invalid-position-at-import-rule */
4221
4221
  /* stylelint-disable-line no-invalid-position-at-import-rule */
4222
4222
  /* stylelint-disable-line no-invalid-position-at-import-rule */
4223
- .exp--import-modal .bx--modal-close {
4223
+ .c4p--import-modal .bx--modal-close {
4224
4224
  display: none;
4225
4225
  }
4226
4226
 
4227
- .exp--import-modal .bx--modal-footer .bx--btn {
4227
+ .c4p--import-modal .bx--modal-footer .bx--btn {
4228
4228
  max-width: none;
4229
4229
  }
4230
4230
 
4231
- .exp--import-modal.bx--modal .bx--modal-content {
4231
+ .c4p--import-modal.bx--modal .bx--modal-content {
4232
4232
  padding-right: var(--cds-spacing-05, 1rem);
4233
4233
  }
4234
4234
 
@@ -4241,20 +4241,20 @@
4241
4241
  padding-right: calc(20% - var(--cds-spacing-05, 1rem));
4242
4242
  }
4243
4243
 
4244
- .exp--import-modal__input-group {
4244
+ .c4p--import-modal__input-group {
4245
4245
  display: flex;
4246
4246
  }
4247
4247
 
4248
- .exp--import-modal__import-button.bx--btn {
4248
+ .c4p--import-modal__import-button.bx--btn {
4249
4249
  margin-left: var(--cds-spacing-03, 0.5rem);
4250
4250
  }
4251
4251
 
4252
- .exp--import-modal__file-container {
4252
+ .c4p--import-modal__file-container {
4253
4253
  width: 100%;
4254
4254
  }
4255
4255
 
4256
- .exp--import-modal .exp--import-modal__file-drop-header,
4257
- .exp--import-modal .exp--import-modal__label {
4256
+ .c4p--import-modal .c4p--import-modal__file-drop-header,
4257
+ .c4p--import-modal .c4p--import-modal__label {
4258
4258
  margin-bottom: var(--cds-spacing-03, 0.5rem);
4259
4259
  font-size: var(--cds-productive-heading-01-font-size, 0.875rem);
4260
4260
  font-weight: var(--cds-productive-heading-01-font-weight, 600);
@@ -4262,7 +4262,7 @@
4262
4262
  letter-spacing: var(--cds-productive-heading-01-letter-spacing, 0.16px);
4263
4263
  }
4264
4264
 
4265
- .exp--import-modal__helper-text {
4265
+ .c4p--import-modal__helper-text {
4266
4266
  margin-top: var(--cds-spacing-06, 1.5rem);
4267
4267
  margin-bottom: var(--cds-spacing-03, 0.5rem);
4268
4268
  font-size: var(--cds-helper-text-01-font-size, 0.75rem);
@@ -4270,21 +4270,21 @@
4270
4270
  letter-spacing: var(--cds-helper-text-01-letter-spacing, 0.32px);
4271
4271
  }
4272
4272
 
4273
- .exp--import-modal__body {
4273
+ .c4p--import-modal__body {
4274
4274
  padding-right: calc(20% - var(--cds-spacing-05, 1rem));
4275
4275
  margin-bottom: var(--cds-spacing-06, 1.5rem);
4276
4276
  }
4277
4277
 
4278
- .exp--import-modal .bx--file__selected-file {
4278
+ .c4p--import-modal .bx--file__selected-file {
4279
4279
  max-width: none;
4280
4280
  background: var(--cds-ui-02, #ffffff);
4281
4281
  }
4282
4282
 
4283
- .exp--import-modal .bx--file {
4283
+ .c4p--import-modal .bx--file {
4284
4284
  margin-bottom: var(--cds-spacing-05, 1rem);
4285
4285
  }
4286
4286
 
4287
- .exp--import-modal .bx--text-input:disabled {
4287
+ .c4p--import-modal .bx--text-input:disabled {
4288
4288
  background: var(--cds-ui-02, #ffffff);
4289
4289
  }
4290
4290
 
@@ -4471,7 +4471,7 @@
4471
4471
  transform: translateY(-38.5rem);
4472
4472
  }
4473
4473
  }
4474
- .exp--notifications-panel__container {
4474
+ .c4p--notifications-panel__container {
4475
4475
  --cds-interactive-01: #0f62fe;
4476
4476
  --cds-interactive-02: #6f6f6f;
4477
4477
  --cds-interactive-03: #ffffff;
@@ -4908,7 +4908,7 @@
4908
4908
  transition: transform 110ms;
4909
4909
  transition-timing-function: cubic-bezier(0.2, 0, 0.38, 0.9);
4910
4910
  }
4911
- .exp--notifications-panel__container .exp--notifications-panel__header-container {
4911
+ .c4p--notifications-panel__container .c4p--notifications-panel__header-container {
4912
4912
  position: sticky;
4913
4913
  z-index: 2;
4914
4914
  top: 0;
@@ -4916,25 +4916,25 @@
4916
4916
  border-bottom: 1px solid var(--cds-ui-02, #ffffff);
4917
4917
  background-color: var(--cds-ui-background, #ffffff);
4918
4918
  }
4919
- .exp--notifications-panel__container .exp--notifications-panel__header-container .exp--notifications-panel__header-flex {
4919
+ .c4p--notifications-panel__container .c4p--notifications-panel__header-container .c4p--notifications-panel__header-flex {
4920
4920
  display: flex;
4921
4921
  align-items: center;
4922
4922
  justify-content: space-between;
4923
4923
  }
4924
- .exp--notifications-panel__container .exp--notifications-panel__header-container .exp--notifications-panel__do-not-disturb-toggle .bx--toggle__switch {
4924
+ .c4p--notifications-panel__container .c4p--notifications-panel__header-container .c4p--notifications-panel__do-not-disturb-toggle .bx--toggle__switch {
4925
4925
  margin-top: var(--cds-spacing-02, 0.25rem);
4926
4926
  }
4927
- .exp--notifications-panel__container .exp--notifications-panel__header-container .exp--notifications-panel__dismiss-button {
4927
+ .c4p--notifications-panel__container .c4p--notifications-panel__header-container .c4p--notifications-panel__dismiss-button {
4928
4928
  color: var(--cds-text-01, #161616);
4929
4929
  }
4930
- .exp--notifications-panel__container .exp--notifications-panel__header-container .exp--notifications-panel__header {
4930
+ .c4p--notifications-panel__container .c4p--notifications-panel__header-container .c4p--notifications-panel__header {
4931
4931
  font-size: var(--cds-productive-heading-01-font-size, 0.875rem);
4932
4932
  font-weight: var(--cds-productive-heading-01-font-weight, 600);
4933
4933
  line-height: var(--cds-productive-heading-01-line-height, 1.28572);
4934
4934
  letter-spacing: var(--cds-productive-heading-01-letter-spacing, 0.16px);
4935
4935
  margin: 0;
4936
4936
  }
4937
- .exp--notifications-panel__container .exp--notifications-panel__time-section-label {
4937
+ .c4p--notifications-panel__container .c4p--notifications-panel__time-section-label {
4938
4938
  font-size: var(--cds-label-01-font-size, 0.75rem);
4939
4939
  font-weight: var(--cds-label-01-font-weight, 400);
4940
4940
  line-height: var(--cds-label-01-line-height, 1.33333);
@@ -4947,20 +4947,20 @@
4947
4947
  background-color: var(--cds-ui-01, #f4f4f4);
4948
4948
  color: var(--cds-text-02, #525252);
4949
4949
  }
4950
- .exp--notifications-panel__container .exp--notifications-panel__notification:hover,
4951
- .exp--notifications-panel__container .exp--notifications-panel__notification:focus {
4950
+ .c4p--notifications-panel__container .c4p--notifications-panel__notification:hover,
4951
+ .c4p--notifications-panel__container .c4p--notifications-panel__notification:focus {
4952
4952
  background-color: var(--cds-ui-03, #e0e0e0);
4953
4953
  }
4954
- .exp--notifications-panel__container .exp--notifications-panel__notification:hover .exp--notifications-panel__dismiss-single-button,
4955
- .exp--notifications-panel__container .exp--notifications-panel__notification:focus .exp--notifications-panel__dismiss-single-button {
4954
+ .c4p--notifications-panel__container .c4p--notifications-panel__notification:hover .c4p--notifications-panel__dismiss-single-button,
4955
+ .c4p--notifications-panel__container .c4p--notifications-panel__notification:focus .c4p--notifications-panel__dismiss-single-button {
4956
4956
  opacity: 1;
4957
4957
  }
4958
- .exp--notifications-panel__container .exp--notifications-panel__notification:focus {
4958
+ .c4p--notifications-panel__container .c4p--notifications-panel__notification:focus {
4959
4959
  border-color: var(--cds-focus, #0f62fe);
4960
4960
  box-shadow: inset 0 0 0 2px var(--cds-focus, #0f62fe), inset 0 0 0 2px var(--cds-ui-background, #ffffff);
4961
4961
  outline: 0;
4962
4962
  }
4963
- .exp--notifications-panel__container .exp--notifications-panel__notification {
4963
+ .c4p--notifications-panel__container .c4p--notifications-panel__notification {
4964
4964
  position: relative;
4965
4965
  display: flex;
4966
4966
  width: 100%;
@@ -4974,62 +4974,62 @@
4974
4974
  transition: background-color 240ms;
4975
4975
  transition-timing-function: cubic-bezier(0.2, 0, 0.38, 0.9);
4976
4976
  }
4977
- .exp--notifications-panel__container .exp--notifications-panel__notification .exp--notifications-panel__notification-title {
4977
+ .c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__notification-title {
4978
4978
  margin-bottom: var(--cds-spacing-02, 0.25rem);
4979
4979
  color: var(--cds-text-04, #ffffff);
4980
4980
  font-weight: 400;
4981
4981
  }
4982
- .exp--notifications-panel__container .exp--notifications-panel__notification .exp--notifications-panel__notification-title.exp--notifications-panel__notification-title-unread {
4982
+ .c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__notification-title.c4p--notifications-panel__notification-title-unread {
4983
4983
  margin-bottom: var(--cds-spacing-02, 0.25rem);
4984
4984
  color: var(--cds-text-04, #ffffff);
4985
4985
  font-weight: 600;
4986
4986
  }
4987
- .exp--notifications-panel__container .exp--notifications-panel__notification .exp--notifications-panel__notifications-link {
4987
+ .c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__notifications-link {
4988
4988
  font-size: var(--cds-label-01-font-size, 0.75rem);
4989
4989
  font-weight: var(--cds-label-01-font-weight, 400);
4990
4990
  line-height: var(--cds-label-01-line-height, 1.33333);
4991
4991
  letter-spacing: var(--cds-label-01-letter-spacing, 0.32px);
4992
4992
  }
4993
- .exp--notifications-panel__container .exp--notifications-panel__notification .exp--notifications-panel__notification-status-icon {
4993
+ .c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__notification-status-icon {
4994
4994
  min-width: 1rem;
4995
4995
  margin-right: var(--cds-spacing-03, 0.5rem);
4996
4996
  }
4997
- .exp--notifications-panel__container .exp--notifications-panel__notification .exp--notifications-panel__notification-status-icon.exp--notifications-panel__notification-status-icon-error {
4997
+ .c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__notification-status-icon.c4p--notifications-panel__notification-status-icon-error {
4998
4998
  fill: var(--cds-support-01, #da1e28);
4999
4999
  }
5000
- .exp--notifications-panel__container .exp--notifications-panel__notification .exp--notifications-panel__notification-status-icon.exp--notifications-panel__notification-status-icon-success {
5000
+ .c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__notification-status-icon.c4p--notifications-panel__notification-status-icon-success {
5001
5001
  fill: var(--cds-support-02, #198038);
5002
5002
  }
5003
- .exp--notifications-panel__container .exp--notifications-panel__notification .exp--notifications-panel__notification-status-icon.exp--notifications-panel__notification-status-icon-warning {
5003
+ .c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__notification-status-icon.c4p--notifications-panel__notification-status-icon-warning {
5004
5004
  fill: var(--cds-support-03, #f1c21b);
5005
5005
  }
5006
- .exp--notifications-panel__container .exp--notifications-panel__notification .exp--notifications-panel__notification-status-icon.exp--notifications-panel__notification-status-icon-informational {
5006
+ .c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__notification-status-icon.c4p--notifications-panel__notification-status-icon-informational {
5007
5007
  fill: var(--cds-support-04, #0043ce);
5008
5008
  }
5009
- .exp--notifications-panel__container .exp--notifications-panel__notification .exp--notifications-panel__notification-content .exp--notifications-panel__notification-time-label {
5009
+ .c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__notification-content .c4p--notifications-panel__notification-time-label {
5010
5010
  margin-bottom: var(--cds-spacing-03, 0.5rem);
5011
5011
  }
5012
- .exp--notifications-panel__container .exp--notifications-panel__notification .exp--notifications-panel__notification-content .exp--notifications-panel__notification-time-label,
5013
- .exp--notifications-panel__container .exp--notifications-panel__notification .exp--notifications-panel__notification-content .exp--notifications-panel__notification-description {
5012
+ .c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__notification-content .c4p--notifications-panel__notification-time-label,
5013
+ .c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__notification-content .c4p--notifications-panel__notification-description {
5014
5014
  font-size: var(--cds-label-01-font-size, 0.75rem);
5015
5015
  font-weight: var(--cds-label-01-font-weight, 400);
5016
5016
  line-height: var(--cds-label-01-line-height, 1.33333);
5017
5017
  letter-spacing: var(--cds-label-01-letter-spacing, 0.32px);
5018
5018
  color: var(--cds-text-02, #525252);
5019
5019
  }
5020
- .exp--notifications-panel__container .exp--notifications-panel__notification .exp--notifications-panel__notification-content .exp--notifications-panel__notification-description.exp--notifications-panel__notification-short-description {
5020
+ .c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__notification-content .c4p--notifications-panel__notification-description.c4p--notifications-panel__notification-short-description {
5021
5021
  display: -webkit-box;
5022
5022
  overflow: hidden;
5023
5023
  -webkit-box-orient: vertical;
5024
5024
  -webkit-line-clamp: 2;
5025
5025
  }
5026
- .exp--notifications-panel__container .exp--notifications-panel__notification .exp--notifications-panel__notification-content .exp--notifications-panel__notification-description.exp--notifications-panel__notification-long-description {
5026
+ .c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__notification-content .c4p--notifications-panel__notification-description.c4p--notifications-panel__notification-long-description {
5027
5027
  display: block;
5028
5028
  overflow: initial;
5029
5029
  -webkit-line-clamp: initial;
5030
5030
  }
5031
- .exp--notifications-panel__container .exp--notifications-panel__notification .exp--notifications-panel__notification-content .exp--notifications-panel__notification-read-more-button,
5032
- .exp--notifications-panel__container .exp--notifications-panel__notification .exp--notifications-panel__notification-content .exp--notifications-panel__notification-read-less-button {
5031
+ .c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__notification-content .c4p--notifications-panel__notification-read-more-button,
5032
+ .c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__notification-content .c4p--notifications-panel__notification-read-less-button {
5033
5033
  font-size: var(--cds-label-01-font-size, 0.75rem);
5034
5034
  font-weight: var(--cds-label-01-font-weight, 400);
5035
5035
  line-height: var(--cds-label-01-line-height, 1.33333);
@@ -5037,19 +5037,19 @@
5037
5037
  min-width: 5.5rem;
5038
5038
  padding: 0;
5039
5039
  }
5040
- .exp--notifications-panel__container .exp--notifications-panel__notification .exp--notifications-panel__notification-content .exp--notifications-panel__notification-read-more-button .bx--btn__icon,
5041
- .exp--notifications-panel__container .exp--notifications-panel__notification .exp--notifications-panel__notification-content .exp--notifications-panel__notification-read-less-button .bx--btn__icon {
5040
+ .c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__notification-content .c4p--notifications-panel__notification-read-more-button .bx--btn__icon,
5041
+ .c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__notification-content .c4p--notifications-panel__notification-read-less-button .bx--btn__icon {
5042
5042
  transition: transform 240ms ease;
5043
5043
  }
5044
- .exp--notifications-panel__container .exp--notifications-panel__notification .exp--notifications-panel__notification-content .exp--notifications-panel__notification-read-more-button.exp--notifications-panel__notification-read-more-button .bx--btn__icon,
5045
- .exp--notifications-panel__container .exp--notifications-panel__notification .exp--notifications-panel__notification-content .exp--notifications-panel__notification-read-less-button.exp--notifications-panel__notification-read-more-button .bx--btn__icon {
5044
+ .c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__notification-content .c4p--notifications-panel__notification-read-more-button.c4p--notifications-panel__notification-read-more-button .bx--btn__icon,
5045
+ .c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__notification-content .c4p--notifications-panel__notification-read-less-button.c4p--notifications-panel__notification-read-more-button .bx--btn__icon {
5046
5046
  transform: rotate(0deg);
5047
5047
  }
5048
- .exp--notifications-panel__container .exp--notifications-panel__notification .exp--notifications-panel__notification-content .exp--notifications-panel__notification-read-more-button.exp--notifications-panel__notification-read-less-button .bx--btn__icon,
5049
- .exp--notifications-panel__container .exp--notifications-panel__notification .exp--notifications-panel__notification-content .exp--notifications-panel__notification-read-less-button.exp--notifications-panel__notification-read-less-button .bx--btn__icon {
5048
+ .c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__notification-content .c4p--notifications-panel__notification-read-more-button.c4p--notifications-panel__notification-read-less-button .bx--btn__icon,
5049
+ .c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__notification-content .c4p--notifications-panel__notification-read-less-button.c4p--notifications-panel__notification-read-less-button .bx--btn__icon {
5050
5050
  transform: rotate(180deg);
5051
5051
  }
5052
- .exp--notifications-panel__container .exp--notifications-panel__notification .exp--notifications-panel__dismiss-single-button {
5052
+ .c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__dismiss-single-button {
5053
5053
  position: absolute;
5054
5054
  top: 0;
5055
5055
  right: 0;
@@ -5058,12 +5058,12 @@
5058
5058
  color: var(--cds-text-01, #161616);
5059
5059
  opacity: 0;
5060
5060
  }
5061
- .exp--notifications-panel__container .exp--notifications-panel__notification .exp--notifications-panel__dismiss-single-button:hover, .exp--notifications-panel__container .exp--notifications-panel__notification .exp--notifications-panel__dismiss-single-button:focus {
5061
+ .c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__dismiss-single-button:hover, .c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__dismiss-single-button:focus {
5062
5062
  opacity: 1;
5063
5063
  }
5064
- .exp--notifications-panel__container .exp--notifications-panel__notification-today:not(:first-of-type):before,
5065
- .exp--notifications-panel__container .exp--notifications-panel__notification-yesterday:not(:first-of-type):before,
5066
- .exp--notifications-panel__container .exp--notifications-panel__notification-previous:not(:first-of-type):before {
5064
+ .c4p--notifications-panel__container .c4p--notifications-panel__notification-today:not(:first-of-type):before,
5065
+ .c4p--notifications-panel__container .c4p--notifications-panel__notification-yesterday:not(:first-of-type):before,
5066
+ .c4p--notifications-panel__container .c4p--notifications-panel__notification-previous:not(:first-of-type):before {
5067
5067
  position: absolute;
5068
5068
  top: 0;
5069
5069
  width: calc(100% - (2 * var(--cds-spacing-05, 1rem)));
@@ -5074,12 +5074,12 @@
5074
5074
  transition: background-color 240ms;
5075
5075
  transition-timing-function: cubic-bezier(0.2, 0, 0.38, 0.9);
5076
5076
  }
5077
- .exp--notifications-panel__container .exp--notifications-panel__notification-today:hover + .exp--notifications-panel__notification-today:not(:first-of-type):before,
5078
- .exp--notifications-panel__container .exp--notifications-panel__notification-yesterday:hover + .exp--notifications-panel__notification-yesterday:not(:first-of-type):before,
5079
- .exp--notifications-panel__container .exp--notifications-panel__notification-previous:hover + .exp--notifications-panel__notification-previous:not(:first-of-type):before {
5077
+ .c4p--notifications-panel__container .c4p--notifications-panel__notification-today:hover + .c4p--notifications-panel__notification-today:not(:first-of-type):before,
5078
+ .c4p--notifications-panel__container .c4p--notifications-panel__notification-yesterday:hover + .c4p--notifications-panel__notification-yesterday:not(:first-of-type):before,
5079
+ .c4p--notifications-panel__container .c4p--notifications-panel__notification-previous:hover + .c4p--notifications-panel__notification-previous:not(:first-of-type):before {
5080
5080
  background-color: transparent;
5081
5081
  }
5082
- .exp--notifications-panel__container .exp--notifications-panel__main-section-empty.exp--notifications-panel__main-section {
5082
+ .c4p--notifications-panel__container .c4p--notifications-panel__main-section-empty.c4p--notifications-panel__main-section {
5083
5083
  display: flex;
5084
5084
  height: 100%;
5085
5085
  min-height: initial;
@@ -5087,16 +5087,16 @@
5087
5087
  justify-content: center;
5088
5088
  margin-top: var(--cds-layout-07, 10rem);
5089
5089
  }
5090
- .exp--notifications-panel__container .exp--notifications-panel__main-section-empty.exp--notifications-panel__main-section .exp-subtext {
5090
+ .c4p--notifications-panel__container .c4p--notifications-panel__main-section-empty.c4p--notifications-panel__main-section .c4p-subtext {
5091
5091
  font-size: var(--cds-body-short-01-font-size, 0.875rem);
5092
5092
  font-weight: var(--cds-body-short-01-font-weight, 400);
5093
5093
  line-height: var(--cds-body-short-01-line-height, 1.28572);
5094
5094
  letter-spacing: var(--cds-body-short-01-letter-spacing, 0.16px);
5095
5095
  }
5096
- .exp--notifications-panel__container .exp--notifications-panel__main-section {
5096
+ .c4p--notifications-panel__container .c4p--notifications-panel__main-section {
5097
5097
  min-height: 498px;
5098
5098
  }
5099
- .exp--notifications-panel__container .exp--notifications-panel__bottom-actions {
5099
+ .c4p--notifications-panel__container .c4p--notifications-panel__bottom-actions {
5100
5100
  position: sticky;
5101
5101
  z-index: 2;
5102
5102
  bottom: 0;
@@ -5107,7 +5107,7 @@
5107
5107
  border-top: 1px solid var(--cds-ui-02, #ffffff);
5108
5108
  background-color: var(--cds-ui-background, #ffffff);
5109
5109
  }
5110
- .exp--notifications-panel__container .exp--notifications-panel__bottom-actions .exp--notifications-panel__view-all-button {
5110
+ .c4p--notifications-panel__container .c4p--notifications-panel__bottom-actions .c4p--notifications-panel__view-all-button {
5111
5111
  width: 100%;
5112
5112
  max-width: calc(100% - 2.5rem);
5113
5113
  height: 2.5rem;
@@ -5115,7 +5115,7 @@
5115
5115
  border-right: 1px solid var(--cds-ui-02, #ffffff);
5116
5116
  color: var(--cds-text-01, #161616);
5117
5117
  }
5118
- .exp--notifications-panel__container .exp--notifications-panel__bottom-actions .exp--notifications-panel__settings-button {
5118
+ .c4p--notifications-panel__container .c4p--notifications-panel__bottom-actions .c4p--notifications-panel__settings-button {
5119
5119
  display: flex;
5120
5120
  min-width: 2.5rem;
5121
5121
  height: 2.5rem;
@@ -5125,7 +5125,7 @@
5125
5125
  padding: 0;
5126
5126
  color: var(--cds-text-01, #161616);
5127
5127
  }
5128
- .exp--notifications-panel__container .exp--notifications-panel__bottom-actions .exp--notifications-panel__settings-button .bx--btn__icon {
5128
+ .c4p--notifications-panel__container .c4p--notifications-panel__bottom-actions .c4p--notifications-panel__settings-button .bx--btn__icon {
5129
5129
  margin: 0;
5130
5130
  }
5131
5131
 
@@ -5319,21 +5319,21 @@
5319
5319
  /* stylelint-disable-line no-invalid-position-at-import-rule */
5320
5320
  /* stylelint-disable-line no-invalid-position-at-import-rule */
5321
5321
  /* stylelint-disable-line no-invalid-position-at-import-rule */
5322
- .exp--action-bar.exp--action-bar {
5322
+ .c4p--action-bar.c4p--action-bar {
5323
5323
  display: block;
5324
5324
  }
5325
- .exp--action-bar .exp--action-bar__displayed-items {
5325
+ .c4p--action-bar .c4p--action-bar__displayed-items {
5326
5326
  display: inline-flex;
5327
5327
  width: 100%;
5328
5328
  white-space: nowrap;
5329
5329
  }
5330
- .exp--action-bar .exp--action-bar__displayed-items--right {
5330
+ .c4p--action-bar .c4p--action-bar__displayed-items--right {
5331
5331
  justify-content: flex-end;
5332
5332
  }
5333
- .exp--action-bar .exp--action-bar-overflow-items {
5333
+ .c4p--action-bar .c4p--action-bar-overflow-items {
5334
5334
  display: inline-block;
5335
5335
  }
5336
- .exp--action-bar .exp--action-bar__hidden-sizing-items {
5336
+ .c4p--action-bar .c4p--action-bar__hidden-sizing-items {
5337
5337
  position: absolute;
5338
5338
  top: -100vh;
5339
5339
  left: -100vw;
@@ -5343,15 +5343,15 @@
5343
5343
  visibility: hidden;
5344
5344
  }
5345
5345
 
5346
- .exp--action-bar-overflow-items__options .exp--action-bar-overflow-items__item {
5346
+ .c4p--action-bar-overflow-items__options .c4p--action-bar-overflow-items__item {
5347
5347
  padding: 0 var(--cds-spacing-03, 0.5rem);
5348
5348
  }
5349
- .exp--action-bar-overflow-items__options .exp--action-bar-overflow-items__item-content {
5349
+ .c4p--action-bar-overflow-items__options .c4p--action-bar-overflow-items__item-content {
5350
5350
  display: flex;
5351
5351
  width: 100%;
5352
5352
  justify-content: space-between;
5353
5353
  }
5354
- .exp--action-bar-overflow-items__options .exp--action-bar-overflow-items__item svg {
5354
+ .c4p--action-bar-overflow-items__options .c4p--action-bar-overflow-items__item svg {
5355
5355
  margin: 0 var(--cds-spacing-02, 0.25rem);
5356
5356
  }
5357
5357
 
@@ -5414,30 +5414,30 @@
5414
5414
  /* stylelint-disable-line no-invalid-position-at-import-rule */
5415
5415
  /* stylelint-disable-line no-invalid-position-at-import-rule */
5416
5416
  /* stylelint-disable-line no-invalid-position-at-import-rule */
5417
- .exp--breadcrumb-with-overflow.exp--breadcrumb-with-overflow {
5417
+ .c4p--breadcrumb-with-overflow.c4p--breadcrumb-with-overflow {
5418
5418
  display: block;
5419
5419
  }
5420
- .exp--breadcrumb-with-overflow .exp--breadcrumb-with-overflow__space {
5420
+ .c4p--breadcrumb-with-overflow .c4p--breadcrumb-with-overflow__space {
5421
5421
  position: relative;
5422
5422
  display: block;
5423
5423
  width: 100%;
5424
5424
  white-space: nowrap;
5425
5425
  }
5426
- .exp--breadcrumb-with-overflow .exp--breadcrumb-with-overflow__breadcrumb-container.exp--breadcrumb-with-overflow__breadcrumb-container-with-items {
5426
+ .c4p--breadcrumb-with-overflow .c4p--breadcrumb-with-overflow__breadcrumb-container.c4p--breadcrumb-with-overflow__breadcrumb-container-with-items {
5427
5427
  display: none;
5428
5428
  width: 100%;
5429
5429
  }
5430
5430
  @media (min-width: 42rem) {
5431
- .exp--breadcrumb-with-overflow .exp--breadcrumb-with-overflow__breadcrumb-container.exp--breadcrumb-with-overflow__breadcrumb-container-with-items {
5431
+ .c4p--breadcrumb-with-overflow .c4p--breadcrumb-with-overflow__breadcrumb-container.c4p--breadcrumb-with-overflow__breadcrumb-container-with-items {
5432
5432
  display: inline-flex;
5433
5433
  }
5434
5434
  }
5435
- .exp--breadcrumb-with-overflow .exp--breadcrumb-with-overflow__breadcrumb-container .bx--breadcrumb {
5435
+ .c4p--breadcrumb-with-overflow .c4p--breadcrumb-with-overflow__breadcrumb-container .bx--breadcrumb {
5436
5436
  width: 100%;
5437
5437
  flex-wrap: nowrap;
5438
5438
  align-items: flex-start;
5439
5439
  }
5440
- .exp--breadcrumb-with-overflow .exp--breadcrumb-with-overflow__breadcrumb-container--hidden {
5440
+ .c4p--breadcrumb-with-overflow .c4p--breadcrumb-with-overflow__breadcrumb-container--hidden {
5441
5441
  position: absolute;
5442
5442
  top: -100vh;
5443
5443
  left: -100vw;
@@ -5446,28 +5446,28 @@
5446
5446
  pointer-events: none;
5447
5447
  visibility: hidden;
5448
5448
  }
5449
- .exp--breadcrumb-with-overflow .bx--breadcrumb-item:last-child {
5449
+ .c4p--breadcrumb-with-overflow .bx--breadcrumb-item:last-child {
5450
5450
  display: inline;
5451
5451
  }
5452
- .exp--breadcrumb-with-overflow .exp--breadcrumb-with-overflow__displayed-breadcrumb:last-child {
5452
+ .c4p--breadcrumb-with-overflow .c4p--breadcrumb-with-overflow__displayed-breadcrumb:last-child {
5453
5453
  display: inline;
5454
5454
  overflow: hidden;
5455
5455
  }
5456
- .exp--breadcrumb-with-overflow .exp--breadcrumb-with-overflow__displayed-breadcrumb:last-child .bx--link {
5456
+ .c4p--breadcrumb-with-overflow .c4p--breadcrumb-with-overflow__displayed-breadcrumb:last-child .bx--link {
5457
5457
  display: inline-block;
5458
5458
  overflow: hidden;
5459
5459
  width: 100%;
5460
5460
  text-overflow: ellipsis;
5461
5461
  }
5462
- .exp--breadcrumb-with-overflow .bx--link {
5462
+ .c4p--breadcrumb-with-overflow .bx--link {
5463
5463
  max-height: 18px;
5464
5464
  }
5465
- .exp--breadcrumb-with-overflow .exp--breadcrumb-with-overflow__breadcrumb-back-button.bx--btn.bx--btn--icon-only.bx--tooltip__trigger {
5465
+ .c4p--breadcrumb-with-overflow .c4p--breadcrumb-with-overflow__breadcrumb-back-button.bx--btn.bx--btn--icon-only.bx--tooltip__trigger {
5466
5466
  display: inline-flex;
5467
5467
  margin-top: calc(-1 * var(--cds-spacing-04, 0.75rem));
5468
5468
  }
5469
5469
  @media (min-width: 42rem) {
5470
- .exp--breadcrumb-with-overflow .exp--breadcrumb-with-overflow__breadcrumb-back-button.bx--btn.bx--btn--icon-only.bx--tooltip__trigger {
5470
+ .c4p--breadcrumb-with-overflow .c4p--breadcrumb-with-overflow__breadcrumb-back-button.bx--btn.bx--btn--icon-only.bx--tooltip__trigger {
5471
5471
  display: none;
5472
5472
  }
5473
5473
  }
@@ -5617,27 +5617,27 @@
5617
5617
  /* stylelint-disable-line no-invalid-position-at-import-rule */
5618
5618
  /* stylelint-disable-line no-invalid-position-at-import-rule */
5619
5619
  /* stylelint-disable-line no-invalid-position-at-import-rule */
5620
- .exp--tag-set.exp--tag-set {
5620
+ .c4p--tag-set.c4p--tag-set {
5621
5621
  display: block;
5622
5622
  width: 100%;
5623
5623
  }
5624
- .exp--tag-set .exp--tag-set__space {
5624
+ .c4p--tag-set .c4p--tag-set__space {
5625
5625
  position: relative;
5626
5626
  display: block;
5627
5627
  width: 100%;
5628
5628
  white-space: nowrap;
5629
5629
  }
5630
- .exp--tag-set .exp--tag-set__space--align-end {
5630
+ .c4p--tag-set .c4p--tag-set__space--align-end {
5631
5631
  text-align: end;
5632
5632
  }
5633
- .exp--tag-set .exp--tag-set__space--align-center {
5633
+ .c4p--tag-set .c4p--tag-set__space--align-center {
5634
5634
  text-align: center;
5635
5635
  }
5636
- .exp--tag-set .exp--tag-set__tag-container {
5636
+ .c4p--tag-set .c4p--tag-set__tag-container {
5637
5637
  display: inline-flex;
5638
5638
  white-space: nowrap;
5639
5639
  }
5640
- .exp--tag-set .exp--tag-set__tag-container--hidden {
5640
+ .c4p--tag-set .c4p--tag-set__tag-container--hidden {
5641
5641
  position: absolute;
5642
5642
  top: -100vh;
5643
5643
  left: -100vw;
@@ -5646,43 +5646,43 @@
5646
5646
  pointer-events: none;
5647
5647
  visibility: hidden;
5648
5648
  }
5649
- .exp--tag-set .exp--tag-set-overflow {
5649
+ .c4p--tag-set .c4p--tag-set-overflow {
5650
5650
  display: inline-block;
5651
5651
  vertical-align: bottom;
5652
5652
  }
5653
- .exp--tag-set .exp--tag-set-overflow--hidden {
5653
+ .c4p--tag-set .c4p--tag-set-overflow--hidden {
5654
5654
  overflow: hidden;
5655
5655
  max-width: 0;
5656
5656
  visibility: hidden;
5657
5657
  }
5658
5658
 
5659
- .exp--tag-set-modal.exp--tag-set-modal {
5659
+ .c4p--tag-set-modal.c4p--tag-set-modal {
5660
5660
  text-align: initial;
5661
5661
  white-space: initial;
5662
5662
  }
5663
5663
  @media (min-width: 42rem) {
5664
- .exp--tag-set-modal .exp--tag-set-modal__container {
5664
+ .c4p--tag-set-modal .c4p--tag-set-modal__container {
5665
5665
  height: 90%;
5666
5666
  max-height: 450px;
5667
5667
  }
5668
5668
  }
5669
- .exp--tag-set-modal .exp--tag-set-modal__search {
5669
+ .c4p--tag-set-modal .c4p--tag-set-modal__search {
5670
5670
  margin-top: var(--cds-spacing-05, 1rem);
5671
5671
  margin-bottom: 0;
5672
5672
  }
5673
- .exp--tag-set-modal.exp--tag-set-modal .exp--tag-set-modal__fade {
5673
+ .c4p--tag-set-modal.c4p--tag-set-modal .c4p--tag-set-modal__fade {
5674
5674
  position: relative;
5675
5675
  margin-right: var(--cds-spacing-05, 1rem);
5676
5676
  margin-left: var(--cds-spacing-05, 1rem);
5677
5677
  }
5678
- .exp--tag-set-modal .exp--tag-set-modal__body {
5678
+ .c4p--tag-set-modal .c4p--tag-set-modal__body {
5679
5679
  padding-bottom: var(--cds-spacing-06, 1.5rem);
5680
5680
  }
5681
- .exp--tag-set-modal .exp--tag-set-modal__header {
5681
+ .c4p--tag-set-modal .c4p--tag-set-modal__header {
5682
5682
  padding-right: 0;
5683
5683
  margin-right: var(--cds-spacing-05, 1rem);
5684
5684
  }
5685
- .exp--tag-set-modal.exp--tag-set-modal .exp--tag-set-modal__fade::after {
5685
+ .c4p--tag-set-modal.c4p--tag-set-modal .c4p--tag-set-modal__fade::after {
5686
5686
  position: absolute;
5687
5687
  top: calc(-1 * var(--cds-spacing-11, 5rem));
5688
5688
  left: 0;
@@ -5692,15 +5692,15 @@
5692
5692
  content: "";
5693
5693
  }
5694
5694
 
5695
- .exp--tag-set-overflow__tooltip.exp--tag-set-overflow__tooltip {
5695
+ .c4p--tag-set-overflow__tooltip.c4p--tag-set-overflow__tooltip {
5696
5696
  min-width: initial;
5697
5697
  }
5698
- .exp--tag-set-overflow__tooltip .exp--tag-set-overflow__show-all-tags-link {
5698
+ .c4p--tag-set-overflow__tooltip .c4p--tag-set-overflow__show-all-tags-link {
5699
5699
  display: inline-block;
5700
5700
  margin: var(--cds-spacing-03, 0.5rem) 0 var(--cds-spacing-02, 0.25rem);
5701
5701
  }
5702
- .exp--tag-set-overflow__tooltip .exp--tag-set-overflow__tag-item,
5703
- .exp--tag-set-overflow__tooltip .exp--tag-set-overflow__tag-item .bx--tag {
5702
+ .c4p--tag-set-overflow__tooltip .c4p--tag-set-overflow__tag-item,
5703
+ .c4p--tag-set-overflow__tooltip .c4p--tag-set-overflow__tag-item .bx--tag {
5704
5704
  font-size: var(--cds-body-short-01-font-size, 0.875rem);
5705
5705
  font-weight: var(--cds-body-short-01-font-weight, 400);
5706
5706
  line-height: var(--cds-body-short-01-line-height, 1.28572);
@@ -5716,17 +5716,17 @@
5716
5716
  text-overflow: ellipsis;
5717
5717
  white-space: nowrap;
5718
5718
  }
5719
- .exp--tag-set-overflow__tooltip .exp--tag-set-overflow__tag .bx--tag__close-icon {
5719
+ .c4p--tag-set-overflow__tooltip .c4p--tag-set-overflow__tag .bx--tag__close-icon {
5720
5720
  padding: 0;
5721
5721
  }
5722
- .exp--tag-set-overflow__tooltip .exp--tag-set-overflow__tag .bx--tag--high-contrast {
5722
+ .c4p--tag-set-overflow__tooltip .c4p--tag-set-overflow__tag .bx--tag--high-contrast {
5723
5723
  background-color: var(--cds-ui-background, #ffffff);
5724
5724
  color: var(--cds-text-01, #161616);
5725
5725
  }
5726
- .exp--tag-set-overflow__tooltip .exp--tag-set-overflow__tag .bx--tag__close-icon:hover {
5726
+ .c4p--tag-set-overflow__tooltip .c4p--tag-set-overflow__tag .bx--tag__close-icon:hover {
5727
5727
  background-color: var(--cds-hover-ui, #e5e5e5);
5728
5728
  }
5729
- .exp--tag-set-overflow__tooltip .exp--tag-set-overflow__tag .bx--tag__close-icon:focus {
5729
+ .c4p--tag-set-overflow__tooltip .c4p--tag-set-overflow__tag .bx--tag__close-icon:focus {
5730
5730
  box-shadow: inset 0 0 0 var(--cds-spacing-01, 0.125rem) var(--cds-focus, #0f62fe);
5731
5731
  }
5732
5732
 
@@ -5781,31 +5781,31 @@
5781
5781
  /* stylelint-disable-line no-invalid-position-at-import-rule */
5782
5782
  /* stylelint-disable-line no-invalid-position-at-import-rule */
5783
5783
  /* stylelint-disable-line no-invalid-position-at-import-rule */
5784
- .exp--button-menu {
5784
+ .c4p--button-menu {
5785
5785
  min-width: 160px;
5786
5786
  }
5787
- .exp--button-menu .exp--button-menu__trigger {
5787
+ .c4p--button-menu .c4p--button-menu__trigger {
5788
5788
  width: 100%;
5789
5789
  padding: 0 var(--cds-spacing-05, 1rem);
5790
5790
  }
5791
5791
 
5792
- .exp--button-menu__options.bx--overflow-menu-options::after {
5792
+ .c4p--button-menu__options.bx--overflow-menu-options::after {
5793
5793
  content: initial;
5794
5794
  }
5795
5795
 
5796
- .exp--button-set-with-overflow.exp--button-set-with-overflow {
5796
+ .c4p--button-set-with-overflow.c4p--button-set-with-overflow {
5797
5797
  display: flex;
5798
5798
  }
5799
- .exp--button-set-with-overflow .exp--button-set-with-overflow__space {
5799
+ .c4p--button-set-with-overflow .c4p--button-set-with-overflow__space {
5800
5800
  position: relative;
5801
5801
  display: block;
5802
5802
  width: 100%;
5803
5803
  white-space: nowrap;
5804
5804
  }
5805
- .exp--button-set-with-overflow .exp--button-set-with-overflow__button-container {
5805
+ .c4p--button-set-with-overflow .c4p--button-set-with-overflow__button-container {
5806
5806
  display: inline-flex;
5807
5807
  }
5808
- .exp--button-set-with-overflow .exp--button-set-with-overflow__button-container--hidden {
5808
+ .c4p--button-set-with-overflow .c4p--button-set-with-overflow__button-container--hidden {
5809
5809
  position: absolute;
5810
5810
  top: -100vh;
5811
5811
  left: -100vw;
@@ -5814,7 +5814,7 @@
5814
5814
  pointer-events: none;
5815
5815
  visibility: hidden;
5816
5816
  }
5817
- .exp--button-set-with-overflow.exp--button-set-with-overflow--right {
5817
+ .c4p--button-set-with-overflow.c4p--button-set-with-overflow--right {
5818
5818
  justify-content: flex-end;
5819
5819
  }
5820
5820
 
@@ -5826,76 +5826,86 @@
5826
5826
  background-color: var(--to-color);
5827
5827
  }
5828
5828
  }
5829
- .exp--page-header.exp--page-header {
5829
+ @keyframes background-and-shadow-appear {
5830
+ from {
5831
+ background-color: var(--from-color);
5832
+ box-shadow: 0 1px 0 var(--from-color);
5833
+ }
5834
+ to {
5835
+ background-color: var(--to-color);
5836
+ box-shadow: 0 1px 0 var(--to-color-shadow);
5837
+ }
5838
+ }
5839
+ .c4p--page-header.c4p--page-header {
5830
5840
  /* Bleed class for the background */
5831
5841
  position: sticky;
5832
5842
  /* z-index used to raise above any position relative content as per Carbon header */
5833
5843
  /* dropped 1 below Carbon header so as not to overlay the side panel */
5834
5844
  z-index: 7999;
5835
- top: var(--exp--page-header--header-top);
5845
+ top: var(--c4p--page-header--header-top);
5836
5846
  display: inline-block;
5837
5847
  /* cause top/bottom margin to reserve space */
5838
5848
  width: 100%;
5839
5849
  background-color: var(--cds-ui-background, #ffffff);
5840
5850
  color: var(--cds-text-01, #161616);
5841
5851
  /* custom props */
5842
- --exp--page-header--breadcrumb-title-visibility: hidden;
5843
- --exp--page-header--breadcrumb-title-opacity: 1;
5844
- --exp--page-header--breadcrumb-top: 0;
5845
- --exp--page-header--background-opacity: 1;
5846
- --exp--page-header--breadcrumb-title-top: initial;
5847
- --exp--page-header--button-set-in-breadcrumb-width-px: initial;
5848
- --exp--page-header--navigation-buffer-top: $spacing-06;
5849
- }
5850
- .exp--page-header.exp--page-header--has-navigation-tags-only {
5851
- --exp--page-header--navigation-buffer-top: $spacing-04;
5852
- }
5853
- .exp--page-header::before {
5852
+ --c4p--page-header--breadcrumb-title-visibility: hidden;
5853
+ --c4p--page-header--breadcrumb-title-opacity: 1;
5854
+ --c4p--page-header--breadcrumb-top: 0;
5855
+ --c4p--page-header--background-opacity: 1;
5856
+ --c4p--page-header--breadcrumb-title-top: initial;
5857
+ --c4p--page-header--button-set-in-breadcrumb-width-px: initial;
5858
+ --c4p--page-header--navigation-buffer-top: $spacing-06;
5859
+ }
5860
+ .c4p--page-header.c4p--page-header--has-navigation-tags-only {
5861
+ --c4p--page-header--navigation-buffer-top: $spacing-04;
5862
+ }
5863
+ .c4p--page-header::before {
5854
5864
  --from-color: var(--cds-ui-background, #ffffff);
5855
5865
  --to-color: var(--cds-ui-01, #f4f4f4);
5866
+ --to-color-shadow: var(--cds-ui-03, #e0e0e0);
5856
5867
  position: absolute;
5857
5868
  top: 0;
5858
5869
  left: 0;
5859
5870
  display: block;
5860
5871
  width: 100%;
5861
5872
  height: 100%;
5862
- animation: background-appear 1000ms calc(-1000ms * var(--exp--page-header--background-opacity)) linear paused forwards;
5873
+ animation: background-and-shadow-appear 1000ms calc(-1000ms * var(--c4p--page-header--background-opacity)) linear paused forwards;
5863
5874
  content: "";
5864
5875
  z-index: -1;
5865
- box-shadow: 0 1px 0 var(--cds-ui-03, #e0e0e0);
5866
5876
  }
5867
- .exp--page-header .exp--page-header--width--xl {
5877
+ .c4p--page-header .c4p--page-header--width--xl {
5868
5878
  padding-right: var(--cds-spacing-07, 2rem);
5869
5879
  padding-left: var(--cds-spacing-07, 2rem);
5870
5880
  }
5871
- .exp--page-header .exp--page-header__breadcrumb-row {
5881
+ .c4p--page-header .c4p--page-header__breadcrumb-row {
5872
5882
  position: sticky;
5873
5883
  z-index: 99;
5874
- top: var(--exp--page-header--breadcrumb-top);
5884
+ top: var(--c4p--page-header--breadcrumb-top);
5875
5885
  min-height: var(--cds-spacing-08, 2.5rem);
5876
5886
  }
5877
- .exp--page-header .exp--page-header__breadcrumb-row + .exp--page-header__last-row-buffer--active {
5887
+ .c4p--page-header .c4p--page-header__breadcrumb-row + .c4p--page-header__last-row-buffer--active {
5878
5888
  height: var(--cds-spacing-02, 0.25rem);
5879
5889
  }
5880
- .exp--page-header .exp--page-header__breadcrumb-row:not(.exp--page-header__breadcrumb-row--has-action-bar) {
5890
+ .c4p--page-header .c4p--page-header__breadcrumb-row:not(.c4p--page-header__breadcrumb-row--has-action-bar) {
5881
5891
  margin-bottom: calc(-1 * var(--cds-spacing-03, 0.5rem));
5882
5892
  }
5883
- .exp--page-header .exp--page-header__breadcrumb-row--container {
5893
+ .c4p--page-header .c4p--page-header__breadcrumb-row--container {
5884
5894
  display: flex;
5885
5895
  min-width: 100%;
5886
5896
  flex-wrap: nowrap;
5887
5897
  }
5888
- .exp--page-header .exp--page-header__has-page-actions-without-action-bar {
5898
+ .c4p--page-header .c4p--page-header__has-page-actions-without-action-bar {
5889
5899
  min-width: calc(0.6 * (100% + 2 * var(--cds-spacing-05, 1rem)));
5890
5900
  max-width: calc(0.6 * (100% + 2 * var(--cds-spacing-05, 1rem)));
5891
5901
  }
5892
- .exp--page-header .exp--page-header__has-page-actions-without-action-bar .exp--page-header__has-page-actions-without-action-bar {
5902
+ .c4p--page-header .c4p--page-header__has-page-actions-without-action-bar .c4p--page-header__has-page-actions-without-action-bar {
5893
5903
  min-width: 100%;
5894
5904
  }
5895
- .exp--page-header .exp--page-header__breadcrumb-row--has-action-bar .exp--page-header__breadcrumb-row--container {
5896
- min-width: calc(100% + (var(--exp--page-header--width-px) - var(--exp--page-header--breadcrumb-row-width-px)) / 2);
5905
+ .c4p--page-header .c4p--page-header__breadcrumb-row--has-action-bar .c4p--page-header__breadcrumb-row--container {
5906
+ min-width: calc(100% + (var(--c4p--page-header--width-px) - var(--c4p--page-header--breadcrumb-row-width-px)) / 2);
5897
5907
  }
5898
- .exp--page-header .exp--page-header__breadcrumb-row::after {
5908
+ .c4p--page-header .c4p--page-header__breadcrumb-row::after {
5899
5909
  position: absolute;
5900
5910
  bottom: 0;
5901
5911
  left: 50%;
@@ -5909,204 +5919,205 @@
5909
5919
  transform: translateX(-50%) scaleX(1);
5910
5920
  transition: all 150ms ease-out;
5911
5921
  }
5912
- .exp--page-header .exp--page-header__breadcrumb-row--next-to-tabs::after,
5913
- .exp--page-header .exp--page-header__breadcrumb-row--has-action-bar::after {
5922
+ .c4p--page-header .c4p--page-header__breadcrumb-row--next-to-tabs::after,
5923
+ .c4p--page-header .c4p--page-header__breadcrumb-row--has-action-bar::after {
5914
5924
  /* creates a full width box shadow without causing scroll */
5915
5925
  box-shadow: 25vw 1px 0 0 var(--cds-ui-03, #e0e0e0), -25vw 1px 0 0 var(--cds-ui-03, #e0e0e0);
5916
5926
  opacity: 1;
5917
5927
  }
5918
- .exp--page-header .exp--page-header__breadcrumb-container {
5928
+ .c4p--page-header .c4p--page-header__breadcrumb-container {
5919
5929
  width: 100%;
5920
5930
  }
5921
- .exp--page-header .exp--page-header__action-bar-column {
5931
+ .c4p--page-header .c4p--page-header__action-bar-column {
5922
5932
  display: none;
5923
5933
  }
5924
- .exp--page-header .exp--page-header__breadcrumb-row--has-breadcrumbs .exp--page-header__action-bar-column {
5934
+ .c4p--page-header .c4p--page-header__breadcrumb-row--has-breadcrumbs .c4p--page-header__action-bar-column {
5925
5935
  max-width: 75%;
5926
5936
  flex: 0 1 75%;
5927
5937
  }
5928
5938
  @media (min-width: 42rem) {
5929
- .exp--page-header .exp--page-header__breadcrumb-row--has-breadcrumbs .exp--page-header__action-bar-column {
5939
+ .c4p--page-header .c4p--page-header__breadcrumb-row--has-breadcrumbs .c4p--page-header__action-bar-column {
5930
5940
  max-width: 40%;
5931
5941
  flex: 1 0 40%;
5932
5942
  }
5933
5943
  }
5934
- .exp--page-header .exp--page-header__breadcrumb-row--has-action-bar .exp--page-header__action-bar-column {
5944
+ .c4p--page-header .c4p--page-header__breadcrumb-row--has-action-bar .c4p--page-header__action-bar-column {
5935
5945
  display: initial;
5936
5946
  }
5937
- .exp--page-header .exp--page-header__action-bar-column-content {
5947
+ .c4p--page-header .c4p--page-header__action-bar-column-content {
5938
5948
  display: flex;
5939
5949
  justify-content: flex-end;
5940
5950
  white-space: nowrap;
5941
5951
  }
5942
5952
  @media (min-width: 66rem) {
5943
- .exp--page-header .exp--page-header__action-bar-column-content {
5953
+ .c4p--page-header .c4p--page-header__action-bar-column-content {
5944
5954
  flex-wrap: nowrap;
5945
5955
  /* assume enough space */
5946
5956
  }
5947
5957
  }
5948
- .exp--page-header .exp--page-header__breadcrumb-row .exp--page-header__page-actions {
5958
+ .c4p--page-header .c4p--page-header__breadcrumb-row .c4p--page-header__page-actions {
5949
5959
  position: relative;
5950
5960
  display: inline-block;
5951
5961
  width: 100%;
5952
- max-width: var(--exp--page-header--button-set-in-breadcrumb-width-px);
5953
- flex: 1 1 var(--exp--page-header--button-set-in-breadcrumb-width-px);
5962
+ max-width: var(--c4p--page-header--button-set-in-breadcrumb-width-px);
5963
+ flex: 1 1 var(--c4p--page-header--button-set-in-breadcrumb-width-px);
5954
5964
  opacity: 0;
5955
5965
  transition: opacity 240ms cubic-bezier(0, 0, 0.38, 0.9);
5956
5966
  visibility: hidden;
5957
5967
  white-space: nowrap;
5958
5968
  }
5959
- .exp--page-header .exp--page-header__breadcrumb-row .exp--page-header__page-actions--in-breadcrumb {
5969
+ .c4p--page-header .c4p--page-header__breadcrumb-row .c4p--page-header__page-actions--in-breadcrumb {
5960
5970
  opacity: 1;
5961
5971
  visibility: visible;
5962
5972
  }
5963
- .exp--page-header .exp--page-header__breadcrumb-column {
5973
+ .c4p--page-header .c4p--page-header__breadcrumb-column {
5964
5974
  max-width: 100%;
5965
5975
  flex: 0 0 100%;
5966
5976
  }
5967
5977
  @media (min-width: 42rem) {
5968
- .exp--page-header .exp--page-header__breadcrumb-column {
5978
+ .c4p--page-header .c4p--page-header__breadcrumb-column {
5969
5979
  overflow: hidden;
5970
5980
  /* required for ellipsis in title, title not visible in breadcrumb with back arrow */
5971
5981
  }
5972
5982
  }
5973
- .exp--page-header .exp--page-header__breadcrumb-row--has-action-bar.exp--page-header__breadcrumb-row .exp--page-header__breadcrumb-column {
5983
+ .c4p--page-header .c4p--page-header__breadcrumb-row--has-action-bar.c4p--page-header__breadcrumb-row .c4p--page-header__breadcrumb-column {
5974
5984
  max-width: 75%;
5975
5985
  flex: 0 1 75%;
5976
5986
  }
5977
5987
  @media (min-width: 42rem) {
5978
- .exp--page-header .exp--page-header__breadcrumb-row--has-action-bar.exp--page-header__breadcrumb-row .exp--page-header__breadcrumb-column {
5988
+ .c4p--page-header .c4p--page-header__breadcrumb-row--has-action-bar.c4p--page-header__breadcrumb-row .c4p--page-header__breadcrumb-column {
5979
5989
  max-width: 60%;
5980
5990
  flex: 0 1 60%;
5981
5991
  }
5982
5992
  }
5983
- .exp--page-header .exp--page-header__has-page-actions-without-action-bar.exp--page-header__breadcrumb-row .exp--page-header__breadcrumb-column {
5993
+ .c4p--page-header .c4p--page-header__has-page-actions-without-action-bar.c4p--page-header__breadcrumb-row .c4p--page-header__breadcrumb-column {
5984
5994
  max-width: 100%;
5985
5995
  flex: 0 1 100%;
5986
5996
  }
5987
- .exp--page-header .exp--page-header__breadcrumb-column--background,
5988
- .exp--page-header .exp--page-header__action-bar-column--background {
5997
+ .c4p--page-header .c4p--page-header__breadcrumb-column--background,
5998
+ .c4p--page-header .c4p--page-header__action-bar-column--background {
5989
5999
  position: relative;
5990
6000
  }
5991
- .exp--page-header .exp--page-header__breadcrumb-column--background::before,
5992
- .exp--page-header .exp--page-header__action-bar-column--background::before {
6001
+ .c4p--page-header .c4p--page-header__breadcrumb-column--background::before,
6002
+ .c4p--page-header .c4p--page-header__action-bar-column--background::before {
5993
6003
  --from-color: var(--cds-ui-background, #ffffff);
5994
6004
  --to-color: var(--cds-ui-01, #f4f4f4);
6005
+ --to-color-shadow: var(--cds-ui-03, #e0e0e0);
5995
6006
  position: absolute;
5996
6007
  top: 0;
5997
6008
  left: 0;
5998
6009
  display: block;
5999
6010
  width: 100%;
6000
6011
  height: 100%;
6001
- animation: background-appear 1000ms calc(-1000ms * var(--exp--page-header--background-opacity)) linear paused forwards;
6012
+ animation: background-appear 1000ms calc(-1000ms * var(--c4p--page-header--background-opacity)) linear paused forwards;
6002
6013
  content: "";
6003
6014
  }
6004
- .exp--page-header .exp--page-header__action-bar-column--influenced-by-collapse-button {
6015
+ .c4p--page-header .c4p--page-header__action-bar-column--influenced-by-collapse-button {
6005
6016
  padding-right: var(--cds-spacing-08, 2.5rem);
6006
6017
  }
6007
- .exp--page-header .exp--page-header__breadcrumb {
6018
+ .c4p--page-header .c4p--page-header__breadcrumb {
6008
6019
  font-size: var(--cds-label-01-font-size, 0.75rem);
6009
6020
  font-weight: var(--cds-label-01-font-weight, 400);
6010
6021
  line-height: var(--cds-label-01-line-height, 1.33333);
6011
6022
  letter-spacing: var(--cds-label-01-letter-spacing, 0.32px);
6012
6023
  padding-top: var(--cds-spacing-04, 0.75rem);
6013
6024
  }
6014
- .exp--page-header .exp--page-header--breadcrumb.exp--breadcrumb-with-overflow__with-items {
6025
+ .c4p--page-header .c4p--page-header--breadcrumb.c4p--breadcrumb-with-overflow__with-items {
6015
6026
  padding-top: 0;
6016
6027
  }
6017
6028
  @media (min-width: 42rem) {
6018
- .exp--page-header .exp--page-header--breadcrumb.exp--breadcrumb-with-overflow__with-items {
6029
+ .c4p--page-header .c4p--page-header--breadcrumb.c4p--breadcrumb-with-overflow__with-items {
6019
6030
  padding-top: var(--cds-spacing-04, 0.75rem);
6020
6031
  }
6021
6032
  }
6022
- .exp--page-header .exp--page-header__breadcrumb .bx--breadcrumb-item {
6033
+ .c4p--page-header .c4p--page-header__breadcrumb .bx--breadcrumb-item {
6023
6034
  margin-right: var(--cds-spacing-02, 0.25rem);
6024
6035
  }
6025
- .exp--page-header .exp--page-header__breadcrumb .bx--breadcrumb-item::after {
6036
+ .c4p--page-header .c4p--page-header__breadcrumb .bx--breadcrumb-item::after {
6026
6037
  margin-left: var(--cds-spacing-02, 0.25rem);
6027
6038
  }
6028
- .exp--page-header .exp--page-header__breadcrumb .bx--breadcrumb-item,
6029
- .exp--page-header .exp--page-header__breadcrumb .bx--breadcrumb-item .bx--link {
6039
+ .c4p--page-header .c4p--page-header__breadcrumb .bx--breadcrumb-item,
6040
+ .c4p--page-header .c4p--page-header__breadcrumb .bx--breadcrumb-item .bx--link {
6030
6041
  font-size: var(--cds-label-01-font-size, 0.75rem);
6031
6042
  font-weight: var(--cds-label-01-font-weight, 400);
6032
6043
  line-height: var(--cds-label-01-line-height, 1.33333);
6033
6044
  letter-spacing: var(--cds-label-01-letter-spacing, 0.32px);
6034
6045
  }
6035
- .exp--page-header .exp--page-header__breadcrumb-title {
6046
+ .c4p--page-header .c4p--page-header__breadcrumb-title {
6036
6047
  position: relative;
6037
6048
  }
6038
- .exp--page-header .exp--page-header__breadcrumb-title:not(.exp--page-header__breadcrumb-title--pre-collapsed) {
6039
- opacity: var(--exp--page-header--breadcrumb-title-opacity);
6040
- transform: translateY(var(--exp--page-header--breadcrumb-title-top));
6049
+ .c4p--page-header .c4p--page-header__breadcrumb-title:not(.c4p--page-header__breadcrumb-title--pre-collapsed) {
6050
+ opacity: var(--c4p--page-header--breadcrumb-title-opacity);
6051
+ transform: translateY(var(--c4p--page-header--breadcrumb-title-top));
6041
6052
  /* token linter does not support this form */
6042
- visibility: var(--exp--page-header--breadcrumb-title-visibility);
6053
+ visibility: var(--c4p--page-header--breadcrumb-title-visibility);
6043
6054
  }
6044
- .exp--page-header .exp--page-header__breadcrumb-container--hidden .exp--page-header__breadcrumb-title.exp--page-header__breadcrumb-title {
6055
+ .c4p--page-header .c4p--page-header__breadcrumb-container--hidden .c4p--page-header__breadcrumb-title.c4p--page-header__breadcrumb-title {
6045
6056
  overflow: initial;
6046
6057
  }
6047
- .exp--page-header .exp--page-header__action-bar {
6058
+ .c4p--page-header .c4p--page-header__action-bar {
6048
6059
  width: 100%;
6049
- max-width: var(--exp--page-header--max-action-bar-width-px);
6050
- flex: 1 1 var(--exp--page-header--max-action-bar-width-px);
6060
+ max-width: var(--c4p--page-header--max-action-bar-width-px);
6061
+ flex: 1 1 var(--c4p--page-header--max-action-bar-width-px);
6051
6062
  padding-top: var(--cds-spacing-04, 0.75rem);
6052
6063
  margin-top: calc(-1 * var(--cds-spacing-04, 0.75rem));
6053
6064
  /* align with breadcrumb */
6054
6065
  vertical-align: top;
6055
6066
  white-space: nowrap;
6056
6067
  }
6057
- .exp--page-header .exp--page-header__title-row {
6068
+ .c4p--page-header .c4p--page-header__title-row {
6058
6069
  margin-top: 0;
6059
6070
  margin-bottom: 0;
6060
6071
  }
6061
6072
  @media (min-width: 42rem) {
6062
- .exp--page-header .exp--page-header__title-row {
6073
+ .c4p--page-header .c4p--page-header__title-row {
6063
6074
  flex-wrap: nowrap;
6064
6075
  /* assume enough space */
6065
6076
  }
6066
6077
  }
6067
- .exp--page-header .exp--page-header__title-row.exp--page-header__title-row--under-action-bar {
6078
+ .c4p--page-header .c4p--page-header__title-row.c4p--page-header__title-row--under-action-bar {
6068
6079
  margin-top: var(--cds-spacing-05, 1rem);
6069
6080
  }
6070
- .exp--page-header .exp--page-header__title-row + .exp--page-header__last-row-buffer--active {
6081
+ .c4p--page-header .c4p--page-header__title-row + .c4p--page-header__last-row-buffer--active {
6071
6082
  height: var(--cds-spacing-07, 2rem);
6072
6083
  }
6073
- .exp--page-header .exp--page-header__title-row.exp--page-header__title-row--spacing-below-03 {
6084
+ .c4p--page-header .c4p--page-header__title-row.c4p--page-header__title-row--spacing-below-03 {
6074
6085
  margin-bottom: var(--cds-spacing-03, 0.5rem);
6075
6086
  }
6076
- .exp--page-header .exp--page-header__title-row.exp--page-header__title-row--spacing-below-05 + .exp--page-header__last-row-buffer--active {
6087
+ .c4p--page-header .c4p--page-header__title-row.c4p--page-header__title-row--spacing-below-05 + .c4p--page-header__last-row-buffer--active {
6077
6088
  height: var(--cds-spacing-05, 1rem);
6078
6089
  }
6079
- .exp--page-header .exp--page-header__title-row.exp--page-header__title-row--spacing-below-06 {
6090
+ .c4p--page-header .c4p--page-header__title-row.c4p--page-header__title-row--spacing-below-06 {
6080
6091
  margin-bottom: var(--cds-spacing-06, 1.5rem);
6081
6092
  }
6082
- .exp--page-header .exp--page-header__title-row.exp--page-header__title-row--no-breadcrumb-row {
6093
+ .c4p--page-header .c4p--page-header__title-row.c4p--page-header__title-row--no-breadcrumb-row {
6083
6094
  margin-top: var(--cds-spacing-07, 2rem);
6084
6095
  }
6085
- .exp--page-header.exp--page-header--has-navigation .exp--page-header__title-row + .exp--page-header__last-row-buffer--active {
6096
+ .c4p--page-header.c4p--page-header--has-navigation .c4p--page-header__title-row + .c4p--page-header__last-row-buffer--active {
6086
6097
  height: calc(var(--cds-spacing-06, 1.5rem));
6087
6098
  }
6088
- .exp--page-header.exp--page-header--has-navigation-tags-only .exp--page-header__title-row + .exp--page-header__last-row-buffer--active {
6099
+ .c4p--page-header.c4p--page-header--has-navigation-tags-only .c4p--page-header__title-row + .c4p--page-header__last-row-buffer--active {
6089
6100
  height: calc(var(--cds-spacing-05, 1rem));
6090
6101
  }
6091
- .exp--page-header .exp--page-header__title-row--sticky {
6102
+ .c4p--page-header .c4p--page-header__title-row--sticky {
6092
6103
  position: sticky;
6093
6104
  }
6094
- .exp--page-header .exp--page-header__breadcrumb-row--has-breadcrumbs + .exp--page-header__title-row--sticky {
6095
- top: var(--exp--page-header--breadcrumb-top);
6105
+ .c4p--page-header .c4p--page-header__breadcrumb-row--has-breadcrumbs + .c4p--page-header__title-row--sticky {
6106
+ top: var(--c4p--page-header--breadcrumb-top);
6096
6107
  }
6097
- .exp--page-header .exp--page-header__title-column {
6108
+ .c4p--page-header .c4p--page-header__title-column {
6098
6109
  overflow: hidden;
6099
6110
  /* required for ellipsis in title */
6100
6111
  min-height: 40px;
6101
6112
  flex: 0 0 100%;
6102
6113
  }
6103
6114
  @media (min-width: 42rem) {
6104
- .exp--page-header .exp--page-header__title-column {
6115
+ .c4p--page-header .c4p--page-header__title-column {
6105
6116
  max-width: 60%;
6106
6117
  flex: 1 0 60%;
6107
6118
  }
6108
6119
  }
6109
- .exp--page-header .exp--page-header__title {
6120
+ .c4p--page-header .c4p--page-header__title {
6110
6121
  font-size: var(--cds-productive-heading-04-font-size, 1.75rem);
6111
6122
  font-weight: var(--cds-productive-heading-04-font-weight, 400);
6112
6123
  line-height: var(--cds-productive-heading-04-line-height, 1.28572);
@@ -6115,72 +6126,73 @@
6115
6126
  text-overflow: ellipsis;
6116
6127
  white-space: nowrap;
6117
6128
  }
6118
- .exp--page-header .exp--page-header__title-skeleton {
6129
+ .c4p--page-header .c4p--page-header__title-skeleton {
6119
6130
  height: var(--cds-spacing-07, 2rem);
6120
6131
  }
6121
- .exp--page-header .exp--page-header__title--fades {
6122
- opacity: calc(1 - var(--exp--page-header--breadcrumb-title-opacity));
6132
+ .c4p--page-header .c4p--page-header__title--fades {
6133
+ opacity: calc(1 - var(--c4p--page-header--breadcrumb-title-opacity));
6123
6134
  }
6124
- .exp--page-header .exp--page-header__title-icon {
6135
+ .c4p--page-header .c4p--page-header__title-icon {
6125
6136
  margin-right: var(--cds-spacing-04, 0.75rem);
6126
6137
  transform: translateY(-2px);
6127
6138
  vertical-align: middle;
6128
6139
  }
6129
- .exp--page-header .exp--page-header__page-actions {
6140
+ .c4p--page-header .c4p--page-header__page-actions {
6130
6141
  flex: 0 0 100%;
6131
6142
  margin-top: var(--cds-spacing-05, 1rem);
6132
6143
  white-space: nowrap;
6133
6144
  }
6134
6145
  @media (min-width: 42rem) {
6135
- .exp--page-header .exp--page-header__page-actions {
6146
+ .c4p--page-header .c4p--page-header__page-actions {
6136
6147
  max-width: 40%;
6137
6148
  flex: 0 1 40%;
6138
6149
  margin-top: 0;
6139
6150
  }
6140
6151
  }
6141
- .exp--page-header .exp--page-header__page-actions .bx--btn-set .bx--btn {
6152
+ .c4p--page-header .c4p--page-header__page-actions .bx--btn-set .bx--btn {
6142
6153
  width: initial;
6143
6154
  }
6144
- .exp--page-header .exp--page-header__action-bar-column .exp--page-header__page-actions {
6155
+ .c4p--page-header .c4p--page-header__action-bar-column .c4p--page-header__page-actions {
6145
6156
  margin-top: 0;
6146
6157
  }
6147
- .exp--page-header .exp--page-header__page-actions-container {
6158
+ .c4p--page-header .c4p--page-header__page-actions-container {
6148
6159
  justify-content: flex-start;
6149
6160
  }
6150
6161
  @media (min-width: 42rem) {
6151
- .exp--page-header .exp--page-header__page-actions-container {
6162
+ .c4p--page-header .c4p--page-header__page-actions-container {
6152
6163
  justify-content: flex-end;
6153
6164
  }
6154
6165
  }
6155
- .exp--page-header .exp--page-header__title-row .exp--page-header__page-actions {
6166
+ .c4p--page-header .c4p--page-header__title-row .c4p--page-header__page-actions {
6156
6167
  position: relative;
6157
6168
  opacity: 1;
6158
6169
  transition: all 110ms cubic-bezier(0, 0, 0.38, 0.9);
6159
6170
  transition-property: opacity, visibility;
6160
6171
  visibility: visible;
6161
6172
  }
6162
- .exp--page-header .exp--page-header__title-row .exp--page-header__page-actions::before {
6173
+ .c4p--page-header .c4p--page-header__title-row .c4p--page-header__page-actions::before {
6163
6174
  --from-color: var(--cds-ui-background, #ffffff);
6164
6175
  --to-color: var(--cds-ui-01, #f4f4f4);
6176
+ --to-color-shadow: var(--cds-ui-03, #e0e0e0);
6165
6177
  position: absolute;
6166
6178
  top: 0;
6167
6179
  left: 0;
6168
6180
  display: block;
6169
6181
  width: 100%;
6170
6182
  height: 100%;
6171
- animation: background-appear 1000ms calc(-1000ms * var(--exp--page-header--background-opacity)) linear paused forwards;
6183
+ animation: background-appear 1000ms calc(-1000ms * var(--c4p--page-header--background-opacity)) linear paused forwards;
6172
6184
  content: "";
6173
6185
  }
6174
- .exp--page-header .exp--page-header__page-actions-content {
6186
+ .c4p--page-header .c4p--page-header__page-actions-content {
6175
6187
  position: relative;
6176
6188
  width: 100%;
6177
6189
  height: 100%;
6178
6190
  }
6179
- .exp--page-header .exp--page-header__title-row .exp--page-header__page-actions--in-breadcrumb {
6191
+ .c4p--page-header .c4p--page-header__title-row .c4p--page-header__page-actions--in-breadcrumb {
6180
6192
  opacity: 0;
6181
6193
  visibility: hidden;
6182
6194
  }
6183
- .exp--page-header .exp--page-header__subtitle-row {
6195
+ .c4p--page-header .c4p--page-header__subtitle-row {
6184
6196
  display: -webkit-box;
6185
6197
  overflow: hidden;
6186
6198
  max-width: 100%;
@@ -6189,58 +6201,58 @@
6189
6201
  -webkit-line-clamp: 2;
6190
6202
  }
6191
6203
  @media (min-width: 42rem) {
6192
- .exp--page-header .exp--page-header__subtitle-row {
6204
+ .c4p--page-header .c4p--page-header__subtitle-row {
6193
6205
  max-width: 60%;
6194
6206
  }
6195
6207
  }
6196
- .exp--page-header .exp--page-header__subtitle-row + .exp--page-header__last-row-buffer--active {
6208
+ .c4p--page-header .c4p--page-header__subtitle-row + .c4p--page-header__last-row-buffer--active {
6197
6209
  height: var(--cds-spacing-05, 1rem);
6198
6210
  }
6199
- .exp--page-header .exp--page-header__subtitle {
6211
+ .c4p--page-header .c4p--page-header__subtitle {
6200
6212
  font-size: var(--cds-body-long-01-font-size, 0.875rem);
6201
6213
  font-weight: var(--cds-body-long-01-font-weight, 400);
6202
6214
  line-height: var(--cds-body-long-01-line-height, 1.42857);
6203
6215
  letter-spacing: var(--cds-body-long-01-letter-spacing, 0.16px);
6204
6216
  }
6205
- .exp--page-header .exp--page-header__available-row {
6217
+ .c4p--page-header .c4p--page-header__available-row {
6206
6218
  font-size: var(--cds-body-long-01-font-size, 0.875rem);
6207
6219
  font-weight: var(--cds-body-long-01-font-weight, 400);
6208
6220
  line-height: var(--cds-body-long-01-line-height, 1.42857);
6209
6221
  letter-spacing: var(--cds-body-long-01-letter-spacing, 0.16px);
6210
6222
  margin-top: var(--cds-spacing-03, 0.5rem);
6211
6223
  }
6212
- .exp--page-header .exp--page-header__available-row + .exp--page-header__last-row-buffer--active {
6224
+ .c4p--page-header .c4p--page-header__available-row + .c4p--page-header__last-row-buffer--active {
6213
6225
  height: var(--cds-spacing-05, 1rem);
6214
6226
  }
6215
- .exp--page-header .exp--page-header__title-row + .exp--page-header__available-row {
6227
+ .c4p--page-header .c4p--page-header__title-row + .c4p--page-header__available-row {
6216
6228
  margin-top: var(--cds-spacing-05, 1rem);
6217
6229
  }
6218
- .exp--page-header .exp--page-header__available-row * {
6230
+ .c4p--page-header .c4p--page-header__available-row * {
6219
6231
  font-size: var(--cds-body-long-01-font-size, 0.875rem);
6220
6232
  font-weight: var(--cds-body-long-01-font-weight, 400);
6221
6233
  line-height: var(--cds-body-long-01-line-height, 1.42857);
6222
6234
  letter-spacing: var(--cds-body-long-01-letter-spacing, 0.16px);
6223
6235
  }
6224
- .exp--page-header .exp--page-header__navigation-row {
6236
+ .c4p--page-header .c4p--page-header__navigation-row {
6225
6237
  flex-wrap: wrap-reverse;
6226
6238
  margin-top: 0;
6227
6239
  }
6228
- .exp--page-header .exp--page-header__navigation-row .bx--content-switcher {
6240
+ .c4p--page-header .c4p--page-header__navigation-row .bx--content-switcher {
6229
6241
  box-sizing: content-box;
6230
6242
  padding-bottom: var(--cds-spacing-05, 1rem);
6231
6243
  }
6232
- .exp--page-header .exp--page-header__navigation-row .bx--tab-content {
6244
+ .c4p--page-header .c4p--page-header__navigation-row .bx--tab-content {
6233
6245
  display: none;
6234
6246
  /* need to figure out how to handle the tab content */
6235
6247
  }
6236
- .exp--page-header .exp--page-header__navigation-tabs {
6248
+ .c4p--page-header .c4p--page-header__navigation-tabs {
6237
6249
  margin-left: calc(-1 * var(--cds-spacing-05, 1rem));
6238
6250
  }
6239
- .exp--page-header .exp--page-header__navigation-row--has-tags .exp--page-header__navigation-tabs {
6251
+ .c4p--page-header .c4p--page-header__navigation-row--has-tags .c4p--page-header__navigation-tabs {
6240
6252
  max-width: 75%;
6241
6253
  flex: 0 1 75%;
6242
6254
  }
6243
- .exp--page-header .exp--page-header__navigation-tags {
6255
+ .c4p--page-header .c4p--page-header__navigation-tags {
6244
6256
  display: flex;
6245
6257
  max-width: 25%;
6246
6258
  flex: 1 0 25%;
@@ -6253,49 +6265,49 @@
6253
6265
  white-space: nowrap;
6254
6266
  }
6255
6267
  @media (min-width: 42rem) {
6256
- .exp--page-header .exp--page-header__navigation-tags {
6268
+ .c4p--page-header .c4p--page-header__navigation-tags {
6257
6269
  padding-right: var(--cds-spacing-05, 1rem);
6258
6270
  }
6259
6271
  }
6260
- .exp--page-header .exp--page-header__navigation-tags--tags-only {
6272
+ .c4p--page-header .c4p--page-header__navigation-tags--tags-only {
6261
6273
  justify-content: flex-start;
6262
6274
  padding-top: 0;
6263
6275
  padding-bottom: var(--cds-spacing-04, 0.75rem);
6264
6276
  margin-left: calc(-1 * var(--cds-spacing-02, 0.25rem));
6265
6277
  text-align: initial;
6266
6278
  }
6267
- .exp--page-header .exp--page-header__navigation-row .bx--content-switcher-btn {
6279
+ .c4p--page-header .c4p--page-header__navigation-row .bx--content-switcher-btn {
6268
6280
  background-color: var(--cds-ui-background, #ffffff);
6269
6281
  }
6270
- .exp--page-header .bx--btn.bx--btn--icon-only.exp--page-header__collapse-expand-toggle {
6282
+ .c4p--page-header .bx--btn.bx--btn--icon-only.c4p--page-header__collapse-expand-toggle {
6271
6283
  position: absolute;
6272
6284
  z-index: 100;
6273
6285
  right: 0;
6274
6286
  bottom: 0;
6275
6287
  }
6276
- .exp--page-header .exp--page-header__collapse-expand-toggle .bx--btn__icon {
6288
+ .c4p--page-header .c4p--page-header__collapse-expand-toggle .bx--btn__icon {
6277
6289
  transition: all 400ms cubic-bezier(0.2, 0, 0.38, 0.9);
6278
6290
  }
6279
- .exp--page-header .exp--page-header__collapse-expand-toggle--collapsed .bx--btn__icon {
6291
+ .c4p--page-header .c4p--page-header__collapse-expand-toggle--collapsed .bx--btn__icon {
6280
6292
  transform: scaleY(-1);
6281
6293
  }
6282
6294
 
6283
6295
  :root {
6284
- --exp--page-header--tagset-tooltip-offset: 0;
6296
+ --c4p--page-header--tagset-tooltip-offset: 0;
6285
6297
  }
6286
6298
 
6287
- .exp--page-header__tagset-tooltip.exp--page-header__tagset-tooltip {
6288
- position: var(--exp--page-header--tagset-tooltip-position) !important;
6289
- top: var(--exp--page-header--tagset-tooltip-offset) !important;
6299
+ .c4p--page-header__tagset-tooltip.c4p--page-header__tagset-tooltip {
6300
+ position: var(--c4p--page-header--tagset-tooltip-position) !important;
6301
+ top: var(--c4p--page-header--tagset-tooltip-offset) !important;
6290
6302
  }
6291
6303
 
6292
- .exp--page-header__navigation-tags-overflow.bx--tooltip {
6304
+ .c4p--page-header__navigation-tags-overflow.bx--tooltip {
6293
6305
  z-index: 7999;
6294
6306
  }
6295
6307
 
6296
- .exp--page-header__action-bar-menu-options.bx--overflow-menu-options,
6308
+ .c4p--page-header__action-bar-menu-options.bx--overflow-menu-options,
6297
6309
  .bx--breadcrumb-menu-options.bx--overflow-menu-options,
6298
- .exp--page-header__button-set-menu-options.bx--overflow-menu-options {
6310
+ .c4p--page-header__button-set-menu-options.bx--overflow-menu-options {
6299
6311
  z-index: 7999;
6300
6312
  }
6301
6313
 
@@ -6373,47 +6385,47 @@
6373
6385
  /* stylelint-disable-line no-invalid-position-at-import-rule */
6374
6386
  /* stylelint-disable-line no-invalid-position-at-import-rule */
6375
6387
  /* stylelint-disable-line no-invalid-position-at-import-rule */
6376
- .exp--card__productive .exp--card__header {
6388
+ .c4p--card__productive .c4p--card__header {
6377
6389
  padding-right: 0;
6378
6390
  }
6379
- .exp--card__productive .exp--card__title {
6391
+ .c4p--card__productive .c4p--card__title {
6380
6392
  font-size: var(--cds-productive-heading-02-font-size, 1rem);
6381
6393
  font-weight: var(--cds-productive-heading-02-font-weight, 600);
6382
6394
  line-height: var(--cds-productive-heading-02-line-height, 1.375);
6383
6395
  letter-spacing: var(--cds-productive-heading-02-letter-spacing, 0);
6384
6396
  }
6385
- .exp--card__productive .exp--card__title-lg .exp--card__title {
6397
+ .c4p--card__productive .c4p--card__title-lg .c4p--card__title {
6386
6398
  font-size: var(--cds-productive-heading-03-font-size, 1.25rem);
6387
6399
  font-weight: var(--cds-productive-heading-03-font-weight, 400);
6388
6400
  line-height: var(--cds-productive-heading-03-line-height, 1.4);
6389
6401
  letter-spacing: var(--cds-productive-heading-03-letter-spacing, 0);
6390
6402
  }
6391
- .exp--card__productive .exp--card__body {
6403
+ .c4p--card__productive .c4p--card__body {
6392
6404
  padding-top: var(--cds-spacing-03, 0.5rem);
6393
6405
  }
6394
- .exp--card__productive .exp--card__footer {
6406
+ .c4p--card__productive .c4p--card__footer {
6395
6407
  align-items: center;
6396
6408
  justify-content: space-between;
6397
6409
  border-top: 1px solid var(--cds-ui-03, #e0e0e0);
6398
6410
  }
6399
- .exp--card__productive .exp--card__footer-no-button {
6411
+ .c4p--card__productive .c4p--card__footer-no-button {
6400
6412
  justify-content: flex-end;
6401
6413
  }
6402
- .exp--card__productive .exp--card__actions {
6414
+ .c4p--card__productive .c4p--card__actions {
6403
6415
  margin: 0;
6404
6416
  }
6405
- .exp--card__productive .exp--card__actions-header {
6417
+ .c4p--card__productive .c4p--card__actions-header {
6406
6418
  margin-top: calc(-1 * var(--cds-spacing-02, 0.25rem));
6407
6419
  margin-right: var(--cds-spacing-03, 0.5rem);
6408
6420
  }
6409
- .exp--card__productive .exp--card__title-lg .exp--card__actions-header,
6410
- .exp--card__productive .exp--card__header-has-label .exp--card__actions-header {
6421
+ .c4p--card__productive .c4p--card__title-lg .c4p--card__actions-header,
6422
+ .c4p--card__productive .c4p--card__header-has-label .c4p--card__actions-header {
6411
6423
  margin-top: 0;
6412
6424
  }
6413
- .exp--card__productive .exp--card__icon {
6425
+ .c4p--card__productive .c4p--card__icon {
6414
6426
  margin-right: var(--cds-spacing-05, 1rem);
6415
6427
  }
6416
- .exp--card__productive .exp--card__header-container {
6428
+ .c4p--card__productive .c4p--card__header-container {
6417
6429
  align-items: start;
6418
6430
  }
6419
6431
 
@@ -6570,19 +6582,19 @@
6570
6582
  /* stylelint-disable-line no-invalid-position-at-import-rule */
6571
6583
  /* stylelint-disable-line no-invalid-position-at-import-rule */
6572
6584
  /* stylelint-disable-line no-invalid-position-at-import-rule */
6573
- .exp--remove-modal .bx--modal-footer .bx--btn {
6585
+ .c4p--remove-modal .bx--modal-footer .bx--btn {
6574
6586
  max-width: none;
6575
6587
  }
6576
6588
 
6577
- .exp--remove-modal .bx--modal-content {
6589
+ .c4p--remove-modal .bx--modal-content {
6578
6590
  padding-right: var(--cds-spacing-05, 1rem);
6579
6591
  }
6580
6592
 
6581
- .exp--remove-modal .bx--modal-close {
6593
+ .c4p--remove-modal .bx--modal-close {
6582
6594
  display: none;
6583
6595
  }
6584
6596
 
6585
- .exp--remove-modal__body {
6597
+ .c4p--remove-modal__body {
6586
6598
  padding-right: 20%;
6587
6599
  margin-bottom: var(--cds-spacing-05, 1rem);
6588
6600
  }
@@ -6685,26 +6697,26 @@
6685
6697
  stroke-dashoffset: 0;
6686
6698
  }
6687
6699
  }
6688
- .exp--saving__message {
6700
+ .c4p--saving__message {
6689
6701
  display: flex;
6690
6702
  }
6691
6703
 
6692
- .exp--saving__error-icon {
6704
+ .c4p--saving__error-icon {
6693
6705
  margin-right: var(--cds-spacing-05, 1rem);
6694
6706
  }
6695
6707
 
6696
- .exp--saving__error-icon svg {
6708
+ .c4p--saving__error-icon svg {
6697
6709
  fill: var(--cds-danger-01, #da1e28);
6698
6710
  }
6699
6711
 
6700
- .exp--saving__text {
6712
+ .c4p--saving__text {
6701
6713
  font-size: var(--cds-body-short-01-font-size, 0.875rem);
6702
6714
  font-weight: var(--cds-body-short-01-font-weight, 400);
6703
6715
  line-height: var(--cds-body-short-01-line-height, 1.28572);
6704
6716
  letter-spacing: var(--cds-body-short-01-letter-spacing, 0.16px);
6705
6717
  }
6706
6718
 
6707
- .exp--saving__buttons {
6719
+ .c4p--saving__buttons {
6708
6720
  display: flex;
6709
6721
  }
6710
6722
 
@@ -6878,403 +6890,403 @@
6878
6890
  transform: scaleY(-1) rotate(0deg);
6879
6891
  }
6880
6892
  }
6881
- .exp--status-icon {
6893
+ .c4p--status-icon {
6882
6894
  display: flex;
6883
6895
  justify-content: flex-end;
6884
6896
  }
6885
6897
 
6886
- .exp--status-icon--light.exp--status-icon--light-minor-warning,
6887
- .exp--status-icon--dark.exp--status-icon--dark-minor-warning {
6898
+ .c4p--status-icon--light.c4p--status-icon--light-minor-warning,
6899
+ .c4p--status-icon--dark.c4p--status-icon--dark-minor-warning {
6888
6900
  fill: #fddc69;
6889
6901
  }
6890
6902
 
6891
- .exp--status-icon--light.exp--status-icon--light-major-warning path:nth-of-type(1),
6892
- .exp--status-icon--dark.exp--status-icon--dark-major-warning path:nth-of-type(1),
6893
- .exp--status-icon--light.exp--status-icon--light-minor-warning path:nth-of-type(1),
6894
- .exp--status-icon--dark.exp--status-icon--dark-minor-warning path:nth-of-type(1) {
6903
+ .c4p--status-icon--light.c4p--status-icon--light-major-warning path:nth-of-type(1),
6904
+ .c4p--status-icon--dark.c4p--status-icon--dark-major-warning path:nth-of-type(1),
6905
+ .c4p--status-icon--light.c4p--status-icon--light-minor-warning path:nth-of-type(1),
6906
+ .c4p--status-icon--dark.c4p--status-icon--dark-minor-warning path:nth-of-type(1) {
6895
6907
  fill: #161616;
6896
6908
  }
6897
6909
 
6898
- .exp--status-icon--light.exp--status-icon--light-fatal {
6910
+ .c4p--status-icon--light.c4p--status-icon--light-fatal {
6899
6911
  fill: #000000;
6900
6912
  }
6901
6913
  @media (prefers-reduced-motion) {
6902
- .exp--status-icon--light.exp--status-icon--light-fatal .exp--status-icon--light.exp--status-icon--light-in-progress {
6914
+ .c4p--status-icon--light.c4p--status-icon--light-fatal .c4p--status-icon--light.c4p--status-icon--light-in-progress {
6903
6915
  animation: none;
6904
6916
  }
6905
6917
  }
6906
6918
 
6907
- .exp--status-icon--light.exp--status-icon--dark-fatal {
6919
+ .c4p--status-icon--light.c4p--status-icon--dark-fatal {
6908
6920
  fill: #000000;
6909
6921
  }
6910
6922
  @media (prefers-reduced-motion) {
6911
- .exp--status-icon--light.exp--status-icon--dark-fatal .exp--status-icon--light.exp--status-icon--dark-in-progress {
6923
+ .c4p--status-icon--light.c4p--status-icon--dark-fatal .c4p--status-icon--light.c4p--status-icon--dark-in-progress {
6912
6924
  animation: none;
6913
6925
  }
6914
6926
  }
6915
6927
 
6916
- .exp--status-icon--light.exp--status-icon--light-critical {
6928
+ .c4p--status-icon--light.c4p--status-icon--light-critical {
6917
6929
  fill: #da1e28;
6918
6930
  }
6919
6931
  @media (prefers-reduced-motion) {
6920
- .exp--status-icon--light.exp--status-icon--light-critical .exp--status-icon--light.exp--status-icon--light-in-progress {
6932
+ .c4p--status-icon--light.c4p--status-icon--light-critical .c4p--status-icon--light.c4p--status-icon--light-in-progress {
6921
6933
  animation: none;
6922
6934
  }
6923
6935
  }
6924
6936
 
6925
- .exp--status-icon--light.exp--status-icon--dark-critical {
6937
+ .c4p--status-icon--light.c4p--status-icon--dark-critical {
6926
6938
  fill: #da1e28;
6927
6939
  }
6928
6940
  @media (prefers-reduced-motion) {
6929
- .exp--status-icon--light.exp--status-icon--dark-critical .exp--status-icon--light.exp--status-icon--dark-in-progress {
6941
+ .c4p--status-icon--light.c4p--status-icon--dark-critical .c4p--status-icon--light.c4p--status-icon--dark-in-progress {
6930
6942
  animation: none;
6931
6943
  }
6932
6944
  }
6933
6945
 
6934
- .exp--status-icon--light.exp--status-icon--light-major-warning {
6946
+ .c4p--status-icon--light.c4p--status-icon--light-major-warning {
6935
6947
  fill: #ff832b;
6936
6948
  }
6937
6949
  @media (prefers-reduced-motion) {
6938
- .exp--status-icon--light.exp--status-icon--light-major-warning .exp--status-icon--light.exp--status-icon--light-in-progress {
6950
+ .c4p--status-icon--light.c4p--status-icon--light-major-warning .c4p--status-icon--light.c4p--status-icon--light-in-progress {
6939
6951
  animation: none;
6940
6952
  }
6941
6953
  }
6942
6954
 
6943
- .exp--status-icon--light.exp--status-icon--dark-major-warning {
6955
+ .c4p--status-icon--light.c4p--status-icon--dark-major-warning {
6944
6956
  fill: #ff832b;
6945
6957
  }
6946
6958
  @media (prefers-reduced-motion) {
6947
- .exp--status-icon--light.exp--status-icon--dark-major-warning .exp--status-icon--light.exp--status-icon--dark-in-progress {
6959
+ .c4p--status-icon--light.c4p--status-icon--dark-major-warning .c4p--status-icon--light.c4p--status-icon--dark-in-progress {
6948
6960
  animation: none;
6949
6961
  }
6950
6962
  }
6951
6963
 
6952
- .exp--status-icon--light.exp--status-icon--light-minor-warning {
6964
+ .c4p--status-icon--light.c4p--status-icon--light-minor-warning {
6953
6965
  fill: #fddc69;
6954
6966
  }
6955
6967
  @media (prefers-reduced-motion) {
6956
- .exp--status-icon--light.exp--status-icon--light-minor-warning .exp--status-icon--light.exp--status-icon--light-in-progress {
6968
+ .c4p--status-icon--light.c4p--status-icon--light-minor-warning .c4p--status-icon--light.c4p--status-icon--light-in-progress {
6957
6969
  animation: none;
6958
6970
  }
6959
6971
  }
6960
6972
 
6961
- .exp--status-icon--light.exp--status-icon--dark-minor-warning {
6973
+ .c4p--status-icon--light.c4p--status-icon--dark-minor-warning {
6962
6974
  fill: #fddc69;
6963
6975
  }
6964
6976
  @media (prefers-reduced-motion) {
6965
- .exp--status-icon--light.exp--status-icon--dark-minor-warning .exp--status-icon--light.exp--status-icon--dark-in-progress {
6977
+ .c4p--status-icon--light.c4p--status-icon--dark-minor-warning .c4p--status-icon--light.c4p--status-icon--dark-in-progress {
6966
6978
  animation: none;
6967
6979
  }
6968
6980
  }
6969
6981
 
6970
- .exp--status-icon--light.exp--status-icon--light-undefined {
6982
+ .c4p--status-icon--light.c4p--status-icon--light-undefined {
6971
6983
  fill: #8a3ffc;
6972
6984
  }
6973
6985
  @media (prefers-reduced-motion) {
6974
- .exp--status-icon--light.exp--status-icon--light-undefined .exp--status-icon--light.exp--status-icon--light-in-progress {
6986
+ .c4p--status-icon--light.c4p--status-icon--light-undefined .c4p--status-icon--light.c4p--status-icon--light-in-progress {
6975
6987
  animation: none;
6976
6988
  }
6977
6989
  }
6978
6990
 
6979
- .exp--status-icon--light.exp--status-icon--dark-undefined {
6991
+ .c4p--status-icon--light.c4p--status-icon--dark-undefined {
6980
6992
  fill: #8a3ffc;
6981
6993
  }
6982
6994
  @media (prefers-reduced-motion) {
6983
- .exp--status-icon--light.exp--status-icon--dark-undefined .exp--status-icon--light.exp--status-icon--dark-in-progress {
6995
+ .c4p--status-icon--light.c4p--status-icon--dark-undefined .c4p--status-icon--light.c4p--status-icon--dark-in-progress {
6984
6996
  animation: none;
6985
6997
  }
6986
6998
  }
6987
6999
 
6988
- .exp--status-icon--light.exp--status-icon--light-unknown {
7000
+ .c4p--status-icon--light.c4p--status-icon--light-unknown {
6989
7001
  fill: #6f6f6f;
6990
7002
  }
6991
7003
  @media (prefers-reduced-motion) {
6992
- .exp--status-icon--light.exp--status-icon--light-unknown .exp--status-icon--light.exp--status-icon--light-in-progress {
7004
+ .c4p--status-icon--light.c4p--status-icon--light-unknown .c4p--status-icon--light.c4p--status-icon--light-in-progress {
6993
7005
  animation: none;
6994
7006
  }
6995
7007
  }
6996
7008
 
6997
- .exp--status-icon--light.exp--status-icon--dark-unknown {
7009
+ .c4p--status-icon--light.c4p--status-icon--dark-unknown {
6998
7010
  fill: #6f6f6f;
6999
7011
  }
7000
7012
  @media (prefers-reduced-motion) {
7001
- .exp--status-icon--light.exp--status-icon--dark-unknown .exp--status-icon--light.exp--status-icon--dark-in-progress {
7013
+ .c4p--status-icon--light.c4p--status-icon--dark-unknown .c4p--status-icon--light.c4p--status-icon--dark-in-progress {
7002
7014
  animation: none;
7003
7015
  }
7004
7016
  }
7005
7017
 
7006
- .exp--status-icon--light.exp--status-icon--light-normal {
7018
+ .c4p--status-icon--light.c4p--status-icon--light-normal {
7007
7019
  fill: #198038;
7008
7020
  }
7009
7021
  @media (prefers-reduced-motion) {
7010
- .exp--status-icon--light.exp--status-icon--light-normal .exp--status-icon--light.exp--status-icon--light-in-progress {
7022
+ .c4p--status-icon--light.c4p--status-icon--light-normal .c4p--status-icon--light.c4p--status-icon--light-in-progress {
7011
7023
  animation: none;
7012
7024
  }
7013
7025
  }
7014
7026
 
7015
- .exp--status-icon--light.exp--status-icon--dark-normal {
7027
+ .c4p--status-icon--light.c4p--status-icon--dark-normal {
7016
7028
  fill: #198038;
7017
7029
  }
7018
7030
  @media (prefers-reduced-motion) {
7019
- .exp--status-icon--light.exp--status-icon--dark-normal .exp--status-icon--light.exp--status-icon--dark-in-progress {
7031
+ .c4p--status-icon--light.c4p--status-icon--dark-normal .c4p--status-icon--light.c4p--status-icon--dark-in-progress {
7020
7032
  animation: none;
7021
7033
  }
7022
7034
  }
7023
7035
 
7024
- .exp--status-icon--light.exp--status-icon--light-info {
7036
+ .c4p--status-icon--light.c4p--status-icon--light-info {
7025
7037
  fill: #0f62fe;
7026
7038
  }
7027
7039
  @media (prefers-reduced-motion) {
7028
- .exp--status-icon--light.exp--status-icon--light-info .exp--status-icon--light.exp--status-icon--light-in-progress {
7040
+ .c4p--status-icon--light.c4p--status-icon--light-info .c4p--status-icon--light.c4p--status-icon--light-in-progress {
7029
7041
  animation: none;
7030
7042
  }
7031
7043
  }
7032
7044
 
7033
- .exp--status-icon--light.exp--status-icon--dark-info {
7045
+ .c4p--status-icon--light.c4p--status-icon--dark-info {
7034
7046
  fill: #0f62fe;
7035
7047
  }
7036
7048
  @media (prefers-reduced-motion) {
7037
- .exp--status-icon--light.exp--status-icon--dark-info .exp--status-icon--light.exp--status-icon--dark-in-progress {
7049
+ .c4p--status-icon--light.c4p--status-icon--dark-info .c4p--status-icon--light.c4p--status-icon--dark-in-progress {
7038
7050
  animation: none;
7039
7051
  }
7040
7052
  }
7041
7053
 
7042
- .exp--status-icon--light.exp--status-icon--light-in-progress {
7054
+ .c4p--status-icon--light.c4p--status-icon--light-in-progress {
7043
7055
  animation: rotating 8000ms infinite linear;
7044
7056
  fill: #0f62fe;
7045
7057
  }
7046
7058
  @media (prefers-reduced-motion: reduce) {
7047
- .exp--status-icon--light.exp--status-icon--light-in-progress {
7059
+ .c4p--status-icon--light.c4p--status-icon--light-in-progress {
7048
7060
  animation: none;
7049
7061
  }
7050
7062
  }
7051
7063
 
7052
- .exp--status-icon--light.exp--status-icon--dark-in-progress {
7064
+ .c4p--status-icon--light.c4p--status-icon--dark-in-progress {
7053
7065
  animation: rotating 8000ms infinite linear;
7054
7066
  fill: #0f62fe;
7055
7067
  }
7056
7068
  @media (prefers-reduced-motion: reduce) {
7057
- .exp--status-icon--light.exp--status-icon--dark-in-progress {
7069
+ .c4p--status-icon--light.c4p--status-icon--dark-in-progress {
7058
7070
  animation: none;
7059
7071
  }
7060
7072
  }
7061
7073
 
7062
- .exp--status-icon--light.exp--status-icon--light-running {
7074
+ .c4p--status-icon--light.c4p--status-icon--light-running {
7063
7075
  fill: #198038;
7064
7076
  transform: scaleY(-1);
7065
7077
  }
7066
7078
 
7067
- .exp--status-icon--light.exp--status-icon--dark-running {
7079
+ .c4p--status-icon--light.c4p--status-icon--dark-running {
7068
7080
  fill: #198038;
7069
7081
  transform: scaleY(-1);
7070
7082
  }
7071
7083
 
7072
- .exp--status-icon--light.exp--status-icon--light-pending {
7084
+ .c4p--status-icon--light.c4p--status-icon--light-pending {
7073
7085
  fill: #6f6f6f;
7074
7086
  }
7075
7087
  @media (prefers-reduced-motion) {
7076
- .exp--status-icon--light.exp--status-icon--light-pending .exp--status-icon--light.exp--status-icon--light-in-progress {
7088
+ .c4p--status-icon--light.c4p--status-icon--light-pending .c4p--status-icon--light.c4p--status-icon--light-in-progress {
7077
7089
  animation: none;
7078
7090
  }
7079
7091
  }
7080
7092
 
7081
- .exp--status-icon--light.exp--status-icon--dark-pending {
7093
+ .c4p--status-icon--light.c4p--status-icon--dark-pending {
7082
7094
  fill: #6f6f6f;
7083
7095
  }
7084
7096
  @media (prefers-reduced-motion) {
7085
- .exp--status-icon--light.exp--status-icon--dark-pending .exp--status-icon--light.exp--status-icon--dark-in-progress {
7097
+ .c4p--status-icon--light.c4p--status-icon--dark-pending .c4p--status-icon--light.c4p--status-icon--dark-in-progress {
7086
7098
  animation: none;
7087
7099
  }
7088
7100
  }
7089
7101
 
7090
- .exp--status-icon--dark.exp--status-icon--light-fatal {
7102
+ .c4p--status-icon--dark.c4p--status-icon--light-fatal {
7091
7103
  fill: #8d8d8d;
7092
7104
  }
7093
7105
  @media (prefers-reduced-motion) {
7094
- .exp--status-icon--dark.exp--status-icon--light-fatal .exp--status-icon--dark.exp--status-icon--light-in-progress {
7106
+ .c4p--status-icon--dark.c4p--status-icon--light-fatal .c4p--status-icon--dark.c4p--status-icon--light-in-progress {
7095
7107
  animation: none;
7096
7108
  }
7097
7109
  }
7098
7110
 
7099
- .exp--status-icon--dark.exp--status-icon--dark-fatal {
7111
+ .c4p--status-icon--dark.c4p--status-icon--dark-fatal {
7100
7112
  fill: #8d8d8d;
7101
7113
  }
7102
7114
  @media (prefers-reduced-motion) {
7103
- .exp--status-icon--dark.exp--status-icon--dark-fatal .exp--status-icon--dark.exp--status-icon--dark-in-progress {
7115
+ .c4p--status-icon--dark.c4p--status-icon--dark-fatal .c4p--status-icon--dark.c4p--status-icon--dark-in-progress {
7104
7116
  animation: none;
7105
7117
  }
7106
7118
  }
7107
7119
 
7108
- .exp--status-icon--dark.exp--status-icon--light-critical {
7120
+ .c4p--status-icon--dark.c4p--status-icon--light-critical {
7109
7121
  fill: #fa4d56;
7110
7122
  }
7111
7123
  @media (prefers-reduced-motion) {
7112
- .exp--status-icon--dark.exp--status-icon--light-critical .exp--status-icon--dark.exp--status-icon--light-in-progress {
7124
+ .c4p--status-icon--dark.c4p--status-icon--light-critical .c4p--status-icon--dark.c4p--status-icon--light-in-progress {
7113
7125
  animation: none;
7114
7126
  }
7115
7127
  }
7116
7128
 
7117
- .exp--status-icon--dark.exp--status-icon--dark-critical {
7129
+ .c4p--status-icon--dark.c4p--status-icon--dark-critical {
7118
7130
  fill: #fa4d56;
7119
7131
  }
7120
7132
  @media (prefers-reduced-motion) {
7121
- .exp--status-icon--dark.exp--status-icon--dark-critical .exp--status-icon--dark.exp--status-icon--dark-in-progress {
7133
+ .c4p--status-icon--dark.c4p--status-icon--dark-critical .c4p--status-icon--dark.c4p--status-icon--dark-in-progress {
7122
7134
  animation: none;
7123
7135
  }
7124
7136
  }
7125
7137
 
7126
- .exp--status-icon--dark.exp--status-icon--light-major-warning {
7138
+ .c4p--status-icon--dark.c4p--status-icon--light-major-warning {
7127
7139
  fill: #ff832b;
7128
7140
  }
7129
7141
  @media (prefers-reduced-motion) {
7130
- .exp--status-icon--dark.exp--status-icon--light-major-warning .exp--status-icon--dark.exp--status-icon--light-in-progress {
7142
+ .c4p--status-icon--dark.c4p--status-icon--light-major-warning .c4p--status-icon--dark.c4p--status-icon--light-in-progress {
7131
7143
  animation: none;
7132
7144
  }
7133
7145
  }
7134
7146
 
7135
- .exp--status-icon--dark.exp--status-icon--dark-major-warning {
7147
+ .c4p--status-icon--dark.c4p--status-icon--dark-major-warning {
7136
7148
  fill: #ff832b;
7137
7149
  }
7138
7150
  @media (prefers-reduced-motion) {
7139
- .exp--status-icon--dark.exp--status-icon--dark-major-warning .exp--status-icon--dark.exp--status-icon--dark-in-progress {
7151
+ .c4p--status-icon--dark.c4p--status-icon--dark-major-warning .c4p--status-icon--dark.c4p--status-icon--dark-in-progress {
7140
7152
  animation: none;
7141
7153
  }
7142
7154
  }
7143
7155
 
7144
- .exp--status-icon--dark.exp--status-icon--light-minor-warning {
7156
+ .c4p--status-icon--dark.c4p--status-icon--light-minor-warning {
7145
7157
  fill: #fddc69;
7146
7158
  }
7147
7159
  @media (prefers-reduced-motion) {
7148
- .exp--status-icon--dark.exp--status-icon--light-minor-warning .exp--status-icon--dark.exp--status-icon--light-in-progress {
7160
+ .c4p--status-icon--dark.c4p--status-icon--light-minor-warning .c4p--status-icon--dark.c4p--status-icon--light-in-progress {
7149
7161
  animation: none;
7150
7162
  }
7151
7163
  }
7152
7164
 
7153
- .exp--status-icon--dark.exp--status-icon--dark-minor-warning {
7165
+ .c4p--status-icon--dark.c4p--status-icon--dark-minor-warning {
7154
7166
  fill: #fddc69;
7155
7167
  }
7156
7168
  @media (prefers-reduced-motion) {
7157
- .exp--status-icon--dark.exp--status-icon--dark-minor-warning .exp--status-icon--dark.exp--status-icon--dark-in-progress {
7169
+ .c4p--status-icon--dark.c4p--status-icon--dark-minor-warning .c4p--status-icon--dark.c4p--status-icon--dark-in-progress {
7158
7170
  animation: none;
7159
7171
  }
7160
7172
  }
7161
7173
 
7162
- .exp--status-icon--dark.exp--status-icon--light-undefined {
7174
+ .c4p--status-icon--dark.c4p--status-icon--light-undefined {
7163
7175
  fill: #a56eff;
7164
7176
  }
7165
7177
  @media (prefers-reduced-motion) {
7166
- .exp--status-icon--dark.exp--status-icon--light-undefined .exp--status-icon--dark.exp--status-icon--light-in-progress {
7178
+ .c4p--status-icon--dark.c4p--status-icon--light-undefined .c4p--status-icon--dark.c4p--status-icon--light-in-progress {
7167
7179
  animation: none;
7168
7180
  }
7169
7181
  }
7170
7182
 
7171
- .exp--status-icon--dark.exp--status-icon--dark-undefined {
7183
+ .c4p--status-icon--dark.c4p--status-icon--dark-undefined {
7172
7184
  fill: #a56eff;
7173
7185
  }
7174
7186
  @media (prefers-reduced-motion) {
7175
- .exp--status-icon--dark.exp--status-icon--dark-undefined .exp--status-icon--dark.exp--status-icon--dark-in-progress {
7187
+ .c4p--status-icon--dark.c4p--status-icon--dark-undefined .c4p--status-icon--dark.c4p--status-icon--dark-in-progress {
7176
7188
  animation: none;
7177
7189
  }
7178
7190
  }
7179
7191
 
7180
- .exp--status-icon--dark.exp--status-icon--light-unknown {
7192
+ .c4p--status-icon--dark.c4p--status-icon--light-unknown {
7181
7193
  fill: #8d8d8d;
7182
7194
  }
7183
7195
  @media (prefers-reduced-motion) {
7184
- .exp--status-icon--dark.exp--status-icon--light-unknown .exp--status-icon--dark.exp--status-icon--light-in-progress {
7196
+ .c4p--status-icon--dark.c4p--status-icon--light-unknown .c4p--status-icon--dark.c4p--status-icon--light-in-progress {
7185
7197
  animation: none;
7186
7198
  }
7187
7199
  }
7188
7200
 
7189
- .exp--status-icon--dark.exp--status-icon--dark-unknown {
7201
+ .c4p--status-icon--dark.c4p--status-icon--dark-unknown {
7190
7202
  fill: #8d8d8d;
7191
7203
  }
7192
7204
  @media (prefers-reduced-motion) {
7193
- .exp--status-icon--dark.exp--status-icon--dark-unknown .exp--status-icon--dark.exp--status-icon--dark-in-progress {
7205
+ .c4p--status-icon--dark.c4p--status-icon--dark-unknown .c4p--status-icon--dark.c4p--status-icon--dark-in-progress {
7194
7206
  animation: none;
7195
7207
  }
7196
7208
  }
7197
7209
 
7198
- .exp--status-icon--dark.exp--status-icon--light-normal {
7210
+ .c4p--status-icon--dark.c4p--status-icon--light-normal {
7199
7211
  fill: #24a148;
7200
7212
  }
7201
7213
  @media (prefers-reduced-motion) {
7202
- .exp--status-icon--dark.exp--status-icon--light-normal .exp--status-icon--dark.exp--status-icon--light-in-progress {
7214
+ .c4p--status-icon--dark.c4p--status-icon--light-normal .c4p--status-icon--dark.c4p--status-icon--light-in-progress {
7203
7215
  animation: none;
7204
7216
  }
7205
7217
  }
7206
7218
 
7207
- .exp--status-icon--dark.exp--status-icon--dark-normal {
7219
+ .c4p--status-icon--dark.c4p--status-icon--dark-normal {
7208
7220
  fill: #24a148;
7209
7221
  }
7210
7222
  @media (prefers-reduced-motion) {
7211
- .exp--status-icon--dark.exp--status-icon--dark-normal .exp--status-icon--dark.exp--status-icon--dark-in-progress {
7223
+ .c4p--status-icon--dark.c4p--status-icon--dark-normal .c4p--status-icon--dark.c4p--status-icon--dark-in-progress {
7212
7224
  animation: none;
7213
7225
  }
7214
7226
  }
7215
7227
 
7216
- .exp--status-icon--dark.exp--status-icon--light-info {
7228
+ .c4p--status-icon--dark.c4p--status-icon--light-info {
7217
7229
  fill: #4589ff;
7218
7230
  }
7219
7231
  @media (prefers-reduced-motion) {
7220
- .exp--status-icon--dark.exp--status-icon--light-info .exp--status-icon--dark.exp--status-icon--light-in-progress {
7232
+ .c4p--status-icon--dark.c4p--status-icon--light-info .c4p--status-icon--dark.c4p--status-icon--light-in-progress {
7221
7233
  animation: none;
7222
7234
  }
7223
7235
  }
7224
7236
 
7225
- .exp--status-icon--dark.exp--status-icon--dark-info {
7237
+ .c4p--status-icon--dark.c4p--status-icon--dark-info {
7226
7238
  fill: #4589ff;
7227
7239
  }
7228
7240
  @media (prefers-reduced-motion) {
7229
- .exp--status-icon--dark.exp--status-icon--dark-info .exp--status-icon--dark.exp--status-icon--dark-in-progress {
7241
+ .c4p--status-icon--dark.c4p--status-icon--dark-info .c4p--status-icon--dark.c4p--status-icon--dark-in-progress {
7230
7242
  animation: none;
7231
7243
  }
7232
7244
  }
7233
7245
 
7234
- .exp--status-icon--dark.exp--status-icon--light-in-progress {
7246
+ .c4p--status-icon--dark.c4p--status-icon--light-in-progress {
7235
7247
  animation: rotating 8000ms infinite linear;
7236
7248
  fill: #4589ff;
7237
7249
  }
7238
7250
  @media (prefers-reduced-motion: reduce) {
7239
- .exp--status-icon--dark.exp--status-icon--light-in-progress {
7251
+ .c4p--status-icon--dark.c4p--status-icon--light-in-progress {
7240
7252
  animation: none;
7241
7253
  }
7242
7254
  }
7243
7255
 
7244
- .exp--status-icon--dark.exp--status-icon--dark-in-progress {
7256
+ .c4p--status-icon--dark.c4p--status-icon--dark-in-progress {
7245
7257
  animation: rotating 8000ms infinite linear;
7246
7258
  fill: #4589ff;
7247
7259
  }
7248
7260
  @media (prefers-reduced-motion: reduce) {
7249
- .exp--status-icon--dark.exp--status-icon--dark-in-progress {
7261
+ .c4p--status-icon--dark.c4p--status-icon--dark-in-progress {
7250
7262
  animation: none;
7251
7263
  }
7252
7264
  }
7253
7265
 
7254
- .exp--status-icon--dark.exp--status-icon--light-running {
7266
+ .c4p--status-icon--dark.c4p--status-icon--light-running {
7255
7267
  fill: #24a148;
7256
7268
  transform: scaleY(-1);
7257
7269
  }
7258
7270
 
7259
- .exp--status-icon--dark.exp--status-icon--dark-running {
7271
+ .c4p--status-icon--dark.c4p--status-icon--dark-running {
7260
7272
  fill: #24a148;
7261
7273
  transform: scaleY(-1);
7262
7274
  }
7263
7275
 
7264
- .exp--status-icon--dark.exp--status-icon--light-pending {
7276
+ .c4p--status-icon--dark.c4p--status-icon--light-pending {
7265
7277
  fill: #8d8d8d;
7266
7278
  }
7267
7279
  @media (prefers-reduced-motion) {
7268
- .exp--status-icon--dark.exp--status-icon--light-pending .exp--status-icon--dark.exp--status-icon--light-in-progress {
7280
+ .c4p--status-icon--dark.c4p--status-icon--light-pending .c4p--status-icon--dark.c4p--status-icon--light-in-progress {
7269
7281
  animation: none;
7270
7282
  }
7271
7283
  }
7272
7284
 
7273
- .exp--status-icon--dark.exp--status-icon--dark-pending {
7285
+ .c4p--status-icon--dark.c4p--status-icon--dark-pending {
7274
7286
  fill: #8d8d8d;
7275
7287
  }
7276
7288
  @media (prefers-reduced-motion) {
7277
- .exp--status-icon--dark.exp--status-icon--dark-pending .exp--status-icon--dark.exp--status-icon--dark-in-progress {
7289
+ .c4p--status-icon--dark.c4p--status-icon--dark-pending .c4p--status-icon--dark.c4p--status-icon--dark-in-progress {
7278
7290
  animation: none;
7279
7291
  }
7280
7292
  }
@@ -7617,111 +7629,111 @@
7617
7629
  /* stylelint-disable-line no-invalid-position-at-import-rule */
7618
7630
  /* stylelint-disable-line no-invalid-position-at-import-rule */
7619
7631
  /* stylelint-disable-line no-invalid-position-at-import-rule */
7620
- .exp-user-profile-avatar--light {
7632
+ .c4p--user-profile-image--light {
7621
7633
  color: var(--cds-ui-01, #f4f4f4);
7622
7634
  }
7623
7635
 
7624
- .exp-user-profile-avatar--light.exp-user-profile-avatar--light-cyan {
7636
+ .c4p--user-profile-image--light.c4p--user-profile-image--light-cyan {
7625
7637
  background-color: #0072c3;
7626
7638
  }
7627
7639
 
7628
- .exp-user-profile-avatar--light.exp-user-profile-avatar--dark-cyan {
7640
+ .c4p--user-profile-image--light.c4p--user-profile-image--dark-cyan {
7629
7641
  background-color: #003a6d;
7630
7642
  }
7631
7643
 
7632
- .exp-user-profile-avatar--light.exp-user-profile-avatar--light-gray {
7644
+ .c4p--user-profile-image--light.c4p--user-profile-image--light-gray {
7633
7645
  background-color: #6f6f6f;
7634
7646
  }
7635
7647
 
7636
- .exp-user-profile-avatar--light.exp-user-profile-avatar--dark-gray {
7648
+ .c4p--user-profile-image--light.c4p--user-profile-image--dark-gray {
7637
7649
  background-color: #393939;
7638
7650
  }
7639
7651
 
7640
- .exp-user-profile-avatar--light.exp-user-profile-avatar--light-green {
7652
+ .c4p--user-profile-image--light.c4p--user-profile-image--light-green {
7641
7653
  background-color: #198038;
7642
7654
  }
7643
7655
 
7644
- .exp-user-profile-avatar--light.exp-user-profile-avatar--dark-green {
7656
+ .c4p--user-profile-image--light.c4p--user-profile-image--dark-green {
7645
7657
  background-color: #044317;
7646
7658
  }
7647
7659
 
7648
- .exp-user-profile-avatar--light.exp-user-profile-avatar--light-magenta {
7660
+ .c4p--user-profile-image--light.c4p--user-profile-image--light-magenta {
7649
7661
  background-color: #d02670;
7650
7662
  }
7651
7663
 
7652
- .exp-user-profile-avatar--light.exp-user-profile-avatar--dark-magenta {
7664
+ .c4p--user-profile-image--light.c4p--user-profile-image--dark-magenta {
7653
7665
  background-color: #740937;
7654
7666
  }
7655
7667
 
7656
- .exp-user-profile-avatar--light.exp-user-profile-avatar--light-purple {
7668
+ .c4p--user-profile-image--light.c4p--user-profile-image--light-purple {
7657
7669
  background-color: #8a3ffc;
7658
7670
  }
7659
7671
 
7660
- .exp-user-profile-avatar--light.exp-user-profile-avatar--dark-purple {
7672
+ .c4p--user-profile-image--light.c4p--user-profile-image--dark-purple {
7661
7673
  background-color: #491d8b;
7662
7674
  }
7663
7675
 
7664
- .exp-user-profile-avatar--light.exp-user-profile-avatar--light-teal {
7676
+ .c4p--user-profile-image--light.c4p--user-profile-image--light-teal {
7665
7677
  background-color: #007d79;
7666
7678
  }
7667
7679
 
7668
- .exp-user-profile-avatar--light.exp-user-profile-avatar--dark-teal {
7680
+ .c4p--user-profile-image--light.c4p--user-profile-image--dark-teal {
7669
7681
  background-color: #004144;
7670
7682
  }
7671
7683
 
7672
- .exp-user-profile-avatar--dark {
7684
+ .c4p--user-profile-image--dark {
7673
7685
  color: var(--cds-ui-01, #f4f4f4);
7674
7686
  }
7675
7687
 
7676
- .exp-user-profile-avatar--dark.exp-user-profile-avatar--light-cyan {
7688
+ .c4p--user-profile-image--dark.c4p--user-profile-image--light-cyan {
7677
7689
  background-color: #1192e8;
7678
7690
  }
7679
7691
 
7680
- .exp-user-profile-avatar--dark.exp-user-profile-avatar--dark-cyan {
7692
+ .c4p--user-profile-image--dark.c4p--user-profile-image--dark-cyan {
7681
7693
  background-color: #82cfff;
7682
7694
  }
7683
7695
 
7684
- .exp-user-profile-avatar--dark.exp-user-profile-avatar--light-gray {
7696
+ .c4p--user-profile-image--dark.c4p--user-profile-image--light-gray {
7685
7697
  background-color: #8d8d8d;
7686
7698
  }
7687
7699
 
7688
- .exp-user-profile-avatar--dark.exp-user-profile-avatar--dark-gray {
7700
+ .c4p--user-profile-image--dark.c4p--user-profile-image--dark-gray {
7689
7701
  background-color: #c6c6c6;
7690
7702
  }
7691
7703
 
7692
- .exp-user-profile-avatar--dark.exp-user-profile-avatar--light-green {
7704
+ .c4p--user-profile-image--dark.c4p--user-profile-image--light-green {
7693
7705
  background-color: #24a148;
7694
7706
  }
7695
7707
 
7696
- .exp-user-profile-avatar--dark.exp-user-profile-avatar--dark-green {
7708
+ .c4p--user-profile-image--dark.c4p--user-profile-image--dark-green {
7697
7709
  background-color: #6fdc8c;
7698
7710
  }
7699
7711
 
7700
- .exp-user-profile-avatar--dark.exp-user-profile-avatar--light-magenta {
7712
+ .c4p--user-profile-image--dark.c4p--user-profile-image--light-magenta {
7701
7713
  background-color: #ee5396;
7702
7714
  }
7703
7715
 
7704
- .exp-user-profile-avatar--dark.exp-user-profile-avatar--dark-magenta {
7716
+ .c4p--user-profile-image--dark.c4p--user-profile-image--dark-magenta {
7705
7717
  background-color: #ffafd2;
7706
7718
  }
7707
7719
 
7708
- .exp-user-profile-avatar--dark.exp-user-profile-avatar--light-purple {
7720
+ .c4p--user-profile-image--dark.c4p--user-profile-image--light-purple {
7709
7721
  background-color: #a56eff;
7710
7722
  }
7711
7723
 
7712
- .exp-user-profile-avatar--dark.exp-user-profile-avatar--dark-purple {
7724
+ .c4p--user-profile-image--dark.c4p--user-profile-image--dark-purple {
7713
7725
  background-color: #d4bbff;
7714
7726
  }
7715
7727
 
7716
- .exp-user-profile-avatar--dark.exp-user-profile-avatar--light-teal {
7728
+ .c4p--user-profile-image--dark.c4p--user-profile-image--light-teal {
7717
7729
  background-color: #009d9a;
7718
7730
  }
7719
7731
 
7720
- .exp-user-profile-avatar--dark.exp-user-profile-avatar--dark-teal {
7732
+ .c4p--user-profile-image--dark.c4p--user-profile-image--dark-teal {
7721
7733
  background-color: #3ddbd9;
7722
7734
  }
7723
7735
 
7724
- .exp-user-profile-avatar {
7736
+ .c4p--user-profile-image {
7725
7737
  display: flex;
7726
7738
  flex-direction: column;
7727
7739
  align-items: center;
@@ -7730,41 +7742,41 @@
7730
7742
  text-transform: uppercase;
7731
7743
  }
7732
7744
 
7733
- .bx--tooltip__trigger .exp-user-profile-avatar svg {
7745
+ .bx--tooltip__trigger .c4p--user-profile-image svg {
7734
7746
  fill: var(--cds-ui-01, #f4f4f4);
7735
7747
  }
7736
7748
 
7737
- .exp-user-profile-avatar__photo {
7749
+ .c4p--user-profile-image__photo {
7738
7750
  width: 100%;
7739
7751
  border-radius: 100%;
7740
7752
  }
7741
7753
 
7742
- .exp-user-profile-avatar__photo--xlg {
7754
+ .c4p--user-profile-image__photo--xlg {
7743
7755
  width: var(--cds-spacing-10, 4rem);
7744
7756
  height: var(--cds-spacing-10, 4rem);
7745
7757
  }
7746
7758
 
7747
- .exp-user-profile-avatar__photo--lg {
7759
+ .c4p--user-profile-image__photo--lg {
7748
7760
  width: var(--cds-spacing-07, 2rem);
7749
7761
  height: var(--cds-spacing-07, 2rem);
7750
7762
  }
7751
7763
 
7752
- .exp-user-profile-avatar__photo--md {
7764
+ .c4p--user-profile-image__photo--md {
7753
7765
  width: var(--cds-spacing-06, 1.5rem);
7754
7766
  height: var(--cds-spacing-06, 1.5rem);
7755
7767
  }
7756
7768
 
7757
- .exp-user-profile-avatar__photo--sm {
7769
+ .c4p--user-profile-image__photo--sm {
7758
7770
  width: calc(var(--cds-spacing-05, 1rem) + var(--cds-spacing-02, 0.25rem));
7759
7771
  height: calc(var(--cds-spacing-05, 1rem) + var(--cds-spacing-02, 0.25rem));
7760
7772
  }
7761
7773
 
7762
- .exp-user-profile-avatar__photo--xs {
7774
+ .c4p--user-profile-image__photo--xs {
7763
7775
  width: var(--cds-spacing-05, 1rem);
7764
7776
  height: var(--cds-spacing-05, 1rem);
7765
7777
  }
7766
7778
 
7767
- .exp-user-profile-avatar--xlg {
7779
+ .c4p--user-profile-image--xlg {
7768
7780
  width: var(--cds-spacing-10, 4rem);
7769
7781
  height: var(--cds-spacing-10, 4rem);
7770
7782
  font-size: var(--cds-productive-heading-04-font-size, 1.75rem);
@@ -7773,7 +7785,7 @@
7773
7785
  letter-spacing: var(--cds-productive-heading-04-letter-spacing, 0);
7774
7786
  }
7775
7787
 
7776
- .exp-user-profile-avatar--lg {
7788
+ .c4p--user-profile-image--lg {
7777
7789
  width: var(--cds-spacing-07, 2rem);
7778
7790
  height: var(--cds-spacing-07, 2rem);
7779
7791
  font-size: var(--cds-body-short-01-font-size, 0.875rem);
@@ -7782,7 +7794,7 @@
7782
7794
  letter-spacing: var(--cds-body-short-01-letter-spacing, 0.16px);
7783
7795
  }
7784
7796
 
7785
- .exp-user-profile-avatar--md {
7797
+ .c4p--user-profile-image--md {
7786
7798
  width: var(--cds-spacing-06, 1.5rem);
7787
7799
  height: var(--cds-spacing-06, 1.5rem);
7788
7800
  font-size: var(--cds-label-01-font-size, 0.75rem);
@@ -7792,7 +7804,7 @@
7792
7804
  font-weight: 600;
7793
7805
  }
7794
7806
 
7795
- .exp-user-profile-avatar--sm {
7807
+ .c4p--user-profile-image--sm {
7796
7808
  width: calc(var(--cds-spacing-05, 1rem) + var(--cds-spacing-02, 0.25rem));
7797
7809
  height: calc(var(--cds-spacing-05, 1rem) + var(--cds-spacing-02, 0.25rem));
7798
7810
  font-size: var(--cds-label-01-font-size, 0.75rem);
@@ -7802,7 +7814,7 @@
7802
7814
  font-weight: 600;
7803
7815
  }
7804
7816
 
7805
- .exp-user-profile-avatar--xs {
7817
+ .c4p--user-profile-image--xs {
7806
7818
  width: var(--cds-spacing-05, 1rem);
7807
7819
  height: var(--cds-spacing-05, 1rem);
7808
7820
  font-size: var(--cds-label-01-font-size, 0.75rem);