@ansible/ansible-ui-framework 2.4.2674 → 2.4.2676
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/{ChatbotPortal-Cfq-p-v8.js → ChatbotPortal-BBFDeCkK.js} +5 -4
- package/{ChatbotSideBarHeader-B3TIGVb6.js → ChatbotSideBarHeader-ERuetBbW.js} +10 -9
- package/PageActions/PageAction.d.ts +0 -2
- package/{PageNavigation → PageApp}/PageApp.d.ts +1 -1
- package/PageDashboard/PageDonutChart.d.ts +1 -1
- package/PageDialogs/PageDialog.d.ts +1 -0
- package/PageForm/Inputs/PageFormMultiInput.d.ts +2 -2
- package/PageForm/Inputs/PageFormSwitch.d.ts +0 -1
- package/PageNavigation/PageNavigation.d.ts +0 -1
- package/PageNavigation/PageNavigationItem.d.ts +2 -1
- package/PageNotifications/PageNotification.d.ts +10 -0
- package/PageNotifications/PageNotificationGroup.d.ts +8 -0
- package/PageNotifications/PageNotificationsDrawer.d.ts +1 -0
- package/PageNotifications/usePageNotifications.d.ts +9 -0
- package/PageTable/PageTable.d.ts +0 -2
- package/PageTable/PageTableEmptyState.d.ts +2 -1
- package/PageToolbar/PageToolbar.d.ts +0 -1
- package/components/Scrollable.d.ts +20 -6
- package/components/pfcolors.d.ts +13 -11
- package/{index-C2a2GgiI.js → index-B5zQdjrv.js} +13947 -14012
- package/index.css +1 -1
- package/index.d.ts +1 -1
- package/index.js +41 -39
- package/index.umd.cjs +318 -278
- package/package.json +1 -1
- package/publish/ChatbotPortal-BBFDeCkK.d.ts +4 -0
- package/publish/ChatbotSideBarHeader-ERuetBbW.d.ts +2 -0
- package/publish/index-B5zQdjrv.d.ts +354 -0
- package/publish/index.d.ts +154 -152
- package/PageNotifications/PageNotificationsProvider.d.ts +0 -27
- package/publish/ChatbotPortal-Cfq-p-v8.d.ts +0 -4
- package/publish/ChatbotSideBarHeader-B3TIGVb6.d.ts +0 -2
- package/publish/index-C2a2GgiI.d.ts +0 -347
package/index.css
CHANGED
@@ -1 +1 @@
|
|
1
|
-
.collapsed{max-height:0;transition:max-height .15s ease-out,opacity .15s ease-out;overflow:hidden;opacity:0}.expanded{max-height:500px;transition:max-height .25s ease-in,opacity .25s ease-in;opacity:1}#app{min-block-size:100dvh;overflow:hidden}.pf-v5-c-page__main{overflow:hidden}.border-top{border-top:thin solid #00000028}:root:where(.pf-v5-theme-dark) .border-top{border-top:thin solid #ffffff28}.border-bottom{border-bottom:thin solid #00000028}:root:where(.pf-v5-theme-dark) .border-bottom{border-bottom:thin solid #ffffff28}.border-left{border-left:thin solid #00000028}:root:where(.pf-v5-theme-dark) .border-left{border-left:thin solid #ffffff28}.border-right{border-right:thin solid #00000028}:root:where(.pf-v5-theme-dark) .border-right{border-right:thin solid #ffffff28}.border{border:thin solid #00000028}:root:where(.pf-v5-theme-dark) .border{border:thin solid #ffffff28}:root:where(.pf-v5-theme-dark) .bg-lighten{background-image:linear-gradient(#ffffff08,#ffffff08)!important}:root:where(.pf-v5-theme-dark) .bg-lighten-2{background-image:linear-gradient(#ffffff0f,#ffffff0f)!important}tr.selected{background:linear-gradient(#0088ff0a,#0088ff0a)!important}:root:where(.pf-v5-theme-dark) tr.selected{background:linear-gradient(#0088ff0a,#0088ff0a)!important}tr:hover{background-image:linear-gradient(#00000004,#00000004)!important}:root:where(.pf-v5-theme-dark) tr:hover{background-image:linear-gradient(#ffffff04,#ffffff04)!important}tr.selected:hover{background:linear-gradient(#0044aa0b,#0044aa0b)!important}:root:where(.pf-v5-theme-dark) tr.selected:hover{background:linear-gradient(#44ccff0b,#44ccff0b)!important}.pf-v5-c-form__group-label{flex-wrap:wrap;align-items:center}.pf-v5-c-form__group-label.pf-m-info{align-items:center!important;justify-content:end;row-gap:8px}.pf-v5-c-form__group-label-main{flex-grow:1}.pf-v5-c-form__group-label-info{margin-inline-start:0!important}.pf-v5-c-button__icon.pf-m-start{margin-inline-end:8px}.pf-v5-c-dropdown__toggle-image{margin-inline-start:8px}:root:where(.pf-v5-theme-dark) .pf-topology-content{background:var(--pf-topology-visualization-surface--BackgroundColor)}.pf-v5-c-tabs.pf-m-box .pf-v5-c-tabs__list .pf-v5-c-tabs__item:last-child{border-right:thin solid var(--pf-v5-global--BorderColor--100)}.pf-v5-c-tabs.pf-m-box .pf-v5-c-tabs__list .pf-v5-c-tabs__item:last-child.pf-m-current{border-right:unset}pre{white-space:pre-wrap}.pf-v5-c-truncate__start{min-width:32px!important}.scrollable-outer{display:flex;flex-direction:column;flex-grow:1;overflow-y:hidden;position:relative}.scrollable-inner{display:flex;flex-direction:column;flex-grow:1;overflow-y:auto;scrollbar-color:#8888 transparent}.scrollable-shadow-top{position:absolute;top:0;height:10px;width:100%;background:linear-gradient(#0003,#0000);pointer-events:none}:root:where(.pf-v5-theme-dark) .scrollable-shadow-top{height:14px;background:linear-gradient(#000000b3,#0000)}.scrollable-shadow-bottom{position:absolute;bottom:0;height:10px;width:100%;background:linear-gradient(#0000,#0003);pointer-events:none}:root:where(.pf-v5-theme-dark) .scrollable-shadow-bottom{height:14px;background:linear-gradient(#0000,#000000b3)}.pf-v5-c-chart svg g[clip-path]{mix-blend-mode:unset}.pf-v5-c-toolbar__content-section{justify-content:start!important}.pf-v5-c-toolbar__expandable-content.pf-m-expanded{z-index:400;inset-block-start:100%}.pf-v5-c-toolbar__expandable-content .pf-v5-c-toolbar__item.pf-m-label{margin-block-end:unset}.pf-v5-c-toolbar__expandable-content .pf-v5-c-toolbar__item{flex-wrap:wrap}.pf-v5-c-toolbar__expandable-content.pf-m-expanded{padding-top:8px;flex-wrap:wrap;border-bottom:thin solid #0003}:root:where(.pf-v5-theme-dark) .pf-v5-c-toolbar__expandable-content.pf-m-expanded{border-bottom:thin solid #fff3}.pf-v5-c-toolbar__group .pf-m-toggle-group{margin-inline-end:0}.pf-v5-c-table{--pf-v5-global--Color--100: var(--pf-v5-global--Color--dark-100);--pf-v5-global--Color--200: var(--pf-v5-global--Color--dark-200);--pf-v5-global--BorderColor--100: var(--pf-v5-global--BorderColor--dark-100);--pf-v5-global--primary-color--100: var(--pf-v5-global--primary-color--dark-100);--pf-v5-global--link--Color: var(--pf-v5-global--link--Color--dark);--pf-v5-global--link--Color--hover: var(--pf-v5-global--link--Color--dark--hover);--pf-v5-global--BackgroundColor--100: var(--pf-v5-global--BackgroundColor--light-100);--pf-v5-global--icon--Color--light: var(--pf-v5-global--icon--Color--light--dark);--pf-v5-global--icon--Color--dark: var(--pf-v5-global--icon--Color--dark--dark)}.pf-v5-c-table tr:where(.pf-v5-c-table__tr)>*{--pf-v5-hidden-visible--hidden--Display: none;--pf-v5-hidden-visible--Display: var(--pf-v5-hidden-visible--visible--Display);display:var(--pf-v5-hidden-visible--Display)}.pf-v5-c-table tr:where(.pf-v5-c-table__tr)>.pf-m-hidden{--pf-v5-hidden-visible--Display: var(--pf-v5-hidden-visible--hidden--Display)}@media screen and (min-width: 576px){.pf-v5-c-table tr:where(.pf-v5-c-table__tr)>.pf-m-hidden-on-sm{--pf-v5-hidden-visible--Display: var(--pf-v5-hidden-visible--hidden--Display)}.pf-v5-c-table tr:where(.pf-v5-c-table__tr)>.pf-m-visible-on-sm{--pf-v5-hidden-visible--Display: var(--pf-v5-hidden-visible--visible--Display)}}@media screen and (min-width: 768px){.pf-v5-c-table tr:where(.pf-v5-c-table__tr)>.pf-m-hidden-on-md{--pf-v5-hidden-visible--Display: var(--pf-v5-hidden-visible--hidden--Display)}.pf-v5-c-table tr:where(.pf-v5-c-table__tr)>.pf-m-visible-on-md{--pf-v5-hidden-visible--Display: var(--pf-v5-hidden-visible--visible--Display)}}@media screen and (min-width: 992px){.pf-v5-c-table tr:where(.pf-v5-c-table__tr)>.pf-m-hidden-on-lg{--pf-v5-hidden-visible--Display: var(--pf-v5-hidden-visible--hidden--Display)}.pf-v5-c-table tr:where(.pf-v5-c-table__tr)>.pf-m-visible-on-lg{--pf-v5-hidden-visible--Display: var(--pf-v5-hidden-visible--visible--Display)}}@media screen and (min-width: 1200px){.pf-v5-c-table tr:where(.pf-v5-c-table__tr)>.pf-m-hidden-on-xl{--pf-v5-hidden-visible--Display: var(--pf-v5-hidden-visible--hidden--Display)}.pf-v5-c-table tr:where(.pf-v5-c-table__tr)>.pf-m-visible-on-xl{--pf-v5-hidden-visible--Display: var(--pf-v5-hidden-visible--visible--Display)}}@media screen and (min-width: 1450px){.pf-v5-c-table tr:where(.pf-v5-c-table__tr)>.pf-m-hidden-on-2xl{--pf-v5-hidden-visible--Display: var(--pf-v5-hidden-visible--hidden--Display)}.pf-v5-c-table tr:where(.pf-v5-c-table__tr)>.pf-m-visible-on-2xl{--pf-v5-hidden-visible--Display: var(--pf-v5-hidden-visible--visible--Display)}}.pf-v5-c-table{--pf-v5-c-table--BackgroundColor: var(--pf-v5-global--BackgroundColor--100);--pf-v5-c-table--BorderColor: var(--pf-v5-global--BorderColor--100);--pf-v5-c-table--border-width--base: var(--pf-v5-global--BorderWidth--sm);--pf-v5-c-table__caption--FontSize: var(--pf-v5-global--FontSize--sm);--pf-v5-c-table__caption--Color: var(--pf-v5-global--Color--200);--pf-v5-c-table__caption--PaddingTop: var(--pf-v5-global--spacer--md);--pf-v5-c-table__caption--PaddingRight: var(--pf-v5-global--spacer--lg);--pf-v5-c-table__caption--PaddingBottom: var(--pf-v5-global--spacer--md);--pf-v5-c-table__caption--PaddingLeft: var(--pf-v5-global--spacer--lg);--pf-v5-c-table__caption--xl--PaddingRight: var(--pf-v5-global--spacer--md);--pf-v5-c-table__caption--xl--PaddingLeft: var(--pf-v5-global--spacer--md);--pf-v5-c-table__thead--cell--FontSize: var(--pf-v5-global--FontSize--sm);--pf-v5-c-table__thead--cell--FontWeight: var(--pf-v5-global--FontWeight--bold);--pf-v5-c-table__tbody--cell--PaddingTop: var(--pf-v5-global--spacer--lg);--pf-v5-c-table__tbody--cell--PaddingBottom: var(--pf-v5-global--spacer--lg);--pf-v5-c-table__tr--BoxShadow--top--base: 0 -.1875rem .25rem -.125rem rgba(3,3,3,.08);--pf-v5-c-table--cell--Padding--base: var(--pf-v5-global--spacer--md);--pf-v5-c-table--cell--FontSize: var(--pf-v5-global--FontSize--md);--pf-v5-c-table--cell--FontWeight: var(--pf-v5-global--FontWeight--normal);--pf-v5-c-table--cell--Color: var(--pf-v5-global--Color--100);--pf-v5-c-table--cell--PaddingTop: var(--pf-v5-c-table--cell--Padding--base);--pf-v5-c-table--cell--PaddingRight: var(--pf-v5-c-table--cell--Padding--base);--pf-v5-c-table--cell--PaddingBottom: var(--pf-v5-c-table--cell--Padding--base);--pf-v5-c-table--cell--PaddingLeft: var(--pf-v5-c-table--cell--Padding--base);--pf-v5-c-table--cell--first-last-child--PaddingLeft: var(--pf-v5-global--spacer--md);--pf-v5-c-table--cell--first-last-child--PaddingRight: var(--pf-v5-global--spacer--md);--pf-v5-c-table--cell--first-last-child--xl--PaddingLeft: var(--pf-v5-global--spacer--lg);--pf-v5-c-table--cell--first-last-child--xl--PaddingRight: var(--pf-v5-global--spacer--lg);--pf-v5-c-table__tr--m-first-cell-offset-reset--cell--PaddingLeft: var(--pf-v5-c-table--cell--Padding--base);--pf-v5-c-table--cell--MinWidth: 0;--pf-v5-c-table--cell--MaxWidth: none;--pf-v5-c-table--cell--Width: auto;--pf-v5-c-table--cell--Overflow: visible;--pf-v5-c-table--cell--TextOverflow: clip;--pf-v5-c-table--cell--WhiteSpace: normal;--pf-v5-c-table--cell--WordBreak: normal;--pf-v5-c-table--cell--m-border-right--before--BorderRightWidth: var(--pf-v5-global--BorderWidth--sm);--pf-v5-c-table--cell--m-border-right--before--BorderRightColor: var(--pf-v5-global--BorderColor--100);--pf-v5-c-table--cell--m-border-left--before--BorderLeftWidth: var(--pf-v5-global--BorderWidth--sm);--pf-v5-c-table--cell--m-border-left--before--BorderLeftColor: var(--pf-v5-global--BorderColor--100);--pf-v5-c-table--cell--m-help--MinWidth: 11ch;--pf-v5-c-table--m-truncate--cell--MaxWidth: 1px;--pf-v5-c-table--m-truncate--cell--MinWidth: calc(5ch + var(--pf-v5-c-table--cell--PaddingRight) + var(--pf-v5-c-table--cell--PaddingLeft));--pf-v5-c-table--cell--hidden-visible--Display: table-cell;--pf-v5-c-table__toggle--c-button--MarginTop: -.375rem ;--pf-v5-c-table__toggle--c-button--MarginBottom: -.375rem ;--pf-v5-c-table__toggle--c-button__toggle-icon--Rotate: 270deg;--pf-v5-c-table__toggle--c-button__toggle-icon--Transition: .2s ease-in 0s;--pf-v5-c-table__toggle--c-button--m-expanded__toggle-icon--Rotate: 360deg;--pf-v5-c-table__button--BackgroundColor: transparent;--pf-v5-c-table__button--Color: var(--pf-v5-global--Color--100);--pf-v5-c-table__button--hover--Color: var(--pf-v5-global--Color--100);--pf-v5-c-table__button--focus--Color: var(--pf-v5-global--Color--100);--pf-v5-c-table__button--active--Color: var(--pf-v5-global--Color--100);--pf-v5-c-table__button--OutlineOffset: calc(var(--pf-v5-global--BorderWidth--lg) * -1);--pf-v5-c-table--m-compact__toggle--PaddingTop: 0;--pf-v5-c-table--m-compact__toggle--PaddingBottom: 0;--pf-v5-c-table__check--input--MarginTop: .1875rem;--pf-v5-c-table__thead__check--input--TranslateY: var(--pf-v5-c-table__check--input--MarginTop);--pf-v5-c-table__check--input--FontSize: var(--pf-v5-global--FontSize--md);--pf-v5-c-table--cell--m-favorite--Color: var(--pf-v5-global--Color--light-300);--pf-v5-c-table__favorite--c-button--Color: var(--pf-v5-global--Color--light-300);--pf-v5-c-table__favorite--c-button--FontSize: var(--pf-v5-global--FontSize--sm);--pf-v5-c-table__favorite--c-button--MarginTop: calc(var(--pf-v5-global--spacer--form-element) * -1);--pf-v5-c-table__favorite--c-button--MarginRight: calc(var(--pf-v5-global--spacer--md) * -1);--pf-v5-c-table__favorite--c-button--MarginBottom: calc(var(--pf-v5-global--spacer--form-element) * -1);--pf-v5-c-table__favorite--c-button--MarginLeft: calc(var(--pf-v5-global--spacer--md) * -1);--pf-v5-c-table__favorite--m-favorited--c-button--Color: var(--pf-v5-global--palette--gold-400);--pf-v5-c-table__sort--m-favorite__button__text--Color: var(--pf-v5-global--Color--200);--pf-v5-c-table__sort--m-favorite__button--hover__text--Color: var(--pf-v5-global--Color--100);--pf-v5-c-table__sort--m-favorite__button--focus__text--Color: var(--pf-v5-global--Color--100);--pf-v5-c-table__sort--m-favorite__button--active__text--Color: var(--pf-v5-global--Color--100);--pf-v5-c-table__draggable--c-button--MarginTop: calc(var(--pf-v5-global--spacer--form-element) * -1);--pf-v5-c-table__draggable--c-button--MarginRight: calc(var(--pf-v5-global--spacer--md) * -1);--pf-v5-c-table__draggable--c-button--MarginBottom: calc(var(--pf-v5-global--spacer--form-element) * -1);--pf-v5-c-table__draggable--c-button--MarginLeft: calc(var(--pf-v5-global--spacer--md) * -1);--pf-v5-c-table__tr--m-ghost-row--Opacity: .4;--pf-v5-c-table__tr--m-ghost-row--BackgroundColor: var(--pf-v5-global--BackgroundColor--100);--pf-v5-c-table__action--PaddingTop: 0;--pf-v5-c-table__action--PaddingRight: 0;--pf-v5-c-table__action--PaddingBottom: 0;--pf-v5-c-table__action--PaddingLeft: 0;--pf-v5-c-table__inline-edit-action--PaddingTop: 0;--pf-v5-c-table__inline-edit-action--PaddingRight: 0;--pf-v5-c-table__inline-edit-action--PaddingBottom: 0;--pf-v5-c-table__inline-edit-action--PaddingLeft: 0;--pf-v5-c-table__expandable-row--Transition: var(--pf-v5-global--Transition);--pf-v5-c-table__expandable-row--MaxHeight: 28.125rem;--pf-v5-c-table__expandable-row-content--Transition: var(--pf-v5-global--Transition);--pf-v5-c-table__expandable-row-content--PaddingTop: var(--pf-v5-global--spacer--lg);--pf-v5-c-table__expandable-row-content--PaddingBottom: var(--pf-v5-global--spacer--lg);--pf-v5-c-table__expandable-row--after--Top: calc(var(--pf-v5-c-table--border-width--base) * -1);--pf-v5-c-table__expandable-row--after--Bottom: calc(var(--pf-v5-c-table--border-width--base) * -1);--pf-v5-c-table__expandable-row--after--border-width--base: var(--pf-v5-global--BorderWidth--lg);--pf-v5-c-table__expandable-row--after--BorderLeftWidth: 0;--pf-v5-c-table__expandable-row--after--BorderColor: var(--pf-v5-global--active-color--100);--pf-v5-c-table__icon-inline--MarginRight: var(--pf-v5-global--spacer--sm);--pf-v5-c-table__sort--MinWidth: calc(6ch + var(--pf-v5-c-table--cell--PaddingRight) + var(--pf-v5-c-table--cell--PaddingLeft) + var(--pf-v5-c-table__sort-indicator--MarginLeft));--pf-v5-c-table__sort__button--PaddingTop: var(--pf-v5-global--spacer--form-element);--pf-v5-c-table__sort__button--PaddingRight: var(--pf-v5-global--spacer--sm);--pf-v5-c-table__sort__button--PaddingBottom: var(--pf-v5-global--spacer--form-element);--pf-v5-c-table__sort__button--PaddingLeft: var(--pf-v5-global--spacer--sm);--pf-v5-c-table__sort__button--MarginTop: calc(var(--pf-v5-c-table__sort__button--PaddingTop) * -1);--pf-v5-c-table__sort__button--MarginBottom: calc(var(--pf-v5-c-table__sort__button--PaddingBottom) * -1);--pf-v5-c-table__sort__button--MarginLeft: calc(var(--pf-v5-c-table__sort__button--PaddingLeft) * -1);--pf-v5-c-table__sort__button--Color: var(--pf-v5-global--Color--100);--pf-v5-c-table__sort--m-selected__button--Color: var(--pf-v5-global--active-color--100);--pf-v5-c-table__sort--m-help--MinWidth: 15ch;--pf-v5-c-table__sort__button__text--Color: currentcolor;--pf-v5-c-table__sort__button--hover__text--Color: currentcolor;--pf-v5-c-table__sort__button--focus__text--Color: currentcolor;--pf-v5-c-table__sort__button--active__text--Color: currentcolor;--pf-v5-c-table__sort-indicator--Color: var(--pf-v5-global--disabled-color--200);--pf-v5-c-table__sort-indicator--MarginLeft: var(--pf-v5-global--spacer--md);--pf-v5-c-table__sort--m-selected__sort-indicator--Color: var(--pf-v5-global--active-color--100);--pf-v5-c-table__sort__button--hover__sort-indicator--Color: var(--pf-v5-global--Color--100);--pf-v5-c-table__sort__button--active__sort-indicator--Color: var(--pf-v5-global--Color--100);--pf-v5-c-table__sort__button--focus__sort-indicator--Color: var(--pf-v5-global--Color--100);--pf-v5-c-table__th--m-help--MinWidth: 11ch;--pf-v5-c-table__column-help--MarginLeft: var(--pf-v5-global--spacer--xs);--pf-v5-c-table__column-help--TranslateY: .125rem;--pf-v5-c-table__column-help--c-button--MarginTop: calc(var(--pf-v5-global--spacer--form-element) * -1);--pf-v5-c-table__column-help--c-button--MarginBottom: calc(var(--pf-v5-global--spacer--form-element) * -1);--pf-v5-c-table__column-help--c-button--PaddingRight: var(--pf-v5-global--spacer--sm);--pf-v5-c-table__column-help--c-button--PaddingLeft: var(--pf-v5-global--spacer--sm);--pf-v5-c-table__compound-expansion-toggle__button--Color: var(--pf-v5-global--active-color--100);--pf-v5-c-table__compound-expansion-toggle__button--hover--Color: var(--pf-v5-global--link--Color--hover);--pf-v5-c-table__compound-expansion-toggle__button--focus--Color: var(--pf-v5-global--link--Color--hover);--pf-v5-c-table__compound-expansion-toggle__button--active--Color: var(--pf-v5-global--link--Color--hover);--pf-v5-c-table__compound-expansion-toggle__button--before--border-width--base: var(--pf-v5-global--BorderWidth--sm);--pf-v5-c-table__compound-expansion-toggle__button--before--BorderColor: var(--pf-v5-global--BorderColor--100);--pf-v5-c-table__compound-expansion-toggle__button--before--BorderRightWidth: 0;--pf-v5-c-table__compound-expansion-toggle__button--before--BorderLeftWidth: 0;--pf-v5-c-table__compound-expansion-toggle__button--before--Bottom: calc(var(--pf-v5-c-table__compound-expansion-toggle__button--before--border-width--base) * -1);--pf-v5-c-table__compound-expansion-toggle__button--before--Left: calc(var(--pf-v5-c-table__compound-expansion-toggle__button--before--border-width--base) * -1);--pf-v5-c-table__compound-expansion-toggle__button--after--border-width--base: var(--pf-v5-global--BorderWidth--lg);--pf-v5-c-table__compound-expansion-toggle__button--after--BorderColor: var(--pf-v5-global--primary-color--100);--pf-v5-c-table__compound-expansion-toggle__button--after--BorderTopWidth: 0;--pf-v5-c-table__compound-expansion-toggle__button--after--Top: calc(var(--pf-v5-c-table__compound-expansion-toggle__button--before--border-width--base) * -1);--pf-v5-c-table__compound-expansion-toggle__button--after--Left: calc(var(--pf-v5-c-table__compound-expansion-toggle__button--before--border-width--base) * -1);--pf-v5-c-table--m-compact__th--PaddingTop: calc(var(--pf-v5-global--spacer--sm) + var(--pf-v5-global--spacer--xs));--pf-v5-c-table--m-compact__th--PaddingBottom: var(--pf-v5-global--spacer--sm);--pf-v5-c-table--m-compact--cell--PaddingTop: var(--pf-v5-global--spacer--sm);--pf-v5-c-table--m-compact--cell--PaddingRight: var(--pf-v5-global--spacer--sm);--pf-v5-c-table--m-compact--cell--PaddingBottom: var(--pf-v5-global--spacer--sm);--pf-v5-c-table--m-compact--cell--PaddingLeft: var(--pf-v5-global--spacer--sm);--pf-v5-c-table--m-compact--cell--first-last-child--PaddingLeft: var(--pf-v5-global--spacer--md);--pf-v5-c-table--m-compact--cell--first-last-child--PaddingRight: var(--pf-v5-global--spacer--md);--pf-v5-c-table--m-compact--cell--first-last-child--xl--PaddingLeft: var(--pf-v5-global--spacer--lg);--pf-v5-c-table--m-compact--cell--first-last-child--xl--PaddingRight: var(--pf-v5-global--spacer--lg);--pf-v5-c-table--m-compact--FontSize: var(--pf-v5-global--FontSize--sm);--pf-v5-c-table--m-compact__expandable-row-content--PaddingTop: var(--pf-v5-global--spacer--lg);--pf-v5-c-table--m-compact__expandable-row-content--PaddingRight: var(--pf-v5-global--spacer--lg);--pf-v5-c-table--m-compact__expandable-row-content--PaddingBottom: var(--pf-v5-global--spacer--lg);--pf-v5-c-table--m-compact__expandable-row-content--PaddingLeft: var(--pf-v5-global--spacer--lg);--pf-v5-c-table--nested--first-last-child--PaddingRight: var(--pf-v5-c-table--m-compact--cell--first-last-child--PaddingLeft);--pf-v5-c-table--nested--first-last-child--PaddingLeft: var(--pf-v5-c-table--m-compact--cell--first-last-child--PaddingRight);--pf-v5-c-table__expandable-row--m-expanded--BorderBottomColor: var(--pf-v5-global--BorderColor--100);--pf-v5-c-table__tr--m-clickable--BoxShadow--top: var(--pf-v5-c-table__tr--BoxShadow--top--base);--pf-v5-c-table__tr--m-clickable--BackgroundColor: transparent;--pf-v5-c-table__tr--m-clickable--BoxShadow: none;--pf-v5-c-table__tr--m-clickable--OutlineOffset: calc(-1 * var(--pf-v5-global--spacer--xs));--pf-v5-c-table__tr--m-clickable--hover--BoxShadow: var(--pf-v5-c-table__tr--m-clickable--BoxShadow--top), var(--pf-v5-global--BoxShadow--sm-bottom);--pf-v5-c-table__tr--m-clickable--hover--BackgroundColor: var(--pf-v5-global--BackgroundColor--100);--pf-v5-c-table__tr--m-clickable--focus--BoxShadow: var(--pf-v5-c-table__tr--m-clickable--BoxShadow--top), var(--pf-v5-global--BoxShadow--sm-bottom);--pf-v5-c-table__tr--m-clickable--focus--BackgroundColor: var(--pf-v5-global--BackgroundColor--100);--pf-v5-c-table__tr--m-clickable--active--BoxShadow: var(--pf-v5-c-table__tr--m-clickable--BoxShadow--top), var(--pf-v5-global--BoxShadow--sm-bottom);--pf-v5-c-table__tr--m-clickable--active--BackgroundColor: var(--pf-v5-global--BackgroundColor--100);--pf-v5-c-table__tr--m-clickable--m-selected--BoxShadow: var(--pf-v5-global--BoxShadow--sm-bottom) inset, var(--pf-v5-global--BoxShadow--sm-bottom);--pf-v5-c-table__tr--m-selected--BoxShadow--top: var(--pf-v5-c-table__tr--BoxShadow--top--base);--pf-v5-c-table__tr--m-selected--BackgroundColor: var(--pf-v5-global--BackgroundColor--100);--pf-v5-c-table__tr--m-selected--BoxShadow: var(--pf-v5-c-table__tr--m-selected--BoxShadow--top), var(--pf-v5-global--BoxShadow--sm-bottom);--pf-v5-c-table__tr--m-selected--OutlineOffset: calc(-1 * var(--pf-v5-global--spacer--xs));--pf-v5-c-table__tr--m-selected--after--BorderLeftWidth: calc(2 * var(--pf-v5-c-table__expandable-row--after--border-width--base));--pf-v5-c-table__tr--m-selected--after--BorderLeftColor: var(--pf-v5-global--active-color--100);--pf-v5-c-table__tr--m-selected--m-selected--BoxShadow: var(--pf-v5-global--BoxShadow--sm-bottom);--pf-v5-c-table__tr--m-selected--hover__tr--m-selected--BoxShadow: var(--pf-v5-global--BoxShadow--sm-bottom) inset, var(--pf-v5-global--BoxShadow--sm-bottom);--pf-v5-c-table__tr--m-selected__tr--m-selected--hover--BoxShadow: var(--pf-v5-c-table__tr--m-selected--BoxShadow--top), var(--pf-v5-global--BoxShadow--sm-bottom);--pf-v5-c-table__tbody--m-clickable--BoxShadow--top: var(--pf-v5-c-table__tr--BoxShadow--top--base);--pf-v5-c-table__tbody--m-clickable--BoxShadow: none;--pf-v5-c-table__tbody--m-clickable--BackgroundColor: transparent;--pf-v5-c-table__tbody--m-clickable--OutlineOffset: calc(-1 * var(--pf-v5-global--spacer--xs));--pf-v5-c-table__tbody--m-clickable--hover--BoxShadow: var(--pf-v5-c-table__tbody--m-clickable--BoxShadow--top), var(--pf-v5-global--BoxShadow--sm-bottom);--pf-v5-c-table__tbody--m-clickable--hover--BackgroundColor: var(--pf-v5-global--BackgroundColor--100);--pf-v5-c-table__tbody--m-clickable--focus--BoxShadow: var(--pf-v5-c-table__tbody--m-clickable--BoxShadow--top), var(--pf-v5-global--BoxShadow--sm-bottom);--pf-v5-c-table__tbody--m-clickable--focus--BackgroundColor: var(--pf-v5-global--BackgroundColor--100);--pf-v5-c-table__tbody--m-clickable--active--BoxShadow: var(--pf-v5-c-table__tbody--m-clickable--BoxShadow--top), var(--pf-v5-global--BoxShadow--sm-bottom);--pf-v5-c-table__tbody--m-clickable--active--BackgroundColor: var(--pf-v5-global--BackgroundColor--100);--pf-v5-c-table__tbody--m-clickable--m-expanded--BorderColor: var(--pf-v5-global--active-color--400);--pf-v5-c-table__tbody--m-clickable--m-selected--hover__tr--BoxShadow: var(--pf-v5-global--BoxShadow--sm-bottom) inset, var(--pf-v5-global--BoxShadow--sm-bottom);--pf-v5-c-table__tbody--m-selected--BackgroundColor: var(--pf-v5-global--BackgroundColor--100);--pf-v5-c-table__tbody--m-selected--BoxShadow--top: var(--pf-v5-c-table__tr--BoxShadow--top--base);--pf-v5-c-table__tbody--m-selected--BoxShadow: var(--pf-v5-c-table__tbody--m-selected--BoxShadow--top), var(--pf-v5-global--BoxShadow--sm-bottom);--pf-v5-c-table__tbody--m-selected--OutlineOffset: calc(-1 * var(--pf-v5-global--spacer--xs));--pf-v5-c-table__tbody--m-selected--after--BorderLeftWidth: calc(2 * var(--pf-v5-c-table__expandable-row--after--border-width--base));--pf-v5-c-table__tbody--m-selected--after--BorderLeftColor: var(--pf-v5-global--active-color--100);--pf-v5-c-table__tbody--m-selected--m-selected--BoxShadow: var(--pf-v5-global--BoxShadow--sm-bottom);--pf-v5-c-table__tbody--m-selected--hover__tbody--m-selected--BoxShadow: var(--pf-v5-global--BoxShadow--sm-bottom) inset, var(--pf-v5-global--BoxShadow--sm-bottom);--pf-v5-c-table__tbody--m-selected__tbody--m-selected--hover--BoxShadow: var(--pf-v5-c-table__tr--m-selected--BoxShadow--top), var(--pf-v5-global--BoxShadow--sm-bottom);--pf-v5-c-table__thead--m-nested-column-header--button--OutlineOffset: -.1875rem;--pf-v5-c-table__thead--m-nested-column-header__tr--PaddingTop: var(--pf-v5-global--spacer--xs);--pf-v5-c-table__thead--m-nested-column-header__tr--PaddingBottom: var(--pf-v5-global--spacer--xs);--pf-v5-c-table__subhead--Color: var(--pf-v5-global--Color--200);--pf-v5-c-table--m-striped__tr--BackgroundColor: var(--pf-v5-global--BackgroundColor--light-200);--pf-v5-c-table--m-sticky-header--cell--ZIndex: var(--pf-v5-global--ZIndex--xs);color:var(--pf-v5-global--Color--100);width:100%;background-color:var(--pf-v5-c-table--BackgroundColor)}@media screen and (max-width: 1200px){.pf-v5-c-table{--pf-v5-c-table__caption--PaddingRight: var(--pf-v5-c-table__caption--xl--PaddingRight);--pf-v5-c-table__caption--PaddingLeft: var(--pf-v5-c-table__caption--xl--PaddingLeft)}}@media screen and (min-width: 1200px){.pf-v5-c-table{--pf-v5-c-table--cell--first-last-child--PaddingRight: var(--pf-v5-c-table--cell--first-last-child--xl--PaddingRight);--pf-v5-c-table--cell--first-last-child--PaddingLeft: var(--pf-v5-c-table--cell--first-last-child--xl--PaddingLeft);--pf-v5-c-table--m-compact--cell--first-last-child--PaddingLeft: var(--pf-v5-c-table--m-compact--cell--first-last-child--xl--PaddingLeft);--pf-v5-c-table--m-compact--cell--first-last-child--PaddingRight: var(--pf-v5-c-table--m-compact--cell--first-last-child--xl--PaddingRight)}}.pf-v5-c-table.pf-m-fixed{table-layout:fixed}.pf-v5-c-table.pf-m-sticky-header{position:relative}.pf-v5-c-table.pf-m-sticky-header thead:where(.pf-v5-c-table__thead) tr:where(.pf-v5-c-table__tr){border-block-end:0}.pf-v5-c-table.pf-m-sticky-header thead:where(.pf-v5-c-table__thead) tr:where(.pf-v5-c-table__tr)>*{z-index:var(--pf-v5-c-table--m-sticky-header--cell--ZIndex)}.pf-v5-c-table.pf-m-sticky-header>thead:where(.pf-v5-c-table__thead):not(.pf-m-nested-column-header)>tr:where(.pf-v5-c-table__tr)>*{position:sticky;inset-block-start:0;background:var(--pf-v5-c-table--BackgroundColor)}.pf-v5-c-table.pf-m-sticky-header>thead:where(.pf-v5-c-table__thead):not(.pf-m-nested-column-header)>tr:where(.pf-v5-c-table__tr)>*:after{position:absolute;inset-block-end:0;inset-inline-start:0;inset-inline-end:0;content:"";border-block-end:var(--pf-v5-c-table--border-width--base) solid var(--pf-v5-c-table--BorderColor)}.pf-v5-c-table.pf-m-sticky-header>.pf-m-nested-column-header{position:sticky;inset-block-start:0;z-index:var(--pf-v5-global--ZIndex--xs);background:var(--pf-v5-c-table--BackgroundColor)}.pf-v5-c-table.pf-m-sticky-header>.pf-m-nested-column-header>.pf-m-border-row{height:var(--pf-v5-c-table--border-width--base);background-color:var(--pf-v5-c-table--BorderColor)}.pf-v5-c-table.pf-m-sticky-header>.pf-m-nested-column-header tr:where(.pf-v5-c-table__tr):not(:nth-last-child(2)) th:where(.pf-v5-c-table__th):not([rowspan]),.pf-v5-c-table.pf-m-sticky-header>.pf-m-nested-column-header tr:where(.pf-v5-c-table__tr):not(:nth-last-child(2)) td:where(.pf-v5-c-table__td):not([rowspan]){--pf-v5-c-table--cell--PaddingBottom: var(--pf-v5-c-table__thead--m-nested-column-header__tr--PaddingBottom)}.pf-v5-c-table:not(.pf-m-sticky-header)>.pf-m-nested-column-header tr:where(.pf-v5-c-table__tr):not(:last-child){border-block-end:0}.pf-v5-c-table:not(.pf-m-sticky-header)>.pf-m-nested-column-header tr:where(.pf-v5-c-table__tr):not(:last-child) th:where(.pf-v5-c-table__th):not([rowspan]),.pf-v5-c-table:not(.pf-m-sticky-header)>.pf-m-nested-column-header tr:where(.pf-v5-c-table__tr):not(:last-child) td:where(.pf-v5-c-table__td):not([rowspan]){--pf-v5-c-table--cell--PaddingBottom: var(--pf-v5-c-table__thead--m-nested-column-header__tr--PaddingBottom)}.pf-v5-c-table.pf-m-striped:not(.pf-m-expandable)>tbody:where(.pf-v5-c-table__tbody)>tr:where(.pf-v5-c-table__tr):nth-child(odd),.pf-v5-c-table.pf-m-striped.pf-m-expandable>tbody:where(.pf-v5-c-table__tbody):nth-of-type(odd)>tr:where(.pf-v5-c-table__tr):not(.pf-v5-c-table__expandable-row),.pf-v5-c-table>.pf-m-striped>tr:nth-child(odd),.pf-v5-c-table>.pf-m-striped-even>tr:nth-child(2n),.pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-striped{--pf-v5-c-table__sticky-column--BackgroundColor: var(--pf-v5-c-table--m-striped__tr--BackgroundColor);background:var(--pf-v5-c-table--m-striped__tr--BackgroundColor)}.pf-v5-c-table tr:where(.pf-v5-c-table__tr):not(.pf-v5-c-table__expandable-row){border-block-end:var(--pf-v5-c-table--border-width--base) solid var(--pf-v5-c-table--BorderColor)}.pf-v5-c-table tr:where(.pf-v5-c-table__tr):not(.pf-v5-c-table__expandable-row).pf-m-ghost-row{background-color:var(--pf-v5-c-table__tr--m-ghost-row--BackgroundColor);opacity:var(--pf-v5-c-table__tr--m-ghost-row--Opacity)}.pf-v5-c-table tr:where(.pf-v5-c-table__tr)>*{--pf-v5-hidden-visible--visible--Display: var(--pf-v5-c-table--cell--hidden-visible--Display);position:relative;width:var(--pf-v5-c-table--cell--Width);min-width:var(--pf-v5-c-table--cell--MinWidth);max-width:var(--pf-v5-c-table--cell--MaxWidth);padding-block-start:var(--pf-v5-c-table--cell--PaddingTop);padding-block-end:var(--pf-v5-c-table--cell--PaddingBottom);padding-inline-start:var(--pf-v5-c-table--cell--PaddingLeft);padding-inline-end:var(--pf-v5-c-table--cell--PaddingRight);overflow:var(--pf-v5-c-table--cell--Overflow);font-size:var(--pf-v5-c-table--cell--FontSize);font-weight:var(--pf-v5-c-table--cell--FontWeight);color:var(--pf-v5-c-table--cell--Color);text-overflow:var(--pf-v5-c-table--cell--TextOverflow);word-break:var(--pf-v5-c-table--cell--WordBreak);white-space:var(--pf-v5-c-table--cell--WhiteSpace)}.pf-v5-c-table tr:where(.pf-v5-c-table__tr)>*:first-child{--pf-v5-c-table--cell--PaddingLeft: var(--pf-v5-c-table--cell--first-last-child--PaddingLeft)}.pf-v5-c-table tr:where(.pf-v5-c-table__tr)>*:last-child{--pf-v5-c-table--cell--PaddingRight: var(--pf-v5-c-table--cell--first-last-child--PaddingRight)}.pf-v5-c-table tr:where(.pf-v5-c-table__tr)>*.pf-m-center{text-align:center}.pf-v5-c-table tr:where(.pf-v5-c-table__tr)>*:empty{width:auto;min-width:0;padding:0}.pf-v5-c-table tr:where(.pf-v5-c-table__tr)>*.pf-m-help{--pf-v5-c-table--cell--MinWidth: var(--pf-v5-c-table--cell--m-help--MinWidth)}.pf-v5-c-table tr:where(.pf-v5-c-table__tr)>*.pf-m-favorite{--pf-v5-c-table__button--Color: var(--pf-v5-c-table--cell--m-favorite--Color);--pf-v5-c-table__sort--MinWidth: fit-content;--pf-v5-c-table--cell--MaxWidth: fit-content;--pf-v5-c-table--cell--Overflow: visible}.pf-v5-c-table tr:where(.pf-v5-c-table__tr)>*.pf-m-border-right:before,.pf-v5-c-table tr:where(.pf-v5-c-table__tr)>*.pf-m-border-left:before{position:absolute;inset-block-start:0;inset-block-end:0;inset-inline-start:0;inset-inline-end:0;pointer-events:none;content:""}.pf-v5-c-table tr:where(.pf-v5-c-table__tr)>*.pf-m-border-right:before{border-inline-end:var(--pf-v5-c-table--cell--m-border-right--before--BorderRightWidth) solid var(--pf-v5-c-table--cell--m-border-right--before--BorderRightColor)}.pf-v5-c-table tr:where(.pf-v5-c-table__tr)>*.pf-m-border-left:before{border-inline-start:var(--pf-v5-c-table--cell--m-border-left--before--BorderLeftWidth) solid var(--pf-v5-c-table--cell--m-border-left--before--BorderLeftColor)}.pf-v5-c-table caption:where(.pf-v5-c-table__caption){padding-block-start:var(--pf-v5-c-table__caption--PaddingTop);padding-block-end:var(--pf-v5-c-table__caption--PaddingBottom);padding-inline-start:var(--pf-v5-c-table__caption--PaddingLeft);font-size:var(--pf-v5-c-table__caption--FontSize);color:var(--pf-v5-c-table__caption--Color);text-align:start;background-color:var(--pf-v5-c-table--BackgroundColor)}.pf-v5-c-table thead:where(.pf-v5-c-table__thead){--pf-v5-c-table--cell--FontSize: var(--pf-v5-c-table__thead--cell--FontSize);--pf-v5-c-table--cell--FontWeight: var(--pf-v5-c-table__thead--cell--FontWeight);vertical-align:bottom}.pf-v5-c-table thead:where(.pf-v5-c-table__thead).pf-m-nested-column-header button:where(.pf-v5-c-button){outline-offset:var(--pf-v5-c-table__thead--m-nested-column-header--button--OutlineOffset)}.pf-v5-c-table thead:where(.pf-v5-c-table__thead).pf-m-nested-column-header th:where(.pf-v5-c-table__th),.pf-v5-c-table thead:where(.pf-v5-c-table__thead).pf-m-nested-column-header td:where(.pf-v5-c-table__td),.pf-v5-c-table thead:where(.pf-v5-c-table__thead).pf-m-nested-column-header input:where(.pf-v5-c-check__input){vertical-align:middle}.pf-v5-c-table thead:where(.pf-v5-c-table__thead).pf-m-nested-column-header .pf-v5-c-table__check label{display:flex;align-items:center}.pf-v5-c-table thead:where(.pf-v5-c-table__thead).pf-m-nested-column-header tr:where(.pf-v5-c-table__tr):not(:first-child) th:where(.pf-v5-c-table__th):not([rowspan]),.pf-v5-c-table thead:where(.pf-v5-c-table__thead).pf-m-nested-column-header tr:where(.pf-v5-c-table__tr):not(:first-child) td:where(.pf-v5-c-table__td):not([rowspan]){--pf-v5-c-table--cell--PaddingTop: var(--pf-v5-c-table__thead--m-nested-column-header__tr--PaddingTop)}.pf-v5-c-table thead:where(.pf-v5-c-table__thead) .pf-v5-c-table__subhead{--pf-v5-c-table__sort__button__text--Color: var(--pf-v5-c-table__subhead--Color);color:var(--pf-v5-c-table__subhead--Color)}.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody){--pf-v5-c-table--cell--PaddingTop: var(--pf-v5-c-table__tbody--cell--PaddingTop);--pf-v5-c-table--cell--PaddingBottom: var(--pf-v5-c-table__tbody--cell--PaddingBottom)}.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody)>tr:where(.pf-v5-c-table__tr)>*{overflow-wrap:break-word;vertical-align:baseline}.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody)>tr:where(.pf-v5-c-table__tr)>:first-child:after{position:absolute;inset-block-start:var(--pf-v5-c-table__expandable-row--after--Top);inset-block-end:var(--pf-v5-c-table__expandable-row--after--Bottom);inset-inline-start:0;content:"";background-color:transparent;border-inline-start:var(--pf-v5-c-table__expandable-row--after--BorderLeftWidth) solid var(--pf-v5-c-table__expandable-row--after--BorderColor)}.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody) .pf-v5-c-table__check input:where(.pf-v5-c-check__input){margin-block-start:var(--pf-v5-c-table__check--input--MarginTop);vertical-align:top}.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody).pf-m-expanded>:first-child:not(.pf-v5-c-table__control-row){border-block-end-width:0}.pf-v5-c-table .pf-v5-c-table__compound-expansion-toggle,.pf-v5-c-table .pf-v5-c-table__compound-expansion-toggle:first-child,.pf-v5-c-table .pf-v5-c-table__compound-expansion-toggle:last-child{padding:0}.pf-v5-c-table .pf-v5-c-table__sort{min-width:var(--pf-v5-c-table__sort--MinWidth)}.pf-v5-c-table :where(.pf-v5-c-table__th,.pf-v5-c-table__td).pf-m-help{min-width:var(--pf-v5-c-table__th--m-help--MinWidth)}.pf-v5-c-table>thead,.pf-v5-c-table :where([class*=pf-v5-c-table]).pf-m-truncate,:where(.pf-v5-c-table)>:is(thead,tbody).pf-m-truncate{--pf-v5-c-table--cell--MinWidth: var(--pf-v5-c-table--m-truncate--cell--MinWidth);--pf-v5-c-table--cell--MaxWidth: var(--pf-v5-c-table--m-truncate--cell--MaxWidth);--pf-v5-c-table--cell--Overflow: hidden;--pf-v5-c-table--cell--TextOverflow: ellipsis;--pf-v5-c-table--cell--WhiteSpace: nowrap}.pf-v5-c-table :where([class*=pf-v5-c-table]).pf-m-wrap,:where(.pf-v5-c-table)>:is(thead,tbody).pf-m-wrap{--pf-v5-c-table--cell--MinWidth: 0;--pf-v5-c-table--cell--MaxWidth: none;--pf-v5-c-table--cell--Overflow: visible;--pf-v5-c-table--cell--TextOverflow: clip;--pf-v5-c-table--cell--WhiteSpace: normal}.pf-v5-c-table :where([class*=pf-v5-c-table]).pf-m-nowrap,:where(.pf-v5-c-table)>:is(thead,tbody).pf-m-nowrap{--pf-v5-c-table--cell--MinWidth: 0;--pf-v5-c-table--cell--MaxWidth: none;--pf-v5-c-table--cell--Overflow: visible;--pf-v5-c-table--cell--TextOverflow: clip;--pf-v5-c-table--cell--WhiteSpace: nowrap}.pf-v5-c-table :where([class*=pf-v5-c-table]) .pf-v5-c-table__icon,.pf-v5-c-table :where([class*=pf-v5-c-table]).pf-m-fit-content,:where(.pf-v5-c-table)>:is(thead,tbody) .pf-v5-c-table__icon,:where(.pf-v5-c-table)>:is(thead,tbody).pf-m-fit-content{--pf-v5-c-table--cell--MinWidth: fit-content;--pf-v5-c-table--cell--MaxWidth: none;--pf-v5-c-table--cell--Width: 1%;--pf-v5-c-table--cell--Overflow: visible;--pf-v5-c-table--cell--TextOverflow: clip;--pf-v5-c-table--cell--WhiteSpace: nowrap}.pf-v5-c-table :where([class*=pf-v5-c-table]).pf-m-break-word,:where(.pf-v5-c-table)>:is(thead,tbody).pf-m-break-word{--pf-v5-c-table--cell--WordBreak: break-word;--pf-v5-c-table--cell--WhiteSpace: normal}.pf-v5-c-table.pf-m-no-border-rows>tbody:where(.pf-v5-c-table__tbody)>tr:where(.pf-v5-c-table__tr){border-block-end:0}.pf-v5-c-table.pf-m-no-border-rows>tbody:where(.pf-v5-c-table__tbody)>tr:where(.pf-v5-c-table__tr)>:first-child:after{border-inline-start:0}.pf-v5-c-table.pf-m-no-border-rows>tbody:where(.pf-v5-c-table__tbody):not(.pf-m-expanded) .pf-v5-c-table__compound-expansion-toggle .pf-v5-c-table__button:before{display:none}.pf-v5-c-table.pf-m-no-border-rows>tbody:where(.pf-v5-c-table__tbody).pf-m-expanded>.pf-v5-c-table__control-row{border-block-end:var(--pf-v5-c-table--border-width--base) solid var(--pf-v5-c-table--BorderColor)}.pf-v5-c-table.pf-m-no-border-rows>tbody:where(.pf-v5-c-table__tbody) .pf-v5-c-table__control-row>.pf-v5-c-table__compound-expansion-toggle:first-child>:before{border-inline-start-width:0}.pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-clickable{cursor:pointer;background-color:var(--pf-v5-c-table__tr--m-clickable--BackgroundColor);outline-offset:var(--pf-v5-c-table__tr--m-clickable--OutlineOffset);box-shadow:var(--pf-v5-c-table__tr--m-clickable--BoxShadow)}.pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-clickable:hover:not(.pf-m-selected)+tr:where(.pf-v5-c-table__tr).pf-m-selected,.pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-clickable:focus:not(.pf-m-selected)+tr:where(.pf-v5-c-table__tr).pf-m-selected,.pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-clickable:active:not(.pf-m-selected)+tr:where(.pf-v5-c-table__tr).pf-m-selected{box-shadow:var(--pf-v5-c-table__tr--m-clickable--m-selected--BoxShadow)}.pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-clickable:hover{--pf-v5-c-table__tr--m-clickable--BoxShadow: var(--pf-v5-c-table__tr--m-clickable--hover--BoxShadow);--pf-v5-c-table__tr--m-clickable--BackgroundColor: var(--pf-v5-c-table__tr--m-clickable--hover--BackgroundColor)}.pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-clickable:focus{--pf-v5-c-table__tr--m-clickable--BoxShadow: var(--pf-v5-c-table__tr--m-clickable--focus--BoxShadow);--pf-v5-c-table__tr--m-clickable--BackgroundColor: var(--pf-v5-c-table__tr--m-clickable--focus--BackgroundColor)}.pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-clickable:active{--pf-v5-c-table__tr--m-clickable--BoxShadow: var(--pf-v5-c-table__tr--m-clickable--active--BoxShadow);--pf-v5-c-table__tr--m-clickable--BackgroundColor: var(--pf-v5-c-table__tr--m-clickable--active--BackgroundColor)}.pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-selected{--pf-v5-c-table__expandable-row--after--BorderLeftWidth: var(--pf-v5-c-table__tr--m-selected--after--BorderLeftWidth);--pf-v5-c-table__expandable-row--after--BorderColor: var(--pf-v5-c-table__tr--m-selected--after--BorderLeftColor);position:relative;background-color:var(--pf-v5-c-table__tr--m-selected--BackgroundColor);outline-offset:var(--pf-v5-c-table__tr--m-selected--OutlineOffset);box-shadow:var(--pf-v5-c-table__tr--m-selected--BoxShadow)}.pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-selected+tr:where(.pf-v5-c-table__tr).pf-m-selected{box-shadow:var(--pf-v5-c-table__tr--m-selected--m-selected--BoxShadow)}.pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-selected+tr:where(.pf-v5-c-table__tr).pf-m-selected:hover{box-shadow:var(--pf-v5-c-table__tr--m-selected__tr--m-selected--hover--BoxShadow)}.pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-selected:hover+tr:where(.pf-v5-c-table__tr).pf-m-selected{box-shadow:var(--pf-v5-c-table__tr--m-selected--hover__tr--m-selected--BoxShadow)}.pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-first-cell-offset-reset{--pf-v5-c-table--cell--first-last-child--PaddingLeft: var(--pf-v5-c-table__tr--m-first-cell-offset-reset--cell--PaddingLeft)}.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody).pf-m-clickable{cursor:pointer;background-color:var(--pf-v5-c-table__tbody--m-clickable--BackgroundColor);outline-offset:var(--pf-v5-c-table__tbody--m-clickable--OutlineOffset);box-shadow:var(--pf-v5-c-table__tbody--m-clickable--BoxShadow)}.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody).pf-m-clickable.pf-m-expanded:not(.pf-m-selected){--pf-v5-c-table__expandable-row--after--BorderColor: var(--pf-v5-c-table__tbody--m-clickable--m-expanded--BorderColor)}.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody).pf-m-clickable:hover:not(.pf-m-selected)+tbody:where(.pf-v5-c-table__tbody).pf-m-selected,.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody).pf-m-clickable:focus:not(.pf-m-selected)+tbody:where(.pf-v5-c-table__tbody).pf-m-selected,.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody).pf-m-clickable:active:not(.pf-m-selected)+tbody:where(.pf-v5-c-table__tbody).pf-m-selected{box-shadow:var(--pf-v5-c-table__tbody--m-clickable--m-selected--hover__tr--BoxShadow)}.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody).pf-m-clickable:hover{--pf-v5-c-table__tbody--m-clickable--BoxShadow: var(--pf-v5-c-table__tbody--m-clickable--hover--BoxShadow);--pf-v5-c-table__tbody--m-clickable--BackgroundColor: var(--pf-v5-c-table__tbody--m-clickable--hover--BackgroundColor)}.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody).pf-m-clickable:focus{--pf-v5-c-table__tbody--m-clickable--BoxShadow: var(--pf-v5-c-table__tbody--m-clickable--focus--BoxShadow);--pf-v5-c-table__tbody--m-clickable--BackgroundColor: var(--pf-v5-c-table__tbody--m-clickable--focus--BackgroundColor)}.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody).pf-m-clickable:active{--pf-v5-c-table__tbody--m-clickable--BoxShadow: var(--pf-v5-c-table__tbody--m-clickable--active--BoxShadow);--pf-v5-c-table__tbody--m-clickable--BackgroundColor: var(--pf-v5-c-table__tbody--m-clickable--active--BackgroundColor)}.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody).pf-m-selected{--pf-v5-c-table__expandable-row--after--BorderLeftWidth: var(--pf-v5-c-table__tbody--m-selected--after--BorderLeftWidth);--pf-v5-c-table__expandable-row--after--BorderColor: var(--pf-v5-c-table__tbody--m-selected--after--BorderLeftColor);background-color:var(--pf-v5-c-table__tbody--m-selected--BackgroundColor);outline-offset:var(--pf-v5-c-table__tbody--m-selected--OutlineOffset);box-shadow:var(--pf-v5-c-table__tbody--m-selected--BoxShadow)}.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody).pf-m-selected+tbody:where(.pf-v5-c-table__tbody).pf-m-selected{--pf-v5-c-table__tbody--m-selected--BoxShadow: var(--pf-v5-c-table__tbody--m-selected--m-selected--BoxShadow)}.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody).pf-m-selected+tbody:where(.pf-v5-c-table__tbody).pf-m-selected:hover{box-shadow:var(--pf-v5-c-table__tbody--m-selected__tbody--m-selected--hover--BoxShadow)}.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody).pf-m-selected:hover+tbody:where(.pf-v5-c-table__tbody).pf-m-selected{box-shadow:var(--pf-v5-c-table__tbody--m-selected--hover__tbody--m-selected--BoxShadow)}.pf-v5-c-table.pf-m-drag-over{overflow-anchor:none}.pf-v5-c-table__text{--pf-v5-c-table--cell--MaxWidth: 100%;position:relative;display:block;width:var(--pf-v5-c-table--cell--Width);min-width:var(--pf-v5-c-table--cell--MinWidth);max-width:var(--pf-v5-c-table--cell--MaxWidth);overflow:var(--pf-v5-c-table--cell--Overflow);text-overflow:var(--pf-v5-c-table--cell--TextOverflow);word-break:var(--pf-v5-c-table--cell--WordBreak);white-space:var(--pf-v5-c-table--cell--WhiteSpace)}.pf-v5-c-table__text.pf-m-truncate{--pf-v5-c-table--cell--MinWidth: 100%}.pf-v5-c-table__text.pf-m-truncate>*{overflow:var(--pf-v5-c-table--cell--Overflow);text-overflow:var(--pf-v5-c-table--cell--TextOverflow);white-space:var(--pf-v5-c-table--cell--WhiteSpace)}.pf-v5-c-table__button{position:static;width:100%;padding-block-start:var(--pf-v5-c-table--cell--PaddingTop);padding-block-end:var(--pf-v5-c-table--cell--PaddingBottom);padding-inline-start:var(--pf-v5-c-table--cell--PaddingLeft);padding-inline-end:var(--pf-v5-c-table--cell--PaddingRight);font-size:inherit;font-weight:inherit;color:var(--pf-v5-c-table__button--Color);text-align:start;white-space:inherit;-webkit-user-select:text;user-select:text;background-color:var(--pf-v5-c-table__button--BackgroundColor);border:0}.pf-v5-c-table__button:before{position:absolute;inset-block-start:0;inset-block-end:0;inset-inline-start:0;inset-inline-end:0;cursor:pointer;content:""}.pf-v5-c-table__button:hover{color:var(--pf-v5-c-table__button--hover--Color)}.pf-v5-c-table__button:focus{color:var(--pf-v5-c-table__button--focus--Color)}.pf-v5-c-table__button:active{color:var(--pf-v5-c-table__button--active--Color)}.pf-v5-c-table__sort .pf-v5-c-table__text,.pf-v5-c-table__compound-expansion-toggle .pf-v5-c-table__text{display:block;width:auto;overflow:var(--pf-v5-c-table--cell--Overflow);text-overflow:var(--pf-v5-c-table--cell--TextOverflow);white-space:var(--pf-v5-c-table--cell--WhiteSpace)}.pf-v5-c-table__sort .pf-v5-c-table__text{--pf-v5-c-table--cell--MinWidth: 0}.pf-v5-c-table__button-content,.pf-v5-c-table__column-help{display:grid;grid-template-columns:auto max-content;align-items:end;justify-content:start}.pf-v5-c-table__button-content .pf-v5-c-table__text,.pf-v5-c-table__column-help .pf-v5-c-table__text{min-width:auto}.pf-v5-c-table thead:where(.pf-v5-c-table__thead).pf-m-nowrap .pf-v5-c-table__button-content,.pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-nowrap .pf-v5-c-table__button-content,.pf-v5-c-table th:where(.pf-v5-c-table__th).pf-m-nowrap .pf-v5-c-table__button-content,.pf-v5-c-table thead:where(.pf-v5-c-table__thead).pf-m-nowrap .pf-v5-c-table__column-help,.pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-nowrap .pf-v5-c-table__column-help,.pf-v5-c-table th:where(.pf-v5-c-table__th).pf-m-nowrap .pf-v5-c-table__column-help{grid-template-columns:min-content max-content}.pf-v5-c-table thead:where(.pf-v5-c-table__thead).pf-m-fit-content .pf-v5-c-table__button-content,.pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-fit-content .pf-v5-c-table__button-content,.pf-v5-c-table th:where(.pf-v5-c-table__th).pf-m-fit-content .pf-v5-c-table__button-content,.pf-v5-c-table thead:where(.pf-v5-c-table__thead).pf-m-fit-content .pf-v5-c-table__column-help,.pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-fit-content .pf-v5-c-table__column-help,.pf-v5-c-table th:where(.pf-v5-c-table__th).pf-m-fit-content .pf-v5-c-table__column-help{grid-template-columns:fit-content max-content}.pf-v5-c-table thead:where(.pf-v5-c-table__thead).pf-m-wrap .pf-v5-c-table__button-content,.pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-wrap .pf-v5-c-table__button-content,.pf-v5-c-table th:where(.pf-v5-c-table__th).pf-m-wrap .pf-v5-c-table__button-content,.pf-v5-c-table thead:where(.pf-v5-c-table__thead).pf-m-truncate .pf-v5-c-table__button-content,.pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-truncate .pf-v5-c-table__button-content,.pf-v5-c-table th:where(.pf-v5-c-table__th).pf-m-truncate .pf-v5-c-table__button-content,.pf-v5-c-table thead:where(.pf-v5-c-table__thead).pf-m-wrap .pf-v5-c-table__column-help,.pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-wrap .pf-v5-c-table__column-help,.pf-v5-c-table th:where(.pf-v5-c-table__th).pf-m-wrap .pf-v5-c-table__column-help,.pf-v5-c-table thead:where(.pf-v5-c-table__thead).pf-m-truncate .pf-v5-c-table__column-help,.pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-truncate .pf-v5-c-table__column-help,.pf-v5-c-table th:where(.pf-v5-c-table__th).pf-m-truncate .pf-v5-c-table__column-help{grid-template-columns:auto max-content}.pf-v5-c-table .pf-v5-c-table__toggle,.pf-v5-c-table .pf-v5-c-table__action,.pf-v5-c-table .pf-v5-c-table__inline-edit-action{--pf-v5-c-table--cell--PaddingBottom: 0}.pf-v5-c-table .pf-v5-c-table__check,.pf-v5-c-table .pf-v5-c-table__toggle,.pf-v5-c-table .pf-v5-c-table__action,.pf-v5-c-table .pf-v5-c-table__favorite,.pf-v5-c-table th:where(.pf-v5-c-table__th).pf-m-favorite,.pf-v5-c-table .pf-v5-c-table__inline-edit-action,.pf-v5-c-table .pf-v5-c-table__draggable{--pf-v5-c-table--cell--MinWidth: 0;--pf-v5-c-table--cell--Width: 1%}.pf-v5-c-table__toggle{--pf-v5-c-table--cell--PaddingRight: 0;--pf-v5-c-table--cell--PaddingLeft: 0;vertical-align:top}.pf-v5-c-table__toggle .pf-v5-c-button{margin-block-start:var(--pf-v5-c-table__toggle--c-button--MarginTop);margin-block-end:var(--pf-v5-c-table__toggle--c-button--MarginBottom)}.pf-v5-c-table__toggle .pf-v5-c-button.pf-m-expanded .pf-v5-c-table__toggle-icon{transform:rotate(var(--pf-v5-c-table__toggle--c-button--m-expanded__toggle-icon--Rotate))}.pf-v5-c-table__toggle .pf-v5-c-table__toggle-icon{transition:var(--pf-v5-c-table__toggle--c-button__toggle-icon--Transition);transform:rotate(var(--pf-v5-c-table__toggle--c-button__toggle-icon--Rotate))}:where(.pf-v5-m-dir-rtl,[dir=rtl]) .pf-v5-c-table__toggle .pf-v5-c-table__toggle-icon{scale:-1 1}.pf-v5-c-table__toggle svg{pointer-events:none}.pf-v5-c-table__check{--pf-v5-c-table--cell--FontSize: var(--pf-v5-c-table__check--input--FontSize)}.pf-v5-c-table__check label:not([disabled]),.pf-v5-c-table__check input:not([disabled]){cursor:pointer}.pf-v5-c-table__check label{display:inline-flex;padding:inherit;margin-block-start:calc(var(--pf-v5-c-table--cell--PaddingTop) * -1);margin-block-end:calc(var(--pf-v5-c-table--cell--PaddingBottom) * -1);margin-inline-start:calc(var(--pf-v5-c-table--cell--PaddingLeft) * -1);margin-inline-end:calc(var(--pf-v5-c-table--cell--PaddingRight) * -1)}.pf-v5-c-table__thead .pf-v5-c-check.pf-m-standalone{--pf-v5-c-check__input--TranslateY: var(--pf-v5-c-table__thead__check--input--TranslateY)}.pf-v5-c-table__favorite .pf-v5-c-button{--pf-v5-c-button--m-plain--Color: var(--pf-v5-c-table__favorite--c-button--Color);--pf-v5-c-button--FontSize: var(--pf-v5-c-table__favorite--c-button--FontSize);margin-block-start:var(--pf-v5-c-table__favorite--c-button--MarginTop);margin-block-end:var(--pf-v5-c-table__favorite--c-button--MarginBottom);margin-inline-start:var(--pf-v5-c-table__favorite--c-button--MarginLeft);margin-inline-end:var(--pf-v5-c-table__favorite--c-button--MarginRight)}.pf-m-favorited.pf-v5-c-table__favorite .pf-v5-c-button{--pf-v5-c-button--m-plain--Color: var(--pf-v5-c-table__favorite--m-favorited--c-button--Color)}.pf-v5-c-table__draggable .pf-v5-c-button{margin-block-start:var(--pf-v5-c-table__draggable--c-button--MarginTop);margin-block-end:var(--pf-v5-c-table__draggable--c-button--MarginBottom);margin-inline-start:var(--pf-v5-c-table__draggable--c-button--MarginLeft);margin-inline-end:var(--pf-v5-c-table__draggable--c-button--MarginRight);cursor:grab}.pf-v5-c-table__draggable .pf-v5-c-button:active{cursor:grabbing}.pf-v5-c-table__action,.pf-v5-c-table__inline-edit-action{--pf-v5-c-table--cell--PaddingTop: 0;--pf-v5-c-table--cell--PaddingRight: var(--pf-v5-c-table__action--PaddingRight);--pf-v5-c-table--cell--PaddingBottom: 0;--pf-v5-c-table--cell--PaddingLeft: var(--pf-v5-c-table__action--PaddingLeft);padding-block-start:0;padding-block-end:0;vertical-align:middle}.pf-v5-c-table__action{text-align:end}.pf-v5-c-table__inline-edit-action{--pf-v5-c-table--cell--PaddingLeft: 0;--pf-v5-c-table--cell--PaddingRight: 0;text-align:end}.pf-v5-c-table__compound-expansion-toggle{--pf-v5-c-table__button--Color: var(--pf-v5-c-table__compound-expansion-toggle__button--Color);--pf-v5-c-table__button--hover--Color: var(--pf-v5-c-table__compound-expansion-toggle__button--hover--Color);--pf-v5-c-table__button--focus--Color: var(--pf-v5-c-table__compound-expansion-toggle__button--focus--Color);--pf-v5-c-table__button--active--Color: var(--pf-v5-c-table__compound-expansion-toggle__button--active--Color);position:relative}.pf-v5-c-table__compound-expansion-toggle.pf-m-truncate{overflow:visible}.pf-v5-c-table__compound-expansion-toggle .pf-v5-c-table__button{min-width:100%;overflow:hidden}.pf-v5-c-table__compound-expansion-toggle .pf-v5-c-table__button:hover,.pf-v5-c-table__compound-expansion-toggle .pf-v5-c-table__button:focus,.pf-v5-c-table__compound-expansion-toggle .pf-v5-c-table__button:active{outline:0}.pf-v5-c-table__compound-expansion-toggle .pf-v5-c-table__button:before,.pf-v5-c-table__compound-expansion-toggle .pf-v5-c-table__button:after{position:absolute;inset-inline-end:0;content:"";border-style:solid;border-width:0}.pf-v5-c-table__compound-expansion-toggle .pf-v5-c-table__button:before{inset-block-start:0;inset-block-end:var(--pf-v5-c-table__compound-expansion-toggle__button--before--Bottom);inset-inline-start:var(--pf-v5-c-table__compound-expansion-toggle__button--before--Left);border-color:var(--pf-v5-c-table__compound-expansion-toggle__button--before--BorderColor);border-inline-start-width:var(--pf-v5-c-table__compound-expansion-toggle__button--before--BorderLeftWidth);border-inline-end-width:var(--pf-v5-c-table__compound-expansion-toggle__button--before--BorderRightWidth)}.pf-v5-c-table__compound-expansion-toggle .pf-v5-c-table__button:after{inset-block-start:var(--pf-v5-c-table__compound-expansion-toggle__button--after--Top);inset-inline-start:var(--pf-v5-c-table__compound-expansion-toggle__button--after--Left);pointer-events:none;border-color:var(--pf-v5-c-table__compound-expansion-toggle__button--after--BorderColor);border-block-start-width:var(--pf-v5-c-table__compound-expansion-toggle__button--after--BorderTopWidth)}.pf-v5-c-table__compound-expansion-toggle:hover,.pf-v5-c-table__compound-expansion-toggle:focus-within,.pf-v5-c-table__compound-expansion-toggle.pf-m-expanded{--pf-v5-c-table__compound-expansion-toggle__button--before--BorderRightWidth: var(--pf-v5-c-table__compound-expansion-toggle__button--before--border-width--base);--pf-v5-c-table__compound-expansion-toggle__button--before--BorderLeftWidth: var(--pf-v5-c-table__compound-expansion-toggle__button--before--border-width--base);--pf-v5-c-table__compound-expansion-toggle__button--after--BorderTopWidth: var(--pf-v5-c-table__compound-expansion-toggle__button--after--border-width--base)}.pf-v5-c-table__compound-expansion-toggle:first-child{--pf-v5-c-table__compound-expansion-toggle__button--before--Left: 0;--pf-v5-c-table__compound-expansion-toggle__button--after--Left: 0}.pf-v5-c-table__compound-expansion-toggle.pf-m-expanded .pf-v5-c-table__button:before{border-block-end:var(--pf-v5-c-table--BackgroundColor) solid var(--pf-v5-c-table__compound-expansion-toggle__button--before--border-width--base)}.pf-v5-c-table__compound-expansion-toggle.pf-m-expanded:first-child{--pf-v5-c-table__compound-expansion-toggle__button--before--BorderLeftWidth: 0}.pf-v5-c-table__compound-expansion-toggle:focus-within{outline-offset:var(--pf-v5-c-table__button--OutlineOffset)}@media (-webkit-min-device-pixel-ratio: 0){.pf-v5-c-table__compound-expansion-toggle:focus-within{outline-style:auto;outline-color:-webkit-focus-ring-color}}.pf-v5-c-table__column-help-action{margin-inline-start:var(--pf-v5-c-table__column-help--MarginLeft);transform:translateY(var(--pf-v5-c-table__column-help--TranslateY))}.pf-v5-c-table__column-help-action .pf-v5-c-button{--pf-v5-c-button--PaddingRight: var(--pf-v5-c-table__column-help--c-button--PaddingRight);--pf-v5-c-button--PaddingLeft: var(--pf-v5-c-table__column-help--c-button--PaddingLeft);margin-block-start:var(--pf-v5-c-table__column-help--c-button--MarginTop);margin-block-end:var(--pf-v5-c-table__column-help--c-button--MarginBottom);font-size:inherit;line-height:1}.pf-v5-c-table__sort .pf-v5-c-table__button{--pf-v5-c-table--cell--PaddingTop: var(--pf-v5-c-table__sort__button--PaddingTop);--pf-v5-c-table--cell--PaddingRight: var(--pf-v5-c-table__sort__button--PaddingRight);--pf-v5-c-table--cell--PaddingBottom: var(--pf-v5-c-table__sort__button--PaddingBottom);--pf-v5-c-table--cell--PaddingLeft: var(--pf-v5-c-table__sort__button--PaddingLeft);display:flex;width:auto;margin-block-start:var(--pf-v5-c-table__sort__button--MarginTop);margin-block-end:var(--pf-v5-c-table__sort__button--MarginBottom);margin-inline-start:var(--pf-v5-c-table__sort__button--MarginLeft)}.pf-v5-c-table__sort .pf-v5-c-table__button:hover{--pf-v5-c-table__sort-indicator--Color: var(--pf-v5-c-table__sort__button--hover__sort-indicator--Color);--pf-v5-c-table__sort__button__text--Color: var(--pf-v5-c-table__sort__button--hover__text--Color)}.pf-v5-c-table__sort .pf-v5-c-table__button:focus{--pf-v5-c-table__sort-indicator--Color: var(--pf-v5-c-table__sort__button--focus__sort-indicator--Color);--pf-v5-c-table__sort__button__text--Color: var(--pf-v5-c-table__sort__button--focus__text--Color)}.pf-v5-c-table__sort .pf-v5-c-table__button:active{--pf-v5-c-table__sort-indicator--Color: var(--pf-v5-c-table__sort__button--active__sort-indicator--Color);--pf-v5-c-table__sort__button__text--Color: var(--pf-v5-c-table__sort__button--active__text--Color)}.pf-v5-c-table__sort .pf-v5-c-table__button .pf-v5-c-table__text{color:var(--pf-v5-c-table__sort__button__text--Color)}.pf-v5-c-table__sort.pf-m-selected .pf-v5-c-table__button{--pf-v5-c-table__sort-indicator--Color: var(--pf-v5-c-table__sort--m-selected__sort-indicator--Color);--pf-v5-c-table__sort__button__text--Color: var(--pf-v5-c-table__sort--m-selected__button__text--Color);color:var(--pf-v5-c-table__sort--m-selected__button--Color)}.pf-v5-c-table__sort.pf-m-help{--pf-v5-c-table__th--m-help--MinWidth: var(--pf-v5-c-table__sort--m-help--MinWidth)}.pf-v5-c-table__sort.pf-m-favorite{--pf-v5-c-table__sort__button__text--Color: var(--pf-v5-c-table__sort--m-favorite__button__text--Color);--pf-v5-c-table__sort__button--hover__text--Color: var(--pf-v5-c-table__sort--m-favorite__button--hover__text--Color);--pf-v5-c-table__sort__button--focus__text--Color: var(--pf-v5-c-table__sort--m-favorite__button--focus__text--Color);--pf-v5-c-table__sort__button--active__text--Color: var(--pf-v5-c-table__sort--m-favorite__button--active__text--Color);--pf-v5-c-table__sort--m-selected__button__text--Color: currentcolor}.pf-v5-c-table__sort-indicator{grid-column:2;margin-inline-start:var(--pf-v5-c-table__sort-indicator--MarginLeft);color:var(--pf-v5-c-table__sort-indicator--Color);pointer-events:none}.pf-v5-c-table__expandable-row{--pf-v5-c-table--cell--PaddingTop: 0;--pf-v5-c-table--cell--PaddingBottom: 0;position:relative;border-block-end:0 solid transparent;box-shadow:0 0 0 0 transparent}.pf-v5-c-table__expandable-row,.pf-v5-c-table__expandable-row td:where(.pf-v5-c-table__td):first-child:after{transition:var(--pf-v5-c-table__expandable-row--Transition)}.pf-v5-c-table__expandable-row td:where(.pf-v5-c-table__td).pf-m-no-padding,.pf-v5-c-table__expandable-row th:where(.pf-v5-c-table__th).pf-m-no-padding{padding-block-start:0;padding-inline-end:0;padding-block-end:0;padding-inline-start:var(--pf-v5-c-table__expandable-row--after--border-width--base)}.pf-v5-c-table__expandable-row td:where(.pf-v5-c-table__td).pf-m-no-padding .pf-v5-c-table__expandable-row-content,.pf-v5-c-table__expandable-row th:where(.pf-v5-c-table__th).pf-m-no-padding .pf-v5-c-table__expandable-row-content{padding:0}.pf-v5-c-table__expandable-row .pf-v5-c-table__expandable-row-content{padding-block-start:var(--pf-v5-c-table__expandable-row-content--PaddingTop);padding-block-end:var(--pf-v5-c-table__expandable-row-content--PaddingBottom)}.pf-v5-c-table__expandable-row.pf-m-expanded{border-block-end-color:var(--pf-v5-c-table__expandable-row--m-expanded--BorderBottomColor);border-block-end-width:var(--pf-v5-c-table--border-width--base);box-shadow:var(--pf-v5-c-table__expandable-row--m-expanded--BoxShadow)}.pf-v5-c-table__expandable-row:not(.pf-m-expanded){display:none}.pf-v5-c-table .pf-v5-c-table tr:where(.pf-v5-c-table__tr)>*:first-child{--pf-v5-c-table--cell--PaddingLeft: var(--pf-v5-c-table--nested--first-last-child--PaddingLeft)}.pf-v5-c-table .pf-v5-c-table tr:where(.pf-v5-c-table__tr)>*:last-child{--pf-v5-c-table--cell--PaddingRight: var(--pf-v5-c-table--nested--first-last-child--PaddingRight)}.pf-v5-c-table.pf-m-compact{--pf-v5-c-table--cell--FontSize: var(--pf-v5-c-table--m-compact--FontSize);--pf-v5-c-table--cell--PaddingTop: var(--pf-v5-c-table--m-compact--cell--PaddingTop);--pf-v5-c-table--cell--PaddingBottom: var(--pf-v5-c-table--m-compact--cell--PaddingBottom);--pf-v5-c-table--cell--PaddingRight: var(--pf-v5-c-table--m-compact--cell--PaddingLeft)}.pf-v5-c-table.pf-m-compact tr:where(.pf-v5-c-table__tr){--pf-v5-c-table--cell--PaddingLeft: var(--pf-v5-c-table--m-compact--cell--PaddingLeft);--pf-v5-c-table--cell--PaddingRight: var(--pf-v5-c-table--m-compact--cell--PaddingRight)}.pf-v5-c-table.pf-m-compact tr:where(.pf-v5-c-table__tr):not(.pf-v5-c-table__expandable-row){--pf-v5-c-table--cell--FontSize: var(--pf-v5-c-table--m-compact--FontSize);--pf-v5-c-table--cell--PaddingTop: var(--pf-v5-c-table--m-compact--cell--PaddingTop);--pf-v5-c-table--cell--PaddingBottom: var(--pf-v5-c-table--m-compact--cell--PaddingBottom)}.pf-v5-c-table.pf-m-compact tr:where(.pf-v5-c-table__tr):not(.pf-v5-c-table__expandable-row)>*:first-child{--pf-v5-c-table--cell--PaddingLeft: var(--pf-v5-c-table--m-compact--cell--first-last-child--PaddingLeft)}.pf-v5-c-table.pf-m-compact tr:where(.pf-v5-c-table__tr):not(.pf-v5-c-table__expandable-row)>*:last-child{--pf-v5-c-table--cell--PaddingRight: var(--pf-v5-c-table--m-compact--cell--first-last-child--PaddingRight)}.pf-v5-c-table.pf-m-compact thead:where(.pf-v5-c-table__thead) th:where(.pf-v5-c-table__th),.pf-v5-c-table.pf-m-compact thead:where(.pf-v5-c-table__thead) .pf-v5-c-table__toggle{--pf-v5-c-table--cell--PaddingTop: var(--pf-v5-c-table--m-compact__th--PaddingTop);--pf-v5-c-table--cell--PaddingBottom: var(--pf-v5-c-table--m-compact__th--PaddingBottom)}.pf-v5-c-table.pf-m-compact .pf-v5-c-table__action{--pf-v5-c-table--cell--PaddingTop: var(--pf-v5-c-table__action--PaddingTop);--pf-v5-c-table--cell--PaddingBottom: var(--pf-v5-c-table__action--PaddingBottom);--pf-v5-c-table--cell--PaddingLeft: var(--pf-v5-c-table__action--PaddingLeft)}.pf-v5-c-table.pf-m-compact .pf-v5-c-table__toggle{--pf-v5-c-table--cell--PaddingTop: var(--pf-v5-c-table--m-compact__toggle--PaddingTop);--pf-v5-c-table--cell--PaddingBottom: var(--pf-v5-c-table--m-compact__toggle--PaddingBottom)}.pf-v5-c-table.pf-m-compact .pf-v5-c-table__icon{width:auto;min-width:0;text-align:center}.pf-v5-c-table .pf-v5-c-table.pf-m-compact tr:where(.pf-v5-c-table__tr)>*:first-child{--pf-v5-c-table--cell--PaddingLeft: var(--pf-v5-c-table--nested--first-last-child--PaddingLeft)}.pf-v5-c-table .pf-v5-c-table.pf-m-compact tr:where(.pf-v5-c-table__tr)>*:last-child{--pf-v5-c-table--cell--PaddingRight: var(--pf-v5-c-table--nested--first-last-child--PaddingRight)}.pf-v5-c-table.pf-m-compact .pf-v5-c-table__expandable-row-content{--pf-v5-c-table__expandable-row-content--PaddingTop: var(--pf-v5-c-table--m-compact__expandable-row-content--PaddingTop);--pf-v5-c-table__expandable-row-content--PaddingBottom: var(--pf-v5-c-table--m-compact__expandable-row-content--PaddingBottom)}.pf-v5-c-table__icon-inline{display:flex;align-items:center}.pf-v5-c-table__icon-inline>:not(:last-child){margin-inline-end:var(--pf-v5-c-table__icon-inline--MarginRight)}.pf-v5-c-table .pf-m-width-10{--pf-v5-c-table--cell--Width: 10%}.pf-v5-c-table .pf-m-width-15{--pf-v5-c-table--cell--Width: 15%}.pf-v5-c-table .pf-m-width-20{--pf-v5-c-table--cell--Width: 20%}.pf-v5-c-table .pf-m-width-25{--pf-v5-c-table--cell--Width: 25%}.pf-v5-c-table .pf-m-width-30{--pf-v5-c-table--cell--Width: 30%}.pf-v5-c-table .pf-m-width-35{--pf-v5-c-table--cell--Width: 35%}.pf-v5-c-table .pf-m-width-40{--pf-v5-c-table--cell--Width: 40%}.pf-v5-c-table .pf-m-width-45{--pf-v5-c-table--cell--Width: 45%}.pf-v5-c-table .pf-m-width-50{--pf-v5-c-table--cell--Width: 50%}.pf-v5-c-table .pf-m-width-60{--pf-v5-c-table--cell--Width: 60%}.pf-v5-c-table .pf-m-width-70{--pf-v5-c-table--cell--Width: 70%}.pf-v5-c-table .pf-m-width-80{--pf-v5-c-table--cell--Width: 80%}.pf-v5-c-table .pf-m-width-90{--pf-v5-c-table--cell--Width: 90%}.pf-v5-c-table .pf-m-width-100{--pf-v5-c-table--cell--Width: 100%}:where(.pf-v5-theme-dark) .pf-v5-c-table{--pf-v5-c-table--m-striped__tr--BackgroundColor: var(--pf-v5-global--BackgroundColor--150)}:where(.pf-v5-theme-dark) .pf-v5-c-table__favorite .pf-v5-c-button:hover,:where(.pf-v5-theme-dark) .pf-v5-c-table__favorite .pf-v5-c-button:focus{--pf-v5-c-button--m-plain--Color: var(--pf-v5-global--palette--gold-100)}.data-editor .monaco-editor{outline:none}.side-nav .pf-v5-c-nav__item :before{content:unset}.side-nav .pf-v5-c-nav__item.pf-m-expandable:before{content:unset}.side-nav .pf-v5-c-nav__list{padding:0}.side-nav.pf-v5-c-nav>.pf-v5-c-nav__list>.pf-v5-c-nav__item{border-bottom:1px solid #fff3}.pf-v5-c-wizard__header{--pf-v5-global--Color--100: var(--pf-v5-global--Color--light-100);--pf-v5-global--Color--200: var(--pf-v5-global--Color--light-200);--pf-v5-global--BorderColor--100: var(--pf-v5-global--BorderColor--light-100);--pf-v5-global--primary-color--100: var(--pf-v5-global--primary-color--light-100);--pf-v5-global--link--Color: var(--pf-v5-global--link--Color--light);--pf-v5-global--link--Color--hover: var(--pf-v5-global--link--Color--light);--pf-v5-global--BackgroundColor--100: var(--pf-v5-global--BackgroundColor--dark-100);--pf-v5-global--icon--Color--light: var(--pf-v5-global--icon--Color--light--light);--pf-v5-global--icon--Color--dark: var(--pf-v5-global--icon--Color--dark--light)}.pf-v5-c-wizard__header .pf-v5-c-button{--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--dark-100)}.pf-v5-c-wizard{--pf-v5-c-wizard--Height: 100%;--pf-v5-c-modal-box--c-wizard--FlexBasis: 47.625rem;--pf-v5-c-wizard__header--BackgroundColor: var(--pf-v5-global--BackgroundColor--dark-100);--pf-v5-c-wizard__header--ZIndex: auto;--pf-v5-c-wizard__header--PaddingTop: var(--pf-v5-global--spacer--lg);--pf-v5-c-wizard__header--PaddingRight: var(--pf-v5-global--spacer--md);--pf-v5-c-wizard__header--PaddingBottom: var(--pf-v5-global--spacer--lg);--pf-v5-c-wizard__header--PaddingLeft: var(--pf-v5-global--spacer--md);--pf-v5-c-wizard__header--lg--PaddingRight: var(--pf-v5-global--spacer--md);--pf-v5-c-wizard__header--lg--PaddingLeft: var(--pf-v5-global--spacer--md);--pf-v5-c-wizard__header--xl--PaddingRight: var(--pf-v5-global--spacer--lg);--pf-v5-c-wizard__header--xl--PaddingLeft: var(--pf-v5-global--spacer--lg);--pf-v5-c-wizard__close--Top: calc(var(--pf-v5-global--spacer--lg) - var(--pf-v5-global--spacer--form-element));--pf-v5-c-wizard__close--Right: 0;--pf-v5-c-wizard__close--xl--Right: var(--pf-v5-global--spacer--lg);--pf-v5-c-wizard__close--FontSize: var(--pf-v5-global--FontSize--xl);--pf-v5-c-wizard__title--PaddingRight: var(--pf-v5-global--spacer--2xl);--pf-v5-c-wizard__title-text--FontSize: var(--pf-v5-global--FontSize--3xl);--pf-v5-c-wizard__title-text--FontFamily: var(--pf-v5-global--FontFamily--heading);--pf-v5-c-wizard__title-text--FontWeight: var(--pf-v5-global--FontWeight--normal);--pf-v5-c-wizard__title-text--LineHeight: var(--pf-v5-global--LineHeight--sm);--pf-v5-c-wizard__description--PaddingTop: var(--pf-v5-global--spacer--sm);--pf-v5-c-wizard__description--Color: var(--pf-v5-global--Color--light-200);--pf-v5-c-wizard__nav-link--Color: var(--pf-v5-global--Color--100);--pf-v5-c-wizard__nav-link--BackgroundColor: transparent;--pf-v5-c-wizard__nav-link--TextDecoration: var(--pf-v5-global--link--TextDecoration);--pf-v5-c-wizard__nav-link--hover--Color: var(--pf-v5-global--link--Color);--pf-v5-c-wizard__nav-link--focus--Color: var(--pf-v5-global--link--Color);--pf-v5-c-wizard__nav-link--m-current--Color: var(--pf-v5-global--link--Color);--pf-v5-c-wizard__nav-link--m-current--FontWeight: var(--pf-v5-global--FontWeight--normal);--pf-v5-c-wizard__nav-link--m-disabled--Color: var(--pf-v5-global--disabled-color--100);--pf-v5-c-wizard__nav-list__nav-list__nav-link--m-current--FontWeight: var(--pf-v5-global--FontWeight--normal);--pf-v5-c-wizard__nav-link-toggle--PaddingRight: var(--pf-v5-global--spacer--sm);--pf-v5-c-wizard__nav-link-toggle--PaddingLeft: var(--pf-v5-global--spacer--sm);--pf-v5-c-wizard__nav-link-toggle--Color: var(--pf-v5-global--Color--200);--pf-v5-c-wizard__nav-link--hover__nav-link-toggle-icon--Color: var(--pf-v5-global--Color--100);--pf-v5-c-wizard__nav-link--focus__nav-link-toggle-icon--Color: var(--pf-v5-global--Color--100);--pf-v5-c-wizard__nav-link-toggle-icon--Transition: var(--pf-v5-global--Transition);--pf-v5-c-wizard__nav-link-toggle-icon--Rotate: 0;--pf-v5-c-wizard__nav-item--m-expanded__link-toggle-icon--Rotate: 90deg;--pf-v5-c-wizard__nav-link--before--Width: 1.5rem;--pf-v5-c-wizard__nav-link--before--Height: 1.5rem;--pf-v5-c-wizard__nav-link--before--Top: 0;--pf-v5-c-wizard__nav-link--before--BackgroundColor: var(--pf-v5-global--BackgroundColor--200);--pf-v5-c-wizard__nav-link--before--BorderRadius: var(--pf-v5-global--BorderRadius--lg);--pf-v5-c-wizard__nav-link--before--Color: var(--pf-v5-global--Color--100);--pf-v5-c-wizard__nav-link--before--FontSize: var(--pf-v5-global--FontSize--sm);--pf-v5-c-wizard__nav-link--before--TranslateX: calc(-100% - var(--pf-v5-global--spacer--sm));--pf-v5-c-wizard__nav-link--m-current--before--BackgroundColor: var(--pf-v5-global--active-color--100);--pf-v5-c-wizard__nav-link--m-current--before--Color: var(--pf-v5-global--Color--light-100);--pf-v5-c-wizard__nav-link--m-disabled--before--BackgroundColor: transparent;--pf-v5-c-wizard__nav-link--m-disabled--before--Color: var(--pf-v5-global--disabled-color--100);--pf-v5-c-wizard__toggle--BackgroundColor: var(--pf-v5-global--BackgroundColor--100);--pf-v5-c-wizard__toggle--ZIndex: var(--pf-v5-global--ZIndex--xs);--pf-v5-c-wizard__toggle--BoxShadow: var(--pf-v5-global--BoxShadow--md-bottom);--pf-v5-c-wizard__toggle--PaddingTop: var(--pf-v5-global--spacer--lg);--pf-v5-c-wizard__toggle--PaddingRight: var(--pf-v5-global--spacer--md);--pf-v5-c-wizard__toggle--PaddingBottom: var(--pf-v5-global--spacer--lg);--pf-v5-c-wizard__toggle--PaddingLeft: calc(var(--pf-v5-global--spacer--md) + var(--pf-v5-c-wizard__nav-link--before--Width) + var(--pf-v5-global--spacer--sm));--pf-v5-c-wizard__toggle--m-expanded--BorderBottomWidth: var(--pf-v5-global--BorderWidth--sm);--pf-v5-c-wizard__toggle--m-expanded--BorderBottomColor: var(--pf-v5-global--BorderColor--100);--pf-v5-c-wizard--m-in-page__toggle--xl--PaddingLeft: calc(var(--pf-v5-global--spacer--xl) + var(--pf-v5-c-wizard__nav-link--before--Width) + var(--pf-v5-global--spacer--sm));--pf-v5-c-wizard__toggle-num--before--Top: 0;--pf-v5-c-wizard__toggle-list-item--not-last-child--MarginRight: var(--pf-v5-global--spacer--sm);--pf-v5-c-wizard__toggle-list-item--MarginBottom: var(--pf-v5-global--spacer--xs);--pf-v5-c-wizard__toggle-list--MarginRight: var(--pf-v5-global--spacer--sm);--pf-v5-c-wizard__toggle-list--MarginBottom: calc(var(--pf-v5-c-wizard__toggle-list-item--MarginBottom) * -1);--pf-v5-c-wizard__toggle-separator--MarginLeft: var(--pf-v5-global--spacer--sm);--pf-v5-c-wizard__toggle-separator--Color: var(--pf-v5-global--BorderColor--200);--pf-v5-c-wizard__toggle-icon--LineHeight: var(--pf-v5-global--LineHeight--md);--pf-v5-c-wizard__toggle--m-expanded__toggle-icon--Rotate: 180deg;--pf-v5-c-wizard__nav--ZIndex: var(--pf-v5-global--ZIndex--xs);--pf-v5-c-wizard__nav--BackgroundColor: var(--pf-v5-global--BackgroundColor--100);--pf-v5-c-wizard__nav--BoxShadow: var(--pf-v5-global--BoxShadow--md-bottom);--pf-v5-c-wizard__nav--Width: 100%;--pf-v5-c-wizard__nav--lg--Width: 15.625rem;--pf-v5-c-wizard__nav--lg--BorderRightWidth: var(--pf-v5-global--BorderWidth--sm);--pf-v5-c-wizard__nav--lg--BorderRightColor: var(--pf-v5-global--BorderColor--100);--pf-v5-c-wizard__nav-list--PaddingTop: var(--pf-v5-global--spacer--lg);--pf-v5-c-wizard__nav-list--PaddingRight: var(--pf-v5-global--spacer--md);--pf-v5-c-wizard__nav-list--PaddingBottom: var(--pf-v5-global--spacer--lg);--pf-v5-c-wizard__nav-list--PaddingLeft: calc(var(--pf-v5-global--spacer--md) + var(--pf-v5-c-wizard__nav-link--before--Width) + var(--pf-v5-global--spacer--sm));--pf-v5-c-wizard__nav-list--lg--PaddingTop: var(--pf-v5-global--spacer--md);--pf-v5-c-wizard__nav-list--lg--PaddingRight: var(--pf-v5-global--spacer--md);--pf-v5-c-wizard__nav-list--lg--PaddingBottom: var(--pf-v5-global--spacer--md);--pf-v5-c-wizard__nav-list--xl--PaddingTop: var(--pf-v5-global--spacer--lg);--pf-v5-c-wizard__nav-list--xl--PaddingRight: var(--pf-v5-global--spacer--lg);--pf-v5-c-wizard__nav-list--xl--PaddingBottom: var(--pf-v5-global--spacer--lg);--pf-v5-c-wizard__nav-list--xl--PaddingLeft: calc(var(--pf-v5-global--spacer--lg) + var(--pf-v5-c-wizard__nav-link--before--Width) + var(--pf-v5-global--spacer--sm));--pf-v5-c-wizard__nav-list--nested--MarginLeft: var(--pf-v5-global--spacer--md);--pf-v5-c-wizard__nav-list--nested--MarginTop: var(--pf-v5-global--spacer--md);--pf-v5-c-wizard__nav-item--MarginTop: var(--pf-v5-global--spacer--md);--pf-v5-c-wizard__outer-wrap--BackgroundColor: var(--pf-v5-global--BackgroundColor--100);--pf-v5-c-wizard__outer-wrap--lg--PaddingLeft: var(--pf-v5-c-wizard__nav--Width);--pf-v5-c-wizard__outer-wrap--MinHeight: 15.625rem;--pf-v5-c-wizard__main--ZIndex: auto;--pf-v5-c-wizard__main-body--PaddingTop: var(--pf-v5-global--spacer--md);--pf-v5-c-wizard__main-body--PaddingRight: var(--pf-v5-global--spacer--md);--pf-v5-c-wizard__main-body--PaddingBottom: var(--pf-v5-global--spacer--md);--pf-v5-c-wizard__main-body--PaddingLeft: var(--pf-v5-global--spacer--md);--pf-v5-c-wizard__main-body--xl--PaddingTop: var(--pf-v5-global--spacer--lg);--pf-v5-c-wizard__main-body--xl--PaddingRight: var(--pf-v5-global--spacer--lg);--pf-v5-c-wizard__main-body--xl--PaddingBottom: var(--pf-v5-global--spacer--lg);--pf-v5-c-wizard__main-body--xl--PaddingLeft: var(--pf-v5-global--spacer--lg);--pf-v5-c-wizard__footer--BackgroundColor: var(--pf-v5-global--BackgroundColor--100);--pf-v5-c-wizard__footer--ZIndex: var(--pf-v5-global--ZIndex--xs);--pf-v5-c-wizard__footer--PaddingTop: var(--pf-v5-global--spacer--md);--pf-v5-c-wizard__footer--PaddingRight: var(--pf-v5-global--spacer--md);--pf-v5-c-wizard__footer--PaddingBottom: var(--pf-v5-global--spacer--sm);--pf-v5-c-wizard__footer--PaddingLeft: var(--pf-v5-global--spacer--md);--pf-v5-c-wizard__footer--xl--PaddingTop: var(--pf-v5-global--spacer--lg);--pf-v5-c-wizard__footer--xl--PaddingRight: var(--pf-v5-global--spacer--lg);--pf-v5-c-wizard__footer--xl--PaddingBottom: var(--pf-v5-global--spacer--md);--pf-v5-c-wizard__footer--xl--PaddingLeft: var(--pf-v5-global--spacer--lg);--pf-v5-c-wizard__footer--BoxShadow: var(--pf-v5-global--BoxShadow--sm-top);--pf-v5-c-wizard__footer--child--MarginRight: var(--pf-v5-global--spacer--md);--pf-v5-c-wizard__footer--child--MarginBottom: var(--pf-v5-global--spacer--sm);--pf-v5-c-wizard__footer-cancel--MarginLeft: calc(var(--pf-v5-global--spacer--2xl) - var(--pf-v5-c-wizard__footer--child--MarginRight));position:relative;display:flex;flex-direction:column;height:var(--pf-v5-c-wizard--Height)}@media screen and (min-width: 992px){.pf-v5-c-wizard{--pf-v5-c-wizard__header--PaddingRight: var(--pf-v5-c-wizard__header--lg--PaddingRight);--pf-v5-c-wizard__header--PaddingLeft: var(--pf-v5-c-wizard__header--lg--PaddingLeft)}}@media screen and (min-width: 1200px){.pf-v5-c-wizard{--pf-v5-c-wizard__header--PaddingRight: var(--pf-v5-c-wizard__header--xl--PaddingRight);--pf-v5-c-wizard__header--PaddingLeft: var(--pf-v5-c-wizard__header--xl--PaddingLeft)}}@media screen and (min-width: 1200px){.pf-v5-c-wizard{--pf-v5-c-wizard__close--Right: var(--pf-v5-c-wizard__close--xl--Right)}}@media screen and (min-width: 992px){.pf-v5-c-wizard{--pf-v5-c-wizard__nav--Width: var(--pf-v5-c-wizard__nav--lg--Width);--pf-v5-c-wizard__nav--BoxShadow: none}}@media screen and (min-width: 992px){.pf-v5-c-wizard{--pf-v5-c-wizard__nav-list--PaddingTop: var(--pf-v5-c-wizard__nav-list--lg--PaddingTop);--pf-v5-c-wizard__nav-list--PaddingRight: var(--pf-v5-c-wizard__nav-list--lg--PaddingRight);--pf-v5-c-wizard__nav-list--PaddingBottom: var(--pf-v5-c-wizard__nav-list--lg--PaddingBottom)}}@media screen and (min-width: 1200px){.pf-v5-c-wizard{--pf-v5-c-wizard__nav-list--PaddingTop: var(--pf-v5-c-wizard__nav-list--xl--PaddingTop);--pf-v5-c-wizard__nav-list--PaddingRight: var(--pf-v5-c-wizard__nav-list--xl--PaddingRight);--pf-v5-c-wizard__nav-list--PaddingBottom: var(--pf-v5-c-wizard__nav-list--xl--PaddingBottom);--pf-v5-c-wizard__nav-list--PaddingLeft: var(--pf-v5-c-wizard__nav-list--xl--PaddingLeft)}}@media screen and (min-width: 1200px){.pf-v5-c-wizard{--pf-v5-c-wizard__main-body--PaddingTop: var(--pf-v5-c-wizard__main-body--xl--PaddingTop);--pf-v5-c-wizard__main-body--PaddingRight: var(--pf-v5-c-wizard__main-body--xl--PaddingRight);--pf-v5-c-wizard__main-body--PaddingBottom: var(--pf-v5-c-wizard__main-body--xl--PaddingBottom);--pf-v5-c-wizard__main-body--PaddingLeft: var(--pf-v5-c-wizard__main-body--xl--PaddingLeft)}}@media screen and (min-width: 1200px){.pf-v5-c-wizard{--pf-v5-c-wizard__footer--PaddingTop: var(--pf-v5-c-wizard__footer--xl--PaddingTop);--pf-v5-c-wizard__footer--PaddingRight: var(--pf-v5-c-wizard__footer--xl--PaddingRight);--pf-v5-c-wizard__footer--PaddingBottom: var(--pf-v5-c-wizard__footer--xl--PaddingBottom);--pf-v5-c-wizard__footer--PaddingLeft: var(--pf-v5-c-wizard__footer--xl--PaddingLeft)}}.pf-v5-c-modal-box .pf-v5-c-wizard{flex:1 1 var(--pf-v5-c-modal-box--c-wizard--FlexBasis);min-height:0}.pf-v5-c-wizard>:not(.pf-v5-c-wizard__outer-wrap):not(.pf-v5-c-drawer){flex-shrink:0}.pf-v5-c-wizard.pf-m-finished{--pf-v5-c-wizard__outer-wrap--lg--PaddingLeft: 0}.pf-v5-c-wizard.pf-m-finished .pf-v5-c-wizard__nav,.pf-v5-c-wizard.pf-m-finished .pf-v5-c-wizard__footer,.pf-v5-c-wizard.pf-m-finished .pf-v5-c-wizard__toggle{display:none}.pf-v5-c-wizard__header{color:var(--pf-v5-global--Color--100);position:relative;z-index:var(--pf-v5-c-wizard__header--ZIndex);padding-block-start:var(--pf-v5-c-wizard__header--PaddingTop);padding-block-end:var(--pf-v5-c-wizard__header--PaddingBottom);padding-inline-start:var(--pf-v5-c-wizard__header--PaddingLeft);padding-inline-end:var(--pf-v5-c-wizard__header--PaddingRight);background-color:var(--pf-v5-c-wizard__header--BackgroundColor)}.pf-v5-c-wizard__header .pf-v5-c-wizard__close{position:absolute;inset-block-start:var(--pf-v5-c-wizard__close--Top);inset-inline-end:var(--pf-v5-c-wizard__close--Right)}.pf-v5-c-wizard__header .pf-v5-c-wizard__close button{font-size:var(--pf-v5-c-wizard__close--FontSize)}.pf-v5-c-wizard__title{padding-inline-end:var(--pf-v5-c-wizard__title--PaddingRight);word-wrap:break-word}.pf-v5-c-wizard__title-text{font-family:var(--pf-v5-c-wizard__title-text--FontFamily);font-size:var(--pf-v5-c-wizard__title-text--FontSize);font-weight:var(--pf-v5-c-wizard__title-text--FontWeight);line-height:var(--pf-v5-c-wizard__title-text--LineHeight)}.pf-v5-c-wizard__description{display:none;padding-block-start:var(--pf-v5-c-wizard__description--PaddingTop);color:var(--pf-v5-c-wizard__description--Color)}@media screen and (min-width: 992px){.pf-v5-c-wizard__description{display:block}}.pf-v5-c-wizard__toggle{position:relative;z-index:var(--pf-v5-c-wizard__toggle--ZIndex);display:flex;justify-content:space-between;width:100%;padding-block-start:var(--pf-v5-c-wizard__toggle--PaddingTop);padding-block-end:var(--pf-v5-c-wizard__toggle--PaddingBottom);padding-inline-start:var(--pf-v5-c-wizard__toggle--PaddingLeft);padding-inline-end:var(--pf-v5-c-wizard__toggle--PaddingRight);background-color:var(--pf-v5-c-wizard__toggle--BackgroundColor);border:0;box-shadow:var(--pf-v5-c-wizard__toggle--BoxShadow)}@media screen and (min-width: 992px){.pf-v5-c-wizard__toggle{display:none}}.pf-v5-c-wizard__toggle.pf-m-expanded{--pf-v5-c-wizard__toggle--BoxShadow: none;border-block-end:var(--pf-v5-c-wizard__toggle--m-expanded--BorderBottomWidth) solid var(--pf-v5-c-wizard__toggle--m-expanded--BorderBottomColor)}.pf-v5-c-wizard__toggle.pf-m-expanded .pf-v5-c-wizard__toggle-icon{transform:rotate(var(--pf-v5-c-wizard__toggle--m-expanded__toggle-icon--Rotate))}.pf-v5-c-wizard__toggle-list{position:relative;display:flex;flex-wrap:wrap;align-items:baseline;margin-block-end:var(--pf-v5-c-wizard__toggle-list--MarginBottom);margin-inline-end:var(--pf-v5-c-wizard__toggle-list--MarginRight);list-style:none}.pf-v5-c-wizard__toggle-list-item{margin-block-end:var(--pf-v5-c-wizard__toggle-list-item--MarginBottom);text-align:start;word-break:break-word}.pf-v5-c-wizard__toggle-list-item:not(:last-child){margin-inline-end:var(--pf-v5-c-wizard__toggle-list-item--not-last-child--MarginRight)}.pf-v5-c-wizard__toggle-num{--pf-v5-c-wizard__nav-link--before--Top: var(--pf-v5-c-wizard__toggle-num--before--Top)}.pf-v5-c-wizard__toggle-separator{margin-inline-start:var(--pf-v5-c-wizard__toggle-separator--MarginLeft);color:var(--pf-v5-c-wizard__toggle-separator--Color)}:where(.pf-v5-m-dir-rtl,[dir=rtl]) .pf-v5-c-wizard__toggle-separator{scale:-1 1}.pf-v5-c-wizard__toggle-icon{line-height:var(--pf-v5-c-wizard__toggle-icon--LineHeight)}.pf-v5-c-wizard__outer-wrap{position:relative;display:flex;flex-direction:column;flex-grow:1;min-height:var(--pf-v5-c-wizard__outer-wrap--MinHeight);background-color:var(--pf-v5-c-wizard__outer-wrap--BackgroundColor)}@media screen and (min-width: 992px){.pf-v5-c-wizard__outer-wrap{padding-inline-start:var(--pf-v5-c-wizard__outer-wrap--lg--PaddingLeft)}}.pf-v5-c-wizard__inner-wrap{position:relative;display:flex;flex-direction:column;flex-grow:1;min-height:0}@media screen and (min-width: 992px){.pf-v5-c-wizard__inner-wrap{position:static}}.pf-v5-c-wizard__nav{position:absolute;inset-block-start:0;inset-inline-start:0;z-index:var(--pf-v5-c-wizard__nav--ZIndex);display:none;width:var(--pf-v5-c-wizard__nav--Width);max-height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch;background-color:var(--pf-v5-c-wizard__nav--BackgroundColor);box-shadow:var(--pf-v5-c-wizard__nav--BoxShadow)}.pf-v5-c-wizard__nav.pf-m-expanded{display:block}@media screen and (min-width: 992px){.pf-v5-c-wizard__nav{display:block;height:100%;border-inline-end:var(--pf-v5-c-wizard__nav--lg--BorderRightWidth) solid var(--pf-v5-c-wizard__nav--lg--BorderRightColor)}}.pf-v5-c-wizard__nav-list{padding-block-start:var(--pf-v5-c-wizard__nav-list--PaddingTop);padding-block-end:var(--pf-v5-c-wizard__nav-list--PaddingBottom);padding-inline-start:var(--pf-v5-c-wizard__nav-list--PaddingLeft);padding-inline-end:var(--pf-v5-c-wizard__nav-list--PaddingRight);list-style:none;counter-reset:wizard-nav-count}.pf-v5-c-wizard__nav-list .pf-v5-c-wizard__nav-list{padding:0;margin-block-start:var(--pf-v5-c-wizard__nav-list--nested--MarginTop);margin-inline-start:var(--pf-v5-c-wizard__nav-list--nested--MarginLeft)}.pf-v5-c-wizard__nav-list .pf-v5-c-wizard__nav-list .pf-v5-c-wizard__nav-link:before{content:none}.pf-v5-c-wizard__nav-list .pf-v5-c-wizard__nav-list .pf-v5-c-wizard__nav-link.pf-m-current{font-weight:var(--pf-v5-c-wizard__nav-list__nav-list__nav-link--m-current--FontWeight)}.pf-v5-c-wizard__nav-item+.pf-v5-c-wizard__nav-item{margin-block-start:var(--pf-v5-c-wizard__nav-item--MarginTop)}.pf-v5-c-wizard__nav-item.pf-m-expandable>.pf-v5-c-wizard__nav-link{display:flex}.pf-v5-c-wizard__nav-item.pf-m-expandable>.pf-v5-c-wizard__nav-list{display:none}.pf-v5-c-wizard__nav-item.pf-m-expanded>.pf-v5-c-wizard__nav-list{display:block}.pf-v5-c-wizard__nav-item.pf-m-expanded>.pf-v5-c-wizard__nav-link{--pf-v5-c-wizard__nav-link-toggle-icon--Rotate: var(--pf-v5-c-wizard__nav-item--m-expanded__link-toggle-icon--Rotate)}.pf-v5-c-wizard__nav-link{position:relative;display:inline-block;width:100%;color:var(--pf-v5-c-wizard__nav-link--Color);text-align:start;text-decoration:var(--pf-v5-c-wizard__nav-link--TextDecoration);word-break:break-word;background-color:var(--pf-v5-c-wizard__nav-link--BackgroundColor);border:0}.pf-v5-c-wizard__toggle-num,.pf-v5-c-wizard__nav-link:before{transform:translate(var(--pf-v5-c-wizard__nav-link--before--TranslateX));position:absolute;inset-block-start:var(--pf-v5-c-wizard__nav-link--before--Top);inset-inline-start:0;display:inline-flex;align-items:center;justify-content:center;width:var(--pf-v5-c-wizard__nav-link--before--Width);height:var(--pf-v5-c-wizard__nav-link--before--Height);font-size:var(--pf-v5-c-wizard__nav-link--before--FontSize);line-height:1;color:var(--pf-v5-c-wizard__nav-link--before--Color);background-color:var(--pf-v5-c-wizard__nav-link--before--BackgroundColor);border-radius:var(--pf-v5-c-wizard__nav-link--before--BorderRadius)}:where(.pf-v5-m-dir-rtl,[dir=rtl]) .pf-v5-c-wizard__toggle-num,.pf-v5-c-wizard__nav-link:before{transform:translate(calc(var(--pf-v5-c-wizard__nav-link--before--TranslateX) * var(--pf-v5-global--inverse--multiplier)))}.pf-v5-c-wizard__nav-link:before{inset-block-start:0;content:counter(wizard-nav-count);counter-increment:wizard-nav-count}.pf-v5-c-wizard__nav-link:hover{--pf-v5-c-wizard__nav-link--Color: var(--pf-v5-c-wizard__nav-link--hover--Color);--pf-v5-c-wizard__nav-link-toggle--Color: var(--pf-v5-c-wizard__nav-link--hover__nav-link-toggle-icon--Color)}.pf-v5-c-wizard__nav-link:focus{--pf-v5-c-wizard__nav-link--Color: var(--pf-v5-c-wizard__nav-link--focus--Color);--pf-v5-c-wizard__nav-link-toggle--Color: var(--pf-v5-c-wizard__nav-link--focus__nav-link-toggle-icon--Color)}.pf-v5-c-wizard__nav-link.pf-m-current{--pf-v5-c-wizard__nav-link--Color: var(--pf-v5-c-wizard__nav-link--m-current--Color);font-weight:var(--pf-v5-c-wizard__nav-link--m-current--FontWeight)}.pf-v5-c-wizard__toggle-num,.pf-v5-c-wizard__nav-link.pf-m-current:before{--pf-v5-c-wizard__nav-link--before--BackgroundColor: var(--pf-v5-c-wizard__nav-link--m-current--before--BackgroundColor);--pf-v5-c-wizard__nav-link--before--Color: var(--pf-v5-c-wizard__nav-link--m-current--before--Color)}.pf-v5-c-wizard__nav-link:disabled,.pf-v5-c-wizard__nav-link.pf-m-disabled{--pf-v5-c-wizard__nav-link--Color: var(--pf-v5-c-wizard__nav-link--m-disabled--Color);pointer-events:none}.pf-v5-c-wizard__nav-link:disabled:before,.pf-v5-c-wizard__nav-link.pf-m-disabled:before{--pf-v5-c-wizard__nav-link--before--BackgroundColor: var(--pf-v5-c-wizard__nav-link--m-disabled--before--BackgroundColor);--pf-v5-c-wizard__nav-link--before--Color: var(--pf-v5-c-wizard__nav-link--m-disabled--before--Color)}.pf-v5-c-wizard__nav-link-text{flex-grow:1}.pf-v5-c-wizard__nav-link-toggle{padding-inline-start:var(--pf-v5-c-wizard__nav-link-toggle--PaddingLeft);padding-inline-end:var(--pf-v5-c-wizard__nav-link-toggle--PaddingRight);color:var(--pf-v5-c-wizard__nav-link-toggle--Color)}.pf-v5-c-wizard__nav-link-toggle-icon{display:inline-block;transition:var(--pf-v5-c-wizard__nav-link-toggle-icon--Transition);transform:rotate(var(--pf-v5-c-wizard__nav-link-toggle-icon--Rotate))}:where(.pf-v5-m-dir-rtl,[dir=rtl]) .pf-v5-c-wizard__nav-link-toggle-icon{scale:-1 1}.pf-v5-c-wizard__main{z-index:var(--pf-v5-c-wizard__main--ZIndex);flex:1 1 auto;overflow-x:hidden;overflow-y:auto;word-break:break-word}.pf-v5-c-wizard__main-body{padding-block-start:var(--pf-v5-c-wizard__main-body--PaddingTop);padding-block-end:var(--pf-v5-c-wizard__main-body--PaddingBottom);padding-inline-start:var(--pf-v5-c-wizard__main-body--PaddingLeft);padding-inline-end:var(--pf-v5-c-wizard__main-body--PaddingRight)}.pf-v5-c-wizard__main-body.pf-m-no-padding{padding:0}.pf-v5-c-wizard__footer{position:relative;z-index:var(--pf-v5-c-wizard__footer--ZIndex);display:flex;flex-shrink:0;flex-wrap:wrap;padding-block-start:var(--pf-v5-c-wizard__footer--PaddingTop);padding-block-end:var(--pf-v5-c-wizard__footer--PaddingBottom);padding-inline-start:var(--pf-v5-c-wizard__footer--PaddingLeft);padding-inline-end:var(--pf-v5-c-wizard__footer--PaddingRight);background-color:var(--pf-v5-c-wizard__footer--BackgroundColor)}.pf-v5-c-wizard__footer>*{margin-block-end:var(--pf-v5-c-wizard__footer--child--MarginBottom)}.pf-v5-c-wizard__footer>*:not(:last-child){margin-inline-end:var(--pf-v5-c-wizard__footer--child--MarginRight)}.pf-v5-c-page__main-wizard .pf-v5-c-wizard__footer,.pf-v5-c-modal-box .pf-v5-c-wizard__footer,.pf-v5-c-drawer>.pf-v5-c-wizard__footer{box-shadow:var(--pf-v5-c-wizard__footer--BoxShadow)}.pf-v5-c-wizard__footer-cancel{margin-inline-start:var(--pf-v5-c-wizard__footer-cancel--MarginLeft)}:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button{--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300)}:where(.pf-v5-theme-dark) .pf-v5-c-wizard{--pf-v5-c-wizard__header--BackgroundColor: var(--pf-v5-global--palette--black-1000);--pf-v5-c-wizard__nav-link--before--BackgroundColor: var(--pf-v5-global--palette--black-500)}:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header{color:var(--pf-v5-global--Color--100)}
|
1
|
+
.collapsed{max-height:0;transition:max-height .15s ease-out,opacity .15s ease-out;overflow:hidden;opacity:0}.expanded{max-height:500px;transition:max-height .25s ease-in,opacity .25s ease-in;opacity:1}.pf-v6-c-chart svg g[clip-path]{mix-blend-mode:unset}.pf-v6-c-table{--pf-v6-c-table--BackgroundColor: var(--pf-t--global--background--color--primary--default);--pf-v6-c-table--BorderColor: var(--pf-t--global--border--color--default);--pf-v6-c-table--border-width--base: var(--pf-t--global--border--width--divider--default);--pf-v6-c-table__caption--FontSize: var(--pf-t--global--font--size--body--default);--pf-v6-c-table__caption--Color: var(--pf-t--global--text--color--subtle);--pf-v6-c-table__caption--PaddingBlockStart: var(--pf-t--global--spacer--md);--pf-v6-c-table__caption--PaddingInlineEnd: var(--pf-t--global--spacer--lg);--pf-v6-c-table__caption--PaddingBlockEnd: var(--pf-t--global--spacer--md);--pf-v6-c-table__caption--PaddingInlineStart: var(--pf-t--global--spacer--inset--page-chrome);--pf-v6-c-table__thead--cell--FontSize: var(--pf-t--global--font--size--body--sm);--pf-v6-c-table__thead--cell--FontWeight: var(--pf-t--global--font--weight--body--bold);--pf-v6-c-table__thead__toggle--PaddingBlockEnd: var(--pf-t--global--spacer--xs);--pf-v6-c-table__tbody--cell--PaddingBlockStart: var(--pf-v6-c-table--cell--Padding--base);--pf-v6-c-table__tbody--cell--PaddingBlockEnd: var(--pf-v6-c-table--cell--Padding--base);--pf-v6-c-table__tbody--cell--FontSize: var(--pf-t--global--font--size--body--default);--pf-v6-c-table__tr--BorderBlockEndWidth: var(--pf-t--global--border--width--divider--default);--pf-v6-c-table__tr--BorderBlockEndColor: var(--pf-t--global--border--color--default);--pf-v6-c-table--cell--Padding--base: var(--pf-t--global--spacer--md);--pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table--cell--Padding--base);--pf-v6-c-table--cell--PaddingInlineEnd: var(--pf-v6-c-table--cell--Padding--base);--pf-v6-c-table--cell--PaddingBlockEnd: var(--pf-v6-c-table--cell--Padding--base);--pf-v6-c-table--cell--PaddingInlineStart: var(--pf-v6-c-table--cell--Padding--base);--pf-v6-c-table--cell--FontSize: var(--pf-t--global--font--size--body--default);--pf-v6-c-table--cell--FontWeight: var(--pf-t--global--font--weight--body--default);--pf-v6-c-table--cell--LineHeight: var(--pf-t--global--font--line-height--body);--pf-v6-c-table--cell--Color: var(--pf-t--global--text--color--regular);--pf-v6-c-table--cell--first-last-child--PaddingInline: var(--pf-t--global--spacer--inset--page-chrome);--pf-v6-c-table__tr--m-first-cell-offset-reset--cell--PaddingInlineStart: var(--pf-v6-c-table--cell--Padding--base);--pf-v6-c-table--cell--MinWidth: calc(var(--pf-v6-c-table--cell--PaddingInlineEnd) + var(--pf-v6-c-table--cell--PaddingInlineEnd));--pf-v6-c-table--cell--MaxWidth: none;--pf-v6-c-table--cell--Width: auto;--pf-v6-c-table--cell--Overflow: visible;--pf-v6-c-table--cell--TextOverflow: clip;--pf-v6-c-table--cell--WhiteSpace: normal;--pf-v6-c-table--cell--WordBreak: normal;--pf-v6-c-table--cell--m-border-right--before--BorderInlineEndWidth: var(--pf-t--global--border--width--divider--default);--pf-v6-c-table--cell--m-border-right--before--BorderInlineEndColor: var(--pf-t--global--border--color--default);--pf-v6-c-table--cell--m-border-left--before--BorderInlineStartWidth: var(--pf-t--global--border--width--divider--default);--pf-v6-c-table--cell--m-border-left--before--BorderInlineStartColor: var(--pf-t--global--border--color--default);--pf-v6-c-table--cell--m-help--MinWidth: 11ch;--pf-v6-c-table--m-truncate--cell--MaxWidth: 1px;--pf-v6-c-table--m-truncate--cell--MinWidth: calc(5ch + var(--pf-v6-c-table--cell--PaddingInlineEnd) + var(--pf-v6-c-table--cell--PaddingInlineStart));--pf-v6-c-table__text--MinWidth: 100%;--pf-v6-c-table__text--m-truncate--MinWidth: 5ch;--pf-v6-c-table--m-truncate__text--MinWidth: 5ch;--pf-v6-c-table--cell--hidden-visible--Display: table-cell;--pf-v6-c-table__toggle--PaddingBlockStart: var(--pf-t--global--spacer--sm);--pf-v6-c-table__toggle--PaddingBlockEnd: var(--pf-t--global--spacer--sm);--pf-v6-c-table__toggle--PaddingInlineStart: var(--pf-t--global--spacer--sm);--pf-v6-c-table__toggle--PaddingInlineEnd: var(--pf-t--global--spacer--sm);--pf-v6-c-table__toggle--c-button__toggle-icon--Rotate: 270deg;--pf-v6-c-table__toggle--c-button__toggle-icon--TransitionDuration: var(--pf-t--global--motion--duration--icon--default);--pf-v6-c-table__toggle--c-button__toggle-icon--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--default);--pf-v6-c-table__toggle--c-button--m-expanded__toggle-icon--Rotate: 360deg;--pf-v6-c-table__button--PaddingBlockStart: var(--pf-t--global--spacer--sm);--pf-v6-c-table__button--PaddingBlockEnd: var(--pf-t--global--spacer--sm);--pf-v6-c-table__button--PaddingInlineStart: var(--pf-t--global--spacer--md);--pf-v6-c-table__button--PaddingInlineEnd: var(--pf-t--global--spacer--md);--pf-v6-c-table__button--Color: var(--pf-t--global--text--color--regular);--pf-v6-c-table__button--BackgroundColor: var(--pf-t--global--background--color--action--plain--default);--pf-v6-c-table__button--OutlineOffset: calc(var(--pf-t--global--border--width--strong) * -1);--pf-v6-c-table__button--BorderRadius: var(--pf-t--global--border--radius--small);--pf-v6-c-table__button--hover--Color: var(--pf-t--global--text--color--regular);--pf-v6-c-table__button--hover--BackgroundColor: var(--pf-t--global--background--color--action--plain--hover);--pf-v6-c-table__check--PaddingInlineStart: var(--pf-t--global--spacer--sm);--pf-v6-c-table__check--PaddingInlineEnd: var(--pf-t--global--spacer--sm);--pf-v6-c-table__favorite--c-button--FontSize: var(--pf-t--global--font--size--body--default);--pf-v6-c-table--cell--m-favorite--Color: var(--pf-t--global--text--color--subtle);--pf-v6-c-table__favorite--m-favorited--c-button--Color: var(--pf-t--global--color--favorite--clicked);--pf-v6-c-table__tr--m-ghost-row--Opacity: .4;--pf-v6-c-table__tr--m-ghost-row--BackgroundColor: var(--pf-t--global--background--color--primary--default);--pf-v6-c-table__action--PaddingBlockStart: var(--pf-t--global--spacer--sm);--pf-v6-c-table__action--PaddingBlockEnd: var(--pf-t--global--spacer--sm);--pf-v6-c-table__action--PaddingInlineStart: var(--pf-t--global--spacer--sm);--pf-v6-c-table__action--PaddingInlineEnd: var(--pf-t--global--spacer--sm);--pf-v6-c-table__expandable-row-content--PaddingBlockStart: var(--pf-t--global--spacer--md);--pf-v6-c-table__expandable-row-content--PaddingBlockEnd: var(--pf-t--global--spacer--md);--pf-v6-c-table__expandable-row-content--PaddingInlineStart: var(--pf-t--global--spacer--md);--pf-v6-c-table__expandable-row-content--PaddingInlineEnd: var(--pf-t--global--spacer--md);--pf-v6-c-table__expandable-row-content--BorderRadius: var(--pf-t--global--border--radius--small);--pf-v6-c-table__expandable-row-content--BackgroundColor: var(--pf-t--global--background--color--primary--default);--pf-v6-c-table__control-row--BackgroundColor: var(--pf-t--global--background--color--primary--default);--pf-v6-c-table__control-row--BorderBlockEndWidth: var(--pf-t--global--border--width--divider--default);--pf-v6-c-table__control-row__tbody--BorderBlockEndColor: var(--pf-t--global--border--color--default);--pf-v6-c-table__icon-inline--MarginInlineEnd: var(--pf-t--global--spacer--sm);--pf-v6-c-table__sort--MinWidth: calc(6ch + var(--pf-v6-c-table--cell--PaddingInlineEnd) + var(--pf-v6-c-table--cell--PaddingInlineStart) + var(--pf-v6-c-table__sort-indicator--MarginInlineStart));--pf-v6-c-table__sort--m-selected__button--Color: var(--pf-t--global--color--brand--clicked);--pf-v6-c-table__sort--m-help--MinWidth: 15ch;--pf-v6-c-table__sort__button__text--Color: currentcolor;--pf-v6-c-table__sort__button--hover__text--Color: currentcolor;--pf-v6-c-table__sort-indicator--Color: var(--pf-t--global--icon--color--subtle);--pf-v6-c-table__sort-indicator--MarginInlineStart: var(--pf-t--global--spacer--md);--pf-v6-c-table__sort--m-selected__sort-indicator--Color: var(--pf-t--global--color--brand--clicked);--pf-v6-c-table__sort__button--hover__sort-indicator--Color: var(--pf-t--global--text--color--regular);--pf-v6-c-table__th--m-help--MinWidth: 11ch;--pf-v6-c-table__column-help--MarginInlineStart: var(--pf-t--global--spacer--sm);--pf-v6-c-table__compound-expansion-toggle__button--Color: var(--pf-t--global--icon--color--brand--default);--pf-v6-c-table__compound-expansion-toggle__button--BackgroundColor: var(--pf-t--global--background--color--action--plain--default);--pf-v6-c-table__compound-expansion-toggle__button--hover--Color: var(--pf-t--global--icon--color--brand--hover);--pf-v6-c-table__compound-expansion-toggle__button--hover--BackgroundColor: var(--pf-t--global--background--color--action--plain--hover);--pf-v6-c-table__compound-expansion-toggle__button--expanded--BackgroundColor: var(--pf-t--global--background--color--action--plain--clicked);--pf-v6-c-table__compound-expansion-toggle__button--after--BorderColor: var(--pf-t--global--border--color--clicked);--pf-v6-c-table__compound-expansion-toggle__button--after--BorderBlockStartWidth: 0;--pf-v6-c-table__compound-expansion-toggle__button--hover--after--BorderBlockStartWidth: var(--pf-t--global--border--width--strong);--pf-v6-c-table__compound-expansion-toggle--m-expanded__button--after--BorderBlockStartWidth: var(--pf-t--global--border--width--strong);--pf-v6-c-table--compound-expansion--m-expanded--BackgroundColor: var(--pf-t--global--background--color--primary--clicked);--pf-v6-c-table--m-compact__th--PaddingBlockStart: calc(var(--pf-t--global--spacer--sm) + var(--pf-t--global--spacer--xs));--pf-v6-c-table--m-compact__th--PaddingBlockEnd: var(--pf-t--global--spacer--sm);--pf-v6-c-table--m-compact--cell--PaddingBlockStart: var(--pf-t--global--spacer--sm);--pf-v6-c-table--m-compact--cell--PaddingBlockEnd: var(--pf-t--global--spacer--sm);--pf-v6-c-table--m-compact__action--PaddingBlockStart: var(--pf-t--global--spacer--xs);--pf-v6-c-table--m-compact__action--PaddingBlockEnd: var(--pf-t--global--spacer--xs);--pf-v6-c-table__expandable-row--m-expanded--BorderBlockEndColor: var(--pf-t--global--border--color--default);--pf-v6-c-table__tr--m-clickable--BackgroundColor: transparent;--pf-v6-c-table__tr--m-clickable--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));--pf-v6-c-table__tr--m-clickable--hover--BackgroundColor: var(--pf-t--global--background--color--primary--hover);--pf-v6-c-table__tr--m-selected--BackgroundColor: var(--pf-t--global--background--color--primary--clicked);--pf-v6-c-table__tr--m-selected--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));--pf-v6-c-table__tbody--m-clickable--BackgroundColor: transparent;--pf-v6-c-table__tbody--m-clickable--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));--pf-v6-c-table__tbody--m-clickable--hover--BackgroundColor: var(--pf-t--global--background--color--primary--hover);--pf-v6-c-table__tbody--m-clickable--m-expanded--BackgroundColor: var(--pf-t--global--background--color--primary--clicked);--pf-v6-c-table__tbody--m-selected--BackgroundColor: var(--pf-t--global--background--color--primary--clicked);--pf-v6-c-table__tbody--m-selected--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));--pf-v6-c-table__thead--m-nested-column-header--button--OutlineOffset: -.1875rem;--pf-v6-c-table__thead--m-nested-column-header__tr--PaddingBlockStart: var(--pf-t--global--spacer--xs);--pf-v6-c-table__thead--m-nested-column-header__tr--PaddingBlockEnd: var(--pf-t--global--spacer--md);--pf-v6-c-table__subhead--Color: var(--pf-t--global--text--color--subtle);--pf-v6-c-table__nested-column-header__button--PaddingInlineStart: calc(var(--pf-v6-c-table__button--PaddingInlineStart) - var(--pf-t--global--spacer--control--horizontal--plain));--pf-v6-c-table__nested-column-header__button--PaddingInlineEnd: calc(var(--pf-v6-c-table__button--PaddingInlineEnd) - (var(--pf-t--global--spacer--control--horizontal--plain) / 2));--pf-v6-c-table--m-striped__tr--BackgroundColor: var(--pf-t--global--background--color--secondary--default);--pf-v6-c-table--m-sticky-header--cell--ZIndex: var(--pf-t--global--z-index--xs);--pf-v6-c-table--m-sticky-header--ZIndex: calc(var(--pf-t--global--z-index--xs) + 1);--pf-v6-c-table--m-sticky-header--border--ZIndex: calc(var(--pf-t--global--z-index--xs) + 2)}.pf-v6-c-table{width:100%;background-color:var(--pf-v6-c-table--BackgroundColor)}.pf-v6-c-table.pf-m-fixed{table-layout:fixed}.pf-v6-c-table.pf-m-sticky-header>.pf-v6-c-table__thead,.pf-v6-c-table .pf-v6-c-table__thead.pf-m-nested-column-header{position:sticky;inset-block-start:0;z-index:var(--pf-v6-c-table--m-sticky-header--ZIndex);background:var(--pf-v6-c-table--BackgroundColor)}.pf-v6-c-table.pf-m-sticky-header>.pf-v6-c-table__thead:before,.pf-v6-c-table .pf-v6-c-table__thead.pf-m-nested-column-header:before{position:absolute;inset-block-start:0;inset-block-end:0;inset-inline-start:0;inset-inline-end:0;z-index:var(--pf-v6-c-table--m-sticky-header--border--ZIndex);pointer-events:none;content:"";border-block-end:var(--pf-v6-c-table--border-width--base) solid var(--pf-v6-c-table--BorderColor)}.pf-v6-c-table.pf-m-sticky-header{position:relative}.pf-v6-c-table.pf-m-sticky-header thead:where(.pf-v6-c-table__thead) tr:where(.pf-v6-c-table__tr)>:where(th,td){z-index:var(--pf-v6-c-table--m-sticky-header--cell--ZIndex)}.pf-v6-c-table.pf-m-sticky-header>.pf-m-nested-column-header{position:sticky;inset-block-start:0;background:var(--pf-v6-c-table--BackgroundColor)}.pf-v6-c-table:not(.pf-m-sticky-header)>.pf-m-nested-column-header tr:where(.pf-v6-c-table__tr):not(:last-child){border-block-end:0}.pf-v6-c-table:not(.pf-m-sticky-header)>.pf-m-nested-column-header tr:where(.pf-v6-c-table__tr):not(:last-child) th:where(.pf-v6-c-table__th):not([rowspan]),.pf-v6-c-table:not(.pf-m-sticky-header)>.pf-m-nested-column-header tr:where(.pf-v6-c-table__tr):not(:last-child) td:where(.pf-v6-c-table__td):not([rowspan]){--pf-v6-c-table--cell--PaddingBlockEnd: var(--pf-v6-c-table__thead--m-nested-column-header__tr--PaddingBlockEnd)}.pf-v6-c-table.pf-m-striped:not(.pf-m-expandable)>tbody:where(.pf-v6-c-table__tbody)>tr:where(.pf-v6-c-table__tr):nth-child(odd),.pf-v6-c-table.pf-m-striped.pf-m-expandable>tbody:where(.pf-v6-c-table__tbody):nth-of-type(odd)>tr:where(.pf-v6-c-table__tr),.pf-v6-c-table>.pf-m-striped>tr:nth-child(odd),.pf-v6-c-table>.pf-m-striped-even>tr:nth-child(2n),.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-striped{--pf-v6-c-table__sticky-column--BackgroundColor: var(--pf-v6-c-table--m-striped__tr--BackgroundColor);background:var(--pf-v6-c-table--m-striped__tr--BackgroundColor)}.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row).pf-m-ghost-row{background-color:var(--pf-v6-c-table__tr--m-ghost-row--BackgroundColor);opacity:var(--pf-v6-c-table__tr--m-ghost-row--Opacity)}.pf-v6-c-table tr:where(.pf-v6-c-table__tr)>:where(th,td){--pf-v6-hidden-visible--visible--Display: var(--pf-v6-c-table--cell--hidden-visible--Display);--pf-v6-hidden-visible--hidden--Display: none;--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);display:var(--pf-v6-hidden-visible--Display);position:relative;width:var(--pf-v6-c-table--cell--Width);min-width:var(--pf-v6-c-table--cell--MinWidth);max-width:var(--pf-v6-c-table--cell--MaxWidth);padding-block-start:var(--pf-v6-c-table--cell--PaddingBlockStart);padding-block-end:var(--pf-v6-c-table--cell--PaddingBlockEnd);padding-inline-start:var(--pf-v6-c-table--cell--PaddingInlineStart);padding-inline-end:var(--pf-v6-c-table--cell--PaddingInlineEnd);overflow:var(--pf-v6-c-table--cell--Overflow);font-size:var(--pf-v6-c-table--cell--FontSize);font-weight:var(--pf-v6-c-table--cell--FontWeight);line-height:var(--pf-v6-c-table--cell--LineHeight);color:var(--pf-v6-c-table--cell--Color);text-overflow:var(--pf-v6-c-table--cell--TextOverflow);word-break:var(--pf-v6-c-table--cell--WordBreak);white-space:var(--pf-v6-c-table--cell--WhiteSpace)}.pf-v6-c-table tr:where(.pf-v6-c-table__tr)>:where(th,td).pf-m-hidden{--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display)}@media screen and (min-width: 36rem){.pf-v6-c-table tr:where(.pf-v6-c-table__tr)>:where(th,td).pf-m-hidden-on-sm{--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display)}.pf-v6-c-table tr:where(.pf-v6-c-table__tr)>:where(th,td).pf-m-visible-on-sm{--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display)}}@media screen and (min-width: 48rem){.pf-v6-c-table tr:where(.pf-v6-c-table__tr)>:where(th,td).pf-m-hidden-on-md{--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display)}.pf-v6-c-table tr:where(.pf-v6-c-table__tr)>:where(th,td).pf-m-visible-on-md{--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display)}}@media screen and (min-width: 62rem){.pf-v6-c-table tr:where(.pf-v6-c-table__tr)>:where(th,td).pf-m-hidden-on-lg{--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display)}.pf-v6-c-table tr:where(.pf-v6-c-table__tr)>:where(th,td).pf-m-visible-on-lg{--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display)}}@media screen and (min-width: 75rem){.pf-v6-c-table tr:where(.pf-v6-c-table__tr)>:where(th,td).pf-m-hidden-on-xl{--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display)}.pf-v6-c-table tr:where(.pf-v6-c-table__tr)>:where(th,td).pf-m-visible-on-xl{--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display)}}@media screen and (min-width: 90.625rem){.pf-v6-c-table tr:where(.pf-v6-c-table__tr)>:where(th,td).pf-m-hidden-on-2xl{--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display)}.pf-v6-c-table tr:where(.pf-v6-c-table__tr)>:where(th,td).pf-m-visible-on-2xl{--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display)}}.pf-v6-c-table tr:where(.pf-v6-c-table__tr)>:where(th,td):first-child{padding-inline-start:var(--pf-v6-c-table--cell--first-last-child--PaddingInline)}.pf-v6-c-table tr:where(.pf-v6-c-table__tr)>:where(th,td):last-child{padding-inline-end:var(--pf-v6-c-table--cell--first-last-child--PaddingInline)}.pf-v6-c-table tr:where(.pf-v6-c-table__tr)>:where(th,td).pf-m-center{text-align:center}.pf-v6-c-table tr:where(.pf-v6-c-table__tr)>:where(th,td):is(:empty,.pf-v6-c-table__cell-empty){width:auto;min-width:0;padding:0}.pf-v6-c-table tr:where(.pf-v6-c-table__tr)>:where(th,td).pf-m-help{--pf-v6-c-table--cell--MinWidth: var(--pf-v6-c-table--cell--m-help--MinWidth)}.pf-v6-c-table tr:where(.pf-v6-c-table__tr)>:where(th,td).pf-m-favorite{--pf-v6-c-table__button--Color: var(--pf-v6-c-table--cell--m-favorite--Color);--pf-v6-c-table__sort--MinWidth: fit-content;--pf-v6-c-table--cell--MaxWidth: fit-content;--pf-v6-c-table--cell--Overflow: visible}.pf-v6-c-table tr:where(.pf-v6-c-table__tr)>:where(th,td).pf-m-border-right:before,.pf-v6-c-table tr:where(.pf-v6-c-table__tr)>:where(th,td).pf-m-border-left:before{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;content:""}.pf-v6-c-table tr:where(.pf-v6-c-table__tr)>:where(th,td).pf-m-border-right:before{border-inline-end:var(--pf-v6-c-table--cell--m-border-right--before--BorderInlineEndWidth) solid var(--pf-v6-c-table--cell--m-border-right--before--BorderInlineEndColor)}.pf-v6-c-table tr:where(.pf-v6-c-table__tr)>:where(th,td).pf-m-border-left:before{border-inline-start:var(--pf-v6-c-table--cell--m-border-left--before--BorderInlineStartWidth) solid var(--pf-v6-c-table--cell--m-border-left--before--BorderInlineStartColor)}.pf-v6-c-table caption:where(.pf-v6-c-table__caption){padding-block-start:var(--pf-v6-c-table__caption--PaddingBlockStart);padding-block-end:var(--pf-v6-c-table__caption--PaddingBlockEnd);padding-inline-start:var(--pf-v6-c-table__caption--PaddingInlineStart);font-size:var(--pf-v6-c-table__caption--FontSize);color:var(--pf-v6-c-table__caption--Color);text-align:start;background-color:var(--pf-v6-c-table--BackgroundColor)}.pf-v6-c-table thead:where(.pf-v6-c-table__thead){--pf-v6-c-table--cell--FontSize: var(--pf-v6-c-table__thead--cell--FontSize);--pf-v6-c-table--cell--FontWeight: var(--pf-v6-c-table__thead--cell--FontWeight);--pf-v6-c-table--cell--MinWidth: var(--pf-v6-c-table--m-truncate--cell--MinWidth);--pf-v6-c-table--cell--MaxWidth: var(--pf-v6-c-table--m-truncate--cell--MaxWidth);--pf-v6-c-table--cell--Overflow: hidden;--pf-v6-c-table--cell--TextOverflow: ellipsis;--pf-v6-c-table--cell--WhiteSpace: nowrap}.pf-v6-c-table thead:where(.pf-v6-c-table__thead) .pf-v6-c-table__sort .pf-v6-c-table__button{margin-block-end:calc(var(--pf-v6-c-table__button--PaddingBlockEnd) * -1)}.pf-v6-c-table thead:where(.pf-v6-c-table__thead).pf-m-nested-column-header button:where(.pf-v6-c-button){outline-offset:var(--pf-v6-c-table__thead--m-nested-column-header--button--OutlineOffset)}.pf-v6-c-table thead:where(.pf-v6-c-table__thead).pf-m-nested-column-header tr:where(.pf-v6-c-table__tr):not(:first-child) th:where(.pf-v6-c-table__th):not([rowspan]),.pf-v6-c-table thead:where(.pf-v6-c-table__thead).pf-m-nested-column-header tr:where(.pf-v6-c-table__tr):not(:first-child) td:where(.pf-v6-c-table__td):not([rowspan]){--pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table__thead--m-nested-column-header__tr--PaddingBlockStart)}.pf-v6-c-table thead:where(.pf-v6-c-table__thead) .pf-v6-c-table__subhead{--pf-v6-c-table__sort__button__text--Color: var(--pf-v6-c-table__subhead--Color);color:var(--pf-v6-c-table__subhead--Color)}.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody){--pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table__tbody--cell--PaddingBlockStart);--pf-v6-c-table--cell--PaddingBlockEnd: var(--pf-v6-c-table__tbody--cell--PaddingBlockEnd);--pf-v6-c-table--cell--FontSize: var(--pf-v6-c-table__tbody--cell--FontSize)}.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody)>tr:where(.pf-v6-c-table__tr)>:where(th,td){overflow-wrap:break-word}.pf-v6-c-table .pf-v6-c-table__sort{min-width:var(--pf-v6-c-table__sort--MinWidth)}.pf-v6-c-table :where(.pf-v6-c-table__th,.pf-v6-c-table__td).pf-m-help{min-width:var(--pf-v6-c-table__th--m-help--MinWidth)}.pf-v6-c-table.pf-m-no-border-rows>tbody:where(.pf-v6-c-table__tbody){--pf-v6-c-table__tr--BorderBlockEndWidth: 0;--pf-v6-c-table__tbody--BorderBlockEndWidth: 0;--pf-v6-c-table--m-expandable__tbody--BorderBlockEndWidth: 0;--pf-v6-c-table__control-row--BorderBlockEndWidth: 0}.pf-v6-c-table.pf-m-no-border-rows>tbody:where(.pf-v6-c-table__tbody)>tr:where(.pf-v6-c-table__tr){border-block-end:0}.pf-v6-c-table.pf-m-no-border-rows>tbody:where(.pf-v6-c-table__tbody):not(.pf-m-expanded) .pf-v6-c-table__compound-expansion-toggle .pf-v6-c-table__button:before{display:none}.pf-v6-c-table tr.pf-m-clickable:last-child{border-block-end-color:transparent}.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-clickable{cursor:pointer;background-color:var(--pf-v6-c-table__tr--m-clickable--BackgroundColor);outline-offset:var(--pf-v6-c-table__tr--m-clickable--OutlineOffset)}.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-clickable:is(:hover,:focus){--pf-v6-c-table__tr--m-clickable--BackgroundColor: var(--pf-v6-c-table__tr--m-clickable--hover--BackgroundColor)}.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-selected{position:relative;background-color:var(--pf-v6-c-table__tr--m-selected--BackgroundColor);outline-offset:var(--pf-v6-c-table__tr--m-selected--OutlineOffset)}.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-first-cell-offset-reset>:first-child{padding-inline-start:var(--pf-v6-c-table__tr--m-first-cell-offset-reset--cell--PaddingInlineStart)}.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-clickable{cursor:pointer;background-color:var(--pf-v6-c-table__tbody--m-clickable--BackgroundColor);outline-offset:var(--pf-v6-c-table__tbody--m-clickable--OutlineOffset)}.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-clickable:is(:hover,:focus){--pf-v6-c-table__tbody--m-clickable--BackgroundColor: var(--pf-v6-c-table__tbody--m-clickable--hover--BackgroundColor)}.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-clickable.pf-m-expanded{--pf-v6-c-table__tbody--m-clickable--BackgroundColor: var(--pf-v6-c-table__tbody--m-clickable--m-expanded--BackgroundColor)}.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-selected{background-color:var(--pf-v6-c-table__tbody--m-selected--BackgroundColor);outline-offset:var(--pf-v6-c-table__tbody--m-selected--OutlineOffset)}.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-selected .pf-v6-c-table__tr.pf-m-expanded:not(.pf-v6-c-table__expandable-row){border:none}.pf-v6-c-table.pf-m-drag-over{overflow-anchor:none}.pf-v6-c-table .pf-v6-c-table{background-color:transparent}.pf-v6-c-table .pf-v6-c-table,.pf-v6-c-table .pf-v6-c-table :is(.pf-v6-c-table__tbody,.pf-v6-c-table__tr:last-child){border-block-end:0}.pf-v6-c-table .pf-v6-c-button .pf-v6-c-table__sort-indicator{--pf-v6-c-table__sort-indicator--MarginInlineStart: 0}[class*=pf-v6-c-table].pf-m-truncate{--pf-v6-c-table--cell--MinWidth: var(--pf-v6-c-table--m-truncate--cell--MinWidth);--pf-v6-c-table--cell--MaxWidth: var(--pf-v6-c-table--m-truncate--cell--MaxWidth);--pf-v6-c-table--cell--Overflow: hidden;--pf-v6-c-table--cell--TextOverflow: ellipsis;--pf-v6-c-table--cell--WhiteSpace: nowrap}[class*=pf-v6-c-table].pf-m-wrap{--pf-v6-c-table--cell--MinWidth: 0;--pf-v6-c-table--cell--MaxWidth: none;--pf-v6-c-table--cell--Overflow: visible;--pf-v6-c-table--cell--TextOverflow: clip;--pf-v6-c-table--cell--WhiteSpace: normal}[class*=pf-v6-c-table].pf-m-nowrap{--pf-v6-c-table--cell--MinWidth: 0;--pf-v6-c-table--cell--MaxWidth: none;--pf-v6-c-table--cell--Overflow: visible;--pf-v6-c-table--cell--TextOverflow: clip;--pf-v6-c-table--cell--WhiteSpace: nowrap}[class*=pf-v6-c-table] .pf-v6-c-table__icon,[class*=pf-v6-c-table].pf-m-fit-content{--pf-v6-c-table--cell--MinWidth: fit-content;--pf-v6-c-table--cell--MaxWidth: none;--pf-v6-c-table--cell--Width: 1%;--pf-v6-c-table--cell--Overflow: visible;--pf-v6-c-table--cell--TextOverflow: clip;--pf-v6-c-table--cell--WhiteSpace: nowrap}[class*=pf-v6-c-table].pf-m-break-word{--pf-v6-c-table--cell--WordBreak: break-word;--pf-v6-c-table--cell--WhiteSpace: normal}.pf-v6-c-table__text{position:relative;display:block;width:var(--pf-v6-c-table--cell--Width);min-width:var(--pf-v6-c-table__text--MinWidth);max-width:var(--pf-v6-c-table--cell--MaxWidth);overflow:var(--pf-v6-c-table--cell--Overflow);line-height:var(--pf-v6-c-table--cell--LineHeight);text-overflow:var(--pf-v6-c-table--cell--TextOverflow);word-break:var(--pf-v6-c-table--cell--WordBreak);white-space:var(--pf-v6-c-table--cell--WhiteSpace)}.pf-v6-c-table__text.pf-m-truncate{--pf-v6-c-table--cell--MinWidth: 100%;min-width:max(var(--pf-v6-c-table__text--m-truncate--MinWidth),var(--pf-v6-c-table__text--MinWidth))}.pf-v6-c-table__text.pf-m-truncate>:where(th,td){overflow:var(--pf-v6-c-table--cell--Overflow);text-overflow:var(--pf-v6-c-table--cell--TextOverflow);white-space:var(--pf-v6-c-table--cell--WhiteSpace)}.pf-v6-c-table__button{width:auto;padding-block-start:var(--pf-v6-c-table__button--PaddingBlockStart);padding-block-end:var(--pf-v6-c-table__button--PaddingBlockEnd);padding-inline-start:var(--pf-v6-c-table__button--PaddingInlineStart);padding-inline-end:var(--pf-v6-c-table__button--PaddingInlineEnd);margin-block-end:calc(var(--pf-v6-c-table__button--PaddingBlockEnd) * -1);margin-inline-start:calc(var(--pf-v6-c-table__button--PaddingInlineStart) * -1);font-size:inherit;font-weight:inherit;color:var(--pf-v6-c-table__button--Color);text-align:start;white-space:inherit;-webkit-user-select:text;user-select:text;background-color:var(--pf-v6-c-table__button--BackgroundColor);border:0;border-radius:var(--pf-v6-c-table__button--BorderRadius);outline-offset:var(--pf-v6-c-table__button--OutlineOffset)}.pf-v6-c-table .pf-v6-c-table .pf-v6-c-table__button{margin-block-end:0}.pf-v6-c-table__button:is(:hover,:focus){color:var(--pf-v6-c-table__button--hover--Color)}.pf-v6-c-table__sort .pf-v6-c-table__text,.pf-v6-c-table__compound-expansion-toggle .pf-v6-c-table__text{display:block;width:auto;overflow:var(--pf-v6-c-table--cell--Overflow);text-overflow:var(--pf-v6-c-table--cell--TextOverflow);white-space:var(--pf-v6-c-table--cell--WhiteSpace)}.pf-v6-c-table__button-content,.pf-v6-c-table__column-help{display:inline-grid;grid-template-columns:auto max-content;align-items:last baseline;justify-content:start}.pf-v6-c-table__button-content .pf-v6-c-table__text,.pf-v6-c-table__column-help .pf-v6-c-table__text{min-width:auto;max-width:100%}.pf-v6-c-table thead:where(.pf-v6-c-table__thead).pf-m-nowrap .pf-v6-c-table__button-content,.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-nowrap .pf-v6-c-table__button-content,.pf-v6-c-table th:where(.pf-v6-c-table__th).pf-m-nowrap .pf-v6-c-table__button-content,.pf-v6-c-table thead:where(.pf-v6-c-table__thead).pf-m-nowrap .pf-v6-c-table__column-help,.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-nowrap .pf-v6-c-table__column-help,.pf-v6-c-table th:where(.pf-v6-c-table__th).pf-m-nowrap .pf-v6-c-table__column-help{grid-template-columns:min-content max-content}.pf-v6-c-table thead:where(.pf-v6-c-table__thead).pf-m-fit-content .pf-v6-c-table__button-content,.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-fit-content .pf-v6-c-table__button-content,.pf-v6-c-table th:where(.pf-v6-c-table__th).pf-m-fit-content .pf-v6-c-table__button-content,.pf-v6-c-table thead:where(.pf-v6-c-table__thead).pf-m-fit-content .pf-v6-c-table__column-help,.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-fit-content .pf-v6-c-table__column-help,.pf-v6-c-table th:where(.pf-v6-c-table__th).pf-m-fit-content .pf-v6-c-table__column-help{grid-template-columns:fit-content max-content}.pf-v6-c-table thead:where(.pf-v6-c-table__thead).pf-m-wrap .pf-v6-c-table__button-content,.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-wrap .pf-v6-c-table__button-content,.pf-v6-c-table th:where(.pf-v6-c-table__th).pf-m-wrap .pf-v6-c-table__button-content,.pf-v6-c-table thead:where(.pf-v6-c-table__thead).pf-m-truncate .pf-v6-c-table__button-content,.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-truncate .pf-v6-c-table__button-content,.pf-v6-c-table th:where(.pf-v6-c-table__th).pf-m-truncate .pf-v6-c-table__button-content,.pf-v6-c-table thead:where(.pf-v6-c-table__thead).pf-m-wrap .pf-v6-c-table__column-help,.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-wrap .pf-v6-c-table__column-help,.pf-v6-c-table th:where(.pf-v6-c-table__th).pf-m-wrap .pf-v6-c-table__column-help,.pf-v6-c-table thead:where(.pf-v6-c-table__thead).pf-m-truncate .pf-v6-c-table__column-help,.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-truncate .pf-v6-c-table__column-help,.pf-v6-c-table th:where(.pf-v6-c-table__th).pf-m-truncate .pf-v6-c-table__column-help{grid-template-columns:auto max-content}.pf-v6-c-table .pf-v6-c-table__check,.pf-v6-c-table .pf-v6-c-table__toggle,.pf-v6-c-table .pf-v6-c-table__action,.pf-v6-c-table .pf-v6-c-table__inline-edit-action,.pf-v6-c-table .pf-v6-c-table__draggable{--pf-v6-c-table--cell--MinWidth: 0;--pf-v6-c-table--cell--Width: 1%;max-width:none}.pf-v6-c-table .pf-v6-c-table__favorite{--pf-v6-c-table--cell--MaxWidth: auto}.pf-v6-c-table__toggle{--pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table__toggle--PaddingBlockStart);--pf-v6-c-table--cell--PaddingBlockEnd: var(--pf-v6-c-table__toggle--PaddingBlockEnd);--pf-v6-c-table--cell--PaddingInlineStart: var(--pf-v6-c-table__toggle--PaddingInlineStart);--pf-v6-c-table--cell--PaddingInlineEnd: var(--pf-v6-c-table__toggle--PaddingInlineEnd)}.pf-v6-c-table__toggle .pf-v6-c-button.pf-m-expanded .pf-v6-c-table__toggle-icon{transform:rotate(var(--pf-v6-c-table__toggle--c-button--m-expanded__toggle-icon--Rotate))}.pf-v6-c-table__toggle .pf-v6-c-table__toggle-icon{transition-timing-function:var(--pf-v6-c-table__toggle--c-button__toggle-icon--TransitionTimingFunction);transition-duration:var(--pf-v6-c-table__toggle--c-button__toggle-icon--TransitionDuration);transition-property:transform;transform:rotate(var(--pf-v6-c-table__toggle--c-button__toggle-icon--Rotate))}:where(.pf-v6-m-dir-rtl,[dir=rtl]) .pf-v6-c-table__toggle .pf-v6-c-table__toggle-icon{scale:-1 1}.pf-v6-c-table__toggle svg{pointer-events:none}.pf-v6-c-table__check{--pf-v6-c-table--cell--PaddingInlineStart: var(--pf-v6-c-table__check--PaddingInlineStart);--pf-v6-c-table--cell--PaddingInlineEnd: var(--pf-v6-c-table__check--PaddingInlineEnd);vertical-align:top}.pf-v6-c-table__check .pf-v6-c-check{--pf-v6-c-check__label--FontSize: var(--pf-v6-c-table--cell--FontSize);--pf-v6-c-check__label--LineHeight: var(--pf-v6-c-table--cell--LineHeight)}.pf-v6-c-table__check .pf-v6-c-radio{--pf-v6-c-radio__label--FontSize: var(--pf-v6-c-table--cell--FontSize);--pf-v6-c-radio__label--LineHeight: var(--pf-v6-c-table--cell--LineHeight)}thead .pf-v6-c-table__check{vertical-align:bottom}thead .pf-v6-c-table__check .pf-v6-c-check.pf-m-standalone,thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone{display:table-cell;height:auto;line-height:1;vertical-align:baseline}.pf-v6-c-table__favorite .pf-v6-c-button:not(.pf-m-favorite){--pf-v6-c-button--FontSize: var(--pf-v6-c-table__favorite--c-button--FontSize)}.pf-v6-c-table__favorite.pf-m-favorited .pf-v6-c-button:not(.pf-m-favorited){--pf-v6-c-button--m-plain__icon--Color: var(--pf-v6-c-table__favorite--m-favorited--c-button--Color)}.pf-v6-c-table__favorite.pf-m-favorited .pf-v6-c-button:not(.pf-m-favorited):is(:hover,:focus){--pf-v6-c-button--hover__icon--Color: var(--pf-v6-c-table__favorite--m-favorited--c-button--Color)}.pf-v6-c-table__draggable .pf-v6-c-button{cursor:grab}.pf-v6-c-table__draggable .pf-v6-c-button:active{cursor:grabbing}.pf-v6-c-table__action,.pf-v6-c-table__favorite,.pf-v6-c-table__inline-edit-action,.pf-v6-c-table__draggable{--pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table__action--PaddingBlockStart);--pf-v6-c-table--cell--PaddingBlockEnd: var(--pf-v6-c-table__action--PaddingBlockEnd);--pf-v6-c-table--cell--PaddingInlineStart: var(--pf-v6-c-table__action--PaddingInlineStart);--pf-v6-c-table--cell--PaddingInlineEnd: var(--pf-v6-c-table__action--PaddingInlineEnd)}.pf-v6-c-table__action:last-child,.pf-v6-c-table__inline-edit-action:last-child{text-align:end}.pf-v6-c-table__compound-expansion-toggle{--pf-v6-c-table__button--Color: var(--pf-v6-c-table__compound-expansion-toggle__button--Color);--pf-v6-c-table__button--hover--Color: var(--pf-v6-c-table__compound-expansion-toggle__button--hover--Color);position:relative;padding:0;background-color:var(--pf-v6-c-table__compound-expansion-toggle__button--BackgroundColor)}.pf-v6-c-table__compound-expansion-toggle.pf-m-truncate{overflow:visible}.pf-v6-c-table__compound-expansion-toggle .pf-v6-c-table__button{position:static;min-width:100%;padding:0;margin:0;overflow:hidden}.pf-v6-c-table__compound-expansion-toggle .pf-v6-c-table__button:is(:hover,:focus){outline:0}.pf-v6-c-table__compound-expansion-toggle .pf-v6-c-table__button:after{position:absolute;top:0;right:0;bottom:0;left:0;content:"";border:0;border-block-start:var(--pf-v6-c-table__compound-expansion-toggle__button--after--BorderBlockStartWidth) solid var(--pf-v6-c-table__compound-expansion-toggle__button--after--BorderColor)}.pf-v6-c-table__compound-expansion-toggle:hover,.pf-v6-c-table__compound-expansion-toggle:focus-within{--pf-v6-c-table__compound-expansion-toggle__button--BackgroundColor: var(--pf-v6-c-table__compound-expansion-toggle__button--hover--BackgroundColor);--pf-v6-c-table__compound-expansion-toggle__button--after--BorderBlockStartWidth: var(--pf-v6-c-table__compound-expansion-toggle__button--hover--after--BorderBlockStartWidth)}.pf-v6-c-table__compound-expansion-toggle.pf-m-expanded{--pf-v6-c-table__compound-expansion-toggle__button--BackgroundColor: var(--pf-v6-c-table__compound-expansion-toggle__button--expanded--BackgroundColor);--pf-v6-c-table__compound-expansion-toggle__button--after--BorderBlockStartWidth: var(--pf-v6-c-table__compound-expansion-toggle--m-expanded__button--after--BorderBlockStartWidth)}.pf-v6-c-table__compound-expansion-toggle:focus-within{outline-offset:var(--pf-v6-c-table__button--OutlineOffset)}@media (-webkit-min-device-pixel-ratio: 0){.pf-v6-c-table__compound-expansion-toggle:focus-within{outline-style:auto;outline-color:-webkit-focus-ring-color}}.pf-v6-c-table__column-help-action{align-self:last baseline;margin-inline-start:var(--pf-v6-c-table__column-help--MarginInlineStart)}.pf-v6-c-table__sort{vertical-align:bottom}.pf-v6-c-table__sort .pf-v6-c-table__button:is(:hover,:focus){--pf-v6-c-table__sort-indicator--Color: var(--pf-v6-c-table__sort__button--hover__sort-indicator--Color);--pf-v6-c-table__sort__button__text--Color: var(--pf-v6-c-table__sort__button--hover__text--Color);--pf-v6-c-table__button--BackgroundColor: var(--pf-v6-c-table__button--hover--BackgroundColor)}.pf-v6-c-table__sort .pf-v6-c-table__button .pf-v6-c-table__text{color:var(--pf-v6-c-table__sort__button__text--Color)}.pf-v6-c-table__sort.pf-m-selected .pf-v6-c-table__button,.pf-v6-c-table__sort.pf-m-selected .pf-v6-c-button{--pf-v6-c-table__sort-indicator--Color: var(--pf-v6-c-table__sort--m-selected__sort-indicator--Color)}.pf-v6-c-table__sort.pf-m-selected .pf-v6-c-table__button .pf-v6-c-table__text,.pf-v6-c-table__sort.pf-m-selected .pf-v6-c-button .pf-v6-c-table__text{color:var(--pf-v6-c-table__sort--m-selected__button--Color)}.pf-v6-c-table__sort.pf-m-help{--pf-v6-c-table__th--m-help--MinWidth: var(--pf-v6-c-table__sort--m-help--MinWidth)}.pf-v6-c-table__sort.pf-m-favorite .pf-v6-c-table__text{font-size:var(--pf-v6-c-table__favorite--c-button--FontSize)}.pf-v6-c-table__sort-indicator{grid-column:2;align-self:end;margin-inline-start:var(--pf-v6-c-table__sort-indicator--MarginInlineStart);color:var(--pf-v6-c-table__sort-indicator--Color);pointer-events:none}.pf-v6-c-table__expandable-row{position:relative;border-block-end:0 solid transparent}:not(.pf-v6-c-table__control-row)~.pf-v6-c-table__expandable-row>.pf-v6-c-table__th,:not(.pf-v6-c-table__control-row)~.pf-v6-c-table__expandable-row>.pf-v6-c-table__td{padding-block-start:0}.pf-v6-c-table__expandable-row td:where(.pf-v6-c-table__td).pf-m-no-padding,.pf-v6-c-table__expandable-row th:where(.pf-v6-c-table__th).pf-m-no-padding{padding-block-start:0;padding-block-end:0;padding-inline-start:0;padding-inline-end:0}.pf-v6-c-table__expandable-row td:where(.pf-v6-c-table__td).pf-m-no-padding .pf-v6-c-table__expandable-row-content,.pf-v6-c-table__expandable-row th:where(.pf-v6-c-table__th).pf-m-no-padding .pf-v6-c-table__expandable-row-content{padding:0}.pf-v6-c-table__expandable-row .pf-v6-c-table__expandable-row-content{padding-block-start:var(--pf-v6-c-table__expandable-row-content--PaddingBlockStart);padding-block-end:var(--pf-v6-c-table__expandable-row-content--PaddingBlockEnd);padding-inline-start:var(--pf-v6-c-table__expandable-row-content--PaddingInlineStart);padding-inline-end:var(--pf-v6-c-table__expandable-row-content--PaddingInlineEnd);background-color:var(--pf-v6-c-table__expandable-row-content--BackgroundColor);border-radius:var(--pf-v6-c-table__expandable-row-content--BorderRadius)}.pf-v6-c-table__expandable-row.pf-m-expanded{border-block-end-color:var(--pf-v6-c-table__expandable-row--m-expanded--BorderBlockEndColor);border-block-end-width:var(--pf-v6-c-table--border-width--base)}.pf-v6-c-table__expandable-row:not(.pf-m-expanded){display:none}.pf-v6-c-table__expandable-row tr:last-child{border-block-end:0}.pf-v6-c-table.pf-m-compact{--pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table--m-compact--cell--PaddingBlockStart);--pf-v6-c-table--cell--PaddingBlockEnd: var(--pf-v6-c-table--m-compact--cell--PaddingBlockEnd)}.pf-v6-c-table.pf-m-compact tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row){--pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table--m-compact--cell--PaddingBlockStart);--pf-v6-c-table--cell--PaddingBlockEnd: var(--pf-v6-c-table--m-compact--cell--PaddingBlockEnd)}.pf-v6-c-table.pf-m-compact thead:where(.pf-v6-c-table__thead) th:where(.pf-v6-c-table__th),.pf-v6-c-table.pf-m-compact thead:where(.pf-v6-c-table__thead) .pf-v6-c-table__toggle{--pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table--m-compact__th--PaddingBlockStart);--pf-v6-c-table--cell--PaddingBlockEnd: var(--pf-v6-c-table--m-compact__th--PaddingBlockEnd)}.pf-v6-c-table.pf-m-compact .pf-v6-c-table__action,.pf-v6-c-table.pf-m-compact .pf-v6-c-table__favorite,.pf-v6-c-table.pf-m-compact .pf-v6-c-table__toggle,.pf-v6-c-table.pf-m-compact .pf-v6-c-table__draggable{--pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table--m-compact__action--PaddingBlockStart);--pf-v6-c-table--cell--PaddingBlockEnd: var(--pf-v6-c-table--m-compact__action--PaddingBlockEnd)}.pf-v6-c-table.pf-m-compact .pf-v6-c-table__icon{width:auto;min-width:0;text-align:center}.pf-v6-c-table__thead{--pf-v6-c-table__tr--BorderBlockEndWidth: 0;--pf-v6-c-table__toggle--PaddingBlockEnd: var(--pf-v6-c-table__thead__toggle--PaddingBlockEnd);vertical-align:bottom}.pf-v6-c-table__thead.pf-m-nested-column-header .pf-v6-c-table__button{--pf-v6-c-table__button--PaddingInlineStart: var(--pf-v6-c-table__nested-column-header__button--PaddingInlineStart);--pf-v6-c-table__button--PaddingInlineEnd: var(--pf-v6-c-table__nested-column-header__button--PaddingInlineEnd);margin-inline-end:calc(var(--pf-v6-c-table__button--PaddingInlineStart) * -1)}.pf-v6-c-table__tbody{vertical-align:top}.pf-v6-c-table__tbody .pf-v6-c-table__control-row~.pf-v6-c-table__expandable-row.pf-m-expanded{background-color:var(--pf-v6-c-table--compound-expansion--m-expanded--BackgroundColor)}.pf-v6-c-table.pf-m-expandable .pf-v6-c-table__tr.pf-m-expanded{border-block-end:0}.pf-v6-c-table.pf-m-expandable .pf-v6-c-table__tbody,.pf-v6-c-table.pf-m-expandable .pf-v6-c-table__tbody.pf-m-expanded{border-block-end:var(--pf-v6-c-table__tr--BorderBlockEndWidth) solid var(--pf-v6-c-table__tr--BorderBlockEndColor)}.pf-v6-c-table.pf-m-expandable .pf-v6-c-table__tbody.pf-m-expanded .pf-v6-c-table__control-row{background-color:var(--pf-v6-c-table__control-row--BackgroundColor);border-block-end:var(--pf-v6-c-table__control-row--BorderBlockEndWidth) solid var(--pf-v6-c-table__control-row__tbody--BorderBlockEndColor)}.pf-v6-c-table__tr{border-block-end:var(--pf-v6-c-table__tr--BorderBlockEndWidth) solid var(--pf-v6-c-table__tr--BorderBlockEndColor)}.pf-v6-c-table__thead .pf-v6-c-table__tr{border-block-end:0}.pf-v6-c-table__tr.pf-m-border-row{border-block-end:var(--pf-v6-c-table--border-width--base) solid var(--pf-v6-c-table--BorderColor)}.pf-v6-c-table__icon-inline{display:flex;align-items:center}.pf-v6-c-table__icon-inline>:not(:last-child){margin-inline-end:var(--pf-v6-c-table__icon-inline--MarginInlineEnd)}.pf-v6-c-table .pf-m-width-10{--pf-v6-c-table--cell--Width: 10%}.pf-v6-c-table .pf-m-width-15{--pf-v6-c-table--cell--Width: 15%}.pf-v6-c-table .pf-m-width-20{--pf-v6-c-table--cell--Width: 20%}.pf-v6-c-table .pf-m-width-25{--pf-v6-c-table--cell--Width: 25%}.pf-v6-c-table .pf-m-width-30{--pf-v6-c-table--cell--Width: 30%}.pf-v6-c-table .pf-m-width-35{--pf-v6-c-table--cell--Width: 35%}.pf-v6-c-table .pf-m-width-40{--pf-v6-c-table--cell--Width: 40%}.pf-v6-c-table .pf-m-width-45{--pf-v6-c-table--cell--Width: 45%}.pf-v6-c-table .pf-m-width-50{--pf-v6-c-table--cell--Width: 50%}.pf-v6-c-table .pf-m-width-60{--pf-v6-c-table--cell--Width: 60%}.pf-v6-c-table .pf-m-width-70{--pf-v6-c-table--cell--Width: 70%}.pf-v6-c-table .pf-m-width-80{--pf-v6-c-table--cell--Width: 80%}.pf-v6-c-table .pf-m-width-90{--pf-v6-c-table--cell--Width: 90%}.pf-v6-c-table .pf-m-width-100{--pf-v6-c-table--cell--Width: 100%}.data-editor .monaco-editor{outline:none}table tbody tr td{border-bottom:thin solid var(--pf-t--global--border--color--default)}table tbody tr td.expanded{border-bottom:unset}.pf-v6-c-form__group-label{flex-wrap:wrap;align-items:center}.pf-v6-c-form__group-label.pf-m-info{align-items:center!important;justify-content:end;row-gap:8px}.pf-v6-c-form__group-label-main{flex-grow:1}.pf-v6-c-form__group-label-info{margin-inline-start:0!important}.pf-v6-c-button__icon.pf-m-start{margin-inline-end:8px}.pf-v6-c-dropdown__toggle-image{margin-inline-start:8px}:root:where(.pf-v6-theme-dark) .pf-topology-content{background:var(--pf-topology-visualization-surface--BackgroundColor)}.pf-v6-c-wizard{--pf-v6-c-wizard--Height: initial;--pf-v6-c-wizard--Height--base: 100%;--pf-v6-c-modal-box--c-wizard--Height--base: 47.625rem;--pf-v6-c-wizard__header--BackgroundColor: var(--pf-t--global--background--color--secondary--default);--pf-v6-c-wizard__header--ZIndex: auto;--pf-v6-c-wizard__header--PaddingBlockStart: var(--pf-t--global--spacer--lg);--pf-v6-c-wizard__header--PaddingInlineEnd: var(--pf-t--global--spacer--lg);--pf-v6-c-wizard__header--PaddingBlockEnd: var(--pf-t--global--spacer--lg);--pf-v6-c-wizard__header--PaddingInlineStart: var(--pf-t--global--spacer--lg);--pf-v6-c-wizard__header--BorderBlockEndWidth: var(--pf-t--global--border--width--divider--default);--pf-v6-c-wizard__header--BorderBlockEndColor: var(--pf-t--global--border--color--default);--pf-v6-c-wizard__close--InsetBlockStart: calc(var(--pf-t--global--spacer--lg) - var(--pf-t--global--spacer--control--vertical--plain));--pf-v6-c-wizard__close--InsetInlineEnd: var(--pf-t--global--spacer--sm);--pf-v6-c-wizard__close--FontSize: var(--pf-t--global--font--size--xl);--pf-v6-c-wizard__title--PaddingInlineEnd: var(--pf-t--global--spacer--2xl);--pf-v6-c-wizard__title-text--FontSize: var(--pf-t--global--font--size--3xl);--pf-v6-c-wizard__title-text--FontFamily: var(--pf-t--global--font--family--heading);--pf-v6-c-wizard__title-text--FontWeight: var(--pf-t--global--font--weight--heading--default);--pf-v6-c-wizard__title-text--LineHeight: var(--pf-t--global--font--line-height--heading);--pf-v6-c-wizard__title-text--Color: var(--pf-t--global--text--color--regular);--pf-v6-c-wizard__description--PaddingBlockStart: var(--pf-t--global--spacer--sm);--pf-v6-c-wizard__description--Color: var(--pf-t--global--text--color--subtle);--pf-v6-c-wizard__nav-link--Gap: var(--pf-t--global--spacer--xs);--pf-v6-c-wizard__nav-link--Color: var(--pf-t--global--text--color--subtle);--pf-v6-c-wizard__nav-link--TextDecoration: none;--pf-v6-c-wizard__nav-link--hover--Color: var(--pf-t--global--text--color--subtle);--pf-v6-c-wizard__nav-link--hover--BackgroundColor: var(--pf-t--global--background--color--action--plain--hover);--pf-v6-c-wizard__nav-link--m-current--Color: var(--pf-t--global--text--color--regular);--pf-v6-c-wizard__nav-link--m-current--BackgroundColor: var(--pf-t--global--background--color--action--plain--clicked);--pf-v6-c-wizard__nav-link--m-disabled--Color: var(--pf-t--global--text--color--disabled);--pf-v6-c-wizard__nav-link--m-disabled--BackgroundColor: transparent;--pf-v6-c-wizard__nav-link-main--PaddingBlockStart: var(--pf-t--global--spacer--sm);--pf-v6-c-wizard__nav-link-main--PaddingBlockEnd: var(--pf-t--global--spacer--sm);--pf-v6-c-wizard__nav-link-main--PaddingInlineStart: var(--pf-t--global--spacer--sm);--pf-v6-c-wizard__nav-link-main--PaddingInlineEnd: var(--pf-t--global--spacer--sm);--pf-v6-c-wizard__nav-link-main--BackgroundColor: var(--pf-t--global--background--color--action--plain--default);--pf-v6-c-wizard__nav-link-main--BorderRadius: var(--pf-t--global--border--radius--small);--pf-v6-c-wizard__nav-link-toggle--PaddingInlineEnd: var(--pf-t--global--spacer--sm);--pf-v6-c-wizard__nav-link-toggle--PaddingInlineStart: var(--pf-t--global--spacer--sm);--pf-v6-c-wizard__nav-link-toggle--Color: var(--pf-t--global--icon--color--regular);--pf-v6-c-wizard__nav-link-toggle-icon--TransitionDuration: var(--pf-t--global--motion--duration--icon--default);--pf-v6-c-wizard__nav-link-toggle-icon--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--default);--pf-v6-c-wizard__nav-link-toggle-icon--Rotate: 0;--pf-v6-c-wizard__nav-item--m-expanded__link-toggle-icon--Rotate: 90deg;--pf-v6-c-wizard__nav-link--before--Width: var(--pf-t--global--icon--size--font--xl);--pf-v6-c-wizard__nav-link--before--Height: var(--pf-t--global--icon--size--font--xl);--pf-v6-c-wizard__nav-link--before--InsetBlockStart: var(--pf-t--global--spacer--sm);--pf-v6-c-wizard__nav-link--before--BackgroundColor: var(--pf-t--global--background--color--secondary--default);--pf-v6-c-wizard__nav-link--before--BorderRadius: var(--pf-t--global--border--radius--large);--pf-v6-c-wizard__nav-link--before--Color: var(--pf-t--global--text--color--regular);--pf-v6-c-wizard__nav-link--before--FontSize: var(--pf-t--global--font--size--body--default);--pf-v6-c-wizard__nav-link--m-current--before--BackgroundColor: var(--pf-t--global--color--brand--default);--pf-v6-c-wizard__nav-link--m-current--before--Color: var(--pf-t--global--text--color--on-brand--default);--pf-v6-c-wizard__nav-link--m-disabled--before--BackgroundColor: transparent;--pf-v6-c-wizard__nav-link--m-disabled--before--Color: var(--pf-t--global--text--color--disabled);--pf-v6-c-wizard__nav-link-status-icon--Color: var(--pf-t--global--icon--color--regular);--pf-v6-c-wizard__nav-link--m-danger__nav-link-status-icon--Color: var(--pf-t--global--icon--color--status--danger--default);--pf-v6-c-wizard__nav-link--m-success__nav-link-status-icon--Color: var(--pf-t--global--icon--color--status--success--default);--pf-v6-c-wizard__nav-link-status-icon--InsetBlockStart: 4px;--pf-v6-c-wizard__nav-link-status-icon--FontSize: var(--pf-t--global--icon--size--font--xl);--pf-v6-c-wizard__toggle--BackgroundColor: var(--pf-t--global--background--color--primary--default);--pf-v6-c-wizard__toggle--ZIndex: var(--pf-t--global--z-index--xs);--pf-v6-c-wizard__toggle--PaddingBlockStart: var(--pf-t--global--spacer--lg);--pf-v6-c-wizard__toggle--PaddingInlineEnd: var(--pf-t--global--spacer--md);--pf-v6-c-wizard__toggle--PaddingBlockEnd: var(--pf-t--global--spacer--lg);--pf-v6-c-wizard__toggle--PaddingInlineStart: var(--pf-t--global--spacer--lg);--pf-v6-c-wizard__toggle--BorderBlockEndWidth: var(--pf-t--global--border--width--divider--default);--pf-v6-c-wizard__toggle--BorderBlockEndColor: var(--pf-t--global--border--color--default);--pf-v6-c-wizard__toggle-num--InsetBlockStart: 0;--pf-v6-c-wizard__toggle-list-item--not-last-child--MarginInlineEnd: var(--pf-t--global--spacer--sm);--pf-v6-c-wizard__toggle-list-item--MarginBlockEnd: var(--pf-t--global--spacer--xs);--pf-v6-c-wizard__toggle-list-item--Gap: var(--pf-t--global--spacer--sm);--pf-v6-c-wizard__nav-link-status-icon--LineHeight: 1;--pf-v6-c-wizard__toggle-status-icon--Color: var(--pf-t--global--icon--color--regular);--pf-v6-c-wizard__toggle-list-item--m-danger__status-icon--Color: var(--pf-t--global--icon--color--status--danger--default);--pf-v6-c-wizard__toggle-list-item--m-success__status-icon--Color: var(--pf-t--global--icon--color--status--success--default);--pf-v6-c-wizard__toggle-status-icon--InsetBlockStart: 2px;--pf-v6-c-wizard__toggle-status-icon--FontSize: var(--pf-t--global--icon--size--font--xl);--pf-v6-c-wizard__toggle-list--MarginInlineEnd: var(--pf-t--global--spacer--sm);--pf-v6-c-wizard__toggle-list--MarginBlockEnd: calc(var(--pf-v6-c-wizard__toggle-list-item--MarginBlockEnd) * -1);--pf-v6-c-wizard__toggle-separator--Color: var(--pf-t--global--border--color--default);--pf-v6-c-wizard__toggle-icon--LineHeight: var(--pf-t--global--font--line-height--body);--pf-v6-c-wizard__toggle--m-expanded__toggle-icon--Rotate: 180deg;--pf-v6-c-wizard__nav--ZIndex: var(--pf-t--global--z-index--sm);--pf-v6-c-wizard__nav--BackgroundColor: var(--pf-t--global--background--color--primary--default);--pf-v6-c-wizard__nav--BoxShadow: var(--pf-t--global--box-shadow--md--bottom);--pf-v6-c-wizard__nav--Width: 100%;--pf-v6-c-wizard__nav--lg--Width: 15.625rem;--pf-v6-c-wizard__nav--lg--BorderInlineEndWidth: var(--pf-t--global--border--width--divider--default);--pf-v6-c-wizard__nav--lg--BorderInlineEndColor: var(--pf-t--global--border--color--default);--pf-v6-c-wizard__nav-list--PaddingBlockStart: var(--pf-t--global--spacer--lg);--pf-v6-c-wizard__nav-list--PaddingInlineEnd: var(--pf-t--global--spacer--lg);--pf-v6-c-wizard__nav-list--PaddingBlockEnd: var(--pf-t--global--spacer--lg);--pf-v6-c-wizard__nav-list--PaddingInlineStart: var(--pf-t--global--spacer--lg);--pf-v6-c-wizard__nav-list--nested--MarginInlineStart: var(--pf-t--global--spacer--lg);--pf-v6-c-wizard__nav-list--nested--MarginBlockStart: var(--pf-t--global--spacer--md);--pf-v6-c-wizard__nav-item--MarginBlockStart: var(--pf-t--global--spacer--md);--pf-v6-c-wizard__outer-wrap--BackgroundColor: var(--pf-t--global--background--color--primary--default);--pf-v6-c-wizard__outer-wrap--lg--PaddingInlineStart: var(--pf-v6-c-wizard__nav--Width);--pf-v6-c-wizard__outer-wrap--MinHeight: 15.625rem;--pf-v6-c-wizard__main--ZIndex: auto;--pf-v6-c-wizard__main-body--PaddingBlockStart: var(--pf-t--global--spacer--lg);--pf-v6-c-wizard__main-body--PaddingInlineEnd: var(--pf-t--global--spacer--lg);--pf-v6-c-wizard__main-body--PaddingBlockEnd: var(--pf-t--global--spacer--lg);--pf-v6-c-wizard__main-body--PaddingInlineStart: var(--pf-t--global--spacer--lg);--pf-v6-c-wizard__footer--BackgroundColor: var(--pf-t--global--background--color--primary--default);--pf-v6-c-wizard__footer--ZIndex: var(--pf-t--global--z-index--xs);--pf-v6-c-wizard__footer--PaddingBlockStart: var(--pf-t--global--spacer--lg);--pf-v6-c-wizard__footer--PaddingInlineEnd: var(--pf-t--global--spacer--lg);--pf-v6-c-wizard__footer--PaddingBlockEnd: var(--pf-t--global--spacer--lg);--pf-v6-c-wizard__footer--PaddingInlineStart: var(--pf-t--global--spacer--lg);--pf-v6-c-wizard__footer--BorderBlockStartWidth: var(--pf-t--global--border--width--divider--default);--pf-v6-c-wizard__footer--BorderBlockStartColor: var(--pf-t--global--border--color--default)}@media screen and (min-width: 62rem){.pf-v6-c-wizard{--pf-v6-c-wizard__nav--Width: var(--pf-v6-c-wizard__nav--lg--Width);--pf-v6-c-wizard__nav--BoxShadow: none}}.pf-v6-c-wizard{position:relative;display:flex;flex-direction:column;height:var(--pf-v6-c-wizard--Height, var(--pf-v6-c-wizard--Height--base))}.pf-v6-c-modal-box .pf-v6-c-wizard{flex:1 1 var(--pf-v6-c-wizard--Height, var(--pf-v6-c-modal-box--c-wizard--Height--base));min-height:0}.pf-v6-c-wizard>:not(.pf-v6-c-wizard__outer-wrap):not(.pf-v6-c-drawer){flex-shrink:0}.pf-v6-c-wizard.pf-m-finished{--pf-v6-c-wizard__outer-wrap--lg--PaddingInlineStart: 0}.pf-v6-c-wizard.pf-m-finished .pf-v6-c-wizard__nav,.pf-v6-c-wizard.pf-m-finished .pf-v6-c-wizard__footer,.pf-v6-c-wizard.pf-m-finished .pf-v6-c-wizard__toggle{display:none}.pf-v6-c-wizard__header{position:relative;z-index:var(--pf-v6-c-wizard__header--ZIndex);padding-block-start:var(--pf-v6-c-wizard__header--PaddingBlockStart);padding-block-end:var(--pf-v6-c-wizard__header--PaddingBlockEnd);padding-inline-start:var(--pf-v6-c-wizard__header--PaddingInlineStart);padding-inline-end:var(--pf-v6-c-wizard__header--PaddingInlineEnd);background-color:var(--pf-v6-c-wizard__header--BackgroundColor);border-block-end:var(--pf-v6-c-wizard__header--BorderBlockEndWidth) solid var(--pf-v6-c-wizard__header--BorderBlockEndColor)}.pf-v6-c-wizard__header .pf-v6-c-wizard__close{position:absolute;inset-block-start:var(--pf-v6-c-wizard__close--InsetBlockStart);inset-inline-end:var(--pf-v6-c-wizard__close--InsetInlineEnd)}.pf-v6-c-wizard__header .pf-v6-c-wizard__close button{font-size:var(--pf-v6-c-wizard__close--FontSize)}.pf-v6-c-wizard__title{padding-inline-end:var(--pf-v6-c-wizard__title--PaddingInlineEnd);word-wrap:break-word}.pf-v6-c-wizard__title-text{font-family:var(--pf-v6-c-wizard__title-text--FontFamily);font-size:var(--pf-v6-c-wizard__title-text--FontSize);font-weight:var(--pf-v6-c-wizard__title-text--FontWeight);line-height:var(--pf-v6-c-wizard__title-text--LineHeight);color:var(--pf-v6-c-wizard__title-text--Color)}.pf-v6-c-wizard__description{display:none;padding-block-start:var(--pf-v6-c-wizard__description--PaddingBlockStart);color:var(--pf-v6-c-wizard__description--Color)}@media screen and (min-width: 62rem){.pf-v6-c-wizard__description{display:block}}.pf-v6-c-wizard__toggle{position:relative;z-index:var(--pf-v6-c-wizard__toggle--ZIndex);display:flex;justify-content:space-between;width:100%;padding-block-start:var(--pf-v6-c-wizard__toggle--PaddingBlockStart);padding-block-end:var(--pf-v6-c-wizard__toggle--PaddingBlockEnd);padding-inline-start:var(--pf-v6-c-wizard__toggle--PaddingInlineStart);padding-inline-end:var(--pf-v6-c-wizard__toggle--PaddingInlineEnd);background-color:var(--pf-v6-c-wizard__toggle--BackgroundColor);border-block-start:0;border-block-end:var(--pf-v6-c-wizard__toggle--BorderBlockEndWidth) solid var(--pf-v6-c-wizard__toggle--BorderBlockEndColor);border-inline-start:0;border-inline-end:0}@media screen and (min-width: 62rem){.pf-v6-c-wizard__toggle{display:none}}.pf-v6-c-wizard__toggle.pf-m-expanded .pf-v6-c-wizard__toggle-icon{transform:rotate(var(--pf-v6-c-wizard__toggle--m-expanded__toggle-icon--Rotate))}.pf-v6-c-wizard__toggle-list{position:relative;display:flex;flex-wrap:wrap;align-items:baseline;margin-block-end:var(--pf-v6-c-wizard__toggle-list--MarginBlockEnd);margin-inline-end:var(--pf-v6-c-wizard__toggle-list--MarginInlineEnd);list-style:none}.pf-v6-c-wizard__toggle-list-item{display:flex;gap:var(--pf-v6-c-wizard__toggle-list-item--Gap);align-items:baseline;margin-block-end:var(--pf-v6-c-wizard__toggle-list-item--MarginBlockEnd);text-align:start;word-break:break-word}.pf-v6-c-wizard__toggle-list-item:not(:last-child){margin-inline-end:var(--pf-v6-c-wizard__toggle-list-item--not-last-child--MarginInlineEnd)}.pf-v6-c-wizard__toggle-list-item.pf-m-danger{--pf-v6-c-wizard__toggle-status-icon--Color: var(--pf-v6-c-wizard__toggle-list-item--m-danger__status-icon--Color)}.pf-v6-c-wizard__toggle-list-item.pf-m-success{--pf-v6-c-wizard__toggle-status-icon--Color: var(--pf-v6-c-wizard__toggle-list-item--m-success__status-icon--Color)}.pf-v6-c-wizard__toggle-num{position:relative;inset-block-start:var(--pf-v6-c-wizard__toggle-num--InsetBlockStart)}.pf-v6-c-wizard__toggle-status-icon{position:relative;inset-block-start:var(--pf-v6-c-wizard__toggle-status-icon--InsetBlockStart);font-size:var(--pf-v6-c-wizard__toggle-status-icon--FontSize);line-height:var(--pf-v6-c-wizard__nav-link-status-icon--LineHeight);color:var(--pf-v6-c-wizard__toggle-status-icon--Color)}.pf-v6-c-wizard__toggle-separator{color:var(--pf-v6-c-wizard__toggle-separator--Color)}:where(.pf-v6-m-dir-rtl,[dir=rtl]) .pf-v6-c-wizard__toggle-separator{scale:-1 1}.pf-v6-c-wizard__toggle-icon{line-height:var(--pf-v6-c-wizard__toggle-icon--LineHeight)}.pf-v6-c-wizard__outer-wrap{position:relative;display:flex;flex-direction:column;flex-grow:1;min-height:var(--pf-v6-c-wizard__outer-wrap--MinHeight);background-color:var(--pf-v6-c-wizard__outer-wrap--BackgroundColor)}@media screen and (min-width: 62rem){.pf-v6-c-wizard__outer-wrap{padding-inline-start:var(--pf-v6-c-wizard__outer-wrap--lg--PaddingInlineStart)}}.pf-v6-c-wizard__inner-wrap{position:relative;display:flex;flex-direction:column;flex-grow:1;min-height:0}@media screen and (min-width: 62rem){.pf-v6-c-wizard__inner-wrap{position:static}}.pf-v6-c-wizard__nav{position:absolute;inset-block-start:0;inset-inline-start:0;z-index:var(--pf-v6-c-wizard__nav--ZIndex);display:none;width:var(--pf-v6-c-wizard__nav--Width);max-height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch;background-color:var(--pf-v6-c-wizard__nav--BackgroundColor);box-shadow:var(--pf-v6-c-wizard__nav--BoxShadow)}.pf-v6-c-wizard__nav.pf-m-expanded{display:block}@media screen and (min-width: 62rem){.pf-v6-c-wizard__nav{display:block;height:100%;border-inline-end:var(--pf-v6-c-wizard__nav--lg--BorderInlineEndWidth) solid var(--pf-v6-c-wizard__nav--lg--BorderInlineEndColor)}}.pf-v6-c-wizard__nav-list{padding-block-start:var(--pf-v6-c-wizard__nav-list--PaddingBlockStart);padding-block-end:var(--pf-v6-c-wizard__nav-list--PaddingBlockEnd);padding-inline-start:var(--pf-v6-c-wizard__nav-list--PaddingInlineStart);padding-inline-end:var(--pf-v6-c-wizard__nav-list--PaddingInlineEnd);list-style:none;counter-reset:wizard-nav-count}.pf-v6-c-wizard__nav-list .pf-v6-c-wizard__nav-list{padding:0;margin-block-start:var(--pf-v6-c-wizard__nav-list--nested--MarginBlockStart);margin-inline-start:var(--pf-v6-c-wizard__nav-list--nested--MarginInlineStart)}.pf-v6-c-wizard__nav-list .pf-v6-c-wizard__nav-list .pf-v6-c-wizard__nav-link:before{content:none}.pf-v6-c-wizard__nav-list .pf-v6-c-wizard__nav-list .pf-v6-c-wizard__nav-link.pf-m-current{font-weight:var(--pf-v6-c-wizard__nav-list__nav-list__nav-link--m-current--FontWeight)}.pf-v6-c-wizard__nav-item+.pf-v6-c-wizard__nav-item{margin-block-start:var(--pf-v6-c-wizard__nav-item--MarginBlockStart)}.pf-v6-c-wizard__nav-item.pf-m-expandable>.pf-v6-c-wizard__nav-link{display:flex}.pf-v6-c-wizard__nav-item.pf-m-expandable>.pf-v6-c-wizard__nav-list{display:none}.pf-v6-c-wizard__nav-item.pf-m-expanded>.pf-v6-c-wizard__nav-list{display:block}.pf-v6-c-wizard__nav-item.pf-m-expanded>.pf-v6-c-wizard__nav-link{--pf-v6-c-wizard__nav-link-toggle-icon--Rotate: var(--pf-v6-c-wizard__nav-item--m-expanded__link-toggle-icon--Rotate)}.pf-v6-c-wizard__nav-link{position:relative;display:flex;gap:var(--pf-v6-c-wizard__nav-link--Gap);width:100%;padding-inline:0;color:var(--pf-v6-c-wizard__nav-link--Color);text-align:start;text-decoration-line:var(--pf-v6-c-wizard__nav-link--TextDecoration);word-break:break-word;counter-increment:wizard-nav-count;background-color:transparent;border:none;border-radius:var(--pf-v6-c-wizard__nav-link--BorderRadius)}.pf-v6-c-wizard__toggle-num,.pf-v6-c-wizard__nav-link:before{position:relative;display:inline-flex;align-items:center;justify-content:center;width:var(--pf-v6-c-wizard__nav-link--before--Width);height:var(--pf-v6-c-wizard__nav-link--before--Height);font-size:var(--pf-v6-c-wizard__nav-link--before--FontSize);line-height:1;color:var(--pf-v6-c-wizard__nav-link--before--Color);background-color:var(--pf-v6-c-wizard__nav-link--before--BackgroundColor);border-radius:var(--pf-v6-c-wizard__nav-link--before--BorderRadius)}.pf-v6-c-wizard__nav-link:before{inset-block-start:var(--pf-v6-c-wizard__nav-link--before--InsetBlockStart);content:counter(wizard-nav-count)}.pf-v6-c-wizard__nav-link.pf-m-current{--pf-v6-c-wizard__nav-link--Color: var(--pf-v6-c-wizard__nav-link--m-current--Color);--pf-v6-c-wizard__nav-link-main--BackgroundColor: var(--pf-v6-c-wizard__nav-link--m-current--BackgroundColor)}.pf-v6-c-wizard__toggle-num,.pf-v6-c-wizard__nav-link.pf-m-current:before{--pf-v6-c-wizard__nav-link--before--BackgroundColor: var(--pf-v6-c-wizard__nav-link--m-current--before--BackgroundColor);--pf-v6-c-wizard__nav-link--before--Color: var(--pf-v6-c-wizard__nav-link--m-current--before--Color)}.pf-v6-c-wizard__nav-link:is(.pf-m-success,.pf-m-danger):before{display:none}.pf-v6-c-wizard__nav-link.pf-m-success{--pf-v6-c-wizard__nav-link-status-icon--Color: var(--pf-v6-c-wizard__nav-link--m-success__nav-link-status-icon--Color)}.pf-v6-c-wizard__nav-link.pf-m-danger{--pf-v6-c-wizard__nav-link-status-icon--Color: var(--pf-v6-c-wizard__nav-link--m-danger__nav-link-status-icon--Color)}.pf-v6-c-wizard__nav-link:where(:hover,:focus){--pf-v6-c-wizard__nav-link--Color: var(--pf-v6-c-wizard__nav-link--hover--Color);--pf-v6-c-wizard__nav-link-main--BackgroundColor: var(--pf-v6-c-wizard__nav-link--hover--BackgroundColor)}.pf-v6-c-wizard__nav-link:disabled,.pf-v6-c-wizard__nav-link.pf-m-disabled{--pf-v6-c-wizard__nav-link--Color: var(--pf-v6-c-wizard__nav-link--m-disabled--Color);--pf-v6-c-wizard__nav-link-main--BackgroundColor: var(--pf-v6-c-wizard__nav-link--m-disabled--BackgroundColor);pointer-events:none}.pf-v6-c-wizard__nav-link:disabled:before,.pf-v6-c-wizard__nav-link.pf-m-disabled:before{--pf-v6-c-wizard__nav-link--before--BackgroundColor: var(--pf-v6-c-wizard__nav-link--m-disabled--before--BackgroundColor);--pf-v6-c-wizard__nav-link--before--Color: var(--pf-v6-c-wizard__nav-link--m-disabled--before--Color)}.pf-v6-c-wizard__nav-link-text{flex-grow:1}.pf-v6-c-wizard__nav-link-main{display:flex;justify-content:space-between;padding-block-start:var(--pf-v6-c-wizard__nav-link-main--PaddingBlockStart);padding-block-end:var(--pf-v6-c-wizard__nav-link-main--PaddingBlockEnd);padding-inline-start:var(--pf-v6-c-wizard__nav-link-main--PaddingInlineStart);padding-inline-end:var(--pf-v6-c-wizard__nav-link-main--PaddingInlineEnd);background-color:var(--pf-v6-c-wizard__nav-link-main--BackgroundColor);border:none;border-radius:var(--pf-v6-c-wizard__nav-link-main--BorderRadius)}.pf-v6-c-wizard__nav-link-status-icon{position:relative;inset-block-start:var(--pf-v6-c-wizard__nav-link-status-icon--InsetBlockStart);font-size:var(--pf-v6-c-wizard__nav-link-status-icon--FontSize);color:var(--pf-v6-c-wizard__nav-link-status-icon--Color)}.pf-v6-c-wizard__nav-link-toggle{padding-inline-start:var(--pf-v6-c-wizard__nav-link-toggle--PaddingInlineStart);padding-inline-end:var(--pf-v6-c-wizard__nav-link-toggle--PaddingInlineEnd);color:var(--pf-v6-c-wizard__nav-link-toggle--Color)}.pf-v6-c-wizard__nav-link-toggle-icon{display:inline-block;transition-timing-function:var(--pf-v6-c-wizard__nav-link-toggle-icon--TransitionTimingFunction);transition-duration:var(--pf-v6-c-wizard__nav-link-toggle-icon--TransitionDuration);transition-property:transform;transform:rotate(var(--pf-v6-c-wizard__nav-link-toggle-icon--Rotate))}:where(.pf-v6-m-dir-rtl,[dir=rtl]) .pf-v6-c-wizard__nav-link-toggle-icon{scale:-1 1}.pf-v6-c-wizard__main{z-index:var(--pf-v6-c-wizard__main--ZIndex);display:flex;flex-direction:column;flex-grow:1;overflow-x:hidden;overflow-y:auto;word-break:break-word}.pf-v6-c-wizard__main-body{padding-block-start:var(--pf-v6-c-wizard__main-body--PaddingBlockStart);padding-block-end:var(--pf-v6-c-wizard__main-body--PaddingBlockEnd);padding-inline-start:var(--pf-v6-c-wizard__main-body--PaddingInlineStart);padding-inline-end:var(--pf-v6-c-wizard__main-body--PaddingInlineEnd)}.pf-v6-c-wizard__main-body.pf-m-no-padding{padding:0}.pf-v6-c-wizard__main-body:last-child{flex-grow:1}.pf-v6-c-wizard__footer{position:relative;z-index:var(--pf-v6-c-wizard__footer--ZIndex);padding-block-start:var(--pf-v6-c-wizard__footer--PaddingBlockStart);padding-block-end:var(--pf-v6-c-wizard__footer--PaddingBlockEnd);padding-inline-start:var(--pf-v6-c-wizard__footer--PaddingInlineStart);padding-inline-end:var(--pf-v6-c-wizard__footer--PaddingInlineEnd);background-color:var(--pf-v6-c-wizard__footer--BackgroundColor);border-block-start:var(--pf-v6-c-wizard__footer--BorderBlockStartWidth) solid var(--pf-v6-c-wizard__footer--BorderBlockStartColor)}
|
package/index.d.ts
CHANGED
@@ -9,6 +9,7 @@ export * from './components/useBreakPoint';
|
|
9
9
|
export * from './PageActions/PageAction';
|
10
10
|
export * from './PageActions/PageActions';
|
11
11
|
export * from './PageAlertToaster';
|
12
|
+
export * from './PageApp/PageApp';
|
12
13
|
export * from './PageBody';
|
13
14
|
export * from './PageCells/BytesCell';
|
14
15
|
export * from './PageCells/CopyCell';
|
@@ -49,7 +50,6 @@ export * from './PageLayout';
|
|
49
50
|
export * from './PageMasthead/PageMasthead';
|
50
51
|
export * from './PageMasthead/PageNotificationsIcon';
|
51
52
|
export * from './PageMasthead/PageThemeSwitcher';
|
52
|
-
export * from './PageNavigation/PageApp';
|
53
53
|
export * from './PageNavigation/PageNavigation';
|
54
54
|
export * from './PageNavigation/PageNavigationItem';
|
55
55
|
export * from './PageNavigation/PageNavSidebar';
|
package/index.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
import {
|
1
|
+
import { _ as s, B as o, z as t, C as r, aV as l, aX as i, aU as n, aW as g, aY as b, aT as u, aP as P, A as d, ae as m, ad as C, D as c, bn as D, bl as T, E as p, F as S, br as h, aa as F, H as v, i as B, G as f, L as A, a1 as I, P as N, q as x, o as y, r as k, s as w, v as E, x as O, y as L, I as M, K as V, M as R, O as W, N as j, J as G, Q as z, W as U, U as H, X as q, aO as Q, Y as J, Z as K, a3 as X, V as Y, am as Z, ap as _, ab as $, ac as aa, an as ea, ah as sa, ao as oa, ai as ta, aj as ra, ak as la, aq as ia, ar as na, as as ga, at as ba, au as ua, aE as Pa, aG as da, ax as ma, a8 as Ca, a9 as ca, av as Da, aK as Ta, aL as pa, bf as Sa, aM as ha, aQ as Fa, aS as va, be as Ba, aw as fa, bg as Aa, bi as Ia, bq as Na, R as xa, S as ya, a7 as ka, aN as wa, aZ as Ea, T as Oa, bm as La, bh as Ma, bp as Va, bo as Ra, aB as Wa, aC as ja, aD as Ga, by as za, bx as Ua, bw as Ha, bv as qa, w as Qa, bA as Ja, az as Ka, g as Xa, bj as Ya, ag as Za, bz as _a, a as $a, e as ae, c as ee, f as se, p as oe, h as te, b as re, ay as le, aA as ie, bk as ne, m as ge, $ as be, a0 as ue, aR as Pe, b7 as de, b6 as me, b2 as Ce, b4 as ce, b5 as De, bc as Te, al as pe, bs as Se, aI as he, bt as Fe, a2 as ve, n as Be, t as fe, a5 as Ae, a4 as Ie, aH as Ne, aF as xe, aJ as ye, u as ke, bd as we, k as Ee, a6 as Oe, b9 as Le, ba as Me, bb as Ve, b8 as Re, bu as We, b0 as je, b3 as Ge, a$ as ze, b1 as Ue, a_ as He, l as qe, af as Qe } from "./index-B5zQdjrv.js";
|
2
2
|
export {
|
3
3
|
s as BulkActionDialog,
|
4
4
|
o as BulkSelector,
|
@@ -8,15 +8,15 @@ export {
|
|
8
8
|
i as ColumnDashboardOption,
|
9
9
|
n as ColumnListOption,
|
10
10
|
g as ColumnModalOption,
|
11
|
-
|
12
|
-
|
11
|
+
b as ColumnPriority,
|
12
|
+
u as ColumnTableOption,
|
13
13
|
P as ColumnsDiv,
|
14
14
|
d as CopyCell,
|
15
15
|
m as DataEditorActions,
|
16
16
|
C as DataEditorButtons,
|
17
17
|
c as DateCell,
|
18
|
-
|
19
|
-
|
18
|
+
D as DateRange,
|
19
|
+
T as DateRangeFilterPresets,
|
20
20
|
p as DateTimeCell,
|
21
21
|
S as ElapsedTimeCell,
|
22
22
|
h as FrameworkTranslationsProvider,
|
@@ -40,8 +40,8 @@ export {
|
|
40
40
|
W as PageDashboardChart,
|
41
41
|
j as PageDashboardChartVariantE,
|
42
42
|
G as PageDashboardContext,
|
43
|
-
|
44
|
-
|
43
|
+
z as PageDashboardCount,
|
44
|
+
U as PageDashboardDonutCard,
|
45
45
|
H as PageDashboardGettingStarted,
|
46
46
|
q as PageDetail,
|
47
47
|
Q as PageDetailDiv,
|
@@ -62,15 +62,15 @@ export {
|
|
62
62
|
ia as PageFramework,
|
63
63
|
na as PageHeader,
|
64
64
|
ga as PageLayout,
|
65
|
-
|
66
|
-
|
65
|
+
ba as PageMasthead,
|
66
|
+
ua as PageMastheadToggle,
|
67
67
|
Pa as PageNavSideBarContext,
|
68
68
|
da as PageNavSideBarProvider,
|
69
69
|
ma as PageNavigation,
|
70
70
|
Ca as PageNotFound,
|
71
71
|
ca as PageNotImplemented,
|
72
|
-
|
73
|
-
|
72
|
+
Da as PageNotificationsIcon,
|
73
|
+
Ta as PageSettingsContext,
|
74
74
|
pa as PageSettingsProvider,
|
75
75
|
Sa as PageTab,
|
76
76
|
ha as PageTable,
|
@@ -94,8 +94,8 @@ export {
|
|
94
94
|
Wa as addNavigationItem,
|
95
95
|
ja as addNavigationItemAfter,
|
96
96
|
Ga as addNavigationItemBefore,
|
97
|
-
|
98
|
-
|
97
|
+
za as buildQueryString,
|
98
|
+
Ua as compareNumbers,
|
99
99
|
Ha as compareStrings,
|
100
100
|
qa as compareUnknowns,
|
101
101
|
Qa as errorToAlertProps,
|
@@ -116,39 +116,41 @@ export {
|
|
116
116
|
ie as removeNavigationItemById,
|
117
117
|
ne as singleSelectBrowseAdapter,
|
118
118
|
ge as useBreakpoint,
|
119
|
-
|
120
|
-
|
119
|
+
be as useBulkActionDialog,
|
120
|
+
ue as useBulkConfirmation,
|
121
121
|
Pe as useColumnsToTableCardFn,
|
122
122
|
de as useColumnsWithoutExpandedRow,
|
123
123
|
me as useColumnsWithoutSort,
|
124
124
|
Ce as useDashboardColumns,
|
125
125
|
ce as useDescriptionColumns,
|
126
|
-
|
127
|
-
|
126
|
+
De as useExpandedColumns,
|
127
|
+
Te as useFiltered,
|
128
128
|
pe as useFormErrors,
|
129
129
|
Se as useFrameworkTranslations,
|
130
130
|
he as useGetPageUrl,
|
131
131
|
Fe as useInMemoryView,
|
132
|
-
ve as
|
133
|
-
Be as
|
134
|
-
fe as
|
135
|
-
Ae as
|
136
|
-
Ie as
|
137
|
-
Ne as
|
138
|
-
xe as
|
139
|
-
ye as
|
140
|
-
ke as
|
141
|
-
we as
|
142
|
-
Ee as
|
143
|
-
Oe as
|
144
|
-
Le as
|
145
|
-
Me as
|
146
|
-
Ve as
|
147
|
-
Re as
|
148
|
-
We as
|
149
|
-
je as
|
150
|
-
Ge as
|
151
|
-
|
152
|
-
|
153
|
-
He as
|
132
|
+
ve as useIsPageDialog,
|
133
|
+
Be as useOrientation,
|
134
|
+
fe as usePageAlertToaster,
|
135
|
+
Ae as usePageDialog,
|
136
|
+
Ie as usePageDialogs,
|
137
|
+
Ne as usePageNavBarClick,
|
138
|
+
xe as usePageNavSideBar,
|
139
|
+
ye as usePageNavigate,
|
140
|
+
ke as usePageSettings,
|
141
|
+
we as usePaged,
|
142
|
+
Ee as useScrollableState,
|
143
|
+
Oe as useSelectDialog,
|
144
|
+
Le as useSelected,
|
145
|
+
Me as useSelectedInMemory,
|
146
|
+
Ve as useSorted,
|
147
|
+
Re as useTableItems,
|
148
|
+
We as useView,
|
149
|
+
je as useVisibleCardColumns,
|
150
|
+
Ge as useVisibleColumns,
|
151
|
+
ze as useVisibleListColumns,
|
152
|
+
Ue as useVisibleModalColumns,
|
153
|
+
He as useVisibleTableColumns,
|
154
|
+
qe as useWindowSize,
|
155
|
+
Qe as valueToObject
|
154
156
|
};
|