@carbon/ibm-products 1.11.1 → 1.13.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (74) hide show
  1. package/README.md +0 -3
  2. package/css/index-full-carbon.css +1445 -369
  3. package/css/index-full-carbon.css.map +1 -1
  4. package/css/index-full-carbon.min.css +6 -6
  5. package/css/index-full-carbon.min.css.map +1 -1
  6. package/css/index-without-carbon-released-only.css +15 -6
  7. package/css/index-without-carbon-released-only.css.map +1 -1
  8. package/css/index-without-carbon-released-only.min.css +2 -2
  9. package/css/index-without-carbon-released-only.min.css.map +1 -1
  10. package/css/index-without-carbon.css +109 -16
  11. package/css/index-without-carbon.css.map +1 -1
  12. package/css/index-without-carbon.min.css +5 -5
  13. package/css/index-without-carbon.min.css.map +1 -1
  14. package/css/index.css +109 -16
  15. package/css/index.css.map +1 -1
  16. package/css/index.min.css +6 -6
  17. package/css/index.min.css.map +1 -1
  18. package/es/components/ActionBar/ActionBar.js +3 -1
  19. package/es/components/ActionBar/ActionBarOverflowItems.js +5 -3
  20. package/es/components/AddSelect/AddSelect.js +63 -12
  21. package/es/components/AddSelect/AddSelectColumn.js +0 -1
  22. package/es/components/AddSelect/AddSelectList.js +59 -13
  23. package/es/components/AddSelect/AddSelectSidebar.js +15 -5
  24. package/es/components/BreadcrumbWithOverflow/BreadcrumbWithOverflow.js +2 -0
  25. package/es/components/CreateFullPage/CreateFullPageStep.js +4 -4
  26. package/es/components/CreateTearsheet/CreateTearsheetStep.js +4 -4
  27. package/es/components/DataSpreadsheet/DataSpreadsheet.js +193 -119
  28. package/es/components/DataSpreadsheet/DataSpreadsheetBody.js +178 -51
  29. package/es/components/DataSpreadsheet/DataSpreadsheetHeader.js +50 -2
  30. package/es/components/DataSpreadsheet/hooks/useSpreadsheetOutsideClick.js +6 -4
  31. package/es/components/DataSpreadsheet/utils/handleHeaderCellSelection.js +3 -1
  32. package/es/components/HTTPErrors/assets/HTTPErrorSvg403.js +2 -3
  33. package/es/components/HTTPErrors/assets/HTTPErrorSvg404.js +2 -3
  34. package/es/components/HTTPErrors/assets/HTTPErrorSvgOther.js +2 -3
  35. package/es/components/ImportModal/ImportModal.js +2 -2
  36. package/es/components/TagSet/TagSet.js +12 -3
  37. package/es/components/UserProfileImage/UserProfileImage.js +38 -10
  38. package/lib/components/ActionBar/ActionBar.js +3 -1
  39. package/lib/components/ActionBar/ActionBarOverflowItems.js +5 -3
  40. package/lib/components/AddSelect/AddSelect.js +63 -12
  41. package/lib/components/AddSelect/AddSelectColumn.js +0 -1
  42. package/lib/components/AddSelect/AddSelectList.js +61 -12
  43. package/lib/components/AddSelect/AddSelectSidebar.js +15 -11
  44. package/lib/components/BreadcrumbWithOverflow/BreadcrumbWithOverflow.js +2 -0
  45. package/lib/components/CreateFullPage/CreateFullPageStep.js +4 -4
  46. package/lib/components/CreateTearsheet/CreateTearsheetStep.js +4 -4
  47. package/lib/components/DataSpreadsheet/DataSpreadsheet.js +196 -120
  48. package/lib/components/DataSpreadsheet/DataSpreadsheetBody.js +178 -51
  49. package/lib/components/DataSpreadsheet/DataSpreadsheetHeader.js +52 -7
  50. package/lib/components/DataSpreadsheet/hooks/useSpreadsheetOutsideClick.js +6 -3
  51. package/lib/components/DataSpreadsheet/utils/handleHeaderCellSelection.js +3 -1
  52. package/lib/components/HTTPErrors/assets/HTTPErrorSvg403.js +2 -3
  53. package/lib/components/HTTPErrors/assets/HTTPErrorSvg404.js +2 -3
  54. package/lib/components/HTTPErrors/assets/HTTPErrorSvgOther.js +2 -3
  55. package/lib/components/ImportModal/ImportModal.js +1 -1
  56. package/lib/components/TagSet/TagSet.js +12 -3
  57. package/lib/components/UserProfileImage/UserProfileImage.js +38 -10
  58. package/package.json +15 -15
  59. package/scss/components/AboutModal/_about-modal.scss +2 -2
  60. package/scss/components/ActionSet/_action-set.scss +3 -1
  61. package/scss/components/AddSelect/_add-select.scss +50 -3
  62. package/scss/components/CreateModal/_create-modal.scss +7 -5
  63. package/scss/components/CreateModal/_storybook-styles.scss +8 -7
  64. package/scss/components/DataSpreadsheet/_data-spreadsheet.scss +57 -7
  65. package/scss/components/ExportModal/_export-modal.scss +3 -3
  66. package/scss/components/HTTPErrors/_http-errors.scss +16 -16
  67. package/scss/components/InlineEdit/_inline-edit.scss +0 -1
  68. package/scss/components/ModifiedTabs/_modified-tabs.scss +0 -10
  69. package/scss/components/NotificationsPanel/_notifications-panel.scss +3 -3
  70. package/scss/components/OptionsTile/_options-tile.scss +0 -1
  71. package/scss/components/PageHeader/_page-header.scss +4 -0
  72. package/scss/components/RemoveModal/_remove-modal.scss +3 -3
  73. package/scss/components/TagSet/_tag-set.scss +2 -1
  74. package/scss/components/Tearsheet/_tearsheet.scss +1 -2
