@patternfly/patternfly 5.0.0-prerelease.6 → 5.0.0-prerelease.8

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.
Files changed (46) hide show
  1. package/base/_variables.scss +4 -0
  2. package/base/patternfly-themes.css +8 -0
  3. package/base/patternfly-variables.css +8 -0
  4. package/base/themes/dark/_variables.scss +4 -0
  5. package/components/AboutModalBox/about-modal-box.css +2 -9
  6. package/components/Accordion/accordion.css +2 -0
  7. package/components/Alert/alert.css +2 -0
  8. package/components/Banner/banner.css +4 -9
  9. package/components/CalendarMonth/calendar-month.css +2 -0
  10. package/components/Card/card.css +4 -0
  11. package/components/Card/themes/dark/card.scss +7 -1
  12. package/components/Chip/chip-group.css +2 -0
  13. package/components/Chip/chip.css +2 -0
  14. package/components/ContextSelector/context-selector.css +2 -0
  15. package/components/DataList/data-list.css +2 -0
  16. package/components/FormControl/form-control.css +2 -0
  17. package/components/LogViewer/log-viewer.css +2 -9
  18. package/components/Login/login.css +2 -10
  19. package/components/Masthead/masthead.css +4 -9
  20. package/components/Menu/menu.css +2 -0
  21. package/components/Page/page.css +4 -11
  22. package/components/Select/select.css +2 -0
  23. package/components/Table/table.css +2 -0
  24. package/components/TextInputGroup/text-input-group.css +2 -2
  25. package/components/TextInputGroup/text-input-group.scss +2 -2
  26. package/components/Wizard/wizard.css +2 -9
  27. package/docs/components/Dropdown/deprecated/Dropdown.css +64 -0
  28. package/docs/components/Dropdown/{examples → deprecated}/Dropdown.md +1 -0
  29. package/docs/components/Select/deprecated/Select.css +56 -0
  30. package/docs/components/Select/{examples → deprecated}/Select.md +1 -0
  31. package/package.json +1 -1
  32. package/patternfly-base-no-globals-theme-dark-unversioned.css +12 -0
  33. package/patternfly-base-no-globals.css +12 -0
  34. package/patternfly-base-theme-dark-unversioned.css +12 -0
  35. package/patternfly-base.css +12 -0
  36. package/patternfly-no-globals.css +18 -638
  37. package/patternfly-theme-dark-unversioned.css +18 -638
  38. package/patternfly.css +18 -638
  39. package/patternfly.min.css +1 -1
  40. package/patternfly.min.css.map +1 -1
  41. package/sass-utilities/placeholders.scss +4 -0
  42. package/sass-utilities/scss-variables.scss +6 -2
  43. package/sass-utilities/themes/dark/placeholders.scss +0 -9
  44. package/sass-utilities/themes/dark/scss-variables.scss +6 -3
  45. package/docs/components/Dropdown/examples/Dropdown.css +0 -64
  46. package/docs/components/Select/examples/Select.css +0 -55
@@ -7,6 +7,8 @@
7
7
  --pf-v5-global--link--Color: var(--pf-v5-global--link--Color--dark);
8
8
  --pf-v5-global--link--Color--hover: var(--pf-v5-global--link--Color--dark--hover);
9
9
  --pf-v5-global--BackgroundColor--100: var(--pf-v5-global--BackgroundColor--light-100);
10
+ --pf-v5-global--icon--Color--light: var(--pf-v5-global--icon--Color--light--dark);
11
+ --pf-v5-global--icon--Color--dark: var(--pf-v5-global--icon--Color--dark--dark);
10
12
  }
11
13
 
12
14
  .pf-v5-c-wizard__header, .pf-v5-c-page__main-section[class*=pf-m-dark-], .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector, .pf-v5-c-page__sidebar, .pf-v5-c-page__header, .pf-v5-c-masthead .pf-v5-c-button.pf-m-plain, .pf-v5-c-masthead, .pf-v5-c-login__footer, .pf-v5-c-login__header, .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, .pf-v5-c-banner, .pf-v5-c-about-modal-box, .pf-v5-t-dark {
@@ -17,6 +19,8 @@
17
19
  --pf-v5-global--link--Color: var(--pf-v5-global--link--Color--light);
18
20
  --pf-v5-global--link--Color--hover: var(--pf-v5-global--link--Color--light);
19
21
  --pf-v5-global--BackgroundColor--100: var(--pf-v5-global--BackgroundColor--dark-100);
22
+ --pf-v5-global--icon--Color--light: var(--pf-v5-global--icon--Color--light--light);
23
+ --pf-v5-global--icon--Color--dark: var(--pf-v5-global--icon--Color--dark--light);
20
24
  }
21
25
  .pf-v5-c-wizard__header .pf-v5-c-button, .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button, .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button, .pf-v5-c-page__sidebar .pf-v5-c-button, .pf-v5-c-page__header .pf-v5-c-button, .pf-v5-c-masthead .pf-v5-c-button.pf-m-plain .pf-v5-c-button, .pf-v5-c-masthead .pf-v5-c-button, .pf-v5-c-login__footer .pf-v5-c-button, .pf-v5-c-login__header .pf-v5-c-button, .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, .pf-v5-c-banner .pf-v5-c-button, .pf-v5-c-about-modal-box .pf-v5-c-button, .pf-v5-t-dark .pf-v5-c-button {
22
26
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--dark-100);
@@ -279,6 +283,10 @@
279
283
  --pf-v5-global--BorderRadius--lg: 30em;
280
284
  --pf-v5-global--icon--Color--light: #6a6e73;
281
285
  --pf-v5-global--icon--Color--dark: #151515;
286
+ --pf-v5-global--icon--Color--light--light: #f0f0f0;
287
+ --pf-v5-global--icon--Color--dark--light: #fff;
288
+ --pf-v5-global--icon--Color--light--dark: #6a6e73;
289
+ --pf-v5-global--icon--Color--dark--dark: #151515;
282
290
  --pf-v5-global--icon--FontSize--sm: 0.75rem;
283
291
  --pf-v5-global--icon--FontSize--md: 1rem;
284
292
  --pf-v5-global--icon--FontSize--lg: 1.5rem;
@@ -311,18 +319,6 @@
311
319
  --pf-v5-global--target-size--MinHeight: 44px;
312
320
  }
313
321
 
314
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
315
- :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
316
- :where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
317
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box {
318
- --pf-v5-global--Color--100: #e0e0e0;
319
- --pf-v5-global--Color--200: #aaabac;
320
- --pf-v5-global--BorderColor--100: #444548;
321
- --pf-v5-global--primary-color--100: #1fa7f8;
322
- --pf-v5-global--link--Color: #1fa7f8;
323
- --pf-v5-global--link--Color--hover: #73bcf7;
324
- --pf-v5-global--BackgroundColor--100: #1b1d21;
325
- }
326
322
  :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
327
323
  :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
