@carbon/ibm-products 1.39.0 → 1.41.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (56) hide show
  1. package/css/index-full-carbon.css +19 -0
  2. package/css/index-full-carbon.css.map +1 -1
  3. package/css/index-full-carbon.min.css +2 -2
  4. package/css/index-full-carbon.min.css.map +1 -1
  5. package/css/index-without-carbon.css +19 -0
  6. package/css/index-without-carbon.css.map +1 -1
  7. package/css/index-without-carbon.min.css +2 -2
  8. package/css/index-without-carbon.min.css.map +1 -1
  9. package/css/index.css +19 -0
  10. package/css/index.css.map +1 -1
  11. package/css/index.min.css +2 -2
  12. package/css/index.min.css.map +1 -1
  13. package/es/components/ButtonMenu/ButtonMenu.js +1 -1
  14. package/es/components/ButtonSetWithOverflow/ButtonSetWithOverflow.js +1 -1
  15. package/es/components/Card/Card.js +1 -1
  16. package/es/components/DataSpreadsheet/DataSpreadsheet.js +1 -3
  17. package/es/components/DataSpreadsheet/utils/handleCellDeletion.js +5 -4
  18. package/es/components/Datagrid/Datagrid/DatagridContent.js +8 -3
  19. package/es/components/Datagrid/Datagrid/DatagridEmptyBody.js +17 -4
  20. package/es/components/Datagrid/Datagrid/DatagridRow.js +2 -8
  21. package/es/components/Datagrid/Datagrid/DatagridVirtualBody.js +27 -8
  22. package/es/components/Datagrid/Datagrid/addons/Filtering/FilterFlyout.js +31 -44
  23. package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditCell/InlineEditCell.js +10 -8
  24. package/es/components/Datagrid/Datagrid.stories/index.js +1 -1
  25. package/es/components/Datagrid/useFiltering.js +0 -2
  26. package/es/components/Datagrid/useParentDimensions.js +3 -1
  27. package/es/components/Datagrid/utils/getArgTypes.js +9 -0
  28. package/es/components/Datagrid/utils/getInlineEditColumns.js +6 -1
  29. package/es/components/InlineEditV1/InlineEditV1.js +2 -1
  30. package/es/components/PageHeader/PageHeader.js +1 -1
  31. package/es/components/RemoveModal/RemoveModal.js +17 -3
  32. package/es/global/js/package-settings.js +2 -1
  33. package/lib/components/ButtonMenu/ButtonMenu.js +1 -1
  34. package/lib/components/ButtonSetWithOverflow/ButtonSetWithOverflow.js +1 -1
  35. package/lib/components/Card/Card.js +1 -1
  36. package/lib/components/DataSpreadsheet/DataSpreadsheet.js +1 -3
  37. package/lib/components/DataSpreadsheet/utils/handleCellDeletion.js +5 -4
  38. package/lib/components/Datagrid/Datagrid/DatagridContent.js +8 -3
  39. package/lib/components/Datagrid/Datagrid/DatagridEmptyBody.js +17 -4
  40. package/lib/components/Datagrid/Datagrid/DatagridRow.js +2 -11
  41. package/lib/components/Datagrid/Datagrid/DatagridVirtualBody.js +27 -8
  42. package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterFlyout.js +31 -44
  43. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditCell/InlineEditCell.js +12 -10
  44. package/lib/components/Datagrid/Datagrid.stories/index.js +1 -1
  45. package/lib/components/Datagrid/useFiltering.js +0 -2
  46. package/lib/components/Datagrid/useParentDimensions.js +3 -1
  47. package/lib/components/Datagrid/utils/getArgTypes.js +9 -0
  48. package/lib/components/Datagrid/utils/getInlineEditColumns.js +6 -1
  49. package/lib/components/InlineEditV1/InlineEditV1.js +2 -1
  50. package/lib/components/PageHeader/PageHeader.js +1 -1
  51. package/lib/components/RemoveModal/RemoveModal.js +17 -3
  52. package/lib/global/js/package-settings.js +2 -1
  53. package/package.json +2 -2
  54. package/scss/components/Datagrid/_storybook-styles.scss +7 -0
  55. package/scss/components/Datagrid/styles/_datagrid.scss +18 -0
  56. package/scss/components/FilterSummary/_filter-summary.scss +1 -0
@@ -3,9 +3,9 @@
3
3
  var(--c4p--side-panel--subtitle-container-height) + var(--cds-spacing-09, 3rem)
4
4
  )}.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{border-bottom:1px solid var(--cds-decorative-01, #e0e0e0);margin-bottom:var(--cds-spacing-05, 1rem)}.c4p--side-panel__container .c4p--side-panel__action-toolbar{position:sticky;z-index:4;top:var(--c4p--side-panel--title-height);display:flex;align-items:center;justify-content:flex-start;padding:0 var(--cds-spacing-05, 1rem);margin-bottom:var(--cds-spacing-03, 0.5rem);background-color:var(--cds-ui-01, #f4f4f4);transition:transform 150ms cubic-bezier(0.2, 0, 0.38, 0.9)}.c4p--side-panel__container .c4p--side-panel__action-toolbar .c4p--side-panel__action-toolbar-button{min-width:2rem}.c4p--side-panel__container .c4p--side-panel__action-toolbar .c4p--side-panel__action-toolbar-button.c4p--side-panel__action-toolbar-icon-only-button{padding:0;color:var(--cds-text-01, #161616)}.c4p--side-panel__container .c4p--side-panel__action-toolbar .c4p--side-panel__action-toolbar-button.c4p--side-panel__action-toolbar-icon-only-button svg{margin-left:var(--cds-spacing-03, 0.5rem)}.c4p--side-panel__container .c4p--side-panel__action-toolbar .c4p--side-panel__action-toolbar-button.c4p--side-panel__action-toolbar-leading-button{margin-right:var(--cds-spacing-03, 0.5rem)}.c4p--side-panel__container .bx--btn.c4p--side-panel__navigation-back-button{position:relative;z-index:5;top:calc(-1 * var(--cds-spacing-03, 0.5rem));left:calc(-1 * var(--cds-spacing-03, 0.5rem))}.c4p--side-panel__container .bx--btn.c4p--side-panel__navigation-back-button,.c4p--side-panel__container .bx--btn.c4p--side-panel__close-button{min-width:2rem;padding:0;color:var(--cds-text-01, #161616)}.c4p--side-panel__container .bx--btn.c4p--side-panel__close-button{position:absolute;z-index:5;top:var(--cds-spacing-03, 0.5rem);right:var(--cds-spacing-05, 1rem);display:flex;align-items:center;justify-content:center;background-color:var(--cds-ui-01, #f4f4f4)}.c4p--side-panel__container .bx--btn.c4p--side-panel__close-button .bx--btn__icon{margin:0}.c4p--side-panel__container .c4p--side-panel__body-content{padding:var(--cds-spacing-05, 1rem);padding-top:0}.c4p--side-panel__container.c4p--side-panel__container-is-animating .c4p--side-panel__actions-container.c4p--action-set--max{width:100%;max-width:100%}.c4p--side-panel__container .c4p--side-panel__actions-container{position:fixed;bottom:0;border-top:1px solid var(--cds-decorative-01, #e0e0e0);background-color:var(--cds-ui-01, #f4f4f4)}.c4p--side-panel__container .c4p--side-panel__actions-container.c4p--action-set--max{flex-direction:column}.c4p--side-panel__container .c4p--side-panel__actions-container.c4p--action-set--max .c4p--action-set__action-button{width:100%;max-width:100%}@media(min-width: 42rem){.c4p--side-panel__container .c4p--side-panel__actions-container.c4p--action-set--max{flex-direction:row}.c4p--side-panel__container .c4p--side-panel__actions-container.c4p--action-set--max .c4p--action-set__action-button{width:25%}}.c4p--side-panel__container .c4p--side-panel__actions-container .c4p--action-set__action-button{height:var(--cds-layout-05, 4rem)}.c4p--side-panel__container .c4p--side-panel__actions-container.c4p--side-panel__actions-container-condensed .c4p--action-set__action-button{height:var(--cds-layout-04, 3rem)}.c4p--side-panel__container .bx--text-input,.c4p--side-panel__container .bx--text-area,.c4p--side-panel__container .bx--search-input,.c4p--side-panel__container .bx--select-input,.c4p--side-panel__container .bx--dropdown,.c4p--side-panel__container .bx--dropdown-list,.c4p--side-panel__container .bx--number input[type=number],.c4p--side-panel__container .bx--date-picker__input{background-color:var(--cds-field-02, #ffffff)}@keyframes side-panel-overlay-entrance{0%{opacity:0}100%{opacity:1}}@keyframes side-panel-overlay-exit{0%{opacity:1}100%{opacity:0}}.c4p--side-panel__visually-hidden{position:absolute;overflow:hidden;width:1px;height:1px;padding:0;border:0;margin:-1px;clip:rect(0, 0, 0, 0);visibility:inherit;white-space:nowrap}.c4p--side-panel__overlay{position:fixed;z-index:6000;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background-color:var(--cds-overlay-01, rgba(22, 22, 22, 0.5))}.c4p--create-side-panel.c4p--side-panel__container .c4p--create-side-panel__content-text{padding-right:calc(20% - var(--cds-spacing-05, 1rem))}.c4p--create-side-panel.c4p--side-panel__container--xs .c4p--side-panel__title-text{width:calc(16rem - var(--cds-spacing-05, 1rem));padding-right:calc((16rem * 0.2) - var(--cds-spacing-05, 1rem));margin-bottom:var(--cds-spacing-02, 0.25rem)}.c4p--create-side-panel.c4p--side-panel__container--xs .c4p--side-panel__subtitle-text{width:calc(16rem - var(--cds-spacing-05, 1rem));padding-right:calc((16rem * 0.2) - var(--cds-spacing-05, 1rem));padding-bottom:var(--cds-spacing-05, 1rem);border-bottom:1px solid var(--cds-ui-03, #e0e0e0);color:var(--cds-text-02, #525252)}.c4p--create-side-panel.c4p--side-panel__container--sm .c4p--side-panel__title-text{width:calc(20rem - var(--cds-spacing-05, 1rem));padding-right:calc((20rem * 0.2) - var(--cds-spacing-05, 1rem));margin-bottom:var(--cds-spacing-02, 0.25rem)}.c4p--create-side-panel.c4p--side-panel__container--sm .c4p--side-panel__subtitle-text{width:calc(20rem - var(--cds-spacing-05, 1rem));padding-right:calc((20rem * 0.2) - var(--cds-spacing-05, 1rem));padding-bottom:var(--cds-spacing-05, 1rem);border-bottom:1px solid var(--cds-ui-03, #e0e0e0);color:var(--cds-text-02, #525252)}.c4p--create-side-panel.c4p--side-panel__container--md .c4p--side-panel__title-text{width:calc(30rem - var(--cds-spacing-05, 1rem));padding-right:calc((30rem * 0.2) - var(--cds-spacing-05, 1rem));margin-bottom:var(--cds-spacing-02, 0.25rem)}.c4p--create-side-panel.c4p--side-panel__container--md .c4p--side-panel__subtitle-text{width:calc(30rem - var(--cds-spacing-05, 1rem));padding-right:calc((30rem * 0.2) - var(--cds-spacing-05, 1rem));padding-bottom:var(--cds-spacing-05, 1rem);border-bottom:1px solid var(--cds-ui-03, #e0e0e0);color:var(--cds-text-02, #525252)}.c4p--create-side-panel.c4p--side-panel__container--lg .c4p--side-panel__title-text{width:calc(40rem - var(--cds-spacing-05, 1rem));padding-right:calc((40rem * 0.2) - var(--cds-spacing-05, 1rem));margin-bottom:var(--cds-spacing-02, 0.25rem)}.c4p--create-side-panel.c4p--side-panel__container--lg .c4p--side-panel__subtitle-text{width:calc(40rem - var(--cds-spacing-05, 1rem));padding-right:calc((40rem * 0.2) - var(--cds-spacing-05, 1rem));padding-bottom:var(--cds-spacing-05, 1rem);border-bottom:1px solid var(--cds-ui-03, #e0e0e0);color:var(--cds-text-02, #525252)}.c4p--create-side-panel.c4p--side-panel__container--max .c4p--side-panel__title-text{width:calc(75% - var(--cds-spacing-05, 1rem));padding-right:calc((75% * 0.2) - var(--cds-spacing-05, 1rem));margin-bottom:var(--cds-spacing-02, 0.25rem)}.c4p--create-side-panel.c4p--side-panel__container--max .c4p--side-panel__subtitle-text{width:calc(75% - var(--cds-spacing-05, 1rem));padding-right:calc((75% * 0.2) - var(--cds-spacing-05, 1rem));padding-bottom:var(--cds-spacing-05, 1rem);border-bottom:1px solid var(--cds-ui-03, #e0e0e0);color:var(--cds-text-02, #525252)}.bx--form.c4p--create-side-panel__form{padding-top:var(--cds-spacing-05, 1rem)}.c4p--create-side-panel__form.bx--fieldset{padding-top:var(--cds-spacing-03, 0.5rem)}.c4p--create-side-panel__form>*{margin-bottom:var(--cds-spacing-05, 1rem)}.c4p--create-side-panel__form-title-text{font-size:var(--cds-productive-heading-02-font-size, 1rem);font-weight:var(--cds-productive-heading-02-font-weight, 600);line-height:var(--cds-productive-heading-02-line-height, 1.375);letter-spacing:var(--cds-productive-heading-02-letter-spacing, 0);padding-bottom:var(--cds-spacing-03, 0.5rem)}.c4p--create-side-panel__form-description-text{font-size:var(--cds-body-long-01-font-size, 0.875rem);font-weight:var(--cds-body-long-01-font-weight, 400);line-height:var(--cds-body-long-01-line-height, 1.42857);letter-spacing:var(--cds-body-long-01-letter-spacing, 0.16px)}.c4p--create-side-panel.c4p--side-panel .bx--btn.c4p--side-panel__close-button{display:none}.c4p--create-side-panel__title{font-size:var(--cds-productive-heading-03-font-size, 1.25rem);font-weight:var(--cds-productive-heading-03-font-weight, 400);line-height:var(--cds-productive-heading-03-line-height, 1.4);letter-spacing:var(--cds-productive-heading-03-letter-spacing, 0);margin-bottom:var(--cds-spacing-02, 0.25rem)}.c4p--create-side-panel__subtitle{font-size:var(--cds-body-short-01-font-size, 0.875rem);font-weight:var(--cds-body-short-01-font-weight, 400);line-height:var(--cds-body-short-01-line-height, 1.28572);letter-spacing:var(--cds-body-short-01-letter-spacing, 0.16px);margin-bottom:var(--cds-spacing-03, 0.5rem);color:var(--cds-text-02, #525252)}.c4p--side-panel .c4p--create-side-panel__actions-container{position:absolute;z-index:4;bottom:0;left:0;width:100%;margin-bottom:0}@keyframes rotate{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@keyframes rotate-end-p1{100%{transform:rotate(360deg)}}@keyframes rotate-end-p2{100%{transform:rotate(-360deg)}}@keyframes init-stroke{0%{stroke-dashoffset:276.4608}100%{stroke-dashoffset:52.527552}}@keyframes stroke-end{0%{stroke-dashoffset:52.527552}100%{stroke-dashoffset:276.4608}}@keyframes stroke{100%{stroke-dashoffset:0}}.c4p--tearsheet.c4p--tearsheet{z-index:9001;align-items:flex-end;color:var(--cds-text-01, #161616);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);--c4p--tearsheet--stacking-scale-factor-single: 0.95;--c4p--tearsheet--stacking-scale-factor-double: 0.9}.c4p--tearsheet.is-visible{z-index:9000;align-items:flex-end;transition:visibility 0s linear,background-color 240ms cubic-bezier(0, 0, 0.3, 1),opacity 240ms cubic-bezier(0, 0, 0.3, 1)}@media(prefers-reduced-motion: reduce){.c4p--tearsheet.is-visible{transition:none}}.c4p--tearsheet.c4p--tearsheet--stacked-1-of-2{z-index:8999;background-color:rgba(22,22,22,.33)}.c4p--tearsheet.c4p--tearsheet--stacked-1-of-3{z-index:8998;background-color:rgba(22,22,22,.11)}.c4p--tearsheet.c4p--tearsheet--stacked-2-of-3{z-index:8999;background-color:rgba(22,22,22,.25)}.c4p--tearsheet.c4p--tearsheet--stacked-2-of-2,.c4p--tearsheet.c4p--tearsheet--stacked-3-of-3{background-color:rgba(22,22,22,.25)}.c4p--tearsheet .c4p--tearsheet__container{top:auto;height:100%;max-height:calc(100% - var(--cds-spacing-09, 3rem));transform:translate3d(0, min(95vh, 500px), 0)}.c4p--tearsheet.c4p--tearsheet.c4p--tearsheet .c4p--tearsheet__container{transition:transform 240ms cubic-bezier(0, 0, 0.3, 1),max-height 240ms cubic-bezier(0, 0, 0.3, 1)}.c4p--tearsheet.c4p--tearsheet--stacked-1-of-2 .c4p--tearsheet__container,.c4p--tearsheet.c4p--tearsheet--stacked-2-of-3 .c4p--tearsheet__container{max-height:calc(100% - var(--cds-spacing-09, 3rem) + var(--cds-spacing-05, 1rem))}.c4p--tearsheet.c4p--tearsheet--stacked-1-of-3 .c4p--tearsheet__container{max-height:calc(100% - var(--cds-spacing-09, 3rem) + (2 * var(--cds-spacing-05, 1rem)))}.c4p--tearsheet .c4p--tearsheet__container--lower{max-height:calc(100% - (var(--cds-spacing-09, 3rem) + var(--cds-spacing-08, 2.5rem)))}.c4p--tearsheet.c4p--tearsheet--stacked-1-of-2 .c4p--tearsheet__container--lower,.c4p--tearsheet.c4p--tearsheet--stacked-2-of-3 .c4p--tearsheet__container--lower{max-height:calc(
5
5
  100% - (var(--cds-spacing-09, 3rem) + var(--cds-spacing-08, 2.5rem)) + var(--cds-spacing-05, 1rem)
6
- )}.c4p--tearsheet.c4p--tearsheet--stacked-1-of-3 .c4p--tearsheet__container--lower{max-height:calc(100% - (var(--cds-spacing-09, 3rem) + var(--cds-spacing-08, 2.5rem)) + (2 * var(--cds-spacing-05, 1rem)))}.c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__container{width:100%}@media(min-width: 42rem){.c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__container{width:calc(100% - (2 * var(--cds-spacing-10, 4rem)))}}.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{transform:scale(var(--c4p--tearsheet--stacking-scale-factor-single))}.c4p--tearsheet.c4p--tearsheet--stacked-1-of-3.is-visible .c4p--tearsheet__container{transform:scale(var(--c4p--tearsheet--stacking-scale-factor-double))}.c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__header{padding:var(--cds-spacing-06, 1.5rem) var(--cds-spacing-07, 2rem);border-bottom:1px solid var(--cds-ui-03, #e0e0e0);margin:0}.c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__header--with-nav{padding-bottom:0}.c4p--tearsheet.c4p--tearsheet--narrow .c4p--tearsheet__header{padding:var(--cds-spacing-05, 1rem);border-bottom:1px solid var(--cds-ui-03, #e0e0e0);margin:0}.c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__header--with-close-icon{padding-right:var(--cds-spacing-10, 4rem)}.c4p--tearsheet .c4p--tearsheet__header-content{display:flex;justify-content:space-between}.c4p--tearsheet .c4p--tearsheet__header-fields{flex:1 1 100%}.c4p--tearsheet .c4p--tearsheet__header-actions{flex:0 0 auto;padding-left:var(--cds-spacing-06, 1.5rem)}.c4p--tearsheet .c4p--tearsheet__header-actions .bx--btn-set .bx--btn:not(:first-of-type){margin-left:var(--cds-spacing-03, 0.5rem)}.c4p--tearsheet .c4p--tearsheet__header--no-close-icon{display:none}.c4p--tearsheet.c4p--tearsheet--wide .bx--modal-header__heading.c4p--tearsheet__heading{font-size:var(--cds-productive-heading-04-font-size, 1.75rem);font-weight:var(--cds-productive-heading-04-font-weight, 400);line-height:var(--cds-productive-heading-04-line-height, 1.28572);letter-spacing:var(--cds-productive-heading-04-letter-spacing, 0)}.c4p--tearsheet .c4p--tearsheet__header-description{display:-webkit-box;overflow:hidden;max-width:100%;margin-top:var(--cds-spacing-05, 1rem);font-size:var(--cds-body-short-01-font-size, 0.875rem);font-weight:var(--cds-body-short-01-font-weight, 400);line-height:var(--cds-body-short-01-line-height, 1.28572);letter-spacing:var(--cds-body-short-01-letter-spacing, 0.16px);-webkit-box-orient:vertical;-webkit-line-clamp:2}@media(min-width: 42rem){.c4p--tearsheet .c4p--tearsheet__header-description{max-width:60%}}.c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__header-description{margin-top:var(--cds-spacing-03, 0.5rem)}.c4p--tearsheet.c4p--tearsheet--narrow .c4p--tearsheet__header-description{margin-top:var(--cds-spacing-03, 0.5rem)}.c4p--tearsheet .c4p--tearsheet__header-navigation{margin:var(--cds-spacing-04, 0.75rem) 0 0}.c4p--tearsheet.c4p--tearsheet .c4p--tearsheet__body{display:flex;flex-direction:row;padding:0;margin:0}.c4p--tearsheet .c4p--tearsheet__resize-detector{width:100%;height:0}.c4p--tearsheet .c4p--tearsheet__influencer{flex:0 0 257px;border-right:1px solid var(--cds-ui-03, #e0e0e0);overflow-y:auto}.c4p--tearsheet .c4p--tearsheet__influencer.c4p--tearsheet__influencer p{padding-right:0}.c4p--tearsheet .c4p--tearsheet__influencer--wide{flex-basis:321px}.c4p--tearsheet .c4p--tearsheet__right{display:grid;flex-grow:1;grid-template-columns:100%;grid-template-rows:1fr auto}.c4p--tearsheet .c4p--tearsheet__main{display:flex;flex-direction:row;grid-column:1/-1;grid-row:1/-1}.c4p--tearsheet .c4p--tearsheet__main .c4p--tearsheet__influencer{border-right:none;border-left:1px solid var(--cds-ui-03, #e0e0e0)}.c4p--tearsheet .c4p--tearsheet__content{overflow:auto;flex-grow:1}.c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__content{background:var(--cds-ui-background, #ffffff)}.c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__content .bx--pagination,.c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__content .bx--pagination__control-buttons,.c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__content .bx--text-input,.c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__content .bx--text-area,.c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__content .bx--search-input,.c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__content .bx--select-input,.c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__content .bx--dropdown,.c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__content .bx--dropdown-list,.c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__content .bx--number input[type=number],.c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__content .bx--date-picker__input{background-color:var(--cds-field-01, #f4f4f4)}.c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__content .bx--select--inline .bx--select-input{background-color:rgba(0,0,0,0)}.c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__content .bx--text-input--light,.c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__content .bx--text-area--light,.c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__content .bx--search--light .bx--search-input,.c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__content .bx--select--light .bx--select-input,.c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__content .bx--dropdown--light,.c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__content .bx--dropdown--light .bx--dropdown-list,.c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__content .bx--number--light input[type=number],.c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__content .bx--date-picker--light .bx--date-picker__input{background-color:var(--cds-field-02, #ffffff)}.c4p--tearsheet .c4p--tearsheet__button-container{grid-column:1/-1;grid-row:-1/-1;overflow-x:auto}.c4p--tearsheet .c4p--tearsheet__buttons{display:inline-flex;min-width:100%;border-top:1px solid var(--cds-ui-03, #e0e0e0)}.c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__buttons{background:var(--cds-ui-background, #ffffff)}@keyframes step-content-entrance{0%{opacity:0;transform:translateY(-0.75rem)}100%{opacity:1;transform:translateY(0)}}.c4p--tearsheet-create{--c4p--tearsheet-create--total-width: 0}.c4p--tearsheet-create .c4p--tearsheet-create__step__step--hidden-step{display:none}.c4p--tearsheet-create .c4p--tearsheet-create__step__step--visible-step{animation:step-content-entrance 400ms;animation-fill-mode:forwards;animation-timing-function:cubic-bezier(0.2, 0, 0.38, 0.9);opacity:0}@media(prefers-reduced-motion){.c4p--tearsheet-create .c4p--tearsheet-create__step__step--visible-step{animation:none;opacity:1}}.c4p--tearsheet-create .c4p--tearsheet-create__content{height:100%;padding:var(--cds-spacing-06, 1.5rem);overflow-x:hidden}.c4p--tearsheet-create .c4p--tearsheet-create__content .bx--grid{padding:0;margin:0}.c4p--tearsheet-create .c4p--tearsheet-create__step--heading{padding-bottom:var(--cds-spacing-06, 1.5rem)}.c4p--tearsheet-create .bx--btn-set .bx--btn.bx--btn--disabled{box-shadow:-0.0625rem 0 0 0 var(--cds-button-separator, #e0e0e0)}.c4p--tearsheet-create .bx--side-nav--ux{position:initial;background-color:rgba(0,0,0,0)}.c4p--tearsheet-create .c4p--tearsheet-create__section--divider{position:relative;display:block;width:var(--c4p--tearsheet-create--total-width);height:1px;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));background-color:var(--cds-ui-03, #e0e0e0)}.c4p--tearsheet-create .c4p--tearsheet-create__step--title,.c4p--tearsheet-create .c4p--tearsheet-create__section--title{margin-bottom:var(--cds-spacing-05, 1rem)}.c4p--tearsheet-create .c4p--tearsheet-create__section--subtitle,.c4p--tearsheet-create .c4p--tearsheet-create__step--subtitle{font-size:var(--cds-productive-heading-01-font-size, 0.875rem);font-weight:var(--cds-productive-heading-01-font-weight, 600);line-height:var(--cds-productive-heading-01-line-height, 1.28572);letter-spacing:var(--cds-productive-heading-01-letter-spacing, 0.16px);margin-bottom:var(--cds-spacing-03, 0.5rem)}.c4p--tearsheet-create .c4p--tearsheet-create__section--description,.c4p--tearsheet-create .c4p--tearsheet-create__step--description{font-size:var(--cds-body-long-01-font-size, 0.875rem);font-weight:var(--cds-body-long-01-font-weight, 400);line-height:var(--cds-body-long-01-line-height, 1.42857);letter-spacing:var(--cds-body-long-01-letter-spacing, 0.16px);margin-bottom:var(--cds-spacing-06, 1.5rem)}.c4p--tearsheet-create .bx--fieldset{margin-bottom:0}.c4p--tearsheet-create .c4p--tearsheet-create__step--fieldset>*{margin-bottom:var(--cds-spacing-05, 1rem)}@keyframes rotate{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@keyframes rotate-end-p1{100%{transform:rotate(360deg)}}@keyframes rotate-end-p2{100%{transform:rotate(-360deg)}}@keyframes init-stroke{0%{stroke-dashoffset:276.4608}100%{stroke-dashoffset:52.527552}}@keyframes stroke-end{0%{stroke-dashoffset:52.527552}100%{stroke-dashoffset:276.4608}}@keyframes stroke{100%{stroke-dashoffset:0}}.c4p--create-tearsheet-narrow .bx--modal-header__heading,.c4p--create-tearsheet-narrow .bx--modal-header__label,.c4p--create-tearsheet-narrow .c4p--tearsheet__header-description{max-width:100%;padding-right:calc(20% - var(--cds-spacing-05, 1rem))}.c4p--create-tearsheet-narrow .c4p--tearsheet__header-description{margin-top:var(--cds-spacing-02, 0.25rem)}.c4p--create-tearsheet-narrow .c4p--tearsheet__header{border-bottom:1px solid var(--cds-decorative-01, #e0e0e0)}.c4p--create-tearsheet-narrow .c4p--tearsheet__content{padding:var(--cds-spacing-05, 1rem)}.c4p--create-tearsheet-narrow .c4p--create-tearsheet-narrow__form{padding-top:var(--cds-spacing-05, 1rem)}.c4p--create-tearsheet-narrow .c4p--create-tearsheet-narrow__form>*{margin-bottom:var(--cds-spacing-05, 1rem)}.c4p--create-tearsheet-narrow .c4p--create-tearsheet-narrow__form>*:last-child{margin-bottom:0}.c4p--create-tearsheet-narrow .c4p--create-tearsheet-narrow__form-title-text{font-size:var(--cds-productive-heading-02-font-size, 1rem);font-weight:var(--cds-productive-heading-02-font-weight, 600);line-height:var(--cds-productive-heading-02-line-height, 1.375);letter-spacing:var(--cds-productive-heading-02-letter-spacing, 0);padding-bottom:var(--cds-spacing-03, 0.5rem)}.c4p--create-tearsheet-narrow .c4p--create-tearsheet-narrow__form-description-text{font-size:var(--cds-body-long-01-font-size, 0.875rem);font-weight:var(--cds-body-long-01-font-weight, 400);line-height:var(--cds-body-long-01-line-height, 1.42857);letter-spacing:var(--cds-body-long-01-letter-spacing, 0.16px)}.c4p--empty-state{color:var(--cds-text-01, #161616)}.c4p--empty-state .c4p--empty-state__header{font-size:var(--cds-productive-heading-03-font-size, 1.25rem);font-weight:var(--cds-productive-heading-03-font-weight, 400);line-height:var(--cds-productive-heading-03-line-height, 1.4);letter-spacing:var(--cds-productive-heading-03-letter-spacing, 0);padding-bottom:calc(var(--cds-spacing-01, 0.125rem) + var(--cds-spacing-02, 0.25rem));margin:0}.c4p--empty-state .c4p--empty-state__subtitle{font-size:var(--cds-body-long-01-font-size, 0.875rem);font-weight:var(--cds-body-long-01-font-weight, 400);line-height:var(--cds-body-long-01-line-height, 1.42857);letter-spacing:var(--cds-body-long-01-letter-spacing, 0.16px);padding-bottom:var(--cds-spacing-05, 1rem)}.c4p--empty-state .c4p--empty-state__header--small{font-size:var(--cds-body-short-02-font-size, 1rem);font-weight:var(--cds-body-short-02-font-weight, 400);line-height:var(--cds-body-short-02-line-height, 1.375);letter-spacing:var(--cds-body-short-02-letter-spacing, 0);padding-bottom:var(--cds-spacing-03, 0.5rem)}.c4p--empty-state .c4p--empty-state__subtitle--small{font-size:var(--cds-caption-01-font-size, 0.75rem);font-weight:var(--cds-caption-01-font-weight, 400);line-height:var(--cds-caption-01-line-height, 1.33333);letter-spacing:var(--cds-caption-01-letter-spacing, 0.32px)}.c4p--empty-state__illustration{height:auto;margin-bottom:var(--cds-spacing-05, 1rem)}.c4p--empty-state__illustration.c4p--empty-state__illustration--lg{min-width:var(--cds-spacing-11, 5rem);max-width:var(--cds-spacing-11, 5rem)}.c4p--empty-state__illustration.c4p--empty-state__illustration--sm{min-width:var(--cds-spacing-10, 4rem);max-width:var(--cds-spacing-10, 4rem)}.c4p--empty-state .c4p--empty-state__action-button{display:block;margin-bottom:var(--cds-spacing-05, 1rem)}.c4p--empty-state .c4p--empty-state__link{display:block}@keyframes rotate{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@keyframes rotate-end-p1{100%{transform:rotate(360deg)}}@keyframes rotate-end-p2{100%{transform:rotate(-360deg)}}@keyframes init-stroke{0%{stroke-dashoffset:276.4608}100%{stroke-dashoffset:52.527552}}@keyframes stroke-end{0%{stroke-dashoffset:52.527552}100%{stroke-dashoffset:276.4608}}.c4p--export-modal .bx--modal-footer .bx--btn{max-width:none}.c4p--export-modal.bx--modal .bx--modal-content{padding-right:var(--cds-spacing-05, 1rem)}.c4p--export-modal__body{padding-right:calc(20% - var(--cds-spacing-05, 1rem));margin-bottom:var(--cds-spacing-05, 1rem)}.c4p--export-modal__messaging{display:flex;align-items:center}.c4p--export-modal__messaging p{margin-left:var(--cds-spacing-03, 0.5rem)}.c4p--export-modal__checkmark-icon{fill:var(--cds-interactive-01, #0f62fe)}.c4p--export-modal__error-icon{fill:var(--cds-danger, #da1e28)}.c4p--card{background:var(--cds-ui-01, #f4f4f4);color:var(--cds-text-01, #161616)}.c4p--card__clickable{cursor:pointer;transition:background 110ms}.c4p--card__clickable:hover{background:var(--cds-hover-ui, #e5e5e5)}.c4p--card__media-left{display:flex;flex-direction:row}.c4p--card__media-left .c4p--card__content-container{display:flex;flex:1;flex-direction:column}.c4p--card__media-left .c4p--card__footer{align-self:flex-end;margin-top:auto}.c4p--card__media>*{display:block;max-width:100%}.c4p--card__header{padding:var(--cds-spacing-05, 1rem)}.c4p--card__header-label-only{padding-bottom:var(--cds-spacing-03, 0.5rem)}.c4p--card__header-label-only .c4p--card__label{margin-bottom:0}.c4p--card__header-container{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.c4p--card__label{font-size:var(--cds-label-01-font-size, 0.75rem);font-weight:var(--cds-label-01-font-weight, 400);line-height:var(--cds-label-01-line-height, 1.33333);letter-spacing:var(--cds-label-01-letter-spacing, 0.32px);margin-bottom:var(--cds-spacing-01, 0.125rem)}.c4p--card__description{font-size:var(--cds-caption-01-font-size, 0.75rem);font-weight:var(--cds-caption-01-font-weight, 400);line-height:var(--cds-caption-01-line-height, 1.33333);letter-spacing:var(--cds-caption-01-letter-spacing, 0.32px);margin-top:var(--cds-spacing-01, 0.125rem)}.c4p--card__body{font-size:var(--cds-body-short-01-font-size, 0.875rem);font-weight:var(--cds-body-short-01-font-weight, 400);line-height:var(--cds-body-short-01-line-height, 1.28572);letter-spacing:var(--cds-body-short-01-letter-spacing, 0.16px);padding:var(--cds-spacing-05, 1rem);padding-top:0}.c4p--card__footer{display:flex;justify-content:flex-end}.c4p--card__actions{display:flex;flex-direction:row;margin:var(--cds-spacing-05, 1rem);margin-top:0}.c4p--card__icon{color:inherit;cursor:pointer}.c4p--card__link{color:inherit;text-decoration:inherit}.c4p--card__pictogram{padding-top:var(--cds-spacing-05, 1rem);padding-left:var(--cds-spacing-05, 1rem)}.c4p--card__title{font-size:var(--cds-productive-heading-03-font-size, 1.25rem);font-weight:var(--cds-productive-heading-03-font-weight, 400);line-height:var(--cds-productive-heading-03-line-height, 1.4);letter-spacing:var(--cds-productive-heading-03-letter-spacing, 0)}.c4p--filter-summary{display:flex;width:100%;align-items:center;padding:var(--cds-spacing-03, 0.5rem);background:var(--cds-ui-01, #f4f4f4)}.c4p--http-errors .c4p--http-errors__content{position:fixed;z-index:2;top:50%;left:50%;transform:translate(-50%, -75%)}@media(min-width: 42rem){.c4p--http-errors .c4p--http-errors__content{transform:translate(-50%, -100%)}}@media(min-width: 66rem){.c4p--http-errors .c4p--http-errors__content{transform:translate(-50%, -50%)}}.c4p--http-errors .c4p--http-errors__error-code-label{font-size:var(--cds-productive-heading-02-font-size, 1rem);font-weight:var(--cds-productive-heading-02-font-weight, 600);line-height:var(--cds-productive-heading-02-line-height, 1.375);letter-spacing:var(--cds-productive-heading-02-letter-spacing, 0);margin-bottom:var(--cds-spacing-02, 0.25rem)}.c4p--http-errors .c4p--http-errors__title{font-size:var(--cds-productive-heading-05-font-size, 2rem);font-weight:var(--cds-productive-heading-05-font-weight, 400);line-height:var(--cds-productive-heading-05-line-height, 1.25);letter-spacing:var(--cds-productive-heading-05-letter-spacing, 0);margin-bottom:var(--cds-spacing-04, 0.75rem)}.c4p--http-errors .c4p--http-errors__description{font-size:var(--cds-body-short-01-font-size, 0.875rem);font-weight:var(--cds-body-short-01-font-weight, 400);line-height:var(--cds-body-short-01-line-height, 1.28572);letter-spacing:var(--cds-body-short-01-letter-spacing, 0.16px);margin-bottom:var(--cds-spacing-06, 1.5rem)}.c4p--http-errors .c4p--http-errors__error-code-label,.c4p--http-errors .c4p--http-errors__title,.c4p--http-errors .c4p--http-errors__description{color:var(--cds-text-01, #161616)}.c4p--http-errors .c4p--http-errors__link{display:block;margin-bottom:var(--cds-spacing-02, 0.25rem)}.c4p--http-errors .c4p--http-errors__image{position:fixed;bottom:0;left:0;width:100%;max-height:100%}@media(max-width: 41.98rem){.c4p--http-errors .c4p--http-errors__image{left:10%;transform:scale(1.5)}}@keyframes rotate{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@keyframes rotate-end-p1{100%{transform:rotate(360deg)}}@keyframes rotate-end-p2{100%{transform:rotate(-360deg)}}@keyframes init-stroke{0%{stroke-dashoffset:276.4608}100%{stroke-dashoffset:52.527552}}@keyframes stroke-end{0%{stroke-dashoffset:52.527552}100%{stroke-dashoffset:276.4608}}.c4p--import-modal .bx--modal-close{display:none}.c4p--import-modal .bx--modal-footer .bx--btn{max-width:none}.c4p--import-modal.bx--modal .bx--modal-content{padding-right:var(--cds-spacing-05, 1rem)}.bx--file .bx--file-container,.bx--file~.bx--file-container{margin-top:0}.bx--modal-container--sm .bx--modal-header{padding-right:calc(20% - var(--cds-spacing-05, 1rem))}.c4p--import-modal__input-group{display:flex}.c4p--import-modal__import-button.bx--btn{margin-left:var(--cds-spacing-03, 0.5rem)}.c4p--import-modal__file-container{width:100%}.c4p--import-modal .c4p--import-modal__file-drop-header,.c4p--import-modal .c4p--import-modal__label{margin-bottom:var(--cds-spacing-03, 0.5rem);font-size:var(--cds-productive-heading-01-font-size, 0.875rem);font-weight:var(--cds-productive-heading-01-font-weight, 600);line-height:var(--cds-productive-heading-01-line-height, 1.28572);letter-spacing:var(--cds-productive-heading-01-letter-spacing, 0.16px)}.c4p--import-modal__helper-text{margin-top:var(--cds-spacing-06, 1.5rem);margin-bottom:var(--cds-spacing-03, 0.5rem);font-size:var(--cds-helper-text-01-font-size, 0.75rem);line-height:var(--cds-helper-text-01-line-height, 1.33333);letter-spacing:var(--cds-helper-text-01-letter-spacing, 0.32px)}.c4p--import-modal__body{padding-right:calc(20% - var(--cds-spacing-05, 1rem));margin-bottom:var(--cds-spacing-06, 1.5rem)}.c4p--import-modal .bx--file__selected-file{max-width:none;background:var(--cds-ui-02, #ffffff)}.c4p--import-modal .bx--file{margin-bottom:var(--cds-spacing-05, 1rem)}.c4p--import-modal .bx--text-input:disabled{background:var(--cds-ui-02, #ffffff)}.modified-tabs .modified-tabs__tab-label{display:flex;width:100%;align-items:flex-end;justify-content:space-between}.modified-tabs__tab-new,.modified-tabs__tab{position:relative;display:inline-block;width:100%;height:100%}.modified-tabs__tab-new-img,.modified-tabs__tab-close{position:absolute;top:-var(--cds-spacing-04, 0.75rem);right:-var(--cds-spacing-05, 1rem);overflow:hidden;width:2.5rem;height:2.5rem;padding:var(--cds-spacing-04, 0.75rem);border:var(--cds-spacing-01, 0.125rem) solid rgba(0,0,0,0);border-radius:0;background-color:rgba(0,0,0,0);cursor:pointer;transition:background-color 110ms cubic-bezier(0.2, 0, 0.38, 0.9)}@media(prefers-reduced-motion: reduce){.modified-tabs__tab-new-img,.modified-tabs__tab-close{transition:none}}.modified-tabs__tab-new-icon{display:flex;align-items:center;justify-content:center;padding:0;margin-top:var(--cds-spacing-01, 0.125rem)}.modified-tabs__tab-close:focus{border-color:var(--cds-interactive-01, #0f62fe);outline:none}.modified-tabs__tab-close:hover{background-color:var(--cds-hover-ui, #e5e5e5)}.modified-tabs__tab-new-img{display:flex;align-items:center;justify-content:center;padding:0}@keyframes rotate{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@keyframes rotate-end-p1{100%{transform:rotate(360deg)}}@keyframes rotate-end-p2{100%{transform:rotate(-360deg)}}@keyframes init-stroke{0%{stroke-dashoffset:276.4608}100%{stroke-dashoffset:52.527552}}@keyframes stroke-end{0%{stroke-dashoffset:52.527552}100%{stroke-dashoffset:276.4608}}@keyframes stroke{100%{stroke-dashoffset:0}}@keyframes collapse-accordion{0%{height:100%;opacity:1;visibility:inherit}100%{height:0;opacity:0;visibility:hidden}}@keyframes expand-accordion{0%{height:0;opacity:0;visibility:hidden}100%{height:100%;opacity:1;visibility:inherit}}.c4p--add-select__header{padding:var(--cds-spacing-05, 1rem);padding-bottom:0;border-top:1px solid var(--cds-ui-03, #e0e0e0)}.c4p--add-select__body{padding:var(--cds-spacing-05, 1rem)}.c4p--add-select__selections.bx--structured-list{margin-bottom:0}.c4p--add-select__selections-wrapper{display:block}.c4p--add-select__selections-cell-wrapper{display:flex;height:3rem;align-items:center;justify-content:space-between;padding:0 var(--cds-spacing-05, 1rem);border-bottom:1px solid var(--cds-ui-03, #e0e0e0)}.c4p--add-select__selections-cell-title{display:block;color:var(--cds-text-01, #161616)}.c4p--add-select__selections-cell-subtitle{font-size:var(--cds-label-01-font-size, 0.75rem);font-weight:var(--cds-label-01-font-weight, 400);line-height:var(--cds-label-01-line-height, 1.33333);letter-spacing:var(--cds-label-01-letter-spacing, 0.32px);display:block;color:var(--cds-text-02, #525252)}.c4p--add-select__selections-cell{display:flex;flex-direction:column;justify-content:center}.c4p--add-select__selections-cell:hover .c4p--add-select__selections-hidden-hover,.c4p--add-select__selections .bx--structured-list-row:focus-within .c4p--add-select__selections-hidden-hover{visibility:visible}.c4p--add-select__selections-hidden-hover{visibility:hidden}.c4p--add-select__selections-row--selected.bx--structured-list-row{border-bottom:1px solid var(--cds-selected-ui, #e0e0e0);background-color:var(--cds-selected-ui, #e0e0e0)}.c4p--add-select__selections-checkbox{display:flex;align-items:center}.c4p--add-select__selections-checkbox-label-wrapper{display:flex;margin-left:var(--cds-spacing-05, 1rem)}.c4p--add-select__selections-checkbox-label-text{display:flex;flex-direction:column}.c4p--add-select__selections-checkbox-wrapper.bx--form-item{flex:0}.c4p--add-select__selections-checkbox-wrapper .bx--checkbox-label-text{display:none}.c4p--add-select__selections-cell-avatar{margin-right:var(--cds-spacing-03, 0.5rem)}.c4p--add-select__selections-cell-icon{margin-right:var(--cds-spacing-03, 0.5rem)}.c4p--add-select__selections-row{border-left:.125rem solid rgba(0,0,0,0)}.c4p--add-select__selections-row-meta--selected{border-left:.125rem solid var(--cds-interactive-04, #0f62fe);background-color:var(--cds-hover-row, #e5e5e5)}.c4p--add-select .c4p--add-select__selections-row:hover .c4p--add-select__selections-radio{color:var(--cds-interactive-04, #0f62fe)}.c4p--add-select .c4p--add-select__selections-row:hover .c4p--add-select__selections-view-children svg{color:var(--cds-interactive-04, #0f62fe)}.c4p--add-select .c4p--add-select__selections-row:hover button.c4p--add-select__selections-view-children.bx--btn--ghost.bx--btn--icon-only .bx--btn__icon path{fill:currentColor}.c4p--add-select__sub-header{display:flex;align-items:flex-end;justify-content:space-between}.c4p--add-select__sub-header-multi{padding:0 var(--cds-spacing-05, 1rem)}.c4p--add-select .bx--structured-list-row,.c4p--add-select .c4p--add-select__selections.bx--structured-list--selection .bx--structured-list-row:hover:not(.bx--structured-list-row--header-row):not(.bx--structured-list-row--selected){border-bottom:0}.c4p--add-select__sidebar-header{display:flex;padding:var(--cds-spacing-07, 2rem) var(--cds-spacing-05, 1rem) var(--cds-spacing-03, 0.5rem) var(--cds-spacing-05, 1rem);border-bottom:1px solid var(--cds-ui-03, #e0e0e0)}.c4p--add-select__sidebar-header .c4p--add-select__sidebar-title{font-size:var(--cds-productive-heading-02-font-size, 1rem);font-weight:var(--cds-productive-heading-02-font-weight, 600);line-height:var(--cds-productive-heading-02-line-height, 1.375);letter-spacing:var(--cds-productive-heading-02-letter-spacing, 0)}.c4p--add-select__sidebar-title{margin-right:var(--cds-spacing-03, 0.5rem)}.c4p--add-select__sidebar-selected-item-title{color:var(--cds-text-01, #161616)}.c4p--add-select__sidebar-selected-item-subtitle{font-size:var(--cds-label-01-font-size, 0.75rem);font-weight:var(--cds-label-01-font-weight, 400);line-height:var(--cds-label-01-line-height, 1.33333);letter-spacing:var(--cds-label-01-letter-spacing, 0.32px);color:var(--cds-text-02, #525252)}.c4p--add-select__sidebar-body{padding:0 var(--cds-spacing-05, 1rem)}.c4p--add-select .c4p--add-select__sidebar-item-header{font-size:var(--cds-label-01-font-size, 0.75rem);font-weight:var(--cds-label-01-font-weight, 400);line-height:var(--cds-label-01-line-height, 1.33333);letter-spacing:var(--cds-label-01-letter-spacing, 0.32px);margin-bottom:var(--cds-spacing-03, 0.5rem);color:var(--cds-text-02, #525252)}.c4p--add-select .c4p--add-select__sidebar-item-body{font-size:var(--cds-body-long-01-font-size, 0.875rem);font-weight:var(--cds-body-long-01-font-weight, 400);line-height:var(--cds-body-long-01-line-height, 1.42857);letter-spacing:var(--cds-body-long-01-letter-spacing, 0.16px);margin-bottom:var(--cds-spacing-05, 1rem)}.c4p--add-select .c4p--add-select__sidebar-item-remove-button:hover{background:var(--cds-disabled-02, #c6c6c6)}.c4p--add-select .c4p--add-select__sidebar-accordion-title{display:flex;align-items:center;justify-content:space-between}.c4p--add-select__columns{display:flex;flex-direction:row;flex-grow:1;overflow-x:auto}.c4p--add-select__columns .c4p--add-select__selections-checkbox-label-wrapper{margin-left:var(--cds-spacing-03, 0.5rem)}.c4p--add-select__columns .c4p--add-select__selections-row.bx--structured-list-row{border-left:0}.c4p--add-select__columns .c4p--add-select__selections .c4p--add-select__selections-cell{padding:0}.c4p--add-select__columns .c4p--add-select__selections-cell-wrapper{height:auto;padding:0 var(--cds-spacing-03, 0.5rem)}.c4p--add-select__columns .c4p--add-select__tags{padding:0 var(--cds-spacing-03, 0.5rem);margin-bottom:0}.c4p--add-select__columns .c4p--add-select__selections-wrapper-multi{padding:0}.c4p--add-select__columns .c4p--add-select__selections.bx--structured-list{border-top:0}.c4p--add-select__selections-wrapper-multi .c4p--add-select__selections-cell{padding:0 var(--cds-spacing-05, 1rem)}.c4p--add-select__selections-row:first-child .c4p--add-select__selections-cell-wrapper{border-top:1px solid var(--cds-ui-03, #e0e0e0)}.c4p--add-select__column{overflow:auto;flex:0 0 20rem;padding:var(--cds-spacing-05, 1rem);border-top:1px solid var(--cds-ui-03, #e0e0e0);border-right:1px solid var(--cds-ui-03, #e0e0e0)}.c4p--add-select__column-search-bar{display:flex}.c4p--add-select__column-search-bar label{display:none}.c4p--add-select__column-sort-filter{display:flex}.c4p--add-select__column .bx--overflow-menu{border-bottom:1px solid var(--cds-ui-04, #8d8d8d)}.c4p--add-select__tags{display:flex;align-items:center;margin-top:var(--cds-spacing-05, 1rem);margin-bottom:var(--cds-spacing-03, 0.5rem)}.c4p--add-select__tags-label{margin-right:var(--cds-spacing-03, 0.5rem)}.c4p--add-select__global-filter{position:absolute;z-index:6000;right:0;width:100%;max-width:40rem;background:var(--cds-ui-01, #f4f4f4);box-shadow:0 6px 6px 0 rgba(0,0,0,.2);transform:translate(0, 100%)}.c4p--add-select__global-filter-search{position:relative;display:flex;align-items:flex-end}.c4p--add-select__global-filter-content{padding:var(--cds-spacing-05, 1rem)}.c4p--add-select__global-filter-opts{display:grid;grid-gap:var(--cds-spacing-05, 1rem) 2rem;grid-template-columns:repeat(2, 1fr)}.c4p--add-select__global-filter-applied{display:flex;align-items:center;padding:var(--cds-spacing-03, 0.5rem);background:var(--cds-ui-01, #f4f4f4)}.c4p--add-select__global-filter-button-set button.c4p--add-select__global-filter-button{max-width:none;flex:1}button.c4p--add-select__global-filter-toggle{border-bottom-color:var(--cds-ui-04, #8d8d8d);background:var(--cds-field-01, #f4f4f4)}button.c4p--add-select__global-filter-toggle--open{border-bottom:var(--cds-ui-01, #f4f4f4);box-shadow:0 2px 6px 0 rgba(0,0,0,.2)}.c4p--add-select__meta-panel{padding:var(--cds-spacing-05, 1rem)}.c4p--add-select__meta-panel-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--cds-spacing-05, 1rem)}.c4p--add-select__meta-panel-entry{margin-bottom:var(--cds-spacing-05, 1rem)}.c4p--add-select__meta-panel p.c4p--add-select__meta-panel-title{font-size:var(--cds-productive-heading-03-font-size, 1.25rem);font-weight:var(--cds-productive-heading-03-font-weight, 400);line-height:var(--cds-productive-heading-03-line-height, 1.4);letter-spacing:var(--cds-productive-heading-03-letter-spacing, 0)}.c4p--add-select__meta-panel p.c4p--add-select__meta-panel-entry-title{font-size:var(--cds-productive-heading-01-font-size, 0.875rem);font-weight:var(--cds-productive-heading-01-font-weight, 600);line-height:var(--cds-productive-heading-01-line-height, 1.28572);letter-spacing:var(--cds-productive-heading-01-letter-spacing, 0.16px)}.c4p--add-select__meta-panel p.c4p--add-select__meta-panel-entry-body{font-size:var(--cds-body-short-01-font-size, 0.875rem);font-weight:var(--cds-body-short-01-font-weight, 400);line-height:var(--cds-body-short-01-line-height, 1.28572);letter-spacing:var(--cds-body-short-01-letter-spacing, 0.16px)}.c4p--add-select__selections .bx--list-box__menu{left:auto}.c4p--add-select__tags .bx--tag{margin:0}.c4p--add-select .c4p--tearsheet__influencer{flex-basis:22.5rem}.c4p--add-select .c4p--tearsheet__header-description{color:var(--cds-text-02, #525252)}.c4p--add-select .c4p--tearsheet__content{display:flex;flex-direction:column}.c4p--add-select.c4p--add-select__multi .c4p--action-set.bx--btn-set.c4p--action-set--max .c4p--action-set__action-button{max-width:11.25rem}.c4p--add-select .c4p--add-select__items-label{font-size:var(--cds-productive-heading-01-font-size, 0.875rem);font-weight:var(--cds-productive-heading-01-font-weight, 600);line-height:var(--cds-productive-heading-01-line-height, 1.28572);letter-spacing:var(--cds-productive-heading-01-letter-spacing, 0.16px)}.c4p--add-select .bx--modal-container--sm .bx--modal-content p{padding-right:0}.c4p--add-select .bx--radio-button__appearance{margin:0 var(--cds-spacing-05, 1rem) 0 0}.c4p--add-select .bx--radio-button-wrapper .bx--radio-button__label{justify-content:left}.c4p--add-select .bx--breadcrumb .bx--link{cursor:pointer}.c4p--add-select .bx--accordion__item:hover .c4p--add-select__sidebar-accordion-title button{opacity:1}.c4p--add-select .bx--accordion__item .c4p--add-select__sidebar-accordion-title button{opacity:0}.c4p--add-select .bx--checkbox-label-text{padding-left:var(--cds-spacing-03, 0.5rem)}.c4p--add-select__multi .c4p--empty-state{max-width:16rem;margin-top:var(--cds-spacing-09, 3rem)}.c4p--add-select .bx--accordion__arrow{transform:rotate(0deg)}.c4p--add-select .bx--accordion__item--active .bx--accordion__arrow{transform:rotate(90deg)}.c4p--add-select .bx--accordion--start .bx--accordion__arrow{margin:0 0 0 var(--cds-spacing-05, 1rem)}.c4p--add-select .bx--accordion--start .bx--accordion__title{margin:0 var(--cds-spacing-05, 1rem) 0 var(--cds-spacing-03, 0.5rem)}.c4p--add-select .bx--accordion__item--active .bx--accordion__content{padding-top:0;padding-bottom:0;margin-top:var(--cds-spacing-03, 0.5rem)}@keyframes fade-in{0%{opacity:0;transform:translateY(-38.5rem)}100%{opacity:1;transform:translateY(0)}}@keyframes fade-out{0%{opacity:1;transform:translateY(0)}100%{opacity:0;transform:translateY(-38.5rem)}}.c4p--notifications-panel__container{--cds-interactive-01: #0f62fe;--cds-interactive-02: #6f6f6f;--cds-interactive-03: #ffffff;--cds-interactive-04: #4589ff;--cds-ui-background: #161616;--cds-ui-01: #262626;--cds-ui-02: #393939;--cds-ui-03: #393939;--cds-ui-04: #6f6f6f;--cds-ui-05: #f4f4f4;--cds-text-01: #f4f4f4;--cds-text-02: #c6c6c6;--cds-text-03: #6f6f6f;--cds-text-04: #ffffff;--cds-text-05: #8d8d8d;--cds-text-error: #ff8389;--cds-icon-01: #f4f4f4;--cds-icon-02: #c6c6c6;--cds-icon-03: #ffffff;--cds-link-01: #78a9ff;--cds-link-02: #a6c8ff;--cds-inverse-link: #0f62fe;--cds-field-01: #262626;--cds-field-02: #393939;--cds-inverse-01: #161616;--cds-inverse-02: #f4f4f4;--cds-support-01: #fa4d56;--cds-support-02: #42be65;--cds-support-03: #f1c21b;--cds-support-04: #4589ff;--cds-inverse-support-01: #da1e28;--cds-inverse-support-02: #24a148;--cds-inverse-support-03: #f1c21b;--cds-inverse-support-04: #0f62fe;--cds-overlay-01: rgba(0, 0, 0, 0.65);--cds-danger-01: #da1e28;--cds-danger-02: #fa4d56;--cds-focus: #ffffff;--cds-inverse-focus-ui: #0f62fe;--cds-hover-primary: #0353e9;--cds-active-primary: #002d9c;--cds-hover-primary-text: #a6c8ff;--cds-hover-secondary: #606060;--cds-active-secondary: #393939;--cds-hover-tertiary: #f4f4f4;--cds-active-tertiary: #c6c6c6;--cds-hover-ui: #353535;--cds-hover-light-ui: #4c4c4c;--cds-hover-selected-ui: #4c4c4c;--cds-active-ui: #525252;--cds-active-light-ui: #6f6f6f;--cds-selected-ui: #393939;--cds-selected-light-ui: #525252;--cds-inverse-hover-ui: #e5e5e5;--cds-hover-danger: #b81921;--cds-active-danger: #750e13;--cds-hover-row: #353535;--cds-visited-link: #be95ff;--cds-disabled-01: #262626;--cds-disabled-02: #525252;--cds-disabled-03: #8d8d8d;--cds-highlight: #002d9c;--cds-decorative-01: #525252;--cds-button-separator: #161616;--cds-skeleton-01: #353535;--cds-skeleton-02: #525252;--cds-background: #161616;--cds-layer: #262626;--cds-layer-accent: #393939;--cds-layer-accent-hover: #474747;--cds-layer-accent-active: #6f6f6f;--cds-field: #262626;--cds-background-inverse: #f4f4f4;--cds-background-brand: #0f62fe;--cds-interactive: #4589ff;--cds-border-subtle: #393939;--cds-border-strong: #6f6f6f;--cds-border-inverse: #f4f4f4;--cds-border-interactive: #4589ff;--cds-text-primary: #f4f4f4;--cds-text-secondary: #c6c6c6;--cds-text-placeholder: #6f6f6f;--cds-text-helper: #8d8d8d;--cds-text-on-color: #ffffff;--cds-text-inverse: #161616;--cds-link-primary: #78a9ff;--cds-link-secondary: #a6c8ff;--cds-link-visited: #be95ff;--cds-link-inverse: #0f62fe;--cds-icon-primary: #f4f4f4;--cds-icon-secondary: #c6c6c6;--cds-icon-on-color: #ffffff;--cds-icon-inverse: #161616;--cds-support-error: #fa4d56;--cds-support-success: #42be65;--cds-support-warning: #f1c21b;--cds-support-info: #4589ff;--cds-support-error-inverse: #da1e28;--cds-support-success-inverse: #24a148;--cds-support-warning-inverse: #f1c21b;--cds-support-info-inverse: #0f62fe;--cds-overlay: rgba(0, 0, 0, 0.65);--cds-toggle-off: #6f6f6f;--cds-shadow: rgba(0, 0, 0, 0.8);--cds-button-primary: #0f62fe;--cds-button-secondary: #6f6f6f;--cds-button-tertiary: #ffffff;--cds-button-danger-primary: #da1e28;--cds-button-danger-secondary: #fa4d56;--cds-background-active: #525252;--cds-layer-active: #525252;--cds-button-danger-active: #750e13;--cds-button-primary-active: #002d9c;--cds-button-secondary-active: #393939;--cds-button-tertiary-active: #c6c6c6;--cds-focus-inset: #161616;--cds-focus-inverse: #0f62fe;--cds-background-hover: #353535;--cds-layer-hover: #353535;--cds-field-hover: #353535;--cds-background-inverse-hover: #e5e5e5;--cds-link-primary-hover: #a6c8ff;--cds-button-danger-hover: #b81921;--cds-button-primary-hover: #0353e9;--cds-button-secondary-hover: #606060;--cds-button-tertiary-hover: #f4f4f4;--cds-background-selected: #393939;--cds-background-selected-hover: #4c4c4c;--cds-layer-selected: #393939;--cds-layer-selected-hover: #4c4c4c;--cds-layer-selected-inverse: #f4f4f4;--cds-border-subtle-selected: #525252;--cds-border-disabled: #262626;--cds-text-disabled: #525252;--cds-button-disabled: #525252;--cds-icon-disabled: #525252;--cds-text-on-color-disabled: #8d8d8d;--cds-icon-on-color-disabled: #8d8d8d;--cds-layer-selected-disabled: #8d8d8d;--cds-skeleton-background: #353535;--cds-skeleton-element: #525252;--cds-brand-01: #0f62fe;--cds-brand-02: #6f6f6f;--cds-brand-03: #ffffff;--cds-active-01: #525252;--cds-hover-field: #353535;--cds-danger: #da1e28;--cds-caption-01-font-size: 0.75rem;--cds-caption-01-font-weight: 400;--cds-caption-01-line-height: 1.33333;--cds-caption-01-letter-spacing: 0.32px;--cds-caption-02-font-size: 0.875rem;--cds-caption-02-font-weight: 400;--cds-caption-02-line-height: 1.28572;--cds-caption-02-letter-spacing: 0.32px;--cds-label-01-font-size: 0.75rem;--cds-label-01-font-weight: 400;--cds-label-01-line-height: 1.33333;--cds-label-01-letter-spacing: 0.32px;--cds-label-02-font-size: 0.875rem;--cds-label-02-font-weight: 400;--cds-label-02-line-height: 1.28572;--cds-label-02-letter-spacing: 0.16px;--cds-helper-text-01-font-size: 0.75rem;--cds-helper-text-01-line-height: 1.33333;--cds-helper-text-01-letter-spacing: 0.32px;--cds-helper-text-02-font-size: 0.875rem;--cds-helper-text-02-line-height: 1.28572;--cds-helper-text-02-letter-spacing: 0.16px;--cds-body-short-01-font-size: 0.875rem;--cds-body-short-01-font-weight: 400;--cds-body-short-01-line-height: 1.28572;--cds-body-short-01-letter-spacing: 0.16px;--cds-body-long-01-font-size: 0.875rem;--cds-body-long-01-font-weight: 400;--cds-body-long-01-line-height: 1.42857;--cds-body-long-01-letter-spacing: 0.16px;--cds-body-short-02-font-size: 1rem;--cds-body-short-02-font-weight: 400;--cds-body-short-02-line-height: 1.375;--cds-body-short-02-letter-spacing: 0;--cds-body-long-02-font-size: 1rem;--cds-body-long-02-font-weight: 400;--cds-body-long-02-line-height: 1.5;--cds-body-long-02-letter-spacing: 0;--cds-code-01-font-family: 'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace;--cds-code-01-font-size: 0.75rem;--cds-code-01-font-weight: 400;--cds-code-01-line-height: 1.33333;--cds-code-01-letter-spacing: 0.32px;--cds-code-02-font-family: 'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace;--cds-code-02-font-size: 0.875rem;--cds-code-02-font-weight: 400;--cds-code-02-line-height: 1.42857;--cds-code-02-letter-spacing: 0.32px;--cds-heading-01-font-size: 0.875rem;--cds-heading-01-font-weight: 600;--cds-heading-01-line-height: 1.42857;--cds-heading-01-letter-spacing: 0.16px;--cds-productive-heading-01-font-size: 0.875rem;--cds-productive-heading-01-font-weight: 600;--cds-productive-heading-01-line-height: 1.28572;--cds-productive-heading-01-letter-spacing: 0.16px;--cds-heading-02-font-size: 1rem;--cds-heading-02-font-weight: 600;--cds-heading-02-line-height: 1.5;--cds-heading-02-letter-spacing: 0;--cds-productive-heading-02-font-size: 1rem;--cds-productive-heading-02-font-weight: 600;--cds-productive-heading-02-line-height: 1.375;--cds-productive-heading-02-letter-spacing: 0;--cds-productive-heading-03-font-size: 1.25rem;--cds-productive-heading-03-font-weight: 400;--cds-productive-heading-03-line-height: 1.4;--cds-productive-heading-03-letter-spacing: 0;--cds-productive-heading-04-font-size: 1.75rem;--cds-productive-heading-04-font-weight: 400;--cds-productive-heading-04-line-height: 1.28572;--cds-productive-heading-04-letter-spacing: 0;--cds-productive-heading-05-font-size: 2rem;--cds-productive-heading-05-font-weight: 400;--cds-productive-heading-05-line-height: 1.25;--cds-productive-heading-05-letter-spacing: 0;--cds-productive-heading-06-font-size: 2.625rem;--cds-productive-heading-06-font-weight: 300;--cds-productive-heading-06-line-height: 1.199;--cds-productive-heading-06-letter-spacing: 0;--cds-productive-heading-07-font-size: 3.375rem;--cds-productive-heading-07-font-weight: 300;--cds-productive-heading-07-line-height: 1.199;--cds-productive-heading-07-letter-spacing: 0;--cds-expressive-heading-01-font-size: 0.875rem;--cds-expressive-heading-01-font-weight: 600;--cds-expressive-heading-01-line-height: 1.25;--cds-expressive-heading-01-letter-spacing: 0.16px;--cds-expressive-heading-02-font-size: 1rem;--cds-expressive-heading-02-font-weight: 600;--cds-expressive-heading-02-line-height: 1.5;--cds-expressive-heading-02-letter-spacing: 0;--cds-expressive-heading-03-font-size: 1.25rem;--cds-expressive-heading-03-font-weight: 400;--cds-expressive-heading-03-line-height: 1.4;--cds-expressive-heading-03-letter-spacing: 0;--cds-expressive-heading-04-font-size: 1.75rem;--cds-expressive-heading-04-font-weight: 400;--cds-expressive-heading-04-line-height: 1.28572;--cds-expressive-heading-04-letter-spacing: 0;--cds-expressive-heading-05-font-size: 2rem;--cds-expressive-heading-05-font-weight: 400;--cds-expressive-heading-05-line-height: 1.25;--cds-expressive-heading-05-letter-spacing: 0;--cds-expressive-heading-06-font-size: 2rem;--cds-expressive-heading-06-font-weight: 600;--cds-expressive-heading-06-line-height: 1.25;--cds-expressive-heading-06-letter-spacing: 0;--cds-expressive-paragraph-01-font-size: 1.5rem;--cds-expressive-paragraph-01-font-weight: 300;--cds-expressive-paragraph-01-line-height: 1.334;--cds-expressive-paragraph-01-letter-spacing: 0;--cds-quotation-01-font-family: 'IBM Plex Serif', 'Georgia', Times, serif;--cds-quotation-01-font-size: 1.25rem;--cds-quotation-01-font-weight: 400;--cds-quotation-01-line-height: 1.3;--cds-quotation-01-letter-spacing: 0;--cds-quotation-02-font-family: 'IBM Plex Serif', 'Georgia', Times, serif;--cds-quotation-02-font-size: 2rem;--cds-quotation-02-font-weight: 300;--cds-quotation-02-line-height: 1.25;--cds-quotation-02-letter-spacing: 0;--cds-display-01-font-size: 2.625rem;--cds-display-01-font-weight: 300;--cds-display-01-line-height: 1.19;--cds-display-01-letter-spacing: 0;--cds-display-02-font-size: 2.625rem;--cds-display-02-font-weight: 600;--cds-display-02-line-height: 1.19;--cds-display-02-letter-spacing: 0;--cds-display-03-font-size: 2.625rem;--cds-display-03-font-weight: 300;--cds-display-03-line-height: 1.19;--cds-display-03-letter-spacing: 0;--cds-display-04-font-size: 2.625rem;--cds-display-04-font-weight: 300;--cds-display-04-line-height: 1.19;--cds-display-04-letter-spacing: 0;--cds-legal-01-font-size: 0.75rem;--cds-legal-01-font-weight: 400;--cds-legal-01-line-height: 1.33333;--cds-legal-01-letter-spacing: 0.32px;--cds-legal-02-font-size: 0.875rem;--cds-legal-02-font-weight: 400;--cds-legal-02-line-height: 1.28572;--cds-legal-02-letter-spacing: 0.16px;--cds-body-compact-01-font-size: 0.875rem;--cds-body-compact-01-font-weight: 400;--cds-body-compact-01-line-height: 1.28572;--cds-body-compact-01-letter-spacing: 0.16px;--cds-body-compact-02-font-size: 1rem;--cds-body-compact-02-font-weight: 400;--cds-body-compact-02-line-height: 1.375;--cds-body-compact-02-letter-spacing: 0;--cds-body-01-font-size: 0.875rem;--cds-body-01-font-weight: 400;--cds-body-01-line-height: 1.42857;--cds-body-01-letter-spacing: 0.16px;--cds-body-02-font-size: 1rem;--cds-body-02-font-weight: 400;--cds-body-02-line-height: 1.5;--cds-body-02-letter-spacing: 0;--cds-heading-compact-01-font-size: 0.875rem;--cds-heading-compact-01-font-weight: 600;--cds-heading-compact-01-line-height: 1.28572;--cds-heading-compact-01-letter-spacing: 0.16px;--cds-heading-compact-02-font-size: 1rem;--cds-heading-compact-02-font-weight: 600;--cds-heading-compact-02-line-height: 1.375;--cds-heading-compact-02-letter-spacing: 0;--cds-heading-03-font-size: 1.25rem;--cds-heading-03-font-weight: 400;--cds-heading-03-line-height: 1.4;--cds-heading-03-letter-spacing: 0;--cds-heading-04-font-size: 1.75rem;--cds-heading-04-font-weight: 400;--cds-heading-04-line-height: 1.28572;--cds-heading-04-letter-spacing: 0;--cds-heading-05-font-size: 2rem;--cds-heading-05-font-weight: 400;--cds-heading-05-line-height: 1.25;--cds-heading-05-letter-spacing: 0;--cds-heading-06-font-size: 2.625rem;--cds-heading-06-font-weight: 300;--cds-heading-06-line-height: 1.199;--cds-heading-06-letter-spacing: 0;--cds-heading-07-font-size: 3.375rem;--cds-heading-07-font-weight: 300;--cds-heading-07-line-height: 1.199;--cds-heading-07-letter-spacing: 0;--cds-fluid-heading-03-font-size: 1.25rem;--cds-fluid-heading-03-font-weight: 400;--cds-fluid-heading-03-line-height: 1.4;--cds-fluid-heading-03-letter-spacing: 0;--cds-fluid-heading-04-font-size: 1.75rem;--cds-fluid-heading-04-font-weight: 400;--cds-fluid-heading-04-line-height: 1.28572;--cds-fluid-heading-04-letter-spacing: 0;--cds-fluid-heading-05-font-size: 2rem;--cds-fluid-heading-05-font-weight: 400;--cds-fluid-heading-05-line-height: 1.25;--cds-fluid-heading-05-letter-spacing: 0;--cds-fluid-heading-06-font-size: 2rem;--cds-fluid-heading-06-font-weight: 600;--cds-fluid-heading-06-line-height: 1.25;--cds-fluid-heading-06-letter-spacing: 0;--cds-fluid-paragraph-01-font-size: 1.5rem;--cds-fluid-paragraph-01-font-weight: 300;--cds-fluid-paragraph-01-line-height: 1.334;--cds-fluid-paragraph-01-letter-spacing: 0;--cds-fluid-quotation-01-font-family: 'IBM Plex Serif', 'Georgia', Times, serif;--cds-fluid-quotation-01-font-size: 1.25rem;--cds-fluid-quotation-01-font-weight: 400;--cds-fluid-quotation-01-line-height: 1.3;--cds-fluid-quotation-01-letter-spacing: 0;--cds-fluid-quotation-02-font-family: 'IBM Plex Serif', 'Georgia', Times, serif;--cds-fluid-quotation-02-font-size: 2rem;--cds-fluid-quotation-02-font-weight: 300;--cds-fluid-quotation-02-line-height: 1.25;--cds-fluid-quotation-02-letter-spacing: 0;--cds-fluid-display-01-font-size: 2.625rem;--cds-fluid-display-01-font-weight: 300;--cds-fluid-display-01-line-height: 1.19;--cds-fluid-display-01-letter-spacing: 0;--cds-fluid-display-02-font-size: 2.625rem;--cds-fluid-display-02-font-weight: 600;--cds-fluid-display-02-line-height: 1.19;--cds-fluid-display-02-letter-spacing: 0;--cds-fluid-display-03-font-size: 2.625rem;--cds-fluid-display-03-font-weight: 300;--cds-fluid-display-03-line-height: 1.19;--cds-fluid-display-03-letter-spacing: 0;--cds-fluid-display-04-font-size: 2.625rem;--cds-fluid-display-04-font-weight: 300;--cds-fluid-display-04-line-height: 1.19;--cds-fluid-display-04-letter-spacing: 0;--cds-spacing-01: 0.125rem;--cds-spacing-02: 0.25rem;--cds-spacing-03: 0.5rem;--cds-spacing-04: 0.75rem;--cds-spacing-05: 1rem;--cds-spacing-06: 1.5rem;--cds-spacing-07: 2rem;--cds-spacing-08: 2.5rem;--cds-spacing-09: 3rem;--cds-spacing-10: 4rem;--cds-spacing-11: 5rem;--cds-spacing-12: 6rem;--cds-spacing-13: 10rem;--cds-fluid-spacing-01: 0;--cds-fluid-spacing-02: 2vw;--cds-fluid-spacing-03: 5vw;--cds-fluid-spacing-04: 10vw;--cds-layout-01: 1rem;--cds-layout-02: 1.5rem;--cds-layout-03: 2rem;--cds-layout-04: 3rem;--cds-layout-05: 4rem;--cds-layout-06: 6rem;--cds-layout-07: 10rem;--cds-container-01: 1.5rem;--cds-container-02: 2rem;--cds-container-03: 2.5rem;--cds-container-04: 3rem;--cds-container-05: 4rem;--cds-size-xsmall: 1.5rem;--cds-size-small: 2rem;--cds-size-medium: 2.5rem;--cds-size-large: 3rem;--cds-size-xlarge: 4rem;--cds-size-2XLarge: 5rem;--cds-icon-size-01: 1rem;--cds-icon-size-02: 1.25rem;position:fixed;z-index:2;top:var(--cds-spacing-09, 3rem);right:0;overflow:auto;min-width:22.75rem;max-width:22.75rem;min-height:38.5rem;max-height:38.5rem;background-color:var(--cds-ui-background, #ffffff);color:var(--cds-text-01, #161616);transition:transform 110ms cubic-bezier(0.2, 0, 0.38, 0.9)}.c4p--notifications-panel__container .c4p--notifications-panel__header-container{position:sticky;z-index:2;top:0;padding:var(--cds-spacing-03, 0.5rem) var(--cds-spacing-05, 1rem) var(--cds-spacing-05, 1rem);border-bottom:1px solid var(--cds-ui-02, #ffffff);background-color:var(--cds-ui-background, #ffffff)}.c4p--notifications-panel__container .c4p--notifications-panel__header-container .c4p--notifications-panel__header-flex{display:flex;align-items:center;justify-content:space-between}.c4p--notifications-panel__container .c4p--notifications-panel__header-container .c4p--notifications-panel__do-not-disturb-toggle .bx--toggle__switch{margin-top:var(--cds-spacing-02, 0.25rem)}.c4p--notifications-panel__container .c4p--notifications-panel__header-container .c4p--notifications-panel__dismiss-button{color:var(--cds-text-01, #161616)}.c4p--notifications-panel__container .c4p--notifications-panel__header-container .c4p--notifications-panel__header{font-size:var(--cds-productive-heading-01-font-size, 0.875rem);font-weight:var(--cds-productive-heading-01-font-weight, 600);line-height:var(--cds-productive-heading-01-line-height, 1.28572);letter-spacing:var(--cds-productive-heading-01-letter-spacing, 0.16px);margin:0}.c4p--notifications-panel__container .c4p--notifications-panel__time-section-label{font-size:var(--cds-label-01-font-size, 0.75rem);font-weight:var(--cds-label-01-font-weight, 400);line-height:var(--cds-label-01-line-height, 1.33333);letter-spacing:var(--cds-label-01-letter-spacing, 0.32px);font-weight:600;position:sticky;z-index:2;top:4.8125rem;padding:var(--cds-spacing-03, 0.5rem) var(--cds-spacing-05, 1rem);background-color:var(--cds-ui-01, #f4f4f4);color:var(--cds-text-02, #525252)}.c4p--notifications-panel__container .c4p--notifications-panel__notification:hover,.c4p--notifications-panel__container .c4p--notifications-panel__notification:focus{background-color:var(--cds-ui-03, #e0e0e0)}.c4p--notifications-panel__container .c4p--notifications-panel__notification:hover .c4p--notifications-panel__dismiss-single-button,.c4p--notifications-panel__container .c4p--notifications-panel__notification:focus .c4p--notifications-panel__dismiss-single-button{opacity:1}.c4p--notifications-panel__container .c4p--notifications-panel__notification:focus{border-color:var(--cds-focus, #0f62fe);box-shadow:inset 0 0 0 2px var(--cds-focus, #0f62fe),inset 0 0 0 2px var(--cds-ui-background, #ffffff);outline:0}.c4p--notifications-panel__container .c4p--notifications-panel__notification{position:relative;display:flex;width:100%;min-height:6.25rem;align-items:flex-start;padding:var(--cds-spacing-05, 1rem);border:0;background-color:var(--cds-ui-background, #ffffff);cursor:pointer;text-align:left;transition:background-color 240ms cubic-bezier(0.2, 0, 0.38, 0.9)}.c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__notification-title{margin-bottom:var(--cds-spacing-02, 0.25rem);color:var(--cds-text-04, #ffffff);font-weight:400}.c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__notification-title.c4p--notifications-panel__notification-title-unread{margin-bottom:var(--cds-spacing-02, 0.25rem);color:var(--cds-text-04, #ffffff);font-weight:600}.c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__notifications-link{font-size:var(--cds-label-01-font-size, 0.75rem);font-weight:var(--cds-label-01-font-weight, 400);line-height:var(--cds-label-01-line-height, 1.33333);letter-spacing:var(--cds-label-01-letter-spacing, 0.32px)}.c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__notification-status-icon{min-width:1rem;margin-right:var(--cds-spacing-03, 0.5rem)}.c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__notification-status-icon.c4p--notifications-panel__notification-status-icon-error{fill:var(--cds-support-01, #da1e28)}.c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__notification-status-icon.c4p--notifications-panel__notification-status-icon-success{fill:var(--cds-support-02, #198038)}.c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__notification-status-icon.c4p--notifications-panel__notification-status-icon-warning{fill:var(--cds-support-03, #f1c21b)}.c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__notification-status-icon.c4p--notifications-panel__notification-status-icon-informational{fill:var(--cds-support-04, #0043ce)}.c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__notification-content .c4p--notifications-panel__notification-time-label{margin-bottom:var(--cds-spacing-03, 0.5rem)}.c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__notification-content .c4p--notifications-panel__notification-time-label,.c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__notification-content .c4p--notifications-panel__notification-description{font-size:var(--cds-label-01-font-size, 0.75rem);font-weight:var(--cds-label-01-font-weight, 400);line-height:var(--cds-label-01-line-height, 1.33333);letter-spacing:var(--cds-label-01-letter-spacing, 0.32px);color:var(--cds-text-02, #525252)}.c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__notification-content .c4p--notifications-panel__notification-description.c4p--notifications-panel__notification-short-description{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__notification-content .c4p--notifications-panel__notification-description.c4p--notifications-panel__notification-long-description{display:block;overflow:initial;-webkit-line-clamp:initial}.c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__notification-content .c4p--notifications-panel__notification-read-more-button,.c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__notification-content .c4p--notifications-panel__notification-read-less-button{font-size:var(--cds-label-01-font-size, 0.75rem);font-weight:var(--cds-label-01-font-weight, 400);line-height:var(--cds-label-01-line-height, 1.33333);letter-spacing:var(--cds-label-01-letter-spacing, 0.32px);min-width:5.5rem;padding:0}.c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__notification-content .c4p--notifications-panel__notification-read-more-button .bx--btn__icon,.c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__notification-content .c4p--notifications-panel__notification-read-less-button .bx--btn__icon{transition:transform 240ms ease}@media(prefers-reduced-motion: reduce){.c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__notification-content .c4p--notifications-panel__notification-read-more-button .bx--btn__icon,.c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__notification-content .c4p--notifications-panel__notification-read-less-button .bx--btn__icon{transition:none}}.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,.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{transform:rotate(0deg)}.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,.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{transform:rotate(180deg)}.c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__dismiss-single-button{position:absolute;top:0;right:0;min-width:2rem;padding:0;color:var(--cds-text-01, #161616);opacity:0}.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{opacity:1}.c4p--notifications-panel__container .c4p--notifications-panel__notification-today:not(:first-of-type):before,.c4p--notifications-panel__container .c4p--notifications-panel__notification-yesterday:not(:first-of-type):before,.c4p--notifications-panel__container .c4p--notifications-panel__notification-previous:not(:first-of-type):before{position:absolute;top:0;width:calc(100% - (2 * var(--cds-spacing-05, 1rem)));height:1px;margin:0 auto;background-color:var(--cds-ui-02, #ffffff);content:"";transition:background-color 240ms cubic-bezier(0.2, 0, 0.38, 0.9)}.c4p--notifications-panel__container .c4p--notifications-panel__notification-today:hover+.c4p--notifications-panel__notification-today:not(:first-of-type):before,.c4p--notifications-panel__container .c4p--notifications-panel__notification-yesterday:hover+.c4p--notifications-panel__notification-yesterday:not(:first-of-type):before,.c4p--notifications-panel__container .c4p--notifications-panel__notification-previous:hover+.c4p--notifications-panel__notification-previous:not(:first-of-type):before{background-color:rgba(0,0,0,0)}.c4p--notifications-panel__container .c4p--notifications-panel__main-section-empty.c4p--notifications-panel__main-section{display:flex;height:100%;min-height:initial;align-items:center;justify-content:center;margin-top:var(--cds-layout-07, 10rem)}.c4p--notifications-panel__container .c4p--notifications-panel__main-section-empty.c4p--notifications-panel__main-section .c4p-subtext{font-size:var(--cds-body-short-01-font-size, 0.875rem);font-weight:var(--cds-body-short-01-font-weight, 400);line-height:var(--cds-body-short-01-line-height, 1.28572);letter-spacing:var(--cds-body-short-01-letter-spacing, 0.16px)}.c4p--notifications-panel__container .c4p--notifications-panel__main-section{min-height:498px}.c4p--notifications-panel__container .c4p--notifications-panel__bottom-actions{position:sticky;z-index:2;bottom:0;display:flex;height:2.5rem;min-height:2.5rem;align-items:center;border-top:1px solid var(--cds-ui-02, #ffffff);background-color:var(--cds-ui-background, #ffffff)}.c4p--notifications-panel__container .c4p--notifications-panel__bottom-actions .c4p--notifications-panel__view-all-button{width:100%;max-width:calc(100% - 2.5rem);height:2.5rem;min-height:2.5rem;border-right:1px solid var(--cds-ui-02, #ffffff);color:var(--cds-text-01, #161616)}.c4p--notifications-panel__container .c4p--notifications-panel__bottom-actions .c4p--notifications-panel__settings-button{display:flex;min-width:2.5rem;height:2.5rem;min-height:2.5rem;align-items:center;justify-content:center;padding:0;color:var(--cds-text-01, #161616)}.c4p--notifications-panel__container .c4p--notifications-panel__bottom-actions .c4p--notifications-panel__settings-button .bx--btn__icon{margin:0}.c4p--action-bar.c4p--action-bar{display:block}.c4p--action-bar .c4p--action-bar__displayed-items{display:inline-flex;width:100%;white-space:nowrap}.c4p--action-bar .c4p--action-bar__displayed-items--right{justify-content:flex-end}.c4p--action-bar .c4p--action-bar-overflow-items{display:inline-block}.c4p--action-bar .c4p--action-bar__hidden-sizing-items{position:absolute;top:-100vh;left:-100vw;overflow:hidden;max-width:100vw;pointer-events:none;visibility:hidden}.c4p--action-bar-overflow-items__options .c4p--action-bar-overflow-items__item{padding:0 var(--cds-spacing-03, 0.5rem)}.c4p--action-bar-overflow-items__options .c4p--action-bar-overflow-items__item-content{display:flex;width:100%;justify-content:space-between}.c4p--action-bar-overflow-items__options .c4p--action-bar-overflow-items__item svg{margin:0 var(--cds-spacing-02, 0.25rem)}.c4p--breadcrumb-with-overflow.c4p--breadcrumb-with-overflow{display:block}.c4p--breadcrumb-with-overflow .c4p--breadcrumb-with-overflow__space{position:relative;display:block;width:100%;white-space:nowrap}.c4p--breadcrumb-with-overflow .c4p--breadcrumb-with-overflow__breadcrumb-container.c4p--breadcrumb-with-overflow__breadcrumb-container-with-items{display:inline-flex;width:100%}.c4p--breadcrumb-with-overflow .c4p--breadcrumb-with-overflow__breadcrumb-container .bx--breadcrumb{width:100%;flex-wrap:nowrap;align-items:flex-start}.c4p--breadcrumb-with-overflow .c4p--breadcrumb-with-overflow__breadcrumb-container--hidden{position:absolute;top:-100vh;left:-100vw;overflow:hidden;max-width:100vw;pointer-events:none;visibility:hidden}.c4p--breadcrumb-with-overflow .c4p--breadcrumb-with-overflow__breadcrumb-back{display:none}@media(max-width: 41.98rem){.c4p--breadcrumb-with-overflow .bx--breadcrumb-item{display:none}.c4p--breadcrumb-with-overflow .c4p--breadcrumb-with-overflow__breadcrumb-back,.c4p--breadcrumb-with-overflow .bx--breadcrumb-item:last-child{display:inline-flex;vertical-align:middle}.c4p--breadcrumb-with-overflow .c4p--breadcrumb-with-overflow__displayed-breadcrumb:last-child{max-width:calc(100% - var(--cds-spacing-07, 2rem))}}.c4p--breadcrumb-with-overflow .bx--breadcrumb-item:last-child{display:inline-flex}.c4p--breadcrumb-with-overflow .c4p--breadcrumb-with-overflow__displayed-breadcrumb:last-child{display:inline-flex;overflow:hidden}.c4p--breadcrumb-with-overflow .c4p--breadcrumb-with-overflow__displayed-breadcrumb:last-child .bx--link{display:inline-block;overflow:hidden;width:100%;text-overflow:ellipsis}.c4p--breadcrumb-with-overflow__overflow-menu-options.c4p--breadcrumb-with-overflow__overflow-menu-options{z-index:8000}.c4p--tag-set.c4p--tag-set{display:block;width:100%}.c4p--tag-set .c4p--tag-set__space{position:relative;display:block;width:100%;white-space:nowrap}.c4p--tag-set .c4p--tag-set__space--align-end{text-align:end}.c4p--tag-set .c4p--tag-set__space--align-center{text-align:center}.c4p--tag-set .c4p--tag-set__tag-container{display:inline-flex;white-space:nowrap}.c4p--tag-set .c4p--tag-set__tag-container--multiline{flex-wrap:wrap}.c4p--tag-set .c4p--tag-set__tag-container--hidden{position:absolute;top:-100vh;left:-100vw;overflow:hidden;max-width:100vw;pointer-events:none;visibility:hidden}.c4p--tag-set .c4p--tag-set-overflow{display:inline-block;vertical-align:bottom}.c4p--tag-set .c4p--tag-set-overflow--hidden{overflow:hidden;max-width:0;visibility:hidden}.c4p--tag-set-modal.c4p--tag-set-modal{text-align:initial;white-space:initial}@media(min-width: 42rem){.c4p--tag-set-modal .c4p--tag-set-modal__container{height:90%;max-height:450px}}.c4p--tag-set-modal .c4p--tag-set-modal__search{margin-top:var(--cds-spacing-05, 1rem);margin-bottom:0}.c4p--tag-set-modal.c4p--tag-set-modal .c4p--tag-set-modal__fade{position:relative;margin-right:var(--cds-spacing-05, 1rem);margin-left:var(--cds-spacing-05, 1rem)}.c4p--tag-set-modal .c4p--tag-set-modal__body{padding-bottom:var(--cds-spacing-06, 1.5rem)}.c4p--tag-set-modal .c4p--tag-set-modal__header{padding-right:0;margin-right:var(--cds-spacing-05, 1rem)}.c4p--tag-set-modal.c4p--tag-set-modal .c4p--tag-set-modal__fade::after{position:absolute;top:calc(-1 * var(--cds-spacing-11, 5rem));left:0;width:100%;height:var(--cds-spacing-07, 2rem);background:linear-gradient(to bottom, transparent, var(--cds-ui-01, #f4f4f4));content:""}.c4p--tag-set-overflow__tooltip.c4p--tag-set-overflow__tooltip{min-width:initial;text-align:left}.c4p--tag-set-overflow__tooltip .c4p--tag-set-overflow__show-all-tags-link{display:inline-block;margin:var(--cds-spacing-03, 0.5rem) 0 var(--cds-spacing-02, 0.25rem)}.c4p--tag-set-overflow__tooltip .c4p--tag-set-overflow__tag-item,.c4p--tag-set-overflow__tooltip .c4p--tag-set-overflow__tag-item .bx--tag{font-size:var(--cds-body-short-01-font-size, 0.875rem);font-weight:var(--cds-body-short-01-font-weight, 400);line-height:var(--cds-body-short-01-line-height, 1.28572);letter-spacing:var(--cds-body-short-01-letter-spacing, 0.16px);display:block;overflow:hidden;min-width:initial;min-height:initial;padding:0;margin:0;background-color:inherit;color:inherit;text-overflow:ellipsis;white-space:nowrap}.c4p--tag-set-overflow__tooltip .c4p--tag-set-overflow__tag .bx--tag__close-icon{padding:0}.c4p--tag-set-overflow__tooltip .c4p--tag-set-overflow__tag .bx--tag--high-contrast{background-color:var(--cds-ui-background, #ffffff);color:var(--cds-text-01, #161616)}.c4p--tag-set-overflow__tooltip .c4p--tag-set-overflow__tag .bx--tag__close-icon:hover{background-color:var(--cds-hover-ui, #e5e5e5)}.c4p--tag-set-overflow__tooltip .c4p--tag-set-overflow__tag .bx--tag__close-icon:focus{box-shadow:inset 0 0 0 var(--cds-spacing-01, 0.125rem) var(--cds-focus, #0f62fe)}.c4p--button-set-with-overflow.c4p--button-set-with-overflow{display:flex;width:100%}.c4p--button-set-with-overflow .c4p--button-set-with-overflow__space{position:relative;display:block;width:100%;white-space:nowrap}.c4p--button-set-with-overflow .c4p--button-set-with-overflow__button-container{display:inline-flex}.c4p--button-set-with-overflow .c4p--button-set-with-overflow__button-container--hidden{position:absolute;top:-100vh;left:-100vw;overflow:hidden;max-width:100vw;pointer-events:none;visibility:hidden}.c4p--button-set-with-overflow.c4p--button-set-with-overflow--right{justify-content:flex-end}@keyframes background-appear{from{background-color:var(--from-color)}to{background-color:var(--to-color)}}@keyframes background-and-shadow-appear{from{background-color:var(--from-color);box-shadow:0 1px 0 var(--from-color)}to{background-color:var(--to-color);box-shadow:0 1px 0 var(--to-color-shadow)}}.c4p--page-header.c4p--page-header{position:sticky;z-index:7999;top:var(--c4p--page-header--header-top);display:inline-block;width:100%;background-color:var(--cds-ui-background, #ffffff);color:var(--cds-text-01, #161616);--c4p--page-header--breadcrumb-title-visibility: hidden;--c4p--page-header--breadcrumb-title-opacity: 1;--c4p--page-header--breadcrumb-top: 0;--c4p--page-header--background-opacity: 1;--c4p--page-header--breadcrumb-title-top: initial;--c4p--page-header--button-set-in-breadcrumb-width-px: initial;--c4p--page-header--navigation-buffer-top: $spacing-06}.c4p--page-header.c4p--page-header--has-navigation-tags-only{--c4p--page-header--navigation-buffer-top: $spacing-04}.c4p--page-header::before{--from-color: var(--cds-ui-background, #ffffff);--to-color: var(--cds-ui-01, #f4f4f4);--to-color-shadow: var(--cds-ui-03, #e0e0e0);position:absolute;top:0;left:0;display:block;width:100%;height:100%;animation:background-and-shadow-appear 1000ms linear paused forwards;animation-delay:calc(-1000ms*var(--c4p--page-header--background-opacity));content:"";z-index:-1}.c4p--page-header .c4p--page-header--width--xl{padding-right:var(--cds-spacing-07, 2rem);padding-left:var(--cds-spacing-07, 2rem)}.c4p--page-header .c4p--page-header__breadcrumb-row{position:sticky;z-index:99;top:var(--c4p--page-header--breadcrumb-top);min-height:var(--cds-spacing-08, 2.5rem)}.c4p--page-header .c4p--page-header__breadcrumb-row+.c4p--page-header__last-row-buffer--active{height:var(--cds-spacing-02, 0.25rem)}.c4p--page-header .c4p--page-header__breadcrumb-row:not(.c4p--page-header__breadcrumb-row--has-action-bar){min-height:var(--cds-spacing-07, 2rem)}.c4p--page-header .c4p--page-header__breadcrumb-row--container{display:flex;min-width:100%;flex-wrap:nowrap}.c4p--page-header .c4p--page-header__has-page-actions-without-action-bar{min-width:calc(.6*(100% + 2 * var(--cds-spacing-05, 1rem)));max-width:calc(.6*(100% + 2 * var(--cds-spacing-05, 1rem)))}.c4p--page-header .c4p--page-header__has-page-actions-without-action-bar .c4p--page-header__has-page-actions-without-action-bar{min-width:100%}.c4p--page-header .c4p--page-header__breadcrumb-row--has-action-bar .c4p--page-header__breadcrumb-row--container{min-width:calc(100% + (var(--c4p--page-header--width-px) - var(--c4p--page-header--breadcrumb-row-width-px))/2)}.c4p--page-header .c4p--page-header__breadcrumb-row::after{position:absolute;bottom:0;left:50%;display:block;width:50vw;height:1px;box-shadow:0 1px 0 0 var(--cds-ui-03, #e0e0e0),0 1px 0 0 var(--cds-ui-03, #e0e0e0);content:"";opacity:0;transform:translateX(-50%) scaleX(1);transition:all 150ms ease-out}.c4p--page-header .c4p--page-header__breadcrumb-row--next-to-tabs:not(.c4p--page-header__has-page-actions-without-action-bar)::after,.c4p--page-header .c4p--page-header__breadcrumb-row--has-action-bar::after{box-shadow:25vw 1px 0 0 var(--cds-ui-03, #e0e0e0),-25vw 1px 0 0 var(--cds-ui-03, #e0e0e0);opacity:1}.c4p--page-header .c4p--page-header__breadcrumb-container{width:100%}.c4p--page-header .c4p--page-header__action-bar-column{display:none}.c4p--page-header .c4p--page-header__breadcrumb-row--has-breadcrumbs .c4p--page-header__action-bar-column{max-width:25%;flex:0 1 25%}@media(min-width: 42rem){.c4p--page-header .c4p--page-header__breadcrumb-row--has-breadcrumbs .c4p--page-header__action-bar-column{max-width:40%;flex:1 0 40%}}.c4p--page-header .c4p--page-header__breadcrumb-row--has-action-bar .c4p--page-header__action-bar-column{display:initial}.c4p--page-header .c4p--page-header__action-bar-column-content{display:flex;justify-content:flex-end;white-space:nowrap}@media(min-width: 66rem){.c4p--page-header .c4p--page-header__action-bar-column-content{flex-wrap:nowrap}}.c4p--page-header .c4p--page-header__breadcrumb-row .c4p--page-header__page-actions{position:relative;display:inline-block;width:100%;max-width:var(--c4p--page-header--button-set-in-breadcrumb-width-px);flex:1 1 var(--c4p--page-header--button-set-in-breadcrumb-width-px);opacity:0;transition:opacity 240ms cubic-bezier(0, 0, 0.38, 0.9);visibility:hidden;white-space:nowrap}.c4p--page-header .c4p--page-header__breadcrumb-row .c4p--page-header__page-actions--in-breadcrumb{opacity:1;visibility:visible}.c4p--page-header .c4p--page-header__breadcrumb-column{overflow:hidden;max-width:100%;flex:0 0 100%}@media(min-width: 42rem){.c4p--page-header .c4p--page-header__breadcrumb-column{overflow:hidden}}.c4p--page-header .c4p--page-header__breadcrumb-row--has-action-bar.c4p--page-header__breadcrumb-row .c4p--page-header__breadcrumb-column{max-width:75%;flex:0 1 75%}@media(min-width: 42rem){.c4p--page-header .c4p--page-header__breadcrumb-row--has-action-bar.c4p--page-header__breadcrumb-row .c4p--page-header__breadcrumb-column{max-width:60%;flex:0 1 60%}}.c4p--page-header .c4p--page-header__has-page-actions-without-action-bar.c4p--page-header__breadcrumb-row .c4p--page-header__breadcrumb-column{max-width:100%;flex:0 1 100%}.c4p--page-header .c4p--page-header__breadcrumb-column--background,.c4p--page-header .c4p--page-header__action-bar-column--background{position:relative}.c4p--page-header .c4p--page-header__breadcrumb-column--background::before,.c4p--page-header .c4p--page-header__action-bar-column--background::before{--from-color: var(--cds-ui-background, #ffffff);--to-color: var(--cds-ui-01, #f4f4f4);--to-color-shadow: var(--cds-ui-03, #e0e0e0);position:absolute;top:0;left:0;display:block;width:100%;height:100%;animation:background-appear 1000ms linear paused forwards;animation-delay:calc(-1000ms*var(--c4p--page-header--background-opacity));content:""}.c4p--page-header .c4p--page-header__action-bar-column--influenced-by-collapse-button{padding-right:var(--cds-spacing-08, 2.5rem)}.c4p--page-header .c4p--page-header__breadcrumb{font-size:var(--cds-label-01-font-size, 0.75rem);font-weight:var(--cds-label-01-font-weight, 400);line-height:var(--cds-label-01-line-height, 1.33333);letter-spacing:var(--cds-label-01-letter-spacing, 0.32px);padding-top:var(--cds-spacing-04, 0.75rem)}.c4p--page-header .c4p--page-header--breadcrumb.c4p--breadcrumb-with-overflow__with-items{padding-top:0}@media(min-width: 42rem){.c4p--page-header .c4p--page-header--breadcrumb.c4p--breadcrumb-with-overflow__with-items{padding-top:var(--cds-spacing-04, 0.75rem)}}.c4p--page-header .c4p--page-header__breadcrumb .bx--breadcrumb-item{margin-right:var(--cds-spacing-02, 0.25rem)}.c4p--page-header .c4p--page-header__breadcrumb .bx--breadcrumb-item::after{margin-left:var(--cds-spacing-02, 0.25rem)}.c4p--page-header .c4p--page-header__breadcrumb .bx--breadcrumb-item,.c4p--page-header .c4p--page-header__breadcrumb .bx--breadcrumb-item .bx--link{font-size:var(--cds-label-01-font-size, 0.75rem);font-weight:var(--cds-label-01-font-weight, 400);line-height:var(--cds-label-01-line-height, 1.33333);letter-spacing:var(--cds-label-01-letter-spacing, 0.32px)}.c4p--page-header .c4p--page-header__breadcrumb-title{position:relative}.c4p--page-header .c4p--page-header__breadcrumb-title:not(.c4p--page-header__breadcrumb-title--pre-collapsed){opacity:var(--c4p--page-header--breadcrumb-title-opacity);transform:translateY(var(--c4p--page-header--breadcrumb-title-top));visibility:var(--c4p--page-header--breadcrumb-title-visibility)}.c4p--page-header .c4p--page-header__breadcrumb-container--hidden .c4p--page-header__breadcrumb-title.c4p--page-header__breadcrumb-title{overflow:initial}.c4p--page-header .c4p--page-header__action-bar{width:100%;max-width:var(--c4p--page-header--max-action-bar-width-px);flex:1 1 var(--c4p--page-header--max-action-bar-width-px);padding-top:var(--cds-spacing-04, 0.75rem);margin-top:calc(-1 * var(--cds-spacing-04, 0.75rem));vertical-align:top;white-space:nowrap}.c4p--page-header .c4p--page-header__title-row{margin-top:0;margin-bottom:0;transform:translateY(var(--cds-spacing-01, 0.125rem))}@media(min-width: 42rem){.c4p--page-header .c4p--page-header__title-row{flex-wrap:nowrap}}.c4p--page-header .c4p--page-header__title-row.c4p--page-header__title-row--under-action-bar{margin-top:var(--cds-spacing-05, 1rem);transform:translateY(0)}.c4p--page-header .c4p--page-header__title-row+.c4p--page-header__last-row-buffer--active{height:var(--cds-spacing-07, 2rem)}.c4p--page-header .c4p--page-header__title-row.c4p--page-header__title-row--spacing-below-03{margin-bottom:var(--cds-spacing-03, 0.5rem)}.c4p--page-header .c4p--page-header__title-row.c4p--page-header__title-row--spacing-below-05+.c4p--page-header__last-row-buffer--active{height:var(--cds-spacing-05, 1rem)}.c4p--page-header .c4p--page-header__title-row.c4p--page-header__title-row--spacing-below-06{margin-bottom:var(--cds-spacing-06, 1.5rem)}.c4p--page-header .c4p--page-header__title-row.c4p--page-header__title-row--no-breadcrumb-row{margin-top:var(--cds-spacing-07, 2rem)}.c4p--page-header.c4p--page-header--has-navigation .c4p--page-header__title-row+.c4p--page-header__last-row-buffer--active{height:calc(var(--cds-spacing-06, 1.5rem))}.c4p--page-header.c4p--page-header--has-navigation-tags-only .c4p--page-header__title-row+.c4p--page-header__last-row-buffer--active{height:calc(var(--cds-spacing-05, 1rem))}.c4p--page-header .c4p--page-header__title-row--sticky{position:sticky}.c4p--page-header .c4p--page-header__breadcrumb-row--has-breadcrumbs+.c4p--page-header__title-row--sticky{top:var(--c4p--page-header--breadcrumb-top)}.c4p--page-header .c4p--page-header__title-column{min-height:40px;flex:0 0 100%}@media(min-width: 42rem){.c4p--page-header .c4p--page-header__title-column{max-width:60%;flex:1 0 60%}}.c4p--page-header .c4p--page-header__title{font-size:var(--cds-productive-heading-04-font-size, 1.75rem);font-weight:var(--cds-productive-heading-04-font-weight, 400);line-height:var(--cds-productive-heading-04-line-height, 1.28572);letter-spacing:var(--cds-productive-heading-04-letter-spacing, 0);min-height:var(--cds-spacing-08, 2.5rem);overflow-x:hidden;text-overflow:ellipsis;white-space:nowrap}.c4p--page-header .c4p--page-header__title .c4p--inline-edit__value{transform:translateY(-2px)}.c4p--page-header .c4p--page-header__title--editable{display:flex;overflow:visible;margin-top:calc(-1 * var(--cds-spacing-01, 0.125rem));margin-left:calc(-1 * var(--cds-spacing-05, 1rem))}.c4p--page-header .c4p--page-header__title-skeleton{height:var(--cds-spacing-07, 2rem)}.c4p--page-header .c4p--page-header__title--fades{opacity:calc(1 - var(--c4p--page-header--breadcrumb-title-opacity))}.c4p--page-header .c4p--page-header__title-icon{margin-right:var(--cds-spacing-04, 0.75rem);transform:translateY(-2px);vertical-align:middle}.c4p--page-header .c4p--page-header__page-actions{flex:0 0 100%;margin-top:var(--cds-spacing-05, 1rem);white-space:nowrap}@media(min-width: 42rem){.c4p--page-header .c4p--page-header__page-actions{max-width:40%;flex:0 1 40%;margin-top:0}}.c4p--page-header .c4p--page-header__page-actions .bx--btn-set .bx--btn{width:initial}.c4p--page-header .c4p--page-header__action-bar-column .c4p--page-header__page-actions{margin-top:0}.c4p--page-header .c4p--page-header__page-actions-container{justify-content:flex-start}@media(min-width: 42rem){.c4p--page-header .c4p--page-header__page-actions-container{justify-content:flex-end}}.c4p--page-header .c4p--page-header__title-row .c4p--page-header__page-actions{position:relative;opacity:1;transition:all 110ms cubic-bezier(0, 0, 0.38, 0.9);transition-property:opacity,visibility;visibility:visible}.c4p--page-header .c4p--page-header__title-row .c4p--page-header__page-actions::before{--from-color: var(--cds-ui-background, #ffffff);--to-color: var(--cds-ui-01, #f4f4f4);--to-color-shadow: var(--cds-ui-03, #e0e0e0);position:absolute;top:0;left:0;display:block;width:100%;height:100%;animation:background-appear 1000ms linear paused forwards;animation-delay:calc(-1000ms*var(--c4p--page-header--background-opacity));content:""}.c4p--page-header .c4p--page-header__page-actions-content{position:relative;display:flex;overflow:hidden;width:100%;height:100%;justify-content:flex-end}.c4p--page-header .c4p--page-header__title-row .c4p--page-header__page-actions--in-breadcrumb{opacity:0;visibility:hidden}.c4p--page-header .c4p--page-header__subtitle-row{display:-webkit-box;overflow:hidden;max-width:100%;margin-top:var(--cds-spacing-03, 0.5rem);-webkit-box-orient:vertical;-webkit-line-clamp:2}@media(min-width: 42rem){.c4p--page-header .c4p--page-header__subtitle-row{max-width:60%}}.c4p--page-header .c4p--page-header__subtitle-row+.c4p--page-header__last-row-buffer--active{height:var(--cds-spacing-05, 1rem)}.c4p--page-header .c4p--page-header__subtitle{font-size:var(--cds-body-long-01-font-size, 0.875rem);font-weight:var(--cds-body-long-01-font-weight, 400);line-height:var(--cds-body-long-01-line-height, 1.42857);letter-spacing:var(--cds-body-long-01-letter-spacing, 0.16px)}.c4p--page-header .c4p--page-header__available-row{font-size:var(--cds-body-long-01-font-size, 0.875rem);font-weight:var(--cds-body-long-01-font-weight, 400);line-height:var(--cds-body-long-01-line-height, 1.42857);letter-spacing:var(--cds-body-long-01-letter-spacing, 0.16px);margin-top:var(--cds-spacing-03, 0.5rem)}.c4p--page-header .c4p--page-header__available-row+.c4p--page-header__last-row-buffer--active{height:var(--cds-spacing-05, 1rem)}.c4p--page-header .c4p--page-header__title-row+.c4p--page-header__available-row{margin-top:var(--cds-spacing-05, 1rem)}.c4p--page-header .c4p--page-header__available-row *{font-size:var(--cds-body-long-01-font-size, 0.875rem);font-weight:var(--cds-body-long-01-font-weight, 400);line-height:var(--cds-body-long-01-line-height, 1.42857);letter-spacing:var(--cds-body-long-01-letter-spacing, 0.16px)}.c4p--page-header .c4p--page-header__navigation-row{flex-wrap:wrap-reverse;margin-top:0}.c4p--page-header .c4p--page-header__navigation-row .bx--content-switcher{box-sizing:content-box;padding-bottom:var(--cds-spacing-05, 1rem)}.c4p--page-header .c4p--page-header__navigation-row .bx--tab-content{display:none}.c4p--page-header .c4p--page-header__navigation-tabs{margin-left:calc(-1 * var(--cds-spacing-05, 1rem))}.c4p--page-header .c4p--page-header__navigation-row--has-tags .c4p--page-header__navigation-tabs{max-width:75%;flex:0 1 75%}.c4p--page-header .c4p--page-header__navigation-tags{display:flex;max-width:25%;flex:1 0 25%;align-items:center;justify-content:flex-end;padding-top:var(--cds-spacing-02, 0.25rem);padding-right:var(--cds-spacing-07, 2rem);padding-bottom:var(--cds-spacing-02, 0.25rem);text-align:right;white-space:nowrap}@media(min-width: 42rem){.c4p--page-header .c4p--page-header__navigation-tags{padding-right:var(--cds-spacing-05, 1rem)}}.c4p--page-header .c4p--page-header__navigation-tags--tags-only{justify-content:flex-start;padding-top:0;padding-bottom:var(--cds-spacing-04, 0.75rem);margin-left:calc(-1 * var(--cds-spacing-02, 0.25rem));text-align:initial}.c4p--page-header .c4p--page-header__navigation-row .bx--content-switcher-btn{background-color:var(--cds-ui-background, #ffffff)}.c4p--page-header .bx--btn.bx--btn--icon-only.c4p--page-header__collapse-expand-toggle{position:absolute;z-index:100;right:0;bottom:0}.c4p--page-header .c4p--page-header__collapse-expand-toggle .bx--btn__icon{transition:all 400ms cubic-bezier(0.2, 0, 0.38, 0.9)}.c4p--page-header .c4p--page-header__collapse-expand-toggle--collapsed .bx--btn__icon{transform:scaleY(-1)}:root{--c4p--page-header--tagset-tooltip-offset: 0}.c4p--page-header__tagset-tooltip.c4p--page-header__tagset-tooltip{position:var(--c4p--page-header--tagset-tooltip-position) !important;top:var(--c4p--page-header--tagset-tooltip-offset) !important}.c4p--page-header__navigation-tags-overflow.bx--tooltip{z-index:7999}.c4p--page-header__action-bar-menu-options.bx--overflow-menu-options,.bx--breadcrumb-menu-options.bx--overflow-menu-options,.c4p--page-header__button-set-menu-options.bx--overflow-menu-options{z-index:7999}.c4p--card__productive .c4p--card__header{padding-right:0}.c4p--card__productive .c4p--card__title{font-size:var(--cds-productive-heading-02-font-size, 1rem);font-weight:var(--cds-productive-heading-02-font-weight, 600);line-height:var(--cds-productive-heading-02-line-height, 1.375);letter-spacing:var(--cds-productive-heading-02-letter-spacing, 0)}.c4p--card__productive .c4p--card__title-lg .c4p--card__title{font-size:var(--cds-productive-heading-03-font-size, 1.25rem);font-weight:var(--cds-productive-heading-03-font-weight, 400);line-height:var(--cds-productive-heading-03-line-height, 1.4);letter-spacing:var(--cds-productive-heading-03-letter-spacing, 0)}.c4p--card__productive .c4p--card__body{padding-top:var(--cds-spacing-03, 0.5rem)}.c4p--card__productive .c4p--card__footer{align-items:center;justify-content:space-between;border-top:1px solid var(--cds-ui-03, #e0e0e0)}.c4p--card__productive .c4p--card__footer-no-button{justify-content:flex-end}.c4p--card__productive .c4p--card__actions{margin:0}.c4p--card__productive .c4p--card__actions-header{margin-top:calc(-1 * var(--cds-spacing-02, 0.25rem));margin-right:var(--cds-spacing-03, 0.5rem)}.c4p--card__productive .c4p--card__actions-header .bx--btn:hover+.c4p--card__actions-header-ghost-button.bx--btn--ghost.bx--btn--sm::before{opacity:0}.c4p--card__productive .c4p--card__actions-header-ghost-button.bx--btn--ghost.bx--btn--sm{padding-right:calc(var(--cds-spacing-01, 0.125rem) + var(--cds-spacing-03, 0.5rem));padding-left:calc(var(--cds-spacing-01, 0.125rem) + var(--cds-spacing-03, 0.5rem))}.c4p--card__productive .c4p--card__actions-header-ghost-button.bx--btn--ghost.bx--btn--sm::before{position:absolute;left:0;width:.05rem;height:var(--cds-spacing-06, 1.5rem);background-color:var(--cds-hover-ui, #e5e5e5);content:"";opacity:1}.c4p--card__productive .c4p--card__actions-header-ghost-button.bx--btn--ghost.bx--btn--sm:hover::before{opacity:0}.c4p--card__productive .c4p--card__actions-header-ghost-button--only.bx--btn--ghost.bx--btn--sm::before{opacity:0}.c4p--card__productive .c4p--card__title-lg .c4p--card__actions-header,.c4p--card__productive .c4p--card__header-has-label .c4p--card__actions-header{margin-top:0}.c4p--card__productive .c4p--card__icon{margin-right:var(--cds-spacing-05, 1rem)}.c4p--card__productive .c4p--card__header-container{align-items:start}.c4p--remove-modal .bx--modal-footer .bx--btn{max-width:none}.c4p--remove-modal .bx--modal-content{padding-right:var(--cds-spacing-05, 1rem)}.c4p--remove-modal__body{padding-right:20%;margin-bottom:var(--cds-spacing-05, 1rem)}@keyframes rotate{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@keyframes rotate-end-p1{100%{transform:rotate(360deg)}}@keyframes rotate-end-p2{100%{transform:rotate(-360deg)}}@keyframes init-stroke{0%{stroke-dashoffset:276.4608}100%{stroke-dashoffset:52.527552}}@keyframes stroke-end{0%{stroke-dashoffset:52.527552}100%{stroke-dashoffset:276.4608}}@keyframes stroke{100%{stroke-dashoffset:0}}.c4p--saving__message{display:flex}.c4p--saving__error-icon{margin-right:var(--cds-spacing-05, 1rem)}.c4p--saving__error-icon svg{fill:var(--cds-danger-01, #da1e28)}.c4p--saving__text{font-size:var(--cds-body-short-01-font-size, 0.875rem);font-weight:var(--cds-body-short-01-font-weight, 400);line-height:var(--cds-body-short-01-line-height, 1.28572);letter-spacing:var(--cds-body-short-01-letter-spacing, 0.16px)}.c4p--saving__buttons{display:flex}@keyframes rotate{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@keyframes rotate-end-p1{100%{transform:rotate(360deg)}}@keyframes rotate-end-p2{100%{transform:rotate(-360deg)}}@keyframes init-stroke{0%{stroke-dashoffset:276.4608}100%{stroke-dashoffset:52.527552}}@keyframes stroke-end{0%{stroke-dashoffset:52.527552}100%{stroke-dashoffset:276.4608}}@keyframes stroke{100%{stroke-dashoffset:0}}@keyframes rotate{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@keyframes rotate-end-p1{100%{transform:rotate(360deg)}}@keyframes rotate-end-p2{100%{transform:rotate(-360deg)}}@keyframes init-stroke{0%{stroke-dashoffset:276.4608}100%{stroke-dashoffset:52.527552}}@keyframes stroke-end{0%{stroke-dashoffset:52.527552}100%{stroke-dashoffset:276.4608}}@keyframes stroke{100%{stroke-dashoffset:0}}@keyframes collapse-accordion{0%{height:100%;opacity:1;visibility:inherit}100%{height:0;opacity:0;visibility:hidden}}@keyframes expand-accordion{0%{height:0;opacity:0;visibility:hidden}100%{height:100%;opacity:1;visibility:inherit}}@keyframes rotating{0%{transform:scaleY(-1) rotate(360deg)}100%{transform:scaleY(-1) rotate(0deg)}}.c4p--status-icon{display:flex;justify-content:flex-end}.c4p--status-icon--light.c4p--status-icon--light-minor-warning,.c4p--status-icon--dark.c4p--status-icon--dark-minor-warning{fill:#fddc69}.c4p--status-icon--light.c4p--status-icon--light-major-warning path:nth-of-type(1),.c4p--status-icon--dark.c4p--status-icon--dark-major-warning path:nth-of-type(1),.c4p--status-icon--light.c4p--status-icon--light-minor-warning path:nth-of-type(1),.c4p--status-icon--dark.c4p--status-icon--dark-minor-warning path:nth-of-type(1){fill:#161616}.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--light-fatal,.c4p--status-icon--light.c4p--status-icon--light-fatal{fill:#000}@media(prefers-reduced-motion){.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--light-fatal .c4p--status-icon--light.c4p--status-icon--light-in-progress,.c4p--status-icon--light.c4p--status-icon--light-fatal .c4p--status-icon--light.c4p--status-icon--light-in-progress{animation:none}}.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--dark-fatal,.c4p--status-icon--light.c4p--status-icon--dark-fatal{fill:#000}@media(prefers-reduced-motion){.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--dark-fatal .c4p--status-icon--light.c4p--status-icon--dark-in-progress,.c4p--status-icon--light.c4p--status-icon--dark-fatal .c4p--status-icon--light.c4p--status-icon--dark-in-progress{animation:none}}.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--light-critical,.c4p--status-icon--light.c4p--status-icon--light-critical{fill:#da1e28}@media(prefers-reduced-motion){.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--light-critical .c4p--status-icon--light.c4p--status-icon--light-in-progress,.c4p--status-icon--light.c4p--status-icon--light-critical .c4p--status-icon--light.c4p--status-icon--light-in-progress{animation:none}}.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--dark-critical,.c4p--status-icon--light.c4p--status-icon--dark-critical{fill:#da1e28}@media(prefers-reduced-motion){.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--dark-critical .c4p--status-icon--light.c4p--status-icon--dark-in-progress,.c4p--status-icon--light.c4p--status-icon--dark-critical .c4p--status-icon--light.c4p--status-icon--dark-in-progress{animation:none}}.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--light-major-warning,.c4p--status-icon--light.c4p--status-icon--light-major-warning{fill:#ff832b}@media(prefers-reduced-motion){.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--light-major-warning .c4p--status-icon--light.c4p--status-icon--light-in-progress,.c4p--status-icon--light.c4p--status-icon--light-major-warning .c4p--status-icon--light.c4p--status-icon--light-in-progress{animation:none}}.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--dark-major-warning,.c4p--status-icon--light.c4p--status-icon--dark-major-warning{fill:#ff832b}@media(prefers-reduced-motion){.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--dark-major-warning .c4p--status-icon--light.c4p--status-icon--dark-in-progress,.c4p--status-icon--light.c4p--status-icon--dark-major-warning .c4p--status-icon--light.c4p--status-icon--dark-in-progress{animation:none}}.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--light-minor-warning,.c4p--status-icon--light.c4p--status-icon--light-minor-warning{fill:#fddc69}@media(prefers-reduced-motion){.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--light-minor-warning .c4p--status-icon--light.c4p--status-icon--light-in-progress,.c4p--status-icon--light.c4p--status-icon--light-minor-warning .c4p--status-icon--light.c4p--status-icon--light-in-progress{animation:none}}.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--dark-minor-warning,.c4p--status-icon--light.c4p--status-icon--dark-minor-warning{fill:#fddc69}@media(prefers-reduced-motion){.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--dark-minor-warning .c4p--status-icon--light.c4p--status-icon--dark-in-progress,.c4p--status-icon--light.c4p--status-icon--dark-minor-warning .c4p--status-icon--light.c4p--status-icon--dark-in-progress{animation:none}}.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--light-undefined,.c4p--status-icon--light.c4p--status-icon--light-undefined{fill:#8a3ffc}@media(prefers-reduced-motion){.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--light-undefined .c4p--status-icon--light.c4p--status-icon--light-in-progress,.c4p--status-icon--light.c4p--status-icon--light-undefined .c4p--status-icon--light.c4p--status-icon--light-in-progress{animation:none}}.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--dark-undefined,.c4p--status-icon--light.c4p--status-icon--dark-undefined{fill:#8a3ffc}@media(prefers-reduced-motion){.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--dark-undefined .c4p--status-icon--light.c4p--status-icon--dark-in-progress,.c4p--status-icon--light.c4p--status-icon--dark-undefined .c4p--status-icon--light.c4p--status-icon--dark-in-progress{animation:none}}.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--light-unknown,.c4p--status-icon--light.c4p--status-icon--light-unknown{fill:#6f6f6f}@media(prefers-reduced-motion){.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--light-unknown .c4p--status-icon--light.c4p--status-icon--light-in-progress,.c4p--status-icon--light.c4p--status-icon--light-unknown .c4p--status-icon--light.c4p--status-icon--light-in-progress{animation:none}}.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--dark-unknown,.c4p--status-icon--light.c4p--status-icon--dark-unknown{fill:#6f6f6f}@media(prefers-reduced-motion){.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--dark-unknown .c4p--status-icon--light.c4p--status-icon--dark-in-progress,.c4p--status-icon--light.c4p--status-icon--dark-unknown .c4p--status-icon--light.c4p--status-icon--dark-in-progress{animation:none}}.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--light-normal,.c4p--status-icon--light.c4p--status-icon--light-normal{fill:#198038}@media(prefers-reduced-motion){.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--light-normal .c4p--status-icon--light.c4p--status-icon--light-in-progress,.c4p--status-icon--light.c4p--status-icon--light-normal .c4p--status-icon--light.c4p--status-icon--light-in-progress{animation:none}}.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--dark-normal,.c4p--status-icon--light.c4p--status-icon--dark-normal{fill:#198038}@media(prefers-reduced-motion){.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--dark-normal .c4p--status-icon--light.c4p--status-icon--dark-in-progress,.c4p--status-icon--light.c4p--status-icon--dark-normal .c4p--status-icon--light.c4p--status-icon--dark-in-progress{animation:none}}.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--light-info,.c4p--status-icon--light.c4p--status-icon--light-info{fill:#0f62fe}@media(prefers-reduced-motion){.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--light-info .c4p--status-icon--light.c4p--status-icon--light-in-progress,.c4p--status-icon--light.c4p--status-icon--light-info .c4p--status-icon--light.c4p--status-icon--light-in-progress{animation:none}}.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--dark-info,.c4p--status-icon--light.c4p--status-icon--dark-info{fill:#0f62fe}@media(prefers-reduced-motion){.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--dark-info .c4p--status-icon--light.c4p--status-icon--dark-in-progress,.c4p--status-icon--light.c4p--status-icon--dark-info .c4p--status-icon--light.c4p--status-icon--dark-in-progress{animation:none}}.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--light-in-progress,.c4p--status-icon--light.c4p--status-icon--light-in-progress{animation:rotating 8000ms infinite linear;fill:#0f62fe}@media(prefers-reduced-motion: reduce){.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--light-in-progress,.c4p--status-icon--light.c4p--status-icon--light-in-progress{animation:none}}.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--dark-in-progress,.c4p--status-icon--light.c4p--status-icon--dark-in-progress{animation:rotating 8000ms infinite linear;fill:#0f62fe}@media(prefers-reduced-motion: reduce){.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--dark-in-progress,.c4p--status-icon--light.c4p--status-icon--dark-in-progress{animation:none}}.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--light-running,.c4p--status-icon--light.c4p--status-icon--light-running{fill:#198038;transform:scaleY(-1)}.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--dark-running,.c4p--status-icon--light.c4p--status-icon--dark-running{fill:#198038;transform:scaleY(-1)}.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--light-pending,.c4p--status-icon--light.c4p--status-icon--light-pending{fill:#6f6f6f}@media(prefers-reduced-motion){.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--light-pending .c4p--status-icon--light.c4p--status-icon--light-in-progress,.c4p--status-icon--light.c4p--status-icon--light-pending .c4p--status-icon--light.c4p--status-icon--light-in-progress{animation:none}}.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--dark-pending,.c4p--status-icon--light.c4p--status-icon--dark-pending{fill:#6f6f6f}@media(prefers-reduced-motion){.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--dark-pending .c4p--status-icon--light.c4p--status-icon--dark-in-progress,.c4p--status-icon--light.c4p--status-icon--dark-pending .c4p--status-icon--light.c4p--status-icon--dark-in-progress{animation:none}}.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--light-fatal,.c4p--status-icon--dark.c4p--status-icon--light-fatal{fill:#8d8d8d}@media(prefers-reduced-motion){.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--light-fatal .c4p--status-icon--dark.c4p--status-icon--light-in-progress,.c4p--status-icon--dark.c4p--status-icon--light-fatal .c4p--status-icon--dark.c4p--status-icon--light-in-progress{animation:none}}.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--dark-fatal,.c4p--status-icon--dark.c4p--status-icon--dark-fatal{fill:#8d8d8d}@media(prefers-reduced-motion){.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--dark-fatal .c4p--status-icon--dark.c4p--status-icon--dark-in-progress,.c4p--status-icon--dark.c4p--status-icon--dark-fatal .c4p--status-icon--dark.c4p--status-icon--dark-in-progress{animation:none}}.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--light-critical,.c4p--status-icon--dark.c4p--status-icon--light-critical{fill:#fa4d56}@media(prefers-reduced-motion){.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--light-critical .c4p--status-icon--dark.c4p--status-icon--light-in-progress,.c4p--status-icon--dark.c4p--status-icon--light-critical .c4p--status-icon--dark.c4p--status-icon--light-in-progress{animation:none}}.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--dark-critical,.c4p--status-icon--dark.c4p--status-icon--dark-critical{fill:#fa4d56}@media(prefers-reduced-motion){.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--dark-critical .c4p--status-icon--dark.c4p--status-icon--dark-in-progress,.c4p--status-icon--dark.c4p--status-icon--dark-critical .c4p--status-icon--dark.c4p--status-icon--dark-in-progress{animation:none}}.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--light-major-warning,.c4p--status-icon--dark.c4p--status-icon--light-major-warning{fill:#ff832b}@media(prefers-reduced-motion){.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--light-major-warning .c4p--status-icon--dark.c4p--status-icon--light-in-progress,.c4p--status-icon--dark.c4p--status-icon--light-major-warning .c4p--status-icon--dark.c4p--status-icon--light-in-progress{animation:none}}.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--dark-major-warning,.c4p--status-icon--dark.c4p--status-icon--dark-major-warning{fill:#ff832b}@media(prefers-reduced-motion){.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--dark-major-warning .c4p--status-icon--dark.c4p--status-icon--dark-in-progress,.c4p--status-icon--dark.c4p--status-icon--dark-major-warning .c4p--status-icon--dark.c4p--status-icon--dark-in-progress{animation:none}}.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--light-minor-warning,.c4p--status-icon--dark.c4p--status-icon--light-minor-warning{fill:#fddc69}@media(prefers-reduced-motion){.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--light-minor-warning .c4p--status-icon--dark.c4p--status-icon--light-in-progress,.c4p--status-icon--dark.c4p--status-icon--light-minor-warning .c4p--status-icon--dark.c4p--status-icon--light-in-progress{animation:none}}.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--dark-minor-warning,.c4p--status-icon--dark.c4p--status-icon--dark-minor-warning{fill:#fddc69}@media(prefers-reduced-motion){.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--dark-minor-warning .c4p--status-icon--dark.c4p--status-icon--dark-in-progress,.c4p--status-icon--dark.c4p--status-icon--dark-minor-warning .c4p--status-icon--dark.c4p--status-icon--dark-in-progress{animation:none}}.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--light-undefined,.c4p--status-icon--dark.c4p--status-icon--light-undefined{fill:#a56eff}@media(prefers-reduced-motion){.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--light-undefined .c4p--status-icon--dark.c4p--status-icon--light-in-progress,.c4p--status-icon--dark.c4p--status-icon--light-undefined .c4p--status-icon--dark.c4p--status-icon--light-in-progress{animation:none}}.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--dark-undefined,.c4p--status-icon--dark.c4p--status-icon--dark-undefined{fill:#a56eff}@media(prefers-reduced-motion){.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--dark-undefined .c4p--status-icon--dark.c4p--status-icon--dark-in-progress,.c4p--status-icon--dark.c4p--status-icon--dark-undefined .c4p--status-icon--dark.c4p--status-icon--dark-in-progress{animation:none}}.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--light-unknown,.c4p--status-icon--dark.c4p--status-icon--light-unknown{fill:#8d8d8d}@media(prefers-reduced-motion){.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--light-unknown .c4p--status-icon--dark.c4p--status-icon--light-in-progress,.c4p--status-icon--dark.c4p--status-icon--light-unknown .c4p--status-icon--dark.c4p--status-icon--light-in-progress{animation:none}}.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--dark-unknown,.c4p--status-icon--dark.c4p--status-icon--dark-unknown{fill:#8d8d8d}@media(prefers-reduced-motion){.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--dark-unknown .c4p--status-icon--dark.c4p--status-icon--dark-in-progress,.c4p--status-icon--dark.c4p--status-icon--dark-unknown .c4p--status-icon--dark.c4p--status-icon--dark-in-progress{animation:none}}.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--light-normal,.c4p--status-icon--dark.c4p--status-icon--light-normal{fill:#24a148}@media(prefers-reduced-motion){.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--light-normal .c4p--status-icon--dark.c4p--status-icon--light-in-progress,.c4p--status-icon--dark.c4p--status-icon--light-normal .c4p--status-icon--dark.c4p--status-icon--light-in-progress{animation:none}}.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--dark-normal,.c4p--status-icon--dark.c4p--status-icon--dark-normal{fill:#24a148}@media(prefers-reduced-motion){.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--dark-normal .c4p--status-icon--dark.c4p--status-icon--dark-in-progress,.c4p--status-icon--dark.c4p--status-icon--dark-normal .c4p--status-icon--dark.c4p--status-icon--dark-in-progress{animation:none}}.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--light-info,.c4p--status-icon--dark.c4p--status-icon--light-info{fill:#4589ff}@media(prefers-reduced-motion){.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--light-info .c4p--status-icon--dark.c4p--status-icon--light-in-progress,.c4p--status-icon--dark.c4p--status-icon--light-info .c4p--status-icon--dark.c4p--status-icon--light-in-progress{animation:none}}.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--dark-info,.c4p--status-icon--dark.c4p--status-icon--dark-info{fill:#4589ff}@media(prefers-reduced-motion){.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--dark-info .c4p--status-icon--dark.c4p--status-icon--dark-in-progress,.c4p--status-icon--dark.c4p--status-icon--dark-info .c4p--status-icon--dark.c4p--status-icon--dark-in-progress{animation:none}}.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--light-in-progress,.c4p--status-icon--dark.c4p--status-icon--light-in-progress{animation:rotating 8000ms infinite linear;fill:#4589ff}@media(prefers-reduced-motion: reduce){.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--light-in-progress,.c4p--status-icon--dark.c4p--status-icon--light-in-progress{animation:none}}.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--dark-in-progress,.c4p--status-icon--dark.c4p--status-icon--dark-in-progress{animation:rotating 8000ms infinite linear;fill:#4589ff}@media(prefers-reduced-motion: reduce){.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--dark-in-progress,.c4p--status-icon--dark.c4p--status-icon--dark-in-progress{animation:none}}.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--light-running,.c4p--status-icon--dark.c4p--status-icon--light-running{fill:#24a148;transform:scaleY(-1)}.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--dark-running,.c4p--status-icon--dark.c4p--status-icon--dark-running{fill:#24a148;transform:scaleY(-1)}.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--light-pending,.c4p--status-icon--dark.c4p--status-icon--light-pending{fill:#8d8d8d}@media(prefers-reduced-motion){.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--light-pending .c4p--status-icon--dark.c4p--status-icon--light-in-progress,.c4p--status-icon--dark.c4p--status-icon--light-pending .c4p--status-icon--dark.c4p--status-icon--light-in-progress{animation:none}}.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--dark-pending,.c4p--status-icon--dark.c4p--status-icon--dark-pending{fill:#8d8d8d}@media(prefers-reduced-motion){.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--dark-pending .c4p--status-icon--dark.c4p--status-icon--dark-in-progress,.c4p--status-icon--dark.c4p--status-icon--dark-pending .c4p--status-icon--dark.c4p--status-icon--dark-in-progress{animation:none}}@keyframes rotate{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@keyframes rotate-end-p1{100%{transform:rotate(360deg)}}@keyframes rotate-end-p2{100%{transform:rotate(-360deg)}}@keyframes init-stroke{0%{stroke-dashoffset:276.4608}100%{stroke-dashoffset:52.527552}}@keyframes stroke-end{0%{stroke-dashoffset:52.527552}100%{stroke-dashoffset:276.4608}}@keyframes stroke{100%{stroke-dashoffset:0}}.c4p--toolbar{display:flex;min-width:2.5rem;min-height:2.5rem;background-color:var(--cds-ui-01, #f4f4f4)}@media(min-width: 66rem){.c4p--toolbar{justify-content:flex-end}}.c4p--toolbar--vertical,.c4p--toolbar--vertical>.c4p--toolbar__group{flex-wrap:wrap}.c4p--toolbar--vertical{max-width:2.5rem}.c4p--toolbar__group{display:flex;border-right:.0625rem solid var(--cds-ui-03, #e0e0e0);border-bottom:.0625rem solid var(--cds-ui-03, #e0e0e0)}.c4p--toolbar--vertical>.c4p--toolbar__group,.c4p--toolbar__group:last-of-type{border-right-width:0}.c4p--toolbar--vertical>.c4p--toolbar__group:last-of-type,.c4p--toolbar .bx--dropdown{border-bottom-width:0}.c4p--toolbar__button--caret{position:relative}.c4p--toolbar__button__caret{position:absolute;right:.125rem;bottom:.125rem;width:.375rem;height:.375rem;background:linear-gradient(to right bottom, transparent 50%, var(--cds-icon-01, #161616) 50%);content:""}@keyframes web-terminal-entrance{from{opacity:0;transform:translateX(40rem)}to{opacity:1;transform:translateX(0)}}@keyframes web-terminal-exit{from{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(40rem)}}.c4p--web-terminal{--cds-interactive-01: #0f62fe;--cds-interactive-02: #6f6f6f;--cds-interactive-03: #ffffff;--cds-interactive-04: #4589ff;--cds-ui-background: #262626;--cds-ui-01: #393939;--cds-ui-02: #525252;--cds-ui-03: #525252;--cds-ui-04: #8d8d8d;--cds-ui-05: #f4f4f4;--cds-text-01: #f4f4f4;--cds-text-02: #c6c6c6;--cds-text-03: #6f6f6f;--cds-text-04: #ffffff;--cds-text-05: #8d8d8d;--cds-text-error: #ffb3b8;--cds-icon-01: #f4f4f4;--cds-icon-02: #c6c6c6;--cds-icon-03: #ffffff;--cds-link-01: #78a9ff;--cds-link-02: #a6c8ff;--cds-inverse-link: #0f62fe;--cds-field-01: #393939;--cds-field-02: #525252;--cds-inverse-01: #161616;--cds-inverse-02: #f4f4f4;--cds-support-01: #ff8389;--cds-support-02: #42be65;--cds-support-03: #f1c21b;--cds-support-04: #4589ff;--cds-inverse-support-01: #da1e28;--cds-inverse-support-02: #24a148;--cds-inverse-support-03: #f1c21b;--cds-inverse-support-04: #0f62fe;--cds-overlay-01: rgba(0, 0, 0, 0.65);--cds-danger-01: #da1e28;--cds-danger-02: #ff8389;--cds-focus: #ffffff;--cds-inverse-focus-ui: #0f62fe;--cds-hover-primary: #0353e9;--cds-active-primary: #002d9c;--cds-hover-primary-text: #a6c8ff;--cds-hover-secondary: #606060;--cds-active-secondary: #393939;--cds-hover-tertiary: #f4f4f4;--cds-active-tertiary: #c6c6c6;--cds-hover-ui: #4c4c4c;--cds-hover-light-ui: #656565;--cds-hover-selected-ui: #656565;--cds-active-ui: #6f6f6f;--cds-active-light-ui: #8d8d8d;--cds-selected-ui: #525252;--cds-selected-light-ui: #6f6f6f;--cds-inverse-hover-ui: #e5e5e5;--cds-hover-danger: #b81921;--cds-active-danger: #750e13;--cds-hover-row: #4c4c4c;--cds-visited-link: #be95ff;--cds-disabled-01: #393939;--cds-disabled-02: #6f6f6f;--cds-disabled-03: #a8a8a8;--cds-highlight: #0043ce;--cds-decorative-01: #6f6f6f;--cds-button-separator: #161616;--cds-skeleton-01: #353535;--cds-skeleton-02: #525252;--cds-background: #262626;--cds-layer: #393939;--cds-layer-accent: #525252;--cds-layer-accent-hover: #636363;--cds-layer-accent-active: #8d8d8d;--cds-field: #393939;--cds-background-inverse: #f4f4f4;--cds-background-brand: #0f62fe;--cds-interactive: #4589ff;--cds-border-subtle: #525252;--cds-border-strong: #8d8d8d;--cds-border-inverse: #f4f4f4;--cds-border-interactive: #4589ff;--cds-text-primary: #f4f4f4;--cds-text-secondary: #c6c6c6;--cds-text-placeholder: #6f6f6f;--cds-text-helper: #8d8d8d;--cds-text-on-color: #ffffff;--cds-text-inverse: #161616;--cds-link-primary: #78a9ff;--cds-link-secondary: #a6c8ff;--cds-link-visited: #be95ff;--cds-link-inverse: #0f62fe;--cds-icon-primary: #f4f4f4;--cds-icon-secondary: #c6c6c6;--cds-icon-on-color: #ffffff;--cds-icon-inverse: #161616;--cds-support-error: #ff8389;--cds-support-success: #42be65;--cds-support-warning: #f1c21b;--cds-support-info: #4589ff;--cds-support-error-inverse: #da1e28;--cds-support-success-inverse: #24a148;--cds-support-warning-inverse: #f1c21b;--cds-support-info-inverse: #0f62fe;--cds-overlay: rgba(0, 0, 0, 0.65);--cds-toggle-off: #8d8d8d;--cds-shadow: rgba(0, 0, 0, 0.8);--cds-button-primary: #0f62fe;--cds-button-secondary: #6f6f6f;--cds-button-tertiary: #ffffff;--cds-button-danger-primary: #da1e28;--cds-button-danger-secondary: #ff8389;--cds-background-active: #6f6f6f;--cds-layer-active: #6f6f6f;--cds-button-danger-active: #750e13;--cds-button-primary-active: #002d9c;--cds-button-secondary-active: #393939;--cds-button-tertiary-active: #c6c6c6;--cds-focus-inset: #161616;--cds-focus-inverse: #0f62fe;--cds-background-hover: #4c4c4c;--cds-layer-hover: #4c4c4c;--cds-field-hover: #4c4c4c;--cds-background-inverse-hover: #e5e5e5;--cds-link-primary-hover: #a6c8ff;--cds-button-danger-hover: #b81921;--cds-button-primary-hover: #0353e9;--cds-button-secondary-hover: #606060;--cds-button-tertiary-hover: #f4f4f4;--cds-background-selected: #525252;--cds-background-selected-hover: #656565;--cds-layer-selected: #525252;--cds-layer-selected-hover: #656565;--cds-layer-selected-inverse: #f4f4f4;--cds-border-subtle-selected: #6f6f6f;--cds-border-disabled: #393939;--cds-text-disabled: #6f6f6f;--cds-button-disabled: #6f6f6f;--cds-icon-disabled: #6f6f6f;--cds-text-on-color-disabled: #a8a8a8;--cds-icon-on-color-disabled: #a8a8a8;--cds-layer-selected-disabled: #a8a8a8;--cds-skeleton-background: #353535;--cds-skeleton-element: #525252;--cds-brand-01: #0f62fe;--cds-brand-02: #6f6f6f;--cds-brand-03: #ffffff;--cds-active-01: #6f6f6f;--cds-hover-field: #4c4c4c;--cds-danger: #da1e28;--cds-caption-01-font-size: 0.75rem;--cds-caption-01-font-weight: 400;--cds-caption-01-line-height: 1.33333;--cds-caption-01-letter-spacing: 0.32px;--cds-caption-02-font-size: 0.875rem;--cds-caption-02-font-weight: 400;--cds-caption-02-line-height: 1.28572;--cds-caption-02-letter-spacing: 0.32px;--cds-label-01-font-size: 0.75rem;--cds-label-01-font-weight: 400;--cds-label-01-line-height: 1.33333;--cds-label-01-letter-spacing: 0.32px;--cds-label-02-font-size: 0.875rem;--cds-label-02-font-weight: 400;--cds-label-02-line-height: 1.28572;--cds-label-02-letter-spacing: 0.16px;--cds-helper-text-01-font-size: 0.75rem;--cds-helper-text-01-line-height: 1.33333;--cds-helper-text-01-letter-spacing: 0.32px;--cds-helper-text-02-font-size: 0.875rem;--cds-helper-text-02-line-height: 1.28572;--cds-helper-text-02-letter-spacing: 0.16px;--cds-body-short-01-font-size: 0.875rem;--cds-body-short-01-font-weight: 400;--cds-body-short-01-line-height: 1.28572;--cds-body-short-01-letter-spacing: 0.16px;--cds-body-long-01-font-size: 0.875rem;--cds-body-long-01-font-weight: 400;--cds-body-long-01-line-height: 1.42857;--cds-body-long-01-letter-spacing: 0.16px;--cds-body-short-02-font-size: 1rem;--cds-body-short-02-font-weight: 400;--cds-body-short-02-line-height: 1.375;--cds-body-short-02-letter-spacing: 0;--cds-body-long-02-font-size: 1rem;--cds-body-long-02-font-weight: 400;--cds-body-long-02-line-height: 1.5;--cds-body-long-02-letter-spacing: 0;--cds-code-01-font-family: 'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace;--cds-code-01-font-size: 0.75rem;--cds-code-01-font-weight: 400;--cds-code-01-line-height: 1.33333;--cds-code-01-letter-spacing: 0.32px;--cds-code-02-font-family: 'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace;--cds-code-02-font-size: 0.875rem;--cds-code-02-font-weight: 400;--cds-code-02-line-height: 1.42857;--cds-code-02-letter-spacing: 0.32px;--cds-heading-01-font-size: 0.875rem;--cds-heading-01-font-weight: 600;--cds-heading-01-line-height: 1.42857;--cds-heading-01-letter-spacing: 0.16px;--cds-productive-heading-01-font-size: 0.875rem;--cds-productive-heading-01-font-weight: 600;--cds-productive-heading-01-line-height: 1.28572;--cds-productive-heading-01-letter-spacing: 0.16px;--cds-heading-02-font-size: 1rem;--cds-heading-02-font-weight: 600;--cds-heading-02-line-height: 1.5;--cds-heading-02-letter-spacing: 0;--cds-productive-heading-02-font-size: 1rem;--cds-productive-heading-02-font-weight: 600;--cds-productive-heading-02-line-height: 1.375;--cds-productive-heading-02-letter-spacing: 0;--cds-productive-heading-03-font-size: 1.25rem;--cds-productive-heading-03-font-weight: 400;--cds-productive-heading-03-line-height: 1.4;--cds-productive-heading-03-letter-spacing: 0;--cds-productive-heading-04-font-size: 1.75rem;--cds-productive-heading-04-font-weight: 400;--cds-productive-heading-04-line-height: 1.28572;--cds-productive-heading-04-letter-spacing: 0;--cds-productive-heading-05-font-size: 2rem;--cds-productive-heading-05-font-weight: 400;--cds-productive-heading-05-line-height: 1.25;--cds-productive-heading-05-letter-spacing: 0;--cds-productive-heading-06-font-size: 2.625rem;--cds-productive-heading-06-font-weight: 300;--cds-productive-heading-06-line-height: 1.199;--cds-productive-heading-06-letter-spacing: 0;--cds-productive-heading-07-font-size: 3.375rem;--cds-productive-heading-07-font-weight: 300;--cds-productive-heading-07-line-height: 1.199;--cds-productive-heading-07-letter-spacing: 0;--cds-expressive-heading-01-font-size: 0.875rem;--cds-expressive-heading-01-font-weight: 600;--cds-expressive-heading-01-line-height: 1.25;--cds-expressive-heading-01-letter-spacing: 0.16px;--cds-expressive-heading-02-font-size: 1rem;--cds-expressive-heading-02-font-weight: 600;--cds-expressive-heading-02-line-height: 1.5;--cds-expressive-heading-02-letter-spacing: 0;--cds-expressive-heading-03-font-size: 1.25rem;--cds-expressive-heading-03-font-weight: 400;--cds-expressive-heading-03-line-height: 1.4;--cds-expressive-heading-03-letter-spacing: 0;--cds-expressive-heading-04-font-size: 1.75rem;--cds-expressive-heading-04-font-weight: 400;--cds-expressive-heading-04-line-height: 1.28572;--cds-expressive-heading-04-letter-spacing: 0;--cds-expressive-heading-05-font-size: 2rem;--cds-expressive-heading-05-font-weight: 400;--cds-expressive-heading-05-line-height: 1.25;--cds-expressive-heading-05-letter-spacing: 0;--cds-expressive-heading-06-font-size: 2rem;--cds-expressive-heading-06-font-weight: 600;--cds-expressive-heading-06-line-height: 1.25;--cds-expressive-heading-06-letter-spacing: 0;--cds-expressive-paragraph-01-font-size: 1.5rem;--cds-expressive-paragraph-01-font-weight: 300;--cds-expressive-paragraph-01-line-height: 1.334;--cds-expressive-paragraph-01-letter-spacing: 0;--cds-quotation-01-font-family: 'IBM Plex Serif', 'Georgia', Times, serif;--cds-quotation-01-font-size: 1.25rem;--cds-quotation-01-font-weight: 400;--cds-quotation-01-line-height: 1.3;--cds-quotation-01-letter-spacing: 0;--cds-quotation-02-font-family: 'IBM Plex Serif', 'Georgia', Times, serif;--cds-quotation-02-font-size: 2rem;--cds-quotation-02-font-weight: 300;--cds-quotation-02-line-height: 1.25;--cds-quotation-02-letter-spacing: 0;--cds-display-01-font-size: 2.625rem;--cds-display-01-font-weight: 300;--cds-display-01-line-height: 1.19;--cds-display-01-letter-spacing: 0;--cds-display-02-font-size: 2.625rem;--cds-display-02-font-weight: 600;--cds-display-02-line-height: 1.19;--cds-display-02-letter-spacing: 0;--cds-display-03-font-size: 2.625rem;--cds-display-03-font-weight: 300;--cds-display-03-line-height: 1.19;--cds-display-03-letter-spacing: 0;--cds-display-04-font-size: 2.625rem;--cds-display-04-font-weight: 300;--cds-display-04-line-height: 1.19;--cds-display-04-letter-spacing: 0;--cds-legal-01-font-size: 0.75rem;--cds-legal-01-font-weight: 400;--cds-legal-01-line-height: 1.33333;--cds-legal-01-letter-spacing: 0.32px;--cds-legal-02-font-size: 0.875rem;--cds-legal-02-font-weight: 400;--cds-legal-02-line-height: 1.28572;--cds-legal-02-letter-spacing: 0.16px;--cds-body-compact-01-font-size: 0.875rem;--cds-body-compact-01-font-weight: 400;--cds-body-compact-01-line-height: 1.28572;--cds-body-compact-01-letter-spacing: 0.16px;--cds-body-compact-02-font-size: 1rem;--cds-body-compact-02-font-weight: 400;--cds-body-compact-02-line-height: 1.375;--cds-body-compact-02-letter-spacing: 0;--cds-body-01-font-size: 0.875rem;--cds-body-01-font-weight: 400;--cds-body-01-line-height: 1.42857;--cds-body-01-letter-spacing: 0.16px;--cds-body-02-font-size: 1rem;--cds-body-02-font-weight: 400;--cds-body-02-line-height: 1.5;--cds-body-02-letter-spacing: 0;--cds-heading-compact-01-font-size: 0.875rem;--cds-heading-compact-01-font-weight: 600;--cds-heading-compact-01-line-height: 1.28572;--cds-heading-compact-01-letter-spacing: 0.16px;--cds-heading-compact-02-font-size: 1rem;--cds-heading-compact-02-font-weight: 600;--cds-heading-compact-02-line-height: 1.375;--cds-heading-compact-02-letter-spacing: 0;--cds-heading-03-font-size: 1.25rem;--cds-heading-03-font-weight: 400;--cds-heading-03-line-height: 1.4;--cds-heading-03-letter-spacing: 0;--cds-heading-04-font-size: 1.75rem;--cds-heading-04-font-weight: 400;--cds-heading-04-line-height: 1.28572;--cds-heading-04-letter-spacing: 0;--cds-heading-05-font-size: 2rem;--cds-heading-05-font-weight: 400;--cds-heading-05-line-height: 1.25;--cds-heading-05-letter-spacing: 0;--cds-heading-06-font-size: 2.625rem;--cds-heading-06-font-weight: 300;--cds-heading-06-line-height: 1.199;--cds-heading-06-letter-spacing: 0;--cds-heading-07-font-size: 3.375rem;--cds-heading-07-font-weight: 300;--cds-heading-07-line-height: 1.199;--cds-heading-07-letter-spacing: 0;--cds-fluid-heading-03-font-size: 1.25rem;--cds-fluid-heading-03-font-weight: 400;--cds-fluid-heading-03-line-height: 1.4;--cds-fluid-heading-03-letter-spacing: 0;--cds-fluid-heading-04-font-size: 1.75rem;--cds-fluid-heading-04-font-weight: 400;--cds-fluid-heading-04-line-height: 1.28572;--cds-fluid-heading-04-letter-spacing: 0;--cds-fluid-heading-05-font-size: 2rem;--cds-fluid-heading-05-font-weight: 400;--cds-fluid-heading-05-line-height: 1.25;--cds-fluid-heading-05-letter-spacing: 0;--cds-fluid-heading-06-font-size: 2rem;--cds-fluid-heading-06-font-weight: 600;--cds-fluid-heading-06-line-height: 1.25;--cds-fluid-heading-06-letter-spacing: 0;--cds-fluid-paragraph-01-font-size: 1.5rem;--cds-fluid-paragraph-01-font-weight: 300;--cds-fluid-paragraph-01-line-height: 1.334;--cds-fluid-paragraph-01-letter-spacing: 0;--cds-fluid-quotation-01-font-family: 'IBM Plex Serif', 'Georgia', Times, serif;--cds-fluid-quotation-01-font-size: 1.25rem;--cds-fluid-quotation-01-font-weight: 400;--cds-fluid-quotation-01-line-height: 1.3;--cds-fluid-quotation-01-letter-spacing: 0;--cds-fluid-quotation-02-font-family: 'IBM Plex Serif', 'Georgia', Times, serif;--cds-fluid-quotation-02-font-size: 2rem;--cds-fluid-quotation-02-font-weight: 300;--cds-fluid-quotation-02-line-height: 1.25;--cds-fluid-quotation-02-letter-spacing: 0;--cds-fluid-display-01-font-size: 2.625rem;--cds-fluid-display-01-font-weight: 300;--cds-fluid-display-01-line-height: 1.19;--cds-fluid-display-01-letter-spacing: 0;--cds-fluid-display-02-font-size: 2.625rem;--cds-fluid-display-02-font-weight: 600;--cds-fluid-display-02-line-height: 1.19;--cds-fluid-display-02-letter-spacing: 0;--cds-fluid-display-03-font-size: 2.625rem;--cds-fluid-display-03-font-weight: 300;--cds-fluid-display-03-line-height: 1.19;--cds-fluid-display-03-letter-spacing: 0;--cds-fluid-display-04-font-size: 2.625rem;--cds-fluid-display-04-font-weight: 300;--cds-fluid-display-04-line-height: 1.19;--cds-fluid-display-04-letter-spacing: 0;--cds-spacing-01: 0.125rem;--cds-spacing-02: 0.25rem;--cds-spacing-03: 0.5rem;--cds-spacing-04: 0.75rem;--cds-spacing-05: 1rem;--cds-spacing-06: 1.5rem;--cds-spacing-07: 2rem;--cds-spacing-08: 2.5rem;--cds-spacing-09: 3rem;--cds-spacing-10: 4rem;--cds-spacing-11: 5rem;--cds-spacing-12: 6rem;--cds-spacing-13: 10rem;--cds-fluid-spacing-01: 0;--cds-fluid-spacing-02: 2vw;--cds-fluid-spacing-03: 5vw;--cds-fluid-spacing-04: 10vw;--cds-layout-01: 1rem;--cds-layout-02: 1.5rem;--cds-layout-03: 2rem;--cds-layout-04: 3rem;--cds-layout-05: 4rem;--cds-layout-06: 6rem;--cds-layout-07: 10rem;--cds-container-01: 1.5rem;--cds-container-02: 2rem;--cds-container-03: 2.5rem;--cds-container-04: 3rem;--cds-container-05: 4rem;--cds-size-xsmall: 1.5rem;--cds-size-small: 2rem;--cds-size-medium: 2.5rem;--cds-size-large: 3rem;--cds-size-xlarge: 4rem;--cds-size-2XLarge: 5rem;--cds-icon-size-01: 1rem;--cds-icon-size-02: 1.25rem;position:fixed;top:var(--cds-spacing-09, 3rem);right:0;width:100%;max-width:40rem;height:calc(100vh - var(--cds-spacing-09, 3rem));border-left:1px solid #262626;color:var(--cds-text-01, #161616);background-color:#161616}.c4p--web-terminal__bar{display:flex;height:3rem;align-items:center;justify-content:space-between;background-color:var(--cds-ui-background, #ffffff)}.c4p--web-terminal__actions{display:flex}.c4p--web-terminal__documentation-overflow{--cds-interactive-01: #0f62fe;--cds-interactive-02: #6f6f6f;--cds-interactive-03: #ffffff;--cds-interactive-04: #4589ff;--cds-ui-background: #161616;--cds-ui-01: #262626;--cds-ui-02: #393939;--cds-ui-03: #393939;--cds-ui-04: #6f6f6f;--cds-ui-05: #f4f4f4;--cds-text-01: #f4f4f4;--cds-text-02: #c6c6c6;--cds-text-03: #6f6f6f;--cds-text-04: #ffffff;--cds-text-05: #8d8d8d;--cds-text-error: #ff8389;--cds-icon-01: #f4f4f4;--cds-icon-02: #c6c6c6;--cds-icon-03: #ffffff;--cds-link-01: #78a9ff;--cds-link-02: #a6c8ff;--cds-inverse-link: #0f62fe;--cds-field-01: #262626;--cds-field-02: #393939;--cds-inverse-01: #161616;--cds-inverse-02: #f4f4f4;--cds-support-01: #fa4d56;--cds-support-02: #42be65;--cds-support-03: #f1c21b;--cds-support-04: #4589ff;--cds-inverse-support-01: #da1e28;--cds-inverse-support-02: #24a148;--cds-inverse-support-03: #f1c21b;--cds-inverse-support-04: #0f62fe;--cds-overlay-01: rgba(0, 0, 0, 0.65);--cds-danger-01: #da1e28;--cds-danger-02: #fa4d56;--cds-focus: #ffffff;--cds-inverse-focus-ui: #0f62fe;--cds-hover-primary: #0353e9;--cds-active-primary: #002d9c;--cds-hover-primary-text: #a6c8ff;--cds-hover-secondary: #606060;--cds-active-secondary: #393939;--cds-hover-tertiary: #f4f4f4;--cds-active-tertiary: #c6c6c6;--cds-hover-ui: #353535;--cds-hover-light-ui: #4c4c4c;--cds-hover-selected-ui: #4c4c4c;--cds-active-ui: #525252;--cds-active-light-ui: #6f6f6f;--cds-selected-ui: #393939;--cds-selected-light-ui: #525252;--cds-inverse-hover-ui: #e5e5e5;--cds-hover-danger: #b81921;--cds-active-danger: #750e13;--cds-hover-row: #353535;--cds-visited-link: #be95ff;--cds-disabled-01: #262626;--cds-disabled-02: #525252;--cds-disabled-03: #8d8d8d;--cds-highlight: #002d9c;--cds-decorative-01: #525252;--cds-button-separator: #161616;--cds-skeleton-01: #353535;--cds-skeleton-02: #525252;--cds-background: #161616;--cds-layer: #262626;--cds-layer-accent: #393939;--cds-layer-accent-hover: #474747;--cds-layer-accent-active: #6f6f6f;--cds-field: #262626;--cds-background-inverse: #f4f4f4;--cds-background-brand: #0f62fe;--cds-interactive: #4589ff;--cds-border-subtle: #393939;--cds-border-strong: #6f6f6f;--cds-border-inverse: #f4f4f4;--cds-border-interactive: #4589ff;--cds-text-primary: #f4f4f4;--cds-text-secondary: #c6c6c6;--cds-text-placeholder: #6f6f6f;--cds-text-helper: #8d8d8d;--cds-text-on-color: #ffffff;--cds-text-inverse: #161616;--cds-link-primary: #78a9ff;--cds-link-secondary: #a6c8ff;--cds-link-visited: #be95ff;--cds-link-inverse: #0f62fe;--cds-icon-primary: #f4f4f4;--cds-icon-secondary: #c6c6c6;--cds-icon-on-color: #ffffff;--cds-icon-inverse: #161616;--cds-support-error: #fa4d56;--cds-support-success: #42be65;--cds-support-warning: #f1c21b;--cds-support-info: #4589ff;--cds-support-error-inverse: #da1e28;--cds-support-success-inverse: #24a148;--cds-support-warning-inverse: #f1c21b;--cds-support-info-inverse: #0f62fe;--cds-overlay: rgba(0, 0, 0, 0.65);--cds-toggle-off: #6f6f6f;--cds-shadow: rgba(0, 0, 0, 0.8);--cds-button-primary: #0f62fe;--cds-button-secondary: #6f6f6f;--cds-button-tertiary: #ffffff;--cds-button-danger-primary: #da1e28;--cds-button-danger-secondary: #fa4d56;--cds-background-active: #525252;--cds-layer-active: #525252;--cds-button-danger-active: #750e13;--cds-button-primary-active: #002d9c;--cds-button-secondary-active: #393939;--cds-button-tertiary-active: #c6c6c6;--cds-focus-inset: #161616;--cds-focus-inverse: #0f62fe;--cds-background-hover: #353535;--cds-layer-hover: #353535;--cds-field-hover: #353535;--cds-background-inverse-hover: #e5e5e5;--cds-link-primary-hover: #a6c8ff;--cds-button-danger-hover: #b81921;--cds-button-primary-hover: #0353e9;--cds-button-secondary-hover: #606060;--cds-button-tertiary-hover: #f4f4f4;--cds-background-selected: #393939;--cds-background-selected-hover: #4c4c4c;--cds-layer-selected: #393939;--cds-layer-selected-hover: #4c4c4c;--cds-layer-selected-inverse: #f4f4f4;--cds-border-subtle-selected: #525252;--cds-border-disabled: #262626;--cds-text-disabled: #525252;--cds-button-disabled: #525252;--cds-icon-disabled: #525252;--cds-text-on-color-disabled: #8d8d8d;--cds-icon-on-color-disabled: #8d8d8d;--cds-layer-selected-disabled: #8d8d8d;--cds-skeleton-background: #353535;--cds-skeleton-element: #525252;--cds-brand-01: #0f62fe;--cds-brand-02: #6f6f6f;--cds-brand-03: #ffffff;--cds-active-01: #525252;--cds-hover-field: #353535;--cds-danger: #da1e28;--cds-caption-01-font-size: 0.75rem;--cds-caption-01-font-weight: 400;--cds-caption-01-line-height: 1.33333;--cds-caption-01-letter-spacing: 0.32px;--cds-caption-02-font-size: 0.875rem;--cds-caption-02-font-weight: 400;--cds-caption-02-line-height: 1.28572;--cds-caption-02-letter-spacing: 0.32px;--cds-label-01-font-size: 0.75rem;--cds-label-01-font-weight: 400;--cds-label-01-line-height: 1.33333;--cds-label-01-letter-spacing: 0.32px;--cds-label-02-font-size: 0.875rem;--cds-label-02-font-weight: 400;--cds-label-02-line-height: 1.28572;--cds-label-02-letter-spacing: 0.16px;--cds-helper-text-01-font-size: 0.75rem;--cds-helper-text-01-line-height: 1.33333;--cds-helper-text-01-letter-spacing: 0.32px;--cds-helper-text-02-font-size: 0.875rem;--cds-helper-text-02-line-height: 1.28572;--cds-helper-text-02-letter-spacing: 0.16px;--cds-body-short-01-font-size: 0.875rem;--cds-body-short-01-font-weight: 400;--cds-body-short-01-line-height: 1.28572;--cds-body-short-01-letter-spacing: 0.16px;--cds-body-long-01-font-size: 0.875rem;--cds-body-long-01-font-weight: 400;--cds-body-long-01-line-height: 1.42857;--cds-body-long-01-letter-spacing: 0.16px;--cds-body-short-02-font-size: 1rem;--cds-body-short-02-font-weight: 400;--cds-body-short-02-line-height: 1.375;--cds-body-short-02-letter-spacing: 0;--cds-body-long-02-font-size: 1rem;--cds-body-long-02-font-weight: 400;--cds-body-long-02-line-height: 1.5;--cds-body-long-02-letter-spacing: 0;--cds-code-01-font-family: 'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace;--cds-code-01-font-size: 0.75rem;--cds-code-01-font-weight: 400;--cds-code-01-line-height: 1.33333;--cds-code-01-letter-spacing: 0.32px;--cds-code-02-font-family: 'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace;--cds-code-02-font-size: 0.875rem;--cds-code-02-font-weight: 400;--cds-code-02-line-height: 1.42857;--cds-code-02-letter-spacing: 0.32px;--cds-heading-01-font-size: 0.875rem;--cds-heading-01-font-weight: 600;--cds-heading-01-line-height: 1.42857;--cds-heading-01-letter-spacing: 0.16px;--cds-productive-heading-01-font-size: 0.875rem;--cds-productive-heading-01-font-weight: 600;--cds-productive-heading-01-line-height: 1.28572;--cds-productive-heading-01-letter-spacing: 0.16px;--cds-heading-02-font-size: 1rem;--cds-heading-02-font-weight: 600;--cds-heading-02-line-height: 1.5;--cds-heading-02-letter-spacing: 0;--cds-productive-heading-02-font-size: 1rem;--cds-productive-heading-02-font-weight: 600;--cds-productive-heading-02-line-height: 1.375;--cds-productive-heading-02-letter-spacing: 0;--cds-productive-heading-03-font-size: 1.25rem;--cds-productive-heading-03-font-weight: 400;--cds-productive-heading-03-line-height: 1.4;--cds-productive-heading-03-letter-spacing: 0;--cds-productive-heading-04-font-size: 1.75rem;--cds-productive-heading-04-font-weight: 400;--cds-productive-heading-04-line-height: 1.28572;--cds-productive-heading-04-letter-spacing: 0;--cds-productive-heading-05-font-size: 2rem;--cds-productive-heading-05-font-weight: 400;--cds-productive-heading-05-line-height: 1.25;--cds-productive-heading-05-letter-spacing: 0;--cds-productive-heading-06-font-size: 2.625rem;--cds-productive-heading-06-font-weight: 300;--cds-productive-heading-06-line-height: 1.199;--cds-productive-heading-06-letter-spacing: 0;--cds-productive-heading-07-font-size: 3.375rem;--cds-productive-heading-07-font-weight: 300;--cds-productive-heading-07-line-height: 1.199;--cds-productive-heading-07-letter-spacing: 0;--cds-expressive-heading-01-font-size: 0.875rem;--cds-expressive-heading-01-font-weight: 600;--cds-expressive-heading-01-line-height: 1.25;--cds-expressive-heading-01-letter-spacing: 0.16px;--cds-expressive-heading-02-font-size: 1rem;--cds-expressive-heading-02-font-weight: 600;--cds-expressive-heading-02-line-height: 1.5;--cds-expressive-heading-02-letter-spacing: 0;--cds-expressive-heading-03-font-size: 1.25rem;--cds-expressive-heading-03-font-weight: 400;--cds-expressive-heading-03-line-height: 1.4;--cds-expressive-heading-03-letter-spacing: 0;--cds-expressive-heading-04-font-size: 1.75rem;--cds-expressive-heading-04-font-weight: 400;--cds-expressive-heading-04-line-height: 1.28572;--cds-expressive-heading-04-letter-spacing: 0;--cds-expressive-heading-05-font-size: 2rem;--cds-expressive-heading-05-font-weight: 400;--cds-expressive-heading-05-line-height: 1.25;--cds-expressive-heading-05-letter-spacing: 0;--cds-expressive-heading-06-font-size: 2rem;--cds-expressive-heading-06-font-weight: 600;--cds-expressive-heading-06-line-height: 1.25;--cds-expressive-heading-06-letter-spacing: 0;--cds-expressive-paragraph-01-font-size: 1.5rem;--cds-expressive-paragraph-01-font-weight: 300;--cds-expressive-paragraph-01-line-height: 1.334;--cds-expressive-paragraph-01-letter-spacing: 0;--cds-quotation-01-font-family: 'IBM Plex Serif', 'Georgia', Times, serif;--cds-quotation-01-font-size: 1.25rem;--cds-quotation-01-font-weight: 400;--cds-quotation-01-line-height: 1.3;--cds-quotation-01-letter-spacing: 0;--cds-quotation-02-font-family: 'IBM Plex Serif', 'Georgia', Times, serif;--cds-quotation-02-font-size: 2rem;--cds-quotation-02-font-weight: 300;--cds-quotation-02-line-height: 1.25;--cds-quotation-02-letter-spacing: 0;--cds-display-01-font-size: 2.625rem;--cds-display-01-font-weight: 300;--cds-display-01-line-height: 1.19;--cds-display-01-letter-spacing: 0;--cds-display-02-font-size: 2.625rem;--cds-display-02-font-weight: 600;--cds-display-02-line-height: 1.19;--cds-display-02-letter-spacing: 0;--cds-display-03-font-size: 2.625rem;--cds-display-03-font-weight: 300;--cds-display-03-line-height: 1.19;--cds-display-03-letter-spacing: 0;--cds-display-04-font-size: 2.625rem;--cds-display-04-font-weight: 300;--cds-display-04-line-height: 1.19;--cds-display-04-letter-spacing: 0;--cds-legal-01-font-size: 0.75rem;--cds-legal-01-font-weight: 400;--cds-legal-01-line-height: 1.33333;--cds-legal-01-letter-spacing: 0.32px;--cds-legal-02-font-size: 0.875rem;--cds-legal-02-font-weight: 400;--cds-legal-02-line-height: 1.28572;--cds-legal-02-letter-spacing: 0.16px;--cds-body-compact-01-font-size: 0.875rem;--cds-body-compact-01-font-weight: 400;--cds-body-compact-01-line-height: 1.28572;--cds-body-compact-01-letter-spacing: 0.16px;--cds-body-compact-02-font-size: 1rem;--cds-body-compact-02-font-weight: 400;--cds-body-compact-02-line-height: 1.375;--cds-body-compact-02-letter-spacing: 0;--cds-body-01-font-size: 0.875rem;--cds-body-01-font-weight: 400;--cds-body-01-line-height: 1.42857;--cds-body-01-letter-spacing: 0.16px;--cds-body-02-font-size: 1rem;--cds-body-02-font-weight: 400;--cds-body-02-line-height: 1.5;--cds-body-02-letter-spacing: 0;--cds-heading-compact-01-font-size: 0.875rem;--cds-heading-compact-01-font-weight: 600;--cds-heading-compact-01-line-height: 1.28572;--cds-heading-compact-01-letter-spacing: 0.16px;--cds-heading-compact-02-font-size: 1rem;--cds-heading-compact-02-font-weight: 600;--cds-heading-compact-02-line-height: 1.375;--cds-heading-compact-02-letter-spacing: 0;--cds-heading-03-font-size: 1.25rem;--cds-heading-03-font-weight: 400;--cds-heading-03-line-height: 1.4;--cds-heading-03-letter-spacing: 0;--cds-heading-04-font-size: 1.75rem;--cds-heading-04-font-weight: 400;--cds-heading-04-line-height: 1.28572;--cds-heading-04-letter-spacing: 0;--cds-heading-05-font-size: 2rem;--cds-heading-05-font-weight: 400;--cds-heading-05-line-height: 1.25;--cds-heading-05-letter-spacing: 0;--cds-heading-06-font-size: 2.625rem;--cds-heading-06-font-weight: 300;--cds-heading-06-line-height: 1.199;--cds-heading-06-letter-spacing: 0;--cds-heading-07-font-size: 3.375rem;--cds-heading-07-font-weight: 300;--cds-heading-07-line-height: 1.199;--cds-heading-07-letter-spacing: 0;--cds-fluid-heading-03-font-size: 1.25rem;--cds-fluid-heading-03-font-weight: 400;--cds-fluid-heading-03-line-height: 1.4;--cds-fluid-heading-03-letter-spacing: 0;--cds-fluid-heading-04-font-size: 1.75rem;--cds-fluid-heading-04-font-weight: 400;--cds-fluid-heading-04-line-height: 1.28572;--cds-fluid-heading-04-letter-spacing: 0;--cds-fluid-heading-05-font-size: 2rem;--cds-fluid-heading-05-font-weight: 400;--cds-fluid-heading-05-line-height: 1.25;--cds-fluid-heading-05-letter-spacing: 0;--cds-fluid-heading-06-font-size: 2rem;--cds-fluid-heading-06-font-weight: 600;--cds-fluid-heading-06-line-height: 1.25;--cds-fluid-heading-06-letter-spacing: 0;--cds-fluid-paragraph-01-font-size: 1.5rem;--cds-fluid-paragraph-01-font-weight: 300;--cds-fluid-paragraph-01-line-height: 1.334;--cds-fluid-paragraph-01-letter-spacing: 0;--cds-fluid-quotation-01-font-family: 'IBM Plex Serif', 'Georgia', Times, serif;--cds-fluid-quotation-01-font-size: 1.25rem;--cds-fluid-quotation-01-font-weight: 400;--cds-fluid-quotation-01-line-height: 1.3;--cds-fluid-quotation-01-letter-spacing: 0;--cds-fluid-quotation-02-font-family: 'IBM Plex Serif', 'Georgia', Times, serif;--cds-fluid-quotation-02-font-size: 2rem;--cds-fluid-quotation-02-font-weight: 300;--cds-fluid-quotation-02-line-height: 1.25;--cds-fluid-quotation-02-letter-spacing: 0;--cds-fluid-display-01-font-size: 2.625rem;--cds-fluid-display-01-font-weight: 300;--cds-fluid-display-01-line-height: 1.19;--cds-fluid-display-01-letter-spacing: 0;--cds-fluid-display-02-font-size: 2.625rem;--cds-fluid-display-02-font-weight: 600;--cds-fluid-display-02-line-height: 1.19;--cds-fluid-display-02-letter-spacing: 0;--cds-fluid-display-03-font-size: 2.625rem;--cds-fluid-display-03-font-weight: 300;--cds-fluid-display-03-line-height: 1.19;--cds-fluid-display-03-letter-spacing: 0;--cds-fluid-display-04-font-size: 2.625rem;--cds-fluid-display-04-font-weight: 300;--cds-fluid-display-04-line-height: 1.19;--cds-fluid-display-04-letter-spacing: 0;--cds-spacing-01: 0.125rem;--cds-spacing-02: 0.25rem;--cds-spacing-03: 0.5rem;--cds-spacing-04: 0.75rem;--cds-spacing-05: 1rem;--cds-spacing-06: 1.5rem;--cds-spacing-07: 2rem;--cds-spacing-08: 2.5rem;--cds-spacing-09: 3rem;--cds-spacing-10: 4rem;--cds-spacing-11: 5rem;--cds-spacing-12: 6rem;--cds-spacing-13: 10rem;--cds-fluid-spacing-01: 0;--cds-fluid-spacing-02: 2vw;--cds-fluid-spacing-03: 5vw;--cds-fluid-spacing-04: 10vw;--cds-layout-01: 1rem;--cds-layout-02: 1.5rem;--cds-layout-03: 2rem;--cds-layout-04: 3rem;--cds-layout-05: 4rem;--cds-layout-06: 6rem;--cds-layout-07: 10rem;--cds-container-01: 1.5rem;--cds-container-02: 2rem;--cds-container-03: 2.5rem;--cds-container-04: 3rem;--cds-container-05: 4rem;--cds-size-xsmall: 1.5rem;--cds-size-small: 2rem;--cds-size-medium: 2.5rem;--cds-size-large: 3rem;--cds-size-xlarge: 4rem;--cds-size-2XLarge: 5rem;--cds-icon-size-01: 1rem;--cds-icon-size-02: 1.25rem}.c4p--web-terminal__body{height:100%}.c4p--web-terminal-content-wrapper{width:100vw;height:100%}.c4p--web-terminal-content-wrapper--open{width:calc(100vw - 40rem)}.c4p--user-profile-image--light{color:var(--cds-ui-01, #f4f4f4)}.c4p--user-profile-image--light.c4p--user-profile-image--light-cyan{background-color:#0072c3}.c4p--user-profile-image--light.c4p--user-profile-image--dark-cyan{background-color:#003a6d}.c4p--user-profile-image--light.c4p--user-profile-image--light-gray{background-color:#6f6f6f}.c4p--user-profile-image--light.c4p--user-profile-image--dark-gray{background-color:#393939}.c4p--user-profile-image--light.c4p--user-profile-image--light-green{background-color:#198038}.c4p--user-profile-image--light.c4p--user-profile-image--dark-green{background-color:#044317}.c4p--user-profile-image--light.c4p--user-profile-image--light-magenta{background-color:#d02670}.c4p--user-profile-image--light.c4p--user-profile-image--dark-magenta{background-color:#740937}.c4p--user-profile-image--light.c4p--user-profile-image--light-purple{background-color:#8a3ffc}.c4p--user-profile-image--light.c4p--user-profile-image--dark-purple{background-color:#491d8b}.c4p--user-profile-image--light.c4p--user-profile-image--light-teal{background-color:#007d79}.c4p--user-profile-image--light.c4p--user-profile-image--dark-teal{background-color:#004144}.c4p--user-profile-image--dark{color:var(--cds-ui-01, #f4f4f4)}.c4p--user-profile-image--dark.c4p--user-profile-image--light-cyan{background-color:#1192e8}.c4p--user-profile-image--dark.c4p--user-profile-image--dark-cyan{background-color:#82cfff}.c4p--user-profile-image--dark.c4p--user-profile-image--light-gray{background-color:#8d8d8d}.c4p--user-profile-image--dark.c4p--user-profile-image--dark-gray{background-color:#c6c6c6}.c4p--user-profile-image--dark.c4p--user-profile-image--light-green{background-color:#24a148}.c4p--user-profile-image--dark.c4p--user-profile-image--dark-green{background-color:#6fdc8c}.c4p--user-profile-image--dark.c4p--user-profile-image--light-magenta{background-color:#ee5396}.c4p--user-profile-image--dark.c4p--user-profile-image--dark-magenta{background-color:#ffafd2}.c4p--user-profile-image--dark.c4p--user-profile-image--light-purple{background-color:#a56eff}.c4p--user-profile-image--dark.c4p--user-profile-image--dark-purple{background-color:#d4bbff}.c4p--user-profile-image--dark.c4p--user-profile-image--light-teal{background-color:#009d9a}.c4p--user-profile-image--dark.c4p--user-profile-image--dark-teal{background-color:#3ddbd9}.bx--tooltip__trigger.c4p--user-profile-image__tooltip:hover svg,.bx--tooltip__trigger.c4p--user-profile-image__tooltip:focus svg{fill:var(--cds-ui-01, #f4f4f4)}.c4p--user-profile-image{display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:100%;text-transform:uppercase}.bx--tooltip__trigger .c4p--user-profile-image svg{fill:var(--cds-ui-01, #f4f4f4)}.c4p--user-profile-image__photo{width:100%;border-radius:100%}.c4p--user-profile-image__photo--xlg{width:var(--cds-spacing-10, 4rem);height:var(--cds-spacing-10, 4rem)}.c4p--user-profile-image__photo--lg{width:var(--cds-spacing-07, 2rem);height:var(--cds-spacing-07, 2rem)}.c4p--user-profile-image__photo--md{width:var(--cds-spacing-06, 1.5rem);height:var(--cds-spacing-06, 1.5rem)}.c4p--user-profile-image__photo--sm{width:calc(var(--cds-spacing-05, 1rem) + var(--cds-spacing-02, 0.25rem));height:calc(var(--cds-spacing-05, 1rem) + var(--cds-spacing-02, 0.25rem))}.c4p--user-profile-image__photo--xs{width:var(--cds-spacing-05, 1rem);height:var(--cds-spacing-05, 1rem)}.c4p--user-profile-image--xlg{width:var(--cds-spacing-10, 4rem);height:var(--cds-spacing-10, 4rem);font-size:var(--cds-productive-heading-04-font-size, 1.75rem);font-weight:var(--cds-productive-heading-04-font-weight, 400);line-height:var(--cds-productive-heading-04-line-height, 1.28572);letter-spacing:var(--cds-productive-heading-04-letter-spacing, 0)}.c4p--user-profile-image--lg{width:var(--cds-spacing-07, 2rem);height:var(--cds-spacing-07, 2rem);font-size:var(--cds-body-short-01-font-size, 0.875rem);font-weight:var(--cds-body-short-01-font-weight, 400);line-height:var(--cds-body-short-01-line-height, 1.28572);letter-spacing:var(--cds-body-short-01-letter-spacing, 0.16px)}.c4p--user-profile-image--md{width:var(--cds-spacing-06, 1.5rem);height:var(--cds-spacing-06, 1.5rem);font-size:var(--cds-label-01-font-size, 0.75rem);font-weight:var(--cds-label-01-font-weight, 400);line-height:var(--cds-label-01-line-height, 1.33333);letter-spacing:var(--cds-label-01-letter-spacing, 0.32px);font-weight:600}.c4p--user-profile-image--sm{width:calc(var(--cds-spacing-05, 1rem) + var(--cds-spacing-02, 0.25rem));height:calc(var(--cds-spacing-05, 1rem) + var(--cds-spacing-02, 0.25rem));font-size:var(--cds-label-01-font-size, 0.75rem);font-weight:var(--cds-label-01-font-weight, 400);line-height:var(--cds-label-01-line-height, 1.33333);letter-spacing:var(--cds-label-01-letter-spacing, 0.32px);font-weight:600}.c4p--user-profile-image--xs{width:var(--cds-spacing-05, 1rem);height:var(--cds-spacing-05, 1rem);font-size:var(--cds-label-01-font-size, 0.75rem);font-weight:var(--cds-label-01-font-weight, 400);line-height:var(--cds-label-01-line-height, 1.33333);letter-spacing:var(--cds-label-01-letter-spacing, 0.32px);font-weight:600}@keyframes rotate{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@keyframes rotate-end-p1{100%{transform:rotate(360deg)}}@keyframes rotate-end-p2{100%{transform:rotate(-360deg)}}@keyframes init-stroke{0%{stroke-dashoffset:276.4608}100%{stroke-dashoffset:52.527552}}@keyframes stroke-end{0%{stroke-dashoffset:52.527552}100%{stroke-dashoffset:276.4608}}@keyframes stroke{100%{stroke-dashoffset:0}}.c4p--edit-side-panel .bx--form.c4p--edit-side-panel__form{padding-top:var(--cds-spacing-05, 1rem)}.c4p--edit-side-panel .c4p--edit-side-panel__form.bx--fieldset{padding-top:var(--cds-spacing-03, 0.5rem)}.c4p--edit-side-panel .c4p--edit-side-panel__form>*{margin-bottom:var(--cds-spacing-05, 1rem)}.c4p--edit-side-panel .c4p--edit-side-panel__form-title-text{font-size:var(--cds-productive-heading-02-font-size, 1rem);font-weight:var(--cds-productive-heading-02-font-weight, 600);line-height:var(--cds-productive-heading-02-line-height, 1.375);letter-spacing:var(--cds-productive-heading-02-letter-spacing, 0);padding-bottom:var(--cds-spacing-03, 0.5rem)}.c4p--edit-side-panel .c4p--edit-side-panel__form-description-text{font-size:var(--cds-body-long-01-font-size, 0.875rem);font-weight:var(--cds-body-long-01-font-weight, 400);line-height:var(--cds-body-long-01-line-height, 1.42857);letter-spacing:var(--cds-body-long-01-letter-spacing, 0.16px)}.c4p--edit-side-panel.c4p--side-panel .bx--btn.c4p--side-panel__close-button{display:none}.c4p--edit-side-panel .c4p--side-panel .c4p--edit-side-panel__actions-container{position:absolute;z-index:4;bottom:0;left:0;width:100%;margin-bottom:0}.c4p--edit-side-panel .c4p--edit-side-panel__actions-container{position:absolute;z-index:4;right:0;bottom:0;width:100%;margin-bottom:0}.c4p--options-tile{border-bottom:1px solid var(--cds-ui-03, #e0e0e0);background-color:var(--cds-ui-01, #f4f4f4)}.c4p--options-tile__toggle-container{position:relative}.c4p--options-tile__toggle{position:absolute;right:var(--cds-spacing-05, 1rem)}.c4p--options-tile__toggle .bx--toggle-input__label .bx--toggle__switch{margin:0}.c4p--options-tile__header,.c4p--options-tile__static-content{display:grid;box-sizing:border-box;align-items:center;padding-right:var(--cds-spacing-05, 1rem);grid-template-columns:3rem 1fr 2rem}.c4p--options-tile__header{background-color:rgba(0,0,0,0);cursor:pointer;transition:background-color 70ms cubic-bezier(0, 0, 0.38, 0.9)}.c4p--options-tile__header::-webkit-details-marker{display:none}.c4p--options-tile__header:hover{background-color:var(--cds-hover-ui, #e5e5e5)}.c4p--options-tile__header:focus{outline:2px solid var(--cds-focus, #0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.c4p--options-tile__header:focus{outline-style:dotted}}.c4p--options-tile__heading{overflow:hidden;grid-column:2}.c4p--options-tile__title{font-size:var(--cds-productive-heading-01-font-size, 0.875rem);font-weight:var(--cds-productive-heading-01-font-weight, 600);line-height:var(--cds-productive-heading-01-line-height, 1.28572);letter-spacing:var(--cds-productive-heading-01-letter-spacing, 0.16px);overflow:hidden;color:var(--cds-text-01, #161616);text-overflow:ellipsis;white-space:nowrap}.c4p--options-tile__summary{font-size:var(--cds-helper-text-01-font-size, 0.75rem);line-height:var(--cds-helper-text-01-line-height, 1.33333);letter-spacing:var(--cds-helper-text-01-letter-spacing, 0.32px);display:grid;height:var(--cds-spacing-05, 1rem);margin-top:var(--cds-spacing-02, 0.25rem);color:var(--cds-text-02, #525252);opacity:1;transition-duration:150ms;transition-property:height,opacity,margin-top;transition-timing-function:cubic-bezier(0.2, 0, 0.38, 0.9)}.c4p--options-tile__summary--invalid,.c4p--options-tile__summary--warn,.c4p--options-tile__summary--locked{column-gap:var(--cds-spacing-02, 0.25rem);grid-template-columns:1rem 1fr}.c4p--options-tile__summary--invalid{color:var(--cds-support-01, #da1e28)}.c4p--options-tile__summary--warn{color:var(--cds-text-01, #161616)}.c4p--options-tile__summary--warn svg{color:var(--cds-support-03, #f1c21b)}.c4p--options-tile__summary--warn svg path[fill=none]{fill:#000}.c4p--options-tile__summary-text{overflow:hidden;height:max-content;padding-right:calc(var(--cds-spacing-05, 1rem) + 2rem);text-overflow:ellipsis;white-space:nowrap}.c4p--options-tile__chevron{display:block;justify-self:center;transition:transform 110ms cubic-bezier(0.2, 0, 0.38, 0.9)}.c4p--options-tile__content{padding-right:var(--cds-spacing-05, 1rem);padding-left:calc(var(--cds-spacing-05, 1rem) * 2 + 1rem)}.c4p--options-tile__content>.bx--fieldset>.bx--label:empty{display:none}.c4p--options-tile--closing .c4p--options-tile__content{overflow:hidden}.c4p--options-tile:not(.c4p--options-tile--closing)>details[open] .c4p--options-tile__summary,.c4p--options-tile__summary--hidden{height:0;margin-top:0;opacity:0}.c4p--options-tile:not(.c4p--options-tile--closing)>details[open] .c4p--options-tile__chevron{transform:rotate(180deg)}.c4p--options-tile>details[open] .c4p--options-tile__content{padding-top:var(--cds-spacing-03, 0.5rem);padding-bottom:var(--cds-spacing-06, 1.5rem)}.c4p--options-tile__locked-text{font-size:var(--cds-body-long-01-font-size, 0.875rem);font-weight:var(--cds-body-long-01-font-weight, 400);line-height:var(--cds-body-long-01-line-height, 1.42857);letter-spacing:var(--cds-body-long-01-letter-spacing, 0.16px);display:inline-flex;align-items:center;margin-bottom:var(--cds-spacing-06, 1.5rem);color:var(--cds-text-02, #525252)}.c4p--options-tile__locked-text>svg{margin-right:var(--cds-spacing-02, 0.25rem)}.c4p--options-tile--lg .c4p--options-tile__header,.c4p--options-tile--lg .c4p--options-tile__static-content{height:3rem}.c4p--options-tile--xl .c4p--options-tile__header,.c4p--options-tile--xl .c4p--options-tile__static-content{height:4rem}.c4p--options-tile--lg .c4p--options-tile__toggle{top:1rem}.c4p--options-tile--xl .c4p--options-tile__toggle{top:1.5rem}.c4p--options-tile--lg .c4p--options-tile__summary{margin-top:var(--cds-spacing-01, 0.125rem)}@media(prefers-reduced-motion: reduce){.c4p--options-tile__summary,.c4p--options-tile__chevron{transition:none}}.c4p--data-spreadsheet{--c4p--data-spreadsheet--total-width: 0;display:inline-block;border-spacing:0}.c4p--data-spreadsheet.c4p--data-spreadsheet__container-has-focus{outline:2px solid var(--cds-inverse-link, #78a9ff)}.c4p--data-spreadsheet.c4p--data-spreadsheet__dark .c4p--data-spreadsheet__active-cell--highlight,.c4p--data-spreadsheet.c4p--data-spreadsheet__dark .c4p--data-spreadsheet__selection-area--element,.c4p--data-spreadsheet.c4p--data-spreadsheet__dark .c4p--data-spreadsheet__active-cell--highlight:focus{border-color:#82cfff}.c4p--data-spreadsheet.c4p--data-spreadsheet__dark .c4p--data-spreadsheet__selection-area--element::before{background-color:#00539a}.c4p--data-spreadsheet.c4p--data-spreadsheet__dark .c4p--data-spreadsheet__cell-editor.c4p--data-spreadsheet__cell-editor--active{outline-color:#82cfff}.c4p--data-spreadsheet .c4p--data-spreadsheet__header--container{position:relative}.c4p--data-spreadsheet .c4p--data-spreadsheet__tr :last-child .c4p--data-spreadsheet__body--td .c4p--data-spreadsheet__td{border-bottom:0}.c4p--data-spreadsheet .c4p--data-spreadsheet__th,.c4p--data-spreadsheet .c4p--data-spreadsheet__td{font-size:var(--cds-body-short-01-font-size, 0.875rem);font-weight:var(--cds-body-short-01-font-weight, 400);line-height:var(--cds-body-short-01-line-height, 1.28572);letter-spacing:var(--cds-body-short-01-letter-spacing, 0.16px);width:100%;height:100%;padding:0 var(--cds-spacing-03, 0.5rem);border:0;margin:0;color:var(--cds-text-01, #161616)}.c4p--data-spreadsheet .c4p--data-spreadsheet__body--td{color:var(--cds-text-02, #525252)}.c4p--data-spreadsheet [role="'columnheader'"]:last-child,.c4p--data-spreadsheet [role="'gridcell'"]:last-child{border-right:1px solid var(--cds-text-03, #a8a8a8)}.c4p--data-spreadsheet .c4p--data-spreadsheet__th,.c4p--data-spreadsheet .c4p--data-spreadsheet__td-th.c4p--data-spreadsheet__td{border-right:1px solid var(--cds-active-ui, #c6c6c6);border-bottom:1px solid var(--cds-active-ui, #c6c6c6);height:100%;background-color:var(--cds-ui-03, #e0e0e0);cursor:pointer}.c4p--data-spreadsheet .c4p--data-spreadsheet__th:hover,.c4p--data-spreadsheet .c4p--data-spreadsheet__th:focus,.c4p--data-spreadsheet .c4p--data-spreadsheet__td-th.c4p--data-spreadsheet__td:hover,.c4p--data-spreadsheet .c4p--data-spreadsheet__td-th.c4p--data-spreadsheet__td:focus{background-color:var(--cds-hover-selected-ui, #cacaca)}.c4p--data-spreadsheet .c4p--data-spreadsheet__th--select-all{width:var(--cds-spacing-10, 4rem)}.c4p--data-spreadsheet .c4p--data-spreadsheet__td-th--cell-container,.c4p--data-spreadsheet .c4p--data-spreadsheet__select-all-cell-container{position:sticky;z-index:4;left:0}.c4p--data-spreadsheet .c4p--data-spreadsheet__td-th.c4p--data-spreadsheet__td{font-weight:600;display:flex;align-items:center;justify-content:flex-end}.c4p--data-spreadsheet .c4p--data-spreadsheet__td{border-right:1px solid var(--cds-ui-03, #e0e0e0);border-bottom:1px solid var(--cds-ui-03, #e0e0e0);overflow:hidden;margin:0;background-color:var(--cds-field-01, #f4f4f4);cursor:cell;text-align:left}.c4p--data-spreadsheet .c4p--data-spreadsheet__th{font-size:var(--cds-productive-heading-01-font-size, 0.875rem);font-weight:var(--cds-productive-heading-01-font-weight, 600);line-height:var(--cds-productive-heading-01-line-height, 1.28572);letter-spacing:var(--cds-productive-heading-01-letter-spacing, 0.16px);color:var(--cds-text-01, #161616);text-align:left}.c4p--data-spreadsheet .c4p--data-spreadsheet__cell-editor{font-size:var(--cds-body-short-01-font-size, 0.875rem);font-weight:var(--cds-body-short-01-font-weight, 400);line-height:var(--cds-body-short-01-line-height, 1.28572);letter-spacing:var(--cds-body-short-01-letter-spacing, 0.16px);position:absolute;z-index:4;display:none;overflow:hidden;padding:0 calc(var(--cds-spacing-03, 0.5rem) + 1px) 0 var(--cds-spacing-03, 0.5rem);margin:0;background-color:var(--cds-field-01, #f4f4f4);color:var(--cds-text-01, #161616);resize:none}.c4p--data-spreadsheet .c4p--data-spreadsheet__cell-editor.bx--text-area{min-width:initial;min-height:initial}.c4p--data-spreadsheet .c4p--data-spreadsheet__cell-editor.c4p--data-spreadsheet__cell-editor--active{outline:var(--cds-spacing-01, 0.125rem) solid var(--cds-interactive-01, #0f62fe);outline-offset:-2px}.c4p--data-spreadsheet .c4p--data-spreadsheet__cell-editor-ruler{font-size:var(--cds-body-short-01-font-size, 0.875rem);font-weight:var(--cds-body-short-01-font-weight, 400);line-height:var(--cds-body-short-01-line-height, 1.28572);letter-spacing:var(--cds-body-short-01-letter-spacing, 0.16px);position:absolute;overflow:hidden;width:fit-content;max-width:var(--c4p--data-spreadsheet--total-width);padding:0 calc(var(--cds-spacing-03, 0.5rem) + 1px) 0 var(--cds-spacing-03, 0.5rem);visibility:hidden}.c4p--data-spreadsheet .c4p--data-spreadsheet__cell-editor-ruler:focus{outline:var(--cds-spacing-01, 0.125rem) solid var(--cds-interactive-01, #0f62fe)}.c4p--data-spreadsheet .c4p--data-spreadsheet__active-cell--highlight{font-size:var(--cds-body-short-01-font-size, 0.875rem);font-weight:var(--cds-body-short-01-font-weight, 400);line-height:var(--cds-body-short-01-line-height, 1.28572);letter-spacing:var(--cds-body-short-01-letter-spacing, 0.16px);border-right:1px solid var(--cds-ui-03, #e0e0e0);border-bottom:1px solid var(--cds-ui-03, #e0e0e0);position:absolute;z-index:3;display:none;overflow:hidden;padding-right:calc(var(--cds-spacing-03, 0.5rem) - 1px);padding-bottom:var(--cds-spacing-01, 0.125rem);padding-left:calc(var(--cds-spacing-03, 0.5rem) - var(--cds-spacing-01, 0.125rem));border:var(--cds-spacing-01, 0.125rem) solid var(--cds-interactive-01, #0f62fe);background-color:var(--cds-field-01, #f4f4f4);color:var(--cds-text-02, #525252);text-align:left}.c4p--data-spreadsheet .c4p--data-spreadsheet__active-cell--highlight[data-active-row-index=header],.c4p--data-spreadsheet .c4p--data-spreadsheet__active-cell--highlight[data-active-column-index=header]{z-index:4;background-color:rgba(0,0,0,0)}.c4p--data-spreadsheet .c4p--data-spreadsheet__active-cell--highlight:focus{border:var(--cds-spacing-01, 0.125rem) solid var(--cds-interactive-01, #0f62fe);outline:0}.c4p--data-spreadsheet .c4p--data-spreadsheet__selection-area--element{position:absolute;z-index:2;border:1px solid var(--cds-interactive-01, #0f62fe);pointer-events:none}.c4p--data-spreadsheet .c4p--data-spreadsheet__selection-area--element::before{position:absolute;top:0;left:0;display:block;width:100%;height:100%;background-color:var(--cds-interactive-01, #0f62fe);content:"";opacity:.2}.c4p--data-spreadsheet .c4p--data-spreadsheet__selection-area--element.c4p--data-spreadsheet__selection-area--element-cloned{z-index:4}.c4p--data-spreadsheet .c4p--data-spreadsheet__selection-area--element.c4p--data-spreadsheet__selection-area--element-cloned::before{background-color:var(--cds-ui-05, #161616);opacity:.25}.c4p--data-spreadsheet .c4p--data-spreadsheet__reorder-indicator-line{position:absolute;z-index:4;width:var(--cds-spacing-01, 0.125rem);background-color:var(--cds-interactive-01, #0f62fe);pointer-events:none}.c4p--data-spreadsheet .c4p--data-spreadsheet__th--active-header,.c4p--data-spreadsheet .c4p--data-spreadsheet__td-th--active-header.c4p--data-spreadsheet__td{border-right:1px solid var(--cds-text-03, #a8a8a8);border-bottom:1px solid var(--cds-text-03, #a8a8a8);background-color:var(--cds-hover-selected-ui, #cacaca)}.c4p--data-spreadsheet .c4p--data-spreadsheet__th--selected-header,.c4p--data-spreadsheet .c4p--data-spreadsheet__td-th--selected-header.c4p--data-spreadsheet__td{background-color:var(--cds-inverse-02, #393939);color:var(--cds-inverse-01, #ffffff)}.c4p--data-spreadsheet .c4p--data-spreadsheet__th--selected-header:focus,.c4p--data-spreadsheet .c4p--data-spreadsheet__th--selected-header:hover,.c4p--data-spreadsheet .c4p--data-spreadsheet__td-th--selected-header.c4p--data-spreadsheet__td:focus,.c4p--data-spreadsheet .c4p--data-spreadsheet__td-th--selected-header.c4p--data-spreadsheet__td:hover{background-color:var(--cds-inverse-02, #393939)}.c4p--data-spreadsheet .c4p--data-spreadsheet__th--selected-header.c4p--data-spreadsheet__th{cursor:grab}.c4p--data-spreadsheet .c4p--data-spreadsheet__th--selected-header-reorder-active.c4p--data-spreadsheet__th{cursor:grabbing}.c4p--data-spreadsheet .c4p--data-spreadsheet__list--container{overscroll-behavior:none}.c4p--datagrid__table-toolbar>section{z-index:2;overflow:visible}.c4p--datagrid__full-height,.c4p--datagrid__full-height table,.c4p--datagrid__full-height tbody{height:100%}.c4p--datagrid__grid-container::-webkit-scrollbar-thumb{background-color:var(--cds-text-03, #a8a8a8)}.c4p--datagrid__grid-container table{overflow:hidden}.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-center .c4p--datagrid__head .bx--table-header-label{display:flex;height:100%;align-items:center;color:var(--cds-text-01, #161616)}.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-center .c4p--datagrid__head .c4p--datagrid__head-select-all.c4p--datagrid__checkbox-cell.c4p--datagrid__checkbox-cell-sticky-left{position:sticky;z-index:1;left:0}.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-center .c4p--datagrid__cell{align-items:center;padding-top:0;padding-bottom:0}.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-center .c4p--datagrid__cell.c4p--datagrid__cell--spacer{padding:0}.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-center td.bx--table-column-checkbox,.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-center th.bx--table-column-checkbox{padding-top:.6875rem}.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-center td.bx--table-column-checkbox.c4p--datagrid__checkbox-cell,.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-center th.bx--table-column-checkbox.c4p--datagrid__checkbox-cell{display:flex;align-items:center;padding-top:0}.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-center td.bx--table-column-checkbox.c4p--datagrid__checkbox-cell-sticky-left,.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-center th.bx--table-column-checkbox.c4p--datagrid__checkbox-cell-sticky-left{position:sticky;left:0}.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-center .c4p--datagrid__checkbox-cell th.bx--table-column-checkbox{display:flex;height:100%;align-items:center;padding-top:0}.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-center.c4p--datagrid__variable-row-height.bx--data-table--compact .c4p--datagrid__cell,.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-center.c4p--datagrid__variable-row-height.bx--data-table--xs .c4p--datagrid__cell{padding-top:var(--cds-spacing-01, 0.125rem);padding-bottom:var(--cds-spacing-01, 0.125rem)}.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-center.c4p--datagrid__variable-row-height.bx--data-table--short .c4p--datagrid__cell,.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-center.c4p--datagrid__variable-row-height.bx--data-table--sm .c4p--datagrid__cell,.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-center.c4p--datagrid__variable-row-height.bx--data-table--md .c4p--datagrid__cell{padding-top:.4375rem;padding-bottom:.375rem}.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-center.c4p--datagrid__variable-row-height.bx--data-table--tall .c4p--datagrid__cell,.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-center.c4p--datagrid__variable-row-height.bx--data-table--lg .c4p--datagrid__cell,.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-center.c4p--datagrid__variable-row-height.bx--data-table--xl .c4p--datagrid__cell{padding-top:var(--cds-spacing-05, 1rem);padding-bottom:var(--cds-spacing-05, 1rem)}.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-top.bx--data-table--tall .c4p--datagrid__cell,.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-top.bx--data-table--lg .c4p--datagrid__cell,.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-top.bx--data-table--xl .c4p--datagrid__cell{padding-top:var(--cds-spacing-05, 1rem)}.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-top.bx--data-table--tall .bx--table-header-label,.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-top.bx--data-table--lg .bx--table-header-label,.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-top.bx--data-table--xl .bx--table-header-label{padding-top:var(--cds-spacing-05, 1rem)}.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-top.bx--data-table--tall .bx--table-column-checkbox,.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-top.bx--data-table--lg .bx--table-column-checkbox,.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-top.bx--data-table--xl .bx--table-column-checkbox{padding-top:.8125rem}.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-top.c4p--datagrid__variable-row-height.bx--data-table--tall .c4p--datagrid__cell,.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-top.c4p--datagrid__variable-row-height.bx--data-table--lg .c4p--datagrid__cell,.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-top.c4p--datagrid__variable-row-height.bx--data-table--xl .c4p--datagrid__cell{padding-bottom:var(--cds-spacing-05, 1rem)}.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-top.c4p--datagrid__variable-row-height.bx--data-table--tall .bx--table-header-label,.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-top.c4p--datagrid__variable-row-height.bx--data-table--lg .bx--table-header-label,.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-top.c4p--datagrid__variable-row-height.bx--data-table--xl .bx--table-header-label{padding-bottom:var(--cds-spacing-05, 1rem)}.c4p--datagrid__grid-container table.c4p--datagrid__variable-row-height tr.c4p--datagrid__carbon-row{height:auto}.c4p--datagrid__grid-container::-webkit-scrollbar-thumb{background-color:var(--cds-text-03, #a8a8a8)}.c4p--datagrid__grid-container::-webkit-scrollbar{width:6px;background-color:var(--cds-ui-background, #ffffff)}.c4p--datagrid__grid-container{display:block;width:100%;padding-top:0}.c4p--datagrid__grid-container .bx--data-table-content{width:100%;height:100%;overflow-x:auto}.c4p--datagrid__grid-container table.c4p--datagrid__table-simple{display:flex;overflow:auto;max-height:100%;flex-direction:column;background-color:var(--cds-ui-01, #f4f4f4)}.c4p--datagrid__grid-container .c4p--datagrid__head{display:flex}.c4p--datagrid__grid-container .c4p--datagrid__head .header{width:1%;align-items:center}.c4p--datagrid__grid-container .c4p--datagrid__virtual-scrollbar{scrollbar-width:thin}.c4p--datagrid__grid-container .c4p--datagrid__virtual-scrollbar::-webkit-scrollbar-thumb{background-color:var(--cds-text-03, #a8a8a8)}.c4p--datagrid__grid-container .c4p--datagrid__virtual-scrollbar::-webkit-scrollbar{width:6px;background-color:var(--cds-ui-background, #ffffff)}.c4p--datagrid__grid-container .c4p--datagrid__cell{display:flex;width:1%}.c4p--datagrid__grid-container .c4p--datagrid__defaultStringRenderer{overflow:hidden;width:100%;text-overflow:ellipsis;white-space:nowrap}.c4p--datagrid__grid-container .c4p--datagrid__defaultStringRenderer.c4p--datagrid__defaultStringRenderer--multiline{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;white-space:initial}.c4p--datagrid__grid-container .c4p--datagrid__expanded-row{display:flex;overflow:hidden;width:100%;height:100%;flex-direction:column}.c4p--datagrid__grid-container .c4p--datagrid__carbon-row{flex:none !important}.c4p--datagrid__grid-container .c4p--datagrid__carbon-row .c4p--datagrid__carbon-row:hover a{color:var(--cds-hover-primary-text, #0043ce) !important}.c4p--datagrid__grid-container .bx--select-input{-webkit-appearance:none}.c4p--datagrid__grid-container th.bx--table-column-checkbox{display:block}.c4p--datagrid__grid-container td.bx--table-column-checkbox,.c4p--datagrid__grid-container th.bx--table-column-checkbox{padding-right:var(--cds-spacing-06, 1.5rem) !important}.c4p--datagrid__empty-state .c4p--datagrid__table-simple{display:table;height:100%}.c4p--datagrid__empty-state .c4p--datagrid__table-simple .c4p--empty-state{max-width:280px}.c4p--datagrid__empty-state .c4p--datagrid__table-simple tr:hover{background:rgba(0,0,0,0)}.c4p--datagrid__empty-state .c4p--datagrid__table-simple tr:hover td{background:rgba(0,0,0,0)}.c4p--datagrid__empty-state .c4p--datagrid__table-simple td{padding:var(--cds-spacing-11, 5rem)}.c4p--datagrid__empty-state .c4p--datagrid__grid-container{flex:1 1 auto}.c4p--datagrid__resizer{position:absolute;z-index:1;top:0;right:0;display:inline-block;width:var(--cds-spacing-02, 0.25rem);height:100%;background:rgba(0,0,0,0);touch-action:none;transform:translateX(50%)}.c4p--datagrid__resizer:hover{background:rgba(0,0,0,0)}.c4p--datagrid__sortableColumn:hover{background-color:var(--cds-hover-selected-ui, #cacaca)}.c4p--datagrid__resizableColumn.c4p--datagrid__isResizing .c4p--datagrid__resizer{border-right:var(--cds-spacing-01, 0.125rem) solid var(--cds-hover-secondary, #4c4c4c)}.c4p--datagrid__resizableColumn.c4p--datagrid__isSorted{background-color:var(--cds-hover-selected-ui, #cacaca)}.c4p--datagrid__resizableColumn:hover{background-color:var(--cds-hover-selected-ui, #cacaca)}.c4p--datagrid__resizableColumn:hover .c4p--datagrid__resizer{border-right:var(--cds-spacing-01, 0.125rem) solid var(--cds-ui-04, #8d8d8d);background-color:var(--cds-hover-selected-ui, #cacaca)}.c4p--datagrid__head-hidden-select-all{padding-right:var(--cds-spacing-08, 2.5rem)}.c4p--datagrid__head-hidden-select-all.c4p--datagrid__select-all-sticky-left{position:sticky;z-index:1;left:0;background-color:var(--cds-ui-03, #e0e0e0)}.c4p--datagrid__simple-body{position:relative;display:table;overflow-x:hidden;overflow-y:auto;scrollbar-width:thin}.c4p--datagrid__simple-body::-webkit-scrollbar-thumb{background-color:var(--cds-text-03, #a8a8a8)}.c4p--datagrid__simple-body::-webkit-scrollbar{width:6px;background-color:var(--cds-ui-background, #ffffff)}.c4p--datagrid__sticky.c4p--datagrid__table-simple{min-width:0 !important}.c4p--datagrid__sticky.c4p--datagrid__simple-body{overflow:auto}.c4p--datagrid__sticky.c4p--datagrid__table-simple thead>div{overflow:hidden;width:100% !important}.block-class__displayFlex{position:relative;display:flex;width:100%;height:100%;flex-direction:row}.c4p--datagrid__datagridLeftPanel{display:flex;width:388px;background-color:var(--cds-ui-01, #f4f4f4)}.c4p--datagrid__leftPanel-position{display:inherit}.c4p--datagrid__datagridWithPanel{position:relative;display:flex;width:100%;height:100%;flex-direction:column}.c4p--datagrid__datagridWithPanel .c4p--datagrid__grid-container{display:flex;overflow:hidden;flex-direction:column}.c4p--datagrid__datagridWithPanel .c4p--datagrid__table-toolbar{width:100%}.c4p--datagrid__datagridWithPanel .c4p--datagrid__datagridLeftPanel{flex:0 0 auto}.c4p--datagrid__datagridWithPanel .bx--data-table-content{flex:1 1 0%}.c4p--datagrid__datagridWithPanel .c4p--datagrid__table-container{overflow:hidden}.c4p--datagrid__table-container{position:relative;display:flex;overflow:auto;width:100%;max-height:100%}.c4p--datagrid__carbon-row-expanded{position:relative}.c4p--datagrid__carbon-row-expanded.c4p--datagrid__carbon-row-expanded-hover-active::before{position:absolute;z-index:2;top:var(--c4p--datagrid--row-height);left:calc(
6
+ )}.c4p--tearsheet.c4p--tearsheet--stacked-1-of-3 .c4p--tearsheet__container--lower{max-height:calc(100% - (var(--cds-spacing-09, 3rem) + var(--cds-spacing-08, 2.5rem)) + (2 * var(--cds-spacing-05, 1rem)))}.c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__container{width:100%}@media(min-width: 42rem){.c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__container{width:calc(100% - (2 * var(--cds-spacing-10, 4rem)))}}.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{transform:scale(var(--c4p--tearsheet--stacking-scale-factor-single))}.c4p--tearsheet.c4p--tearsheet--stacked-1-of-3.is-visible .c4p--tearsheet__container{transform:scale(var(--c4p--tearsheet--stacking-scale-factor-double))}.c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__header{padding:var(--cds-spacing-06, 1.5rem) var(--cds-spacing-07, 2rem);border-bottom:1px solid var(--cds-ui-03, #e0e0e0);margin:0}.c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__header--with-nav{padding-bottom:0}.c4p--tearsheet.c4p--tearsheet--narrow .c4p--tearsheet__header{padding:var(--cds-spacing-05, 1rem);border-bottom:1px solid var(--cds-ui-03, #e0e0e0);margin:0}.c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__header--with-close-icon{padding-right:var(--cds-spacing-10, 4rem)}.c4p--tearsheet .c4p--tearsheet__header-content{display:flex;justify-content:space-between}.c4p--tearsheet .c4p--tearsheet__header-fields{flex:1 1 100%}.c4p--tearsheet .c4p--tearsheet__header-actions{flex:0 0 auto;padding-left:var(--cds-spacing-06, 1.5rem)}.c4p--tearsheet .c4p--tearsheet__header-actions .bx--btn-set .bx--btn:not(:first-of-type){margin-left:var(--cds-spacing-03, 0.5rem)}.c4p--tearsheet .c4p--tearsheet__header--no-close-icon{display:none}.c4p--tearsheet.c4p--tearsheet--wide .bx--modal-header__heading.c4p--tearsheet__heading{font-size:var(--cds-productive-heading-04-font-size, 1.75rem);font-weight:var(--cds-productive-heading-04-font-weight, 400);line-height:var(--cds-productive-heading-04-line-height, 1.28572);letter-spacing:var(--cds-productive-heading-04-letter-spacing, 0)}.c4p--tearsheet .c4p--tearsheet__header-description{display:-webkit-box;overflow:hidden;max-width:100%;margin-top:var(--cds-spacing-05, 1rem);font-size:var(--cds-body-short-01-font-size, 0.875rem);font-weight:var(--cds-body-short-01-font-weight, 400);line-height:var(--cds-body-short-01-line-height, 1.28572);letter-spacing:var(--cds-body-short-01-letter-spacing, 0.16px);-webkit-box-orient:vertical;-webkit-line-clamp:2}@media(min-width: 42rem){.c4p--tearsheet .c4p--tearsheet__header-description{max-width:60%}}.c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__header-description{margin-top:var(--cds-spacing-03, 0.5rem)}.c4p--tearsheet.c4p--tearsheet--narrow .c4p--tearsheet__header-description{margin-top:var(--cds-spacing-03, 0.5rem)}.c4p--tearsheet .c4p--tearsheet__header-navigation{margin:var(--cds-spacing-04, 0.75rem) 0 0}.c4p--tearsheet.c4p--tearsheet .c4p--tearsheet__body{display:flex;flex-direction:row;padding:0;margin:0}.c4p--tearsheet .c4p--tearsheet__resize-detector{width:100%;height:0}.c4p--tearsheet .c4p--tearsheet__influencer{flex:0 0 257px;border-right:1px solid var(--cds-ui-03, #e0e0e0);overflow-y:auto}.c4p--tearsheet .c4p--tearsheet__influencer.c4p--tearsheet__influencer p{padding-right:0}.c4p--tearsheet .c4p--tearsheet__influencer--wide{flex-basis:321px}.c4p--tearsheet .c4p--tearsheet__right{display:grid;flex-grow:1;grid-template-columns:100%;grid-template-rows:1fr auto}.c4p--tearsheet .c4p--tearsheet__main{display:flex;flex-direction:row;grid-column:1/-1;grid-row:1/-1}.c4p--tearsheet .c4p--tearsheet__main .c4p--tearsheet__influencer{border-right:none;border-left:1px solid var(--cds-ui-03, #e0e0e0)}.c4p--tearsheet .c4p--tearsheet__content{overflow:auto;flex-grow:1}.c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__content{background:var(--cds-ui-background, #ffffff)}.c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__content .bx--pagination,.c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__content .bx--pagination__control-buttons,.c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__content .bx--text-input,.c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__content .bx--text-area,.c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__content .bx--search-input,.c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__content .bx--select-input,.c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__content .bx--dropdown,.c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__content .bx--dropdown-list,.c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__content .bx--number input[type=number],.c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__content .bx--date-picker__input{background-color:var(--cds-field-01, #f4f4f4)}.c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__content .bx--select--inline .bx--select-input{background-color:rgba(0,0,0,0)}.c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__content .bx--text-input--light,.c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__content .bx--text-area--light,.c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__content .bx--search--light .bx--search-input,.c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__content .bx--select--light .bx--select-input,.c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__content .bx--dropdown--light,.c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__content .bx--dropdown--light .bx--dropdown-list,.c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__content .bx--number--light input[type=number],.c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__content .bx--date-picker--light .bx--date-picker__input{background-color:var(--cds-field-02, #ffffff)}.c4p--tearsheet .c4p--tearsheet__button-container{grid-column:1/-1;grid-row:-1/-1;overflow-x:auto}.c4p--tearsheet .c4p--tearsheet__buttons{display:inline-flex;min-width:100%;border-top:1px solid var(--cds-ui-03, #e0e0e0)}.c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__buttons{background:var(--cds-ui-background, #ffffff)}@keyframes step-content-entrance{0%{opacity:0;transform:translateY(-0.75rem)}100%{opacity:1;transform:translateY(0)}}.c4p--tearsheet-create{--c4p--tearsheet-create--total-width: 0}.c4p--tearsheet-create .c4p--tearsheet-create__step__step--hidden-step{display:none}.c4p--tearsheet-create .c4p--tearsheet-create__step__step--visible-step{animation:step-content-entrance 400ms;animation-fill-mode:forwards;animation-timing-function:cubic-bezier(0.2, 0, 0.38, 0.9);opacity:0}@media(prefers-reduced-motion){.c4p--tearsheet-create .c4p--tearsheet-create__step__step--visible-step{animation:none;opacity:1}}.c4p--tearsheet-create .c4p--tearsheet-create__content{height:100%;padding:var(--cds-spacing-06, 1.5rem);overflow-x:hidden}.c4p--tearsheet-create .c4p--tearsheet-create__content .bx--grid{padding:0;margin:0}.c4p--tearsheet-create .c4p--tearsheet-create__step--heading{padding-bottom:var(--cds-spacing-06, 1.5rem)}.c4p--tearsheet-create .bx--btn-set .bx--btn.bx--btn--disabled{box-shadow:-0.0625rem 0 0 0 var(--cds-button-separator, #e0e0e0)}.c4p--tearsheet-create .bx--side-nav--ux{position:initial;background-color:rgba(0,0,0,0)}.c4p--tearsheet-create .c4p--tearsheet-create__section--divider{position:relative;display:block;width:var(--c4p--tearsheet-create--total-width);height:1px;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));background-color:var(--cds-ui-03, #e0e0e0)}.c4p--tearsheet-create .c4p--tearsheet-create__step--title,.c4p--tearsheet-create .c4p--tearsheet-create__section--title{margin-bottom:var(--cds-spacing-05, 1rem)}.c4p--tearsheet-create .c4p--tearsheet-create__section--subtitle,.c4p--tearsheet-create .c4p--tearsheet-create__step--subtitle{font-size:var(--cds-productive-heading-01-font-size, 0.875rem);font-weight:var(--cds-productive-heading-01-font-weight, 600);line-height:var(--cds-productive-heading-01-line-height, 1.28572);letter-spacing:var(--cds-productive-heading-01-letter-spacing, 0.16px);margin-bottom:var(--cds-spacing-03, 0.5rem)}.c4p--tearsheet-create .c4p--tearsheet-create__section--description,.c4p--tearsheet-create .c4p--tearsheet-create__step--description{font-size:var(--cds-body-long-01-font-size, 0.875rem);font-weight:var(--cds-body-long-01-font-weight, 400);line-height:var(--cds-body-long-01-line-height, 1.42857);letter-spacing:var(--cds-body-long-01-letter-spacing, 0.16px);margin-bottom:var(--cds-spacing-06, 1.5rem)}.c4p--tearsheet-create .bx--fieldset{margin-bottom:0}.c4p--tearsheet-create .c4p--tearsheet-create__step--fieldset>*{margin-bottom:var(--cds-spacing-05, 1rem)}@keyframes rotate{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@keyframes rotate-end-p1{100%{transform:rotate(360deg)}}@keyframes rotate-end-p2{100%{transform:rotate(-360deg)}}@keyframes init-stroke{0%{stroke-dashoffset:276.4608}100%{stroke-dashoffset:52.527552}}@keyframes stroke-end{0%{stroke-dashoffset:52.527552}100%{stroke-dashoffset:276.4608}}@keyframes stroke{100%{stroke-dashoffset:0}}.c4p--create-tearsheet-narrow .bx--modal-header__heading,.c4p--create-tearsheet-narrow .bx--modal-header__label,.c4p--create-tearsheet-narrow .c4p--tearsheet__header-description{max-width:100%;padding-right:calc(20% - var(--cds-spacing-05, 1rem))}.c4p--create-tearsheet-narrow .c4p--tearsheet__header-description{margin-top:var(--cds-spacing-02, 0.25rem)}.c4p--create-tearsheet-narrow .c4p--tearsheet__header{border-bottom:1px solid var(--cds-decorative-01, #e0e0e0)}.c4p--create-tearsheet-narrow .c4p--tearsheet__content{padding:var(--cds-spacing-05, 1rem)}.c4p--create-tearsheet-narrow .c4p--create-tearsheet-narrow__form{padding-top:var(--cds-spacing-05, 1rem)}.c4p--create-tearsheet-narrow .c4p--create-tearsheet-narrow__form>*{margin-bottom:var(--cds-spacing-05, 1rem)}.c4p--create-tearsheet-narrow .c4p--create-tearsheet-narrow__form>*:last-child{margin-bottom:0}.c4p--create-tearsheet-narrow .c4p--create-tearsheet-narrow__form-title-text{font-size:var(--cds-productive-heading-02-font-size, 1rem);font-weight:var(--cds-productive-heading-02-font-weight, 600);line-height:var(--cds-productive-heading-02-line-height, 1.375);letter-spacing:var(--cds-productive-heading-02-letter-spacing, 0);padding-bottom:var(--cds-spacing-03, 0.5rem)}.c4p--create-tearsheet-narrow .c4p--create-tearsheet-narrow__form-description-text{font-size:var(--cds-body-long-01-font-size, 0.875rem);font-weight:var(--cds-body-long-01-font-weight, 400);line-height:var(--cds-body-long-01-line-height, 1.42857);letter-spacing:var(--cds-body-long-01-letter-spacing, 0.16px)}.c4p--empty-state{color:var(--cds-text-01, #161616)}.c4p--empty-state .c4p--empty-state__header{font-size:var(--cds-productive-heading-03-font-size, 1.25rem);font-weight:var(--cds-productive-heading-03-font-weight, 400);line-height:var(--cds-productive-heading-03-line-height, 1.4);letter-spacing:var(--cds-productive-heading-03-letter-spacing, 0);padding-bottom:calc(var(--cds-spacing-01, 0.125rem) + var(--cds-spacing-02, 0.25rem));margin:0}.c4p--empty-state .c4p--empty-state__subtitle{font-size:var(--cds-body-long-01-font-size, 0.875rem);font-weight:var(--cds-body-long-01-font-weight, 400);line-height:var(--cds-body-long-01-line-height, 1.42857);letter-spacing:var(--cds-body-long-01-letter-spacing, 0.16px);padding-bottom:var(--cds-spacing-05, 1rem)}.c4p--empty-state .c4p--empty-state__header--small{font-size:var(--cds-body-short-02-font-size, 1rem);font-weight:var(--cds-body-short-02-font-weight, 400);line-height:var(--cds-body-short-02-line-height, 1.375);letter-spacing:var(--cds-body-short-02-letter-spacing, 0);padding-bottom:var(--cds-spacing-03, 0.5rem)}.c4p--empty-state .c4p--empty-state__subtitle--small{font-size:var(--cds-caption-01-font-size, 0.75rem);font-weight:var(--cds-caption-01-font-weight, 400);line-height:var(--cds-caption-01-line-height, 1.33333);letter-spacing:var(--cds-caption-01-letter-spacing, 0.32px)}.c4p--empty-state__illustration{height:auto;margin-bottom:var(--cds-spacing-05, 1rem)}.c4p--empty-state__illustration.c4p--empty-state__illustration--lg{min-width:var(--cds-spacing-11, 5rem);max-width:var(--cds-spacing-11, 5rem)}.c4p--empty-state__illustration.c4p--empty-state__illustration--sm{min-width:var(--cds-spacing-10, 4rem);max-width:var(--cds-spacing-10, 4rem)}.c4p--empty-state .c4p--empty-state__action-button{display:block;margin-bottom:var(--cds-spacing-05, 1rem)}.c4p--empty-state .c4p--empty-state__link{display:block}@keyframes rotate{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@keyframes rotate-end-p1{100%{transform:rotate(360deg)}}@keyframes rotate-end-p2{100%{transform:rotate(-360deg)}}@keyframes init-stroke{0%{stroke-dashoffset:276.4608}100%{stroke-dashoffset:52.527552}}@keyframes stroke-end{0%{stroke-dashoffset:52.527552}100%{stroke-dashoffset:276.4608}}.c4p--export-modal .bx--modal-footer .bx--btn{max-width:none}.c4p--export-modal.bx--modal .bx--modal-content{padding-right:var(--cds-spacing-05, 1rem)}.c4p--export-modal__body{padding-right:calc(20% - var(--cds-spacing-05, 1rem));margin-bottom:var(--cds-spacing-05, 1rem)}.c4p--export-modal__messaging{display:flex;align-items:center}.c4p--export-modal__messaging p{margin-left:var(--cds-spacing-03, 0.5rem)}.c4p--export-modal__checkmark-icon{fill:var(--cds-interactive-01, #0f62fe)}.c4p--export-modal__error-icon{fill:var(--cds-danger, #da1e28)}.c4p--card{background:var(--cds-ui-01, #f4f4f4);color:var(--cds-text-01, #161616)}.c4p--card__clickable{cursor:pointer;transition:background 110ms}.c4p--card__clickable:hover{background:var(--cds-hover-ui, #e5e5e5)}.c4p--card__media-left{display:flex;flex-direction:row}.c4p--card__media-left .c4p--card__content-container{display:flex;flex:1;flex-direction:column}.c4p--card__media-left .c4p--card__footer{align-self:flex-end;margin-top:auto}.c4p--card__media>*{display:block;max-width:100%}.c4p--card__header{padding:var(--cds-spacing-05, 1rem)}.c4p--card__header-label-only{padding-bottom:var(--cds-spacing-03, 0.5rem)}.c4p--card__header-label-only .c4p--card__label{margin-bottom:0}.c4p--card__header-container{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.c4p--card__label{font-size:var(--cds-label-01-font-size, 0.75rem);font-weight:var(--cds-label-01-font-weight, 400);line-height:var(--cds-label-01-line-height, 1.33333);letter-spacing:var(--cds-label-01-letter-spacing, 0.32px);margin-bottom:var(--cds-spacing-01, 0.125rem)}.c4p--card__description{font-size:var(--cds-caption-01-font-size, 0.75rem);font-weight:var(--cds-caption-01-font-weight, 400);line-height:var(--cds-caption-01-line-height, 1.33333);letter-spacing:var(--cds-caption-01-letter-spacing, 0.32px);margin-top:var(--cds-spacing-01, 0.125rem)}.c4p--card__body{font-size:var(--cds-body-short-01-font-size, 0.875rem);font-weight:var(--cds-body-short-01-font-weight, 400);line-height:var(--cds-body-short-01-line-height, 1.28572);letter-spacing:var(--cds-body-short-01-letter-spacing, 0.16px);padding:var(--cds-spacing-05, 1rem);padding-top:0}.c4p--card__footer{display:flex;justify-content:flex-end}.c4p--card__actions{display:flex;flex-direction:row;margin:var(--cds-spacing-05, 1rem);margin-top:0}.c4p--card__icon{color:inherit;cursor:pointer}.c4p--card__link{color:inherit;text-decoration:inherit}.c4p--card__pictogram{padding-top:var(--cds-spacing-05, 1rem);padding-left:var(--cds-spacing-05, 1rem)}.c4p--card__title{font-size:var(--cds-productive-heading-03-font-size, 1.25rem);font-weight:var(--cds-productive-heading-03-font-weight, 400);line-height:var(--cds-productive-heading-03-line-height, 1.4);letter-spacing:var(--cds-productive-heading-03-letter-spacing, 0)}.c4p--filter-summary{display:flex;width:100%;align-items:center;padding:var(--cds-spacing-03, 0.5rem);border-top:1px solid var(--cds-ui-03, #e0e0e0);background:var(--cds-ui-01, #f4f4f4)}.c4p--http-errors .c4p--http-errors__content{position:fixed;z-index:2;top:50%;left:50%;transform:translate(-50%, -75%)}@media(min-width: 42rem){.c4p--http-errors .c4p--http-errors__content{transform:translate(-50%, -100%)}}@media(min-width: 66rem){.c4p--http-errors .c4p--http-errors__content{transform:translate(-50%, -50%)}}.c4p--http-errors .c4p--http-errors__error-code-label{font-size:var(--cds-productive-heading-02-font-size, 1rem);font-weight:var(--cds-productive-heading-02-font-weight, 600);line-height:var(--cds-productive-heading-02-line-height, 1.375);letter-spacing:var(--cds-productive-heading-02-letter-spacing, 0);margin-bottom:var(--cds-spacing-02, 0.25rem)}.c4p--http-errors .c4p--http-errors__title{font-size:var(--cds-productive-heading-05-font-size, 2rem);font-weight:var(--cds-productive-heading-05-font-weight, 400);line-height:var(--cds-productive-heading-05-line-height, 1.25);letter-spacing:var(--cds-productive-heading-05-letter-spacing, 0);margin-bottom:var(--cds-spacing-04, 0.75rem)}.c4p--http-errors .c4p--http-errors__description{font-size:var(--cds-body-short-01-font-size, 0.875rem);font-weight:var(--cds-body-short-01-font-weight, 400);line-height:var(--cds-body-short-01-line-height, 1.28572);letter-spacing:var(--cds-body-short-01-letter-spacing, 0.16px);margin-bottom:var(--cds-spacing-06, 1.5rem)}.c4p--http-errors .c4p--http-errors__error-code-label,.c4p--http-errors .c4p--http-errors__title,.c4p--http-errors .c4p--http-errors__description{color:var(--cds-text-01, #161616)}.c4p--http-errors .c4p--http-errors__link{display:block;margin-bottom:var(--cds-spacing-02, 0.25rem)}.c4p--http-errors .c4p--http-errors__image{position:fixed;bottom:0;left:0;width:100%;max-height:100%}@media(max-width: 41.98rem){.c4p--http-errors .c4p--http-errors__image{left:10%;transform:scale(1.5)}}@keyframes rotate{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@keyframes rotate-end-p1{100%{transform:rotate(360deg)}}@keyframes rotate-end-p2{100%{transform:rotate(-360deg)}}@keyframes init-stroke{0%{stroke-dashoffset:276.4608}100%{stroke-dashoffset:52.527552}}@keyframes stroke-end{0%{stroke-dashoffset:52.527552}100%{stroke-dashoffset:276.4608}}.c4p--import-modal .bx--modal-close{display:none}.c4p--import-modal .bx--modal-footer .bx--btn{max-width:none}.c4p--import-modal.bx--modal .bx--modal-content{padding-right:var(--cds-spacing-05, 1rem)}.bx--file .bx--file-container,.bx--file~.bx--file-container{margin-top:0}.bx--modal-container--sm .bx--modal-header{padding-right:calc(20% - var(--cds-spacing-05, 1rem))}.c4p--import-modal__input-group{display:flex}.c4p--import-modal__import-button.bx--btn{margin-left:var(--cds-spacing-03, 0.5rem)}.c4p--import-modal__file-container{width:100%}.c4p--import-modal .c4p--import-modal__file-drop-header,.c4p--import-modal .c4p--import-modal__label{margin-bottom:var(--cds-spacing-03, 0.5rem);font-size:var(--cds-productive-heading-01-font-size, 0.875rem);font-weight:var(--cds-productive-heading-01-font-weight, 600);line-height:var(--cds-productive-heading-01-line-height, 1.28572);letter-spacing:var(--cds-productive-heading-01-letter-spacing, 0.16px)}.c4p--import-modal__helper-text{margin-top:var(--cds-spacing-06, 1.5rem);margin-bottom:var(--cds-spacing-03, 0.5rem);font-size:var(--cds-helper-text-01-font-size, 0.75rem);line-height:var(--cds-helper-text-01-line-height, 1.33333);letter-spacing:var(--cds-helper-text-01-letter-spacing, 0.32px)}.c4p--import-modal__body{padding-right:calc(20% - var(--cds-spacing-05, 1rem));margin-bottom:var(--cds-spacing-06, 1.5rem)}.c4p--import-modal .bx--file__selected-file{max-width:none;background:var(--cds-ui-02, #ffffff)}.c4p--import-modal .bx--file{margin-bottom:var(--cds-spacing-05, 1rem)}.c4p--import-modal .bx--text-input:disabled{background:var(--cds-ui-02, #ffffff)}.modified-tabs .modified-tabs__tab-label{display:flex;width:100%;align-items:flex-end;justify-content:space-between}.modified-tabs__tab-new,.modified-tabs__tab{position:relative;display:inline-block;width:100%;height:100%}.modified-tabs__tab-new-img,.modified-tabs__tab-close{position:absolute;top:-var(--cds-spacing-04, 0.75rem);right:-var(--cds-spacing-05, 1rem);overflow:hidden;width:2.5rem;height:2.5rem;padding:var(--cds-spacing-04, 0.75rem);border:var(--cds-spacing-01, 0.125rem) solid rgba(0,0,0,0);border-radius:0;background-color:rgba(0,0,0,0);cursor:pointer;transition:background-color 110ms cubic-bezier(0.2, 0, 0.38, 0.9)}@media(prefers-reduced-motion: reduce){.modified-tabs__tab-new-img,.modified-tabs__tab-close{transition:none}}.modified-tabs__tab-new-icon{display:flex;align-items:center;justify-content:center;padding:0;margin-top:var(--cds-spacing-01, 0.125rem)}.modified-tabs__tab-close:focus{border-color:var(--cds-interactive-01, #0f62fe);outline:none}.modified-tabs__tab-close:hover{background-color:var(--cds-hover-ui, #e5e5e5)}.modified-tabs__tab-new-img{display:flex;align-items:center;justify-content:center;padding:0}@keyframes rotate{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@keyframes rotate-end-p1{100%{transform:rotate(360deg)}}@keyframes rotate-end-p2{100%{transform:rotate(-360deg)}}@keyframes init-stroke{0%{stroke-dashoffset:276.4608}100%{stroke-dashoffset:52.527552}}@keyframes stroke-end{0%{stroke-dashoffset:52.527552}100%{stroke-dashoffset:276.4608}}@keyframes stroke{100%{stroke-dashoffset:0}}@keyframes collapse-accordion{0%{height:100%;opacity:1;visibility:inherit}100%{height:0;opacity:0;visibility:hidden}}@keyframes expand-accordion{0%{height:0;opacity:0;visibility:hidden}100%{height:100%;opacity:1;visibility:inherit}}.c4p--add-select__header{padding:var(--cds-spacing-05, 1rem);padding-bottom:0;border-top:1px solid var(--cds-ui-03, #e0e0e0)}.c4p--add-select__body{padding:var(--cds-spacing-05, 1rem)}.c4p--add-select__selections.bx--structured-list{margin-bottom:0}.c4p--add-select__selections-wrapper{display:block}.c4p--add-select__selections-cell-wrapper{display:flex;height:3rem;align-items:center;justify-content:space-between;padding:0 var(--cds-spacing-05, 1rem);border-bottom:1px solid var(--cds-ui-03, #e0e0e0)}.c4p--add-select__selections-cell-title{display:block;color:var(--cds-text-01, #161616)}.c4p--add-select__selections-cell-subtitle{font-size:var(--cds-label-01-font-size, 0.75rem);font-weight:var(--cds-label-01-font-weight, 400);line-height:var(--cds-label-01-line-height, 1.33333);letter-spacing:var(--cds-label-01-letter-spacing, 0.32px);display:block;color:var(--cds-text-02, #525252)}.c4p--add-select__selections-cell{display:flex;flex-direction:column;justify-content:center}.c4p--add-select__selections-cell:hover .c4p--add-select__selections-hidden-hover,.c4p--add-select__selections .bx--structured-list-row:focus-within .c4p--add-select__selections-hidden-hover{visibility:visible}.c4p--add-select__selections-hidden-hover{visibility:hidden}.c4p--add-select__selections-row--selected.bx--structured-list-row{border-bottom:1px solid var(--cds-selected-ui, #e0e0e0);background-color:var(--cds-selected-ui, #e0e0e0)}.c4p--add-select__selections-checkbox{display:flex;align-items:center}.c4p--add-select__selections-checkbox-label-wrapper{display:flex;margin-left:var(--cds-spacing-05, 1rem)}.c4p--add-select__selections-checkbox-label-text{display:flex;flex-direction:column}.c4p--add-select__selections-checkbox-wrapper.bx--form-item{flex:0}.c4p--add-select__selections-checkbox-wrapper .bx--checkbox-label-text{display:none}.c4p--add-select__selections-cell-avatar{margin-right:var(--cds-spacing-03, 0.5rem)}.c4p--add-select__selections-cell-icon{margin-right:var(--cds-spacing-03, 0.5rem)}.c4p--add-select__selections-row{border-left:.125rem solid rgba(0,0,0,0)}.c4p--add-select__selections-row-meta--selected{border-left:.125rem solid var(--cds-interactive-04, #0f62fe);background-color:var(--cds-hover-row, #e5e5e5)}.c4p--add-select .c4p--add-select__selections-row:hover .c4p--add-select__selections-radio{color:var(--cds-interactive-04, #0f62fe)}.c4p--add-select .c4p--add-select__selections-row:hover .c4p--add-select__selections-view-children svg{color:var(--cds-interactive-04, #0f62fe)}.c4p--add-select .c4p--add-select__selections-row:hover button.c4p--add-select__selections-view-children.bx--btn--ghost.bx--btn--icon-only .bx--btn__icon path{fill:currentColor}.c4p--add-select__sub-header{display:flex;align-items:flex-end;justify-content:space-between}.c4p--add-select__sub-header-multi{padding:0 var(--cds-spacing-05, 1rem)}.c4p--add-select .bx--structured-list-row,.c4p--add-select .c4p--add-select__selections.bx--structured-list--selection .bx--structured-list-row:hover:not(.bx--structured-list-row--header-row):not(.bx--structured-list-row--selected){border-bottom:0}.c4p--add-select__sidebar-header{display:flex;padding:var(--cds-spacing-07, 2rem) var(--cds-spacing-05, 1rem) var(--cds-spacing-03, 0.5rem) var(--cds-spacing-05, 1rem);border-bottom:1px solid var(--cds-ui-03, #e0e0e0)}.c4p--add-select__sidebar-header .c4p--add-select__sidebar-title{font-size:var(--cds-productive-heading-02-font-size, 1rem);font-weight:var(--cds-productive-heading-02-font-weight, 600);line-height:var(--cds-productive-heading-02-line-height, 1.375);letter-spacing:var(--cds-productive-heading-02-letter-spacing, 0)}.c4p--add-select__sidebar-title{margin-right:var(--cds-spacing-03, 0.5rem)}.c4p--add-select__sidebar-selected-item-title{color:var(--cds-text-01, #161616)}.c4p--add-select__sidebar-selected-item-subtitle{font-size:var(--cds-label-01-font-size, 0.75rem);font-weight:var(--cds-label-01-font-weight, 400);line-height:var(--cds-label-01-line-height, 1.33333);letter-spacing:var(--cds-label-01-letter-spacing, 0.32px);color:var(--cds-text-02, #525252)}.c4p--add-select__sidebar-body{padding:0 var(--cds-spacing-05, 1rem)}.c4p--add-select .c4p--add-select__sidebar-item-header{font-size:var(--cds-label-01-font-size, 0.75rem);font-weight:var(--cds-label-01-font-weight, 400);line-height:var(--cds-label-01-line-height, 1.33333);letter-spacing:var(--cds-label-01-letter-spacing, 0.32px);margin-bottom:var(--cds-spacing-03, 0.5rem);color:var(--cds-text-02, #525252)}.c4p--add-select .c4p--add-select__sidebar-item-body{font-size:var(--cds-body-long-01-font-size, 0.875rem);font-weight:var(--cds-body-long-01-font-weight, 400);line-height:var(--cds-body-long-01-line-height, 1.42857);letter-spacing:var(--cds-body-long-01-letter-spacing, 0.16px);margin-bottom:var(--cds-spacing-05, 1rem)}.c4p--add-select .c4p--add-select__sidebar-item-remove-button:hover{background:var(--cds-disabled-02, #c6c6c6)}.c4p--add-select .c4p--add-select__sidebar-accordion-title{display:flex;align-items:center;justify-content:space-between}.c4p--add-select__columns{display:flex;flex-direction:row;flex-grow:1;overflow-x:auto}.c4p--add-select__columns .c4p--add-select__selections-checkbox-label-wrapper{margin-left:var(--cds-spacing-03, 0.5rem)}.c4p--add-select__columns .c4p--add-select__selections-row.bx--structured-list-row{border-left:0}.c4p--add-select__columns .c4p--add-select__selections .c4p--add-select__selections-cell{padding:0}.c4p--add-select__columns .c4p--add-select__selections-cell-wrapper{height:auto;padding:0 var(--cds-spacing-03, 0.5rem)}.c4p--add-select__columns .c4p--add-select__tags{padding:0 var(--cds-spacing-03, 0.5rem);margin-bottom:0}.c4p--add-select__columns .c4p--add-select__selections-wrapper-multi{padding:0}.c4p--add-select__columns .c4p--add-select__selections.bx--structured-list{border-top:0}.c4p--add-select__selections-wrapper-multi .c4p--add-select__selections-cell{padding:0 var(--cds-spacing-05, 1rem)}.c4p--add-select__selections-row:first-child .c4p--add-select__selections-cell-wrapper{border-top:1px solid var(--cds-ui-03, #e0e0e0)}.c4p--add-select__column{overflow:auto;flex:0 0 20rem;padding:var(--cds-spacing-05, 1rem);border-top:1px solid var(--cds-ui-03, #e0e0e0);border-right:1px solid var(--cds-ui-03, #e0e0e0)}.c4p--add-select__column-search-bar{display:flex}.c4p--add-select__column-search-bar label{display:none}.c4p--add-select__column-sort-filter{display:flex}.c4p--add-select__column .bx--overflow-menu{border-bottom:1px solid var(--cds-ui-04, #8d8d8d)}.c4p--add-select__tags{display:flex;align-items:center;margin-top:var(--cds-spacing-05, 1rem);margin-bottom:var(--cds-spacing-03, 0.5rem)}.c4p--add-select__tags-label{margin-right:var(--cds-spacing-03, 0.5rem)}.c4p--add-select__global-filter{position:absolute;z-index:6000;right:0;width:100%;max-width:40rem;background:var(--cds-ui-01, #f4f4f4);box-shadow:0 6px 6px 0 rgba(0,0,0,.2);transform:translate(0, 100%)}.c4p--add-select__global-filter-search{position:relative;display:flex;align-items:flex-end}.c4p--add-select__global-filter-content{padding:var(--cds-spacing-05, 1rem)}.c4p--add-select__global-filter-opts{display:grid;grid-gap:var(--cds-spacing-05, 1rem) 2rem;grid-template-columns:repeat(2, 1fr)}.c4p--add-select__global-filter-applied{display:flex;align-items:center;padding:var(--cds-spacing-03, 0.5rem);background:var(--cds-ui-01, #f4f4f4)}.c4p--add-select__global-filter-button-set button.c4p--add-select__global-filter-button{max-width:none;flex:1}button.c4p--add-select__global-filter-toggle{border-bottom-color:var(--cds-ui-04, #8d8d8d);background:var(--cds-field-01, #f4f4f4)}button.c4p--add-select__global-filter-toggle--open{border-bottom:var(--cds-ui-01, #f4f4f4);box-shadow:0 2px 6px 0 rgba(0,0,0,.2)}.c4p--add-select__meta-panel{padding:var(--cds-spacing-05, 1rem)}.c4p--add-select__meta-panel-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--cds-spacing-05, 1rem)}.c4p--add-select__meta-panel-entry{margin-bottom:var(--cds-spacing-05, 1rem)}.c4p--add-select__meta-panel p.c4p--add-select__meta-panel-title{font-size:var(--cds-productive-heading-03-font-size, 1.25rem);font-weight:var(--cds-productive-heading-03-font-weight, 400);line-height:var(--cds-productive-heading-03-line-height, 1.4);letter-spacing:var(--cds-productive-heading-03-letter-spacing, 0)}.c4p--add-select__meta-panel p.c4p--add-select__meta-panel-entry-title{font-size:var(--cds-productive-heading-01-font-size, 0.875rem);font-weight:var(--cds-productive-heading-01-font-weight, 600);line-height:var(--cds-productive-heading-01-line-height, 1.28572);letter-spacing:var(--cds-productive-heading-01-letter-spacing, 0.16px)}.c4p--add-select__meta-panel p.c4p--add-select__meta-panel-entry-body{font-size:var(--cds-body-short-01-font-size, 0.875rem);font-weight:var(--cds-body-short-01-font-weight, 400);line-height:var(--cds-body-short-01-line-height, 1.28572);letter-spacing:var(--cds-body-short-01-letter-spacing, 0.16px)}.c4p--add-select__selections .bx--list-box__menu{left:auto}.c4p--add-select__tags .bx--tag{margin:0}.c4p--add-select .c4p--tearsheet__influencer{flex-basis:22.5rem}.c4p--add-select .c4p--tearsheet__header-description{color:var(--cds-text-02, #525252)}.c4p--add-select .c4p--tearsheet__content{display:flex;flex-direction:column}.c4p--add-select.c4p--add-select__multi .c4p--action-set.bx--btn-set.c4p--action-set--max .c4p--action-set__action-button{max-width:11.25rem}.c4p--add-select .c4p--add-select__items-label{font-size:var(--cds-productive-heading-01-font-size, 0.875rem);font-weight:var(--cds-productive-heading-01-font-weight, 600);line-height:var(--cds-productive-heading-01-line-height, 1.28572);letter-spacing:var(--cds-productive-heading-01-letter-spacing, 0.16px)}.c4p--add-select .bx--modal-container--sm .bx--modal-content p{padding-right:0}.c4p--add-select .bx--radio-button__appearance{margin:0 var(--cds-spacing-05, 1rem) 0 0}.c4p--add-select .bx--radio-button-wrapper .bx--radio-button__label{justify-content:left}.c4p--add-select .bx--breadcrumb .bx--link{cursor:pointer}.c4p--add-select .bx--accordion__item:hover .c4p--add-select__sidebar-accordion-title button{opacity:1}.c4p--add-select .bx--accordion__item .c4p--add-select__sidebar-accordion-title button{opacity:0}.c4p--add-select .bx--checkbox-label-text{padding-left:var(--cds-spacing-03, 0.5rem)}.c4p--add-select__multi .c4p--empty-state{max-width:16rem;margin-top:var(--cds-spacing-09, 3rem)}.c4p--add-select .bx--accordion__arrow{transform:rotate(0deg)}.c4p--add-select .bx--accordion__item--active .bx--accordion__arrow{transform:rotate(90deg)}.c4p--add-select .bx--accordion--start .bx--accordion__arrow{margin:0 0 0 var(--cds-spacing-05, 1rem)}.c4p--add-select .bx--accordion--start .bx--accordion__title{margin:0 var(--cds-spacing-05, 1rem) 0 var(--cds-spacing-03, 0.5rem)}.c4p--add-select .bx--accordion__item--active .bx--accordion__content{padding-top:0;padding-bottom:0;margin-top:var(--cds-spacing-03, 0.5rem)}@keyframes fade-in{0%{opacity:0;transform:translateY(-38.5rem)}100%{opacity:1;transform:translateY(0)}}@keyframes fade-out{0%{opacity:1;transform:translateY(0)}100%{opacity:0;transform:translateY(-38.5rem)}}.c4p--notifications-panel__container{--cds-interactive-01: #0f62fe;--cds-interactive-02: #6f6f6f;--cds-interactive-03: #ffffff;--cds-interactive-04: #4589ff;--cds-ui-background: #161616;--cds-ui-01: #262626;--cds-ui-02: #393939;--cds-ui-03: #393939;--cds-ui-04: #6f6f6f;--cds-ui-05: #f4f4f4;--cds-text-01: #f4f4f4;--cds-text-02: #c6c6c6;--cds-text-03: #6f6f6f;--cds-text-04: #ffffff;--cds-text-05: #8d8d8d;--cds-text-error: #ff8389;--cds-icon-01: #f4f4f4;--cds-icon-02: #c6c6c6;--cds-icon-03: #ffffff;--cds-link-01: #78a9ff;--cds-link-02: #a6c8ff;--cds-inverse-link: #0f62fe;--cds-field-01: #262626;--cds-field-02: #393939;--cds-inverse-01: #161616;--cds-inverse-02: #f4f4f4;--cds-support-01: #fa4d56;--cds-support-02: #42be65;--cds-support-03: #f1c21b;--cds-support-04: #4589ff;--cds-inverse-support-01: #da1e28;--cds-inverse-support-02: #24a148;--cds-inverse-support-03: #f1c21b;--cds-inverse-support-04: #0f62fe;--cds-overlay-01: rgba(0, 0, 0, 0.65);--cds-danger-01: #da1e28;--cds-danger-02: #fa4d56;--cds-focus: #ffffff;--cds-inverse-focus-ui: #0f62fe;--cds-hover-primary: #0353e9;--cds-active-primary: #002d9c;--cds-hover-primary-text: #a6c8ff;--cds-hover-secondary: #606060;--cds-active-secondary: #393939;--cds-hover-tertiary: #f4f4f4;--cds-active-tertiary: #c6c6c6;--cds-hover-ui: #353535;--cds-hover-light-ui: #4c4c4c;--cds-hover-selected-ui: #4c4c4c;--cds-active-ui: #525252;--cds-active-light-ui: #6f6f6f;--cds-selected-ui: #393939;--cds-selected-light-ui: #525252;--cds-inverse-hover-ui: #e5e5e5;--cds-hover-danger: #b81921;--cds-active-danger: #750e13;--cds-hover-row: #353535;--cds-visited-link: #be95ff;--cds-disabled-01: #262626;--cds-disabled-02: #525252;--cds-disabled-03: #8d8d8d;--cds-highlight: #002d9c;--cds-decorative-01: #525252;--cds-button-separator: #161616;--cds-skeleton-01: #353535;--cds-skeleton-02: #525252;--cds-background: #161616;--cds-layer: #262626;--cds-layer-accent: #393939;--cds-layer-accent-hover: #474747;--cds-layer-accent-active: #6f6f6f;--cds-field: #262626;--cds-background-inverse: #f4f4f4;--cds-background-brand: #0f62fe;--cds-interactive: #4589ff;--cds-border-subtle: #393939;--cds-border-strong: #6f6f6f;--cds-border-inverse: #f4f4f4;--cds-border-interactive: #4589ff;--cds-text-primary: #f4f4f4;--cds-text-secondary: #c6c6c6;--cds-text-placeholder: #6f6f6f;--cds-text-helper: #8d8d8d;--cds-text-on-color: #ffffff;--cds-text-inverse: #161616;--cds-link-primary: #78a9ff;--cds-link-secondary: #a6c8ff;--cds-link-visited: #be95ff;--cds-link-inverse: #0f62fe;--cds-icon-primary: #f4f4f4;--cds-icon-secondary: #c6c6c6;--cds-icon-on-color: #ffffff;--cds-icon-inverse: #161616;--cds-support-error: #fa4d56;--cds-support-success: #42be65;--cds-support-warning: #f1c21b;--cds-support-info: #4589ff;--cds-support-error-inverse: #da1e28;--cds-support-success-inverse: #24a148;--cds-support-warning-inverse: #f1c21b;--cds-support-info-inverse: #0f62fe;--cds-overlay: rgba(0, 0, 0, 0.65);--cds-toggle-off: #6f6f6f;--cds-shadow: rgba(0, 0, 0, 0.8);--cds-button-primary: #0f62fe;--cds-button-secondary: #6f6f6f;--cds-button-tertiary: #ffffff;--cds-button-danger-primary: #da1e28;--cds-button-danger-secondary: #fa4d56;--cds-background-active: #525252;--cds-layer-active: #525252;--cds-button-danger-active: #750e13;--cds-button-primary-active: #002d9c;--cds-button-secondary-active: #393939;--cds-button-tertiary-active: #c6c6c6;--cds-focus-inset: #161616;--cds-focus-inverse: #0f62fe;--cds-background-hover: #353535;--cds-layer-hover: #353535;--cds-field-hover: #353535;--cds-background-inverse-hover: #e5e5e5;--cds-link-primary-hover: #a6c8ff;--cds-button-danger-hover: #b81921;--cds-button-primary-hover: #0353e9;--cds-button-secondary-hover: #606060;--cds-button-tertiary-hover: #f4f4f4;--cds-background-selected: #393939;--cds-background-selected-hover: #4c4c4c;--cds-layer-selected: #393939;--cds-layer-selected-hover: #4c4c4c;--cds-layer-selected-inverse: #f4f4f4;--cds-border-subtle-selected: #525252;--cds-border-disabled: #262626;--cds-text-disabled: #525252;--cds-button-disabled: #525252;--cds-icon-disabled: #525252;--cds-text-on-color-disabled: #8d8d8d;--cds-icon-on-color-disabled: #8d8d8d;--cds-layer-selected-disabled: #8d8d8d;--cds-skeleton-background: #353535;--cds-skeleton-element: #525252;--cds-brand-01: #0f62fe;--cds-brand-02: #6f6f6f;--cds-brand-03: #ffffff;--cds-active-01: #525252;--cds-hover-field: #353535;--cds-danger: #da1e28;--cds-caption-01-font-size: 0.75rem;--cds-caption-01-font-weight: 400;--cds-caption-01-line-height: 1.33333;--cds-caption-01-letter-spacing: 0.32px;--cds-caption-02-font-size: 0.875rem;--cds-caption-02-font-weight: 400;--cds-caption-02-line-height: 1.28572;--cds-caption-02-letter-spacing: 0.32px;--cds-label-01-font-size: 0.75rem;--cds-label-01-font-weight: 400;--cds-label-01-line-height: 1.33333;--cds-label-01-letter-spacing: 0.32px;--cds-label-02-font-size: 0.875rem;--cds-label-02-font-weight: 400;--cds-label-02-line-height: 1.28572;--cds-label-02-letter-spacing: 0.16px;--cds-helper-text-01-font-size: 0.75rem;--cds-helper-text-01-line-height: 1.33333;--cds-helper-text-01-letter-spacing: 0.32px;--cds-helper-text-02-font-size: 0.875rem;--cds-helper-text-02-line-height: 1.28572;--cds-helper-text-02-letter-spacing: 0.16px;--cds-body-short-01-font-size: 0.875rem;--cds-body-short-01-font-weight: 400;--cds-body-short-01-line-height: 1.28572;--cds-body-short-01-letter-spacing: 0.16px;--cds-body-long-01-font-size: 0.875rem;--cds-body-long-01-font-weight: 400;--cds-body-long-01-line-height: 1.42857;--cds-body-long-01-letter-spacing: 0.16px;--cds-body-short-02-font-size: 1rem;--cds-body-short-02-font-weight: 400;--cds-body-short-02-line-height: 1.375;--cds-body-short-02-letter-spacing: 0;--cds-body-long-02-font-size: 1rem;--cds-body-long-02-font-weight: 400;--cds-body-long-02-line-height: 1.5;--cds-body-long-02-letter-spacing: 0;--cds-code-01-font-family: 'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace;--cds-code-01-font-size: 0.75rem;--cds-code-01-font-weight: 400;--cds-code-01-line-height: 1.33333;--cds-code-01-letter-spacing: 0.32px;--cds-code-02-font-family: 'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace;--cds-code-02-font-size: 0.875rem;--cds-code-02-font-weight: 400;--cds-code-02-line-height: 1.42857;--cds-code-02-letter-spacing: 0.32px;--cds-heading-01-font-size: 0.875rem;--cds-heading-01-font-weight: 600;--cds-heading-01-line-height: 1.42857;--cds-heading-01-letter-spacing: 0.16px;--cds-productive-heading-01-font-size: 0.875rem;--cds-productive-heading-01-font-weight: 600;--cds-productive-heading-01-line-height: 1.28572;--cds-productive-heading-01-letter-spacing: 0.16px;--cds-heading-02-font-size: 1rem;--cds-heading-02-font-weight: 600;--cds-heading-02-line-height: 1.5;--cds-heading-02-letter-spacing: 0;--cds-productive-heading-02-font-size: 1rem;--cds-productive-heading-02-font-weight: 600;--cds-productive-heading-02-line-height: 1.375;--cds-productive-heading-02-letter-spacing: 0;--cds-productive-heading-03-font-size: 1.25rem;--cds-productive-heading-03-font-weight: 400;--cds-productive-heading-03-line-height: 1.4;--cds-productive-heading-03-letter-spacing: 0;--cds-productive-heading-04-font-size: 1.75rem;--cds-productive-heading-04-font-weight: 400;--cds-productive-heading-04-line-height: 1.28572;--cds-productive-heading-04-letter-spacing: 0;--cds-productive-heading-05-font-size: 2rem;--cds-productive-heading-05-font-weight: 400;--cds-productive-heading-05-line-height: 1.25;--cds-productive-heading-05-letter-spacing: 0;--cds-productive-heading-06-font-size: 2.625rem;--cds-productive-heading-06-font-weight: 300;--cds-productive-heading-06-line-height: 1.199;--cds-productive-heading-06-letter-spacing: 0;--cds-productive-heading-07-font-size: 3.375rem;--cds-productive-heading-07-font-weight: 300;--cds-productive-heading-07-line-height: 1.199;--cds-productive-heading-07-letter-spacing: 0;--cds-expressive-heading-01-font-size: 0.875rem;--cds-expressive-heading-01-font-weight: 600;--cds-expressive-heading-01-line-height: 1.25;--cds-expressive-heading-01-letter-spacing: 0.16px;--cds-expressive-heading-02-font-size: 1rem;--cds-expressive-heading-02-font-weight: 600;--cds-expressive-heading-02-line-height: 1.5;--cds-expressive-heading-02-letter-spacing: 0;--cds-expressive-heading-03-font-size: 1.25rem;--cds-expressive-heading-03-font-weight: 400;--cds-expressive-heading-03-line-height: 1.4;--cds-expressive-heading-03-letter-spacing: 0;--cds-expressive-heading-04-font-size: 1.75rem;--cds-expressive-heading-04-font-weight: 400;--cds-expressive-heading-04-line-height: 1.28572;--cds-expressive-heading-04-letter-spacing: 0;--cds-expressive-heading-05-font-size: 2rem;--cds-expressive-heading-05-font-weight: 400;--cds-expressive-heading-05-line-height: 1.25;--cds-expressive-heading-05-letter-spacing: 0;--cds-expressive-heading-06-font-size: 2rem;--cds-expressive-heading-06-font-weight: 600;--cds-expressive-heading-06-line-height: 1.25;--cds-expressive-heading-06-letter-spacing: 0;--cds-expressive-paragraph-01-font-size: 1.5rem;--cds-expressive-paragraph-01-font-weight: 300;--cds-expressive-paragraph-01-line-height: 1.334;--cds-expressive-paragraph-01-letter-spacing: 0;--cds-quotation-01-font-family: 'IBM Plex Serif', 'Georgia', Times, serif;--cds-quotation-01-font-size: 1.25rem;--cds-quotation-01-font-weight: 400;--cds-quotation-01-line-height: 1.3;--cds-quotation-01-letter-spacing: 0;--cds-quotation-02-font-family: 'IBM Plex Serif', 'Georgia', Times, serif;--cds-quotation-02-font-size: 2rem;--cds-quotation-02-font-weight: 300;--cds-quotation-02-line-height: 1.25;--cds-quotation-02-letter-spacing: 0;--cds-display-01-font-size: 2.625rem;--cds-display-01-font-weight: 300;--cds-display-01-line-height: 1.19;--cds-display-01-letter-spacing: 0;--cds-display-02-font-size: 2.625rem;--cds-display-02-font-weight: 600;--cds-display-02-line-height: 1.19;--cds-display-02-letter-spacing: 0;--cds-display-03-font-size: 2.625rem;--cds-display-03-font-weight: 300;--cds-display-03-line-height: 1.19;--cds-display-03-letter-spacing: 0;--cds-display-04-font-size: 2.625rem;--cds-display-04-font-weight: 300;--cds-display-04-line-height: 1.19;--cds-display-04-letter-spacing: 0;--cds-legal-01-font-size: 0.75rem;--cds-legal-01-font-weight: 400;--cds-legal-01-line-height: 1.33333;--cds-legal-01-letter-spacing: 0.32px;--cds-legal-02-font-size: 0.875rem;--cds-legal-02-font-weight: 400;--cds-legal-02-line-height: 1.28572;--cds-legal-02-letter-spacing: 0.16px;--cds-body-compact-01-font-size: 0.875rem;--cds-body-compact-01-font-weight: 400;--cds-body-compact-01-line-height: 1.28572;--cds-body-compact-01-letter-spacing: 0.16px;--cds-body-compact-02-font-size: 1rem;--cds-body-compact-02-font-weight: 400;--cds-body-compact-02-line-height: 1.375;--cds-body-compact-02-letter-spacing: 0;--cds-body-01-font-size: 0.875rem;--cds-body-01-font-weight: 400;--cds-body-01-line-height: 1.42857;--cds-body-01-letter-spacing: 0.16px;--cds-body-02-font-size: 1rem;--cds-body-02-font-weight: 400;--cds-body-02-line-height: 1.5;--cds-body-02-letter-spacing: 0;--cds-heading-compact-01-font-size: 0.875rem;--cds-heading-compact-01-font-weight: 600;--cds-heading-compact-01-line-height: 1.28572;--cds-heading-compact-01-letter-spacing: 0.16px;--cds-heading-compact-02-font-size: 1rem;--cds-heading-compact-02-font-weight: 600;--cds-heading-compact-02-line-height: 1.375;--cds-heading-compact-02-letter-spacing: 0;--cds-heading-03-font-size: 1.25rem;--cds-heading-03-font-weight: 400;--cds-heading-03-line-height: 1.4;--cds-heading-03-letter-spacing: 0;--cds-heading-04-font-size: 1.75rem;--cds-heading-04-font-weight: 400;--cds-heading-04-line-height: 1.28572;--cds-heading-04-letter-spacing: 0;--cds-heading-05-font-size: 2rem;--cds-heading-05-font-weight: 400;--cds-heading-05-line-height: 1.25;--cds-heading-05-letter-spacing: 0;--cds-heading-06-font-size: 2.625rem;--cds-heading-06-font-weight: 300;--cds-heading-06-line-height: 1.199;--cds-heading-06-letter-spacing: 0;--cds-heading-07-font-size: 3.375rem;--cds-heading-07-font-weight: 300;--cds-heading-07-line-height: 1.199;--cds-heading-07-letter-spacing: 0;--cds-fluid-heading-03-font-size: 1.25rem;--cds-fluid-heading-03-font-weight: 400;--cds-fluid-heading-03-line-height: 1.4;--cds-fluid-heading-03-letter-spacing: 0;--cds-fluid-heading-04-font-size: 1.75rem;--cds-fluid-heading-04-font-weight: 400;--cds-fluid-heading-04-line-height: 1.28572;--cds-fluid-heading-04-letter-spacing: 0;--cds-fluid-heading-05-font-size: 2rem;--cds-fluid-heading-05-font-weight: 400;--cds-fluid-heading-05-line-height: 1.25;--cds-fluid-heading-05-letter-spacing: 0;--cds-fluid-heading-06-font-size: 2rem;--cds-fluid-heading-06-font-weight: 600;--cds-fluid-heading-06-line-height: 1.25;--cds-fluid-heading-06-letter-spacing: 0;--cds-fluid-paragraph-01-font-size: 1.5rem;--cds-fluid-paragraph-01-font-weight: 300;--cds-fluid-paragraph-01-line-height: 1.334;--cds-fluid-paragraph-01-letter-spacing: 0;--cds-fluid-quotation-01-font-family: 'IBM Plex Serif', 'Georgia', Times, serif;--cds-fluid-quotation-01-font-size: 1.25rem;--cds-fluid-quotation-01-font-weight: 400;--cds-fluid-quotation-01-line-height: 1.3;--cds-fluid-quotation-01-letter-spacing: 0;--cds-fluid-quotation-02-font-family: 'IBM Plex Serif', 'Georgia', Times, serif;--cds-fluid-quotation-02-font-size: 2rem;--cds-fluid-quotation-02-font-weight: 300;--cds-fluid-quotation-02-line-height: 1.25;--cds-fluid-quotation-02-letter-spacing: 0;--cds-fluid-display-01-font-size: 2.625rem;--cds-fluid-display-01-font-weight: 300;--cds-fluid-display-01-line-height: 1.19;--cds-fluid-display-01-letter-spacing: 0;--cds-fluid-display-02-font-size: 2.625rem;--cds-fluid-display-02-font-weight: 600;--cds-fluid-display-02-line-height: 1.19;--cds-fluid-display-02-letter-spacing: 0;--cds-fluid-display-03-font-size: 2.625rem;--cds-fluid-display-03-font-weight: 300;--cds-fluid-display-03-line-height: 1.19;--cds-fluid-display-03-letter-spacing: 0;--cds-fluid-display-04-font-size: 2.625rem;--cds-fluid-display-04-font-weight: 300;--cds-fluid-display-04-line-height: 1.19;--cds-fluid-display-04-letter-spacing: 0;--cds-spacing-01: 0.125rem;--cds-spacing-02: 0.25rem;--cds-spacing-03: 0.5rem;--cds-spacing-04: 0.75rem;--cds-spacing-05: 1rem;--cds-spacing-06: 1.5rem;--cds-spacing-07: 2rem;--cds-spacing-08: 2.5rem;--cds-spacing-09: 3rem;--cds-spacing-10: 4rem;--cds-spacing-11: 5rem;--cds-spacing-12: 6rem;--cds-spacing-13: 10rem;--cds-fluid-spacing-01: 0;--cds-fluid-spacing-02: 2vw;--cds-fluid-spacing-03: 5vw;--cds-fluid-spacing-04: 10vw;--cds-layout-01: 1rem;--cds-layout-02: 1.5rem;--cds-layout-03: 2rem;--cds-layout-04: 3rem;--cds-layout-05: 4rem;--cds-layout-06: 6rem;--cds-layout-07: 10rem;--cds-container-01: 1.5rem;--cds-container-02: 2rem;--cds-container-03: 2.5rem;--cds-container-04: 3rem;--cds-container-05: 4rem;--cds-size-xsmall: 1.5rem;--cds-size-small: 2rem;--cds-size-medium: 2.5rem;--cds-size-large: 3rem;--cds-size-xlarge: 4rem;--cds-size-2XLarge: 5rem;--cds-icon-size-01: 1rem;--cds-icon-size-02: 1.25rem;position:fixed;z-index:2;top:var(--cds-spacing-09, 3rem);right:0;overflow:auto;min-width:22.75rem;max-width:22.75rem;min-height:38.5rem;max-height:38.5rem;background-color:var(--cds-ui-background, #ffffff);color:var(--cds-text-01, #161616);transition:transform 110ms cubic-bezier(0.2, 0, 0.38, 0.9)}.c4p--notifications-panel__container .c4p--notifications-panel__header-container{position:sticky;z-index:2;top:0;padding:var(--cds-spacing-03, 0.5rem) var(--cds-spacing-05, 1rem) var(--cds-spacing-05, 1rem);border-bottom:1px solid var(--cds-ui-02, #ffffff);background-color:var(--cds-ui-background, #ffffff)}.c4p--notifications-panel__container .c4p--notifications-panel__header-container .c4p--notifications-panel__header-flex{display:flex;align-items:center;justify-content:space-between}.c4p--notifications-panel__container .c4p--notifications-panel__header-container .c4p--notifications-panel__do-not-disturb-toggle .bx--toggle__switch{margin-top:var(--cds-spacing-02, 0.25rem)}.c4p--notifications-panel__container .c4p--notifications-panel__header-container .c4p--notifications-panel__dismiss-button{color:var(--cds-text-01, #161616)}.c4p--notifications-panel__container .c4p--notifications-panel__header-container .c4p--notifications-panel__header{font-size:var(--cds-productive-heading-01-font-size, 0.875rem);font-weight:var(--cds-productive-heading-01-font-weight, 600);line-height:var(--cds-productive-heading-01-line-height, 1.28572);letter-spacing:var(--cds-productive-heading-01-letter-spacing, 0.16px);margin:0}.c4p--notifications-panel__container .c4p--notifications-panel__time-section-label{font-size:var(--cds-label-01-font-size, 0.75rem);font-weight:var(--cds-label-01-font-weight, 400);line-height:var(--cds-label-01-line-height, 1.33333);letter-spacing:var(--cds-label-01-letter-spacing, 0.32px);font-weight:600;position:sticky;z-index:2;top:4.8125rem;padding:var(--cds-spacing-03, 0.5rem) var(--cds-spacing-05, 1rem);background-color:var(--cds-ui-01, #f4f4f4);color:var(--cds-text-02, #525252)}.c4p--notifications-panel__container .c4p--notifications-panel__notification:hover,.c4p--notifications-panel__container .c4p--notifications-panel__notification:focus{background-color:var(--cds-ui-03, #e0e0e0)}.c4p--notifications-panel__container .c4p--notifications-panel__notification:hover .c4p--notifications-panel__dismiss-single-button,.c4p--notifications-panel__container .c4p--notifications-panel__notification:focus .c4p--notifications-panel__dismiss-single-button{opacity:1}.c4p--notifications-panel__container .c4p--notifications-panel__notification:focus{border-color:var(--cds-focus, #0f62fe);box-shadow:inset 0 0 0 2px var(--cds-focus, #0f62fe),inset 0 0 0 2px var(--cds-ui-background, #ffffff);outline:0}.c4p--notifications-panel__container .c4p--notifications-panel__notification{position:relative;display:flex;width:100%;min-height:6.25rem;align-items:flex-start;padding:var(--cds-spacing-05, 1rem);border:0;background-color:var(--cds-ui-background, #ffffff);cursor:pointer;text-align:left;transition:background-color 240ms cubic-bezier(0.2, 0, 0.38, 0.9)}.c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__notification-title{margin-bottom:var(--cds-spacing-02, 0.25rem);color:var(--cds-text-04, #ffffff);font-weight:400}.c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__notification-title.c4p--notifications-panel__notification-title-unread{margin-bottom:var(--cds-spacing-02, 0.25rem);color:var(--cds-text-04, #ffffff);font-weight:600}.c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__notifications-link{font-size:var(--cds-label-01-font-size, 0.75rem);font-weight:var(--cds-label-01-font-weight, 400);line-height:var(--cds-label-01-line-height, 1.33333);letter-spacing:var(--cds-label-01-letter-spacing, 0.32px)}.c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__notification-status-icon{min-width:1rem;margin-right:var(--cds-spacing-03, 0.5rem)}.c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__notification-status-icon.c4p--notifications-panel__notification-status-icon-error{fill:var(--cds-support-01, #da1e28)}.c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__notification-status-icon.c4p--notifications-panel__notification-status-icon-success{fill:var(--cds-support-02, #198038)}.c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__notification-status-icon.c4p--notifications-panel__notification-status-icon-warning{fill:var(--cds-support-03, #f1c21b)}.c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__notification-status-icon.c4p--notifications-panel__notification-status-icon-informational{fill:var(--cds-support-04, #0043ce)}.c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__notification-content .c4p--notifications-panel__notification-time-label{margin-bottom:var(--cds-spacing-03, 0.5rem)}.c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__notification-content .c4p--notifications-panel__notification-time-label,.c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__notification-content .c4p--notifications-panel__notification-description{font-size:var(--cds-label-01-font-size, 0.75rem);font-weight:var(--cds-label-01-font-weight, 400);line-height:var(--cds-label-01-line-height, 1.33333);letter-spacing:var(--cds-label-01-letter-spacing, 0.32px);color:var(--cds-text-02, #525252)}.c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__notification-content .c4p--notifications-panel__notification-description.c4p--notifications-panel__notification-short-description{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__notification-content .c4p--notifications-panel__notification-description.c4p--notifications-panel__notification-long-description{display:block;overflow:initial;-webkit-line-clamp:initial}.c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__notification-content .c4p--notifications-panel__notification-read-more-button,.c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__notification-content .c4p--notifications-panel__notification-read-less-button{font-size:var(--cds-label-01-font-size, 0.75rem);font-weight:var(--cds-label-01-font-weight, 400);line-height:var(--cds-label-01-line-height, 1.33333);letter-spacing:var(--cds-label-01-letter-spacing, 0.32px);min-width:5.5rem;padding:0}.c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__notification-content .c4p--notifications-panel__notification-read-more-button .bx--btn__icon,.c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__notification-content .c4p--notifications-panel__notification-read-less-button .bx--btn__icon{transition:transform 240ms ease}@media(prefers-reduced-motion: reduce){.c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__notification-content .c4p--notifications-panel__notification-read-more-button .bx--btn__icon,.c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__notification-content .c4p--notifications-panel__notification-read-less-button .bx--btn__icon{transition:none}}.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,.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{transform:rotate(0deg)}.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,.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{transform:rotate(180deg)}.c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__dismiss-single-button{position:absolute;top:0;right:0;min-width:2rem;padding:0;color:var(--cds-text-01, #161616);opacity:0}.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{opacity:1}.c4p--notifications-panel__container .c4p--notifications-panel__notification-today:not(:first-of-type):before,.c4p--notifications-panel__container .c4p--notifications-panel__notification-yesterday:not(:first-of-type):before,.c4p--notifications-panel__container .c4p--notifications-panel__notification-previous:not(:first-of-type):before{position:absolute;top:0;width:calc(100% - (2 * var(--cds-spacing-05, 1rem)));height:1px;margin:0 auto;background-color:var(--cds-ui-02, #ffffff);content:"";transition:background-color 240ms cubic-bezier(0.2, 0, 0.38, 0.9)}.c4p--notifications-panel__container .c4p--notifications-panel__notification-today:hover+.c4p--notifications-panel__notification-today:not(:first-of-type):before,.c4p--notifications-panel__container .c4p--notifications-panel__notification-yesterday:hover+.c4p--notifications-panel__notification-yesterday:not(:first-of-type):before,.c4p--notifications-panel__container .c4p--notifications-panel__notification-previous:hover+.c4p--notifications-panel__notification-previous:not(:first-of-type):before{background-color:rgba(0,0,0,0)}.c4p--notifications-panel__container .c4p--notifications-panel__main-section-empty.c4p--notifications-panel__main-section{display:flex;height:100%;min-height:initial;align-items:center;justify-content:center;margin-top:var(--cds-layout-07, 10rem)}.c4p--notifications-panel__container .c4p--notifications-panel__main-section-empty.c4p--notifications-panel__main-section .c4p-subtext{font-size:var(--cds-body-short-01-font-size, 0.875rem);font-weight:var(--cds-body-short-01-font-weight, 400);line-height:var(--cds-body-short-01-line-height, 1.28572);letter-spacing:var(--cds-body-short-01-letter-spacing, 0.16px)}.c4p--notifications-panel__container .c4p--notifications-panel__main-section{min-height:498px}.c4p--notifications-panel__container .c4p--notifications-panel__bottom-actions{position:sticky;z-index:2;bottom:0;display:flex;height:2.5rem;min-height:2.5rem;align-items:center;border-top:1px solid var(--cds-ui-02, #ffffff);background-color:var(--cds-ui-background, #ffffff)}.c4p--notifications-panel__container .c4p--notifications-panel__bottom-actions .c4p--notifications-panel__view-all-button{width:100%;max-width:calc(100% - 2.5rem);height:2.5rem;min-height:2.5rem;border-right:1px solid var(--cds-ui-02, #ffffff);color:var(--cds-text-01, #161616)}.c4p--notifications-panel__container .c4p--notifications-panel__bottom-actions .c4p--notifications-panel__settings-button{display:flex;min-width:2.5rem;height:2.5rem;min-height:2.5rem;align-items:center;justify-content:center;padding:0;color:var(--cds-text-01, #161616)}.c4p--notifications-panel__container .c4p--notifications-panel__bottom-actions .c4p--notifications-panel__settings-button .bx--btn__icon{margin:0}.c4p--action-bar.c4p--action-bar{display:block}.c4p--action-bar .c4p--action-bar__displayed-items{display:inline-flex;width:100%;white-space:nowrap}.c4p--action-bar .c4p--action-bar__displayed-items--right{justify-content:flex-end}.c4p--action-bar .c4p--action-bar-overflow-items{display:inline-block}.c4p--action-bar .c4p--action-bar__hidden-sizing-items{position:absolute;top:-100vh;left:-100vw;overflow:hidden;max-width:100vw;pointer-events:none;visibility:hidden}.c4p--action-bar-overflow-items__options .c4p--action-bar-overflow-items__item{padding:0 var(--cds-spacing-03, 0.5rem)}.c4p--action-bar-overflow-items__options .c4p--action-bar-overflow-items__item-content{display:flex;width:100%;justify-content:space-between}.c4p--action-bar-overflow-items__options .c4p--action-bar-overflow-items__item svg{margin:0 var(--cds-spacing-02, 0.25rem)}.c4p--breadcrumb-with-overflow.c4p--breadcrumb-with-overflow{display:block}.c4p--breadcrumb-with-overflow .c4p--breadcrumb-with-overflow__space{position:relative;display:block;width:100%;white-space:nowrap}.c4p--breadcrumb-with-overflow .c4p--breadcrumb-with-overflow__breadcrumb-container.c4p--breadcrumb-with-overflow__breadcrumb-container-with-items{display:inline-flex;width:100%}.c4p--breadcrumb-with-overflow .c4p--breadcrumb-with-overflow__breadcrumb-container .bx--breadcrumb{width:100%;flex-wrap:nowrap;align-items:flex-start}.c4p--breadcrumb-with-overflow .c4p--breadcrumb-with-overflow__breadcrumb-container--hidden{position:absolute;top:-100vh;left:-100vw;overflow:hidden;max-width:100vw;pointer-events:none;visibility:hidden}.c4p--breadcrumb-with-overflow .c4p--breadcrumb-with-overflow__breadcrumb-back{display:none}@media(max-width: 41.98rem){.c4p--breadcrumb-with-overflow .bx--breadcrumb-item{display:none}.c4p--breadcrumb-with-overflow .c4p--breadcrumb-with-overflow__breadcrumb-back,.c4p--breadcrumb-with-overflow .bx--breadcrumb-item:last-child{display:inline-flex;vertical-align:middle}.c4p--breadcrumb-with-overflow .c4p--breadcrumb-with-overflow__displayed-breadcrumb:last-child{max-width:calc(100% - var(--cds-spacing-07, 2rem))}}.c4p--breadcrumb-with-overflow .bx--breadcrumb-item:last-child{display:inline-flex}.c4p--breadcrumb-with-overflow .c4p--breadcrumb-with-overflow__displayed-breadcrumb:last-child{display:inline-flex;overflow:hidden}.c4p--breadcrumb-with-overflow .c4p--breadcrumb-with-overflow__displayed-breadcrumb:last-child .bx--link{display:inline-block;overflow:hidden;width:100%;text-overflow:ellipsis}.c4p--breadcrumb-with-overflow__overflow-menu-options.c4p--breadcrumb-with-overflow__overflow-menu-options{z-index:8000}.c4p--tag-set.c4p--tag-set{display:block;width:100%}.c4p--tag-set .c4p--tag-set__space{position:relative;display:block;width:100%;white-space:nowrap}.c4p--tag-set .c4p--tag-set__space--align-end{text-align:end}.c4p--tag-set .c4p--tag-set__space--align-center{text-align:center}.c4p--tag-set .c4p--tag-set__tag-container{display:inline-flex;white-space:nowrap}.c4p--tag-set .c4p--tag-set__tag-container--multiline{flex-wrap:wrap}.c4p--tag-set .c4p--tag-set__tag-container--hidden{position:absolute;top:-100vh;left:-100vw;overflow:hidden;max-width:100vw;pointer-events:none;visibility:hidden}.c4p--tag-set .c4p--tag-set-overflow{display:inline-block;vertical-align:bottom}.c4p--tag-set .c4p--tag-set-overflow--hidden{overflow:hidden;max-width:0;visibility:hidden}.c4p--tag-set-modal.c4p--tag-set-modal{text-align:initial;white-space:initial}@media(min-width: 42rem){.c4p--tag-set-modal .c4p--tag-set-modal__container{height:90%;max-height:450px}}.c4p--tag-set-modal .c4p--tag-set-modal__search{margin-top:var(--cds-spacing-05, 1rem);margin-bottom:0}.c4p--tag-set-modal.c4p--tag-set-modal .c4p--tag-set-modal__fade{position:relative;margin-right:var(--cds-spacing-05, 1rem);margin-left:var(--cds-spacing-05, 1rem)}.c4p--tag-set-modal .c4p--tag-set-modal__body{padding-bottom:var(--cds-spacing-06, 1.5rem)}.c4p--tag-set-modal .c4p--tag-set-modal__header{padding-right:0;margin-right:var(--cds-spacing-05, 1rem)}.c4p--tag-set-modal.c4p--tag-set-modal .c4p--tag-set-modal__fade::after{position:absolute;top:calc(-1 * var(--cds-spacing-11, 5rem));left:0;width:100%;height:var(--cds-spacing-07, 2rem);background:linear-gradient(to bottom, transparent, var(--cds-ui-01, #f4f4f4));content:""}.c4p--tag-set-overflow__tooltip.c4p--tag-set-overflow__tooltip{min-width:initial;text-align:left}.c4p--tag-set-overflow__tooltip .c4p--tag-set-overflow__show-all-tags-link{display:inline-block;margin:var(--cds-spacing-03, 0.5rem) 0 var(--cds-spacing-02, 0.25rem)}.c4p--tag-set-overflow__tooltip .c4p--tag-set-overflow__tag-item,.c4p--tag-set-overflow__tooltip .c4p--tag-set-overflow__tag-item .bx--tag{font-size:var(--cds-body-short-01-font-size, 0.875rem);font-weight:var(--cds-body-short-01-font-weight, 400);line-height:var(--cds-body-short-01-line-height, 1.28572);letter-spacing:var(--cds-body-short-01-letter-spacing, 0.16px);display:block;overflow:hidden;min-width:initial;min-height:initial;padding:0;margin:0;background-color:inherit;color:inherit;text-overflow:ellipsis;white-space:nowrap}.c4p--tag-set-overflow__tooltip .c4p--tag-set-overflow__tag .bx--tag__close-icon{padding:0}.c4p--tag-set-overflow__tooltip .c4p--tag-set-overflow__tag .bx--tag--high-contrast{background-color:var(--cds-ui-background, #ffffff);color:var(--cds-text-01, #161616)}.c4p--tag-set-overflow__tooltip .c4p--tag-set-overflow__tag .bx--tag__close-icon:hover{background-color:var(--cds-hover-ui, #e5e5e5)}.c4p--tag-set-overflow__tooltip .c4p--tag-set-overflow__tag .bx--tag__close-icon:focus{box-shadow:inset 0 0 0 var(--cds-spacing-01, 0.125rem) var(--cds-focus, #0f62fe)}.c4p--button-set-with-overflow.c4p--button-set-with-overflow{display:flex;width:100%}.c4p--button-set-with-overflow .c4p--button-set-with-overflow__space{position:relative;display:block;width:100%;white-space:nowrap}.c4p--button-set-with-overflow .c4p--button-set-with-overflow__button-container{display:inline-flex}.c4p--button-set-with-overflow .c4p--button-set-with-overflow__button-container--hidden{position:absolute;top:-100vh;left:-100vw;overflow:hidden;max-width:100vw;pointer-events:none;visibility:hidden}.c4p--button-set-with-overflow.c4p--button-set-with-overflow--right{justify-content:flex-end}@keyframes background-appear{from{background-color:var(--from-color)}to{background-color:var(--to-color)}}@keyframes background-and-shadow-appear{from{background-color:var(--from-color);box-shadow:0 1px 0 var(--from-color)}to{background-color:var(--to-color);box-shadow:0 1px 0 var(--to-color-shadow)}}.c4p--page-header.c4p--page-header{position:sticky;z-index:7999;top:var(--c4p--page-header--header-top);display:inline-block;width:100%;background-color:var(--cds-ui-background, #ffffff);color:var(--cds-text-01, #161616);--c4p--page-header--breadcrumb-title-visibility: hidden;--c4p--page-header--breadcrumb-title-opacity: 1;--c4p--page-header--breadcrumb-top: 0;--c4p--page-header--background-opacity: 1;--c4p--page-header--breadcrumb-title-top: initial;--c4p--page-header--button-set-in-breadcrumb-width-px: initial;--c4p--page-header--navigation-buffer-top: $spacing-06}.c4p--page-header.c4p--page-header--has-navigation-tags-only{--c4p--page-header--navigation-buffer-top: $spacing-04}.c4p--page-header::before{--from-color: var(--cds-ui-background, #ffffff);--to-color: var(--cds-ui-01, #f4f4f4);--to-color-shadow: var(--cds-ui-03, #e0e0e0);position:absolute;top:0;left:0;display:block;width:100%;height:100%;animation:background-and-shadow-appear 1000ms linear paused forwards;animation-delay:calc(-1000ms*var(--c4p--page-header--background-opacity));content:"";z-index:-1}.c4p--page-header .c4p--page-header--width--xl{padding-right:var(--cds-spacing-07, 2rem);padding-left:var(--cds-spacing-07, 2rem)}.c4p--page-header .c4p--page-header__breadcrumb-row{position:sticky;z-index:99;top:var(--c4p--page-header--breadcrumb-top);min-height:var(--cds-spacing-08, 2.5rem)}.c4p--page-header .c4p--page-header__breadcrumb-row+.c4p--page-header__last-row-buffer--active{height:var(--cds-spacing-02, 0.25rem)}.c4p--page-header .c4p--page-header__breadcrumb-row:not(.c4p--page-header__breadcrumb-row--has-action-bar){min-height:var(--cds-spacing-07, 2rem)}.c4p--page-header .c4p--page-header__breadcrumb-row--container{display:flex;min-width:100%;flex-wrap:nowrap}.c4p--page-header .c4p--page-header__has-page-actions-without-action-bar{min-width:calc(.6*(100% + 2 * var(--cds-spacing-05, 1rem)));max-width:calc(.6*(100% + 2 * var(--cds-spacing-05, 1rem)))}.c4p--page-header .c4p--page-header__has-page-actions-without-action-bar .c4p--page-header__has-page-actions-without-action-bar{min-width:100%}.c4p--page-header .c4p--page-header__breadcrumb-row--has-action-bar .c4p--page-header__breadcrumb-row--container{min-width:calc(100% + (var(--c4p--page-header--width-px) - var(--c4p--page-header--breadcrumb-row-width-px))/2)}.c4p--page-header .c4p--page-header__breadcrumb-row::after{position:absolute;bottom:0;left:50%;display:block;width:50vw;height:1px;box-shadow:0 1px 0 0 var(--cds-ui-03, #e0e0e0),0 1px 0 0 var(--cds-ui-03, #e0e0e0);content:"";opacity:0;transform:translateX(-50%) scaleX(1);transition:all 150ms ease-out}.c4p--page-header .c4p--page-header__breadcrumb-row--next-to-tabs:not(.c4p--page-header__has-page-actions-without-action-bar)::after,.c4p--page-header .c4p--page-header__breadcrumb-row--has-action-bar::after{box-shadow:25vw 1px 0 0 var(--cds-ui-03, #e0e0e0),-25vw 1px 0 0 var(--cds-ui-03, #e0e0e0);opacity:1}.c4p--page-header .c4p--page-header__breadcrumb-container{width:100%}.c4p--page-header .c4p--page-header__action-bar-column{display:none}.c4p--page-header .c4p--page-header__breadcrumb-row--has-breadcrumbs .c4p--page-header__action-bar-column{max-width:25%;flex:0 1 25%}@media(min-width: 42rem){.c4p--page-header .c4p--page-header__breadcrumb-row--has-breadcrumbs .c4p--page-header__action-bar-column{max-width:40%;flex:1 0 40%}}.c4p--page-header .c4p--page-header__breadcrumb-row--has-action-bar .c4p--page-header__action-bar-column{display:initial}.c4p--page-header .c4p--page-header__action-bar-column-content{display:flex;justify-content:flex-end;white-space:nowrap}@media(min-width: 66rem){.c4p--page-header .c4p--page-header__action-bar-column-content{flex-wrap:nowrap}}.c4p--page-header .c4p--page-header__breadcrumb-row .c4p--page-header__page-actions{position:relative;display:inline-block;width:100%;max-width:var(--c4p--page-header--button-set-in-breadcrumb-width-px);flex:1 1 var(--c4p--page-header--button-set-in-breadcrumb-width-px);opacity:0;transition:opacity 240ms cubic-bezier(0, 0, 0.38, 0.9);visibility:hidden;white-space:nowrap}.c4p--page-header .c4p--page-header__breadcrumb-row .c4p--page-header__page-actions--in-breadcrumb{opacity:1;visibility:visible}.c4p--page-header .c4p--page-header__breadcrumb-column{overflow:hidden;max-width:100%;flex:0 0 100%}@media(min-width: 42rem){.c4p--page-header .c4p--page-header__breadcrumb-column{overflow:hidden}}.c4p--page-header .c4p--page-header__breadcrumb-row--has-action-bar.c4p--page-header__breadcrumb-row .c4p--page-header__breadcrumb-column{max-width:75%;flex:0 1 75%}@media(min-width: 42rem){.c4p--page-header .c4p--page-header__breadcrumb-row--has-action-bar.c4p--page-header__breadcrumb-row .c4p--page-header__breadcrumb-column{max-width:60%;flex:0 1 60%}}.c4p--page-header .c4p--page-header__has-page-actions-without-action-bar.c4p--page-header__breadcrumb-row .c4p--page-header__breadcrumb-column{max-width:100%;flex:0 1 100%}.c4p--page-header .c4p--page-header__breadcrumb-column--background,.c4p--page-header .c4p--page-header__action-bar-column--background{position:relative}.c4p--page-header .c4p--page-header__breadcrumb-column--background::before,.c4p--page-header .c4p--page-header__action-bar-column--background::before{--from-color: var(--cds-ui-background, #ffffff);--to-color: var(--cds-ui-01, #f4f4f4);--to-color-shadow: var(--cds-ui-03, #e0e0e0);position:absolute;top:0;left:0;display:block;width:100%;height:100%;animation:background-appear 1000ms linear paused forwards;animation-delay:calc(-1000ms*var(--c4p--page-header--background-opacity));content:""}.c4p--page-header .c4p--page-header__action-bar-column--influenced-by-collapse-button{padding-right:var(--cds-spacing-08, 2.5rem)}.c4p--page-header .c4p--page-header__breadcrumb{font-size:var(--cds-label-01-font-size, 0.75rem);font-weight:var(--cds-label-01-font-weight, 400);line-height:var(--cds-label-01-line-height, 1.33333);letter-spacing:var(--cds-label-01-letter-spacing, 0.32px);padding-top:var(--cds-spacing-04, 0.75rem)}.c4p--page-header .c4p--page-header--breadcrumb.c4p--breadcrumb-with-overflow__with-items{padding-top:0}@media(min-width: 42rem){.c4p--page-header .c4p--page-header--breadcrumb.c4p--breadcrumb-with-overflow__with-items{padding-top:var(--cds-spacing-04, 0.75rem)}}.c4p--page-header .c4p--page-header__breadcrumb .bx--breadcrumb-item{margin-right:var(--cds-spacing-02, 0.25rem)}.c4p--page-header .c4p--page-header__breadcrumb .bx--breadcrumb-item::after{margin-left:var(--cds-spacing-02, 0.25rem)}.c4p--page-header .c4p--page-header__breadcrumb .bx--breadcrumb-item,.c4p--page-header .c4p--page-header__breadcrumb .bx--breadcrumb-item .bx--link{font-size:var(--cds-label-01-font-size, 0.75rem);font-weight:var(--cds-label-01-font-weight, 400);line-height:var(--cds-label-01-line-height, 1.33333);letter-spacing:var(--cds-label-01-letter-spacing, 0.32px)}.c4p--page-header .c4p--page-header__breadcrumb-title{position:relative}.c4p--page-header .c4p--page-header__breadcrumb-title:not(.c4p--page-header__breadcrumb-title--pre-collapsed){opacity:var(--c4p--page-header--breadcrumb-title-opacity);transform:translateY(var(--c4p--page-header--breadcrumb-title-top));visibility:var(--c4p--page-header--breadcrumb-title-visibility)}.c4p--page-header .c4p--page-header__breadcrumb-container--hidden .c4p--page-header__breadcrumb-title.c4p--page-header__breadcrumb-title{overflow:initial}.c4p--page-header .c4p--page-header__action-bar{width:100%;max-width:var(--c4p--page-header--max-action-bar-width-px);flex:1 1 var(--c4p--page-header--max-action-bar-width-px);padding-top:var(--cds-spacing-04, 0.75rem);margin-top:calc(-1 * var(--cds-spacing-04, 0.75rem));vertical-align:top;white-space:nowrap}.c4p--page-header .c4p--page-header__title-row{margin-top:0;margin-bottom:0;transform:translateY(var(--cds-spacing-01, 0.125rem))}@media(min-width: 42rem){.c4p--page-header .c4p--page-header__title-row{flex-wrap:nowrap}}.c4p--page-header .c4p--page-header__title-row.c4p--page-header__title-row--under-action-bar{margin-top:var(--cds-spacing-05, 1rem);transform:translateY(0)}.c4p--page-header .c4p--page-header__title-row+.c4p--page-header__last-row-buffer--active{height:var(--cds-spacing-07, 2rem)}.c4p--page-header .c4p--page-header__title-row.c4p--page-header__title-row--spacing-below-03{margin-bottom:var(--cds-spacing-03, 0.5rem)}.c4p--page-header .c4p--page-header__title-row.c4p--page-header__title-row--spacing-below-05+.c4p--page-header__last-row-buffer--active{height:var(--cds-spacing-05, 1rem)}.c4p--page-header .c4p--page-header__title-row.c4p--page-header__title-row--spacing-below-06{margin-bottom:var(--cds-spacing-06, 1.5rem)}.c4p--page-header .c4p--page-header__title-row.c4p--page-header__title-row--no-breadcrumb-row{margin-top:var(--cds-spacing-07, 2rem)}.c4p--page-header.c4p--page-header--has-navigation .c4p--page-header__title-row+.c4p--page-header__last-row-buffer--active{height:calc(var(--cds-spacing-06, 1.5rem))}.c4p--page-header.c4p--page-header--has-navigation-tags-only .c4p--page-header__title-row+.c4p--page-header__last-row-buffer--active{height:calc(var(--cds-spacing-05, 1rem))}.c4p--page-header .c4p--page-header__title-row--sticky{position:sticky}.c4p--page-header .c4p--page-header__breadcrumb-row--has-breadcrumbs+.c4p--page-header__title-row--sticky{top:var(--c4p--page-header--breadcrumb-top)}.c4p--page-header .c4p--page-header__title-column{min-height:40px;flex:0 0 100%}@media(min-width: 42rem){.c4p--page-header .c4p--page-header__title-column{max-width:60%;flex:1 0 60%}}.c4p--page-header .c4p--page-header__title{font-size:var(--cds-productive-heading-04-font-size, 1.75rem);font-weight:var(--cds-productive-heading-04-font-weight, 400);line-height:var(--cds-productive-heading-04-line-height, 1.28572);letter-spacing:var(--cds-productive-heading-04-letter-spacing, 0);min-height:var(--cds-spacing-08, 2.5rem);overflow-x:hidden;text-overflow:ellipsis;white-space:nowrap}.c4p--page-header .c4p--page-header__title .c4p--inline-edit__value{transform:translateY(-2px)}.c4p--page-header .c4p--page-header__title--editable{display:flex;overflow:visible;margin-top:calc(-1 * var(--cds-spacing-01, 0.125rem));margin-left:calc(-1 * var(--cds-spacing-05, 1rem))}.c4p--page-header .c4p--page-header__title-skeleton{height:var(--cds-spacing-07, 2rem)}.c4p--page-header .c4p--page-header__title--fades{opacity:calc(1 - var(--c4p--page-header--breadcrumb-title-opacity))}.c4p--page-header .c4p--page-header__title-icon{margin-right:var(--cds-spacing-04, 0.75rem);transform:translateY(-2px);vertical-align:middle}.c4p--page-header .c4p--page-header__page-actions{flex:0 0 100%;margin-top:var(--cds-spacing-05, 1rem);white-space:nowrap}@media(min-width: 42rem){.c4p--page-header .c4p--page-header__page-actions{max-width:40%;flex:0 1 40%;margin-top:0}}.c4p--page-header .c4p--page-header__page-actions .bx--btn-set .bx--btn{width:initial}.c4p--page-header .c4p--page-header__action-bar-column .c4p--page-header__page-actions{margin-top:0}.c4p--page-header .c4p--page-header__page-actions-container{justify-content:flex-start}@media(min-width: 42rem){.c4p--page-header .c4p--page-header__page-actions-container{justify-content:flex-end}}.c4p--page-header .c4p--page-header__title-row .c4p--page-header__page-actions{position:relative;opacity:1;transition:all 110ms cubic-bezier(0, 0, 0.38, 0.9);transition-property:opacity,visibility;visibility:visible}.c4p--page-header .c4p--page-header__title-row .c4p--page-header__page-actions::before{--from-color: var(--cds-ui-background, #ffffff);--to-color: var(--cds-ui-01, #f4f4f4);--to-color-shadow: var(--cds-ui-03, #e0e0e0);position:absolute;top:0;left:0;display:block;width:100%;height:100%;animation:background-appear 1000ms linear paused forwards;animation-delay:calc(-1000ms*var(--c4p--page-header--background-opacity));content:""}.c4p--page-header .c4p--page-header__page-actions-content{position:relative;display:flex;overflow:hidden;width:100%;height:100%;justify-content:flex-end}.c4p--page-header .c4p--page-header__title-row .c4p--page-header__page-actions--in-breadcrumb{opacity:0;visibility:hidden}.c4p--page-header .c4p--page-header__subtitle-row{display:-webkit-box;overflow:hidden;max-width:100%;margin-top:var(--cds-spacing-03, 0.5rem);-webkit-box-orient:vertical;-webkit-line-clamp:2}@media(min-width: 42rem){.c4p--page-header .c4p--page-header__subtitle-row{max-width:60%}}.c4p--page-header .c4p--page-header__subtitle-row+.c4p--page-header__last-row-buffer--active{height:var(--cds-spacing-05, 1rem)}.c4p--page-header .c4p--page-header__subtitle{font-size:var(--cds-body-long-01-font-size, 0.875rem);font-weight:var(--cds-body-long-01-font-weight, 400);line-height:var(--cds-body-long-01-line-height, 1.42857);letter-spacing:var(--cds-body-long-01-letter-spacing, 0.16px)}.c4p--page-header .c4p--page-header__available-row{font-size:var(--cds-body-long-01-font-size, 0.875rem);font-weight:var(--cds-body-long-01-font-weight, 400);line-height:var(--cds-body-long-01-line-height, 1.42857);letter-spacing:var(--cds-body-long-01-letter-spacing, 0.16px);margin-top:var(--cds-spacing-03, 0.5rem)}.c4p--page-header .c4p--page-header__available-row+.c4p--page-header__last-row-buffer--active{height:var(--cds-spacing-05, 1rem)}.c4p--page-header .c4p--page-header__title-row+.c4p--page-header__available-row{margin-top:var(--cds-spacing-05, 1rem)}.c4p--page-header .c4p--page-header__available-row *{font-size:var(--cds-body-long-01-font-size, 0.875rem);font-weight:var(--cds-body-long-01-font-weight, 400);line-height:var(--cds-body-long-01-line-height, 1.42857);letter-spacing:var(--cds-body-long-01-letter-spacing, 0.16px)}.c4p--page-header .c4p--page-header__navigation-row{flex-wrap:wrap-reverse;margin-top:0}.c4p--page-header .c4p--page-header__navigation-row .bx--content-switcher{box-sizing:content-box;padding-bottom:var(--cds-spacing-05, 1rem)}.c4p--page-header .c4p--page-header__navigation-row .bx--tab-content{display:none}.c4p--page-header .c4p--page-header__navigation-tabs{margin-left:calc(-1 * var(--cds-spacing-05, 1rem))}.c4p--page-header .c4p--page-header__navigation-row--has-tags .c4p--page-header__navigation-tabs{max-width:75%;flex:0 1 75%}.c4p--page-header .c4p--page-header__navigation-tags{display:flex;max-width:25%;flex:1 0 25%;align-items:center;justify-content:flex-end;padding-top:var(--cds-spacing-02, 0.25rem);padding-right:var(--cds-spacing-07, 2rem);padding-bottom:var(--cds-spacing-02, 0.25rem);text-align:right;white-space:nowrap}@media(min-width: 42rem){.c4p--page-header .c4p--page-header__navigation-tags{padding-right:var(--cds-spacing-05, 1rem)}}.c4p--page-header .c4p--page-header__navigation-tags--tags-only{justify-content:flex-start;padding-top:0;padding-bottom:var(--cds-spacing-04, 0.75rem);margin-left:calc(-1 * var(--cds-spacing-02, 0.25rem));text-align:initial}.c4p--page-header .c4p--page-header__navigation-row .bx--content-switcher-btn{background-color:var(--cds-ui-background, #ffffff)}.c4p--page-header .bx--btn.bx--btn--icon-only.c4p--page-header__collapse-expand-toggle{position:absolute;z-index:100;right:0;bottom:0}.c4p--page-header .c4p--page-header__collapse-expand-toggle .bx--btn__icon{transition:all 400ms cubic-bezier(0.2, 0, 0.38, 0.9)}.c4p--page-header .c4p--page-header__collapse-expand-toggle--collapsed .bx--btn__icon{transform:scaleY(-1)}:root{--c4p--page-header--tagset-tooltip-offset: 0}.c4p--page-header__tagset-tooltip.c4p--page-header__tagset-tooltip{position:var(--c4p--page-header--tagset-tooltip-position) !important;top:var(--c4p--page-header--tagset-tooltip-offset) !important}.c4p--page-header__navigation-tags-overflow.bx--tooltip{z-index:7999}.c4p--page-header__action-bar-menu-options.bx--overflow-menu-options,.bx--breadcrumb-menu-options.bx--overflow-menu-options,.c4p--page-header__button-set-menu-options.bx--overflow-menu-options{z-index:7999}.c4p--card__productive .c4p--card__header{padding-right:0}.c4p--card__productive .c4p--card__title{font-size:var(--cds-productive-heading-02-font-size, 1rem);font-weight:var(--cds-productive-heading-02-font-weight, 600);line-height:var(--cds-productive-heading-02-line-height, 1.375);letter-spacing:var(--cds-productive-heading-02-letter-spacing, 0)}.c4p--card__productive .c4p--card__title-lg .c4p--card__title{font-size:var(--cds-productive-heading-03-font-size, 1.25rem);font-weight:var(--cds-productive-heading-03-font-weight, 400);line-height:var(--cds-productive-heading-03-line-height, 1.4);letter-spacing:var(--cds-productive-heading-03-letter-spacing, 0)}.c4p--card__productive .c4p--card__body{padding-top:var(--cds-spacing-03, 0.5rem)}.c4p--card__productive .c4p--card__footer{align-items:center;justify-content:space-between;border-top:1px solid var(--cds-ui-03, #e0e0e0)}.c4p--card__productive .c4p--card__footer-no-button{justify-content:flex-end}.c4p--card__productive .c4p--card__actions{margin:0}.c4p--card__productive .c4p--card__actions-header{margin-top:calc(-1 * var(--cds-spacing-02, 0.25rem));margin-right:var(--cds-spacing-03, 0.5rem)}.c4p--card__productive .c4p--card__actions-header .bx--btn:hover+.c4p--card__actions-header-ghost-button.bx--btn--ghost.bx--btn--sm::before{opacity:0}.c4p--card__productive .c4p--card__actions-header-ghost-button.bx--btn--ghost.bx--btn--sm{padding-right:calc(var(--cds-spacing-01, 0.125rem) + var(--cds-spacing-03, 0.5rem));padding-left:calc(var(--cds-spacing-01, 0.125rem) + var(--cds-spacing-03, 0.5rem))}.c4p--card__productive .c4p--card__actions-header-ghost-button.bx--btn--ghost.bx--btn--sm::before{position:absolute;left:0;width:.05rem;height:var(--cds-spacing-06, 1.5rem);background-color:var(--cds-hover-ui, #e5e5e5);content:"";opacity:1}.c4p--card__productive .c4p--card__actions-header-ghost-button.bx--btn--ghost.bx--btn--sm:hover::before{opacity:0}.c4p--card__productive .c4p--card__actions-header-ghost-button--only.bx--btn--ghost.bx--btn--sm::before{opacity:0}.c4p--card__productive .c4p--card__title-lg .c4p--card__actions-header,.c4p--card__productive .c4p--card__header-has-label .c4p--card__actions-header{margin-top:0}.c4p--card__productive .c4p--card__icon{margin-right:var(--cds-spacing-05, 1rem)}.c4p--card__productive .c4p--card__header-container{align-items:start}.c4p--remove-modal .bx--modal-footer .bx--btn{max-width:none}.c4p--remove-modal .bx--modal-content{padding-right:var(--cds-spacing-05, 1rem)}.c4p--remove-modal__body{padding-right:20%;margin-bottom:var(--cds-spacing-05, 1rem)}@keyframes rotate{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@keyframes rotate-end-p1{100%{transform:rotate(360deg)}}@keyframes rotate-end-p2{100%{transform:rotate(-360deg)}}@keyframes init-stroke{0%{stroke-dashoffset:276.4608}100%{stroke-dashoffset:52.527552}}@keyframes stroke-end{0%{stroke-dashoffset:52.527552}100%{stroke-dashoffset:276.4608}}@keyframes stroke{100%{stroke-dashoffset:0}}.c4p--saving__message{display:flex}.c4p--saving__error-icon{margin-right:var(--cds-spacing-05, 1rem)}.c4p--saving__error-icon svg{fill:var(--cds-danger-01, #da1e28)}.c4p--saving__text{font-size:var(--cds-body-short-01-font-size, 0.875rem);font-weight:var(--cds-body-short-01-font-weight, 400);line-height:var(--cds-body-short-01-line-height, 1.28572);letter-spacing:var(--cds-body-short-01-letter-spacing, 0.16px)}.c4p--saving__buttons{display:flex}@keyframes rotate{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@keyframes rotate-end-p1{100%{transform:rotate(360deg)}}@keyframes rotate-end-p2{100%{transform:rotate(-360deg)}}@keyframes init-stroke{0%{stroke-dashoffset:276.4608}100%{stroke-dashoffset:52.527552}}@keyframes stroke-end{0%{stroke-dashoffset:52.527552}100%{stroke-dashoffset:276.4608}}@keyframes stroke{100%{stroke-dashoffset:0}}@keyframes rotate{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@keyframes rotate-end-p1{100%{transform:rotate(360deg)}}@keyframes rotate-end-p2{100%{transform:rotate(-360deg)}}@keyframes init-stroke{0%{stroke-dashoffset:276.4608}100%{stroke-dashoffset:52.527552}}@keyframes stroke-end{0%{stroke-dashoffset:52.527552}100%{stroke-dashoffset:276.4608}}@keyframes stroke{100%{stroke-dashoffset:0}}@keyframes collapse-accordion{0%{height:100%;opacity:1;visibility:inherit}100%{height:0;opacity:0;visibility:hidden}}@keyframes expand-accordion{0%{height:0;opacity:0;visibility:hidden}100%{height:100%;opacity:1;visibility:inherit}}@keyframes rotating{0%{transform:scaleY(-1) rotate(360deg)}100%{transform:scaleY(-1) rotate(0deg)}}.c4p--status-icon{display:flex;justify-content:flex-end}.c4p--status-icon--light.c4p--status-icon--light-minor-warning,.c4p--status-icon--dark.c4p--status-icon--dark-minor-warning{fill:#fddc69}.c4p--status-icon--light.c4p--status-icon--light-major-warning path:nth-of-type(1),.c4p--status-icon--dark.c4p--status-icon--dark-major-warning path:nth-of-type(1),.c4p--status-icon--light.c4p--status-icon--light-minor-warning path:nth-of-type(1),.c4p--status-icon--dark.c4p--status-icon--dark-minor-warning path:nth-of-type(1){fill:#161616}.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--light-fatal,.c4p--status-icon--light.c4p--status-icon--light-fatal{fill:#000}@media(prefers-reduced-motion){.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--light-fatal .c4p--status-icon--light.c4p--status-icon--light-in-progress,.c4p--status-icon--light.c4p--status-icon--light-fatal .c4p--status-icon--light.c4p--status-icon--light-in-progress{animation:none}}.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--dark-fatal,.c4p--status-icon--light.c4p--status-icon--dark-fatal{fill:#000}@media(prefers-reduced-motion){.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--dark-fatal .c4p--status-icon--light.c4p--status-icon--dark-in-progress,.c4p--status-icon--light.c4p--status-icon--dark-fatal .c4p--status-icon--light.c4p--status-icon--dark-in-progress{animation:none}}.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--light-critical,.c4p--status-icon--light.c4p--status-icon--light-critical{fill:#da1e28}@media(prefers-reduced-motion){.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--light-critical .c4p--status-icon--light.c4p--status-icon--light-in-progress,.c4p--status-icon--light.c4p--status-icon--light-critical .c4p--status-icon--light.c4p--status-icon--light-in-progress{animation:none}}.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--dark-critical,.c4p--status-icon--light.c4p--status-icon--dark-critical{fill:#da1e28}@media(prefers-reduced-motion){.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--dark-critical .c4p--status-icon--light.c4p--status-icon--dark-in-progress,.c4p--status-icon--light.c4p--status-icon--dark-critical .c4p--status-icon--light.c4p--status-icon--dark-in-progress{animation:none}}.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--light-major-warning,.c4p--status-icon--light.c4p--status-icon--light-major-warning{fill:#ff832b}@media(prefers-reduced-motion){.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--light-major-warning .c4p--status-icon--light.c4p--status-icon--light-in-progress,.c4p--status-icon--light.c4p--status-icon--light-major-warning .c4p--status-icon--light.c4p--status-icon--light-in-progress{animation:none}}.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--dark-major-warning,.c4p--status-icon--light.c4p--status-icon--dark-major-warning{fill:#ff832b}@media(prefers-reduced-motion){.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--dark-major-warning .c4p--status-icon--light.c4p--status-icon--dark-in-progress,.c4p--status-icon--light.c4p--status-icon--dark-major-warning .c4p--status-icon--light.c4p--status-icon--dark-in-progress{animation:none}}.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--light-minor-warning,.c4p--status-icon--light.c4p--status-icon--light-minor-warning{fill:#fddc69}@media(prefers-reduced-motion){.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--light-minor-warning .c4p--status-icon--light.c4p--status-icon--light-in-progress,.c4p--status-icon--light.c4p--status-icon--light-minor-warning .c4p--status-icon--light.c4p--status-icon--light-in-progress{animation:none}}.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--dark-minor-warning,.c4p--status-icon--light.c4p--status-icon--dark-minor-warning{fill:#fddc69}@media(prefers-reduced-motion){.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--dark-minor-warning .c4p--status-icon--light.c4p--status-icon--dark-in-progress,.c4p--status-icon--light.c4p--status-icon--dark-minor-warning .c4p--status-icon--light.c4p--status-icon--dark-in-progress{animation:none}}.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--light-undefined,.c4p--status-icon--light.c4p--status-icon--light-undefined{fill:#8a3ffc}@media(prefers-reduced-motion){.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--light-undefined .c4p--status-icon--light.c4p--status-icon--light-in-progress,.c4p--status-icon--light.c4p--status-icon--light-undefined .c4p--status-icon--light.c4p--status-icon--light-in-progress{animation:none}}.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--dark-undefined,.c4p--status-icon--light.c4p--status-icon--dark-undefined{fill:#8a3ffc}@media(prefers-reduced-motion){.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--dark-undefined .c4p--status-icon--light.c4p--status-icon--dark-in-progress,.c4p--status-icon--light.c4p--status-icon--dark-undefined .c4p--status-icon--light.c4p--status-icon--dark-in-progress{animation:none}}.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--light-unknown,.c4p--status-icon--light.c4p--status-icon--light-unknown{fill:#6f6f6f}@media(prefers-reduced-motion){.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--light-unknown .c4p--status-icon--light.c4p--status-icon--light-in-progress,.c4p--status-icon--light.c4p--status-icon--light-unknown .c4p--status-icon--light.c4p--status-icon--light-in-progress{animation:none}}.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--dark-unknown,.c4p--status-icon--light.c4p--status-icon--dark-unknown{fill:#6f6f6f}@media(prefers-reduced-motion){.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--dark-unknown .c4p--status-icon--light.c4p--status-icon--dark-in-progress,.c4p--status-icon--light.c4p--status-icon--dark-unknown .c4p--status-icon--light.c4p--status-icon--dark-in-progress{animation:none}}.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--light-normal,.c4p--status-icon--light.c4p--status-icon--light-normal{fill:#198038}@media(prefers-reduced-motion){.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--light-normal .c4p--status-icon--light.c4p--status-icon--light-in-progress,.c4p--status-icon--light.c4p--status-icon--light-normal .c4p--status-icon--light.c4p--status-icon--light-in-progress{animation:none}}.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--dark-normal,.c4p--status-icon--light.c4p--status-icon--dark-normal{fill:#198038}@media(prefers-reduced-motion){.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--dark-normal .c4p--status-icon--light.c4p--status-icon--dark-in-progress,.c4p--status-icon--light.c4p--status-icon--dark-normal .c4p--status-icon--light.c4p--status-icon--dark-in-progress{animation:none}}.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--light-info,.c4p--status-icon--light.c4p--status-icon--light-info{fill:#0f62fe}@media(prefers-reduced-motion){.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--light-info .c4p--status-icon--light.c4p--status-icon--light-in-progress,.c4p--status-icon--light.c4p--status-icon--light-info .c4p--status-icon--light.c4p--status-icon--light-in-progress{animation:none}}.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--dark-info,.c4p--status-icon--light.c4p--status-icon--dark-info{fill:#0f62fe}@media(prefers-reduced-motion){.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--dark-info .c4p--status-icon--light.c4p--status-icon--dark-in-progress,.c4p--status-icon--light.c4p--status-icon--dark-info .c4p--status-icon--light.c4p--status-icon--dark-in-progress{animation:none}}.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--light-in-progress,.c4p--status-icon--light.c4p--status-icon--light-in-progress{animation:rotating 8000ms infinite linear;fill:#0f62fe}@media(prefers-reduced-motion: reduce){.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--light-in-progress,.c4p--status-icon--light.c4p--status-icon--light-in-progress{animation:none}}.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--dark-in-progress,.c4p--status-icon--light.c4p--status-icon--dark-in-progress{animation:rotating 8000ms infinite linear;fill:#0f62fe}@media(prefers-reduced-motion: reduce){.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--dark-in-progress,.c4p--status-icon--light.c4p--status-icon--dark-in-progress{animation:none}}.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--light-running,.c4p--status-icon--light.c4p--status-icon--light-running{fill:#198038;transform:scaleY(-1)}.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--dark-running,.c4p--status-icon--light.c4p--status-icon--dark-running{fill:#198038;transform:scaleY(-1)}.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--light-pending,.c4p--status-icon--light.c4p--status-icon--light-pending{fill:#6f6f6f}@media(prefers-reduced-motion){.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--light-pending .c4p--status-icon--light.c4p--status-icon--light-in-progress,.c4p--status-icon--light.c4p--status-icon--light-pending .c4p--status-icon--light.c4p--status-icon--light-in-progress{animation:none}}.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--dark-pending,.c4p--status-icon--light.c4p--status-icon--dark-pending{fill:#6f6f6f}@media(prefers-reduced-motion){.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--dark-pending .c4p--status-icon--light.c4p--status-icon--dark-in-progress,.c4p--status-icon--light.c4p--status-icon--dark-pending .c4p--status-icon--light.c4p--status-icon--dark-in-progress{animation:none}}.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--light-fatal,.c4p--status-icon--dark.c4p--status-icon--light-fatal{fill:#8d8d8d}@media(prefers-reduced-motion){.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--light-fatal .c4p--status-icon--dark.c4p--status-icon--light-in-progress,.c4p--status-icon--dark.c4p--status-icon--light-fatal .c4p--status-icon--dark.c4p--status-icon--light-in-progress{animation:none}}.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--dark-fatal,.c4p--status-icon--dark.c4p--status-icon--dark-fatal{fill:#8d8d8d}@media(prefers-reduced-motion){.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--dark-fatal .c4p--status-icon--dark.c4p--status-icon--dark-in-progress,.c4p--status-icon--dark.c4p--status-icon--dark-fatal .c4p--status-icon--dark.c4p--status-icon--dark-in-progress{animation:none}}.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--light-critical,.c4p--status-icon--dark.c4p--status-icon--light-critical{fill:#fa4d56}@media(prefers-reduced-motion){.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--light-critical .c4p--status-icon--dark.c4p--status-icon--light-in-progress,.c4p--status-icon--dark.c4p--status-icon--light-critical .c4p--status-icon--dark.c4p--status-icon--light-in-progress{animation:none}}.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--dark-critical,.c4p--status-icon--dark.c4p--status-icon--dark-critical{fill:#fa4d56}@media(prefers-reduced-motion){.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--dark-critical .c4p--status-icon--dark.c4p--status-icon--dark-in-progress,.c4p--status-icon--dark.c4p--status-icon--dark-critical .c4p--status-icon--dark.c4p--status-icon--dark-in-progress{animation:none}}.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--light-major-warning,.c4p--status-icon--dark.c4p--status-icon--light-major-warning{fill:#ff832b}@media(prefers-reduced-motion){.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--light-major-warning .c4p--status-icon--dark.c4p--status-icon--light-in-progress,.c4p--status-icon--dark.c4p--status-icon--light-major-warning .c4p--status-icon--dark.c4p--status-icon--light-in-progress{animation:none}}.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--dark-major-warning,.c4p--status-icon--dark.c4p--status-icon--dark-major-warning{fill:#ff832b}@media(prefers-reduced-motion){.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--dark-major-warning .c4p--status-icon--dark.c4p--status-icon--dark-in-progress,.c4p--status-icon--dark.c4p--status-icon--dark-major-warning .c4p--status-icon--dark.c4p--status-icon--dark-in-progress{animation:none}}.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--light-minor-warning,.c4p--status-icon--dark.c4p--status-icon--light-minor-warning{fill:#fddc69}@media(prefers-reduced-motion){.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--light-minor-warning .c4p--status-icon--dark.c4p--status-icon--light-in-progress,.c4p--status-icon--dark.c4p--status-icon--light-minor-warning .c4p--status-icon--dark.c4p--status-icon--light-in-progress{animation:none}}.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--dark-minor-warning,.c4p--status-icon--dark.c4p--status-icon--dark-minor-warning{fill:#fddc69}@media(prefers-reduced-motion){.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--dark-minor-warning .c4p--status-icon--dark.c4p--status-icon--dark-in-progress,.c4p--status-icon--dark.c4p--status-icon--dark-minor-warning .c4p--status-icon--dark.c4p--status-icon--dark-in-progress{animation:none}}.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--light-undefined,.c4p--status-icon--dark.c4p--status-icon--light-undefined{fill:#a56eff}@media(prefers-reduced-motion){.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--light-undefined .c4p--status-icon--dark.c4p--status-icon--light-in-progress,.c4p--status-icon--dark.c4p--status-icon--light-undefined .c4p--status-icon--dark.c4p--status-icon--light-in-progress{animation:none}}.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--dark-undefined,.c4p--status-icon--dark.c4p--status-icon--dark-undefined{fill:#a56eff}@media(prefers-reduced-motion){.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--dark-undefined .c4p--status-icon--dark.c4p--status-icon--dark-in-progress,.c4p--status-icon--dark.c4p--status-icon--dark-undefined .c4p--status-icon--dark.c4p--status-icon--dark-in-progress{animation:none}}.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--light-unknown,.c4p--status-icon--dark.c4p--status-icon--light-unknown{fill:#8d8d8d}@media(prefers-reduced-motion){.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--light-unknown .c4p--status-icon--dark.c4p--status-icon--light-in-progress,.c4p--status-icon--dark.c4p--status-icon--light-unknown .c4p--status-icon--dark.c4p--status-icon--light-in-progress{animation:none}}.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--dark-unknown,.c4p--status-icon--dark.c4p--status-icon--dark-unknown{fill:#8d8d8d}@media(prefers-reduced-motion){.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--dark-unknown .c4p--status-icon--dark.c4p--status-icon--dark-in-progress,.c4p--status-icon--dark.c4p--status-icon--dark-unknown .c4p--status-icon--dark.c4p--status-icon--dark-in-progress{animation:none}}.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--light-normal,.c4p--status-icon--dark.c4p--status-icon--light-normal{fill:#24a148}@media(prefers-reduced-motion){.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--light-normal .c4p--status-icon--dark.c4p--status-icon--light-in-progress,.c4p--status-icon--dark.c4p--status-icon--light-normal .c4p--status-icon--dark.c4p--status-icon--light-in-progress{animation:none}}.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--dark-normal,.c4p--status-icon--dark.c4p--status-icon--dark-normal{fill:#24a148}@media(prefers-reduced-motion){.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--dark-normal .c4p--status-icon--dark.c4p--status-icon--dark-in-progress,.c4p--status-icon--dark.c4p--status-icon--dark-normal .c4p--status-icon--dark.c4p--status-icon--dark-in-progress{animation:none}}.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--light-info,.c4p--status-icon--dark.c4p--status-icon--light-info{fill:#4589ff}@media(prefers-reduced-motion){.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--light-info .c4p--status-icon--dark.c4p--status-icon--light-in-progress,.c4p--status-icon--dark.c4p--status-icon--light-info .c4p--status-icon--dark.c4p--status-icon--light-in-progress{animation:none}}.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--dark-info,.c4p--status-icon--dark.c4p--status-icon--dark-info{fill:#4589ff}@media(prefers-reduced-motion){.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--dark-info .c4p--status-icon--dark.c4p--status-icon--dark-in-progress,.c4p--status-icon--dark.c4p--status-icon--dark-info .c4p--status-icon--dark.c4p--status-icon--dark-in-progress{animation:none}}.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--light-in-progress,.c4p--status-icon--dark.c4p--status-icon--light-in-progress{animation:rotating 8000ms infinite linear;fill:#4589ff}@media(prefers-reduced-motion: reduce){.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--light-in-progress,.c4p--status-icon--dark.c4p--status-icon--light-in-progress{animation:none}}.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--dark-in-progress,.c4p--status-icon--dark.c4p--status-icon--dark-in-progress{animation:rotating 8000ms infinite linear;fill:#4589ff}@media(prefers-reduced-motion: reduce){.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--dark-in-progress,.c4p--status-icon--dark.c4p--status-icon--dark-in-progress{animation:none}}.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--light-running,.c4p--status-icon--dark.c4p--status-icon--light-running{fill:#24a148;transform:scaleY(-1)}.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--dark-running,.c4p--status-icon--dark.c4p--status-icon--dark-running{fill:#24a148;transform:scaleY(-1)}.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--light-pending,.c4p--status-icon--dark.c4p--status-icon--light-pending{fill:#8d8d8d}@media(prefers-reduced-motion){.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--light-pending .c4p--status-icon--dark.c4p--status-icon--light-in-progress,.c4p--status-icon--dark.c4p--status-icon--light-pending .c4p--status-icon--dark.c4p--status-icon--light-in-progress{animation:none}}.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--dark-pending,.c4p--status-icon--dark.c4p--status-icon--dark-pending{fill:#8d8d8d}@media(prefers-reduced-motion){.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--dark-pending .c4p--status-icon--dark.c4p--status-icon--dark-in-progress,.c4p--status-icon--dark.c4p--status-icon--dark-pending .c4p--status-icon--dark.c4p--status-icon--dark-in-progress{animation:none}}@keyframes rotate{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@keyframes rotate-end-p1{100%{transform:rotate(360deg)}}@keyframes rotate-end-p2{100%{transform:rotate(-360deg)}}@keyframes init-stroke{0%{stroke-dashoffset:276.4608}100%{stroke-dashoffset:52.527552}}@keyframes stroke-end{0%{stroke-dashoffset:52.527552}100%{stroke-dashoffset:276.4608}}@keyframes stroke{100%{stroke-dashoffset:0}}.c4p--toolbar{display:flex;min-width:2.5rem;min-height:2.5rem;background-color:var(--cds-ui-01, #f4f4f4)}@media(min-width: 66rem){.c4p--toolbar{justify-content:flex-end}}.c4p--toolbar--vertical,.c4p--toolbar--vertical>.c4p--toolbar__group{flex-wrap:wrap}.c4p--toolbar--vertical{max-width:2.5rem}.c4p--toolbar__group{display:flex;border-right:.0625rem solid var(--cds-ui-03, #e0e0e0);border-bottom:.0625rem solid var(--cds-ui-03, #e0e0e0)}.c4p--toolbar--vertical>.c4p--toolbar__group,.c4p--toolbar__group:last-of-type{border-right-width:0}.c4p--toolbar--vertical>.c4p--toolbar__group:last-of-type,.c4p--toolbar .bx--dropdown{border-bottom-width:0}.c4p--toolbar__button--caret{position:relative}.c4p--toolbar__button__caret{position:absolute;right:.125rem;bottom:.125rem;width:.375rem;height:.375rem;background:linear-gradient(to right bottom, transparent 50%, var(--cds-icon-01, #161616) 50%);content:""}@keyframes web-terminal-entrance{from{opacity:0;transform:translateX(40rem)}to{opacity:1;transform:translateX(0)}}@keyframes web-terminal-exit{from{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(40rem)}}.c4p--web-terminal{--cds-interactive-01: #0f62fe;--cds-interactive-02: #6f6f6f;--cds-interactive-03: #ffffff;--cds-interactive-04: #4589ff;--cds-ui-background: #262626;--cds-ui-01: #393939;--cds-ui-02: #525252;--cds-ui-03: #525252;--cds-ui-04: #8d8d8d;--cds-ui-05: #f4f4f4;--cds-text-01: #f4f4f4;--cds-text-02: #c6c6c6;--cds-text-03: #6f6f6f;--cds-text-04: #ffffff;--cds-text-05: #8d8d8d;--cds-text-error: #ffb3b8;--cds-icon-01: #f4f4f4;--cds-icon-02: #c6c6c6;--cds-icon-03: #ffffff;--cds-link-01: #78a9ff;--cds-link-02: #a6c8ff;--cds-inverse-link: #0f62fe;--cds-field-01: #393939;--cds-field-02: #525252;--cds-inverse-01: #161616;--cds-inverse-02: #f4f4f4;--cds-support-01: #ff8389;--cds-support-02: #42be65;--cds-support-03: #f1c21b;--cds-support-04: #4589ff;--cds-inverse-support-01: #da1e28;--cds-inverse-support-02: #24a148;--cds-inverse-support-03: #f1c21b;--cds-inverse-support-04: #0f62fe;--cds-overlay-01: rgba(0, 0, 0, 0.65);--cds-danger-01: #da1e28;--cds-danger-02: #ff8389;--cds-focus: #ffffff;--cds-inverse-focus-ui: #0f62fe;--cds-hover-primary: #0353e9;--cds-active-primary: #002d9c;--cds-hover-primary-text: #a6c8ff;--cds-hover-secondary: #606060;--cds-active-secondary: #393939;--cds-hover-tertiary: #f4f4f4;--cds-active-tertiary: #c6c6c6;--cds-hover-ui: #4c4c4c;--cds-hover-light-ui: #656565;--cds-hover-selected-ui: #656565;--cds-active-ui: #6f6f6f;--cds-active-light-ui: #8d8d8d;--cds-selected-ui: #525252;--cds-selected-light-ui: #6f6f6f;--cds-inverse-hover-ui: #e5e5e5;--cds-hover-danger: #b81921;--cds-active-danger: #750e13;--cds-hover-row: #4c4c4c;--cds-visited-link: #be95ff;--cds-disabled-01: #393939;--cds-disabled-02: #6f6f6f;--cds-disabled-03: #a8a8a8;--cds-highlight: #0043ce;--cds-decorative-01: #6f6f6f;--cds-button-separator: #161616;--cds-skeleton-01: #353535;--cds-skeleton-02: #525252;--cds-background: #262626;--cds-layer: #393939;--cds-layer-accent: #525252;--cds-layer-accent-hover: #636363;--cds-layer-accent-active: #8d8d8d;--cds-field: #393939;--cds-background-inverse: #f4f4f4;--cds-background-brand: #0f62fe;--cds-interactive: #4589ff;--cds-border-subtle: #525252;--cds-border-strong: #8d8d8d;--cds-border-inverse: #f4f4f4;--cds-border-interactive: #4589ff;--cds-text-primary: #f4f4f4;--cds-text-secondary: #c6c6c6;--cds-text-placeholder: #6f6f6f;--cds-text-helper: #8d8d8d;--cds-text-on-color: #ffffff;--cds-text-inverse: #161616;--cds-link-primary: #78a9ff;--cds-link-secondary: #a6c8ff;--cds-link-visited: #be95ff;--cds-link-inverse: #0f62fe;--cds-icon-primary: #f4f4f4;--cds-icon-secondary: #c6c6c6;--cds-icon-on-color: #ffffff;--cds-icon-inverse: #161616;--cds-support-error: #ff8389;--cds-support-success: #42be65;--cds-support-warning: #f1c21b;--cds-support-info: #4589ff;--cds-support-error-inverse: #da1e28;--cds-support-success-inverse: #24a148;--cds-support-warning-inverse: #f1c21b;--cds-support-info-inverse: #0f62fe;--cds-overlay: rgba(0, 0, 0, 0.65);--cds-toggle-off: #8d8d8d;--cds-shadow: rgba(0, 0, 0, 0.8);--cds-button-primary: #0f62fe;--cds-button-secondary: #6f6f6f;--cds-button-tertiary: #ffffff;--cds-button-danger-primary: #da1e28;--cds-button-danger-secondary: #ff8389;--cds-background-active: #6f6f6f;--cds-layer-active: #6f6f6f;--cds-button-danger-active: #750e13;--cds-button-primary-active: #002d9c;--cds-button-secondary-active: #393939;--cds-button-tertiary-active: #c6c6c6;--cds-focus-inset: #161616;--cds-focus-inverse: #0f62fe;--cds-background-hover: #4c4c4c;--cds-layer-hover: #4c4c4c;--cds-field-hover: #4c4c4c;--cds-background-inverse-hover: #e5e5e5;--cds-link-primary-hover: #a6c8ff;--cds-button-danger-hover: #b81921;--cds-button-primary-hover: #0353e9;--cds-button-secondary-hover: #606060;--cds-button-tertiary-hover: #f4f4f4;--cds-background-selected: #525252;--cds-background-selected-hover: #656565;--cds-layer-selected: #525252;--cds-layer-selected-hover: #656565;--cds-layer-selected-inverse: #f4f4f4;--cds-border-subtle-selected: #6f6f6f;--cds-border-disabled: #393939;--cds-text-disabled: #6f6f6f;--cds-button-disabled: #6f6f6f;--cds-icon-disabled: #6f6f6f;--cds-text-on-color-disabled: #a8a8a8;--cds-icon-on-color-disabled: #a8a8a8;--cds-layer-selected-disabled: #a8a8a8;--cds-skeleton-background: #353535;--cds-skeleton-element: #525252;--cds-brand-01: #0f62fe;--cds-brand-02: #6f6f6f;--cds-brand-03: #ffffff;--cds-active-01: #6f6f6f;--cds-hover-field: #4c4c4c;--cds-danger: #da1e28;--cds-caption-01-font-size: 0.75rem;--cds-caption-01-font-weight: 400;--cds-caption-01-line-height: 1.33333;--cds-caption-01-letter-spacing: 0.32px;--cds-caption-02-font-size: 0.875rem;--cds-caption-02-font-weight: 400;--cds-caption-02-line-height: 1.28572;--cds-caption-02-letter-spacing: 0.32px;--cds-label-01-font-size: 0.75rem;--cds-label-01-font-weight: 400;--cds-label-01-line-height: 1.33333;--cds-label-01-letter-spacing: 0.32px;--cds-label-02-font-size: 0.875rem;--cds-label-02-font-weight: 400;--cds-label-02-line-height: 1.28572;--cds-label-02-letter-spacing: 0.16px;--cds-helper-text-01-font-size: 0.75rem;--cds-helper-text-01-line-height: 1.33333;--cds-helper-text-01-letter-spacing: 0.32px;--cds-helper-text-02-font-size: 0.875rem;--cds-helper-text-02-line-height: 1.28572;--cds-helper-text-02-letter-spacing: 0.16px;--cds-body-short-01-font-size: 0.875rem;--cds-body-short-01-font-weight: 400;--cds-body-short-01-line-height: 1.28572;--cds-body-short-01-letter-spacing: 0.16px;--cds-body-long-01-font-size: 0.875rem;--cds-body-long-01-font-weight: 400;--cds-body-long-01-line-height: 1.42857;--cds-body-long-01-letter-spacing: 0.16px;--cds-body-short-02-font-size: 1rem;--cds-body-short-02-font-weight: 400;--cds-body-short-02-line-height: 1.375;--cds-body-short-02-letter-spacing: 0;--cds-body-long-02-font-size: 1rem;--cds-body-long-02-font-weight: 400;--cds-body-long-02-line-height: 1.5;--cds-body-long-02-letter-spacing: 0;--cds-code-01-font-family: 'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace;--cds-code-01-font-size: 0.75rem;--cds-code-01-font-weight: 400;--cds-code-01-line-height: 1.33333;--cds-code-01-letter-spacing: 0.32px;--cds-code-02-font-family: 'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace;--cds-code-02-font-size: 0.875rem;--cds-code-02-font-weight: 400;--cds-code-02-line-height: 1.42857;--cds-code-02-letter-spacing: 0.32px;--cds-heading-01-font-size: 0.875rem;--cds-heading-01-font-weight: 600;--cds-heading-01-line-height: 1.42857;--cds-heading-01-letter-spacing: 0.16px;--cds-productive-heading-01-font-size: 0.875rem;--cds-productive-heading-01-font-weight: 600;--cds-productive-heading-01-line-height: 1.28572;--cds-productive-heading-01-letter-spacing: 0.16px;--cds-heading-02-font-size: 1rem;--cds-heading-02-font-weight: 600;--cds-heading-02-line-height: 1.5;--cds-heading-02-letter-spacing: 0;--cds-productive-heading-02-font-size: 1rem;--cds-productive-heading-02-font-weight: 600;--cds-productive-heading-02-line-height: 1.375;--cds-productive-heading-02-letter-spacing: 0;--cds-productive-heading-03-font-size: 1.25rem;--cds-productive-heading-03-font-weight: 400;--cds-productive-heading-03-line-height: 1.4;--cds-productive-heading-03-letter-spacing: 0;--cds-productive-heading-04-font-size: 1.75rem;--cds-productive-heading-04-font-weight: 400;--cds-productive-heading-04-line-height: 1.28572;--cds-productive-heading-04-letter-spacing: 0;--cds-productive-heading-05-font-size: 2rem;--cds-productive-heading-05-font-weight: 400;--cds-productive-heading-05-line-height: 1.25;--cds-productive-heading-05-letter-spacing: 0;--cds-productive-heading-06-font-size: 2.625rem;--cds-productive-heading-06-font-weight: 300;--cds-productive-heading-06-line-height: 1.199;--cds-productive-heading-06-letter-spacing: 0;--cds-productive-heading-07-font-size: 3.375rem;--cds-productive-heading-07-font-weight: 300;--cds-productive-heading-07-line-height: 1.199;--cds-productive-heading-07-letter-spacing: 0;--cds-expressive-heading-01-font-size: 0.875rem;--cds-expressive-heading-01-font-weight: 600;--cds-expressive-heading-01-line-height: 1.25;--cds-expressive-heading-01-letter-spacing: 0.16px;--cds-expressive-heading-02-font-size: 1rem;--cds-expressive-heading-02-font-weight: 600;--cds-expressive-heading-02-line-height: 1.5;--cds-expressive-heading-02-letter-spacing: 0;--cds-expressive-heading-03-font-size: 1.25rem;--cds-expressive-heading-03-font-weight: 400;--cds-expressive-heading-03-line-height: 1.4;--cds-expressive-heading-03-letter-spacing: 0;--cds-expressive-heading-04-font-size: 1.75rem;--cds-expressive-heading-04-font-weight: 400;--cds-expressive-heading-04-line-height: 1.28572;--cds-expressive-heading-04-letter-spacing: 0;--cds-expressive-heading-05-font-size: 2rem;--cds-expressive-heading-05-font-weight: 400;--cds-expressive-heading-05-line-height: 1.25;--cds-expressive-heading-05-letter-spacing: 0;--cds-expressive-heading-06-font-size: 2rem;--cds-expressive-heading-06-font-weight: 600;--cds-expressive-heading-06-line-height: 1.25;--cds-expressive-heading-06-letter-spacing: 0;--cds-expressive-paragraph-01-font-size: 1.5rem;--cds-expressive-paragraph-01-font-weight: 300;--cds-expressive-paragraph-01-line-height: 1.334;--cds-expressive-paragraph-01-letter-spacing: 0;--cds-quotation-01-font-family: 'IBM Plex Serif', 'Georgia', Times, serif;--cds-quotation-01-font-size: 1.25rem;--cds-quotation-01-font-weight: 400;--cds-quotation-01-line-height: 1.3;--cds-quotation-01-letter-spacing: 0;--cds-quotation-02-font-family: 'IBM Plex Serif', 'Georgia', Times, serif;--cds-quotation-02-font-size: 2rem;--cds-quotation-02-font-weight: 300;--cds-quotation-02-line-height: 1.25;--cds-quotation-02-letter-spacing: 0;--cds-display-01-font-size: 2.625rem;--cds-display-01-font-weight: 300;--cds-display-01-line-height: 1.19;--cds-display-01-letter-spacing: 0;--cds-display-02-font-size: 2.625rem;--cds-display-02-font-weight: 600;--cds-display-02-line-height: 1.19;--cds-display-02-letter-spacing: 0;--cds-display-03-font-size: 2.625rem;--cds-display-03-font-weight: 300;--cds-display-03-line-height: 1.19;--cds-display-03-letter-spacing: 0;--cds-display-04-font-size: 2.625rem;--cds-display-04-font-weight: 300;--cds-display-04-line-height: 1.19;--cds-display-04-letter-spacing: 0;--cds-legal-01-font-size: 0.75rem;--cds-legal-01-font-weight: 400;--cds-legal-01-line-height: 1.33333;--cds-legal-01-letter-spacing: 0.32px;--cds-legal-02-font-size: 0.875rem;--cds-legal-02-font-weight: 400;--cds-legal-02-line-height: 1.28572;--cds-legal-02-letter-spacing: 0.16px;--cds-body-compact-01-font-size: 0.875rem;--cds-body-compact-01-font-weight: 400;--cds-body-compact-01-line-height: 1.28572;--cds-body-compact-01-letter-spacing: 0.16px;--cds-body-compact-02-font-size: 1rem;--cds-body-compact-02-font-weight: 400;--cds-body-compact-02-line-height: 1.375;--cds-body-compact-02-letter-spacing: 0;--cds-body-01-font-size: 0.875rem;--cds-body-01-font-weight: 400;--cds-body-01-line-height: 1.42857;--cds-body-01-letter-spacing: 0.16px;--cds-body-02-font-size: 1rem;--cds-body-02-font-weight: 400;--cds-body-02-line-height: 1.5;--cds-body-02-letter-spacing: 0;--cds-heading-compact-01-font-size: 0.875rem;--cds-heading-compact-01-font-weight: 600;--cds-heading-compact-01-line-height: 1.28572;--cds-heading-compact-01-letter-spacing: 0.16px;--cds-heading-compact-02-font-size: 1rem;--cds-heading-compact-02-font-weight: 600;--cds-heading-compact-02-line-height: 1.375;--cds-heading-compact-02-letter-spacing: 0;--cds-heading-03-font-size: 1.25rem;--cds-heading-03-font-weight: 400;--cds-heading-03-line-height: 1.4;--cds-heading-03-letter-spacing: 0;--cds-heading-04-font-size: 1.75rem;--cds-heading-04-font-weight: 400;--cds-heading-04-line-height: 1.28572;--cds-heading-04-letter-spacing: 0;--cds-heading-05-font-size: 2rem;--cds-heading-05-font-weight: 400;--cds-heading-05-line-height: 1.25;--cds-heading-05-letter-spacing: 0;--cds-heading-06-font-size: 2.625rem;--cds-heading-06-font-weight: 300;--cds-heading-06-line-height: 1.199;--cds-heading-06-letter-spacing: 0;--cds-heading-07-font-size: 3.375rem;--cds-heading-07-font-weight: 300;--cds-heading-07-line-height: 1.199;--cds-heading-07-letter-spacing: 0;--cds-fluid-heading-03-font-size: 1.25rem;--cds-fluid-heading-03-font-weight: 400;--cds-fluid-heading-03-line-height: 1.4;--cds-fluid-heading-03-letter-spacing: 0;--cds-fluid-heading-04-font-size: 1.75rem;--cds-fluid-heading-04-font-weight: 400;--cds-fluid-heading-04-line-height: 1.28572;--cds-fluid-heading-04-letter-spacing: 0;--cds-fluid-heading-05-font-size: 2rem;--cds-fluid-heading-05-font-weight: 400;--cds-fluid-heading-05-line-height: 1.25;--cds-fluid-heading-05-letter-spacing: 0;--cds-fluid-heading-06-font-size: 2rem;--cds-fluid-heading-06-font-weight: 600;--cds-fluid-heading-06-line-height: 1.25;--cds-fluid-heading-06-letter-spacing: 0;--cds-fluid-paragraph-01-font-size: 1.5rem;--cds-fluid-paragraph-01-font-weight: 300;--cds-fluid-paragraph-01-line-height: 1.334;--cds-fluid-paragraph-01-letter-spacing: 0;--cds-fluid-quotation-01-font-family: 'IBM Plex Serif', 'Georgia', Times, serif;--cds-fluid-quotation-01-font-size: 1.25rem;--cds-fluid-quotation-01-font-weight: 400;--cds-fluid-quotation-01-line-height: 1.3;--cds-fluid-quotation-01-letter-spacing: 0;--cds-fluid-quotation-02-font-family: 'IBM Plex Serif', 'Georgia', Times, serif;--cds-fluid-quotation-02-font-size: 2rem;--cds-fluid-quotation-02-font-weight: 300;--cds-fluid-quotation-02-line-height: 1.25;--cds-fluid-quotation-02-letter-spacing: 0;--cds-fluid-display-01-font-size: 2.625rem;--cds-fluid-display-01-font-weight: 300;--cds-fluid-display-01-line-height: 1.19;--cds-fluid-display-01-letter-spacing: 0;--cds-fluid-display-02-font-size: 2.625rem;--cds-fluid-display-02-font-weight: 600;--cds-fluid-display-02-line-height: 1.19;--cds-fluid-display-02-letter-spacing: 0;--cds-fluid-display-03-font-size: 2.625rem;--cds-fluid-display-03-font-weight: 300;--cds-fluid-display-03-line-height: 1.19;--cds-fluid-display-03-letter-spacing: 0;--cds-fluid-display-04-font-size: 2.625rem;--cds-fluid-display-04-font-weight: 300;--cds-fluid-display-04-line-height: 1.19;--cds-fluid-display-04-letter-spacing: 0;--cds-spacing-01: 0.125rem;--cds-spacing-02: 0.25rem;--cds-spacing-03: 0.5rem;--cds-spacing-04: 0.75rem;--cds-spacing-05: 1rem;--cds-spacing-06: 1.5rem;--cds-spacing-07: 2rem;--cds-spacing-08: 2.5rem;--cds-spacing-09: 3rem;--cds-spacing-10: 4rem;--cds-spacing-11: 5rem;--cds-spacing-12: 6rem;--cds-spacing-13: 10rem;--cds-fluid-spacing-01: 0;--cds-fluid-spacing-02: 2vw;--cds-fluid-spacing-03: 5vw;--cds-fluid-spacing-04: 10vw;--cds-layout-01: 1rem;--cds-layout-02: 1.5rem;--cds-layout-03: 2rem;--cds-layout-04: 3rem;--cds-layout-05: 4rem;--cds-layout-06: 6rem;--cds-layout-07: 10rem;--cds-container-01: 1.5rem;--cds-container-02: 2rem;--cds-container-03: 2.5rem;--cds-container-04: 3rem;--cds-container-05: 4rem;--cds-size-xsmall: 1.5rem;--cds-size-small: 2rem;--cds-size-medium: 2.5rem;--cds-size-large: 3rem;--cds-size-xlarge: 4rem;--cds-size-2XLarge: 5rem;--cds-icon-size-01: 1rem;--cds-icon-size-02: 1.25rem;position:fixed;top:var(--cds-spacing-09, 3rem);right:0;width:100%;max-width:40rem;height:calc(100vh - var(--cds-spacing-09, 3rem));border-left:1px solid #262626;color:var(--cds-text-01, #161616);background-color:#161616}.c4p--web-terminal__bar{display:flex;height:3rem;align-items:center;justify-content:space-between;background-color:var(--cds-ui-background, #ffffff)}.c4p--web-terminal__actions{display:flex}.c4p--web-terminal__documentation-overflow{--cds-interactive-01: #0f62fe;--cds-interactive-02: #6f6f6f;--cds-interactive-03: #ffffff;--cds-interactive-04: #4589ff;--cds-ui-background: #161616;--cds-ui-01: #262626;--cds-ui-02: #393939;--cds-ui-03: #393939;--cds-ui-04: #6f6f6f;--cds-ui-05: #f4f4f4;--cds-text-01: #f4f4f4;--cds-text-02: #c6c6c6;--cds-text-03: #6f6f6f;--cds-text-04: #ffffff;--cds-text-05: #8d8d8d;--cds-text-error: #ff8389;--cds-icon-01: #f4f4f4;--cds-icon-02: #c6c6c6;--cds-icon-03: #ffffff;--cds-link-01: #78a9ff;--cds-link-02: #a6c8ff;--cds-inverse-link: #0f62fe;--cds-field-01: #262626;--cds-field-02: #393939;--cds-inverse-01: #161616;--cds-inverse-02: #f4f4f4;--cds-support-01: #fa4d56;--cds-support-02: #42be65;--cds-support-03: #f1c21b;--cds-support-04: #4589ff;--cds-inverse-support-01: #da1e28;--cds-inverse-support-02: #24a148;--cds-inverse-support-03: #f1c21b;--cds-inverse-support-04: #0f62fe;--cds-overlay-01: rgba(0, 0, 0, 0.65);--cds-danger-01: #da1e28;--cds-danger-02: #fa4d56;--cds-focus: #ffffff;--cds-inverse-focus-ui: #0f62fe;--cds-hover-primary: #0353e9;--cds-active-primary: #002d9c;--cds-hover-primary-text: #a6c8ff;--cds-hover-secondary: #606060;--cds-active-secondary: #393939;--cds-hover-tertiary: #f4f4f4;--cds-active-tertiary: #c6c6c6;--cds-hover-ui: #353535;--cds-hover-light-ui: #4c4c4c;--cds-hover-selected-ui: #4c4c4c;--cds-active-ui: #525252;--cds-active-light-ui: #6f6f6f;--cds-selected-ui: #393939;--cds-selected-light-ui: #525252;--cds-inverse-hover-ui: #e5e5e5;--cds-hover-danger: #b81921;--cds-active-danger: #750e13;--cds-hover-row: #353535;--cds-visited-link: #be95ff;--cds-disabled-01: #262626;--cds-disabled-02: #525252;--cds-disabled-03: #8d8d8d;--cds-highlight: #002d9c;--cds-decorative-01: #525252;--cds-button-separator: #161616;--cds-skeleton-01: #353535;--cds-skeleton-02: #525252;--cds-background: #161616;--cds-layer: #262626;--cds-layer-accent: #393939;--cds-layer-accent-hover: #474747;--cds-layer-accent-active: #6f6f6f;--cds-field: #262626;--cds-background-inverse: #f4f4f4;--cds-background-brand: #0f62fe;--cds-interactive: #4589ff;--cds-border-subtle: #393939;--cds-border-strong: #6f6f6f;--cds-border-inverse: #f4f4f4;--cds-border-interactive: #4589ff;--cds-text-primary: #f4f4f4;--cds-text-secondary: #c6c6c6;--cds-text-placeholder: #6f6f6f;--cds-text-helper: #8d8d8d;--cds-text-on-color: #ffffff;--cds-text-inverse: #161616;--cds-link-primary: #78a9ff;--cds-link-secondary: #a6c8ff;--cds-link-visited: #be95ff;--cds-link-inverse: #0f62fe;--cds-icon-primary: #f4f4f4;--cds-icon-secondary: #c6c6c6;--cds-icon-on-color: #ffffff;--cds-icon-inverse: #161616;--cds-support-error: #fa4d56;--cds-support-success: #42be65;--cds-support-warning: #f1c21b;--cds-support-info: #4589ff;--cds-support-error-inverse: #da1e28;--cds-support-success-inverse: #24a148;--cds-support-warning-inverse: #f1c21b;--cds-support-info-inverse: #0f62fe;--cds-overlay: rgba(0, 0, 0, 0.65);--cds-toggle-off: #6f6f6f;--cds-shadow: rgba(0, 0, 0, 0.8);--cds-button-primary: #0f62fe;--cds-button-secondary: #6f6f6f;--cds-button-tertiary: #ffffff;--cds-button-danger-primary: #da1e28;--cds-button-danger-secondary: #fa4d56;--cds-background-active: #525252;--cds-layer-active: #525252;--cds-button-danger-active: #750e13;--cds-button-primary-active: #002d9c;--cds-button-secondary-active: #393939;--cds-button-tertiary-active: #c6c6c6;--cds-focus-inset: #161616;--cds-focus-inverse: #0f62fe;--cds-background-hover: #353535;--cds-layer-hover: #353535;--cds-field-hover: #353535;--cds-background-inverse-hover: #e5e5e5;--cds-link-primary-hover: #a6c8ff;--cds-button-danger-hover: #b81921;--cds-button-primary-hover: #0353e9;--cds-button-secondary-hover: #606060;--cds-button-tertiary-hover: #f4f4f4;--cds-background-selected: #393939;--cds-background-selected-hover: #4c4c4c;--cds-layer-selected: #393939;--cds-layer-selected-hover: #4c4c4c;--cds-layer-selected-inverse: #f4f4f4;--cds-border-subtle-selected: #525252;--cds-border-disabled: #262626;--cds-text-disabled: #525252;--cds-button-disabled: #525252;--cds-icon-disabled: #525252;--cds-text-on-color-disabled: #8d8d8d;--cds-icon-on-color-disabled: #8d8d8d;--cds-layer-selected-disabled: #8d8d8d;--cds-skeleton-background: #353535;--cds-skeleton-element: #525252;--cds-brand-01: #0f62fe;--cds-brand-02: #6f6f6f;--cds-brand-03: #ffffff;--cds-active-01: #525252;--cds-hover-field: #353535;--cds-danger: #da1e28;--cds-caption-01-font-size: 0.75rem;--cds-caption-01-font-weight: 400;--cds-caption-01-line-height: 1.33333;--cds-caption-01-letter-spacing: 0.32px;--cds-caption-02-font-size: 0.875rem;--cds-caption-02-font-weight: 400;--cds-caption-02-line-height: 1.28572;--cds-caption-02-letter-spacing: 0.32px;--cds-label-01-font-size: 0.75rem;--cds-label-01-font-weight: 400;--cds-label-01-line-height: 1.33333;--cds-label-01-letter-spacing: 0.32px;--cds-label-02-font-size: 0.875rem;--cds-label-02-font-weight: 400;--cds-label-02-line-height: 1.28572;--cds-label-02-letter-spacing: 0.16px;--cds-helper-text-01-font-size: 0.75rem;--cds-helper-text-01-line-height: 1.33333;--cds-helper-text-01-letter-spacing: 0.32px;--cds-helper-text-02-font-size: 0.875rem;--cds-helper-text-02-line-height: 1.28572;--cds-helper-text-02-letter-spacing: 0.16px;--cds-body-short-01-font-size: 0.875rem;--cds-body-short-01-font-weight: 400;--cds-body-short-01-line-height: 1.28572;--cds-body-short-01-letter-spacing: 0.16px;--cds-body-long-01-font-size: 0.875rem;--cds-body-long-01-font-weight: 400;--cds-body-long-01-line-height: 1.42857;--cds-body-long-01-letter-spacing: 0.16px;--cds-body-short-02-font-size: 1rem;--cds-body-short-02-font-weight: 400;--cds-body-short-02-line-height: 1.375;--cds-body-short-02-letter-spacing: 0;--cds-body-long-02-font-size: 1rem;--cds-body-long-02-font-weight: 400;--cds-body-long-02-line-height: 1.5;--cds-body-long-02-letter-spacing: 0;--cds-code-01-font-family: 'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace;--cds-code-01-font-size: 0.75rem;--cds-code-01-font-weight: 400;--cds-code-01-line-height: 1.33333;--cds-code-01-letter-spacing: 0.32px;--cds-code-02-font-family: 'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace;--cds-code-02-font-size: 0.875rem;--cds-code-02-font-weight: 400;--cds-code-02-line-height: 1.42857;--cds-code-02-letter-spacing: 0.32px;--cds-heading-01-font-size: 0.875rem;--cds-heading-01-font-weight: 600;--cds-heading-01-line-height: 1.42857;--cds-heading-01-letter-spacing: 0.16px;--cds-productive-heading-01-font-size: 0.875rem;--cds-productive-heading-01-font-weight: 600;--cds-productive-heading-01-line-height: 1.28572;--cds-productive-heading-01-letter-spacing: 0.16px;--cds-heading-02-font-size: 1rem;--cds-heading-02-font-weight: 600;--cds-heading-02-line-height: 1.5;--cds-heading-02-letter-spacing: 0;--cds-productive-heading-02-font-size: 1rem;--cds-productive-heading-02-font-weight: 600;--cds-productive-heading-02-line-height: 1.375;--cds-productive-heading-02-letter-spacing: 0;--cds-productive-heading-03-font-size: 1.25rem;--cds-productive-heading-03-font-weight: 400;--cds-productive-heading-03-line-height: 1.4;--cds-productive-heading-03-letter-spacing: 0;--cds-productive-heading-04-font-size: 1.75rem;--cds-productive-heading-04-font-weight: 400;--cds-productive-heading-04-line-height: 1.28572;--cds-productive-heading-04-letter-spacing: 0;--cds-productive-heading-05-font-size: 2rem;--cds-productive-heading-05-font-weight: 400;--cds-productive-heading-05-line-height: 1.25;--cds-productive-heading-05-letter-spacing: 0;--cds-productive-heading-06-font-size: 2.625rem;--cds-productive-heading-06-font-weight: 300;--cds-productive-heading-06-line-height: 1.199;--cds-productive-heading-06-letter-spacing: 0;--cds-productive-heading-07-font-size: 3.375rem;--cds-productive-heading-07-font-weight: 300;--cds-productive-heading-07-line-height: 1.199;--cds-productive-heading-07-letter-spacing: 0;--cds-expressive-heading-01-font-size: 0.875rem;--cds-expressive-heading-01-font-weight: 600;--cds-expressive-heading-01-line-height: 1.25;--cds-expressive-heading-01-letter-spacing: 0.16px;--cds-expressive-heading-02-font-size: 1rem;--cds-expressive-heading-02-font-weight: 600;--cds-expressive-heading-02-line-height: 1.5;--cds-expressive-heading-02-letter-spacing: 0;--cds-expressive-heading-03-font-size: 1.25rem;--cds-expressive-heading-03-font-weight: 400;--cds-expressive-heading-03-line-height: 1.4;--cds-expressive-heading-03-letter-spacing: 0;--cds-expressive-heading-04-font-size: 1.75rem;--cds-expressive-heading-04-font-weight: 400;--cds-expressive-heading-04-line-height: 1.28572;--cds-expressive-heading-04-letter-spacing: 0;--cds-expressive-heading-05-font-size: 2rem;--cds-expressive-heading-05-font-weight: 400;--cds-expressive-heading-05-line-height: 1.25;--cds-expressive-heading-05-letter-spacing: 0;--cds-expressive-heading-06-font-size: 2rem;--cds-expressive-heading-06-font-weight: 600;--cds-expressive-heading-06-line-height: 1.25;--cds-expressive-heading-06-letter-spacing: 0;--cds-expressive-paragraph-01-font-size: 1.5rem;--cds-expressive-paragraph-01-font-weight: 300;--cds-expressive-paragraph-01-line-height: 1.334;--cds-expressive-paragraph-01-letter-spacing: 0;--cds-quotation-01-font-family: 'IBM Plex Serif', 'Georgia', Times, serif;--cds-quotation-01-font-size: 1.25rem;--cds-quotation-01-font-weight: 400;--cds-quotation-01-line-height: 1.3;--cds-quotation-01-letter-spacing: 0;--cds-quotation-02-font-family: 'IBM Plex Serif', 'Georgia', Times, serif;--cds-quotation-02-font-size: 2rem;--cds-quotation-02-font-weight: 300;--cds-quotation-02-line-height: 1.25;--cds-quotation-02-letter-spacing: 0;--cds-display-01-font-size: 2.625rem;--cds-display-01-font-weight: 300;--cds-display-01-line-height: 1.19;--cds-display-01-letter-spacing: 0;--cds-display-02-font-size: 2.625rem;--cds-display-02-font-weight: 600;--cds-display-02-line-height: 1.19;--cds-display-02-letter-spacing: 0;--cds-display-03-font-size: 2.625rem;--cds-display-03-font-weight: 300;--cds-display-03-line-height: 1.19;--cds-display-03-letter-spacing: 0;--cds-display-04-font-size: 2.625rem;--cds-display-04-font-weight: 300;--cds-display-04-line-height: 1.19;--cds-display-04-letter-spacing: 0;--cds-legal-01-font-size: 0.75rem;--cds-legal-01-font-weight: 400;--cds-legal-01-line-height: 1.33333;--cds-legal-01-letter-spacing: 0.32px;--cds-legal-02-font-size: 0.875rem;--cds-legal-02-font-weight: 400;--cds-legal-02-line-height: 1.28572;--cds-legal-02-letter-spacing: 0.16px;--cds-body-compact-01-font-size: 0.875rem;--cds-body-compact-01-font-weight: 400;--cds-body-compact-01-line-height: 1.28572;--cds-body-compact-01-letter-spacing: 0.16px;--cds-body-compact-02-font-size: 1rem;--cds-body-compact-02-font-weight: 400;--cds-body-compact-02-line-height: 1.375;--cds-body-compact-02-letter-spacing: 0;--cds-body-01-font-size: 0.875rem;--cds-body-01-font-weight: 400;--cds-body-01-line-height: 1.42857;--cds-body-01-letter-spacing: 0.16px;--cds-body-02-font-size: 1rem;--cds-body-02-font-weight: 400;--cds-body-02-line-height: 1.5;--cds-body-02-letter-spacing: 0;--cds-heading-compact-01-font-size: 0.875rem;--cds-heading-compact-01-font-weight: 600;--cds-heading-compact-01-line-height: 1.28572;--cds-heading-compact-01-letter-spacing: 0.16px;--cds-heading-compact-02-font-size: 1rem;--cds-heading-compact-02-font-weight: 600;--cds-heading-compact-02-line-height: 1.375;--cds-heading-compact-02-letter-spacing: 0;--cds-heading-03-font-size: 1.25rem;--cds-heading-03-font-weight: 400;--cds-heading-03-line-height: 1.4;--cds-heading-03-letter-spacing: 0;--cds-heading-04-font-size: 1.75rem;--cds-heading-04-font-weight: 400;--cds-heading-04-line-height: 1.28572;--cds-heading-04-letter-spacing: 0;--cds-heading-05-font-size: 2rem;--cds-heading-05-font-weight: 400;--cds-heading-05-line-height: 1.25;--cds-heading-05-letter-spacing: 0;--cds-heading-06-font-size: 2.625rem;--cds-heading-06-font-weight: 300;--cds-heading-06-line-height: 1.199;--cds-heading-06-letter-spacing: 0;--cds-heading-07-font-size: 3.375rem;--cds-heading-07-font-weight: 300;--cds-heading-07-line-height: 1.199;--cds-heading-07-letter-spacing: 0;--cds-fluid-heading-03-font-size: 1.25rem;--cds-fluid-heading-03-font-weight: 400;--cds-fluid-heading-03-line-height: 1.4;--cds-fluid-heading-03-letter-spacing: 0;--cds-fluid-heading-04-font-size: 1.75rem;--cds-fluid-heading-04-font-weight: 400;--cds-fluid-heading-04-line-height: 1.28572;--cds-fluid-heading-04-letter-spacing: 0;--cds-fluid-heading-05-font-size: 2rem;--cds-fluid-heading-05-font-weight: 400;--cds-fluid-heading-05-line-height: 1.25;--cds-fluid-heading-05-letter-spacing: 0;--cds-fluid-heading-06-font-size: 2rem;--cds-fluid-heading-06-font-weight: 600;--cds-fluid-heading-06-line-height: 1.25;--cds-fluid-heading-06-letter-spacing: 0;--cds-fluid-paragraph-01-font-size: 1.5rem;--cds-fluid-paragraph-01-font-weight: 300;--cds-fluid-paragraph-01-line-height: 1.334;--cds-fluid-paragraph-01-letter-spacing: 0;--cds-fluid-quotation-01-font-family: 'IBM Plex Serif', 'Georgia', Times, serif;--cds-fluid-quotation-01-font-size: 1.25rem;--cds-fluid-quotation-01-font-weight: 400;--cds-fluid-quotation-01-line-height: 1.3;--cds-fluid-quotation-01-letter-spacing: 0;--cds-fluid-quotation-02-font-family: 'IBM Plex Serif', 'Georgia', Times, serif;--cds-fluid-quotation-02-font-size: 2rem;--cds-fluid-quotation-02-font-weight: 300;--cds-fluid-quotation-02-line-height: 1.25;--cds-fluid-quotation-02-letter-spacing: 0;--cds-fluid-display-01-font-size: 2.625rem;--cds-fluid-display-01-font-weight: 300;--cds-fluid-display-01-line-height: 1.19;--cds-fluid-display-01-letter-spacing: 0;--cds-fluid-display-02-font-size: 2.625rem;--cds-fluid-display-02-font-weight: 600;--cds-fluid-display-02-line-height: 1.19;--cds-fluid-display-02-letter-spacing: 0;--cds-fluid-display-03-font-size: 2.625rem;--cds-fluid-display-03-font-weight: 300;--cds-fluid-display-03-line-height: 1.19;--cds-fluid-display-03-letter-spacing: 0;--cds-fluid-display-04-font-size: 2.625rem;--cds-fluid-display-04-font-weight: 300;--cds-fluid-display-04-line-height: 1.19;--cds-fluid-display-04-letter-spacing: 0;--cds-spacing-01: 0.125rem;--cds-spacing-02: 0.25rem;--cds-spacing-03: 0.5rem;--cds-spacing-04: 0.75rem;--cds-spacing-05: 1rem;--cds-spacing-06: 1.5rem;--cds-spacing-07: 2rem;--cds-spacing-08: 2.5rem;--cds-spacing-09: 3rem;--cds-spacing-10: 4rem;--cds-spacing-11: 5rem;--cds-spacing-12: 6rem;--cds-spacing-13: 10rem;--cds-fluid-spacing-01: 0;--cds-fluid-spacing-02: 2vw;--cds-fluid-spacing-03: 5vw;--cds-fluid-spacing-04: 10vw;--cds-layout-01: 1rem;--cds-layout-02: 1.5rem;--cds-layout-03: 2rem;--cds-layout-04: 3rem;--cds-layout-05: 4rem;--cds-layout-06: 6rem;--cds-layout-07: 10rem;--cds-container-01: 1.5rem;--cds-container-02: 2rem;--cds-container-03: 2.5rem;--cds-container-04: 3rem;--cds-container-05: 4rem;--cds-size-xsmall: 1.5rem;--cds-size-small: 2rem;--cds-size-medium: 2.5rem;--cds-size-large: 3rem;--cds-size-xlarge: 4rem;--cds-size-2XLarge: 5rem;--cds-icon-size-01: 1rem;--cds-icon-size-02: 1.25rem}.c4p--web-terminal__body{height:100%}.c4p--web-terminal-content-wrapper{width:100vw;height:100%}.c4p--web-terminal-content-wrapper--open{width:calc(100vw - 40rem)}.c4p--user-profile-image--light{color:var(--cds-ui-01, #f4f4f4)}.c4p--user-profile-image--light.c4p--user-profile-image--light-cyan{background-color:#0072c3}.c4p--user-profile-image--light.c4p--user-profile-image--dark-cyan{background-color:#003a6d}.c4p--user-profile-image--light.c4p--user-profile-image--light-gray{background-color:#6f6f6f}.c4p--user-profile-image--light.c4p--user-profile-image--dark-gray{background-color:#393939}.c4p--user-profile-image--light.c4p--user-profile-image--light-green{background-color:#198038}.c4p--user-profile-image--light.c4p--user-profile-image--dark-green{background-color:#044317}.c4p--user-profile-image--light.c4p--user-profile-image--light-magenta{background-color:#d02670}.c4p--user-profile-image--light.c4p--user-profile-image--dark-magenta{background-color:#740937}.c4p--user-profile-image--light.c4p--user-profile-image--light-purple{background-color:#8a3ffc}.c4p--user-profile-image--light.c4p--user-profile-image--dark-purple{background-color:#491d8b}.c4p--user-profile-image--light.c4p--user-profile-image--light-teal{background-color:#007d79}.c4p--user-profile-image--light.c4p--user-profile-image--dark-teal{background-color:#004144}.c4p--user-profile-image--dark{color:var(--cds-ui-01, #f4f4f4)}.c4p--user-profile-image--dark.c4p--user-profile-image--light-cyan{background-color:#1192e8}.c4p--user-profile-image--dark.c4p--user-profile-image--dark-cyan{background-color:#82cfff}.c4p--user-profile-image--dark.c4p--user-profile-image--light-gray{background-color:#8d8d8d}.c4p--user-profile-image--dark.c4p--user-profile-image--dark-gray{background-color:#c6c6c6}.c4p--user-profile-image--dark.c4p--user-profile-image--light-green{background-color:#24a148}.c4p--user-profile-image--dark.c4p--user-profile-image--dark-green{background-color:#6fdc8c}.c4p--user-profile-image--dark.c4p--user-profile-image--light-magenta{background-color:#ee5396}.c4p--user-profile-image--dark.c4p--user-profile-image--dark-magenta{background-color:#ffafd2}.c4p--user-profile-image--dark.c4p--user-profile-image--light-purple{background-color:#a56eff}.c4p--user-profile-image--dark.c4p--user-profile-image--dark-purple{background-color:#d4bbff}.c4p--user-profile-image--dark.c4p--user-profile-image--light-teal{background-color:#009d9a}.c4p--user-profile-image--dark.c4p--user-profile-image--dark-teal{background-color:#3ddbd9}.bx--tooltip__trigger.c4p--user-profile-image__tooltip:hover svg,.bx--tooltip__trigger.c4p--user-profile-image__tooltip:focus svg{fill:var(--cds-ui-01, #f4f4f4)}.c4p--user-profile-image{display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:100%;text-transform:uppercase}.bx--tooltip__trigger .c4p--user-profile-image svg{fill:var(--cds-ui-01, #f4f4f4)}.c4p--user-profile-image__photo{width:100%;border-radius:100%}.c4p--user-profile-image__photo--xlg{width:var(--cds-spacing-10, 4rem);height:var(--cds-spacing-10, 4rem)}.c4p--user-profile-image__photo--lg{width:var(--cds-spacing-07, 2rem);height:var(--cds-spacing-07, 2rem)}.c4p--user-profile-image__photo--md{width:var(--cds-spacing-06, 1.5rem);height:var(--cds-spacing-06, 1.5rem)}.c4p--user-profile-image__photo--sm{width:calc(var(--cds-spacing-05, 1rem) + var(--cds-spacing-02, 0.25rem));height:calc(var(--cds-spacing-05, 1rem) + var(--cds-spacing-02, 0.25rem))}.c4p--user-profile-image__photo--xs{width:var(--cds-spacing-05, 1rem);height:var(--cds-spacing-05, 1rem)}.c4p--user-profile-image--xlg{width:var(--cds-spacing-10, 4rem);height:var(--cds-spacing-10, 4rem);font-size:var(--cds-productive-heading-04-font-size, 1.75rem);font-weight:var(--cds-productive-heading-04-font-weight, 400);line-height:var(--cds-productive-heading-04-line-height, 1.28572);letter-spacing:var(--cds-productive-heading-04-letter-spacing, 0)}.c4p--user-profile-image--lg{width:var(--cds-spacing-07, 2rem);height:var(--cds-spacing-07, 2rem);font-size:var(--cds-body-short-01-font-size, 0.875rem);font-weight:var(--cds-body-short-01-font-weight, 400);line-height:var(--cds-body-short-01-line-height, 1.28572);letter-spacing:var(--cds-body-short-01-letter-spacing, 0.16px)}.c4p--user-profile-image--md{width:var(--cds-spacing-06, 1.5rem);height:var(--cds-spacing-06, 1.5rem);font-size:var(--cds-label-01-font-size, 0.75rem);font-weight:var(--cds-label-01-font-weight, 400);line-height:var(--cds-label-01-line-height, 1.33333);letter-spacing:var(--cds-label-01-letter-spacing, 0.32px);font-weight:600}.c4p--user-profile-image--sm{width:calc(var(--cds-spacing-05, 1rem) + var(--cds-spacing-02, 0.25rem));height:calc(var(--cds-spacing-05, 1rem) + var(--cds-spacing-02, 0.25rem));font-size:var(--cds-label-01-font-size, 0.75rem);font-weight:var(--cds-label-01-font-weight, 400);line-height:var(--cds-label-01-line-height, 1.33333);letter-spacing:var(--cds-label-01-letter-spacing, 0.32px);font-weight:600}.c4p--user-profile-image--xs{width:var(--cds-spacing-05, 1rem);height:var(--cds-spacing-05, 1rem);font-size:var(--cds-label-01-font-size, 0.75rem);font-weight:var(--cds-label-01-font-weight, 400);line-height:var(--cds-label-01-line-height, 1.33333);letter-spacing:var(--cds-label-01-letter-spacing, 0.32px);font-weight:600}@keyframes rotate{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@keyframes rotate-end-p1{100%{transform:rotate(360deg)}}@keyframes rotate-end-p2{100%{transform:rotate(-360deg)}}@keyframes init-stroke{0%{stroke-dashoffset:276.4608}100%{stroke-dashoffset:52.527552}}@keyframes stroke-end{0%{stroke-dashoffset:52.527552}100%{stroke-dashoffset:276.4608}}@keyframes stroke{100%{stroke-dashoffset:0}}.c4p--edit-side-panel .bx--form.c4p--edit-side-panel__form{padding-top:var(--cds-spacing-05, 1rem)}.c4p--edit-side-panel .c4p--edit-side-panel__form.bx--fieldset{padding-top:var(--cds-spacing-03, 0.5rem)}.c4p--edit-side-panel .c4p--edit-side-panel__form>*{margin-bottom:var(--cds-spacing-05, 1rem)}.c4p--edit-side-panel .c4p--edit-side-panel__form-title-text{font-size:var(--cds-productive-heading-02-font-size, 1rem);font-weight:var(--cds-productive-heading-02-font-weight, 600);line-height:var(--cds-productive-heading-02-line-height, 1.375);letter-spacing:var(--cds-productive-heading-02-letter-spacing, 0);padding-bottom:var(--cds-spacing-03, 0.5rem)}.c4p--edit-side-panel .c4p--edit-side-panel__form-description-text{font-size:var(--cds-body-long-01-font-size, 0.875rem);font-weight:var(--cds-body-long-01-font-weight, 400);line-height:var(--cds-body-long-01-line-height, 1.42857);letter-spacing:var(--cds-body-long-01-letter-spacing, 0.16px)}.c4p--edit-side-panel.c4p--side-panel .bx--btn.c4p--side-panel__close-button{display:none}.c4p--edit-side-panel .c4p--side-panel .c4p--edit-side-panel__actions-container{position:absolute;z-index:4;bottom:0;left:0;width:100%;margin-bottom:0}.c4p--edit-side-panel .c4p--edit-side-panel__actions-container{position:absolute;z-index:4;right:0;bottom:0;width:100%;margin-bottom:0}.c4p--options-tile{border-bottom:1px solid var(--cds-ui-03, #e0e0e0);background-color:var(--cds-ui-01, #f4f4f4)}.c4p--options-tile__toggle-container{position:relative}.c4p--options-tile__toggle{position:absolute;right:var(--cds-spacing-05, 1rem)}.c4p--options-tile__toggle .bx--toggle-input__label .bx--toggle__switch{margin:0}.c4p--options-tile__header,.c4p--options-tile__static-content{display:grid;box-sizing:border-box;align-items:center;padding-right:var(--cds-spacing-05, 1rem);grid-template-columns:3rem 1fr 2rem}.c4p--options-tile__header{background-color:rgba(0,0,0,0);cursor:pointer;transition:background-color 70ms cubic-bezier(0, 0, 0.38, 0.9)}.c4p--options-tile__header::-webkit-details-marker{display:none}.c4p--options-tile__header:hover{background-color:var(--cds-hover-ui, #e5e5e5)}.c4p--options-tile__header:focus{outline:2px solid var(--cds-focus, #0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.c4p--options-tile__header:focus{outline-style:dotted}}.c4p--options-tile__heading{overflow:hidden;grid-column:2}.c4p--options-tile__title{font-size:var(--cds-productive-heading-01-font-size, 0.875rem);font-weight:var(--cds-productive-heading-01-font-weight, 600);line-height:var(--cds-productive-heading-01-line-height, 1.28572);letter-spacing:var(--cds-productive-heading-01-letter-spacing, 0.16px);overflow:hidden;color:var(--cds-text-01, #161616);text-overflow:ellipsis;white-space:nowrap}.c4p--options-tile__summary{font-size:var(--cds-helper-text-01-font-size, 0.75rem);line-height:var(--cds-helper-text-01-line-height, 1.33333);letter-spacing:var(--cds-helper-text-01-letter-spacing, 0.32px);display:grid;height:var(--cds-spacing-05, 1rem);margin-top:var(--cds-spacing-02, 0.25rem);color:var(--cds-text-02, #525252);opacity:1;transition-duration:150ms;transition-property:height,opacity,margin-top;transition-timing-function:cubic-bezier(0.2, 0, 0.38, 0.9)}.c4p--options-tile__summary--invalid,.c4p--options-tile__summary--warn,.c4p--options-tile__summary--locked{column-gap:var(--cds-spacing-02, 0.25rem);grid-template-columns:1rem 1fr}.c4p--options-tile__summary--invalid{color:var(--cds-support-01, #da1e28)}.c4p--options-tile__summary--warn{color:var(--cds-text-01, #161616)}.c4p--options-tile__summary--warn svg{color:var(--cds-support-03, #f1c21b)}.c4p--options-tile__summary--warn svg path[fill=none]{fill:#000}.c4p--options-tile__summary-text{overflow:hidden;height:max-content;padding-right:calc(var(--cds-spacing-05, 1rem) + 2rem);text-overflow:ellipsis;white-space:nowrap}.c4p--options-tile__chevron{display:block;justify-self:center;transition:transform 110ms cubic-bezier(0.2, 0, 0.38, 0.9)}.c4p--options-tile__content{padding-right:var(--cds-spacing-05, 1rem);padding-left:calc(var(--cds-spacing-05, 1rem) * 2 + 1rem)}.c4p--options-tile__content>.bx--fieldset>.bx--label:empty{display:none}.c4p--options-tile--closing .c4p--options-tile__content{overflow:hidden}.c4p--options-tile:not(.c4p--options-tile--closing)>details[open] .c4p--options-tile__summary,.c4p--options-tile__summary--hidden{height:0;margin-top:0;opacity:0}.c4p--options-tile:not(.c4p--options-tile--closing)>details[open] .c4p--options-tile__chevron{transform:rotate(180deg)}.c4p--options-tile>details[open] .c4p--options-tile__content{padding-top:var(--cds-spacing-03, 0.5rem);padding-bottom:var(--cds-spacing-06, 1.5rem)}.c4p--options-tile__locked-text{font-size:var(--cds-body-long-01-font-size, 0.875rem);font-weight:var(--cds-body-long-01-font-weight, 400);line-height:var(--cds-body-long-01-line-height, 1.42857);letter-spacing:var(--cds-body-long-01-letter-spacing, 0.16px);display:inline-flex;align-items:center;margin-bottom:var(--cds-spacing-06, 1.5rem);color:var(--cds-text-02, #525252)}.c4p--options-tile__locked-text>svg{margin-right:var(--cds-spacing-02, 0.25rem)}.c4p--options-tile--lg .c4p--options-tile__header,.c4p--options-tile--lg .c4p--options-tile__static-content{height:3rem}.c4p--options-tile--xl .c4p--options-tile__header,.c4p--options-tile--xl .c4p--options-tile__static-content{height:4rem}.c4p--options-tile--lg .c4p--options-tile__toggle{top:1rem}.c4p--options-tile--xl .c4p--options-tile__toggle{top:1.5rem}.c4p--options-tile--lg .c4p--options-tile__summary{margin-top:var(--cds-spacing-01, 0.125rem)}@media(prefers-reduced-motion: reduce){.c4p--options-tile__summary,.c4p--options-tile__chevron{transition:none}}.c4p--data-spreadsheet{--c4p--data-spreadsheet--total-width: 0;display:inline-block;border-spacing:0}.c4p--data-spreadsheet.c4p--data-spreadsheet__container-has-focus{outline:2px solid var(--cds-inverse-link, #78a9ff)}.c4p--data-spreadsheet.c4p--data-spreadsheet__dark .c4p--data-spreadsheet__active-cell--highlight,.c4p--data-spreadsheet.c4p--data-spreadsheet__dark .c4p--data-spreadsheet__selection-area--element,.c4p--data-spreadsheet.c4p--data-spreadsheet__dark .c4p--data-spreadsheet__active-cell--highlight:focus{border-color:#82cfff}.c4p--data-spreadsheet.c4p--data-spreadsheet__dark .c4p--data-spreadsheet__selection-area--element::before{background-color:#00539a}.c4p--data-spreadsheet.c4p--data-spreadsheet__dark .c4p--data-spreadsheet__cell-editor.c4p--data-spreadsheet__cell-editor--active{outline-color:#82cfff}.c4p--data-spreadsheet .c4p--data-spreadsheet__header--container{position:relative}.c4p--data-spreadsheet .c4p--data-spreadsheet__tr :last-child .c4p--data-spreadsheet__body--td .c4p--data-spreadsheet__td{border-bottom:0}.c4p--data-spreadsheet .c4p--data-spreadsheet__th,.c4p--data-spreadsheet .c4p--data-spreadsheet__td{font-size:var(--cds-body-short-01-font-size, 0.875rem);font-weight:var(--cds-body-short-01-font-weight, 400);line-height:var(--cds-body-short-01-line-height, 1.28572);letter-spacing:var(--cds-body-short-01-letter-spacing, 0.16px);width:100%;height:100%;padding:0 var(--cds-spacing-03, 0.5rem);border:0;margin:0;color:var(--cds-text-01, #161616)}.c4p--data-spreadsheet .c4p--data-spreadsheet__body--td{color:var(--cds-text-02, #525252)}.c4p--data-spreadsheet [role="'columnheader'"]:last-child,.c4p--data-spreadsheet [role="'gridcell'"]:last-child{border-right:1px solid var(--cds-text-03, #a8a8a8)}.c4p--data-spreadsheet .c4p--data-spreadsheet__th,.c4p--data-spreadsheet .c4p--data-spreadsheet__td-th.c4p--data-spreadsheet__td{border-right:1px solid var(--cds-active-ui, #c6c6c6);border-bottom:1px solid var(--cds-active-ui, #c6c6c6);height:100%;background-color:var(--cds-ui-03, #e0e0e0);cursor:pointer}.c4p--data-spreadsheet .c4p--data-spreadsheet__th:hover,.c4p--data-spreadsheet .c4p--data-spreadsheet__th:focus,.c4p--data-spreadsheet .c4p--data-spreadsheet__td-th.c4p--data-spreadsheet__td:hover,.c4p--data-spreadsheet .c4p--data-spreadsheet__td-th.c4p--data-spreadsheet__td:focus{background-color:var(--cds-hover-selected-ui, #cacaca)}.c4p--data-spreadsheet .c4p--data-spreadsheet__th--select-all{width:var(--cds-spacing-10, 4rem)}.c4p--data-spreadsheet .c4p--data-spreadsheet__td-th--cell-container,.c4p--data-spreadsheet .c4p--data-spreadsheet__select-all-cell-container{position:sticky;z-index:4;left:0}.c4p--data-spreadsheet .c4p--data-spreadsheet__td-th.c4p--data-spreadsheet__td{font-weight:600;display:flex;align-items:center;justify-content:flex-end}.c4p--data-spreadsheet .c4p--data-spreadsheet__td{border-right:1px solid var(--cds-ui-03, #e0e0e0);border-bottom:1px solid var(--cds-ui-03, #e0e0e0);overflow:hidden;margin:0;background-color:var(--cds-field-01, #f4f4f4);cursor:cell;text-align:left}.c4p--data-spreadsheet .c4p--data-spreadsheet__th{font-size:var(--cds-productive-heading-01-font-size, 0.875rem);font-weight:var(--cds-productive-heading-01-font-weight, 600);line-height:var(--cds-productive-heading-01-line-height, 1.28572);letter-spacing:var(--cds-productive-heading-01-letter-spacing, 0.16px);color:var(--cds-text-01, #161616);text-align:left}.c4p--data-spreadsheet .c4p--data-spreadsheet__cell-editor{font-size:var(--cds-body-short-01-font-size, 0.875rem);font-weight:var(--cds-body-short-01-font-weight, 400);line-height:var(--cds-body-short-01-line-height, 1.28572);letter-spacing:var(--cds-body-short-01-letter-spacing, 0.16px);position:absolute;z-index:4;display:none;overflow:hidden;padding:0 calc(var(--cds-spacing-03, 0.5rem) + 1px) 0 var(--cds-spacing-03, 0.5rem);margin:0;background-color:var(--cds-field-01, #f4f4f4);color:var(--cds-text-01, #161616);resize:none}.c4p--data-spreadsheet .c4p--data-spreadsheet__cell-editor.bx--text-area{min-width:initial;min-height:initial}.c4p--data-spreadsheet .c4p--data-spreadsheet__cell-editor.c4p--data-spreadsheet__cell-editor--active{outline:var(--cds-spacing-01, 0.125rem) solid var(--cds-interactive-01, #0f62fe);outline-offset:-2px}.c4p--data-spreadsheet .c4p--data-spreadsheet__cell-editor-ruler{font-size:var(--cds-body-short-01-font-size, 0.875rem);font-weight:var(--cds-body-short-01-font-weight, 400);line-height:var(--cds-body-short-01-line-height, 1.28572);letter-spacing:var(--cds-body-short-01-letter-spacing, 0.16px);position:absolute;overflow:hidden;width:fit-content;max-width:var(--c4p--data-spreadsheet--total-width);padding:0 calc(var(--cds-spacing-03, 0.5rem) + 1px) 0 var(--cds-spacing-03, 0.5rem);visibility:hidden}.c4p--data-spreadsheet .c4p--data-spreadsheet__cell-editor-ruler:focus{outline:var(--cds-spacing-01, 0.125rem) solid var(--cds-interactive-01, #0f62fe)}.c4p--data-spreadsheet .c4p--data-spreadsheet__active-cell--highlight{font-size:var(--cds-body-short-01-font-size, 0.875rem);font-weight:var(--cds-body-short-01-font-weight, 400);line-height:var(--cds-body-short-01-line-height, 1.28572);letter-spacing:var(--cds-body-short-01-letter-spacing, 0.16px);border-right:1px solid var(--cds-ui-03, #e0e0e0);border-bottom:1px solid var(--cds-ui-03, #e0e0e0);position:absolute;z-index:3;display:none;overflow:hidden;padding-right:calc(var(--cds-spacing-03, 0.5rem) - 1px);padding-bottom:var(--cds-spacing-01, 0.125rem);padding-left:calc(var(--cds-spacing-03, 0.5rem) - var(--cds-spacing-01, 0.125rem));border:var(--cds-spacing-01, 0.125rem) solid var(--cds-interactive-01, #0f62fe);background-color:var(--cds-field-01, #f4f4f4);color:var(--cds-text-02, #525252);text-align:left}.c4p--data-spreadsheet .c4p--data-spreadsheet__active-cell--highlight[data-active-row-index=header],.c4p--data-spreadsheet .c4p--data-spreadsheet__active-cell--highlight[data-active-column-index=header]{z-index:4;background-color:rgba(0,0,0,0)}.c4p--data-spreadsheet .c4p--data-spreadsheet__active-cell--highlight:focus{border:var(--cds-spacing-01, 0.125rem) solid var(--cds-interactive-01, #0f62fe);outline:0}.c4p--data-spreadsheet .c4p--data-spreadsheet__selection-area--element{position:absolute;z-index:2;border:1px solid var(--cds-interactive-01, #0f62fe);pointer-events:none}.c4p--data-spreadsheet .c4p--data-spreadsheet__selection-area--element::before{position:absolute;top:0;left:0;display:block;width:100%;height:100%;background-color:var(--cds-interactive-01, #0f62fe);content:"";opacity:.2}.c4p--data-spreadsheet .c4p--data-spreadsheet__selection-area--element.c4p--data-spreadsheet__selection-area--element-cloned{z-index:4}.c4p--data-spreadsheet .c4p--data-spreadsheet__selection-area--element.c4p--data-spreadsheet__selection-area--element-cloned::before{background-color:var(--cds-ui-05, #161616);opacity:.25}.c4p--data-spreadsheet .c4p--data-spreadsheet__reorder-indicator-line{position:absolute;z-index:4;width:var(--cds-spacing-01, 0.125rem);background-color:var(--cds-interactive-01, #0f62fe);pointer-events:none}.c4p--data-spreadsheet .c4p--data-spreadsheet__th--active-header,.c4p--data-spreadsheet .c4p--data-spreadsheet__td-th--active-header.c4p--data-spreadsheet__td{border-right:1px solid var(--cds-text-03, #a8a8a8);border-bottom:1px solid var(--cds-text-03, #a8a8a8);background-color:var(--cds-hover-selected-ui, #cacaca)}.c4p--data-spreadsheet .c4p--data-spreadsheet__th--selected-header,.c4p--data-spreadsheet .c4p--data-spreadsheet__td-th--selected-header.c4p--data-spreadsheet__td{background-color:var(--cds-inverse-02, #393939);color:var(--cds-inverse-01, #ffffff)}.c4p--data-spreadsheet .c4p--data-spreadsheet__th--selected-header:focus,.c4p--data-spreadsheet .c4p--data-spreadsheet__th--selected-header:hover,.c4p--data-spreadsheet .c4p--data-spreadsheet__td-th--selected-header.c4p--data-spreadsheet__td:focus,.c4p--data-spreadsheet .c4p--data-spreadsheet__td-th--selected-header.c4p--data-spreadsheet__td:hover{background-color:var(--cds-inverse-02, #393939)}.c4p--data-spreadsheet .c4p--data-spreadsheet__th--selected-header.c4p--data-spreadsheet__th{cursor:grab}.c4p--data-spreadsheet .c4p--data-spreadsheet__th--selected-header-reorder-active.c4p--data-spreadsheet__th{cursor:grabbing}.c4p--data-spreadsheet .c4p--data-spreadsheet__list--container{overscroll-behavior:none}.c4p--datagrid__table-toolbar>section{z-index:2;overflow:visible}.c4p--datagrid__full-height,.c4p--datagrid__full-height table,.c4p--datagrid__full-height tbody{height:100%}.c4p--datagrid__grid-container::-webkit-scrollbar-thumb{background-color:var(--cds-text-03, #a8a8a8)}.c4p--datagrid__grid-container table{overflow:hidden}.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-center .c4p--datagrid__head .bx--table-header-label{display:flex;height:100%;align-items:center;color:var(--cds-text-01, #161616)}.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-center .c4p--datagrid__head .c4p--datagrid__head-select-all.c4p--datagrid__checkbox-cell.c4p--datagrid__checkbox-cell-sticky-left{position:sticky;z-index:1;left:0}.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-center .c4p--datagrid__cell{align-items:center;padding-top:0;padding-bottom:0}.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-center .c4p--datagrid__cell.c4p--datagrid__cell--spacer{padding:0}.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-center td.bx--table-column-checkbox,.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-center th.bx--table-column-checkbox{padding-top:.6875rem}.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-center td.bx--table-column-checkbox.c4p--datagrid__checkbox-cell,.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-center th.bx--table-column-checkbox.c4p--datagrid__checkbox-cell{display:flex;align-items:center;padding-top:0}.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-center td.bx--table-column-checkbox.c4p--datagrid__checkbox-cell-sticky-left,.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-center th.bx--table-column-checkbox.c4p--datagrid__checkbox-cell-sticky-left{position:sticky;left:0}.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-center .c4p--datagrid__checkbox-cell th.bx--table-column-checkbox{display:flex;height:100%;align-items:center;padding-top:0}.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-center.c4p--datagrid__variable-row-height.bx--data-table--compact .c4p--datagrid__cell,.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-center.c4p--datagrid__variable-row-height.bx--data-table--xs .c4p--datagrid__cell{padding-top:var(--cds-spacing-01, 0.125rem);padding-bottom:var(--cds-spacing-01, 0.125rem)}.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-center.c4p--datagrid__variable-row-height.bx--data-table--short .c4p--datagrid__cell,.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-center.c4p--datagrid__variable-row-height.bx--data-table--sm .c4p--datagrid__cell,.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-center.c4p--datagrid__variable-row-height.bx--data-table--md .c4p--datagrid__cell{padding-top:.4375rem;padding-bottom:.375rem}.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-center.c4p--datagrid__variable-row-height.bx--data-table--tall .c4p--datagrid__cell,.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-center.c4p--datagrid__variable-row-height.bx--data-table--lg .c4p--datagrid__cell,.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-center.c4p--datagrid__variable-row-height.bx--data-table--xl .c4p--datagrid__cell{padding-top:var(--cds-spacing-05, 1rem);padding-bottom:var(--cds-spacing-05, 1rem)}.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-top.bx--data-table--tall .c4p--datagrid__cell,.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-top.bx--data-table--lg .c4p--datagrid__cell,.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-top.bx--data-table--xl .c4p--datagrid__cell{padding-top:var(--cds-spacing-05, 1rem)}.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-top.bx--data-table--tall .bx--table-header-label,.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-top.bx--data-table--lg .bx--table-header-label,.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-top.bx--data-table--xl .bx--table-header-label{padding-top:var(--cds-spacing-05, 1rem)}.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-top.bx--data-table--tall .bx--table-column-checkbox,.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-top.bx--data-table--lg .bx--table-column-checkbox,.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-top.bx--data-table--xl .bx--table-column-checkbox{padding-top:.8125rem}.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-top.c4p--datagrid__variable-row-height.bx--data-table--tall .c4p--datagrid__cell,.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-top.c4p--datagrid__variable-row-height.bx--data-table--lg .c4p--datagrid__cell,.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-top.c4p--datagrid__variable-row-height.bx--data-table--xl .c4p--datagrid__cell{padding-bottom:var(--cds-spacing-05, 1rem)}.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-top.c4p--datagrid__variable-row-height.bx--data-table--tall .bx--table-header-label,.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-top.c4p--datagrid__variable-row-height.bx--data-table--lg .bx--table-header-label,.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-top.c4p--datagrid__variable-row-height.bx--data-table--xl .bx--table-header-label{padding-bottom:var(--cds-spacing-05, 1rem)}.c4p--datagrid__grid-container table.c4p--datagrid__variable-row-height tr.c4p--datagrid__carbon-row{height:auto}.c4p--datagrid__grid-container::-webkit-scrollbar-thumb{background-color:var(--cds-text-03, #a8a8a8)}.c4p--datagrid__grid-container::-webkit-scrollbar{width:6px;background-color:var(--cds-ui-background, #ffffff)}.c4p--datagrid__grid-container{display:block;width:100%;padding-top:0}.c4p--datagrid__grid-container .bx--data-table-content{width:100%;height:100%;overflow-x:auto}.c4p--datagrid__grid-container table.c4p--datagrid__table-simple{display:flex;overflow:auto;max-height:100%;flex-direction:column;background-color:var(--cds-ui-01, #f4f4f4)}.c4p--datagrid__grid-container .c4p--datagrid__head{display:flex}.c4p--datagrid__grid-container .c4p--datagrid__head .header{width:1%;align-items:center}.c4p--datagrid__grid-container .c4p--datagrid__virtual-scrollbar{scrollbar-width:thin}.c4p--datagrid__grid-container .c4p--datagrid__virtual-scrollbar::-webkit-scrollbar-thumb{background-color:var(--cds-text-03, #a8a8a8)}.c4p--datagrid__grid-container .c4p--datagrid__virtual-scrollbar::-webkit-scrollbar{width:6px;background-color:var(--cds-ui-background, #ffffff)}.c4p--datagrid__grid-container .c4p--datagrid__cell{display:flex;width:1%}.c4p--datagrid__grid-container .c4p--datagrid__defaultStringRenderer{overflow:hidden;width:100%;text-overflow:ellipsis;white-space:nowrap}.c4p--datagrid__grid-container .c4p--datagrid__defaultStringRenderer.c4p--datagrid__defaultStringRenderer--multiline{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;white-space:initial}.c4p--datagrid__grid-container .c4p--datagrid__expanded-row{display:flex;overflow:hidden;width:100%;height:100%;flex-direction:column}.c4p--datagrid__grid-container .c4p--datagrid__carbon-row{flex:none !important}.c4p--datagrid__grid-container .c4p--datagrid__carbon-row .c4p--datagrid__carbon-row:hover a{color:var(--cds-hover-primary-text, #0043ce) !important}.c4p--datagrid__grid-container .bx--select-input{-webkit-appearance:none}.c4p--datagrid__grid-container th.bx--table-column-checkbox{display:block}.c4p--datagrid__grid-container td.bx--table-column-checkbox,.c4p--datagrid__grid-container th.bx--table-column-checkbox{padding-right:var(--cds-spacing-06, 1.5rem) !important}.c4p--datagrid__empty-state .c4p--datagrid__table-simple{display:table;height:100%}.c4p--datagrid__empty-state .c4p--datagrid__table-simple .c4p--empty-state{max-width:280px}.c4p--datagrid__empty-state .c4p--datagrid__table-simple tr:hover{background:rgba(0,0,0,0)}.c4p--datagrid__empty-state .c4p--datagrid__table-simple tr:hover td{background:rgba(0,0,0,0)}.c4p--datagrid__empty-state .c4p--datagrid__table-simple td{padding:var(--cds-spacing-11, 5rem)}.c4p--datagrid__empty-state .c4p--datagrid__grid-container{flex:1 1 auto}.c4p--datagrid__resizer{position:absolute;z-index:1;top:0;right:0;display:inline-block;width:var(--cds-spacing-02, 0.25rem);height:100%;background:rgba(0,0,0,0);touch-action:none;transform:translateX(50%)}.c4p--datagrid__resizer:hover{background:rgba(0,0,0,0)}.c4p--datagrid__sortableColumn:hover{background-color:var(--cds-hover-selected-ui, #cacaca)}.c4p--datagrid__resizableColumn.c4p--datagrid__isResizing .c4p--datagrid__resizer{border-right:var(--cds-spacing-01, 0.125rem) solid var(--cds-hover-secondary, #4c4c4c)}.c4p--datagrid__resizableColumn.c4p--datagrid__isSorted{background-color:var(--cds-hover-selected-ui, #cacaca)}.c4p--datagrid__resizableColumn:hover{background-color:var(--cds-hover-selected-ui, #cacaca)}.c4p--datagrid__resizableColumn:hover .c4p--datagrid__resizer{border-right:var(--cds-spacing-01, 0.125rem) solid var(--cds-ui-04, #8d8d8d);background-color:var(--cds-hover-selected-ui, #cacaca)}.c4p--datagrid__head-hidden-select-all{padding-right:var(--cds-spacing-08, 2.5rem)}.c4p--datagrid__head-hidden-select-all.c4p--datagrid__select-all-sticky-left{position:sticky;z-index:1;left:0;background-color:var(--cds-ui-03, #e0e0e0)}.c4p--datagrid__simple-body{position:relative;display:table;overflow-x:hidden;overflow-y:auto;scrollbar-width:thin}.c4p--datagrid__simple-body::-webkit-scrollbar-thumb{background-color:var(--cds-text-03, #a8a8a8)}.c4p--datagrid__simple-body::-webkit-scrollbar{width:6px;background-color:var(--cds-ui-background, #ffffff)}.c4p--datagrid__sticky.c4p--datagrid__table-simple{min-width:0 !important}.c4p--datagrid__sticky.c4p--datagrid__simple-body{overflow:auto}.c4p--datagrid__sticky.c4p--datagrid__table-simple thead>div{overflow:hidden;width:100% !important}.block-class__displayFlex{position:relative;display:flex;width:100%;height:100%;flex-direction:row}.c4p--datagrid__datagridLeftPanel{display:flex;width:388px;background-color:var(--cds-ui-01, #f4f4f4)}.c4p--datagrid__leftPanel-position{display:inherit}.c4p--datagrid__datagridWithPanel{position:relative;display:flex;width:100%;height:100%;flex-direction:column}.c4p--datagrid__datagridWithPanel .c4p--datagrid__grid-container{display:flex;overflow:hidden;flex-direction:column}.c4p--datagrid__datagridWithPanel .c4p--datagrid__table-toolbar{width:100%}.c4p--datagrid__datagridWithPanel .c4p--datagrid__datagridLeftPanel{flex:0 0 auto}.c4p--datagrid__datagridWithPanel .bx--data-table-content{flex:1 1 0%}.c4p--datagrid__datagridWithPanel .c4p--datagrid__table-container{overflow:hidden}.c4p--datagrid__table-container{position:relative;display:flex;overflow:auto;width:100%;max-height:100%}.c4p--datagrid__carbon-row-expanded{position:relative}.c4p--datagrid__carbon-row-expanded.c4p--datagrid__carbon-row-expanded-hover-active::before{position:absolute;z-index:2;top:var(--c4p--datagrid--row-height);left:calc(
7
7
  var(--c4p--datagrid--indicator-offset-amount) + var(--cds-spacing-05, 1rem)
8
- );width:1px;height:var(--c4p--datagrid--indicator-height);border-left:1px solid var(--cds-interactive-01, #0f62fe);content:""}.c4p--datagrid .bx--data-table-header{background:rgba(0,0,0,0)}.c4p--datagrid__dense-header{display:flex;flex-wrap:wrap}.c4p--datagrid__dense-header .bx--data-table-header{flex:1 1 auto;padding-bottom:var(--cds-spacing-05, 1rem)}.c4p--datagrid__dense-header .c4p--datagrid__table-toolbar{flex:0 0 auto}.c4p--datagrid__dense-header .bx--table-toolbar{background:rgba(0,0,0,0)}.c4p--datagrid__dense-header .bx__table-container{flex:1 1 100%}.c4p--datagrid__dense-header .bx--table-toolbar{padding-top:var(--cds-spacing-07, 2rem)}.c4p--datagrid__dense-header .c4p--datagrid__toolbar-divider{position:relative}.c4p--datagrid__dense-header .c4p--datagrid__toolbar-divider::before{position:absolute;top:50%;left:0;width:1px;height:var(--cds-spacing-05, 1rem);border-left:1px solid var(--cds-ui-03, #e0e0e0);content:"";transform:translateY(-50%)}.c4p--datagrid .bx--data-table--selected:not(.c4p--datagrid__active-row){position:relative}.c4p--datagrid .bx--data-table--selected:not(.c4p--datagrid__active-row) ::before{position:absolute;left:0;width:var(--cds-spacing-02, 0.25rem);height:100%;background-color:var(--cds-interactive-01, #0f62fe);content:""}.c4p--datagrid__table-toolbar .bx--batch-summary__para{white-space:nowrap}.c4p--datagrid__table-toolbar .bx--batch-actions .bx--batch-actions--active{overflow-x:hidden}.c4p--datagrid__table-toolbar .c4p--datagrid__button-menu--icon-only.c4p--button-menu{display:flex;min-width:var(--cds-spacing-08, 2.5rem);justify-content:center;margin-right:var(--cds-spacing-04, 0.75rem)}.c4p--datagrid__table-toolbar .c4p--datagrid__button-menu{min-width:calc(var(--cds-spacing-12, 6rem) + var(--cds-spacing-03, 0.5rem))}.c4p--datagrid__table-toolbar .c4p--datagrid__button-menu--icon-only.c4p--button-menu .c4p--button-menu__trigger{display:flex;width:100%;min-width:var(--cds-spacing-09, 3rem);justify-content:center;padding:0;margin:0}.c4p--datagrid__table-toolbar .c4p--datagrid__button-menu--icon-only.c4p--button-menu .c4p--button-menu__trigger .bx--btn__icon{margin:0}.c4p--datagrid .c4p--button-menu{height:var(--cds-spacing-09, 3rem)}.bx--body--with-modal-open .c4p--datagrid__grid-container{overflow:hidden;height:100vh}.bx--overflow-menu.c4p--datagrid__toolbar-menu__trigger{flex-shrink:0;background-color:var(--cds-interactive-01, #0f62fe)}.bx--overflow-menu.c4p--datagrid__toolbar-menu__trigger svg{fill:var(--cds-ui-background, #ffffff)}.bx--overflow-menu.c4p--datagrid__toolbar-menu__trigger:hover,.bx--overflow-menu.c4p--datagrid__toolbar-menu__trigger.bx--overflow-menu--open:hover,.bx--overflow-menu.c4p--datagrid__toolbar-menu__trigger.bx--overflow-menu--open{background-color:var(--cds-hover-primary, #0353e9)}.c4p--datagrid__toolbar-options.bx--overflow-menu-options::after{background-color:rgba(0,0,0,0)}.c4p--datagrid__mobile-toolbar-modal .bx--modal-container{position:absolute}.c4p--datagrid .bx--modal{width:100%}.bx--data-table tr.c4p--datagrid__carbon-nested-row{border-left:1px solid rgba(0,0,0,0)}.bx--data-table tr.c4p--datagrid__carbon-nested-row .c4p--datagrid__cell{border-bottom:1px solid var(--cds-ui-03, #e0e0e0)}.c4p--datagrid .c4p--datagrid__expander-icon{transition:transform 70ms cubic-bezier(0, 0, 0.38, 0.9)}.c4p--datagrid .c4p--datagrid__expander-icon--open{transform:rotate(90deg)}.c4p--datagrid__expanded-row .c4p--datagrid__carbon-row-expanded td:first-child{border-bottom:none}.c4p--datagrid .c4p--datagrid__carbon-row-expandable{position:relative}.c4p--datagrid tr.c4p--datagrid__carbon-nested-row+:not(tr.c4p--datagrid__carbon-nested-row)::before{position:absolute;top:-1px;left:0;width:100%;height:1px;background-color:var(--cds-border-subtle, #e0e0e0);content:""}.block-class__expanded-row .bx--data-table-container{width:calc(100% - var(--cds-layout-03, 2rem));border-left:2px solid var(--cds-interactive-01, #0f62fe);margin-left:var(--cds-layout-03, 2rem);overflow-x:hidden}.block-class__expanded-row .bx--data-table-container tr.c4p--datagrid__carbon-nested-row{border-left:none}.block-class__expanded-row .bx--data-table-container th{padding-top:0;padding-bottom:0;border-top-color:var(--cds-ui-03, #e0e0e0);background-color:var(--cds-ui-03, #e0e0e0)}.c4p--datagrid__sortableColumn .bx--table-header-label .header-title{display:inline-block;width:auto}.c4p--datagrid__sortableColumn .bx--table-header-label{display:block;width:100%;height:100%}.c4p--datagrid__sortableColumn .bx--table-header-label button:focus,.c4p--datagrid__sortableColumn .bx--table-header-label button:active,.c4p--datagrid__sortableColumn .bx--table-header-label button:focus svg{background:none !important;color:var(--cds-text-01, #161616) !important;outline:none !important}.c4p--datagrid__sortableColumn .bx--table-header-label button{width:100%;min-width:100%;min-height:0;padding:0;border:none;background:none !important;box-shadow:none;color:var(--cds-text-01, #161616) !important;font:inherit}.c4p--datagrid__sortableColumn .bx--table-header-label button svg{fill:var(--cds-text-01, #161616);visibility:hidden}.c4p--datagrid__sortableColumn:hover .bx--table-header-label svg,.c4p--datagrid__sortableColumn.c4p--datagrid__isSorted .bx--table-header-label svg{visibility:visible}.c4p--datagrid__right-align-header{width:100%;text-align:right}.c4p--datagrid__right-align-header button{text-align:right}.c4p--datagrid__right-align-cell-renderer{width:100%;padding-right:23px;text-align:right}.c4p--datagrid__right-align-cell-renderer.sortDisabled{padding-right:0}.c4p--datagrid__center-align-header{width:100%;text-align:center}.c4p--datagrid__center-align-cell-renderer.sortDisabled{margin-right:auto;margin-left:auto}.c4p--datagrid__right-sticky-column-cell{position:sticky !important;right:0;display:flex;align-items:center;border-left:1px solid var(--cds-ui-03, #e0e0e0)}.c4p--datagrid__right-sticky-column-header{position:sticky !important;right:0}.c4p--datagrid__left-sticky-column-cell{position:sticky !important;left:0;display:flex;align-items:center;border-right:1px solid var(--cds-ui-03, #e0e0e0)}.c4p--datagrid__left-sticky-column-header{position:sticky !important;z-index:1;left:0}.c4p--datagrid__left-sticky-column-cell.c4p--datagrid__left-sticky-column-cell--with-extra-select-column,.c4p--datagrid__left-sticky-column-header.c4p--datagrid__left-sticky-column-header--with-extra-select-column{left:var(--cds-spacing-08, 2.5rem)}.c4p--datagrid__sticky-noShadow{box-shadow:none}.c4p--datagrid__sticky-column-noShadow .c4p--datagrid__right-sticky-column-cell{box-shadow:none}.c4p--datagrid__right-sticky-column-offset-scroll{right:6px !important}.c4p--datagrid__select-all-toggle-on.c4p--datagrid__select-all-sticky-left{position:sticky;z-index:1;left:0}.c4p--datagrid__actions-column-cell{display:flex;flex-flow:column;justify-content:center}.c4p--datagrid__actions-column-content{display:flex;justify-content:center}.c4p--datagrid__actions-column-loading{margin-bottom:var(--cds-spacing-03, 0.5rem)}.c4p--datagrid .c4p--datagrid__disabled-row-action-button{cursor:not-allowed}.c4p--datagrid .c4p--datagrid__disabled-row-action{pointer-events:none}.c4p--datagrid .c4p--datagrid__disabled-row-action svg{fill:var(--cds-disabled-03, #8d8d8d)}.c4p--datagrid__customize-columns-modal .bx--modal-content{position:inherit;display:flex;flex-flow:column;padding:0;margin:0}.c4p--datagrid__customize-columns-checkbox-wrapper{margin-bottom:0}.c4p--datagrid__customize-columns-checkbox-wrapper{display:flex;justify-content:center}.c4p--datagrid__customize-columns-modal--actions{display:flex;height:var(--cds-spacing-09, 3rem);flex-flow:row;background-color:var(--cds-field-02, #ffffff)}.c4p--datagrid__customize-columns-modal--actions input[role=searchbox]{height:var(--cds-spacing-09, 3rem);padding-left:var(--cds-spacing-08, 2.5rem);border-bottom:none}.c4p--datagrid__customize-columns-modal--actions>button{margin-left:var(--cds-spacing-05, 1rem)}.c4p--datagrid__customize-columns-instructions{padding-left:var(--cds-spacing-05, 1rem);margin-bottom:var(--cds-spacing-06, 1.5rem);font-size:var(--cds-body-long-01-font-size, 0.875rem);font-weight:var(--cds-body-long-01-font-weight, 400);line-height:var(--cds-body-long-01-line-height, 1.42857);letter-spacing:var(--cds-body-long-01-letter-spacing, 0.16px);color:var(--cds-text-01, #161616)}.c4p--datagrid__customize-columns-column-list{position:relative;overflow:auto}.c4p--datagrid__customize-columns-select-all{display:flex;height:var(--cds-spacing-09, 3rem);padding-left:var(--cds-spacing-08, 2.5rem);border-bottom:1px solid var(--cds-layer-active, #c6c6c6);background-color:var(--cds-layer, #f4f4f4)}.c4p--datagrid__customize-columns-select-all:hover{background-color:var(--cds-layer-hover, #e5e5e5)}.c4p--datagrid__customize-columns-select-all-selected{display:flex;height:var(--cds-spacing-09, 3rem);padding-left:var(--cds-spacing-08, 2.5rem);border-bottom:1px solid var(--cds-layer-active, #c6c6c6);background-color:var(--cds-layer-selected, #e0e0e0)}.c4p--datagrid__customize-columns-select-all-selected:hover{background-color:var(--cds-hover-selected-ui, #cacaca)}.c4p--datagrid .c4p--datagrid__customize-columns-modal .bx--modal-content{margin-bottom:0}.c4p--datagrid__row-size-dropdown{position:absolute;padding:var(--cds-spacing-05, 1rem);background-color:var(--cds-ui-background, #ffffff);box-shadow:1px 4px 8px -3px var(--cds-overlay-01, rgba(22, 22, 22, 0.5)),-1px 6px 8px -5px var(--cds-overlay-01, rgba(22, 22, 22, 0.5))}.c4p--datagrid__row-size-button--open{background-color:var(--cds-ui-background, #ffffff);box-shadow:1px 4px 8px -3px var(--cds-overlay-01, rgba(22, 22, 22, 0.5)),-1px 6px 8px -5px var(--cds-overlay-01, rgba(22, 22, 22, 0.5))}.c4p--datagrid-filter-flyout__container{position:relative}.c4p--datagrid-filter-flyout{position:absolute;top:var(--cds-spacing-09, 3rem);right:0;display:none;width:40.125rem;background-color:var(--cds-ui-02, #ffffff);box-shadow:0 1px .5rem 0 rgba(0,0,0,.25)}.c4p--datagrid-filter-flyout--open{display:grid}.c4p--datagrid-filter-flyout--batch{min-height:21.625rem;grid-template-rows:1fr 3rem}.c4p--datagrid-filter-flyout--instant{min-height:17.625rem;grid-template-rows:1fr}.c4p--datagrid-filter-flyout__inner-container{padding:var(--cds-spacing-05, 1rem) var(--cds-spacing-05, 1rem) var(--cds-spacing-09, 3rem) var(--cds-spacing-05, 1rem)}.c4p--datagrid-filter-flyout__inner-container::before{position:absolute;top:-0.4375rem;right:1px;display:block;width:2.875rem;height:.9375rem;background-color:var(--cds-ui-02, #ffffff);content:""}.c4p--datagrid-filter-flyout__title{display:block;font-size:var(--cds-productive-heading-01-font-size, 0.875rem);font-weight:var(--cds-productive-heading-01-font-weight, 600);line-height:var(--cds-productive-heading-01-line-height, 1.28572);letter-spacing:var(--cds-productive-heading-01-letter-spacing, 0.16px);margin-bottom:var(--cds-spacing-06, 1.5rem)}.c4p--datagrid-filter-flyout__filters{display:grid;gap:1rem 2rem;grid-template-columns:1fr 1fr}.c4p--datagrid-filter-flyout__trigger--open.bx--btn.bx--btn--icon-only{position:relative;background-color:var(--cds-ui-02, #ffffff);box-shadow:0 1px .5rem 0 rgba(0,0,0,.25)}.c4p--datagrid-filter-flyout .bx--fieldset{margin-bottom:0}th.c4p--datagrid__select-all-toggle-on,td.c4p--datagrid__select-all-toggle-on{width:4.5rem !important;min-width:initial !important;box-sizing:border-box;flex:0 0 auto}th.c4p--datagrid__select-all-toggle-on{display:flex;align-items:center;justify-content:center}th.c4p--datagrid__select-all-toggle-on.button{margin-left:var(--cds-spacing-01, 0.125rem)}.c4p--datagrid .c4p--datagrid__expanded-row-content{position:relative;padding:var(--cds-spacing-05, 1rem) var(--cds-spacing-05, 1rem) var(--cds-spacing-06, 1.5rem) var(--cds-spacing-09, 3rem)}.c4p--datagrid .c4p--datagrid__expanded-row-content::before{position:absolute;top:-1px;right:0;width:calc(100% - var(--cds-spacing-09, 3rem));height:1px;background-color:var(--cds-ui-03, #e0e0e0);content:""}.c4p--datagrid .c4p--datagrid__expanded-row-content::after{position:absolute;bottom:0;left:0;width:100%;height:1px;background-color:var(--cds-ui-03, #e0e0e0);content:""}.c4p--datagrid__carbon-row.c4p--datagrid__carbon-row-expandable .c4p--datagrid__cell.c4p--datagrid__expandable-row-cell{padding:var(--cds-spacing-03, 0.5rem);padding-right:0}.c4p--datagrid__row-expander.bx--btn{display:flex;width:var(--cds-spacing-07, 2rem);height:var(--cds-spacing-07, 2rem);min-height:var(--cds-spacing-07, 2rem);justify-content:center;padding:0}.c4p--datagrid__row-expander.bx--btn .c4p--datagrid__row-expander--icon{fill:var(--cds-ui-05, #161616)}.c4p--datagrid__draggable-handleStyle{display:flex;align-items:center;margin-right:var(--cds-spacing-03, 0.5rem);cursor:grab}.c4p--datagrid__draggable-handleStyle.disabled{pointer-events:none}svg.c4p--datagrid__draggable-handleStyle.disable{fill:var(--cds-disabled-02, #c6c6c6)}.c4p--datagrid__draggable-handleHolder{display:flex;height:var(--cds-spacing-09, 3rem);padding-left:var(--cds-spacing-05, 1rem);border-bottom:1px solid var(--cds-layer-active, #c6c6c6);background-color:var(--cds-layer, #f4f4f4)}.c4p--datagrid__draggable-handleHolder:hover{background-color:var(--cds-layer-hover, #e5e5e5)}.c4p--datagrid__draggable-handleHolder-selected{display:flex;height:var(--cds-spacing-09, 3rem);padding-left:var(--cds-spacing-05, 1rem);border-bottom:1px solid var(--cds-layer-active, #c6c6c6);background-color:var(--cds-layer-selected, #e0e0e0)}.c4p--datagrid__draggable-handleHolder-selected:hover{background-color:var(--cds-hover-selected-ui, #cacaca)}.c4p--datagrid__draggable-handleHolder-isOver{border:2px dashed var(--cds-focus, #0f62fe);background-color:var(--cds-hover-selected-ui, #cacaca)}.c4p--datagrid__draggable-handleHolder-droppable{display:flex;width:100%}.c4p--datagrid__draggable-handleHolder-grabbed{background-color:var(--cds-highlight, #d0e2ff);color:var(--cds-text-01, #161616)}.c4p--datagrid__shared-ui--assistive-text{position:absolute;overflow:hidden;width:0;height:0;padding:0;border:0;clip:rect(0 0 0 0);text-transform:none;white-space:nowrap}.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--xs .bx--text-input,.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--xs .bx--number input[type=number],.c4p--datagrid .c4p--datagrid__inline-edit--select.c4p--datagrid__inline-edit--select-xs,.c4p--datagrid .c4p--datagrid__inline-edit--date.c4p--datagrid__inline-edit--date-xs .bx--date-picker__input{height:1.5rem}.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--xs .bx--number__control-btn::before,.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--xs .bx--number__control-btn::after{height:calc(1.5rem - 0.25rem)}.c4p--datagrid .c4p--datagrid__inline-edit--select.c4p--datagrid__inline-edit--select-xs.bx--list-box{max-height:none}.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--sm .bx--text-input,.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--sm .bx--number input[type=number],.c4p--datagrid .c4p--datagrid__inline-edit--select.c4p--datagrid__inline-edit--select-sm,.c4p--datagrid .c4p--datagrid__inline-edit--date.c4p--datagrid__inline-edit--date-sm .bx--date-picker__input{height:2rem}.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--sm .bx--number__control-btn::before,.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--sm .bx--number__control-btn::after{height:calc(2rem - 0.25rem)}.c4p--datagrid .c4p--datagrid__inline-edit--select.c4p--datagrid__inline-edit--select-sm.bx--list-box{max-height:none}.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--md .bx--text-input,.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--md .bx--number input[type=number],.c4p--datagrid .c4p--datagrid__inline-edit--select.c4p--datagrid__inline-edit--select-md,.c4p--datagrid .c4p--datagrid__inline-edit--date.c4p--datagrid__inline-edit--date-md .bx--date-picker__input{height:2.5rem}.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--md .bx--number__control-btn::before,.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--md .bx--number__control-btn::after{height:calc(2.5rem - 0.25rem)}.c4p--datagrid .c4p--datagrid__inline-edit--select.c4p--datagrid__inline-edit--select-md.bx--list-box{max-height:none}.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--lg .bx--text-input,.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--lg .bx--number input[type=number],.c4p--datagrid .c4p--datagrid__inline-edit--select.c4p--datagrid__inline-edit--select-lg,.c4p--datagrid .c4p--datagrid__inline-edit--date.c4p--datagrid__inline-edit--date-lg .bx--date-picker__input{height:3rem}.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--lg .bx--number__control-btn::before,.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--lg .bx--number__control-btn::after{height:calc(3rem - 0.25rem)}.c4p--datagrid .c4p--datagrid__inline-edit--select.c4p--datagrid__inline-edit--select-lg.bx--list-box{max-height:none}.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--xl .bx--text-input,.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--xl .bx--number input[type=number],.c4p--datagrid .c4p--datagrid__inline-edit--select.c4p--datagrid__inline-edit--select-xl,.c4p--datagrid .c4p--datagrid__inline-edit--date.c4p--datagrid__inline-edit--date-xl .bx--date-picker__input{height:4rem}.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--xl .bx--number__control-btn::before,.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--xl .bx--number__control-btn::after{height:calc(4rem - 0.25rem)}.c4p--datagrid .c4p--datagrid__inline-edit--select.c4p--datagrid__inline-edit--select-xl.bx--list-box{max-height:none}.c4p--datagrid{--c4p--datagrid--grid-header-height: 0}.c4p--datagrid__inline-edit-cell{display:flex;height:100%;align-items:center}.c4p--datagrid .c4p--inline-edit__after-input-elements{display:flex;align-items:center}.c4p--datagrid__inline-edit--outer-cell-button{width:100%;height:calc(100% + 2px)}.c4p--datagrid__inline-edit--outer-cell-button .c4p--datagrid__inline-edit-button{position:relative;z-index:2;display:flex;width:100%;height:100%;align-items:center;justify-content:space-between;padding-left:var(--cds-spacing-05, 1rem);color:var(--cds-text-02, #525252);cursor:pointer;outline:0}.c4p--datagrid__inline-edit--outer-cell-button .c4p--datagrid__inline-edit-button .c4p--datagrid__label-icon{height:var(--cds-spacing-05, 1rem);padding-right:var(--cds-spacing-05, 1rem)}.c4p--datagrid__inline-edit--outer-cell-button .c4p--datagrid__inline-edit-button.c4p--datagrid__inline-edit-button--non-edit{padding-left:0;cursor:default}.c4p--datagrid__inline-edit--outer-cell-button .c4p--datagrid__inline-edit-button .c4p--datagrid__inline-edit-button-icon{height:var(--cds-spacing-05, 1rem);fill:var(--cds-icon-02, #525252)}.c4p--datagrid__inline-edit--outer-cell-button .c4p--datagrid__inline-edit-button.c4p--datagrid__inline-edit-button--date{font-family:'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace}.c4p--datagrid__inline-edit--outer-cell-button .c4p--datagrid__inline-edit-button.c4p--datagrid__inline-edit-button--selection{justify-content:flex-start}.c4p--datagrid__inline-edit--outer-cell-button .c4p--datagrid__inline-edit-button:not(.c4p--datagrid__inline-edit-button--edit-less-than-half-of-total-cols) .c4p--datagrid__inline-edit-button-icon{display:none}.c4p--datagrid__inline-edit--outer-cell-button .c4p--datagrid__inline-edit-button:not(.c4p--datagrid__inline-edit-button--edit-less-than-half-of-total-cols):hover .c4p--datagrid__inline-edit-button-icon{display:block}.c4p--datagrid__inline-edit--outer-cell-button .c4p--datagrid__inline-edit-button:not([data-disabled=true]):hover{background-color:var(--cds-hover-selected-ui, #cacaca);color:var(--cds-text-01, #161616)}.c4p--datagrid__inline-edit--outer-cell-button .c4p--datagrid__inline-edit-button:not([data-disabled=true]):hover .c4p--datagrid__inline-edit-button-icon{fill:var(--cds-icon-01, #161616)}.c4p--datagrid__inline-edit--outer-cell-button .c4p--datagrid__inline-edit-button.c4p--datagrid__inline-edit-button--active:not([data-disabled=true]){background-color:var(--cds-active-ui, #c6c6c6);color:var(--cds-text-01, #161616);cursor:text}.c4p--datagrid__inline-edit--outer-cell-button .c4p--datagrid__inline-edit-button.c4p--datagrid__inline-edit-button--active{outline:var(--cds-spacing-01, 0.125rem) solid var(--cds-focus, #0f62fe);outline-offset:calc(-1 * var(--cds-spacing-01, 0.125rem))}@media screen and (prefers-contrast){.c4p--datagrid__inline-edit--outer-cell-button .c4p--datagrid__inline-edit-button.c4p--datagrid__inline-edit-button--active{outline-style:dotted}}.c4p--datagrid__inline-edit--outer-cell-button .c4p--datagrid__inline-edit-button--disabled:not(.c4p--datagrid__inline-edit-button--edit-less-than-half-of-total-cols){color:var(--cds-disabled-02, #c6c6c6);cursor:not-allowed}.c4p--datagrid__inline-edit--outer-cell-button .c4p--datagrid__inline-edit-button .c4p--datagrid__inline-edit-button-label{overflow:hidden;padding-right:var(--cds-spacing-05, 1rem);text-overflow:ellipsis;white-space:nowrap}.c4p--datagrid__inline-edit--outer-cell-button .c4p--datagrid__inline-edit-button .c4p--datagrid__inline-edit-button-label.c4p--datagrid__inline-edit-button-label-with-icon{padding-right:var(--cds-spacing-09, 3rem)}.c4p--datagrid__inline-edit--outer-cell-button .bx--text-input,.c4p--datagrid__inline-edit--outer-cell-button .bx--number input[type=number]{height:var(--cds-spacing-09, 3rem)}.c4p--datagrid__inline-edit-button-icon{position:absolute;right:var(--cds-spacing-05, 1rem)}.c4p--datagrid__table-with-inline-edit.bx--data-table .c4p--datagrid__cell-inline-edit{position:relative;padding:0}.c4p--datagrid__table-with-inline-edit.bx--data-table .c4p--datagrid__cell-inline-edit .c4p--datagrid__inline-edit-button--non-edit{padding-left:var(--cds-spacing-05, 1rem)}.c4p--datagrid__table-with-inline-edit.bx--data-table .c4p--datagrid__cell-inline-edit .bx--number input[type=number]{min-width:auto;padding-right:var(--cds-spacing-05, 1rem)}.c4p--datagrid__inline-edit--select .c4p--datagrid__inline-edit--select-item{padding-bottom:var(--cds-spacing-05, 1rem);padding-left:var(--cds-spacing-05, 1rem)}.c4p--datagrid__inline-edit--select.bx--dropdown,.c4p--datagrid__inline-edit--date .bx--date-picker__input{width:inherit;height:var(--cds-spacing-09, 3rem);max-height:none}.c4p--datagrid__inline-edit--date .bx--date-picker-container{width:inherit}.c4p--datagrid__inline-edit--date.bx--date-picker.bx--date-picker--single .bx--date-picker__input{overflow:hidden;width:100%;max-width:none;padding-right:var(--cds-spacing-07, 2rem);text-overflow:ellipsis;white-space:nowrap}.c4p--datagrid .bx--data-table .c4p--datagrid__carbon-row-hover-active td{border-top-color:var(--cds-hover-ui, #e5e5e5);background-color:var(--cds-hover-ui, #e5e5e5)}.c4p--datagrid .c4p--datagrid__grid-container-grid-active::before{position:absolute;z-index:2;bottom:0;left:0;width:2px;height:calc(100% - 50px - var(--c4p--datagrid--grid-header-height));background-color:var(--cds-inverse-link, #78a9ff);content:""}.c4p--datagrid .c4p--datagrid__grid-container-grid-active::after{position:absolute;z-index:2;right:0;bottom:0;width:2px;height:calc(100% - 50px - var(--c4p--datagrid--grid-header-height));background-color:var(--cds-inverse-link, #78a9ff);content:""}.c4p--datagrid .c4p--datagrid__grid-container-grid-active .bx--data-table-content::before{position:absolute;z-index:2;top:0;right:0;left:0;width:var(--c4p--datagrid--grid-width);height:2px;background-color:var(--cds-inverse-link, #78a9ff)}.c4p--datagrid .c4p--datagrid__grid-container-grid-active.c4p--datagrid__grid-container-grid-active--without-toolbar::before,.c4p--datagrid .c4p--datagrid__grid-container-grid-active.c4p--datagrid__grid-container-grid-active--without-toolbar::after{height:calc(100% - 2px - var(--c4p--datagrid--grid-header-height))}.c4p--datagrid .c4p--datagrid__grid-container-grid-active .c4p--datagrid__table-container{outline:2px solid var(--cds-inverse-link, #78a9ff);outline-offset:-2px}.c4p--datagrid .c4p--datagrid__grid-container-inline-edit .c4p--datagrid__table-container{padding-top:var(--cds-spacing-01, 0.125rem)}.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--invalid [data-invalid]~.bx--form-requirement,.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--invalid [data-invalid] .bx--form-requirement{position:absolute;z-index:3;top:calc(100% - var(--cds-spacing-01, 0.125rem));width:100%;padding:var(--cds-spacing-03, 0.5rem) var(--cds-spacing-06, 1.5rem) var(--cds-spacing-03, 0.5rem) var(--cds-spacing-03, 0.5rem);margin:0;background-color:var(--cds-ui-01, #f4f4f4);outline:var(--cds-spacing-01, 0.125rem) solid var(--cds-danger-02, #da1e28);outline-offset:calc(-1 * var(--cds-spacing-01, 0.125rem))}.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--invalid .bx--list-box[data-invalid]:focus-within~.bx--form-requirement{outline:var(--cds-spacing-01, 0.125rem) solid var(--cds-focus, #0f62fe)}.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--invalid .bx--list-box__invalid-icon,.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--invalid .bx--text-input__invalid-icon,.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--invalid .bx--number__invalid{z-index:4;top:calc(100% + var(--cds-spacing-04, 0.75rem) + var(--cds-spacing-01, 0.125rem));right:var(--cds-spacing-03, 0.5rem)}.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--invalid .bx--number__invalid{top:calc(100% + var(--cds-spacing-02, 0.25rem) + var(--cds-spacing-01, 0.125rem))}.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--invalid .bx--form-requirement::before{position:absolute;top:0;left:var(--cds-spacing-01, 0.125rem);width:calc(100% - (var(--cds-spacing-01, 0.125rem) * 2));height:var(--cds-spacing-01, 0.125rem);background-color:var(--cds-ui-01, #f4f4f4);content:""}.c4p--datagrid__inline-edit--outer-cell-button--invalid .bx--form-requirement::after{position:absolute;top:var(--cds-spacing-01, 0.125rem);left:var(--cds-spacing-03, 0.5rem);width:calc(100% - (var(--cds-spacing-03, 0.5rem) * 2));height:1px;background-color:var(--cds-ui-03, #e0e0e0);content:""}.c4p--datagrid tbody tr:hover .c4p--datagrid__inline-edit--outer-cell-button--invalid .bx--form-requirement::before{background-color:var(--cds-ui-03, #e0e0e0)}.c4p--datagrid tbody tr:hover .c4p--datagrid__inline-edit--outer-cell-button--invalid .bx--form-requirement::after{background-color:rgba(0,0,0,0)}.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--invalid .bx--text-input:focus,.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--invalid .bx--number input[type=number]:focus,.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--invalid .bx--number input[type=number]:focus~.bx--number__controls .bx--number__control-btn:hover,.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--invalid .bx--number__control-btn:focus{outline-color:var(--cds-support-01, #da1e28)}.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--invalid .bx--number input[type=number][data-invalid]:focus~.bx--number__controls .bx--number__control-btn.up-icon::after{background-color:var(--cds-support-01, #da1e28)}.c4p--datagrid__datagridWrap{display:block;width:100%}.c4p--datagrid__datagridWrap :global(.bx--checkbox){display:none}.c4p--datagrid__datagridWrap-simple{display:flex;width:100%;flex-direction:column}.c4p--datagrid__datagridWrap-simple :global .bx--pagination{overflow-x:unset}.bx--overflow-menu-options>.c4p--datagrid__row-size-dropdown{left:var(--cds-spacing-01, 0.125rem);width:112px}@keyframes rotate{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@keyframes rotate-end-p1{100%{transform:rotate(360deg)}}@keyframes rotate-end-p2{100%{transform:rotate(-360deg)}}@keyframes init-stroke{0%{stroke-dashoffset:276.4608}100%{stroke-dashoffset:52.527552}}@keyframes stroke-end{0%{stroke-dashoffset:52.527552}100%{stroke-dashoffset:276.4608}}@keyframes stroke{100%{stroke-dashoffset:0}}@keyframes form-content-entrance{0%{opacity:0;transform:translateY(-0.75rem)}100%{opacity:1;transform:translateY(0)}}.c4p--tearsheet-edit{--c4p--tearsheet-edit--total-width: 0}.c4p--tearsheet-edit .c4p--tearsheet-edit__form__form--hidden-form{display:none}.c4p--tearsheet-edit .c4p--tearsheet-edit__form__form--visible-form{animation-duration:400ms;animation-fill-mode:forwards;animation-name:form-content-entrance;animation-timing-function:cubic-bezier(0.2, 0, 0.38, 0.9);opacity:0}@media(prefers-reduced-motion){.c4p--tearsheet-edit .c4p--tearsheet-edit__form__form--visible-form{animation:none;opacity:1}}.c4p--tearsheet-edit .c4p--tearsheet-edit__content{height:100%;padding:var(--cds-spacing-06, 1.5rem);overflow-x:hidden}.c4p--tearsheet-edit .c4p--tearsheet-edit__content .bx--grid{padding:0;margin:0}.c4p--tearsheet-edit .c4p--tearsheet-edit__form--heading{padding-bottom:var(--cds-spacing-06, 1.5rem)}.c4p--tearsheet-edit .bx--btn-set .bx--btn.bx--btn--disabled{box-shadow:-0.0625rem 0 0 0 var(--cds-button-separator, #e0e0e0)}.c4p--tearsheet-edit .bx--side-nav--ux{position:initial;width:100%;max-width:100%;background-color:rgba(0,0,0,0)}.c4p--tearsheet-edit .bx--side-nav__link:hover{cursor:pointer}.c4p--tearsheet-edit .bx--side-nav__overlay-active{display:none}.c4p--tearsheet-edit .c4p--tearsheet-edit__form--title,.c4p--tearsheet-edit .c4p--tearsheet-edit__section--title{margin-bottom:var(--cds-spacing-05, 1rem)}.c4p--tearsheet-edit .c4p--tearsheet-edit__section--subtitle,.c4p--tearsheet-edit .c4p--tearsheet-edit__form--subtitle{font-size:var(--cds-productive-heading-01-font-size, 0.875rem);font-weight:var(--cds-productive-heading-01-font-weight, 600);line-height:var(--cds-productive-heading-01-line-height, 1.28572);letter-spacing:var(--cds-productive-heading-01-letter-spacing, 0.16px);margin-bottom:var(--cds-spacing-03, 0.5rem)}.c4p--tearsheet-edit .c4p--tearsheet-edit__section--description,.c4p--tearsheet-edit .c4p--tearsheet-edit__form--description{font-size:var(--cds-body-long-01-font-size, 0.875rem);font-weight:var(--cds-body-long-01-font-weight, 400);line-height:var(--cds-body-long-01-line-height, 1.42857);letter-spacing:var(--cds-body-long-01-letter-spacing, 0.16px);margin-bottom:var(--cds-spacing-06, 1.5rem)}.c4p--tearsheet-edit .bx--fieldset{margin-bottom:0}.c4p--tearsheet-edit .c4p--tearsheet-edit__form--fieldset>*{margin-bottom:var(--cds-spacing-05, 1rem)}.c4p--edit-update-cards#c4p--edit-update-cards--edit .c4p--card__header button:hover,.c4p--edit-update-cards#c4p--edit-update-cards--edit .c4p--card__footer button:hover{background-color:var(--cds-hover-primary, #0353e9)}.c4p--edit-update-cards#c4p--edit-update-cards--edit .c4p--card__header button:focus,.c4p--edit-update-cards#c4p--edit-update-cards--edit .c4p--card__footer button:focus{box-shadow:none}.c4p--edit-update-cards#c4p--edit-update-cards--edit .c4p--card__header button svg path,.c4p--edit-update-cards#c4p--edit-update-cards--edit .c4p--card__footer button svg path{fill:#fff}.c4p--edit-update-cards#c4p--edit-update-cards--edit .c4p--card__header button.c4p--loading:hover,.c4p--edit-update-cards#c4p--edit-update-cards--edit .c4p--card__footer button.c4p--loading:hover{background-color:rgba(0,0,0,0)}.c4p--edit-update-cards#c4p--edit-update-cards--edit .c4p--card__footer{background-color:#0f62fe;color:#fff}.c4p--edit-update-cards#c4p--edit-update-cards--edit .c4p--loading{animation-duration:720ms;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:rotate;animation-timing-function:cubic-bezier(0.2, 0, 0.38, 0.9)}.c4p--edit-update-cards#c4p--edit-update-cards--edit .c4p--loading:hover{background-color:rgba(0,0,0,0)}.c4p--edit-update-cards:not(.c4p--edit-update-cards__actions-bottom)#c4p--edit-update-cards--edit .c4p--card__header{background-color:#0f62fe;color:#fff}.c4p--inline-edit{--c4p--inline-edit--size: var(--cds-spacing-08, 2.5rem);--c4p--inline-edit--icon-size: var(--cds-spacing-05, 1rem);--c4p--inline-edit--background-color: var(--cds-ui-01, #f4f4f4);--c4p--inline-edit--toolbar-width: calc(2 * var(--c4p--inline-edit--size));position:relative;display:inline-block;min-width:calc(4*var(--c4p--inline-edit--size));max-width:100%;height:var(--c4p--inline-edit--size);background-color:var(--c4p--inline-edit--background-color);cursor:text;transition:background-color 70ms cubic-bezier(0, 0, 0.38, 0.9),box-shadow 70ms cubic-bezier(0, 0, 0.38, 0.9),border-color 70ms cubic-bezier(0, 0, 0.38, 0.9);vertical-align:middle;white-space:nowrap}.c4p--inline-edit.c4p--inline-edit--light{--c4p--inline-edit--background-color: transparent}.c4p--inline-edit:hover{--c4p--inline-edit--background-color: var(--cds-hover-field, #e5e5e5)}.c4p--inline-edit.c4p--inline-edit--sm{--c4p--inline-edit--size: var(--cds-spacing-07, 2rem);--c4p--inline-edit--icon-size: var(--cds-spacing-05, 1rem)}.c4p--inline-edit.c4p--inline-edit--lg{--c4p--inline-edit--size: var(--cds-spacing-09, 3rem);--c4p--inline-edit--icon-size: var(--cds-spacing-05, 1rem)}.c4p--inline-edit.c4p--inline-edit--invalid{outline:var(--cds-spacing-01, 0.125rem) solid var(--cds-support-01, #da1e28);outline-offset:calc(-1 * var(--cds-spacing-01, 0.125rem))}@media screen and (prefers-contrast){.c4p--inline-edit.c4p--inline-edit--invalid{outline-style:dotted}}.c4p--inline-edit.c4p--inline-edit--editing{outline:var(--cds-spacing-01, 0.125rem) solid var(--cds-focus, #0f62fe);outline-offset:calc(-1 * var(--cds-spacing-01, 0.125rem));background-color:var(--cds-ui-01, #f4f4f4)}@media screen and (prefers-contrast){.c4p--inline-edit.c4p--inline-edit--editing{outline-style:dotted}}.c4p--inline-edit .c4p--inline-edit__input{display:inline-block;overflow:hidden;width:calc(
8
+ );width:1px;height:var(--c4p--datagrid--indicator-height);border-left:1px solid var(--cds-interactive-01, #0f62fe);content:""}.c4p--datagrid .bx--data-table-header{background:rgba(0,0,0,0)}.c4p--datagrid__dense-header{display:flex;flex-wrap:wrap}.c4p--datagrid__dense-header .bx--data-table-header{flex:1 1 auto;padding-bottom:var(--cds-spacing-05, 1rem)}.c4p--datagrid__dense-header .c4p--datagrid__table-toolbar{flex:0 0 auto}.c4p--datagrid__dense-header .bx--table-toolbar{background:rgba(0,0,0,0)}.c4p--datagrid__dense-header .bx__table-container{flex:1 1 100%}.c4p--datagrid__dense-header .bx--table-toolbar{padding-top:var(--cds-spacing-07, 2rem)}.c4p--datagrid__dense-header .c4p--datagrid__toolbar-divider{position:relative}.c4p--datagrid__dense-header .c4p--datagrid__toolbar-divider::before{position:absolute;top:50%;left:0;width:1px;height:var(--cds-spacing-05, 1rem);border-left:1px solid var(--cds-ui-03, #e0e0e0);content:"";transform:translateY(-50%)}.c4p--datagrid .bx--data-table--selected:not(.c4p--datagrid__active-row){position:relative}.c4p--datagrid .bx--data-table--selected:not(.c4p--datagrid__active-row) ::before{position:absolute;top:0;left:0;width:var(--cds-spacing-02, 0.25rem);height:100%;background-color:var(--cds-interactive-01, #0f62fe);content:""}.c4p--datagrid__table-toolbar .bx--batch-summary__para{white-space:nowrap}.c4p--datagrid__table-toolbar .bx--batch-actions .bx--batch-actions--active{overflow-x:hidden}.c4p--datagrid__table-toolbar .c4p--datagrid__button-menu--icon-only.c4p--button-menu{display:flex;min-width:var(--cds-spacing-08, 2.5rem);justify-content:center;margin-right:var(--cds-spacing-04, 0.75rem)}.c4p--datagrid__table-toolbar .c4p--datagrid__button-menu{min-width:calc(var(--cds-spacing-12, 6rem) + var(--cds-spacing-03, 0.5rem))}.c4p--datagrid__table-toolbar .c4p--datagrid__button-menu--icon-only.c4p--button-menu .c4p--button-menu__trigger{display:flex;width:100%;min-width:var(--cds-spacing-09, 3rem);justify-content:center;padding:0;margin:0}.c4p--datagrid__table-toolbar .c4p--datagrid__button-menu--icon-only.c4p--button-menu .c4p--button-menu__trigger .bx--btn__icon{margin:0}.c4p--datagrid .c4p--button-menu{height:var(--cds-spacing-09, 3rem)}.c4p--datagrid__virtual-scrollbar::-webkit-scrollbar{width:10px;height:7px}.c4p--datagrid__virtual-scrollbar::-webkit-scrollbar-track{background:var(--cds-layer, #f4f4f4)}.c4p--datagrid__virtual-scrollbar::-webkit-scrollbar-thumb{border-radius:5px}.c4p--datagrid__virtualScrollContainer{width:100%}.bx--body--with-modal-open .c4p--datagrid__grid-container{overflow:hidden;height:100vh}.bx--overflow-menu.c4p--datagrid__toolbar-menu__trigger{flex-shrink:0;background-color:var(--cds-interactive-01, #0f62fe)}.bx--overflow-menu.c4p--datagrid__toolbar-menu__trigger svg{fill:var(--cds-ui-background, #ffffff)}.bx--overflow-menu.c4p--datagrid__toolbar-menu__trigger:hover,.bx--overflow-menu.c4p--datagrid__toolbar-menu__trigger.bx--overflow-menu--open:hover,.bx--overflow-menu.c4p--datagrid__toolbar-menu__trigger.bx--overflow-menu--open{background-color:var(--cds-hover-primary, #0353e9)}.c4p--datagrid__toolbar-options.bx--overflow-menu-options::after{background-color:rgba(0,0,0,0)}.c4p--datagrid__mobile-toolbar-modal .bx--modal-container{position:absolute}.c4p--datagrid .bx--modal{width:100%}.bx--data-table tr.c4p--datagrid__carbon-nested-row{border-left:1px solid rgba(0,0,0,0)}.bx--data-table tr.c4p--datagrid__carbon-nested-row .c4p--datagrid__cell{border-bottom:1px solid var(--cds-ui-03, #e0e0e0)}.c4p--datagrid .c4p--datagrid__expander-icon{transition:transform 70ms cubic-bezier(0, 0, 0.38, 0.9)}.c4p--datagrid .c4p--datagrid__expander-icon--open{transform:rotate(90deg)}.c4p--datagrid__expanded-row .c4p--datagrid__carbon-row-expanded td:first-child{border-bottom:none}.c4p--datagrid .c4p--datagrid__carbon-row-expandable{position:relative}.c4p--datagrid tr.c4p--datagrid__carbon-nested-row+:not(tr.c4p--datagrid__carbon-nested-row)::before{position:absolute;top:-1px;left:0;width:100%;height:1px;background-color:var(--cds-border-subtle, #e0e0e0);content:""}.block-class__expanded-row .bx--data-table-container{width:calc(100% - var(--cds-layout-03, 2rem));border-left:2px solid var(--cds-interactive-01, #0f62fe);margin-left:var(--cds-layout-03, 2rem);overflow-x:hidden}.block-class__expanded-row .bx--data-table-container tr.c4p--datagrid__carbon-nested-row{border-left:none}.block-class__expanded-row .bx--data-table-container th{padding-top:0;padding-bottom:0;border-top-color:var(--cds-ui-03, #e0e0e0);background-color:var(--cds-ui-03, #e0e0e0)}.c4p--datagrid__sortableColumn .bx--table-header-label .header-title{display:inline-block;width:auto}.c4p--datagrid__sortableColumn .bx--table-header-label{display:block;width:100%;height:100%}.c4p--datagrid__sortableColumn .bx--table-header-label button:focus,.c4p--datagrid__sortableColumn .bx--table-header-label button:active,.c4p--datagrid__sortableColumn .bx--table-header-label button:focus svg{background:none !important;color:var(--cds-text-01, #161616) !important;outline:none !important}.c4p--datagrid__sortableColumn .bx--table-header-label button{width:100%;min-width:100%;min-height:0;padding:0;border:none;background:none !important;box-shadow:none;color:var(--cds-text-01, #161616) !important;font:inherit}.c4p--datagrid__sortableColumn .bx--table-header-label button svg{fill:var(--cds-text-01, #161616);visibility:hidden}.c4p--datagrid__sortableColumn:hover .bx--table-header-label svg,.c4p--datagrid__sortableColumn.c4p--datagrid__isSorted .bx--table-header-label svg{visibility:visible}.c4p--datagrid__right-align-header{width:100%;text-align:right}.c4p--datagrid__right-align-header button{text-align:right}.c4p--datagrid__right-align-cell-renderer{width:100%;padding-right:23px;text-align:right}.c4p--datagrid__right-align-cell-renderer.sortDisabled{padding-right:0}.c4p--datagrid__center-align-header{width:100%;text-align:center}.c4p--datagrid__center-align-cell-renderer.sortDisabled{margin-right:auto;margin-left:auto}.c4p--datagrid__right-sticky-column-cell{position:sticky !important;right:0;display:flex;align-items:center;border-left:1px solid var(--cds-ui-03, #e0e0e0)}.c4p--datagrid__right-sticky-column-header{position:sticky !important;right:0}.c4p--datagrid__left-sticky-column-cell{position:sticky !important;left:0;display:flex;align-items:center;border-right:1px solid var(--cds-ui-03, #e0e0e0)}.c4p--datagrid__left-sticky-column-header{position:sticky !important;z-index:1;left:0}.c4p--datagrid__left-sticky-column-cell.c4p--datagrid__left-sticky-column-cell--with-extra-select-column,.c4p--datagrid__left-sticky-column-header.c4p--datagrid__left-sticky-column-header--with-extra-select-column{left:var(--cds-spacing-08, 2.5rem)}.c4p--datagrid__sticky-noShadow{box-shadow:none}.c4p--datagrid__sticky-column-noShadow .c4p--datagrid__right-sticky-column-cell{box-shadow:none}.c4p--datagrid__right-sticky-column-offset-scroll{right:6px !important}.c4p--datagrid__select-all-toggle-on.c4p--datagrid__select-all-sticky-left{position:sticky;z-index:1;left:0}.c4p--datagrid__actions-column-cell{display:flex;flex-flow:column;justify-content:center}.c4p--datagrid__actions-column-content{display:flex;justify-content:center}.c4p--datagrid__actions-column-loading{margin-bottom:var(--cds-spacing-03, 0.5rem)}.c4p--datagrid .c4p--datagrid__disabled-row-action-button{cursor:not-allowed}.c4p--datagrid .c4p--datagrid__disabled-row-action{pointer-events:none}.c4p--datagrid .c4p--datagrid__disabled-row-action svg{fill:var(--cds-disabled-03, #8d8d8d)}.c4p--datagrid__customize-columns-modal .bx--modal-content{position:inherit;display:flex;flex-flow:column;padding:0;margin:0}.c4p--datagrid__customize-columns-checkbox-wrapper{margin-bottom:0}.c4p--datagrid__customize-columns-checkbox-wrapper{display:flex;justify-content:center}.c4p--datagrid__customize-columns-modal--actions{display:flex;height:var(--cds-spacing-09, 3rem);flex-flow:row;background-color:var(--cds-field-02, #ffffff)}.c4p--datagrid__customize-columns-modal--actions input[role=searchbox]{height:var(--cds-spacing-09, 3rem);padding-left:var(--cds-spacing-08, 2.5rem);border-bottom:none}.c4p--datagrid__customize-columns-modal--actions>button{margin-left:var(--cds-spacing-05, 1rem)}.c4p--datagrid__customize-columns-instructions{padding-left:var(--cds-spacing-05, 1rem);margin-bottom:var(--cds-spacing-06, 1.5rem);font-size:var(--cds-body-long-01-font-size, 0.875rem);font-weight:var(--cds-body-long-01-font-weight, 400);line-height:var(--cds-body-long-01-line-height, 1.42857);letter-spacing:var(--cds-body-long-01-letter-spacing, 0.16px);color:var(--cds-text-01, #161616)}.c4p--datagrid__customize-columns-column-list{position:relative;overflow:auto}.c4p--datagrid__customize-columns-select-all{display:flex;height:var(--cds-spacing-09, 3rem);padding-left:var(--cds-spacing-08, 2.5rem);border-bottom:1px solid var(--cds-layer-active, #c6c6c6);background-color:var(--cds-layer, #f4f4f4)}.c4p--datagrid__customize-columns-select-all:hover{background-color:var(--cds-layer-hover, #e5e5e5)}.c4p--datagrid__customize-columns-select-all-selected{display:flex;height:var(--cds-spacing-09, 3rem);padding-left:var(--cds-spacing-08, 2.5rem);border-bottom:1px solid var(--cds-layer-active, #c6c6c6);background-color:var(--cds-layer-selected, #e0e0e0)}.c4p--datagrid__customize-columns-select-all-selected:hover{background-color:var(--cds-hover-selected-ui, #cacaca)}.c4p--datagrid .c4p--datagrid__customize-columns-modal .bx--modal-content{margin-bottom:0}.c4p--datagrid__row-size-dropdown{position:absolute;padding:var(--cds-spacing-05, 1rem);background-color:var(--cds-ui-background, #ffffff);box-shadow:1px 4px 8px -3px var(--cds-overlay-01, rgba(22, 22, 22, 0.5)),-1px 6px 8px -5px var(--cds-overlay-01, rgba(22, 22, 22, 0.5))}.c4p--datagrid__row-size-button--open{background-color:var(--cds-ui-background, #ffffff);box-shadow:1px 4px 8px -3px var(--cds-overlay-01, rgba(22, 22, 22, 0.5)),-1px 6px 8px -5px var(--cds-overlay-01, rgba(22, 22, 22, 0.5))}.c4p--datagrid-filter-flyout__container{position:relative}.c4p--datagrid-filter-flyout{position:absolute;top:var(--cds-spacing-09, 3rem);right:0;display:none;width:40.125rem;background-color:var(--cds-ui-02, #ffffff);box-shadow:0 1px .5rem 0 rgba(0,0,0,.25)}.c4p--datagrid-filter-flyout--open{display:grid}.c4p--datagrid-filter-flyout--batch{min-height:21.625rem;grid-template-rows:1fr 3rem}.c4p--datagrid-filter-flyout--instant{min-height:17.625rem;grid-template-rows:1fr}.c4p--datagrid-filter-flyout__inner-container{padding:var(--cds-spacing-05, 1rem) var(--cds-spacing-05, 1rem) var(--cds-spacing-09, 3rem) var(--cds-spacing-05, 1rem)}.c4p--datagrid-filter-flyout__inner-container::before{position:absolute;top:-0.4375rem;right:1px;display:block;width:2.875rem;height:.9375rem;background-color:var(--cds-ui-02, #ffffff);content:""}.c4p--datagrid-filter-flyout__title{display:block;font-size:var(--cds-productive-heading-01-font-size, 0.875rem);font-weight:var(--cds-productive-heading-01-font-weight, 600);line-height:var(--cds-productive-heading-01-line-height, 1.28572);letter-spacing:var(--cds-productive-heading-01-letter-spacing, 0.16px);margin-bottom:var(--cds-spacing-06, 1.5rem)}.c4p--datagrid-filter-flyout__filters{display:grid;gap:1rem 2rem;grid-template-columns:1fr 1fr}.c4p--datagrid-filter-flyout__trigger--open.bx--btn.bx--btn--icon-only{position:relative;background-color:var(--cds-ui-02, #ffffff);box-shadow:0 1px .5rem 0 rgba(0,0,0,.25)}.c4p--datagrid-filter-flyout .bx--fieldset{margin-bottom:0}th.c4p--datagrid__select-all-toggle-on,td.c4p--datagrid__select-all-toggle-on{width:4.5rem !important;min-width:initial !important;box-sizing:border-box;flex:0 0 auto}th.c4p--datagrid__select-all-toggle-on{display:flex;align-items:center;justify-content:center}th.c4p--datagrid__select-all-toggle-on.button{margin-left:var(--cds-spacing-01, 0.125rem)}.c4p--datagrid .c4p--datagrid__expanded-row-content{position:relative;padding:var(--cds-spacing-05, 1rem) var(--cds-spacing-05, 1rem) var(--cds-spacing-06, 1.5rem) var(--cds-spacing-09, 3rem)}.c4p--datagrid .c4p--datagrid__expanded-row-content::before{position:absolute;top:-1px;right:0;width:calc(100% - var(--cds-spacing-09, 3rem));height:1px;background-color:var(--cds-ui-03, #e0e0e0);content:""}.c4p--datagrid .c4p--datagrid__expanded-row-content::after{position:absolute;bottom:0;left:0;width:100%;height:1px;background-color:var(--cds-ui-03, #e0e0e0);content:""}.c4p--datagrid__carbon-row.c4p--datagrid__carbon-row-expandable .c4p--datagrid__cell.c4p--datagrid__expandable-row-cell{padding:var(--cds-spacing-03, 0.5rem);padding-right:0}.c4p--datagrid__row-expander.bx--btn{display:flex;width:var(--cds-spacing-07, 2rem);height:var(--cds-spacing-07, 2rem);min-height:var(--cds-spacing-07, 2rem);justify-content:center;padding:0}.c4p--datagrid__row-expander.bx--btn .c4p--datagrid__row-expander--icon{fill:var(--cds-ui-05, #161616)}.c4p--datagrid__draggable-handleStyle{display:flex;align-items:center;margin-right:var(--cds-spacing-03, 0.5rem);cursor:grab}.c4p--datagrid__draggable-handleStyle.disabled{pointer-events:none}svg.c4p--datagrid__draggable-handleStyle.disable{fill:var(--cds-disabled-02, #c6c6c6)}.c4p--datagrid__draggable-handleHolder{display:flex;height:var(--cds-spacing-09, 3rem);padding-left:var(--cds-spacing-05, 1rem);border-bottom:1px solid var(--cds-layer-active, #c6c6c6);background-color:var(--cds-layer, #f4f4f4)}.c4p--datagrid__draggable-handleHolder:hover{background-color:var(--cds-layer-hover, #e5e5e5)}.c4p--datagrid__draggable-handleHolder-selected{display:flex;height:var(--cds-spacing-09, 3rem);padding-left:var(--cds-spacing-05, 1rem);border-bottom:1px solid var(--cds-layer-active, #c6c6c6);background-color:var(--cds-layer-selected, #e0e0e0)}.c4p--datagrid__draggable-handleHolder-selected:hover{background-color:var(--cds-hover-selected-ui, #cacaca)}.c4p--datagrid__draggable-handleHolder-isOver{border:2px dashed var(--cds-focus, #0f62fe);background-color:var(--cds-hover-selected-ui, #cacaca)}.c4p--datagrid__draggable-handleHolder-droppable{display:flex;width:100%}.c4p--datagrid__draggable-handleHolder-grabbed{background-color:var(--cds-highlight, #d0e2ff);color:var(--cds-text-01, #161616)}.c4p--datagrid__shared-ui--assistive-text{position:absolute;overflow:hidden;width:0;height:0;padding:0;border:0;clip:rect(0 0 0 0);text-transform:none;white-space:nowrap}.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--xs .bx--text-input,.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--xs .bx--number input[type=number],.c4p--datagrid .c4p--datagrid__inline-edit--select.c4p--datagrid__inline-edit--select-xs,.c4p--datagrid .c4p--datagrid__inline-edit--date.c4p--datagrid__inline-edit--date-xs .bx--date-picker__input{height:1.5rem}.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--xs .bx--number__control-btn::before,.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--xs .bx--number__control-btn::after{height:calc(1.5rem - 0.25rem)}.c4p--datagrid .c4p--datagrid__inline-edit--select.c4p--datagrid__inline-edit--select-xs.bx--list-box{max-height:none}.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--sm .bx--text-input,.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--sm .bx--number input[type=number],.c4p--datagrid .c4p--datagrid__inline-edit--select.c4p--datagrid__inline-edit--select-sm,.c4p--datagrid .c4p--datagrid__inline-edit--date.c4p--datagrid__inline-edit--date-sm .bx--date-picker__input{height:2rem}.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--sm .bx--number__control-btn::before,.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--sm .bx--number__control-btn::after{height:calc(2rem - 0.25rem)}.c4p--datagrid .c4p--datagrid__inline-edit--select.c4p--datagrid__inline-edit--select-sm.bx--list-box{max-height:none}.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--md .bx--text-input,.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--md .bx--number input[type=number],.c4p--datagrid .c4p--datagrid__inline-edit--select.c4p--datagrid__inline-edit--select-md,.c4p--datagrid .c4p--datagrid__inline-edit--date.c4p--datagrid__inline-edit--date-md .bx--date-picker__input{height:2.5rem}.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--md .bx--number__control-btn::before,.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--md .bx--number__control-btn::after{height:calc(2.5rem - 0.25rem)}.c4p--datagrid .c4p--datagrid__inline-edit--select.c4p--datagrid__inline-edit--select-md.bx--list-box{max-height:none}.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--lg .bx--text-input,.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--lg .bx--number input[type=number],.c4p--datagrid .c4p--datagrid__inline-edit--select.c4p--datagrid__inline-edit--select-lg,.c4p--datagrid .c4p--datagrid__inline-edit--date.c4p--datagrid__inline-edit--date-lg .bx--date-picker__input{height:3rem}.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--lg .bx--number__control-btn::before,.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--lg .bx--number__control-btn::after{height:calc(3rem - 0.25rem)}.c4p--datagrid .c4p--datagrid__inline-edit--select.c4p--datagrid__inline-edit--select-lg.bx--list-box{max-height:none}.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--xl .bx--text-input,.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--xl .bx--number input[type=number],.c4p--datagrid .c4p--datagrid__inline-edit--select.c4p--datagrid__inline-edit--select-xl,.c4p--datagrid .c4p--datagrid__inline-edit--date.c4p--datagrid__inline-edit--date-xl .bx--date-picker__input{height:4rem}.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--xl .bx--number__control-btn::before,.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--xl .bx--number__control-btn::after{height:calc(4rem - 0.25rem)}.c4p--datagrid .c4p--datagrid__inline-edit--select.c4p--datagrid__inline-edit--select-xl.bx--list-box{max-height:none}.c4p--datagrid{--c4p--datagrid--grid-header-height: 0}.c4p--datagrid__inline-edit-cell{display:flex;height:100%;align-items:center}.c4p--datagrid .c4p--inline-edit__after-input-elements{display:flex;align-items:center}.c4p--datagrid__inline-edit--outer-cell-button{width:100%;height:calc(100% + 2px)}.c4p--datagrid__inline-edit--outer-cell-button .c4p--datagrid__inline-edit-button{position:relative;z-index:2;display:flex;width:100%;height:100%;align-items:center;justify-content:space-between;padding-left:var(--cds-spacing-05, 1rem);color:var(--cds-text-02, #525252);cursor:pointer;outline:0}.c4p--datagrid__inline-edit--outer-cell-button .c4p--datagrid__inline-edit-button .c4p--datagrid__label-icon{height:var(--cds-spacing-05, 1rem);padding-right:var(--cds-spacing-05, 1rem)}.c4p--datagrid__inline-edit--outer-cell-button .c4p--datagrid__inline-edit-button.c4p--datagrid__inline-edit-button--non-edit{padding-left:0;cursor:default}.c4p--datagrid__inline-edit--outer-cell-button .c4p--datagrid__inline-edit-button .c4p--datagrid__inline-edit-button-icon{height:var(--cds-spacing-05, 1rem);fill:var(--cds-icon-02, #525252)}.c4p--datagrid__inline-edit--outer-cell-button .c4p--datagrid__inline-edit-button.c4p--datagrid__inline-edit-button--date{font-family:'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace}.c4p--datagrid__inline-edit--outer-cell-button .c4p--datagrid__inline-edit-button.c4p--datagrid__inline-edit-button--selection{justify-content:flex-start}.c4p--datagrid__inline-edit--outer-cell-button .c4p--datagrid__inline-edit-button:not(.c4p--datagrid__inline-edit-button--edit-less-than-half-of-total-cols) .c4p--datagrid__inline-edit-button-icon{display:none}.c4p--datagrid__inline-edit--outer-cell-button .c4p--datagrid__inline-edit-button:not(.c4p--datagrid__inline-edit-button--edit-less-than-half-of-total-cols):hover .c4p--datagrid__inline-edit-button-icon{display:block}.c4p--datagrid__inline-edit--outer-cell-button .c4p--datagrid__inline-edit-button:not([data-disabled=true]):hover{background-color:var(--cds-hover-selected-ui, #cacaca);color:var(--cds-text-01, #161616)}.c4p--datagrid__inline-edit--outer-cell-button .c4p--datagrid__inline-edit-button:not([data-disabled=true]):hover .c4p--datagrid__inline-edit-button-icon{fill:var(--cds-icon-01, #161616)}.c4p--datagrid__inline-edit--outer-cell-button .c4p--datagrid__inline-edit-button.c4p--datagrid__inline-edit-button--active:not([data-disabled=true]){background-color:var(--cds-active-ui, #c6c6c6);color:var(--cds-text-01, #161616);cursor:text}.c4p--datagrid__inline-edit--outer-cell-button .c4p--datagrid__inline-edit-button.c4p--datagrid__inline-edit-button--active{outline:var(--cds-spacing-01, 0.125rem) solid var(--cds-focus, #0f62fe);outline-offset:calc(-1 * var(--cds-spacing-01, 0.125rem))}@media screen and (prefers-contrast){.c4p--datagrid__inline-edit--outer-cell-button .c4p--datagrid__inline-edit-button.c4p--datagrid__inline-edit-button--active{outline-style:dotted}}.c4p--datagrid__inline-edit--outer-cell-button .c4p--datagrid__inline-edit-button--disabled:not(.c4p--datagrid__inline-edit-button--edit-less-than-half-of-total-cols){color:var(--cds-disabled-02, #c6c6c6);cursor:not-allowed}.c4p--datagrid__inline-edit--outer-cell-button .c4p--datagrid__inline-edit-button .c4p--datagrid__inline-edit-button-label{overflow:hidden;padding-right:var(--cds-spacing-05, 1rem);text-overflow:ellipsis;white-space:nowrap}.c4p--datagrid__inline-edit--outer-cell-button .c4p--datagrid__inline-edit-button .c4p--datagrid__inline-edit-button-label.c4p--datagrid__inline-edit-button-label-with-icon{padding-right:var(--cds-spacing-09, 3rem)}.c4p--datagrid__inline-edit--outer-cell-button .bx--text-input,.c4p--datagrid__inline-edit--outer-cell-button .bx--number input[type=number]{height:var(--cds-spacing-09, 3rem)}.c4p--datagrid__inline-edit-button-icon{position:absolute;right:var(--cds-spacing-05, 1rem)}.c4p--datagrid__table-with-inline-edit.bx--data-table .c4p--datagrid__cell-inline-edit{position:relative;padding:0}.c4p--datagrid__table-with-inline-edit.bx--data-table .c4p--datagrid__cell-inline-edit .c4p--datagrid__inline-edit-button--non-edit{padding-left:var(--cds-spacing-05, 1rem)}.c4p--datagrid__table-with-inline-edit.bx--data-table .c4p--datagrid__cell-inline-edit .bx--number input[type=number]{min-width:auto;padding-right:var(--cds-spacing-05, 1rem)}.c4p--datagrid__inline-edit--select .c4p--datagrid__inline-edit--select-item{padding-bottom:var(--cds-spacing-05, 1rem);padding-left:var(--cds-spacing-05, 1rem)}.c4p--datagrid__inline-edit--select.bx--dropdown,.c4p--datagrid__inline-edit--date .bx--date-picker__input{width:inherit;height:var(--cds-spacing-09, 3rem);max-height:none}.c4p--datagrid__inline-edit--date .bx--date-picker-container{width:inherit}.c4p--datagrid__inline-edit--date.bx--date-picker.bx--date-picker--single .bx--date-picker__input{overflow:hidden;width:100%;max-width:none;padding-right:var(--cds-spacing-07, 2rem);text-overflow:ellipsis;white-space:nowrap}.c4p--datagrid .bx--data-table .c4p--datagrid__carbon-row-hover-active td{border-top-color:var(--cds-hover-ui, #e5e5e5);background-color:var(--cds-hover-ui, #e5e5e5)}.c4p--datagrid .c4p--datagrid__grid-container-grid-active::before{position:absolute;z-index:2;bottom:0;left:0;width:2px;height:calc(100% - 50px - var(--c4p--datagrid--grid-header-height));background-color:var(--cds-inverse-link, #78a9ff);content:""}.c4p--datagrid .c4p--datagrid__grid-container-grid-active::after{position:absolute;z-index:2;right:0;bottom:0;width:2px;height:calc(100% - 50px - var(--c4p--datagrid--grid-header-height));background-color:var(--cds-inverse-link, #78a9ff);content:""}.c4p--datagrid .c4p--datagrid__grid-container-grid-active .bx--data-table-content::before{position:absolute;z-index:2;top:0;right:0;left:0;width:var(--c4p--datagrid--grid-width);height:2px;background-color:var(--cds-inverse-link, #78a9ff)}.c4p--datagrid .c4p--datagrid__grid-container-grid-active.c4p--datagrid__grid-container-grid-active--without-toolbar::before,.c4p--datagrid .c4p--datagrid__grid-container-grid-active.c4p--datagrid__grid-container-grid-active--without-toolbar::after{height:calc(100% - 2px - var(--c4p--datagrid--grid-header-height))}.c4p--datagrid .c4p--datagrid__grid-container-grid-active .c4p--datagrid__table-container{outline:2px solid var(--cds-inverse-link, #78a9ff);outline-offset:-2px}.c4p--datagrid .c4p--datagrid__grid-container-inline-edit .c4p--datagrid__table-container{padding-top:var(--cds-spacing-01, 0.125rem)}.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--invalid [data-invalid]~.bx--form-requirement,.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--invalid [data-invalid] .bx--form-requirement{position:absolute;z-index:3;top:calc(100% - var(--cds-spacing-01, 0.125rem));width:100%;padding:var(--cds-spacing-03, 0.5rem) var(--cds-spacing-06, 1.5rem) var(--cds-spacing-03, 0.5rem) var(--cds-spacing-03, 0.5rem);margin:0;background-color:var(--cds-ui-01, #f4f4f4);outline:var(--cds-spacing-01, 0.125rem) solid var(--cds-danger-02, #da1e28);outline-offset:calc(-1 * var(--cds-spacing-01, 0.125rem))}.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--invalid .bx--list-box[data-invalid]:focus-within~.bx--form-requirement{outline:var(--cds-spacing-01, 0.125rem) solid var(--cds-focus, #0f62fe)}.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--invalid .bx--list-box__invalid-icon,.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--invalid .bx--text-input__invalid-icon,.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--invalid .bx--number__invalid{z-index:4;top:calc(100% + var(--cds-spacing-04, 0.75rem) + var(--cds-spacing-01, 0.125rem));right:var(--cds-spacing-03, 0.5rem)}.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--invalid .bx--number__invalid{top:calc(100% + var(--cds-spacing-02, 0.25rem) + var(--cds-spacing-01, 0.125rem))}.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--invalid .bx--form-requirement::before{position:absolute;top:0;left:var(--cds-spacing-01, 0.125rem);width:calc(100% - (var(--cds-spacing-01, 0.125rem) * 2));height:var(--cds-spacing-01, 0.125rem);background-color:var(--cds-ui-01, #f4f4f4);content:""}.c4p--datagrid__inline-edit--outer-cell-button--invalid .bx--form-requirement::after{position:absolute;top:var(--cds-spacing-01, 0.125rem);left:var(--cds-spacing-03, 0.5rem);width:calc(100% - (var(--cds-spacing-03, 0.5rem) * 2));height:1px;background-color:var(--cds-ui-03, #e0e0e0);content:""}.c4p--datagrid tbody tr:hover .c4p--datagrid__inline-edit--outer-cell-button--invalid .bx--form-requirement::before{background-color:var(--cds-ui-03, #e0e0e0)}.c4p--datagrid tbody tr:hover .c4p--datagrid__inline-edit--outer-cell-button--invalid .bx--form-requirement::after{background-color:rgba(0,0,0,0)}.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--invalid .bx--text-input:focus,.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--invalid .bx--number input[type=number]:focus,.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--invalid .bx--number input[type=number]:focus~.bx--number__controls .bx--number__control-btn:hover,.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--invalid .bx--number__control-btn:focus{outline-color:var(--cds-support-01, #da1e28)}.c4p--datagrid .c4p--datagrid__inline-edit--outer-cell-button--invalid .bx--number input[type=number][data-invalid]:focus~.bx--number__controls .bx--number__control-btn.up-icon::after{background-color:var(--cds-support-01, #da1e28)}.c4p--datagrid__datagridWrap{display:block;width:100%}.c4p--datagrid__datagridWrap :global(.bx--checkbox){display:none}.c4p--datagrid__datagridWrap-simple{display:flex;width:100%;flex-direction:column}.c4p--datagrid__datagridWrap-simple :global .bx--pagination{overflow-x:unset}.bx--overflow-menu-options>.c4p--datagrid__row-size-dropdown{left:var(--cds-spacing-01, 0.125rem);width:112px}@keyframes rotate{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@keyframes rotate-end-p1{100%{transform:rotate(360deg)}}@keyframes rotate-end-p2{100%{transform:rotate(-360deg)}}@keyframes init-stroke{0%{stroke-dashoffset:276.4608}100%{stroke-dashoffset:52.527552}}@keyframes stroke-end{0%{stroke-dashoffset:52.527552}100%{stroke-dashoffset:276.4608}}@keyframes stroke{100%{stroke-dashoffset:0}}@keyframes form-content-entrance{0%{opacity:0;transform:translateY(-0.75rem)}100%{opacity:1;transform:translateY(0)}}.c4p--tearsheet-edit{--c4p--tearsheet-edit--total-width: 0}.c4p--tearsheet-edit .c4p--tearsheet-edit__form__form--hidden-form{display:none}.c4p--tearsheet-edit .c4p--tearsheet-edit__form__form--visible-form{animation-duration:400ms;animation-fill-mode:forwards;animation-name:form-content-entrance;animation-timing-function:cubic-bezier(0.2, 0, 0.38, 0.9);opacity:0}@media(prefers-reduced-motion){.c4p--tearsheet-edit .c4p--tearsheet-edit__form__form--visible-form{animation:none;opacity:1}}.c4p--tearsheet-edit .c4p--tearsheet-edit__content{height:100%;padding:var(--cds-spacing-06, 1.5rem);overflow-x:hidden}.c4p--tearsheet-edit .c4p--tearsheet-edit__content .bx--grid{padding:0;margin:0}.c4p--tearsheet-edit .c4p--tearsheet-edit__form--heading{padding-bottom:var(--cds-spacing-06, 1.5rem)}.c4p--tearsheet-edit .bx--btn-set .bx--btn.bx--btn--disabled{box-shadow:-0.0625rem 0 0 0 var(--cds-button-separator, #e0e0e0)}.c4p--tearsheet-edit .bx--side-nav--ux{position:initial;width:100%;max-width:100%;background-color:rgba(0,0,0,0)}.c4p--tearsheet-edit .bx--side-nav__link:hover{cursor:pointer}.c4p--tearsheet-edit .bx--side-nav__overlay-active{display:none}.c4p--tearsheet-edit .c4p--tearsheet-edit__form--title,.c4p--tearsheet-edit .c4p--tearsheet-edit__section--title{margin-bottom:var(--cds-spacing-05, 1rem)}.c4p--tearsheet-edit .c4p--tearsheet-edit__section--subtitle,.c4p--tearsheet-edit .c4p--tearsheet-edit__form--subtitle{font-size:var(--cds-productive-heading-01-font-size, 0.875rem);font-weight:var(--cds-productive-heading-01-font-weight, 600);line-height:var(--cds-productive-heading-01-line-height, 1.28572);letter-spacing:var(--cds-productive-heading-01-letter-spacing, 0.16px);margin-bottom:var(--cds-spacing-03, 0.5rem)}.c4p--tearsheet-edit .c4p--tearsheet-edit__section--description,.c4p--tearsheet-edit .c4p--tearsheet-edit__form--description{font-size:var(--cds-body-long-01-font-size, 0.875rem);font-weight:var(--cds-body-long-01-font-weight, 400);line-height:var(--cds-body-long-01-line-height, 1.42857);letter-spacing:var(--cds-body-long-01-letter-spacing, 0.16px);margin-bottom:var(--cds-spacing-06, 1.5rem)}.c4p--tearsheet-edit .bx--fieldset{margin-bottom:0}.c4p--tearsheet-edit .c4p--tearsheet-edit__form--fieldset>*{margin-bottom:var(--cds-spacing-05, 1rem)}.c4p--edit-update-cards#c4p--edit-update-cards--edit .c4p--card__header button:hover,.c4p--edit-update-cards#c4p--edit-update-cards--edit .c4p--card__footer button:hover{background-color:var(--cds-hover-primary, #0353e9)}.c4p--edit-update-cards#c4p--edit-update-cards--edit .c4p--card__header button:focus,.c4p--edit-update-cards#c4p--edit-update-cards--edit .c4p--card__footer button:focus{box-shadow:none}.c4p--edit-update-cards#c4p--edit-update-cards--edit .c4p--card__header button svg path,.c4p--edit-update-cards#c4p--edit-update-cards--edit .c4p--card__footer button svg path{fill:#fff}.c4p--edit-update-cards#c4p--edit-update-cards--edit .c4p--card__header button.c4p--loading:hover,.c4p--edit-update-cards#c4p--edit-update-cards--edit .c4p--card__footer button.c4p--loading:hover{background-color:rgba(0,0,0,0)}.c4p--edit-update-cards#c4p--edit-update-cards--edit .c4p--card__footer{background-color:#0f62fe;color:#fff}.c4p--edit-update-cards#c4p--edit-update-cards--edit .c4p--loading{animation-duration:720ms;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:rotate;animation-timing-function:cubic-bezier(0.2, 0, 0.38, 0.9)}.c4p--edit-update-cards#c4p--edit-update-cards--edit .c4p--loading:hover{background-color:rgba(0,0,0,0)}.c4p--edit-update-cards:not(.c4p--edit-update-cards__actions-bottom)#c4p--edit-update-cards--edit .c4p--card__header{background-color:#0f62fe;color:#fff}.c4p--inline-edit{--c4p--inline-edit--size: var(--cds-spacing-08, 2.5rem);--c4p--inline-edit--icon-size: var(--cds-spacing-05, 1rem);--c4p--inline-edit--background-color: var(--cds-ui-01, #f4f4f4);--c4p--inline-edit--toolbar-width: calc(2 * var(--c4p--inline-edit--size));position:relative;display:inline-block;min-width:calc(4*var(--c4p--inline-edit--size));max-width:100%;height:var(--c4p--inline-edit--size);background-color:var(--c4p--inline-edit--background-color);cursor:text;transition:background-color 70ms cubic-bezier(0, 0, 0.38, 0.9),box-shadow 70ms cubic-bezier(0, 0, 0.38, 0.9),border-color 70ms cubic-bezier(0, 0, 0.38, 0.9);vertical-align:middle;white-space:nowrap}.c4p--inline-edit.c4p--inline-edit--light{--c4p--inline-edit--background-color: transparent}.c4p--inline-edit:hover{--c4p--inline-edit--background-color: var(--cds-hover-field, #e5e5e5)}.c4p--inline-edit.c4p--inline-edit--sm{--c4p--inline-edit--size: var(--cds-spacing-07, 2rem);--c4p--inline-edit--icon-size: var(--cds-spacing-05, 1rem)}.c4p--inline-edit.c4p--inline-edit--lg{--c4p--inline-edit--size: var(--cds-spacing-09, 3rem);--c4p--inline-edit--icon-size: var(--cds-spacing-05, 1rem)}.c4p--inline-edit.c4p--inline-edit--invalid{outline:var(--cds-spacing-01, 0.125rem) solid var(--cds-support-01, #da1e28);outline-offset:calc(-1 * var(--cds-spacing-01, 0.125rem))}@media screen and (prefers-contrast){.c4p--inline-edit.c4p--inline-edit--invalid{outline-style:dotted}}.c4p--inline-edit.c4p--inline-edit--editing{outline:var(--cds-spacing-01, 0.125rem) solid var(--cds-focus, #0f62fe);outline-offset:calc(-1 * var(--cds-spacing-01, 0.125rem));background-color:var(--cds-ui-01, #f4f4f4)}@media screen and (prefers-contrast){.c4p--inline-edit.c4p--inline-edit--editing{outline-style:dotted}}.c4p--inline-edit .c4p--inline-edit__input{display:inline-block;overflow:hidden;width:calc(
9
9
  100% - var(--c4p--inline-edit--toolbar-width) - var(--cds-spacing-05, 1rem)
10
10
  );max-width:calc(
11
11
  100% - var(--c4p--inline-edit--toolbar-width) - var(--cds-spacing-05, 1rem)