@@ -1,4 +1,4 @@
1
- @keyframes hide-feedback{0%{opacity:1;visibility:inherit}100%{opacity:0;visibility:hidden}}@keyframes show-feedback{0%{opacity:0;visibility:hidden}100%{opacity:1;visibility:inherit}}@keyframes hide-feedback{0%{opacity:1;visibility:inherit}100%{opacity:0;visibility:hidden}}@keyframes show-feedback{0%{opacity:0;visibility:hidden}100%{opacity:1;visibility:inherit}}@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--apikey-modal .bx--modal-close{display:none}.c4p--apikey-modal .bx--inline-loading{min-height:3rem}.c4p--apikey-modal .bx--modal-content{padding-right:var(--cds-spacing-05, 1rem)}.c4p--apikey-modal__body{padding-right:calc(20% - var(--cds-spacing-05, 1rem));margin-bottom:var(--cds-spacing-05, 1rem)}.c4p--apikey-modal__messaging{display:flex;padding-right:calc(20% - var(--cds-spacing-05, 1rem));margin-top:var(--cds-spacing-03, 0.5rem)}.c4p--apikey-modal__messaging-text{flex:1;margin-left:var(--cds-spacing-03, 0.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)}.c4p--apikey-modal__messaging-text>*{font:inherit}.c4p--apikey-modal__error-icon svg{fill:var(--cds-danger-01, #da1e28)}.c4p--about-modal .bx--modal-container{grid-template-rows:auto auto 1fr auto}.c4p--about-modal .c4p--about-modal__logo{margin:var(--cds-spacing-05, 1rem)}.c4p--about-modal .c4p--about-modal__header{padding:0 20% var(--cds-spacing-03, 0.5rem) var(--cds-spacing-05, 1rem);margin-bottom:0;grid-row:auto}.c4p--about-modal .c4p--about-modal__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);color:var(--cds-text-01, #161616)}.c4p--about-modal .c4p--about-modal__body{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);min-height:var(--cds-layout-05, 4rem);padding:0 20% 0 var(--cds-spacing-05, 1rem);grid-row:auto;overflow-x:hidden;overflow-y:auto}.c4p--about-modal.c4p--about-modal--with-tabs .c4p--about-modal__body{min-height:calc(var(--cds-layout-05, 4rem) + var(--cds-spacing-08, 2.5rem));margin-bottom:calc(var(--cds-spacing-09, 3rem) + var(--cds-spacing-08, 2.5rem))}.c4p--about-modal.c4p--about-modal--with-tabs .bx--modal-content--overflow-indicator{bottom:calc(var(--cds-spacing-09, 3rem) + var(--cds-spacing-08, 2.5rem))}.c4p--about-modal .c4p--about-modal__links-container{margin-top:var(--cds-spacing-05, 1rem)}.c4p--about-modal .c4p--about-modal__links-container a+a{padding-left:var(--cds-spacing-03, 0.5rem);border-left:1px solid var(--cds-text-01, #161616);margin-left:var(--cds-spacing-03, 0.5rem)}.c4p--about-modal .c4p--about-modal__legal-text,.c4p--about-modal .c4p--about-modal__copyright-text{margin-top:var(--cds-spacing-07, 2rem);margin-bottom:0;color:var(--cds-text-02, #525252)}.c4p--about-modal .c4p--about-modal__copyright-text{margin-top:var(--cds-spacing-05, 1rem)}.c4p--about-modal .c4p--about-modal__footer{position:relative;height:4.5rem;flex-direction:column;justify-content:center;background-color:var(--cds-inverse-02, #393939);color:var(--cds-inverse-01, #ffffff)}.c4p--about-modal .c4p--about-modal__tab-container{position:absolute;bottom:100%}.c4p--about-modal .c4p--about-modal__version-label,.c4p--about-modal .c4p--about-modal__version-number{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-left:var(--cds-spacing-05, 1rem);margin-top:0;margin-bottom:0;color:var(--cds-inverse-01, #ffffff)}.c4p--about-modal .c4p--about-modal__version-label{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--action-set{align-items:stretch;justify-content:flex-end;background-color:var(--cds-ui-01, #f4f4f4)}.c4p--action-set .c4p--action-set__action-button{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);height:var(--cds-spacing-10, 4rem);align-items:center;padding-top:var(--cds-spacing-05, 1rem);padding-bottom:var(--cds-spacing-07, 2rem);margin:0}.c4p--action-set.bx--btn-set .c4p--action-set__action-button.bx--btn.bx--btn--expressive{max-width:none}.c4p--action-set:not(.c4p--action-set--stacking) .c4p--action-set__action-button--ghost{padding-left:var(--cds-spacing-07, 2rem)}.c4p--action-set.c4p--action-set--row-single.c4p--action-set--md .c4p--action-set__action-button,.c4p--action-set.c4p--action-set--row-single .c4p--action-set__action-button--ghost{flex:0 0 100%}.c4p--action-set.c4p--action-set--row-double .c4p--action-set__action-button--ghost{flex:1 1 75%}.c4p--action-set.c4p--action-set--row-single.c4p--action-set--lg .c4p--action-set__action-button:not(.c4p--action-set__action-button--ghost),.c4p--action-set.c4p--action-set--row-double.c4p--action-set--md .c4p--action-set__action-button,.c4p--action-set.c4p--action-set--row-double.c4p--action-set--lg .c4p--action-set__action-button,.c4p--action-set.c4p--action-set--row-triple .c4p--action-set__action-button--ghost{flex:0 1 50%}.c4p--action-set.c4p--action-set--row-triple .c4p--action-set__action-button--ghost{flex:1 1 50%}.c4p--action-set.bx--btn-set.c4p--action-set--row-triple.c4p--action-set--lg .c4p--action-set__action-button:not(.c4p--action-set__action-button--ghost),.c4p--action-set.bx--btn-set.c4p--action-set--xlg .c4p--action-set__action-button:not(.c4p--action-set__action-button--ghost),.c4p--action-set.bx--btn-set.c4p--action-set--max .c4p--action-set__action-button:not(.c4p--action-set__action-button--ghost),.c4p--action-set.bx--btn-set.c4p--action-set--row-quadruple .c4p--action-set__action-button:not(.c4p--action-set__action-button--ghost){max-width:14.5rem;flex:0 1 25%}.c4p--action-set.bx--btn-set.c4p--action-set--row-quadruple .c4p--action-set__action-button--ghost{flex:1 1 25%}.c4p--action-set .c4p--action-set__action-button .bx--inline-loading{position:absolute;top:0;right:0;width:var(--cds-spacing-07, 2rem)}.c4p--button-menu{min-width:160px}.c4p--button-menu .c4p--button-menu__trigger{width:100%;padding:0 var(--cds-spacing-05, 1rem)}.c4p--button-menu__options.bx--overflow-menu-options::after{content:initial}@keyframes fade{0%{opacity:0;transform:translateY(3rem)}100%{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion: no-preference){.c4p--cascade__element,.c4p--cascade__col{animation:240ms cubic-bezier(0.2, 0, 0.38, 0.9) 0s 1 fade;animation-fill-mode:forwards;opacity:0}}.c4p--cascade__element:nth-child(n+1),.c4p--cascade__col-1{animation-delay:60ms}.c4p--cascade__element:nth-child(n+2),.c4p--cascade__col-2{animation-delay:120ms}.c4p--cascade__element:nth-child(n+3),.c4p--cascade__col-3{animation-delay:180ms}.c4p--cascade__element:nth-child(n+4),.c4p--cascade__col-4{animation-delay:240ms}.c4p--cascade__element:nth-child(n+5),.c4p--cascade__col-5{animation-delay:300ms}.c4p--cascade__element:nth-child(n+6),.c4p--cascade__col-6{animation-delay:360ms}.c4p--cascade__element:nth-child(n+7),.c4p--cascade__col-7{animation-delay:420ms}.c4p--cascade__element:nth-child(n+8),.c4p--cascade__col-8{animation-delay:480ms}.security--combo-button{position:relative;display:inline-flex}.security--combo-button__action{display:block;overflow-x:hidden;text-overflow:ellipsis;white-space:nowrap}.security--combo-button__overflow-menu{width:3rem;height:auto;border-left:.0625rem solid var(--cds-ui-03, #e0e0e0);background-color:var(--cds-interactive-01, #0f62fe)}.security--combo-button__overflow-menu.bx--overflow-menu:hover,.security--combo-button__overflow-menu.bx--overflow-menu--open{background-color:var(--cds-hover-primary, #0353e9)}.security--combo-button__overflow-menu.bx--overflow-menu:active{background-color:var(--cds-active-primary, #002d9c)}.security--combo-button__overflow-menu__icon{fill:var(--cds-icon-03, #ffffff);pointer-events:none}.security--combo-button__overflow-menu__list{width:100%}.security--combo-button__overflow-menu__list:after{display:none}.security--combo-button__overflow-menu__item{max-width:none}.security--combo-button__overflow-menu__item__icon{margin-left:auto}@keyframes influencer-menu-entrance{0%{opacity:0;transform:translateX(calc(-1 * var(--cds-spacing-05, 1rem)))}100%{opacity:1;transform:translateX(0)}}@keyframes influencer-menu-exit{0%{opacity:1;transform:translateX(0)}100%{opacity:0;transform:translateX(calc(-1 * var(--cds-spacing-05, 1rem)))}}.c4p--create-influencer{display:grid;height:100%;grid-template-columns:100%;grid-template-rows:1fr auto}.c4p--create-influencer__left-nav{grid-column:1/-1;grid-row:1/-1;overflow-y:auto}.c4p--create-influencer__progress-indicator{padding:var(--cds-spacing-06, 1.5rem)}.c4p--create-influencer__view-all-toggle{padding:var(--cds-spacing-06, 1.5rem);grid-column:1/-1;grid-row:-1/-1}.c4p--create-influencer__side-nav-opening,.c4p--create-influencer__progress-indicator-opening{animation:influencer-menu-entrance 240ms 1;animation-fill-mode:forwards;transition-timing-function:cubic-bezier(0, 0, 0.38, 0.9)}.c4p--create-influencer__side-nav-closing,.c4p--create-influencer__progress-indicator-closing{animation:influencer-menu-exit 240ms 1;animation-fill-mode:forwards;transition-timing-function:cubic-bezier(0.2, 0, 1, 0.9)}@media(prefers-reduced-motion){.c4p--create-influencer__side-nav-opening,.c4p--create-influencer__progress-indicator-opening,.c4p--create-influencer__side-nav-closing,.c4p--create-influencer__progress-indicator-closing{animation:none;opacity:1}}@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-full-page .c4p--create-full-page{color:var(--cds-text-01, #161616)}.c4p--create-full-page .c4p--create-full-page__content .bx--grid{padding-top:var(--cds-spacing-06, 1.5rem);margin-right:0;margin-left:0}.c4p--create-full-page .c4p--create-full-page__step__step--hidden-step{display:none}.c4p--create-full-page .c4p--create-full-page__step__step--visible-step{display:block}.c4p--create-full-page .c4p--create-full-page__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);max-width:50%;margin-bottom:var(--cds-spacing-03, 0.5rem)}.c4p--create-full-page .c4p--create-full-page__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);max-width:50%;margin-bottom:var(--cds-spacing-06, 1.5rem)}.c4p--create-full-page .bx--fieldset{margin-bottom:0}.c4p--create-full-page .c4p--create-full-page__step-fieldset>*{margin-bottom:var(--cds-spacing-05, 1rem)}.c4p--create-full-page .bx--modal-close{display:none}.c4p--create-full-page{display:flex;height:100vh;padding:0;margin:0}.c4p--create-full-page .c4p--create-full-page__left-nav{grid-column:1/-1;grid-row:1/-1;overflow-y:auto}.c4p--create-full-page .c4p--create-full-page__body{display:flex;flex-direction:column;flex-grow:1}.c4p--create-full-page .c4p--create-full-page__main{display:flex;max-height:100%;flex-direction:column;flex-grow:1}.c4p--create-full-page .c4p--create-full-page__content{overflow:auto;flex-grow:1;background-color:var(--cds-ui-background, #ffffff);color:var(--cds-text-01, #161616);overflow-x:hidden}.c4p--create-full-page .c4p--create-full-page__step{position:relative;padding-bottom:var(--cds-spacing-07, 2rem)}.c4p--create-full-page .bx--side-nav--ux{top:0;height:min-content;padding-top:0;border-right:1px solid var(--cds-ui-03, #e0e0e0);background-color:transparent;grid-row:1;overflow-x:auto}.c4p--create-full-page .c4p--create-full-page__section-divider{position:relative;display:block;width:0;height:1px;margin:var(--cds-spacing-07, 2rem) calc(-1 * var(--cds-spacing-08, 2.5rem)) var(--cds-spacing-07, 2rem) calc(-1 * var(--cds-spacing-08, 2.5rem))}.c4p--create-full-page .c4p--create-full-page__section-divider::after{position:absolute;top:0;left:0;width:100vw;height:1px;background-color:var(--cds-ui-03, #e0e0e0);content:""}.c4p--create-full-page .c4p--create-full-page__step-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);max-width:50%;margin-bottom:var(--cds-spacing-05, 1rem)}.c4p--create-full-page .c4p--create-full-page__influencer{display:grid;flex:0 0 257px;border-right:1px solid var(--cds-ui-03, #e0e0e0);background-color:var(--cds-ui-01, #f4f4f4);grid-template-columns:100%;grid-template-rows:1fr auto}.c4p--create-full-page .c4p--create-full-page__progress-indicator{padding:var(--cds-spacing-06, 1.5rem)}.c4p--create-full-page .c4p--create-full-page__influencer-toggle{padding:var(--cds-spacing-06, 1.5rem);grid-column:1/-1;grid-row:-1/-1}.c4p--create-full-page .c4p--create-full-page__buttons{border-top:1px solid var(--cds-ui-03, #e0e0e0)}.c4p--create-modal{background-color:var(--cds-ui-background, #ffffff)}.c4p--create-modal .bx--modal-close{display:none}@media(min-width: 42rem){.c4p--create-modal .bx--modal-container{max-height:95%}}@media(min-width: 66rem){.c4p--create-modal .bx--modal-container{max-height:95%}}.c4p--create-modal .bx--modal-header{padding-right:20%;padding-bottom:var(--cds-spacing-03, 0.5rem);border-bottom:1px solid var(--cds-ui-03, #e0e0e0);margin-bottom:0}.c4p--create-modal .bx--modal-footer .bx--btn{max-width:none}.c4p--create-modal__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-modal__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--create-modal__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);padding-right:calc(20% - var(--cds-spacing-05, 1rem));margin:var(--cds-spacing-03, 0.5rem) 0 var(--cds-spacing-05, 1rem) 0}.c4p--create-modal__form .bx--fieldset{min-width:100%;margin-bottom:0}.c4p--create-modal__form>*{margin-bottom:var(--cds-spacing-05, 1rem)}.c4p--create-modal__form>*:last-child{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}}@keyframes side-panel-exit-left{0%{opacity:1;transform:translateX(0)}100%{opacity:0;transform:translateX(calc(-1 * 30rem))}}@keyframes side-panel-exit-right{0%{opacity:1;transform:translateX(0)}100%{opacity:0;transform:translateX(30rem)}}.c4p--side-panel__container{--c4p--side-panel--subtitle-opacity: 1;--c4p--side-panel--title-container-height: 0;--c4p--side-panel--title-text-height: 0;--c4p--side-panel--subtitle-container-height: 0;--c4p--side-panel--action-bar-container-height: 0;--c4p--side-panel--divider-opacity: 0;--c4p--side-panel--title-y-position: 0;--c4p--side-panel--content-bottom-padding: var(--cds-spacing-10, 4rem);--c4p--side-panel--collapsed-title-y-position: 1rem;--c4p--side-panel--label-text-height: 0;position:fixed;z-index:9000;top:var(--cds-spacing-09, 3rem);height:calc(100% - 3rem);box-sizing:border-box;background-color:var(--cds-ui-01, #f4f4f4);color:var(--cds-text-01, #161616);transition:transform 240ms;transition-timing-function:cubic-bezier(0.2, 0, 0.38, 0.9)}.c4p--side-panel__container.c4p--side-panel__container--xs{width:16rem;max-width:100%}.c4p--side-panel__container.c4p--side-panel__container--xs .c4p--side-panel__title-container.c4p--side-panel__title-container--no-title-animation,.c4p--side-panel__container.c4p--side-panel__container--xs .c4p--side-panel__subtitle-text.c4p--side-panel__subtitle-text-no-animation,.c4p--side-panel__container.c4p--side-panel__container--xs .c4p--side-panel__action-toolbar.c4p--side-panel__action-toolbar-no-animation,.c4p--side-panel__container.c4p--side-panel__container--xs .c4p--side-panel__actions-container.c4p--action-set--xs{width:16rem;max-width:100%}.c4p--side-panel__container.c4p--side-panel__container-right-placement.c4p--side-panel__container--xs{width:16rem;max-width:100%;right:0;border-left:1px solid var(--cds-decorative-01, #e0e0e0)}@keyframes side-panel-entrance-right{0%{opacity:0;transform:translateX(16rem)}100%{opacity:1;transform:translateX(0)}}.c4p--side-panel__container.c4p--side-panel__container-left-placement.c4p--side-panel__container--xs{width:16rem;max-width:100%;left:0;border-right:1px solid var(--cds-decorative-01, #e0e0e0)}@keyframes side-panel-entrance-left{0%{opacity:0;transform:translateX(-16rem)}100%{opacity:1;transform:translateX(0)}}.c4p--side-panel__container.c4p--side-panel__container--sm{width:20rem;max-width:100%}.c4p--side-panel__container.c4p--side-panel__container--sm .c4p--side-panel__title-container.c4p--side-panel__title-container--no-title-animation,.c4p--side-panel__container.c4p--side-panel__container--sm .c4p--side-panel__subtitle-text.c4p--side-panel__subtitle-text-no-animation,.c4p--side-panel__container.c4p--side-panel__container--sm .c4p--side-panel__action-toolbar.c4p--side-panel__action-toolbar-no-animation,.c4p--side-panel__container.c4p--side-panel__container--sm .c4p--side-panel__actions-container.c4p--action-set--sm{width:20rem;max-width:100%}.c4p--side-panel__container.c4p--side-panel__container-right-placement.c4p--side-panel__container--sm{width:20rem;max-width:100%;right:0;border-left:1px solid var(--cds-decorative-01, #e0e0e0)}@keyframes side-panel-entrance-right{0%{opacity:0;transform:translateX(20rem)}100%{opacity:1;transform:translateX(0)}}.c4p--side-panel__container.c4p--side-panel__container-left-placement.c4p--side-panel__container--sm{width:20rem;max-width:100%;left:0;border-right:1px solid var(--cds-decorative-01, #e0e0e0)}@keyframes side-panel-entrance-left{0%{opacity:0;transform:translateX(-20rem)}100%{opacity:1;transform:translateX(0)}}.c4p--side-panel__container.c4p--side-panel__container--md{width:30rem;max-width:100%}.c4p--side-panel__container.c4p--side-panel__container--md .c4p--side-panel__title-container.c4p--side-panel__title-container--no-title-animation,.c4p--side-panel__container.c4p--side-panel__container--md .c4p--side-panel__subtitle-text.c4p--side-panel__subtitle-text-no-animation,.c4p--side-panel__container.c4p--side-panel__container--md .c4p--side-panel__action-toolbar.c4p--side-panel__action-toolbar-no-animation,.c4p--side-panel__container.c4p--side-panel__container--md .c4p--side-panel__actions-container.c4p--action-set--md{width:30rem;max-width:100%}.c4p--side-panel__container.c4p--side-panel__container-right-placement.c4p--side-panel__container--md{width:30rem;max-width:100%;right:0;border-left:1px solid var(--cds-decorative-01, #e0e0e0)}@keyframes side-panel-entrance-right{0%{opacity:0;transform:translateX(30rem)}100%{opacity:1;transform:translateX(0)}}.c4p--side-panel__container.c4p--side-panel__container-left-placement.c4p--side-panel__container--md{width:30rem;max-width:100%;left:0;border-right:1px solid var(--cds-decorative-01, #e0e0e0)}@keyframes side-panel-entrance-left{0%{opacity:0;transform:translateX(-30rem)}100%{opacity:1;transform:translateX(0)}}.c4p--side-panel__container.c4p--side-panel__container--lg{width:40rem;max-width:100%}.c4p--side-panel__container.c4p--side-panel__container--lg .c4p--side-panel__title-container.c4p--side-panel__title-container--no-title-animation,.c4p--side-panel__container.c4p--side-panel__container--lg .c4p--side-panel__subtitle-text.c4p--side-panel__subtitle-text-no-animation,.c4p--side-panel__container.c4p--side-panel__container--lg .c4p--side-panel__action-toolbar.c4p--side-panel__action-toolbar-no-animation,.c4p--side-panel__container.c4p--side-panel__container--lg .c4p--side-panel__actions-container.c4p--action-set--lg{width:40rem;max-width:100%}.c4p--side-panel__container.c4p--side-panel__container-right-placement.c4p--side-panel__container--lg{width:40rem;max-width:100%;right:0;border-left:1px solid var(--cds-decorative-01, #e0e0e0)}@keyframes side-panel-entrance-right{0%{opacity:0;transform:translateX(40rem)}100%{opacity:1;transform:translateX(0)}}.c4p--side-panel__container.c4p--side-panel__container-left-placement.c4p--side-panel__container--lg{width:40rem;max-width:100%;left:0;border-right:1px solid var(--cds-decorative-01, #e0e0e0)}@keyframes side-panel-entrance-left{0%{opacity:0;transform:translateX(-40rem)}100%{opacity:1;transform:translateX(0)}}.c4p--side-panel__container.c4p--side-panel__container--max{width:75%;max-width:100%}.c4p--side-panel__container.c4p--side-panel__container--max .c4p--side-panel__title-container.c4p--side-panel__title-container--no-title-animation,.c4p--side-panel__container.c4p--side-panel__container--max .c4p--side-panel__subtitle-text.c4p--side-panel__subtitle-text-no-animation,.c4p--side-panel__container.c4p--side-panel__container--max .c4p--side-panel__action-toolbar.c4p--side-panel__action-toolbar-no-animation,.c4p--side-panel__container.c4p--side-panel__container--max .c4p--side-panel__actions-container.c4p--action-set--max{width:75%;max-width:100%}.c4p--side-panel__container.c4p--side-panel__container-right-placement.c4p--side-panel__container--max{width:75%;max-width:100%;right:0;border-left:1px solid var(--cds-decorative-01, #e0e0e0)}@keyframes side-panel-entrance-right{0%{opacity:0;transform:translateX(75%)}100%{opacity:1;transform:translateX(0)}}.c4p--side-panel__container.c4p--side-panel__container-left-placement.c4p--side-panel__container--max{width:75%;max-width:100%;left:0;border-right:1px solid var(--cds-decorative-01, #e0e0e0)}@keyframes side-panel-entrance-left{0%{opacity:0;transform:translateX(-75%)}100%{opacity:1;transform:translateX(0)}}.c4p--side-panel__container.c4p--side-panel__container-with-action-toolbar.c4p--side-panel__with-condensed-header .c4p--side-panel__title-container::before{content:none}.c4p--side-panel__container.c4p--side-panel__container-with-action-toolbar.c4p--side-panel__with-condensed-header .c4p--side-panel__action-toolbar::before{position:absolute;bottom:0;left:0;width:100%;height:1px;background-color:var(--cds-decorative-01, #e0e0e0);content:"";opacity:var(--c4p--side-panel--divider-opacity)}.c4p--side-panel__container.c4p--side-panel__container-without-overlay{box-shadow:0 var(--cds-spacing-01, 0.125rem) var(--cds-spacing-02, 0.25rem) var(--cds-overlay-01, rgba(22, 22, 22, 0.5))}.c4p--side-panel__container .c4p--side-panel__title-container{position:sticky;z-index:4;top:0;height:calc(var(--c4p--side-panel--title-container-height) - var(--c4p--side-panel--label-text-height));padding:var(--cds-spacing-05, 1rem) var(--cds-spacing-05, 1rem) var(--cds-spacing-03, 0.5rem) var(--cds-spacing-05, 1rem);background-color:var(--cds-ui-01, #f4f4f4)}.c4p--side-panel__container .c4p--side-panel__title-container::before{position:absolute;bottom:0;left:0;width:100%;height:1px;background-color:var(--cds-decorative-01, #e0e0e0);content:"";opacity:var(--c4p--side-panel--divider-opacity)}.c4p--side-panel__container .c4p--side-panel__title-container.c4p--side-panel__title-container--reduced-motion{z-index:5;border-bottom:1px solid var(--cds-decorative-01, #e0e0e0);margin-bottom:var(--cds-spacing-05, 1rem)}.c4p--side-panel__container .c4p--side-panel__title-container.c4p--side-panel__title-container--reduced-motion.c4p--side-panel__title-container--no-title-animation{border-bottom:0;margin-bottom:0}.c4p--side-panel__container .c4p--side-panel__title-container.c4p--side-panel__on-detail-step .c4p--side-panel__collapsed-title-text{top:var(--cds-spacing-09, 3rem)}.c4p--side-panel__container .c4p--side-panel__title-container.c4p--side-panel__title-container-without-title{padding:0}.c4p--side-panel__container .c4p--side-panel__title-container.c4p--side-panel__title-container-without-title.c4p--side-panel__on-detail-step-without-title{height:calc(var(--cds-spacing-08, 2.5rem) + var(--cds-spacing-02, 0.25rem));padding:var(--cds-spacing-05, 1rem) var(--cds-spacing-05, 1rem) var(--cds-spacing-03, 0.5rem) var(--cds-spacing-05, 1rem)}.c4p--side-panel__container .c4p--side-panel__title-container.c4p--side-panel__title-container-without-title::before{background-color:transparent}.c4p--side-panel__container.c4p--side-panel__container-is-animating{pointer-events:none}.c4p--side-panel__container.c4p--side-panel__container-is-animating .c4p--side-panel__title-container.c4p--side-panel__title-container--no-title-animation{top:0}.c4p--side-panel__container.c4p--side-panel__container-is-animating .c4p--side-panel__subtitle-text.c4p--side-panel__subtitle-text-no-animation{top:var(--c4p--side-panel--title-text-height)}.c4p--side-panel__container.c4p--side-panel__container-is-animating .c4p--side-panel__action-toolbar.c4p--side-panel__action-toolbar-no-animation{top:calc(var(--c4p--side-panel--title-text-height) + var(--c4p--side-panel--subtitle-container-height))}.c4p--side-panel__container .c4p--side-panel__title-text{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);display:-webkit-box;overflow:hidden;padding-right:var(--cds-spacing-09, 3rem);-webkit-box-orient:vertical;-webkit-line-clamp:2;position:inherit;z-index:4;background-color:var(--cds-ui-01, #f4f4f4);opacity:var(--c4p--side-panel--subtitle-opacity);transform:translateY(var(--c4p--side-panel--title-y-position))}.c4p--side-panel__container .c4p--side-panel__label-text{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);overflow:hidden;padding-right:var(--cds-spacing-05, 1rem);opacity:var(--c4p--side-panel--subtitle-opacity);text-overflow:ellipsis;transform:translateY(var(--c4p--side-panel--title-y-position));white-space:nowrap}.c4p--side-panel__container .c4p--side-panel__collapsed-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);display:-webkit-box;overflow:hidden;padding-right:var(--cds-spacing-09, 3rem);-webkit-box-orient:vertical;-webkit-line-clamp:2;position:absolute;top:var(--cds-spacing-05, 1rem);opacity:var(--c4p--side-panel--divider-opacity);transform:translateY(var(--c4p--side-panel--collapsed-title-y-position))}.c4p--side-panel__container .c4p--side-panel__subtitle-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);overflow:hidden;padding:0 var(--cds-spacing-09, 3rem) var(--cds-spacing-05, 1rem) var(--cds-spacing-05, 1rem);-webkit-box-orient:vertical;-webkit-line-clamp:3;opacity:var(--c4p--side-panel--subtitle-opacity)}.c4p--side-panel__container .c4p--side-panel__subtitle-text.c4p--side-panel__subtitle-text-no-animation{position:fixed;z-index:2;top:calc(var(--c4p--side-panel--title-text-height) + var(--cds-spacing-09, 3rem));background-color:var(--cds-ui-01, #f4f4f4)}.c4p--side-panel__container .c4p--side-panel__subtitle-text.c4p--side-panel__subtitle-text-no-animation.c4p--side-panel__subtitle-text-is-animating{top:var(--c4p--side-panel--title-text-height)}.c4p--side-panel__container .c4p--side-panel__subtitle-text.c4p--side-panel__subtitle-without-title{padding-top:var(--cds-spacing-05, 1rem);padding-right:var(--cds-spacing-09, 3rem)}.c4p--side-panel__container .c4p--side-panel__title-container.c4p--side-panel__title-container--no-title-animation.c4p--side-panel__title-container-is-animating{top:0}.c4p--side-panel__container .c4p--side-panel__title-container.c4p--side-panel__title-container--no-title-animation{position:fixed;top:var(--cds-spacing-09, 3rem);height:var(--c4p--side-panel--title-text-height)}.c4p--side-panel__container .c4p--side-panel__inner-content{overflow:auto;height:calc(100vh - 3rem);margin-top:calc(var(--c4p--side-panel--title-text-height) + var(--c4p--side-panel--subtitle-container-height) + var(--c4p--side-panel--action-bar-container-height));overflow-x:hidden}.c4p--side-panel__container .c4p--side-panel__inner-content-with-actions{height:calc(100vh - (var(--c4p--side-panel--content-bottom-padding) + 2rem))}.c4p--side-panel__container .c4p--side-panel__inner-content.c4p--side-panel__static-inner-content{height:calc(100vh - (var(--c4p--side-panel--title-text-height) + var(--c4p--side-panel--subtitle-container-height) + var(--c4p--side-panel--action-bar-container-height)) + -1*(var(--cds-spacing-09, 3rem) + var(--cds-spacing-10, 4rem)));padding-top:var(--cds-spacing-05, 1rem)}.c4p--side-panel__container .c4p--side-panel__action-toolbar.c4p--side-panel__action-toolbar-no-animation{position:fixed;top:calc(
1
+ @keyframes hide-feedback{0%{opacity:1;visibility:inherit}100%{opacity:0;visibility:hidden}}@keyframes show-feedback{0%{opacity:0;visibility:hidden}100%{opacity:1;visibility:inherit}}@keyframes hide-feedback{0%{opacity:1;visibility:inherit}100%{opacity:0;visibility:hidden}}@keyframes show-feedback{0%{opacity:0;visibility:hidden}100%{opacity:1;visibility:inherit}}@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--apikey-modal .bx--modal-close{display:none}.c4p--apikey-modal .bx--inline-loading{min-height:3rem}.c4p--apikey-modal .bx--modal-content{padding-right:var(--cds-spacing-05, 1rem)}.c4p--apikey-modal__body{padding-right:calc(20% - var(--cds-spacing-05, 1rem));margin-bottom:var(--cds-spacing-05, 1rem)}.c4p--apikey-modal__messaging{display:flex;padding-right:calc(20% - var(--cds-spacing-05, 1rem));margin-top:var(--cds-spacing-03, 0.5rem)}.c4p--apikey-modal__messaging-text{flex:1;margin-left:var(--cds-spacing-03, 0.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)}.c4p--apikey-modal__messaging-text>*{font:inherit}.c4p--apikey-modal__error-icon svg{fill:var(--cds-danger-01, #da1e28)}.c4p--about-modal .bx--modal-container{grid-template-rows:auto auto 1fr auto}.c4p--about-modal .c4p--about-modal__logo{margin:var(--cds-spacing-05, 1rem)}.c4p--about-modal .c4p--about-modal__header{padding:0 20% var(--cds-spacing-03, 0.5rem) var(--cds-spacing-05, 1rem);margin-bottom:0;grid-row:auto}.c4p--about-modal .c4p--about-modal__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);color:var(--cds-text-01, #161616)}.c4p--about-modal .c4p--about-modal__body{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);min-height:var(--cds-layout-05, 4rem);padding:0 20% 0 var(--cds-spacing-05, 1rem);grid-row:auto;overflow-x:hidden;overflow-y:auto}.c4p--about-modal.c4p--about-modal--with-tabs .c4p--about-modal__body{min-height:calc(var(--cds-layout-05, 4rem) + var(--cds-spacing-08, 2.5rem));margin-bottom:calc(var(--cds-spacing-09, 3rem) + var(--cds-spacing-08, 2.5rem))}.c4p--about-modal.c4p--about-modal--with-tabs .bx--modal-content--overflow-indicator{bottom:calc(var(--cds-spacing-09, 3rem) + var(--cds-spacing-08, 2.5rem))}.c4p--about-modal .c4p--about-modal__links-container{margin-top:var(--cds-spacing-05, 1rem)}.c4p--about-modal .c4p--about-modal__links-container a+a{padding-left:var(--cds-spacing-03, 0.5rem);border-left:1px solid var(--cds-text-01, #161616);margin-left:var(--cds-spacing-03, 0.5rem)}.c4p--about-modal .c4p--about-modal__legal-text,.c4p--about-modal .c4p--about-modal__copyright-text{margin-top:var(--cds-spacing-07, 2rem);margin-bottom:0;color:var(--cds-text-02, #525252)}.c4p--about-modal .c4p--about-modal__copyright-text{margin-top:var(--cds-spacing-05, 1rem)}.c4p--about-modal .c4p--about-modal__footer{position:relative;height:4.5rem;flex-direction:column;justify-content:center;background-color:var(--cds-inverse-02, #393939);color:var(--cds-inverse-01, #ffffff)}.c4p--about-modal .c4p--about-modal__tab-container{position:absolute;bottom:100%}.c4p--about-modal .c4p--about-modal__version-label,.c4p--about-modal .c4p--about-modal__version-number{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-left:var(--cds-spacing-05, 1rem);margin-top:0;margin-bottom:0;color:var(--cds-inverse-01, #ffffff)}.c4p--about-modal .c4p--about-modal__version-label{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--action-set{align-items:stretch;justify-content:flex-end;background-color:var(--cds-ui-01, #f4f4f4)}.c4p--action-set .c4p--action-set__action-button{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);height:var(--cds-spacing-10, 4rem);align-items:center;padding-top:var(--cds-spacing-05, 1rem);padding-bottom:var(--cds-spacing-07, 2rem);margin:0}.c4p--action-set.bx--btn-set .c4p--action-set__action-button.bx--btn.bx--btn--expressive{max-width:none}.c4p--action-set:not(.c4p--action-set--stacking) .c4p--action-set__action-button--ghost{padding-left:var(--cds-spacing-07, 2rem)}.c4p--action-set.c4p--action-set--row-single.c4p--action-set--md .c4p--action-set__action-button,.c4p--action-set.c4p--action-set--row-single .c4p--action-set__action-button--ghost{flex:0 0 100%}.c4p--action-set.c4p--action-set--row-double .c4p--action-set__action-button--ghost{flex:1 1 75%}.c4p--action-set.c4p--action-set--row-single.c4p--action-set--lg .c4p--action-set__action-button:not(.c4p--action-set__action-button--ghost),.c4p--action-set.c4p--action-set--row-double.c4p--action-set--md .c4p--action-set__action-button,.c4p--action-set.c4p--action-set--row-double.c4p--action-set--lg .c4p--action-set__action-button,.c4p--action-set.c4p--action-set--row-triple .c4p--action-set__action-button--ghost{flex:0 1 50%}.c4p--action-set.c4p--action-set--row-triple .c4p--action-set__action-button--ghost{flex:1 1 50%}.c4p--action-set.bx--btn-set.c4p--action-set--row-triple.c4p--action-set--lg .c4p--action-set__action-button:not(.c4p--action-set__action-button--ghost),.c4p--action-set.bx--btn-set.c4p--action-set--xlg .c4p--action-set__action-button:not(.c4p--action-set__action-button--ghost),.c4p--action-set.bx--btn-set.c4p--action-set--max .c4p--action-set__action-button:not(.c4p--action-set__action-button--ghost),.c4p--action-set.bx--btn-set.c4p--action-set--row-quadruple .c4p--action-set__action-button:not(.c4p--action-set__action-button--ghost){max-width:14.5rem;flex:0 1 25%}.c4p--action-set.bx--btn-set.c4p--action-set--row-quadruple .c4p--action-set__action-button--ghost{flex:1 1 25%}.c4p--action-set .c4p--action-set__action-button .bx--inline-loading{position:absolute;top:0;right:0;width:var(--cds-spacing-07, 2rem)}.c4p--button-menu{min-width:160px}.c4p--button-menu .c4p--button-menu__trigger{width:100%;padding:0 var(--cds-spacing-05, 1rem)}.c4p--button-menu__options.bx--overflow-menu-options::after{content:initial}@keyframes fade{0%{opacity:0;transform:translateY(3rem)}100%{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion: no-preference){.c4p--cascade__element,.c4p--cascade__col{animation:240ms cubic-bezier(0.2, 0, 0.38, 0.9) 0s 1 fade;animation-fill-mode:forwards;opacity:0}}.c4p--cascade__element:nth-child(n+1),.c4p--cascade__col-1{animation-delay:60ms}.c4p--cascade__element:nth-child(n+2),.c4p--cascade__col-2{animation-delay:120ms}.c4p--cascade__element:nth-child(n+3),.c4p--cascade__col-3{animation-delay:180ms}.c4p--cascade__element:nth-child(n+4),.c4p--cascade__col-4{animation-delay:240ms}.c4p--cascade__element:nth-child(n+5),.c4p--cascade__col-5{animation-delay:300ms}.c4p--cascade__element:nth-child(n+6),.c4p--cascade__col-6{animation-delay:360ms}.c4p--cascade__element:nth-child(n+7),.c4p--cascade__col-7{animation-delay:420ms}.c4p--cascade__element:nth-child(n+8),.c4p--cascade__col-8{animation-delay:480ms}.security--combo-button{position:relative;display:inline-flex}.security--combo-button__action{display:block;overflow-x:hidden;text-overflow:ellipsis;white-space:nowrap}.security--combo-button__overflow-menu{width:3rem;height:auto;border-left:.0625rem solid var(--cds-ui-03, #e0e0e0);background-color:var(--cds-interactive-01, #0f62fe)}.security--combo-button__overflow-menu.bx--overflow-menu:hover,.security--combo-button__overflow-menu.bx--overflow-menu--open{background-color:var(--cds-hover-primary, #0353e9)}.security--combo-button__overflow-menu.bx--overflow-menu:active{background-color:var(--cds-active-primary, #002d9c)}.security--combo-button__overflow-menu__icon{fill:var(--cds-icon-03, #ffffff);pointer-events:none}.security--combo-button__overflow-menu__list{width:100%}.security--combo-button__overflow-menu__list:after{display:none}.security--combo-button__overflow-menu__item{max-width:none}.security--combo-button__overflow-menu__item__icon{margin-left:auto}@keyframes influencer-menu-entrance{0%{opacity:0;transform:translateX(calc(-1 * var(--cds-spacing-05, 1rem)))}100%{opacity:1;transform:translateX(0)}}@keyframes influencer-menu-exit{0%{opacity:1;transform:translateX(0)}100%{opacity:0;transform:translateX(calc(-1 * var(--cds-spacing-05, 1rem)))}}.c4p--create-influencer{display:grid;height:100%;grid-template-columns:100%;grid-template-rows:1fr auto}.c4p--create-influencer__left-nav{grid-column:1/-1;grid-row:1/-1;overflow-y:auto}.c4p--create-influencer__progress-indicator{padding:var(--cds-spacing-06, 1.5rem)}.c4p--create-influencer__view-all-toggle{padding:var(--cds-spacing-06, 1.5rem);grid-column:1/-1;grid-row:-1/-1}.c4p--create-influencer__side-nav-opening,.c4p--create-influencer__progress-indicator-opening{animation:influencer-menu-entrance 240ms 1;animation-fill-mode:forwards;transition-timing-function:cubic-bezier(0, 0, 0.38, 0.9)}.c4p--create-influencer__side-nav-closing,.c4p--create-influencer__progress-indicator-closing{animation:influencer-menu-exit 240ms 1;animation-fill-mode:forwards;transition-timing-function:cubic-bezier(0.2, 0, 1, 0.9)}@media(prefers-reduced-motion){.c4p--create-influencer__side-nav-opening,.c4p--create-influencer__progress-indicator-opening,.c4p--create-influencer__side-nav-closing,.c4p--create-influencer__progress-indicator-closing{animation:none;opacity:1}}@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-full-page .c4p--create-full-page{color:var(--cds-text-01, #161616)}.c4p--create-full-page .c4p--create-full-page__content .bx--grid{padding-top:var(--cds-spacing-06, 1.5rem);margin-right:0;margin-left:0}.c4p--create-full-page .c4p--create-full-page__step__step--hidden-step{display:none}.c4p--create-full-page .c4p--create-full-page__step__step--visible-step{display:block}.c4p--create-full-page .c4p--create-full-page__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);max-width:50%;margin-bottom:var(--cds-spacing-03, 0.5rem)}.c4p--create-full-page .c4p--create-full-page__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);max-width:50%;margin-bottom:var(--cds-spacing-06, 1.5rem)}.c4p--create-full-page .bx--fieldset{margin-bottom:0}.c4p--create-full-page .c4p--create-full-page__step-fieldset>*{margin-bottom:var(--cds-spacing-05, 1rem)}.c4p--create-full-page .bx--modal-close{display:none}.c4p--create-full-page{display:flex;height:100vh;padding:0;margin:0}.c4p--create-full-page .c4p--create-full-page__left-nav{grid-column:1/-1;grid-row:1/-1;overflow-y:auto}.c4p--create-full-page .c4p--create-full-page__body{display:flex;flex-direction:column;flex-grow:1}.c4p--create-full-page .c4p--create-full-page__main{display:flex;max-height:100%;flex-direction:column;flex-grow:1}.c4p--create-full-page .c4p--create-full-page__content{overflow:auto;flex-grow:1;background-color:var(--cds-ui-background, #ffffff);color:var(--cds-text-01, #161616);overflow-x:hidden}.c4p--create-full-page .c4p--create-full-page__step{position:relative;padding-bottom:var(--cds-spacing-07, 2rem)}.c4p--create-full-page .bx--side-nav--ux{top:0;height:min-content;padding-top:0;border-right:1px solid var(--cds-ui-03, #e0e0e0);background-color:rgba(0,0,0,0);grid-row:1;overflow-x:auto}.c4p--create-full-page .c4p--create-full-page__section-divider{position:relative;display:block;width:0;height:1px;margin:var(--cds-spacing-07, 2rem) calc(-1 * var(--cds-spacing-08, 2.5rem)) var(--cds-spacing-07, 2rem) calc(-1 * var(--cds-spacing-08, 2.5rem))}.c4p--create-full-page .c4p--create-full-page__section-divider::after{position:absolute;top:0;left:0;width:100vw;height:1px;background-color:var(--cds-ui-03, #e0e0e0);content:""}.c4p--create-full-page .c4p--create-full-page__step-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);max-width:50%;margin-bottom:var(--cds-spacing-05, 1rem)}.c4p--create-full-page .c4p--create-full-page__influencer{display:grid;flex:0 0 257px;border-right:1px solid var(--cds-ui-03, #e0e0e0);background-color:var(--cds-ui-01, #f4f4f4);grid-template-columns:100%;grid-template-rows:1fr auto}.c4p--create-full-page .c4p--create-full-page__progress-indicator{padding:var(--cds-spacing-06, 1.5rem)}.c4p--create-full-page .c4p--create-full-page__influencer-toggle{padding:var(--cds-spacing-06, 1.5rem);grid-column:1/-1;grid-row:-1/-1}.c4p--create-full-page .c4p--create-full-page__buttons{border-top:1px solid var(--cds-ui-03, #e0e0e0)}.c4p--create-modal{background-color:var(--cds-ui-background, #ffffff)}.c4p--create-modal .bx--modal-close{display:none}@media(min-width: 42rem){.c4p--create-modal .bx--modal-container{max-height:95%}}@media(min-width: 66rem){.c4p--create-modal .bx--modal-container{max-height:95%}}.c4p--create-modal .bx--modal-header{padding-right:20%;padding-bottom:var(--cds-spacing-03, 0.5rem);border-bottom:1px solid var(--cds-ui-03, #e0e0e0);margin-bottom:0}.c4p--create-modal .bx--modal-footer .bx--btn{max-width:none}.c4p--create-modal__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-modal__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--create-modal__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);padding-right:calc(20% - var(--cds-spacing-05, 1rem));margin:var(--cds-spacing-03, 0.5rem) 0 var(--cds-spacing-05, 1rem) 0}.c4p--create-modal__form .bx--fieldset{min-width:100%;margin-bottom:0}.c4p--create-modal__form>*{margin-bottom:var(--cds-spacing-05, 1rem)}.c4p--create-modal__form>*:last-child{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}}@keyframes side-panel-exit-left{0%{opacity:1;transform:translateX(0)}100%{opacity:0;transform:translateX(calc(-1 * 30rem))}}@keyframes side-panel-exit-right{0%{opacity:1;transform:translateX(0)}100%{opacity:0;transform:translateX(30rem)}}.c4p--side-panel__container{--c4p--side-panel--subtitle-opacity: 1;--c4p--side-panel--title-container-height: 0;--c4p--side-panel--title-text-height: 0;--c4p--side-panel--subtitle-container-height: 0;--c4p--side-panel--action-bar-container-height: 0;--c4p--side-panel--divider-opacity: 0;--c4p--side-panel--title-y-position: 0;--c4p--side-panel--content-bottom-padding: var(--cds-spacing-10, 4rem);--c4p--side-panel--collapsed-title-y-position: 1rem;--c4p--side-panel--label-text-height: 0;position:fixed;z-index:9000;top:var(--cds-spacing-09, 3rem);height:calc(100% - 3rem);box-sizing:border-box;background-color:var(--cds-ui-01, #f4f4f4);color:var(--cds-text-01, #161616);transition:transform 240ms;transition-timing-function:cubic-bezier(0.2, 0, 0.38, 0.9)}.c4p--side-panel__container.c4p--side-panel__container--xs{width:16rem;max-width:100%}.c4p--side-panel__container.c4p--side-panel__container--xs .c4p--side-panel__title-container.c4p--side-panel__title-container--no-title-animation,.c4p--side-panel__container.c4p--side-panel__container--xs .c4p--side-panel__subtitle-text.c4p--side-panel__subtitle-text-no-animation,.c4p--side-panel__container.c4p--side-panel__container--xs .c4p--side-panel__action-toolbar.c4p--side-panel__action-toolbar-no-animation,.c4p--side-panel__container.c4p--side-panel__container--xs .c4p--side-panel__actions-container.c4p--action-set--xs{width:16rem;max-width:100%}.c4p--side-panel__container.c4p--side-panel__container-right-placement.c4p--side-panel__container--xs{width:16rem;max-width:100%;right:0;border-left:1px solid var(--cds-decorative-01, #e0e0e0)}@keyframes side-panel-entrance-right{0%{opacity:0;transform:translateX(16rem)}100%{opacity:1;transform:translateX(0)}}.c4p--side-panel__container.c4p--side-panel__container-left-placement.c4p--side-panel__container--xs{width:16rem;max-width:100%;left:0;border-right:1px solid var(--cds-decorative-01, #e0e0e0)}@keyframes side-panel-entrance-left{0%{opacity:0;transform:translateX(-16rem)}100%{opacity:1;transform:translateX(0)}}.c4p--side-panel__container.c4p--side-panel__container--sm{width:20rem;max-width:100%}.c4p--side-panel__container.c4p--side-panel__container--sm .c4p--side-panel__title-container.c4p--side-panel__title-container--no-title-animation,.c4p--side-panel__container.c4p--side-panel__container--sm .c4p--side-panel__subtitle-text.c4p--side-panel__subtitle-text-no-animation,.c4p--side-panel__container.c4p--side-panel__container--sm .c4p--side-panel__action-toolbar.c4p--side-panel__action-toolbar-no-animation,.c4p--side-panel__container.c4p--side-panel__container--sm .c4p--side-panel__actions-container.c4p--action-set--sm{width:20rem;max-width:100%}.c4p--side-panel__container.c4p--side-panel__container-right-placement.c4p--side-panel__container--sm{width:20rem;max-width:100%;right:0;border-left:1px solid var(--cds-decorative-01, #e0e0e0)}@keyframes side-panel-entrance-right{0%{opacity:0;transform:translateX(20rem)}100%{opacity:1;transform:translateX(0)}}.c4p--side-panel__container.c4p--side-panel__container-left-placement.c4p--side-panel__container--sm{width:20rem;max-width:100%;left:0;border-right:1px solid var(--cds-decorative-01, #e0e0e0)}@keyframes side-panel-entrance-left{0%{opacity:0;transform:translateX(-20rem)}100%{opacity:1;transform:translateX(0)}}.c4p--side-panel__container.c4p--side-panel__container--md{width:30rem;max-width:100%}.c4p--side-panel__container.c4p--side-panel__container--md .c4p--side-panel__title-container.c4p--side-panel__title-container--no-title-animation,.c4p--side-panel__container.c4p--side-panel__container--md .c4p--side-panel__subtitle-text.c4p--side-panel__subtitle-text-no-animation,.c4p--side-panel__container.c4p--side-panel__container--md .c4p--side-panel__action-toolbar.c4p--side-panel__action-toolbar-no-animation,.c4p--side-panel__container.c4p--side-panel__container--md .c4p--side-panel__actions-container.c4p--action-set--md{width:30rem;max-width:100%}.c4p--side-panel__container.c4p--side-panel__container-right-placement.c4p--side-panel__container--md{width:30rem;max-width:100%;right:0;border-left:1px solid var(--cds-decorative-01, #e0e0e0)}@keyframes side-panel-entrance-right{0%{opacity:0;transform:translateX(30rem)}100%{opacity:1;transform:translateX(0)}}.c4p--side-panel__container.c4p--side-panel__container-left-placement.c4p--side-panel__container--md{width:30rem;max-width:100%;left:0;border-right:1px solid var(--cds-decorative-01, #e0e0e0)}@keyframes side-panel-entrance-left{0%{opacity:0;transform:translateX(-30rem)}100%{opacity:1;transform:translateX(0)}}.c4p--side-panel__container.c4p--side-panel__container--lg{width:40rem;max-width:100%}.c4p--side-panel__container.c4p--side-panel__container--lg .c4p--side-panel__title-container.c4p--side-panel__title-container--no-title-animation,.c4p--side-panel__container.c4p--side-panel__container--lg .c4p--side-panel__subtitle-text.c4p--side-panel__subtitle-text-no-animation,.c4p--side-panel__container.c4p--side-panel__container--lg .c4p--side-panel__action-toolbar.c4p--side-panel__action-toolbar-no-animation,.c4p--side-panel__container.c4p--side-panel__container--lg .c4p--side-panel__actions-container.c4p--action-set--lg{width:40rem;max-width:100%}.c4p--side-panel__container.c4p--side-panel__container-right-placement.c4p--side-panel__container--lg{width:40rem;max-width:100%;right:0;border-left:1px solid var(--cds-decorative-01, #e0e0e0)}@keyframes side-panel-entrance-right{0%{opacity:0;transform:translateX(40rem)}100%{opacity:1;transform:translateX(0)}}.c4p--side-panel__container.c4p--side-panel__container-left-placement.c4p--side-panel__container--lg{width:40rem;max-width:100%;left:0;border-right:1px solid var(--cds-decorative-01, #e0e0e0)}@keyframes side-panel-entrance-left{0%{opacity:0;transform:translateX(-40rem)}100%{opacity:1;transform:translateX(0)}}.c4p--side-panel__container.c4p--side-panel__container--max{width:75%;max-width:100%}.c4p--side-panel__container.c4p--side-panel__container--max .c4p--side-panel__title-container.c4p--side-panel__title-container--no-title-animation,.c4p--side-panel__container.c4p--side-panel__container--max .c4p--side-panel__subtitle-text.c4p--side-panel__subtitle-text-no-animation,.c4p--side-panel__container.c4p--side-panel__container--max .c4p--side-panel__action-toolbar.c4p--side-panel__action-toolbar-no-animation,.c4p--side-panel__container.c4p--side-panel__container--max .c4p--side-panel__actions-container.c4p--action-set--max{width:75%;max-width:100%}.c4p--side-panel__container.c4p--side-panel__container-right-placement.c4p--side-panel__container--max{width:75%;max-width:100%;right:0;border-left:1px solid var(--cds-decorative-01, #e0e0e0)}@keyframes side-panel-entrance-right{0%{opacity:0;transform:translateX(75%)}100%{opacity:1;transform:translateX(0)}}.c4p--side-panel__container.c4p--side-panel__container-left-placement.c4p--side-panel__container--max{width:75%;max-width:100%;left:0;border-right:1px solid var(--cds-decorative-01, #e0e0e0)}@keyframes side-panel-entrance-left{0%{opacity:0;transform:translateX(-75%)}100%{opacity:1;transform:translateX(0)}}.c4p--side-panel__container.c4p--side-panel__container-with-action-toolbar.c4p--side-panel__with-condensed-header .c4p--side-panel__title-container::before{content:none}.c4p--side-panel__container.c4p--side-panel__container-with-action-toolbar.c4p--side-panel__with-condensed-header .c4p--side-panel__action-toolbar::before{position:absolute;bottom:0;left:0;width:100%;height:1px;background-color:var(--cds-decorative-01, #e0e0e0);content:"";opacity:var(--c4p--side-panel--divider-opacity)}.c4p--side-panel__container.c4p--side-panel__container-without-overlay{box-shadow:0 var(--cds-spacing-01, 0.125rem) var(--cds-spacing-02, 0.25rem) var(--cds-overlay-01, rgba(22, 22, 22, 0.5))}.c4p--side-panel__container .c4p--side-panel__title-container{position:sticky;z-index:4;top:0;height:calc(var(--c4p--side-panel--title-container-height) - var(--c4p--side-panel--label-text-height));padding:var(--cds-spacing-05, 1rem) var(--cds-spacing-05, 1rem) var(--cds-spacing-03, 0.5rem) var(--cds-spacing-05, 1rem);background-color:var(--cds-ui-01, #f4f4f4)}.c4p--side-panel__container .c4p--side-panel__title-container::before{position:absolute;bottom:0;left:0;width:100%;height:1px;background-color:var(--cds-decorative-01, #e0e0e0);content:"";opacity:var(--c4p--side-panel--divider-opacity)}.c4p--side-panel__container .c4p--side-panel__title-container.c4p--side-panel__title-container--reduced-motion{z-index:5;border-bottom:1px solid var(--cds-decorative-01, #e0e0e0);margin-bottom:var(--cds-spacing-05, 1rem)}.c4p--side-panel__container .c4p--side-panel__title-container.c4p--side-panel__title-container--reduced-motion.c4p--side-panel__title-container--no-title-animation{border-bottom:0;margin-bottom:0}.c4p--side-panel__container .c4p--side-panel__title-container.c4p--side-panel__on-detail-step .c4p--side-panel__collapsed-title-text{top:var(--cds-spacing-09, 3rem)}.c4p--side-panel__container .c4p--side-panel__title-container.c4p--side-panel__title-container-without-title{padding:0}.c4p--side-panel__container .c4p--side-panel__title-container.c4p--side-panel__title-container-without-title.c4p--side-panel__on-detail-step-without-title{height:calc(var(--cds-spacing-08, 2.5rem) + var(--cds-spacing-02, 0.25rem));padding:var(--cds-spacing-05, 1rem) var(--cds-spacing-05, 1rem) var(--cds-spacing-03, 0.5rem) var(--cds-spacing-05, 1rem)}.c4p--side-panel__container .c4p--side-panel__title-container.c4p--side-panel__title-container-without-title::before{background-color:rgba(0,0,0,0)}.c4p--side-panel__container.c4p--side-panel__container-is-animating{pointer-events:none}.c4p--side-panel__container.c4p--side-panel__container-is-animating .c4p--side-panel__title-container.c4p--side-panel__title-container--no-title-animation{top:0}.c4p--side-panel__container.c4p--side-panel__container-is-animating .c4p--side-panel__subtitle-text.c4p--side-panel__subtitle-text-no-animation{top:var(--c4p--side-panel--title-text-height)}.c4p--side-panel__container.c4p--side-panel__container-is-animating .c4p--side-panel__action-toolbar.c4p--side-panel__action-toolbar-no-animation{top:calc(var(--c4p--side-panel--title-text-height) + var(--c4p--side-panel--subtitle-container-height))}.c4p--side-panel__container .c4p--side-panel__title-text{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);display:-webkit-box;overflow:hidden;padding-right:var(--cds-spacing-09, 3rem);-webkit-box-orient:vertical;-webkit-line-clamp:2;position:inherit;z-index:4;background-color:var(--cds-ui-01, #f4f4f4);opacity:var(--c4p--side-panel--subtitle-opacity);transform:translateY(var(--c4p--side-panel--title-y-position))}.c4p--side-panel__container .c4p--side-panel__label-text{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);overflow:hidden;padding-right:var(--cds-spacing-05, 1rem);opacity:var(--c4p--side-panel--subtitle-opacity);text-overflow:ellipsis;transform:translateY(var(--c4p--side-panel--title-y-position));white-space:nowrap}.c4p--side-panel__container .c4p--side-panel__collapsed-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);display:-webkit-box;overflow:hidden;padding-right:var(--cds-spacing-09, 3rem);-webkit-box-orient:vertical;-webkit-line-clamp:2;position:absolute;top:var(--cds-spacing-05, 1rem);opacity:var(--c4p--side-panel--divider-opacity);transform:translateY(var(--c4p--side-panel--collapsed-title-y-position))}.c4p--side-panel__container .c4p--side-panel__subtitle-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);overflow:hidden;padding:0 var(--cds-spacing-09, 3rem) var(--cds-spacing-05, 1rem) var(--cds-spacing-05, 1rem);-webkit-box-orient:vertical;-webkit-line-clamp:3;opacity:var(--c4p--side-panel--subtitle-opacity)}.c4p--side-panel__container .c4p--side-panel__subtitle-text.c4p--side-panel__subtitle-text-no-animation{position:fixed;z-index:2;top:calc(var(--c4p--side-panel--title-text-height) + var(--cds-spacing-09, 3rem));background-color:var(--cds-ui-01, #f4f4f4)}.c4p--side-panel__container .c4p--side-panel__subtitle-text.c4p--side-panel__subtitle-text-no-animation.c4p--side-panel__subtitle-text-is-animating{top:var(--c4p--side-panel--title-text-height)}.c4p--side-panel__container .c4p--side-panel__subtitle-text.c4p--side-panel__subtitle-without-title{padding-top:var(--cds-spacing-05, 1rem);padding-right:var(--cds-spacing-09, 3rem)}.c4p--side-panel__container .c4p--side-panel__title-container.c4p--side-panel__title-container--no-title-animation.c4p--side-panel__title-container-is-animating{top:0}.c4p--side-panel__container .c4p--side-panel__title-container.c4p--side-panel__title-container--no-title-animation{position:fixed;top:var(--cds-spacing-09, 3rem);height:var(--c4p--side-panel--title-text-height)}.c4p--side-panel__container .c4p--side-panel__inner-content{overflow:auto;height:calc(100vh - 3rem);margin-top:calc(var(--c4p--side-panel--title-text-height) + var(--c4p--side-panel--subtitle-container-height) + var(--c4p--side-panel--action-bar-container-height));overflow-x:hidden}.c4p--side-panel__container .c4p--side-panel__inner-content-with-actions{height:calc(100vh - (var(--c4p--side-panel--content-bottom-padding) + 2rem))}.c4p--side-panel__container .c4p--side-panel__inner-content.c4p--side-panel__static-inner-content{height:calc(100vh - (var(--c4p--side-panel--title-text-height) + var(--c4p--side-panel--subtitle-container-height) + var(--c4p--side-panel--action-bar-container-height)) + -1*(var(--cds-spacing-09, 3rem) + var(--cds-spacing-10, 4rem)));padding-top:var(--cds-spacing-05, 1rem)}.c4p--side-panel__container .c4p--side-panel__action-toolbar.c4p--side-panel__action-toolbar-no-animation{position:fixed;top:calc(
2
2
  var(--c4p--side-panel--title-text-height) +
3
3
  var(--c4p--side-panel--subtitle-container-height) + var(--cds-spacing-09, 3rem)
4
4
  );width:100%;border-bottom:1px solid var(--cds-decorative-01, #e0e0e0)}.c4p--side-panel__container .c4p--side-panel__action-toolbar.c4p--side-panel__action-toolbar-no-animation+.c4p--side-panel__body-content{margin-top:calc(
@@ -6,10 +6,10 @@
6
6
  var(--c4p--side-panel--subtitle-container-height) + var(--cds-spacing-09, 3rem)
7
7
  )}.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;transition-timing-function: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));transition:background-color 240ms;transition-timing-function:cubic-bezier(0.2, 0, 0.38, 0.9)}.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(
8
8
  100% - (var(--cds-spacing-09, 3rem) + var(--cds-spacing-08, 2.5rem)) + var(--cds-spacing-05, 1rem)
9
- )}.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);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__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--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:400ms step-content-entrance;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:transparent}.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,.c4p--empty-state .c4p--empty-state__subtitle{padding-bottom:var(--cds-spacing-02, 0.25rem);margin:0}.c4p--empty-state .c4p--empty-state__header--small{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--empty-state .c4p--empty-state__subtitle--small{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--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__action-button,.c4p--empty-state__link{margin-top:var(--cds-spacing-06, 1.5rem)}.c4p--empty-state .c4p--empty-state__action-button{display:block}.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 .bx--modal-close{display:none}.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--http-errors .c4p--http-errors__content{position:fixed;z-index:2;top:50%;left:50%;transform:translate(-50%, -150%)}@media(min-width: 42rem){.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;top:50%;left:50%;width:100%;transform:translate(-50%, -40%)}@media(min-width: 42rem){.c4p--http-errors .c4p--http-errors__image{transform:translate(-50%, -50%)}}@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 transparent;background-color:transparent;border-radius: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}.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{border-top:1px solid var(--cds-ui-03, #e0e0e0);margin-bottom:0}.c4p--add-select__selections-wrapper{display:block}.c4p--add-select__selections-cell-wrapper{display:flex;align-items:center;justify-content:space-between}.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__sidebar-header{display:flex;padding:var(--cds-spacing-06, 1.5rem) 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: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;overflow-x:auto}.c4p--add-select__columns .c4p--add-select__selections-cell{padding:0 !important}.c4p--add-select__column{overflow:auto;max-width:15rem;flex:1 0 15rem;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__tag-container{display:flex;align-items:center;margin-top:var(--cds-spacing-05, 1rem);margin-bottom:var(--cds-spacing-03, 0.5rem)}.c4p--add-select__tag-container-label{margin-right:var(--cds-spacing-03, 0.5rem)}.c4p--add-select__tag-container .bx--tag{margin:0}.c4p--add-select .c4p--tearsheet .c4p--tearsheet__influencer{max-width:29rem;flex:0 0 50%}.c4p--add-select .c4p--tearsheet__header-description{color:var(--cds-text-02, #525252)}.c4p--add-select .c4p--tearsheet .c4p--tearsheet__content{display:flex;flex-direction:column}.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--structured-list-td{padding-bottom:var(--cds-spacing-05, 1rem)}.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-05, 1rem)}@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: 600;--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: 600;--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;transition-timing-function: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;transition-timing-function: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;transition-timing-function: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:transparent}.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--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}.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}@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)}.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);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__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 .bx--modal-close{display:none}.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 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{0%{opacity:0;transform:translateX(36.5rem)}100%{opacity:1;transform:translateX(0)}}@keyframes web-terminal-exit{0%{opacity:1;transform:translateX(0)}100%{opacity:0;transform:translateX(36.5rem)}}.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: 600;--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: 600;--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:36.5rem;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: 600;--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: 600;--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--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:transparent;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{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);color:var(--cds-text-01, #161616)}.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--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(100% - var(--c4p--inline-edit--toolbar-width) - var(--cds-spacing-05, 1rem));max-width:calc(100% - var(--c4p--inline-edit--toolbar-width) - var(--cds-spacing-05, 1rem));min-height:var(--c4p--inline-edit--size);margin-right:var(--c4p--inline-edit--toolbar-width);margin-left:var(--cds-spacing-05, 1rem);line-height:var(--c4p--inline-edit--size)}.c4p--inline-edit .c4p--inline-edit__input:focus{outline:none}.c4p--inline-edit.c4p--inline-edit--invalid .c4p--inline-edit__input{--c4p--inline-edit--toolbar-width: calc(3 * var(--c4p--inline-edit--size))}.c4p--inline-edit .c4p--inline-edit__input::after{position:absolute;top:0;left:0;display:block;overflow:hidden;width:0;margin-left:var(--cds-spacing-05, 1rem);color:var(--cds-text-05, #6f6f6f);content:attr(data-placeholder);opacity:0;visibility:hidden}.c4p--inline-edit .c4p--inline-edit__ellipsis{display:inline-block;overflow:hidden;width:0;height:var(--c4p--inline-edit--size);line-height:var(--c4p--inline-edit--size);opacity:0;pointer-events:none;transition:opacity 240ms cubic-bezier(0.2, 0, 0.38, 0.9)}.c4p--inline-edit.c4p--inline-edit--overflows:not(.c4p--inline-edit--editing) .c4p--inline-edit__ellipsis{width:initial;opacity:1}.c4p--inline-edit .c4p--inline-edit__disabled-cover{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.c4p--inline-edit.c4p--inline-edit--disabled .c4p--inline-edit__disabled-cover{cursor:not-allowed;pointer-events:all}.c4p--inline-edit .c4p--inline-edit__input--empty::after{width:initial;opacity:1;transition:opacity 240ms cubic-bezier(0.2, 0, 0.38, 0.9);visibility:visible}.c4p--inline-edit .c4p--inline-edit__after-input-elements{--c4p--inline-edit--toolbar-width: calc(2 * var(--c4p--inline-edit--size));position:absolute;top:0;right:0;display:flex;width:var(--c4p--inline-edit--toolbar-width);height:100%;justify-content:space-between;cursor:text}.c4p--inline-edit.c4p--inline-edit--invalid .c4p--inline-edit__after-input-elements{--c4p--inline-edit--toolbar-width: calc(3 * var(--c4p--inline-edit--size))}.c4p--inline-edit.c4p--inline-edit--editing .c4p--inline-edit__toolbar::after{position:absolute;top:0;left:0;display:block;width:100%;height:100%;box-sizing:border-box;border:2px solid var(--cds-focus, #0f62fe);border-left:0;content:"";pointer-events:none}.c4p--inline-edit.c4p--inline-edit.c4p--inline-edit .c4p--inline-edit__save,.c4p--inline-edit.c4p--inline-edit.c4p--inline-edit .c4p--inline-edit__cancel{display:inline-flex;width:var(--c4p--inline-edit--size);height:100%;min-height:initial;max-height:var(--c4p--inline-edit--size);padding:calc(
9
+ )}.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);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__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--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:400ms step-content-entrance;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,.c4p--empty-state .c4p--empty-state__subtitle{padding-bottom:var(--cds-spacing-02, 0.25rem);margin:0}.c4p--empty-state .c4p--empty-state__header--small{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--empty-state .c4p--empty-state__subtitle--small{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--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__action-button,.c4p--empty-state__link{margin-top:var(--cds-spacing-06, 1.5rem)}.c4p--empty-state .c4p--empty-state__action-button{display:block}.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 .bx--modal-close{display:none}.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--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);background-color:rgba(0,0,0,0);border-radius: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}.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{border-top:1px solid var(--cds-ui-03, #e0e0e0);margin-bottom:0}.c4p--add-select__selections-wrapper{display:block}.c4p--add-select__selections-cell-wrapper{display:flex;align-items:center;justify-content:space-between}.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:hover .c4p--add-select__selections-dropdown{visibility:visible}.c4p--add-select__selections-dropdown{visibility:hidden}.c4p--add-select__selections-row-selected{background:#e5e5e5}.c4p--add-select__selections-row-selected .c4p--add-select__selections-dropdown{visibility:visible}.c4p--add-select__selections-checkbox{display:flex;align-items:center}.c4p--add-select__selections-checkbox-label-wrapper{display:flex;margin-left:var(--cds-spacing-03, 0.5rem)}.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__sidebar-header{display:flex;padding:var(--cds-spacing-06, 1.5rem) 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: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;overflow-x:auto}.c4p--add-select__columns .c4p--add-select__selections-cell{padding:0 !important}.c4p--add-select__column{overflow:auto;max-width:15rem;flex:1 0 15rem;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__tag-container{display:flex;align-items:center;margin-top:var(--cds-spacing-05, 1rem);margin-bottom:var(--cds-spacing-03, 0.5rem)}.c4p--add-select__tag-container-label{margin-right:var(--cds-spacing-03, 0.5rem)}.c4p--add-select__tag-container .bx--tag{margin:0}.c4p--add-select .c4p--tearsheet .c4p--tearsheet__influencer{max-width:29rem;flex:0 0 50%}.c4p--add-select .c4p--tearsheet__header-description{color:var(--cds-text-02, #525252)}.c4p--add-select .c4p--tearsheet .c4p--tearsheet__content{display:flex;flex-direction:column}.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--structured-list-td{padding-bottom:var(--cds-spacing-05, 1rem)}.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)}@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: 600;--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: 600;--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;transition-timing-function: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;transition-timing-function: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;transition-timing-function: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--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);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__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 .bx--modal-close{display:none}.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 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{0%{opacity:0;transform:translateX(36.5rem)}100%{opacity:1;transform:translateX(0)}}@keyframes web-terminal-exit{0%{opacity:1;transform:translateX(0)}100%{opacity:0;transform:translateX(36.5rem)}}.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: 600;--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: 600;--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:36.5rem;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: 600;--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: 600;--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--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{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);color:var(--cds-text-01, #161616)}.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--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(100% - var(--c4p--inline-edit--toolbar-width) - var(--cds-spacing-05, 1rem));max-width:calc(100% - var(--c4p--inline-edit--toolbar-width) - var(--cds-spacing-05, 1rem));min-height:var(--c4p--inline-edit--size);margin-right:var(--c4p--inline-edit--toolbar-width);margin-left:var(--cds-spacing-05, 1rem);line-height:var(--c4p--inline-edit--size)}.c4p--inline-edit .c4p--inline-edit__input:focus{outline:none}.c4p--inline-edit.c4p--inline-edit--invalid .c4p--inline-edit__input{--c4p--inline-edit--toolbar-width: calc(3 * var(--c4p--inline-edit--size))}.c4p--inline-edit .c4p--inline-edit__input::after{position:absolute;top:0;left:0;display:block;overflow:hidden;width:0;margin-left:var(--cds-spacing-05, 1rem);color:var(--cds-text-05, #6f6f6f);content:attr(data-placeholder);opacity:0;visibility:hidden}.c4p--inline-edit .c4p--inline-edit__ellipsis{display:inline-block;overflow:hidden;width:0;height:var(--c4p--inline-edit--size);line-height:var(--c4p--inline-edit--size);opacity:0;pointer-events:none;transition:opacity 240ms cubic-bezier(0.2, 0, 0.38, 0.9)}.c4p--inline-edit.c4p--inline-edit--overflows:not(.c4p--inline-edit--editing) .c4p--inline-edit__ellipsis{width:initial;opacity:1}.c4p--inline-edit .c4p--inline-edit__disabled-cover{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.c4p--inline-edit.c4p--inline-edit--disabled .c4p--inline-edit__disabled-cover{cursor:not-allowed;pointer-events:all}.c4p--inline-edit .c4p--inline-edit__input--empty::after{width:initial;opacity:1;transition:opacity 240ms cubic-bezier(0.2, 0, 0.38, 0.9);visibility:visible}.c4p--inline-edit .c4p--inline-edit__after-input-elements{--c4p--inline-edit--toolbar-width: calc(2 * var(--c4p--inline-edit--size));position:absolute;top:0;right:0;display:flex;width:var(--c4p--inline-edit--toolbar-width);height:100%;justify-content:space-between;cursor:text}.c4p--inline-edit.c4p--inline-edit--invalid .c4p--inline-edit__after-input-elements{--c4p--inline-edit--toolbar-width: calc(3 * var(--c4p--inline-edit--size))}.c4p--inline-edit.c4p--inline-edit--editing .c4p--inline-edit__toolbar::after{position:absolute;top:0;left:0;display:block;width:100%;height:100%;box-sizing:border-box;border:2px solid var(--cds-focus, #0f62fe);border-left:0;content:"";pointer-events:none}.c4p--inline-edit.c4p--inline-edit.c4p--inline-edit .c4p--inline-edit__save,.c4p--inline-edit.c4p--inline-edit.c4p--inline-edit .c4p--inline-edit__cancel{display:inline-flex;width:var(--c4p--inline-edit--size);height:100%;min-height:initial;max-height:var(--c4p--inline-edit--size);padding:calc(
10
10
  0.5 * (var(--c4p--inline-edit--size) - var(--c4p--inline-edit--icon-size)) - var(--cds-spacing-01, 0.125rem)
11
- );border:2px solid transparent}.c4p--inline-edit.c4p--inline-edit.c4p--inline-edit .c4p--inline-edit__save:hover,.c4p--inline-edit.c4p--inline-edit.c4p--inline-edit .c4p--inline-edit__cancel:hover{outline:initial}.c4p--inline-edit.c4p--inline-edit.c4p--inline-edit .c4p--inline-edit__save:focus:active,.c4p--inline-edit.c4p--inline-edit.c4p--inline-edit .c4p--inline-edit__save:focus,.c4p--inline-edit.c4p--inline-edit.c4p--inline-edit .c4p--inline-edit__cancel:focus:active,.c4p--inline-edit.c4p--inline-edit.c4p--inline-edit .c4p--inline-edit__cancel:focus{border-color:var(--cds-focus, #0f62fe);box-shadow:initial;outline:initial}.c4p--inline-edit.c4p--inline-edit.c4p--inline-edit .c4p--inline-edit__save:focus:active:hover,.c4p--inline-edit.c4p--inline-edit.c4p--inline-edit .c4p--inline-edit__cancel:focus:active:hover{box-shadow:inset 0 0 0 1px var(--cds-field-01, #f4f4f4)}.c4p--inline-edit.c4p--inline-edit.c4p--inline-edit .c4p--inline-edit__save::before,.c4p--inline-edit.c4p--inline-edit.c4p--inline-edit .c4p--inline-edit__cancel::before{background-color:transparent}.c4p--inline-edit.c4p--inline-edit.c4p--inline-edit .c4p--inline-edit__save[disabled],.c4p--inline-edit.c4p--inline-edit.c4p--inline-edit .c4p--inline-edit__cancel[disabled]{border-color:transparent}.c4p--inline-edit.c4p--inline-edit--editing .c4p--inline-edit__toolbar--animation .c4p--inline-edit__save{margin-right:0;transition:all 240ms cubic-bezier(0.2, 0, 0.38, 0.9);transition-property:margin,padding}.c4p--inline-edit.c4p--inline-edit--editing .c4p--inline-edit__toolbar--animation .c4p--inline-edit__save svg{transition:width 240ms cubic-bezier(0.2, 0, 0.38, 0.9)}@media(prefers-reduced-motion: reduce){.c4p--inline-edit.c4p--inline-edit--editing .c4p--inline-edit__toolbar--animation .c4p--inline-edit__save svg{transition:none}}.c4p--inline-edit.c4p--inline-edit--editing .c4p--inline-edit__toolbar--animation:not(.c4p--inline-edit__toolbar--saveable) .c4p--inline-edit__save{padding-right:0;padding-left:0;border-right:0;border-left:0;margin-right:calc(-1*var(--c4p--inline-edit--size))}.c4p--inline-edit.c4p--inline-edit--editing .c4p--inline-edit__toolbar--animation:not(.c4p--inline-edit__toolbar--saveable) .c4p--inline-edit__save svg{overflow:hidden;width:0}.c4p--inline-edit.c4p--inline-edit.c4p--inline-edit .c4p--inline-edit__edit{display:inline-flex;width:var(--c4p--inline-edit--size);height:100%;min-height:initial;max-height:var(--c4p--inline-edit--size);padding:calc(
11
+ );border:2px solid rgba(0,0,0,0)}.c4p--inline-edit.c4p--inline-edit.c4p--inline-edit .c4p--inline-edit__save:hover,.c4p--inline-edit.c4p--inline-edit.c4p--inline-edit .c4p--inline-edit__cancel:hover{outline:initial}.c4p--inline-edit.c4p--inline-edit.c4p--inline-edit .c4p--inline-edit__save:focus:active,.c4p--inline-edit.c4p--inline-edit.c4p--inline-edit .c4p--inline-edit__save:focus,.c4p--inline-edit.c4p--inline-edit.c4p--inline-edit .c4p--inline-edit__cancel:focus:active,.c4p--inline-edit.c4p--inline-edit.c4p--inline-edit .c4p--inline-edit__cancel:focus{border-color:var(--cds-focus, #0f62fe);box-shadow:initial;outline:initial}.c4p--inline-edit.c4p--inline-edit.c4p--inline-edit .c4p--inline-edit__save:focus:active:hover,.c4p--inline-edit.c4p--inline-edit.c4p--inline-edit .c4p--inline-edit__cancel:focus:active:hover{box-shadow:inset 0 0 0 1px var(--cds-field-01, #f4f4f4)}.c4p--inline-edit.c4p--inline-edit.c4p--inline-edit .c4p--inline-edit__save::before,.c4p--inline-edit.c4p--inline-edit.c4p--inline-edit .c4p--inline-edit__cancel::before{background-color:rgba(0,0,0,0)}.c4p--inline-edit.c4p--inline-edit.c4p--inline-edit .c4p--inline-edit__save[disabled],.c4p--inline-edit.c4p--inline-edit.c4p--inline-edit .c4p--inline-edit__cancel[disabled]{border-color:rgba(0,0,0,0)}.c4p--inline-edit.c4p--inline-edit--editing .c4p--inline-edit__toolbar--animation .c4p--inline-edit__save{margin-right:0;transition:all 240ms cubic-bezier(0.2, 0, 0.38, 0.9);transition-property:margin,padding}.c4p--inline-edit.c4p--inline-edit--editing .c4p--inline-edit__toolbar--animation .c4p--inline-edit__save svg{transition:width 240ms cubic-bezier(0.2, 0, 0.38, 0.9)}@media(prefers-reduced-motion: reduce){.c4p--inline-edit.c4p--inline-edit--editing .c4p--inline-edit__toolbar--animation .c4p--inline-edit__save svg{transition:none}}.c4p--inline-edit.c4p--inline-edit--editing .c4p--inline-edit__toolbar--animation:not(.c4p--inline-edit__toolbar--saveable) .c4p--inline-edit__save{padding-right:0;padding-left:0;border-right:0;border-left:0;margin-right:calc(-1*var(--c4p--inline-edit--size))}.c4p--inline-edit.c4p--inline-edit--editing .c4p--inline-edit__toolbar--animation:not(.c4p--inline-edit__toolbar--saveable) .c4p--inline-edit__save svg{overflow:hidden;width:0}.c4p--inline-edit.c4p--inline-edit.c4p--inline-edit .c4p--inline-edit__edit{display:inline-flex;width:var(--c4p--inline-edit--size);height:100%;min-height:initial;max-height:var(--c4p--inline-edit--size);padding:calc(
12
12
  0.5 * (var(--c4p--inline-edit--size) - var(--c4p--inline-edit--icon-size)) - var(--cds-spacing-01, 0.125rem)
13
- );border:2px solid transparent}.c4p--inline-edit.c4p--inline-edit.c4p--inline-edit .c4p--inline-edit__edit:hover,.c4p--inline-edit.c4p--inline-edit.c4p--inline-edit .c4p--inline-edit__edit:active,.c4p--inline-edit.c4p--inline-edit.c4p--inline-edit .c4p--inline-edit__edit:focus{border-color:transparent;background-color:transparent;box-shadow:initial;outline:initial}@media(hover: hover){.c4p--inline-edit .c4p--inline-edit__edit{opacity:0;transition:opacity 70ms cubic-bezier(0, 0, 0.38, 0.9)}.c4p--inline-edit:hover .c4p--inline-edit__edit{opacity:1}}.c4p--inline-edit .c4p--inline-edit__edit--always-visible{opacity:1}.c4p--inline-edit .c4p--inline-edit__validation-icon{display:inline-flex;width:var(--c4p--inline-edit--size);height:100%;min-height:initial;max-height:var(--c4p--inline-edit--size);padding:calc(
13
+ );border:2px solid rgba(0,0,0,0)}.c4p--inline-edit.c4p--inline-edit.c4p--inline-edit .c4p--inline-edit__edit:hover,.c4p--inline-edit.c4p--inline-edit.c4p--inline-edit .c4p--inline-edit__edit:active,.c4p--inline-edit.c4p--inline-edit.c4p--inline-edit .c4p--inline-edit__edit:focus{border-color:rgba(0,0,0,0);background-color:rgba(0,0,0,0);box-shadow:initial;outline:initial}@media(hover: hover){.c4p--inline-edit .c4p--inline-edit__edit{opacity:0;transition:opacity 70ms cubic-bezier(0, 0, 0.38, 0.9)}.c4p--inline-edit:hover .c4p--inline-edit__edit{opacity:1}}.c4p--inline-edit .c4p--inline-edit__edit--always-visible{opacity:1}.c4p--inline-edit .c4p--inline-edit__validation-icon{display:inline-flex;width:var(--c4p--inline-edit--size);height:100%;min-height:initial;max-height:var(--c4p--inline-edit--size);padding:calc(
14
14
  0.5 * (var(--c4p--inline-edit--size) - var(--c4p--inline-edit--icon-size)) - var(--cds-spacing-01, 0.125rem)
15
- );border:2px solid transparent}.c4p--inline-edit.c4p--inline-edit--invalid .c4p--inline-edit__validation-icon{color:var(--cds-support-error, #da1e28)}.c4p--inline-edit .c4p--inline-edit__validation-text{display:block;overflow:visible;margin-left:var(--cds-spacing-05, 1rem)}.c4p--inline-edit.c4p--inline-edit--invalid .c4p--inline-edit__validation-text{color:var(--cds-support-error, #da1e28)}.c4p--data-spreadsheet{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__header--container{position:relative}.c4p--data-spreadsheet .c4p--data-spreadsheet__tr :last-child .c4p--data-spreadsheet__td{border-bottom:0}.c4p--data-spreadsheet .c4p--data-spreadsheet__th,.c4p--data-spreadsheet .c4p--data-spreadsheet__td{padding:0 var(--cds-spacing-03, 0.5rem);border:0;margin:0;color:var(--cds-text-01, #161616)}.c4p--data-spreadsheet .c4p--data-spreadsheet__th:last-child,.c4p--data-spreadsheet .c4p--data-spreadsheet__td: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-text-03, #a8a8a8);border-bottom:1px solid var(--cds-text-03, #a8a8a8);background-color:var(--cds-ui-01, #f4f4f4);cursor:pointer}.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);margin:0;background-color:var(--cds-ui-background, #ffffff);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{position:absolute;z-index:4;display:none;padding:0 var(--cds-spacing-03, 0.5rem);background-color:var(--cds-ui-background, #ffffff);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__active-cell--highlight{position:absolute;z-index:3;display:none;border:var(--cds-spacing-01, 0.125rem) solid var(--cds-interactive-01, #0f62fe);background-color:transparent}.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:.25}.c4p--data-spreadsheet .c4p--data-spreadsheet__th--active-header,.c4p--data-spreadsheet .c4p--data-spreadsheet__td-th--active-header.c4p--data-spreadsheet__td{background-color:var(--cds-ui-03, #e0e0e0)}/*# sourceMappingURL=index-without-carbon.min.css.map */
15
+ );border:2px solid rgba(0,0,0,0)}.c4p--inline-edit.c4p--inline-edit--invalid .c4p--inline-edit__validation-icon{color:var(--cds-support-error, #da1e28)}.c4p--inline-edit .c4p--inline-edit__validation-text{display:block;overflow:visible;margin-left:var(--cds-spacing-05, 1rem)}.c4p--inline-edit.c4p--inline-edit--invalid .c4p--inline-edit__validation-text{color:var(--cds-support-error, #da1e28)}.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__header--container{position:relative}.c4p--data-spreadsheet .c4p--data-spreadsheet__tr :last-child .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);padding:0 var(--cds-spacing-03, 0.5rem);border:0;margin:0;color:var(--cds-text-01, #161616)}.c4p--data-spreadsheet .c4p--data-spreadsheet__th:last-child,.c4p--data-spreadsheet .c4p--data-spreadsheet__td: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-text-03, #a8a8a8);border-bottom:1px solid var(--cds-text-03, #a8a8a8);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__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);background-color:var(--cds-field-01, #f4f4f4);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);border:var(--cds-spacing-01, 0.125rem) solid var(--cds-interactive-01, #0f62fe);background-color:var(--cds-field-01, #f4f4f4);color:var(--cds-text-01, #161616);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]{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:.25}.c4p--data-spreadsheet .c4p--data-spreadsheet__th--active-header,.c4p--data-spreadsheet .c4p--data-spreadsheet__td-th--active-header.c4p--data-spreadsheet__td{background-color:var(--cds-hover-selected-ui, #cacaca)}/*# sourceMappingURL=index-without-carbon.min.css.map */