328
324
  :where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
@@ -386,6 +382,10 @@
386
382
  --pf-v5-global--link--Color--light--hover: #73bcf7;
387
383
  --pf-v5-global--link--Color--dark: #1fa7f8;
388
384
  --pf-v5-global--link--Color--dark--hover: #73bcf7;
385
+ --pf-v5-global--icon--Color--light--light: #aaabac;
386
+ --pf-v5-global--icon--Color--dark--light: #e0e0e0;
387
+ --pf-v5-global--icon--Color--light--dark: #aaabac;
388
+ --pf-v5-global--icon--Color--dark--dark: #e0e0e0;
389
389
  --pf-v5-global--BackgroundColor--light-100: #1b1d21;
390
390
  --pf-v5-global--BackgroundColor--light-200: #0f1214;
391
391
  --pf-v5-global--BackgroundColor--light-300: #26292d;
@@ -5509,18 +5509,6 @@
5509
5509
  --pf-v5-c-about-modal-box__close--c-button--BackgroundColor: var(--pf-v5-c-about-modal-box__close--c-button--hover--BackgroundColor);
5510
5510
  }
5511
5511
 
5512
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
5513
- :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
5514
- :where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
5515
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box {
5516
- --pf-v5-global--Color--100: #e0e0e0;
5517
- --pf-v5-global--Color--200: #aaabac;
5518
- --pf-v5-global--BorderColor--100: #444548;
5519
- --pf-v5-global--primary-color--100: #1fa7f8;
5520
- --pf-v5-global--link--Color: #1fa7f8;
5521
- --pf-v5-global--link--Color--hover: #73bcf7;
5522
- --pf-v5-global--BackgroundColor--100: #1b1d21;
5523
- }
5524
5512
  :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
5525
5513
  :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
5526
5514
  :where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
@@ -5745,18 +5733,6 @@
5745
5733
  --pf-v5-c-accordion__expandable-content-body--PaddingTop: var(--pf-v5-c-accordion__expandable-content-body--expandable-content-body--PaddingTop);
5746
5734
  }
5747
5735
 
5748
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
5749
- :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
5750
- :where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
5751
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box {
5752
- --pf-v5-global--Color--100: #e0e0e0;
5753
- --pf-v5-global--Color--200: #aaabac;
5754
- --pf-v5-global--BorderColor--100: #444548;
5755
- --pf-v5-global--primary-color--100: #1fa7f8;
5756
- --pf-v5-global--link--Color: #1fa7f8;
5757
- --pf-v5-global--link--Color--hover: #73bcf7;
5758
- --pf-v5-global--BackgroundColor--100: #1b1d21;
5759
- }
5760
5736
  :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
5761
5737
  :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
5762
5738
  :where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
@@ -5998,18 +5974,6 @@
5998
5974
  margin-right: var(--pf-v5-c-alert__action-group__c-button--not-last-child--MarginRight);
5999
5975
  }
6000
5976
 
6001
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
6002
- :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
6003
- :where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
6004
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box {
6005
- --pf-v5-global--Color--100: #e0e0e0;
6006
- --pf-v5-global--Color--200: #aaabac;
6007
- --pf-v5-global--BorderColor--100: #444548;
6008
- --pf-v5-global--primary-color--100: #1fa7f8;
6009
- --pf-v5-global--link--Color: #1fa7f8;
6010
- --pf-v5-global--link--Color--hover: #73bcf7;
6011
- --pf-v5-global--BackgroundColor--100: #1b1d21;
6012
- }
6013
5977
  :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
6014
5978
  :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
6015
5979
  :where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
@@ -6312,18 +6276,6 @@
6312
6276
  color: var(--pf-v5-c-app-launcher__group-title--Color);
6313
6277
  }
6314
6278
 
6315
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
6316
- :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
6317
- :where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
6318
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box {
6319
- --pf-v5-global--Color--100: #e0e0e0;
6320
- --pf-v5-global--Color--200: #aaabac;
6321
- --pf-v5-global--BorderColor--100: #444548;
6322
- --pf-v5-global--primary-color--100: #1fa7f8;
6323
- --pf-v5-global--link--Color: #1fa7f8;
6324
- --pf-v5-global--link--Color--hover: #73bcf7;
6325
- --pf-v5-global--BackgroundColor--100: #1b1d21;
6326
- }
6327
6279
  :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
6328
6280
  :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
6329
6281
  :where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
@@ -6692,18 +6644,6 @@
6692
6644
  --pf-v5-c-badge--BackgroundColor: var(--pf-v5-c-badge--m-unread--BackgroundColor);
6693
6645
  }
6694
6646
 
6695
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
6696
- :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
6697
- :where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
6698
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box {
6699
- --pf-v5-global--Color--100: #e0e0e0;
6700
- --pf-v5-global--Color--200: #aaabac;
6701
- --pf-v5-global--BorderColor--100: #444548;
6702
- --pf-v5-global--primary-color--100: #1fa7f8;
6703
- --pf-v5-global--link--Color: #1fa7f8;
6704
- --pf-v5-global--link--Color--hover: #73bcf7;
6705
- --pf-v5-global--BackgroundColor--100: #1b1d21;
6706
- }
6707
6647
  :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
6708
6648
  :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
6709
6649
  :where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
@@ -6802,18 +6742,6 @@
6802
6742
  cursor: not-allowed;
6803
6743
  }
6804
6744
 
6805
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
6806
- :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
6807
- :where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
6808
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box {
6809
- --pf-v5-global--Color--100: #e0e0e0;
6810
- --pf-v5-global--Color--200: #aaabac;
6811
- --pf-v5-global--BorderColor--100: #444548;
6812
- --pf-v5-global--primary-color--100: #1fa7f8;
6813
- --pf-v5-global--link--Color: #1fa7f8;
6814
- --pf-v5-global--link--Color--hover: #73bcf7;
6815
- --pf-v5-global--BackgroundColor--100: #1b1d21;
6816
- }
6817
6745
  :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
6818
6746
  :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
6819
6747
  :where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
@@ -7489,18 +7417,6 @@ button.pf-v5-c-breadcrumb__link {
7489
7417
  margin-left: var(--pf-v5-c-button__count--MarginLeft);
7490
7418
  }
7491
7419
 
7492
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
7493
- :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
7494
- :where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
7495
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner {
7496
- --pf-v5-global--Color--100: #e0e0e0;
7497
- --pf-v5-global--Color--200: #aaabac;
7498
- --pf-v5-global--BorderColor--100: #444548;
7499
- --pf-v5-global--primary-color--100: #1fa7f8;
7500
- --pf-v5-global--link--Color: #1fa7f8;
7501
- --pf-v5-global--link--Color--hover: #73bcf7;
7502
- --pf-v5-global--BackgroundColor--100: #1b1d21;
7503
- }
7504
7420
  :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
7505
7421
  :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
7506
7422
  :where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
@@ -7743,18 +7659,6 @@ button.pf-v5-c-breadcrumb__link {
7743
7659
  pointer-events: none;
7744
7660
  }
7745
7661
 
7746
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
7747
- :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
7748
- :where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
7749
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner {
7750
- --pf-v5-global--Color--100: #e0e0e0;
7751
- --pf-v5-global--Color--200: #aaabac;
7752
- --pf-v5-global--BorderColor--100: #444548;
7753
- --pf-v5-global--primary-color--100: #1fa7f8;
7754
- --pf-v5-global--link--Color: #1fa7f8;
7755
- --pf-v5-global--link--Color--hover: #73bcf7;
7756
- --pf-v5-global--BackgroundColor--100: #1b1d21;
7757
- }
7758
7662
  :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
7759
7663
  :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
7760
7664
  :where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
@@ -8177,18 +8081,6 @@ button.pf-v5-c-breadcrumb__link {
8177
8081
  border: var(--pf-v5-c-card__input--focus--BorderWidth) solid var(--pf-v5-c-card__input--focus--BorderColor);
8178
8082
  }
8179
8083
 
8180
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
8181
- :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
8182
- :where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
8183
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner {
8184
- --pf-v5-global--Color--100: #e0e0e0;
8185
- --pf-v5-global--Color--200: #aaabac;
8186
- --pf-v5-global--BorderColor--100: #444548;
8187
- --pf-v5-global--primary-color--100: #1fa7f8;
8188
- --pf-v5-global--link--Color: #1fa7f8;
8189
- --pf-v5-global--link--Color--hover: #73bcf7;
8190
- --pf-v5-global--BackgroundColor--100: #1b1d21;
8191
- }
8192
8084
  :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
8193
8085
  :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
8194
8086
  :where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
@@ -8199,6 +8091,10 @@ button.pf-v5-c-breadcrumb__link {
8199
8091
  :where(.pf-v5-theme-dark) .pf-v5-c-card,
8200
8092
  :where(.pf-v5-theme-dark) .pf-v5-c-card.pf-m-non-selectable-raised {
8201
8093
  --pf-v5-c-card--BoxShadow: var(--pf-v5-global--BoxShadow--md);
8094
+ --pf-v5-c-card--m-selectable--m-disabled--BackgroundColor: var(--pf-v5-global--palette--black-700);
8095
+ --pf-v5-c-card--m-selectable--hover--BackgroundColor: var(--pf-v5-global--BackgroundColor--150);
8096
+ --pf-v5-c-card--m-selectable--m-clickable--m-current--BackgroundColor: var(--pf-v5-global--BackgroundColor--150);
8097
+ --pf-v5-c-card--m-selectable--focus--BackgroundColor: var(--pf-v5-global--palette--blue-600);
8202
8098
  --pf-v5-c-card--m-hoverable-raised--hover--BoxShadow: var(--pf-v5-global--BoxShadow--lg);
8203
8099
  --pf-v5-c-card--m-selectable-raised--hover--BoxShadow: var(--pf-v5-global--BoxShadow--lg);
8204
8100
  --pf-v5-c-card--m-selectable-raised--focus--BoxShadow: var(--pf-v5-global--BoxShadow--lg);
@@ -8375,18 +8271,6 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
8375
8271
  line-height: 1;
8376
8272
  }
8377
8273
 
8378
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
8379
- :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
8380
- :where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
8381
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner {
8382
- --pf-v5-global--Color--100: #e0e0e0;
8383
- --pf-v5-global--Color--200: #aaabac;
8384
- --pf-v5-global--BorderColor--100: #444548;
8385
- --pf-v5-global--primary-color--100: #1fa7f8;
8386
- --pf-v5-global--link--Color: #1fa7f8;
8387
- --pf-v5-global--link--Color--hover: #73bcf7;
8388
- --pf-v5-global--BackgroundColor--100: #1b1d21;
8389
- }
8390
8274
  :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
8391
8275
  :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
8392
8276
  :where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
@@ -8572,18 +8456,6 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
8572
8456
  --pf-v5-c-button--PaddingLeft: var(--pf-v5-c-clipboard-copy__actions-item--button--PaddingLeft);
8573
8457
  }
8574
8458
 
8575
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
8576
- :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
8577
- :where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
8578
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner {
8579
- --pf-v5-global--Color--100: #e0e0e0;
8580
- --pf-v5-global--Color--200: #aaabac;
8581
- --pf-v5-global--BorderColor--100: #444548;
8582
- --pf-v5-global--primary-color--100: #1fa7f8;
8583
- --pf-v5-global--link--Color: #1fa7f8;
8584
- --pf-v5-global--link--Color--hover: #73bcf7;
8585
- --pf-v5-global--BackgroundColor--100: #1b1d21;
8586
- }
8587
8459
  :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
8588
8460
  :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
8589
8461
  :where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
@@ -8778,18 +8650,6 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
8778
8650
  margin-left: var(--pf-v5-c-code-editor__tab-icon--text--MarginLeft);
8779
8651
  }
8780
8652
 
8781
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
8782
- :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
8783
- :where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
8784
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner {
8785
- --pf-v5-global--Color--100: #e0e0e0;
8786
- --pf-v5-global--Color--200: #aaabac;
8787
- --pf-v5-global--BorderColor--100: #444548;
8788
- --pf-v5-global--primary-color--100: #1fa7f8;
8789
- --pf-v5-global--link--Color: #1fa7f8;
8790
- --pf-v5-global--link--Color--hover: #73bcf7;
8791
- --pf-v5-global--BackgroundColor--100: #1b1d21;
8792
- }
8793
8653
  :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
8794
8654
  :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
8795
8655
  :where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
@@ -9352,18 +9212,6 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
9352
9212
  pointer-events: none;
9353
9213
  }
9354
9214
 
9355
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
9356
- :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
9357
- :where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
9358
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner {
9359
- --pf-v5-global--Color--100: #e0e0e0;
9360
- --pf-v5-global--Color--200: #aaabac;
9361
- --pf-v5-global--BorderColor--100: #444548;
9362
- --pf-v5-global--primary-color--100: #1fa7f8;
9363
- --pf-v5-global--link--Color: #1fa7f8;
9364
- --pf-v5-global--link--Color--hover: #73bcf7;
9365
- --pf-v5-global--BackgroundColor--100: #1b1d21;
9366
- }
9367
9215
  :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
9368
9216
  :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
9369
9217
  :where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
@@ -10230,18 +10078,6 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
10230
10078
  padding: 0;
10231
10079
  }
10232
10080
 
10233
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
10234
- :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
10235
- :where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
10236
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner {
10237
- --pf-v5-global--Color--100: #e0e0e0;
10238
- --pf-v5-global--Color--200: #aaabac;
10239
- --pf-v5-global--BorderColor--100: #444548;
10240
- --pf-v5-global--primary-color--100: #1fa7f8;
10241
- --pf-v5-global--link--Color: #1fa7f8;
10242
- --pf-v5-global--link--Color--hover: #73bcf7;
10243
- --pf-v5-global--BackgroundColor--100: #1b1d21;
10244
- }
10245
10081
  :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
10246
10082
  :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
10247
10083
  :where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
@@ -10641,18 +10477,6 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
10641
10477
  --pf-v5-c-droppable--m-dragging--after--BorderColor: var(--pf-v5-c-droppable--m-drag-outside--after--BorderColor);
10642
10478
  }
10643
10479
 
10644
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
10645
- :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
10646
- :where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
10647
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner {
10648
- --pf-v5-global--Color--100: #e0e0e0;
10649
- --pf-v5-global--Color--200: #aaabac;
10650
- --pf-v5-global--BorderColor--100: #444548;
10651
- --pf-v5-global--primary-color--100: #1fa7f8;
10652
- --pf-v5-global--link--Color: #1fa7f8;
10653
- --pf-v5-global--link--Color--hover: #73bcf7;
10654
- --pf-v5-global--BackgroundColor--100: #1b1d21;
10655
- }
10656
10480
  :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
10657
10481
  :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
10658
10482
  :where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
@@ -10963,18 +10787,6 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
10963
10787
  --pf-v5-c-dual-list-selector__list__list__item-toggle--Left: var(--pf-v5-c-dual-list-selector__item--PaddingLeft);
10964
10788
  }
10965
10789
 
10966
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
10967
- :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
10968
- :where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
10969
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner {
10970
- --pf-v5-global--Color--100: #e0e0e0;
10971
- --pf-v5-global--Color--200: #aaabac;
10972
- --pf-v5-global--BorderColor--100: #444548;
10973
- --pf-v5-global--primary-color--100: #1fa7f8;
10974
- --pf-v5-global--link--Color: #1fa7f8;
10975
- --pf-v5-global--link--Color--hover: #73bcf7;
10976
- --pf-v5-global--BackgroundColor--100: #1b1d21;
10977
- }
10978
10790
  :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
10979
10791
  :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
10980
10792
  :where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
@@ -12212,18 +12024,6 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
12212
12024
  min-width: min-content;
12213
12025
  }
12214
12026
 
12215
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
12216
- :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
12217
- :where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
12218
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner {
12219
- --pf-v5-global--Color--100: #e0e0e0;
12220
- --pf-v5-global--Color--200: #aaabac;
12221
- --pf-v5-global--BorderColor--100: #444548;
12222
- --pf-v5-global--primary-color--100: #1fa7f8;
12223
- --pf-v5-global--link--Color: #1fa7f8;
12224
- --pf-v5-global--link--Color--hover: #73bcf7;
12225
- --pf-v5-global--BackgroundColor--100: #1b1d21;
12226
- }
12227
12027
  :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
12228
12028
  :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
12229
12029
  :where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
@@ -13349,18 +13149,6 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
13349
13149
  display: none;
13350
13150
  }
13351
13151
  }
13352
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
13353
- :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
13354
- :where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
13355
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner {
13356
- --pf-v5-global--Color--100: #e0e0e0;
13357
- --pf-v5-global--Color--200: #aaabac;
13358
- --pf-v5-global--BorderColor--100: #444548;
13359
- --pf-v5-global--primary-color--100: #1fa7f8;
13360
- --pf-v5-global--link--Color: #1fa7f8;
13361
- --pf-v5-global--link--Color--hover: #73bcf7;
13362
- --pf-v5-global--BackgroundColor--100: #1b1d21;
13363
- }
13364
13152
  :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
13365
13153
  :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
13366
13154
  :where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
@@ -14025,18 +13813,6 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
14025
13813
  color: var(--pf-v5-c-dropdown__group-title--Color);
14026
13814
  }
14027
13815
 
14028
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
14029
- :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
14030
- :where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
14031
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner {
14032
- --pf-v5-global--Color--100: #e0e0e0;
14033
- --pf-v5-global--Color--200: #aaabac;
14034
- --pf-v5-global--BorderColor--100: #444548;
14035
- --pf-v5-global--primary-color--100: #1fa7f8;
14036
- --pf-v5-global--link--Color: #1fa7f8;
14037
- --pf-v5-global--link--Color--hover: #73bcf7;
14038
- --pf-v5-global--BackgroundColor--100: #1b1d21;
14039
- }
14040
13816
  :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
14041
13817
  :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
14042
13818
  :where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
@@ -14887,18 +14663,6 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
14887
14663
  margin-bottom: var(--pf-v5-c-form__field-group-body__field-group--last-child--MarginBottom);
14888
14664
  }
14889
14665
 
14890
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
14891
- :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
14892
- :where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
14893
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner {
14894
- --pf-v5-global--Color--100: #e0e0e0;
14895
- --pf-v5-global--Color--200: #aaabac;
14896
- --pf-v5-global--BorderColor--100: #444548;
14897
- --pf-v5-global--primary-color--100: #1fa7f8;
14898
- --pf-v5-global--link--Color: #1fa7f8;
14899
- --pf-v5-global--link--Color--hover: #73bcf7;
14900
- --pf-v5-global--BackgroundColor--100: #1b1d21;
14901
- }
14902
14666
  :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
14903
14667
  :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
14904
14668
  :where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
@@ -15164,18 +14928,6 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
15164
14928
  pointer-events: none;
15165
14929
  }
15166
14930
 
15167
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
15168
- :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
15169
- :where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
15170
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner {
15171
- --pf-v5-global--Color--100: #e0e0e0;
15172
- --pf-v5-global--Color--200: #aaabac;
15173
- --pf-v5-global--BorderColor--100: #444548;
15174
- --pf-v5-global--primary-color--100: #1fa7f8;
15175
- --pf-v5-global--link--Color: #1fa7f8;
15176
- --pf-v5-global--link--Color--hover: #73bcf7;
15177
- --pf-v5-global--BackgroundColor--100: #1b1d21;
15178
- }
15179
14931
  :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
15180
14932
  :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
15181
14933
  :where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
@@ -15262,18 +15014,6 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
15262
15014
  margin-right: var(--pf-v5-c-hint__footer--child--MarginRight);
15263
15015
  }
15264
15016
 
15265
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
15266
- :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
15267
- :where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
15268
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner {
15269
- --pf-v5-global--Color--100: #e0e0e0;
15270
- --pf-v5-global--Color--200: #aaabac;
15271
- --pf-v5-global--BorderColor--100: #444548;
15272
- --pf-v5-global--primary-color--100: #1fa7f8;
15273
- --pf-v5-global--link--Color: #1fa7f8;
15274
- --pf-v5-global--link--Color--hover: #73bcf7;
15275
- --pf-v5-global--BackgroundColor--100: #1b1d21;
15276
- }
15277
15017
  :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
15278
15018
  :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
15279
15019
  :where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
@@ -15360,18 +15100,6 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
15360
15100
  color: var(--pf-v5-c-helper-text__item-text--Color);
15361
15101
  }
15362
15102
 
15363
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
15364
- :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
15365
- :where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
15366
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner {
15367
- --pf-v5-global--Color--100: #e0e0e0;
15368
- --pf-v5-global--Color--200: #aaabac;
15369
- --pf-v5-global--BorderColor--100: #444548;
15370
- --pf-v5-global--primary-color--100: #1fa7f8;
15371
- --pf-v5-global--link--Color: #1fa7f8;
15372
- --pf-v5-global--link--Color--hover: #73bcf7;
15373
- --pf-v5-global--BackgroundColor--100: #1b1d21;
15374
- }
15375
15103
  :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
15376
15104
  :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
15377
15105
  :where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
@@ -15654,18 +15382,6 @@ label.pf-v5-c-input-group__text {
15654
15382
  cursor: pointer;
15655
15383
  }
15656
15384
 
15657
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
15658
- :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
15659
- :where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
15660
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner {
15661
- --pf-v5-global--Color--100: #e0e0e0;
15662
- --pf-v5-global--Color--200: #aaabac;
15663
- --pf-v5-global--BorderColor--100: #444548;
15664
- --pf-v5-global--primary-color--100: #1fa7f8;
15665
- --pf-v5-global--link--Color: #1fa7f8;
15666
- --pf-v5-global--link--Color--hover: #73bcf7;
15667
- --pf-v5-global--BackgroundColor--100: #1b1d21;
15668
- }
15669
15385
  :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
15670
15386
  :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
15671
15387
  :where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
@@ -16357,18 +16073,6 @@ button.pf-v5-c-label__content:focus {
16357
16073
  margin-bottom: var(--pf-v5-c-label__actions--c-button--MarginBottom);
16358
16074
  }
16359
16075
 
16360
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
16361
- :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
16362
- :where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
16363
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner {
16364
- --pf-v5-global--Color--100: #e0e0e0;
16365
- --pf-v5-global--Color--200: #aaabac;
16366
- --pf-v5-global--BorderColor--100: #444548;
16367
- --pf-v5-global--primary-color--100: #1fa7f8;
16368
- --pf-v5-global--link--Color: #1fa7f8;
16369
- --pf-v5-global--link--Color--hover: #73bcf7;
16370
- --pf-v5-global--BackgroundColor--100: #1b1d21;
16371
- }
16372
16076
  :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
16373
16077
  :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
16374
16078
  :where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
@@ -16814,18 +16518,6 @@ ul.pf-v5-c-list {
16814
16518
  font-weight: var(--pf-v5-c-log-viewer__timestamp--FontWeight);
16815
16519
  }
16816
16520
 
16817
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
16818
- :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
16819
- :where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
16820
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner {
16821
- --pf-v5-global--Color--100: #e0e0e0;
16822
- --pf-v5-global--Color--200: #aaabac;
16823
- --pf-v5-global--BorderColor--100: #444548;
16824
- --pf-v5-global--primary-color--100: #1fa7f8;
16825
- --pf-v5-global--link--Color: #1fa7f8;
16826
- --pf-v5-global--link--Color--hover: #73bcf7;
16827
- --pf-v5-global--BackgroundColor--100: #1b1d21;
16828
- }
16829
16521
  :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
16830
16522
  :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
16831
16523
  :where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
@@ -17101,18 +16793,6 @@ ul.pf-v5-c-list {
17101
16793
  padding-top: var(--pf-v5-c-login__footer--c-list--PaddingTop);
17102
16794
  }
17103
16795
 
17104
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
17105
- :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
17106
- :where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
17107
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main {
17108
- --pf-v5-global--Color--100: #e0e0e0;
17109
- --pf-v5-global--Color--200: #aaabac;
17110
- --pf-v5-global--BorderColor--100: #444548;
17111
- --pf-v5-global--primary-color--100: #1fa7f8;
17112
- --pf-v5-global--link--Color: #1fa7f8;
17113
- --pf-v5-global--link--Color--hover: #73bcf7;
17114
- --pf-v5-global--BackgroundColor--100: #1b1d21;
17115
- }
17116
16796
  :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
17117
16797
  :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
17118
16798
  :where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
@@ -17757,18 +17437,6 @@ ul.pf-v5-c-list {
17757
17437
  }
17758
17438
  }
17759
17439
 
17760
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
17761
- :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
17762
- :where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
17763
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer {
17764
- --pf-v5-global--Color--100: #e0e0e0;
17765
- --pf-v5-global--Color--200: #aaabac;
17766
- --pf-v5-global--BorderColor--100: #444548;
17767
- --pf-v5-global--primary-color--100: #1fa7f8;
17768
- --pf-v5-global--link--Color: #1fa7f8;
17769
- --pf-v5-global--link--Color--hover: #73bcf7;
17770
- --pf-v5-global--BackgroundColor--100: #1b1d21;
17771
- }
17772
17440
  :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
17773
17441
  :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
17774
17442
  :where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
@@ -18349,18 +18017,6 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
18349
18017
  border-top: var(--pf-v5-c-menu__footer--after--BorderTopWidth) solid var(--pf-v5-c-menu__footer--after--BorderTopColor);
18350
18018
  }
18351
18019
 
18352
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
18353
- :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
18354
- :where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
18355
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-masthead {
18356
- --pf-v5-global--Color--100: #e0e0e0;
18357
- --pf-v5-global--Color--200: #aaabac;
18358
- --pf-v5-global--BorderColor--100: #444548;
18359
- --pf-v5-global--primary-color--100: #1fa7f8;
18360
- --pf-v5-global--link--Color: #1fa7f8;
18361
- --pf-v5-global--link--Color--hover: #73bcf7;
18362
- --pf-v5-global--BackgroundColor--100: #1b1d21;
18363
- }
18364
18020
  :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
18365
18021
  :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
18366
18022
  :where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
@@ -18779,18 +18435,6 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
18779
18435
  color: var(--pf-v5-c-menu-toggle__toggle-icon--Color, inherit);
18780
18436
  }
18781
18437
 
18782
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
18783
- :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
18784
- :where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
18785
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-masthead {
18786
- --pf-v5-global--Color--100: #e0e0e0;
18787
- --pf-v5-global--Color--200: #aaabac;
18788
- --pf-v5-global--BorderColor--100: #444548;
18789
- --pf-v5-global--primary-color--100: #1fa7f8;
18790
- --pf-v5-global--link--Color: #1fa7f8;
18791
- --pf-v5-global--link--Color--hover: #73bcf7;
18792
- --pf-v5-global--BackgroundColor--100: #1b1d21;
18793
- }
18794
18438
  :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
18795
18439
  :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
18796
18440
  :where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
@@ -19004,18 +18648,6 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
19004
18648
  }
19005
18649
  }
19006
18650
 
19007
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
19008
- :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
19009
- :where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
19010
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-masthead {
19011
- --pf-v5-global--Color--100: #e0e0e0;
19012
- --pf-v5-global--Color--200: #aaabac;
19013
- --pf-v5-global--BorderColor--100: #444548;
19014
- --pf-v5-global--primary-color--100: #1fa7f8;
19015
- --pf-v5-global--link--Color: #1fa7f8;
19016
- --pf-v5-global--link--Color--hover: #73bcf7;
19017
- --pf-v5-global--BackgroundColor--100: #1b1d21;
19018
- }
19019
18651
  :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
19020
18652
  :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
19021
18653
  :where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
@@ -20154,18 +19786,6 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
20154
19786
  left: 0;
20155
19787
  }
20156
19788
 
20157
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
20158
- :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
20159
- :where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
20160
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-masthead {
20161
- --pf-v5-global--Color--100: #e0e0e0;
20162
- --pf-v5-global--Color--200: #aaabac;
20163
- --pf-v5-global--BorderColor--100: #444548;
20164
- --pf-v5-global--primary-color--100: #1fa7f8;
20165
- --pf-v5-global--link--Color: #1fa7f8;
20166
- --pf-v5-global--link--Color--hover: #73bcf7;
20167
- --pf-v5-global--BackgroundColor--100: #1b1d21;
20168
- }
20169
19789
  :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
20170
19790
  :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
20171
19791
  :where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
@@ -20307,18 +19927,6 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
20307
19927
  margin-left: var(--pf-v5-c-notification-badge__count--MarginLeft);
20308
19928
  }
20309
19929
 
20310
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
20311
- :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
20312
- :where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
20313
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-masthead {
20314
- --pf-v5-global--Color--100: #e0e0e0;
20315
- --pf-v5-global--Color--200: #aaabac;
20316
- --pf-v5-global--BorderColor--100: #444548;
20317
- --pf-v5-global--primary-color--100: #1fa7f8;
20318
- --pf-v5-global--link--Color: #1fa7f8;
20319
- --pf-v5-global--link--Color--hover: #73bcf7;
20320
- --pf-v5-global--BackgroundColor--100: #1b1d21;
20321
- }
20322
19930
  :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
20323
19931
  :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
20324
19932
  :where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
@@ -20597,18 +20205,6 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
20597
20205
  transform: rotate(var(--pf-v5-c-notification-drawer__group--m-expanded__group-toggle-icon--Rotate));
20598
20206
  }
20599
20207
 
20600
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
20601
- :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
20602
- :where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
20603
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-masthead {
20604
- --pf-v5-global--Color--100: #e0e0e0;
20605
- --pf-v5-global--Color--200: #aaabac;
20606
- --pf-v5-global--BorderColor--100: #444548;
20607
- --pf-v5-global--primary-color--100: #1fa7f8;
20608
- --pf-v5-global--link--Color: #1fa7f8;
20609
- --pf-v5-global--link--Color--hover: #73bcf7;
20610
- --pf-v5-global--BackgroundColor--100: #1b1d21;
20611
- }
20612
20208
  :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
20613
20209
  :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
20614
20210
  :where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
@@ -20880,18 +20476,6 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
20880
20476
  color: var(--pf-v5-c-options-menu__group-title--Color);
20881
20477
  }
20882
20478
 
20883
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
20884
- :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
20885
- :where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
20886
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-masthead {
20887
- --pf-v5-global--Color--100: #e0e0e0;
20888
- --pf-v5-global--Color--200: #aaabac;
20889
- --pf-v5-global--BorderColor--100: #444548;
20890
- --pf-v5-global--primary-color--100: #1fa7f8;
20891
- --pf-v5-global--link--Color: #1fa7f8;
20892
- --pf-v5-global--link--Color--hover: #73bcf7;
20893
- --pf-v5-global--BackgroundColor--100: #1b1d21;
20894
- }
20895
20479
  :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
20896
20480
  :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
20897
20481
  :where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
@@ -21866,18 +21450,6 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
21866
21450
  flex: 1 0 auto;
21867
21451
  }
21868
21452
 
21869
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
21870
- :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
21871
- :where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
21872
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-masthead {
21873
- --pf-v5-global--Color--100: #e0e0e0;
21874
- --pf-v5-global--Color--200: #aaabac;
21875
- --pf-v5-global--BorderColor--100: #444548;
21876
- --pf-v5-global--primary-color--100: #1fa7f8;
21877
- --pf-v5-global--link--Color: #1fa7f8;
21878
- --pf-v5-global--link--Color--hover: #73bcf7;
21879
- --pf-v5-global--BackgroundColor--100: #1b1d21;
21880
- }
21881
21453
  :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
21882
21454
  :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
21883
21455
  :where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
@@ -22313,18 +21885,6 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
22313
21885
  }
22314
21886
  }
22315
21887
 
22316
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
22317
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
22318
- :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
22319
- :where(.pf-v5-theme-dark) .pf-v5-c-page__header {
22320
- --pf-v5-global--Color--100: #e0e0e0;
22321
- --pf-v5-global--Color--200: #aaabac;
22322
- --pf-v5-global--BorderColor--100: #444548;
22323
- --pf-v5-global--primary-color--100: #1fa7f8;
22324
- --pf-v5-global--link--Color: #1fa7f8;
22325
- --pf-v5-global--link--Color--hover: #73bcf7;
22326
- --pf-v5-global--BackgroundColor--100: #1b1d21;
22327
- }
22328
21888
  :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
22329
21889
  :where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
22330
21890
  :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
@@ -22417,18 +21977,6 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
22417
21977
  box-shadow: var(--pf-v5-c-panel__footer--BoxShadow);
22418
21978
  }
22419
21979
 
22420
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
22421
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
22422
- :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
22423
- :where(.pf-v5-theme-dark) .pf-v5-c-page__header {
22424
- --pf-v5-global--Color--100: #e0e0e0;
22425
- --pf-v5-global--Color--200: #aaabac;
22426
- --pf-v5-global--BorderColor--100: #444548;
22427
- --pf-v5-global--primary-color--100: #1fa7f8;
22428
- --pf-v5-global--link--Color: #1fa7f8;
22429
- --pf-v5-global--link--Color--hover: #73bcf7;
22430
- --pf-v5-global--BackgroundColor--100: #1b1d21;
22431
- }
22432
21980
  :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
22433
21981
  :where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
22434
21982
  :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
@@ -22612,18 +22160,6 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
22612
22160
  margin-top: var(--pf-v5-c-popover__footer--MarginTop);
22613
22161
  }
22614
22162
 
22615
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
22616
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
22617
- :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
22618
- :where(.pf-v5-theme-dark) .pf-v5-c-page__header {
22619
- --pf-v5-global--Color--100: #e0e0e0;
22620
- --pf-v5-global--Color--200: #aaabac;
22621
- --pf-v5-global--BorderColor--100: #444548;
22622
- --pf-v5-global--primary-color--100: #1fa7f8;
22623
- --pf-v5-global--link--Color: #1fa7f8;
22624
- --pf-v5-global--link--Color--hover: #73bcf7;
22625
- --pf-v5-global--BackgroundColor--100: #1b1d21;
22626
- }
22627
22163
  :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
22628
22164
  :where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
22629
22165
  :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
@@ -22806,18 +22342,6 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
22806
22342
  margin-top: var(--pf-v5-c-progress__helper-text--MarginTop);
22807
22343
  }
22808
22344
 
22809
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
22810
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
22811
- :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
22812
- :where(.pf-v5-theme-dark) .pf-v5-c-page__header {
22813
- --pf-v5-global--Color--100: #e0e0e0;
22814
- --pf-v5-global--Color--200: #aaabac;
22815
- --pf-v5-global--BorderColor--100: #444548;
22816
- --pf-v5-global--primary-color--100: #1fa7f8;
22817
- --pf-v5-global--link--Color: #1fa7f8;
22818
- --pf-v5-global--link--Color--hover: #73bcf7;
22819
- --pf-v5-global--BackgroundColor--100: #1b1d21;
22820
- }
22821
22345
  :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
22822
22346
  :where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
22823
22347
  :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
@@ -24076,18 +23600,6 @@ label.pf-v5-c-radio, .pf-v5-c-radio__label,
24076
23600
  box-shadow: var(--pf-v5-c-select__menu-footer--BoxShadow);
24077
23601
  }
24078
23602
 
24079
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
24080
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
24081
- :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
24082
- :where(.pf-v5-theme-dark) .pf-v5-c-page__header {
24083
- --pf-v5-global--Color--100: #e0e0e0;
24084
- --pf-v5-global--Color--200: #aaabac;
24085
- --pf-v5-global--BorderColor--100: #444548;
24086
- --pf-v5-global--primary-color--100: #1fa7f8;
24087
- --pf-v5-global--link--Color: #1fa7f8;
24088
- --pf-v5-global--link--Color--hover: #73bcf7;
24089
- --pf-v5-global--BackgroundColor--100: #1b1d21;
24090
- }
24091
23603
  :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
24092
23604
  :where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
24093
23605
  :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
@@ -24512,18 +24024,6 @@ label.pf-v5-c-radio, .pf-v5-c-radio__label,
24512
24024
  margin-top: var(--pf-v5-c-simple-list__section--section--MarginTop);
24513
24025
  }
24514
24026
 
24515
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
24516
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
24517
- :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
24518
- :where(.pf-v5-theme-dark) .pf-v5-c-page__header {
24519
- --pf-v5-global--Color--100: #e0e0e0;
24520
- --pf-v5-global--Color--200: #aaabac;
24521
- --pf-v5-global--BorderColor--100: #444548;
24522
- --pf-v5-global--primary-color--100: #1fa7f8;
24523
- --pf-v5-global--link--Color: #1fa7f8;
24524
- --pf-v5-global--link--Color--hover: #73bcf7;
24525
- --pf-v5-global--BackgroundColor--100: #1b1d21;
24526
- }
24527
24027
  :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
24528
24028
  :where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
24529
24029
  :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
@@ -24703,18 +24203,6 @@ label.pf-v5-c-radio, .pf-v5-c-radio__label,
24703
24203
  transform: translateX(100%);
24704
24204
  }
24705
24205
  }
24706
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
24707
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
24708
- :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
24709
- :where(.pf-v5-theme-dark) .pf-v5-c-page__header {
24710
- --pf-v5-global--Color--100: #e0e0e0;
24711
- --pf-v5-global--Color--200: #aaabac;
24712
- --pf-v5-global--BorderColor--100: #444548;
24713
- --pf-v5-global--primary-color--100: #1fa7f8;
24714
- --pf-v5-global--link--Color: #1fa7f8;
24715
- --pf-v5-global--link--Color--hover: #73bcf7;
24716
- --pf-v5-global--BackgroundColor--100: #1b1d21;
24717
- }
24718
24206
  :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
24719
24207
  :where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
24720
24208
  :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
@@ -25172,18 +24660,6 @@ svg.pf-v5-c-spinner.pf-m-xl {
25172
24660
  vertical-align: top;
25173
24661
  }
25174
24662
 
25175
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
25176
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
25177
- :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
25178
- :where(.pf-v5-theme-dark) .pf-v5-c-page__header {
25179
- --pf-v5-global--Color--100: #e0e0e0;
25180
- --pf-v5-global--Color--200: #aaabac;
25181
- --pf-v5-global--BorderColor--100: #444548;
25182
- --pf-v5-global--primary-color--100: #1fa7f8;
25183
- --pf-v5-global--link--Color: #1fa7f8;
25184
- --pf-v5-global--link--Color--hover: #73bcf7;
25185
- --pf-v5-global--BackgroundColor--100: #1b1d21;
25186
- }
25187
24663
  :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
25188
24664
  :where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
25189
24665
  :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
@@ -27864,18 +27340,6 @@ svg.pf-v5-c-spinner.pf-m-xl {
27864
27340
  --pf-v5-c-table--cell--Width: 100%;
27865
27341
  }
27866
27342
 
27867
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
27868
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
27869
- :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
27870
- :where(.pf-v5-theme-dark) .pf-v5-c-page__header {
27871
- --pf-v5-global--Color--100: #e0e0e0;
27872
- --pf-v5-global--Color--200: #aaabac;
27873
- --pf-v5-global--BorderColor--100: #444548;
27874
- --pf-v5-global--primary-color--100: #1fa7f8;
27875
- --pf-v5-global--link--Color: #1fa7f8;
27876
- --pf-v5-global--link--Color--hover: #73bcf7;
27877
- --pf-v5-global--BackgroundColor--100: #1b1d21;
27878
- }
27879
27343
  :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
27880
27344
  :where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
27881
27345
  :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
@@ -29585,18 +29049,6 @@ svg.pf-v5-c-spinner.pf-m-xl {
29585
29049
  }
29586
29050
  }
29587
29051
 
29588
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
29589
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
29590
- :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
29591
- :where(.pf-v5-theme-dark) .pf-v5-c-page__header {
29592
- --pf-v5-global--Color--100: #e0e0e0;
29593
- --pf-v5-global--Color--200: #aaabac;
29594
- --pf-v5-global--BorderColor--100: #444548;
29595
- --pf-v5-global--primary-color--100: #1fa7f8;
29596
- --pf-v5-global--link--Color: #1fa7f8;
29597
- --pf-v5-global--link--Color--hover: #73bcf7;
29598
- --pf-v5-global--BackgroundColor--100: #1b1d21;
29599
- }
29600
29052
  :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
29601
29053
  :where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
29602
29054
  :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
@@ -29632,8 +29084,8 @@ svg.pf-v5-c-spinner.pf-m-xl {
29632
29084
  --pf-v5-c-text-input-group__text-input--PaddingBottom: var(--pf-v5-global--spacer--form-element);
29633
29085
  --pf-v5-c-text-input-group__text-input--PaddingLeft: var(--pf-v5-global--spacer--sm);
29634
29086
  --pf-v5-c-text-input-group__text-input--MinWidth: 12ch;
29635
- --pf-v5-c-text-input-group__text-input--m-hint--Color: var(--pf-v5-global--Color--dark-200);
29636
- --pf-v5-c-text-input-group__text-input--placeholder--Color: var(--pf-v5-global--Color--dark-200);
29087
+ --pf-v5-c-text-input-group__text-input--m-hint--Color: var(--pf-v5-global--Color--200);
29088
+ --pf-v5-c-text-input-group__text-input--placeholder--Color: var(--pf-v5-global--Color--200);
29637
29089
  --pf-v5-c-text-input-group__text-input--BackgroundColor: transparent;
29638
29090
  --pf-v5-c-text-input-group__icon--Left: var(--pf-v5-global--spacer--sm);
29639
29091
  --pf-v5-c-text-input-group__icon--Color: var(--pf-v5-global--icon--Color--dark);
@@ -29761,18 +29213,6 @@ svg.pf-v5-c-spinner.pf-m-xl {
29761
29213
  display: flex;
29762
29214
  }
29763
29215
 
29764
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
29765
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
29766
- :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
29767
- :where(.pf-v5-theme-dark) .pf-v5-c-page__header {
29768
- --pf-v5-global--Color--100: #e0e0e0;
29769
- --pf-v5-global--Color--200: #aaabac;
29770
- --pf-v5-global--BorderColor--100: #444548;
29771
- --pf-v5-global--primary-color--100: #1fa7f8;
29772
- --pf-v5-global--link--Color: #1fa7f8;
29773
- --pf-v5-global--link--Color--hover: #73bcf7;
29774
- --pf-v5-global--BackgroundColor--100: #1b1d21;
29775
- }
29776
29216
  :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
29777
29217
  :where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
29778
29218
  :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
@@ -29926,18 +29366,6 @@ svg.pf-v5-c-spinner.pf-m-xl {
29926
29366
  color: var(--pf-v5-c-tile__icon--Color);
29927
29367
  }
29928
29368
 
29929
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
29930
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
29931
- :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
29932
- :where(.pf-v5-theme-dark) .pf-v5-c-page__header {
29933
- --pf-v5-global--Color--100: #e0e0e0;
29934
- --pf-v5-global--Color--200: #aaabac;
29935
- --pf-v5-global--BorderColor--100: #444548;
29936
- --pf-v5-global--primary-color--100: #1fa7f8;
29937
- --pf-v5-global--link--Color: #1fa7f8;
29938
- --pf-v5-global--link--Color--hover: #73bcf7;
29939
- --pf-v5-global--BackgroundColor--100: #1b1d21;
29940
- }
29941
29369
  :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
29942
29370
  :where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
29943
29371
  :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
@@ -30147,18 +29575,6 @@ svg.pf-v5-c-spinner.pf-m-xl {
30147
29575
  margin-left: var(--pf-v5-c-toggle-group__icon--text--MarginLeft);
30148
29576
  }
30149
29577
 
30150
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
30151
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
30152
- :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
30153
- :where(.pf-v5-theme-dark) .pf-v5-c-page__header {
30154
- --pf-v5-global--Color--100: #e0e0e0;
30155
- --pf-v5-global--Color--200: #aaabac;
30156
- --pf-v5-global--BorderColor--100: #444548;
30157
- --pf-v5-global--primary-color--100: #1fa7f8;
30158
- --pf-v5-global--link--Color: #1fa7f8;
30159
- --pf-v5-global--link--Color--hover: #73bcf7;
30160
- --pf-v5-global--BackgroundColor--100: #1b1d21;
30161
- }
30162
29578
  :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
30163
29579
  :where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
30164
29580
  :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
@@ -30262,18 +29678,6 @@ svg.pf-v5-c-spinner.pf-m-xl {
30262
29678
  box-shadow: var(--pf-v5-c-tooltip__arrow--BoxShadow);
30263
29679
  }
30264
29680
 
30265
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
30266
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
30267
- :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
30268
- :where(.pf-v5-theme-dark) .pf-v5-c-page__header {
30269
- --pf-v5-global--Color--100: #e0e0e0;
30270
- --pf-v5-global--Color--200: #aaabac;
30271
- --pf-v5-global--BorderColor--100: #444548;
30272
- --pf-v5-global--primary-color--100: #1fa7f8;
30273
- --pf-v5-global--link--Color: #1fa7f8;
30274
- --pf-v5-global--link--Color--hover: #73bcf7;
30275
- --pf-v5-global--BackgroundColor--100: #1b1d21;
30276
- }
30277
29681
  :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
30278
29682
  :where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
30279
29683
  :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
@@ -30805,18 +30209,6 @@ label.pf-v5-c-tree-view__node-text {
30805
30209
  --pf-v5-c-tree-view--m-compact--m-no-background--border--nested--Left: calc(var(--pf-v5-c-tree-view__node--PaddingLeft) - var(--pf-v5-c-tree-view--m-compact--m-no-background--base-border--Left--offset));
30806
30210
  }
30807
30211
 
30808
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
30809
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
30810
- :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
30811
- :where(.pf-v5-theme-dark) .pf-v5-c-page__header {
30812
- --pf-v5-global--Color--100: #e0e0e0;
30813
- --pf-v5-global--Color--200: #aaabac;
30814
- --pf-v5-global--BorderColor--100: #444548;
30815
- --pf-v5-global--primary-color--100: #1fa7f8;
30816
- --pf-v5-global--link--Color: #1fa7f8;
30817
- --pf-v5-global--link--Color--hover: #73bcf7;
30818
- --pf-v5-global--BackgroundColor--100: #1b1d21;
30819
- }
30820
30212
  :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
30821
30213
  :where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
30822
30214
  :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
@@ -31318,18 +30710,6 @@ label.pf-v5-c-tree-view__node-text {
31318
30710
  margin-left: var(--pf-v5-c-wizard__footer-cancel--MarginLeft);
31319
30711
  }
31320
30712
 
31321
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
31322
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
31323
- :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
31324
- :where(.pf-v5-theme-dark) .pf-v5-c-page__header {
31325
- --pf-v5-global--Color--100: #e0e0e0;
31326
- --pf-v5-global--Color--200: #aaabac;
31327
- --pf-v5-global--BorderColor--100: #444548;
31328
- --pf-v5-global--primary-color--100: #1fa7f8;
31329
- --pf-v5-global--link--Color: #1fa7f8;
31330
- --pf-v5-global--link--Color--hover: #73bcf7;
31331
- --pf-v5-global--BackgroundColor--100: #1b1d21;
31332
- }
31333
30713
  :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
31334
30714
  :where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
31335
30715
  :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,