@patternfly/patternfly 5.0.0-alpha.33 → 5.0.0-alpha.34

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 (105) hide show
  1. package/RELEASE-NOTES.md +1 -1
  2. package/assets/pficon/pficon.scss +1 -2
  3. package/base/_fa-icons.scss +1 -2
  4. package/base/_fonts.scss +5 -10
  5. package/base/_globals.scss +91 -85
  6. package/base/_variables.scss +3 -3
  7. package/base/patternfly-fa-icons.css +1 -1
  8. package/base/patternfly-fonts.css +5 -5
  9. package/base/patternfly-globals.css +35 -41
  10. package/base/patternfly-icons.css +2 -2
  11. package/base/patternfly-pf-icons.css +1 -1
  12. package/base/patternfly-themes.css +0 -42
  13. package/base/patternfly-variables.css +3 -3
  14. package/components/AboutModalBox/about-modal-box.css +0 -38
  15. package/components/Alert/alert.css +14 -5
  16. package/components/Alert/alert.scss +18 -4
  17. package/components/Alert/themes/dark/alert.scss +1 -1
  18. package/components/Banner/banner.css +0 -38
  19. package/components/Icon/icon.css +3 -3
  20. package/components/Icon/icon.scss +3 -3
  21. package/components/Label/label.css +6 -6
  22. package/components/Label/label.scss +4 -4
  23. package/components/Label/themes/dark/label.scss +2 -2
  24. package/components/LogViewer/log-viewer.css +0 -38
  25. package/components/Login/login.css +0 -40
  26. package/components/Masthead/masthead.css +0 -38
  27. package/components/ModalBox/modal-box.css +3 -3
  28. package/components/ModalBox/modal-box.scss +3 -3
  29. package/components/NotificationDrawer/notification-drawer.css +5 -5
  30. package/components/NotificationDrawer/notification-drawer.scss +5 -5
  31. package/components/Page/page.css +0 -42
  32. package/components/Popover/popover.css +6 -6
  33. package/components/Popover/popover.scss +5 -5
  34. package/components/Popover/themes/dark/popover.scss +1 -1
  35. package/components/Wizard/wizard.css +0 -38
  36. package/docs/components/Alert/examples/Alert.md +15 -15
  37. package/docs/components/AlertGroup/examples/AlertGroup.md +6 -6
  38. package/docs/components/AppLauncher/examples/application-launcher.md +1 -0
  39. package/docs/components/Check/examples/Check.md +1 -0
  40. package/docs/components/ContextSelector/examples/context-selector.md +1 -0
  41. package/docs/components/DatePicker/examples/DatePicker.md +1 -0
  42. package/docs/components/Dropdown/examples/Dropdown.md +1 -0
  43. package/docs/components/FileUpload/examples/FileUpload.md +2 -1
  44. package/docs/components/Form/examples/Form.md +1 -0
  45. package/docs/components/FormControl/examples/FormControl.md +1 -0
  46. package/docs/components/Icon/examples/Icon.md +2 -2
  47. package/docs/components/Menu/examples/Menu.md +1 -0
  48. package/docs/components/MenuToggle/examples/MenuToggle.md +1 -0
  49. package/docs/components/ModalBox/examples/ModalBox.md +8 -8
  50. package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +2 -1
  51. package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +22 -22
  52. package/docs/components/OptionsMenu/examples/options-menu.md +1 -0
  53. package/docs/components/Popover/examples/Popover.md +9 -9
  54. package/docs/components/Radio/examples/Radio.md +1 -0
  55. package/docs/components/Select/examples/Select.md +1 -0
  56. package/docs/demos/CardView/examples/CardView.md +1 -1
  57. package/docs/demos/Dashboard/examples/Dashboard.md +1 -1
  58. package/docs/demos/Form/examples/BasicForms.md +1 -0
  59. package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +30 -30
  60. package/docs/demos/PasswordGenerator/examples/PasswordGenerator.md +1 -1
  61. package/docs/demos/PasswordStrength/examples/PasswordStrength.md +1 -1
  62. package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +1 -1
  63. package/docs/utilities/Accessibility/examples/Accessibility.md +1 -1
  64. package/docs/utilities/Alignment/examples/Alignment.md +1 -1
  65. package/docs/utilities/BackgroundColor/examples/BackgroundColor.md +1 -1
  66. package/docs/utilities/BoxShadow/examples/box-shadow.md +1 -1
  67. package/docs/utilities/Display/examples/Display.md +1 -1
  68. package/docs/utilities/Flex/examples/Flex.md +1 -1
  69. package/docs/utilities/Float/examples/Float.md +1 -1
  70. package/docs/utilities/Sizing/examples/Sizing.md +1 -1
  71. package/docs/utilities/Spacing/examples/Spacing.md +1 -1
  72. package/docs/utilities/Text/examples/Text.md +5 -5
  73. package/package.json +1 -1
  74. package/patternfly-addons.css +48 -48
  75. package/{patternfly-base-no-reset.css → patternfly-base-no-globals.css} +10 -31
  76. package/{patternfly-base-no-reset.scss → patternfly-base-no-globals.scss} +1 -0
  77. package/patternfly-base.css +45 -72
  78. package/{patternfly-no-reset.css → patternfly-no-globals.css} +52 -1237
  79. package/{patternfly-no-reset.scss → patternfly-no-globals.scss} +1 -0
  80. package/patternfly.css +83 -1274
  81. package/patternfly.min.css +1 -1
  82. package/patternfly.min.css.map +1 -1
  83. package/sass-utilities/placeholders.scss +0 -23
  84. package/sass-utilities/scss-variables.scss +4 -5
  85. package/sass-utilities/themes/dark/placeholders.scss +0 -22
  86. package/utilities/Text/text.css +48 -48
  87. package/utilities/Text/text.scss +6 -6
  88. package/utilities/Text/themes/dark/text.scss +2 -2
  89. package/assets/fonts/RedHatDisplay/RedHatDisplay-Black.woff +0 -0
  90. package/assets/fonts/RedHatDisplay/RedHatDisplay-BlackItalic.woff +0 -0
  91. package/assets/fonts/RedHatDisplay/RedHatDisplay-Bold.woff +0 -0
  92. package/assets/fonts/RedHatDisplay/RedHatDisplay-BoldItalic.woff +0 -0
  93. package/assets/fonts/RedHatDisplay/RedHatDisplay-Italic.woff +0 -0
  94. package/assets/fonts/RedHatDisplay/RedHatDisplay-Medium.woff +0 -0
  95. package/assets/fonts/RedHatDisplay/RedHatDisplay-MediumItalic.woff +0 -0
  96. package/assets/fonts/RedHatDisplay/RedHatDisplay-Regular.woff +0 -0
  97. package/assets/fonts/RedHatText/RedHatText-Bold.woff +0 -0
  98. package/assets/fonts/RedHatText/RedHatText-BoldItalic.woff +0 -0
  99. package/assets/fonts/RedHatText/RedHatText-Italic.woff +0 -0
  100. package/assets/fonts/RedHatText/RedHatText-Medium.woff +0 -0
  101. package/assets/fonts/RedHatText/RedHatText-MediumItalic.woff +0 -0
  102. package/assets/fonts/RedHatText/RedHatText-Regular.woff +0 -0
  103. package/assets/fonts/webfonts/fa-solid-900.woff +0 -0
  104. package/assets/pficon/pficon.woff +0 -0
  105. package/sass-utilities/bs-variables.scss +0 -709
@@ -18,27 +18,6 @@
18
18
  --pf-global--link--Color--hover: var(--pf-global--link--Color--light);
19
19
  --pf-global--BackgroundColor--100: var(--pf-global--BackgroundColor--dark-100);
20
20
  }
21
- .pf-c-wizard__header .pf-c-card, .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card, .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card, .pf-c-page__header .pf-c-card, .pf-c-masthead .pf-c-button.pf-m-plain .pf-c-card, .pf-c-masthead .pf-c-card, .pf-c-login__footer .pf-c-card, .pf-c-login__header .pf-c-card, .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, .pf-c-banner .pf-c-card, .pf-c-about-modal-box .pf-c-card, .pf-t-dark .pf-c-card {
22
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--dark-transparent-200);
23
- }
24
- .pf-c-wizard__header .pf-c-button, .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button, .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button, .pf-c-page__header .pf-c-button, .pf-c-masthead .pf-c-button.pf-m-plain .pf-c-button, .pf-c-masthead .pf-c-button, .pf-c-login__footer .pf-c-button, .pf-c-login__header .pf-c-button, .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-button, .pf-c-banner .pf-c-button, .pf-c-about-modal-box .pf-c-button, .pf-t-dark .pf-c-button {
25
- --pf-c-button--m-primary--Color: var(--pf-global--primary-color--dark-100);
26
- --pf-c-button--m-primary--hover--Color: var(--pf-global--primary-color--dark-100);
27
- --pf-c-button--m-primary--focus--Color: var(--pf-global--primary-color--dark-100);
28
- --pf-c-button--m-primary--active--Color: var(--pf-global--primary-color--dark-100);
29
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--BackgroundColor--light-100);
30
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--BackgroundColor--light-300);
31
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--BackgroundColor--light-300);
32
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--BackgroundColor--light-300);
33
- --pf-c-button--m-secondary--Color: var(--pf-global--Color--light-100);
34
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--Color--light-100);
35
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--Color--light-100);
36
- --pf-c-button--m-secondary--active--Color: var(--pf-global--Color--light-100);
37
- --pf-c-button--m-secondary--BorderColor: var(--pf-global--Color--light-100);
38
- --pf-c-button--m-secondary--hover--BorderColor: var(--pf-global--Color--light-100);
39
- --pf-c-button--m-secondary--focus--BorderColor: var(--pf-global--Color--light-100);
40
- --pf-c-button--m-secondary--active--BorderColor: var(--pf-global--Color--light-100);
41
- }
42
21
 
43
22
  .pf-c-table tr > *, .pf-c-page__header-tools-item, .pf-c-page__header-tools-group, .pf-c-menu__group, .pf-c-menu__list-item, .pf-c-menu__list, .pf-c-divider, .pf-c-toolbar__content-section, .pf-c-toolbar__content, .pf-c-toolbar__item, .pf-c-toolbar__group, .pf-c-data-list__item-action {
44
23
  --pf-hidden-visible--hidden--Display: none;
@@ -212,9 +191,9 @@
212
191
  --pf-global--primary-color--light-100: #73bcf7;
213
192
  --pf-global--primary-color--dark-100: #06c;
214
193
  --pf-global--secondary-color--100: #6a6e73;
215
- --pf-global--default-color--100: #73c5c5;
216
- --pf-global--default-color--200: #009596;
217
- --pf-global--default-color--300: #003737;
194
+ --pf-global--custom-color--100: #73c5c5;
195
+ --pf-global--custom-color--200: #009596;
196
+ --pf-global--custom-color--300: #003737;
218
197
  --pf-global--success-color--100: #3e8635;
219
198
  --pf-global--success-color--200: #1e4f18;
220
199
  --pf-global--info-color--100: #2b9af3;
@@ -360,29 +339,6 @@
360
339
  --pf-global--link--Color--hover: #73bcf7;
361
340
  --pf-global--BackgroundColor--100: #1b1d21;
362
341
  }
363
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
364
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
365
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
366
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card {
367
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
368
- }
369
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
370
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
371
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
372
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button {
373
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
374
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
375
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
376
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
377
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
378
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
379
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
380
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
381
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
382
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
383
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
384
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
385
- }
386
342
 
387
343
  :root:where(.pf-theme-dark) {
388
344
  --pf-global--palette--black-50: #e0e0e0;
@@ -472,35 +428,35 @@
472
428
  font-family: "RedHatDisplay";
473
429
  font-style: normal;
474
430
  font-weight: 300;
475
- src: url("./assets/fonts/RedHatDisplay/RedHatDisplay-Regular.woff2") format("woff2"), url("./assets/fonts/RedHatDisplay/RedHatDisplay-Regular.woff") format("woff");
431
+ src: url("./assets/fonts/RedHatDisplay/RedHatDisplay-Regular.woff2") format("woff2");
476
432
  text-rendering: optimizelegibility;
477
433
  }
478
434
  @font-face {
479
435
  font-family: "RedHatDisplay";
480
436
  font-style: normal;
481
437
  font-weight: 400;
482
- src: url("./assets/fonts/RedHatDisplay/RedHatDisplay-Medium.woff2") format("woff2"), url("./assets/fonts/RedHatDisplay/RedHatDisplay-Medium.woff") format("woff");
438
+ src: url("./assets/fonts/RedHatDisplay/RedHatDisplay-Medium.woff2") format("woff2");
483
439
  text-rendering: optimizelegibility;
484
440
  }
485
441
  @font-face {
486
442
  font-family: "RedHatDisplay";
487
443
  font-style: normal;
488
444
  font-weight: 700;
489
- src: url("./assets/fonts/RedHatDisplay/RedHatDisplay-Bold.woff2") format("woff2"), url("./assets/fonts/RedHatDisplay/RedHatDisplay-Bold.woff") format("woff");
445
+ src: url("./assets/fonts/RedHatDisplay/RedHatDisplay-Bold.woff2") format("woff2");
490
446
  text-rendering: optimizelegibility;
491
447
  }
492
448
  @font-face {
493
449
  font-family: "RedHatText";
494
450
  font-style: normal;
495
451
  font-weight: 400;
496
- src: url("./assets/fonts/RedHatText/RedHatText-Regular.woff2") format("woff2"), url("./assets/fonts/RedHatText/RedHatText-Regular.woff") format("woff");
452
+ src: url("./assets/fonts/RedHatText/RedHatText-Regular.woff2") format("woff2");
497
453
  text-rendering: optimizelegibility;
498
454
  }
499
455
  @font-face {
500
456
  font-family: "RedHatText";
501
457
  font-style: normal;
502
458
  font-weight: 700;
503
- src: url("./assets/fonts/RedHatText/RedHatText-Medium.woff2") format("woff2"), url("./assets/fonts/RedHatText/RedHatText-Medium.woff") format("woff");
459
+ src: url("./assets/fonts/RedHatText/RedHatText-Medium.woff2") format("woff2");
504
460
  text-rendering: optimizelegibility;
505
461
  }
506
462
  @font-face {
@@ -4821,7 +4777,7 @@
4821
4777
  font-family: "Font Awesome 5 Free";
4822
4778
  font-style: normal;
4823
4779
  font-weight: 900;
4824
- src: url("./assets/fonts/webfonts/fa-solid-900.woff2") format("woff2"), url("./assets/fonts/webfonts/fa-solid-900.woff") format("woff");
4780
+ src: url("./assets/fonts/webfonts/fa-solid-900.woff2") format("woff2");
4825
4781
  }
4826
4782
  .fa,
4827
4783
  .fas {
@@ -4831,7 +4787,7 @@
4831
4787
 
4832
4788
  @font-face {
4833
4789
  font-family: "pficon";
4834
- src: url("./assets/pficon/pficon.woff2") format("woff2"), url("./assets/pficon/pficon.woff") format("woff");
4790
+ src: url("./assets/pficon/pficon.woff2") format("woff2");
4835
4791
  }
4836
4792
  .pf-icon-zone:before, .pf-icon-warning-triangle:before, .pf-icon-volume:before, .pf-icon-virtual-machine:before, .pf-icon-users:before, .pf-icon-user:before, .pf-icon-unplugged:before, .pf-icon-unlocked:before, .pf-icon-unknown:before, .pf-icon-trend-up:before, .pf-icon-trend-down:before, .pf-icon-topology:before, .pf-icon-thumb-tack:before, .pf-icon-tenant:before, .pf-icon-task:before, .pf-icon-storage-domain:before, .pf-icon-spinner2:before, .pf-icon-spinner:before, .pf-icon-services:before, .pf-icon-service:before, .pf-icon-service-catalog:before, .pf-icon-server:before, .pf-icon-server-group:before, .pf-icon-security:before, .pf-icon-screen:before, .pf-icon-save:before, .pf-icon-running:before, .pf-icon-resources-full:before, .pf-icon-resources-empty:before, .pf-icon-resources-almost-full:before, .pf-icon-resources-almost-empty:before, .pf-icon-resource-pool:before, .pf-icon-repository:before, .pf-icon-replicator:before, .pf-icon-remove2:before, .pf-icon-registry:before, .pf-icon-regions:before, .pf-icon-rebooting:before, .pf-icon-rebalance:before, .pf-icon-project:before, .pf-icon-process-automation:before, .pf-icon-private:before, .pf-icon-print:before, .pf-icon-port:before, .pf-icon-plugged:before, .pf-icon-pficon-vcenter:before, .pf-icon-pficon-template:before, .pf-icon-pficon-sort-common-desc:before, .pf-icon-pficon-sort-common-asc:before, .pf-icon-pficon-satellite:before, .pf-icon-pficon-network-range:before, .pf-icon-pficon-history:before, .pf-icon-pficon-dragdrop:before, .pf-icon-pending:before, .pf-icon-paused:before, .pf-icon-panel-open:before, .pf-icon-panel-close:before, .pf-icon-package:before, .pf-icon-os-image:before, .pf-icon-orders:before, .pf-icon-optimize:before, .pf-icon-openstack:before, .pf-icon-openshift:before, .pf-icon-open-drawer-right:before, .pf-icon-on:before, .pf-icon-on-running:before, .pf-icon-ok:before, .pf-icon-off:before, .pf-icon-not-started:before, .pf-icon-new-process:before, .pf-icon-network:before, .pf-icon-namespaces:before, .pf-icon-monitoring:before, .pf-icon-module:before, .pf-icon-migration:before, .pf-icon-middleware:before, .pf-icon-messages:before, .pf-icon-memory:before, .pf-icon-maintenance:before, .pf-icon-locked:before, .pf-icon-key:before, .pf-icon-integration:before, .pf-icon-infrastructure:before, .pf-icon-info:before, .pf-icon-in-progress:before, .pf-icon-import:before, .pf-icon-home:before, .pf-icon-history:before, .pf-icon-help:before, .pf-icon-globe-route:before, .pf-icon-folder-open:before, .pf-icon-folder-close:before, .pf-icon-flavor:before, .pf-icon-filter:before, .pf-icon-export:before, .pf-icon-error-circle-o:before, .pf-icon-equalizer:before, .pf-icon-enterprise:before, .pf-icon-enhancement:before, .pf-icon-edit:before, .pf-icon-domain:before, .pf-icon-disconnected:before, .pf-icon-degraded:before, .pf-icon-data-source:before, .pf-icon-data-sink:before, .pf-icon-data-processor:before, .pf-icon-critical-risk:before, .pf-icon-cpu:before, .pf-icon-container-node:before, .pf-icon-connected:before, .pf-icon-cluster:before, .pf-icon-cloud-tenant:before, .pf-icon-cloud-security:before, .pf-icon-close:before, .pf-icon-chat:before, .pf-icon-catalog:before, .pf-icon-bundle:before, .pf-icon-builder-image:before, .pf-icon-build:before, .pf-icon-blueprint:before, .pf-icon-bell:before, .pf-icon-automation:before, .pf-icon-attention-bell:before, .pf-icon-asleep:before, .pf-icon-arrow:before, .pf-icon-applications:before, .pf-icon-ansible-tower:before, .pf-icon-add-circle-o:before {
4837
4793
  font-family: "pficon";
@@ -5580,29 +5536,6 @@
5580
5536
  --pf-global--link--Color--hover: #73bcf7;
5581
5537
  --pf-global--BackgroundColor--100: #1b1d21;
5582
5538
  }
5583
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
5584
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
5585
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
5586
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card {
5587
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
5588
- }
5589
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
5590
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
5591
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
5592
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button {
5593
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
5594
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
5595
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
5596
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
5597
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
5598
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
5599
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
5600
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
5601
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
5602
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
5603
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
5604
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
5605
- }
5606
5539
 
5607
5540
  :where(.pf-theme-dark) .pf-c-about-modal-box {
5608
5541
  color: var(--pf-global--Color--100);
@@ -5833,29 +5766,6 @@
5833
5766
  --pf-global--link--Color--hover: #73bcf7;
5834
5767
  --pf-global--BackgroundColor--100: #1b1d21;
5835
5768
  }
5836
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
5837
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
5838
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
5839
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card {
5840
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
5841
- }
5842
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
5843
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
5844
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
5845
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button {
5846
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
5847
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
5848
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
5849
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
5850
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
5851
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
5852
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
5853
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
5854
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
5855
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
5856
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
5857
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
5858
- }
5859
5769
 
5860
5770
  :where(.pf-theme-dark) .pf-c-accordion {
5861
5771
  --pf-c-accordion__toggle--hover--BackgroundColor: var(--pf-global--BackgroundColor--300);
@@ -5900,7 +5810,7 @@
5900
5810
  ". description description"
5901
5811
  ". actiongroup actiongroup";
5902
5812
  --pf-c-alert--BorderTopWidth: var(--pf-global--BorderWidth--md);
5903
- --pf-c-alert--BorderTopColor: var(--pf-global--default-color--200);
5813
+ --pf-c-alert--BorderTopColor: var(--pf-global--BorderColor--100);
5904
5814
  --pf-c-alert--PaddingTop: var(--pf-global--spacer--md);
5905
5815
  --pf-c-alert--PaddingRight: var(--pf-global--spacer--md);
5906
5816
  --pf-c-alert--PaddingBottom: var(--pf-global--spacer--md);
@@ -5911,12 +5821,12 @@
5911
5821
  --pf-c-alert__toggle--MarginLeft: calc(-1 * var(--pf-global--spacer--md));
5912
5822
  --pf-c-alert__toggle-icon--Rotate: 0;
5913
5823
  --pf-c-alert__toggle-icon--Transition: var(--pf-global--Transition);
5914
- --pf-c-alert__icon--Color: var(--pf-global--default-color--200);
5824
+ --pf-c-alert__icon--Color: var(--pf-global--Color--100);
5915
5825
  --pf-c-alert__icon--MarginTop: 0.0625rem;
5916
5826
  --pf-c-alert__icon--MarginRight: var(--pf-global--spacer--sm);
5917
5827
  --pf-c-alert__icon--FontSize: var(--pf-global--icon--FontSize--md);
5918
5828
  --pf-c-alert__title--FontWeight: var(--pf-global--FontWeight--bold);
5919
- --pf-c-alert__title--Color: var(--pf-global--default-color--300);
5829
+ --pf-c-alert__title--Color: var(--pf-global--Color--100);
5920
5830
  --pf-c-alert__title--max-lines: 1;
5921
5831
  --pf-c-alert__action--MarginTop: calc(var(--pf-global--spacer--form-element) * -1);
5922
5832
  --pf-c-alert__action--MarginBottom: calc(var(--pf-global--spacer--form-element) * -1);
@@ -5928,6 +5838,9 @@
5928
5838
  --pf-c-alert__description--action-group--PaddingTop-base: var(--pf-global--spacer--md);
5929
5839
  --pf-c-alert__description--action-group--PaddingTop: var(--pf-c-alert__description--action-group--PaddingTop-base);
5930
5840
  --pf-c-alert__action-group__c-button--not-last-child--MarginRight: var(--pf-global--spacer--lg);
5841
+ --pf-c-alert--m-custom--BorderTopColor: var(--pf-global--custom-color--200);
5842
+ --pf-c-alert--m-custom__icon--Color: var(--pf-global--custom-color--200);
5843
+ --pf-c-alert--m-custom__title--Color: var(--pf-global--custom-color--300);
5931
5844
  --pf-c-alert--m-success--BorderTopColor: var(--pf-global--success-color--100);
5932
5845
  --pf-c-alert--m-success__icon--Color: var(--pf-global--success-color--100);
5933
5846
  --pf-c-alert--m-success__title--Color: var(--pf-global--success-color--200);
@@ -5941,7 +5854,7 @@
5941
5854
  --pf-c-alert--m-info__icon--Color: var(--pf-global--info-color--100);
5942
5855
  --pf-c-alert--m-info__title--Color: var(--pf-global--info-color--200);
5943
5856
  --pf-c-alert--m-inline--BoxShadow: none;
5944
- --pf-c-alert--m-inline--BackgroundColor: var(--pf-global--palette--cyan-50);
5857
+ --pf-c-alert--m-inline--m-custom--BackgroundColor: var(--pf-global--palette--cyan-50);
5945
5858
  --pf-c-alert--m-inline--m-success--BackgroundColor: var(--pf-global--palette--green-50);
5946
5859
  --pf-c-alert--m-inline--m-danger--BackgroundColor: var(--pf-global--palette--red-50);
5947
5860
  --pf-c-alert--m-inline--m-warning--BackgroundColor: var(--pf-global--palette--gold-50);
@@ -5971,6 +5884,12 @@
5971
5884
  border-top: var(--pf-c-alert--BorderTopWidth) solid var(--pf-c-alert--BorderTopColor);
5972
5885
  box-shadow: var(--pf-c-alert--BoxShadow);
5973
5886
  }
5887
+ .pf-c-alert.pf-m-custom {
5888
+ --pf-c-alert--BorderTopColor: var(--pf-c-alert--m-custom--BorderTopColor);
5889
+ --pf-c-alert__icon--Color: var(--pf-c-alert--m-custom__icon--Color);
5890
+ --pf-c-alert__title--Color: var(--pf-c-alert--m-custom__title--Color);
5891
+ --pf-c-alert--m-inline--BackgroundColor: var(--pf-c-alert--m-inline--m-custom--BackgroundColor);
5892
+ }
5974
5893
  .pf-c-alert.pf-m-success {
5975
5894
  --pf-c-alert--BorderTopColor: var(--pf-c-alert--m-success--BorderTopColor);
5976
5895
  --pf-c-alert__icon--Color: var(--pf-c-alert--m-success__icon--Color);
@@ -6094,33 +6013,10 @@
6094
6013
  --pf-global--link--Color--hover: #73bcf7;
6095
6014
  --pf-global--BackgroundColor--100: #1b1d21;
6096
6015
  }
6097
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
6098
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
6099
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
6100
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card {
6101
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
6102
- }
6103
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
6104
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
6105
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
6106
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button {
6107
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
6108
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
6109
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
6110
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
6111
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
6112
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
6113
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
6114
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
6115
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
6116
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
6117
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
6118
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
6119
- }
6120
6016
 
6121
6017
  :where(.pf-theme-dark) .pf-c-alert {
6122
6018
  --pf-c-alert--BackgroundColor: var(--pf-global--palette--black-600);
6123
- --pf-c-alert__title--Color: var(--pf-global--default-color--200);
6019
+ --pf-c-alert__title--Color: var(--pf-global--custom-color--200);
6124
6020
  --pf-c-alert--m-success__title--Color: var(--pf-global--success-color--100);
6125
6021
  --pf-c-alert--m-danger__title--Color: var(--pf-global--danger-color--100);
6126
6022
  --pf-c-alert--m-warning__title--Color: var(--pf-global--warning-color--100);
@@ -6424,29 +6320,6 @@
6424
6320
  --pf-global--link--Color--hover: #73bcf7;
6425
6321
  --pf-global--BackgroundColor--100: #1b1d21;
6426
6322
  }
6427
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
6428
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
6429
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
6430
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card {
6431
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
6432
- }
6433
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
6434
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
6435
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
6436
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button {
6437
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
6438
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
6439
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
6440
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
6441
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
6442
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
6443
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
6444
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
6445
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
6446
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
6447
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
6448
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
6449
- }
6450
6323
 
6451
6324
  :where(.pf-theme-dark) .pf-c-app-launcher {
6452
6325
  --pf-c-app-launcher__menu--BackgroundColor: var(--pf-global--BackgroundColor--300);
@@ -6848,29 +6721,6 @@
6848
6721
  --pf-global--link--Color--hover: #73bcf7;
6849
6722
  --pf-global--BackgroundColor--100: #1b1d21;
6850
6723
  }
6851
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
6852
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
6853
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
6854
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card {
6855
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
6856
- }
6857
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
6858
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
6859
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
6860
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button {
6861
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
6862
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
6863
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
6864
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
6865
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
6866
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
6867
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
6868
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
6869
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
6870
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
6871
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
6872
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
6873
- }
6874
6724
 
6875
6725
  :where(.pf-theme-dark) .pf-c-badge {
6876
6726
  --pf-c-badge--m-read--BackgroundColor: var(--pf-global--palette--black-500);
@@ -6976,29 +6826,6 @@
6976
6826
  --pf-global--link--Color--hover: #73bcf7;
6977
6827
  --pf-global--BackgroundColor--100: #1b1d21;
6978
6828
  }
6979
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
6980
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
6981
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
6982
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card {
6983
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
6984
- }
6985
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
6986
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
6987
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
6988
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button {
6989
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
6990
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
6991
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
6992
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
6993
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
6994
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
6995
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
6996
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
6997
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
6998
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
6999
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
7000
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
7001
- }
7002
6829
 
7003
6830
  :where(.pf-theme-dark) .pf-c-banner {
7004
6831
  color: var(--pf-global--Color--100);
@@ -7175,29 +7002,6 @@ button.pf-c-breadcrumb__link {
7175
7002
  --pf-global--link--Color--hover: #73bcf7;
7176
7003
  --pf-global--BackgroundColor--100: #1b1d21;
7177
7004
  }
7178
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
7179
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
7180
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
7181
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card {
7182
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
7183
- }
7184
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
7185
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
7186
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
7187
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button {
7188
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
7189
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
7190
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
7191
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
7192
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
7193
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
7194
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
7195
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
7196
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
7197
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
7198
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
7199
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
7200
- }
7201
7005
 
7202
7006
  :where(.pf-theme-dark) .pf-c-breadcrumb {
7203
7007
  --pf-c-breadcrumb__item-divider--Color: var(--pf-global--BorderColor--100);
@@ -7718,29 +7522,6 @@ button.pf-c-breadcrumb__link {
7718
7522
  --pf-global--link--Color--hover: #73bcf7;
7719
7523
  --pf-global--BackgroundColor--100: #1b1d21;
7720
7524
  }
7721
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
7722
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
7723
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
7724
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card {
7725
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
7726
- }
7727
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
7728
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
7729
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
7730
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button {
7731
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
7732
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
7733
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
7734
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
7735
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
7736
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
7737
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
7738
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
7739
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
7740
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
7741
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
7742
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
7743
- }
7744
7525
 
7745
7526
  :where(.pf-theme-dark) .pf-c-button {
7746
7527
  --pf-c-button--disabled--Color: var(--pf-global--disabled-color--300);
@@ -7987,29 +7768,6 @@ button.pf-c-breadcrumb__link {
7987
7768
  --pf-global--link--Color--hover: #73bcf7;
7988
7769
  --pf-global--BackgroundColor--100: #1b1d21;
7989
7770
  }
7990
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
7991
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
7992
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
7993
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card {
7994
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
7995
- }
7996
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
7997
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
7998
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
7999
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button {
8000
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
8001
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
8002
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
8003
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
8004
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
8005
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
8006
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
8007
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
8008
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
8009
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
8010
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
8011
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
8012
- }
8013
7771
 
8014
7772
  :where(.pf-theme-dark) .pf-c-calendar-month {
8015
7773
  --pf-c-calendar-month__dates-cell--m-current__date--BackgroundColor: var(--pf-global--palette--black-500);
@@ -8369,29 +8127,6 @@ button.pf-c-breadcrumb__link {
8369
8127
  --pf-global--link--Color--hover: #73bcf7;
8370
8128
  --pf-global--BackgroundColor--100: #1b1d21;
8371
8129
  }
8372
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
8373
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
8374
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
8375
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card {
8376
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
8377
- }
8378
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
8379
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
8380
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
8381
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button {
8382
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
8383
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
8384
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
8385
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
8386
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
8387
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
8388
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
8389
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
8390
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
8391
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
8392
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
8393
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
8394
- }
8395
8130
 
8396
8131
  :where(.pf-theme-dark) .pf-c-card,
8397
8132
  :where(.pf-theme-dark) .pf-c-card.pf-m-non-selectable-raised {
@@ -8584,29 +8319,6 @@ label.pf-c-check, .pf-c-check__label,
8584
8319
  --pf-global--link--Color--hover: #73bcf7;
8585
8320
  --pf-global--BackgroundColor--100: #1b1d21;
8586
8321
  }
8587
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
8588
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
8589
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
8590
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card {
8591
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
8592
- }
8593
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
8594
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
8595
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
8596
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button {
8597
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
8598
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
8599
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
8600
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
8601
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
8602
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
8603
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
8604
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
8605
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
8606
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
8607
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
8608
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
8609
- }
8610
8322
 
8611
8323
  :where(.pf-theme-dark) .pf-c-chip {
8612
8324
  --pf-c-chip--BackgroundColor: var(--pf-global--BackgroundColor--100);
@@ -8798,29 +8510,6 @@ label.pf-c-check, .pf-c-check__label,
8798
8510
  --pf-global--link--Color--hover: #73bcf7;
8799
8511
  --pf-global--BackgroundColor--100: #1b1d21;
8800
8512
  }
8801
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
8802
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
8803
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
8804
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card {
8805
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
8806
- }
8807
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
8808
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
8809
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
8810
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button {
8811
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
8812
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
8813
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
8814
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
8815
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
8816
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
8817
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
8818
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
8819
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
8820
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
8821
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
8822
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
8823
- }
8824
8513
 
8825
8514
  :where(.pf-theme-dark) .pf-c-clipboard-copy {
8826
8515
  --pf-c-clipboard-copy__expandable-content--BackgroundColor: var(--pf-global--BackgroundColor--400);
@@ -9020,29 +8709,6 @@ label.pf-c-check, .pf-c-check__label,
9020
8709
  --pf-global--link--Color--hover: #73bcf7;
9021
8710
  --pf-global--BackgroundColor--100: #1b1d21;
9022
8711
  }
9023
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
9024
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
9025
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
9026
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card {
9027
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
9028
- }
9029
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
9030
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
9031
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
9032
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button {
9033
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
9034
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
9035
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
9036
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
9037
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
9038
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
9039
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
9040
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
9041
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
9042
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
9043
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
9044
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
9045
- }
9046
8712
 
9047
8713
  :where(.pf-theme-dark) .pf-c-code-editor__controls > * + * {
9048
8714
  border-left: 1px solid var(--pf-global--palette--black-700);
@@ -9604,29 +9270,6 @@ label.pf-c-check, .pf-c-check__label,
9604
9270
  --pf-global--link--Color--hover: #73bcf7;
9605
9271
  --pf-global--BackgroundColor--100: #1b1d21;
9606
9272
  }
9607
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
9608
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
9609
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
9610
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card {
9611
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
9612
- }
9613
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
9614
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
9615
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
9616
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button {
9617
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
9618
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
9619
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
9620
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
9621
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
9622
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
9623
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
9624
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
9625
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
9626
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
9627
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
9628
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
9629
- }
9630
9273
 
9631
9274
  :where(.pf-theme-dark) .pf-c-context-selector {
9632
9275
  --pf-c-context-selector__menu--Top: 100%;
@@ -10494,29 +10137,6 @@ label.pf-c-check, .pf-c-check__label,
10494
10137
  --pf-global--link--Color--hover: #73bcf7;
10495
10138
  --pf-global--BackgroundColor--100: #1b1d21;
10496
10139
  }
10497
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
10498
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
10499
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
10500
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card {
10501
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
10502
- }
10503
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
10504
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
10505
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
10506
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button {
10507
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
10508
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
10509
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
10510
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
10511
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
10512
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
10513
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
10514
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
10515
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
10516
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
10517
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
10518
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
10519
- }
10520
10140
 
10521
10141
  :where(.pf-theme-dark) .pf-c-data-list {
10522
10142
  --pf-c-data-list--BorderTopColor: var(--pf-global--BorderColor--100);
@@ -12398,33 +12018,10 @@ label.pf-c-check, .pf-c-check__label,
12398
12018
  --pf-global--link--Color--hover: #73bcf7;
12399
12019
  --pf-global--BackgroundColor--100: #1b1d21;
12400
12020
  }
12401
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
12402
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
12403
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
12404
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card {
12405
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
12406
- }
12407
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
12408
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
12409
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
12410
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button {
12411
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
12412
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
12413
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
12414
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
12415
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
12416
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
12417
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
12418
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
12419
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
12420
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
12421
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
12422
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
12423
- }
12424
-
12425
- :where(.pf-theme-dark) .pf-c-date-picker {
12426
- --pf-c-date-picker__calendar--BackgroundColor: var(--pf-global--BackgroundColor--300);
12427
- --pf-c-date-picker__calendar--Top: 100%;
12021
+
12022
+ :where(.pf-theme-dark) .pf-c-date-picker {
12023
+ --pf-c-date-picker__calendar--BackgroundColor: var(--pf-global--BackgroundColor--300);
12024
+ --pf-c-date-picker__calendar--Top: 100%;
12428
12025
  }
12429
12026
 
12430
12027
  .pf-c-divider {
@@ -13552,29 +13149,6 @@ label.pf-c-check, .pf-c-check__label,
13552
13149
  --pf-global--link--Color--hover: #73bcf7;
13553
13150
  --pf-global--BackgroundColor--100: #1b1d21;
13554
13151
  }
13555
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
13556
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
13557
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
13558
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card {
13559
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
13560
- }
13561
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
13562
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
13563
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
13564
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button {
13565
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
13566
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
13567
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
13568
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
13569
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
13570
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
13571
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
13572
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
13573
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
13574
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
13575
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
13576
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
13577
- }
13578
13152
 
13579
13153
  :where(.pf-theme-dark) .pf-c-drawer {
13580
13154
  --pf-c-drawer__panel--BackgroundColor: var(--pf-global--BackgroundColor--400);
@@ -14246,29 +13820,6 @@ label.pf-c-check, .pf-c-check__label,
14246
13820
  --pf-global--link--Color--hover: #73bcf7;
14247
13821
  --pf-global--BackgroundColor--100: #1b1d21;
14248
13822
  }
14249
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
14250
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
14251
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
14252
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card {
14253
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
14254
- }
14255
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
14256
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
14257
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
14258
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button {
14259
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
14260
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
14261
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
14262
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
14263
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
14264
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
14265
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
14266
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
14267
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
14268
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
14269
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
14270
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
14271
- }
14272
13823
 
14273
13824
  :where(.pf-theme-dark) .pf-c-dropdown {
14274
13825
  --pf-c-dropdown__toggle--BackgroundColor: var(--pf-global--BackgroundColor--400);
@@ -15121,29 +14672,6 @@ label.pf-c-check, .pf-c-check__label,
15121
14672
  --pf-global--link--Color--hover: #73bcf7;
15122
14673
  --pf-global--BackgroundColor--100: #1b1d21;
15123
14674
  }
15124
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
15125
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
15126
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
15127
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card {
15128
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
15129
- }
15130
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
15131
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
15132
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
15133
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button {
15134
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
15135
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
15136
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
15137
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
15138
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
15139
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
15140
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
15141
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
15142
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
15143
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
15144
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
15145
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
15146
- }
15147
14675
 
15148
14676
  :where(.pf-theme-dark) .pf-c-form {
15149
14677
  --pf-c-form__helper-text--m-success--Color: var(--pf-global--success-color--100);
@@ -15478,29 +15006,6 @@ textarea.pf-c-form-control {
15478
15006
  --pf-global--link--Color--hover: #73bcf7;
15479
15007
  --pf-global--BackgroundColor--100: #1b1d21;
15480
15008
  }
15481
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
15482
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
15483
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
15484
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card {
15485
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
15486
- }
15487
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
15488
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
15489
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
15490
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button {
15491
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
15492
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
15493
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
15494
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
15495
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
15496
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
15497
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
15498
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
15499
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
15500
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
15501
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
15502
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
15503
- }
15504
15009
 
15505
15010
  :where(.pf-theme-dark) .pf-c-form-control {
15506
15011
  --pf-c-form-control__select--BackgroundUrl: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%23e0e0e0' d='M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z'/%3E%3C/svg%3E");
@@ -15594,29 +15099,6 @@ textarea.pf-c-form-control {
15594
15099
  --pf-global--link--Color--hover: #73bcf7;
15595
15100
  --pf-global--BackgroundColor--100: #1b1d21;
15596
15101
  }
15597
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
15598
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
15599
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
15600
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card {
15601
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
15602
- }
15603
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
15604
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
15605
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
15606
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button {
15607
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
15608
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
15609
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
15610
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
15611
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
15612
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
15613
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
15614
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
15615
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
15616
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
15617
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
15618
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
15619
- }
15620
15102
 
15621
15103
  :where(.pf-theme-dark) .pf-c-hint {
15622
15104
  --pf-c-hint--BackgroundColor: var(--pf-global--BackgroundColor--400);
@@ -15709,29 +15191,6 @@ textarea.pf-c-form-control {
15709
15191
  --pf-global--link--Color--hover: #73bcf7;
15710
15192
  --pf-global--BackgroundColor--100: #1b1d21;
15711
15193
  }
15712
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
15713
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
15714
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
15715
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card {
15716
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
15717
- }
15718
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
15719
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
15720
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
15721
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button {
15722
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
15723
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
15724
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
15725
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
15726
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
15727
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
15728
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
15729
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
15730
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
15731
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
15732
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
15733
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
15734
- }
15735
15194
 
15736
15195
  :where(.pf-theme-dark) .pf-c-helper-text {
15737
15196
  --pf-c-helper-text__item-text--m-success--Color: var(--pf-global--success-color--100);
@@ -15755,7 +15214,7 @@ textarea.pf-c-form-control {
15755
15214
  --pf-c-icon__content--m-warning--Color: var(--pf-global--warning-color--100);
15756
15215
  --pf-c-icon__content--m-success--Color: var(--pf-global--success-color--100);
15757
15216
  --pf-c-icon__content--m-info--Color: var(--pf-global--info-color--100);
15758
- --pf-c-icon__content--m-default--Color: var(--pf-global--default-color--100);
15217
+ --pf-c-icon__content--m-custom--Color: var(--pf-global--custom-color--100);
15759
15218
  --pf-c-icon__content--FontSize: var(--pf-global--icon--FontSize--md);
15760
15219
  --pf-c-icon--m-inline__content--FontSize: 1em;
15761
15220
  --pf-c-icon__content--svg--VerticalAlign: -.125em;
@@ -15846,8 +15305,8 @@ textarea.pf-c-form-control {
15846
15305
  .pf-c-icon__content.pf-m-info {
15847
15306
  --pf-c-icon__content--Color: var(--pf-c-icon__content--m-info--Color);
15848
15307
  }
15849
- .pf-c-icon__content.pf-m-default {
15850
- --pf-c-icon__content--Color: var(--pf-c-icon__content--m-default--Color);
15308
+ .pf-c-icon__content.pf-m-custom {
15309
+ --pf-c-icon__content--Color: var(--pf-c-icon__content--m-custom--Color);
15851
15310
  }
15852
15311
 
15853
15312
  .pf-c-icon__progress {
@@ -16021,29 +15480,6 @@ label.pf-c-input-group__text {
16021
15480
  --pf-global--link--Color--hover: #73bcf7;
16022
15481
  --pf-global--BackgroundColor--100: #1b1d21;
16023
15482
  }
16024
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
16025
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
16026
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
16027
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card {
16028
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
16029
- }
16030
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
16031
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
16032
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
16033
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button {
16034
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
16035
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
16036
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
16037
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
16038
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
16039
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
16040
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
16041
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
16042
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
16043
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
16044
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
16045
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
16046
- }
16047
15483
 
16048
15484
  :where(.pf-theme-dark) .pf-c-input-group {
16049
15485
  --pf-c-input-group__item--BorderLeftWidth: var(--pf-c-input-group__item--BorderWidth--base);
@@ -16396,11 +15832,11 @@ label.pf-c-input-group__text {
16396
15832
  --pf-c-label--m-outline--m-purple__content--link--hover--before--BorderColor: var(--pf-global--BorderColor--100);
16397
15833
  --pf-c-label--m-outline--m-purple__content--link--focus--before--BorderColor: var(--pf-global--BorderColor--100);
16398
15834
  --pf-c-label--m-cyan--BackgroundColor: var(--pf-global--palette--cyan-50);
16399
- --pf-c-label--m-cyan__icon--Color: var(--pf-global--default-color--200);
16400
- --pf-c-label--m-cyan__content--Color: var(--pf-global--default-color--300);
15835
+ --pf-c-label--m-cyan__icon--Color: var(--pf-global--custom-color--200);
15836
+ --pf-c-label--m-cyan__content--Color: var(--pf-global--custom-color--300);
16401
15837
  --pf-c-label--m-cyan__content--before--BorderColor: var(--pf-global--palette--cyan-100);
16402
- --pf-c-label--m-cyan__content--link--hover--before--BorderColor: var(--pf-global--default-color--200);
16403
- --pf-c-label--m-cyan__content--link--focus--before--BorderColor: var(--pf-global--default-color--200);
15838
+ --pf-c-label--m-cyan__content--link--hover--before--BorderColor: var(--pf-global--custom-color--200);
15839
+ --pf-c-label--m-cyan__content--link--focus--before--BorderColor: var(--pf-global--custom-color--200);
16404
15840
  --pf-c-label--m-outline--m-cyan__content--Color: var(--pf-global--palette--cyan-400);
16405
15841
  --pf-c-label--m-outline--m-cyan__content--before--BorderColor: var(--pf-global--BorderColor--100);
16406
15842
  --pf-c-label--m-outline--m-cyan__content--link--hover--before--BorderColor: var(--pf-global--BorderColor--100);
@@ -16741,29 +16177,6 @@ button.pf-c-label__content:focus {
16741
16177
  --pf-global--link--Color--hover: #73bcf7;
16742
16178
  --pf-global--BackgroundColor--100: #1b1d21;
16743
16179
  }
16744
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
16745
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
16746
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
16747
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card {
16748
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
16749
- }
16750
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
16751
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
16752
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
16753
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button {
16754
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
16755
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
16756
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
16757
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
16758
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
16759
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
16760
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
16761
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
16762
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
16763
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
16764
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
16765
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
16766
- }
16767
16180
 
16768
16181
  :where(.pf-theme-dark) .pf-c-label {
16769
16182
  --pf-c-label--BackgroundColor: var(--pf-global--BackgroundColor--300);
@@ -16802,8 +16215,8 @@ button.pf-c-label__content:focus {
16802
16215
  --pf-c-label--m-outline--m-purple__content--link--hover--before--BorderColor: var(--pf-global--palette--purple-100);
16803
16216
  --pf-c-label--m-outline--m-purple__content--link--focus--before--BorderColor: var(--pf-global--palette--purple-100);
16804
16217
  --pf-c-label--m-outline--m-purple__content--Color: var(--pf-global--palette--purple-300);
16805
- --pf-c-label--m-cyan__content--Color: var(--pf-global--default-color--200);
16806
- --pf-c-label--m-outline--m-cyan__content--Color: var(--pf-global--default-color--200);
16218
+ --pf-c-label--m-cyan__content--Color: var(--pf-global--custom-color--200);
16219
+ --pf-c-label--m-outline--m-cyan__content--Color: var(--pf-global--custom-color--200);
16807
16220
  --pf-c-label--m-outline--m-cyan__content--before--BorderColor: var(--pf-global--palette--cyan-100);
16808
16221
  --pf-c-label--m-outline--m-cyan__content--link--hover--before--BorderColor: var(--pf-global--palette--cyan-100);
16809
16222
  --pf-c-label--m-outline--m-cyan__content--link--focus--before--BorderColor: var(--pf-global--palette--cyan-100);
@@ -17212,29 +16625,6 @@ ul.pf-c-list {
17212
16625
  --pf-global--link--Color--hover: #73bcf7;
17213
16626
  --pf-global--BackgroundColor--100: #1b1d21;
17214
16627
  }
17215
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
17216
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
17217
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
17218
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card {
17219
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
17220
- }
17221
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
17222
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
17223
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
17224
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button {
17225
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
17226
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
17227
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
17228
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
17229
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
17230
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
17231
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
17232
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
17233
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
17234
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
17235
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
17236
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
17237
- }
17238
16628
 
17239
16629
  :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main {
17240
16630
  color: var(--pf-global--Color--100);
@@ -17519,29 +16909,6 @@ ul.pf-c-list {
17519
16909
  --pf-global--link--Color--hover: #73bcf7;
17520
16910
  --pf-global--BackgroundColor--100: #1b1d21;
17521
16911
  }
17522
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
17523
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
17524
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
17525
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card {
17526
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
17527
- }
17528
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
17529
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
17530
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
17531
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-button {
17532
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
17533
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
17534
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
17535
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
17536
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
17537
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
17538
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
17539
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
17540
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
17541
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
17542
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
17543
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
17544
- }
17545
16912
 
17546
16913
  :where(.pf-theme-dark) .pf-c-login__header,
17547
16914
  :where(.pf-theme-dark) .pf-c-login__footer {
@@ -18180,29 +17547,6 @@ ul.pf-c-list {
18180
17547
  --pf-global--link--Color--hover: #73bcf7;
18181
17548
  --pf-global--BackgroundColor--100: #1b1d21;
18182
17549
  }
18183
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
18184
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
18185
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
18186
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card {
18187
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
18188
- }
18189
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
18190
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
18191
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
18192
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-button {
18193
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
18194
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
18195
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
18196
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
18197
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
18198
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
18199
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
18200
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
18201
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
18202
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
18203
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
18204
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
18205
- }
18206
17550
 
18207
17551
  :where(.pf-theme-dark) .pf-c-masthead {
18208
17552
  --pf-c-masthead--BackgroundColor: var(--pf-global--palette--black-1000);
@@ -18788,29 +18132,6 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
18788
18132
  --pf-global--link--Color--hover: #73bcf7;
18789
18133
  --pf-global--BackgroundColor--100: #1b1d21;
18790
18134
  }
18791
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
18792
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
18793
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
18794
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card {
18795
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
18796
- }
18797
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
18798
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
18799
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
18800
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button {
18801
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
18802
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
18803
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
18804
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
18805
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
18806
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
18807
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
18808
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
18809
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
18810
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
18811
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
18812
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
18813
- }
18814
18135
 
18815
18136
  :where(.pf-theme-dark) .pf-c-menu {
18816
18137
  --pf-c-menu--BackgroundColor: var(--pf-global--BackgroundColor--300);
@@ -19231,29 +18552,6 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
19231
18552
  --pf-global--link--Color--hover: #73bcf7;
19232
18553
  --pf-global--BackgroundColor--100: #1b1d21;
19233
18554
  }
19234
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
19235
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
19236
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
19237
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card {
19238
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
19239
- }
19240
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
19241
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
19242
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
19243
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button {
19244
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
19245
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
19246
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
19247
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
19248
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
19249
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
19250
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
19251
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
19252
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
19253
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
19254
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
19255
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
19256
- }
19257
18555
 
19258
18556
  :where(.pf-theme-dark) .pf-c-menu-toggle {
19259
18557
  --pf-c-menu-toggle--BackgroundColor: var(--pf-global--BackgroundColor--400);
@@ -19293,7 +18591,7 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
19293
18591
  --pf-c-modal-box--m-warning__title-icon--Color: var(--pf-global--warning-color--100);
19294
18592
  --pf-c-modal-box--m-success__title-icon--Color: var(--pf-global--success-color--100);
19295
18593
  --pf-c-modal-box--m-info__title-icon--Color: var(--pf-global--info-color--100);
19296
- --pf-c-modal-box--m-default__title-icon--Color: var(--pf-global--default-color--200);
18594
+ --pf-c-modal-box--m-custom__title-icon--Color: var(--pf-global--custom-color--200);
19297
18595
  --pf-c-modal-box__header--PaddingTop: var(--pf-global--spacer--lg);
19298
18596
  --pf-c-modal-box__header--PaddingRight: var(--pf-global--spacer--lg);
19299
18597
  --pf-c-modal-box__header--PaddingLeft: var(--pf-global--spacer--lg);
@@ -19358,8 +18656,8 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
19358
18656
  .pf-c-modal-box.pf-m-success {
19359
18657
  --pf-c-modal-box__title-icon--Color: var(--pf-c-modal-box--m-success__title-icon--Color);
19360
18658
  }
19361
- .pf-c-modal-box.pf-m-default {
19362
- --pf-c-modal-box__title-icon--Color: var(--pf-c-modal-box--m-default__title-icon--Color);
18659
+ .pf-c-modal-box.pf-m-custom {
18660
+ --pf-c-modal-box__title-icon--Color: var(--pf-c-modal-box--m-custom__title-icon--Color);
19363
18661
  }
19364
18662
  .pf-c-modal-box.pf-m-info {
19365
18663
  --pf-c-modal-box__title-icon--Color: var(--pf-c-modal-box--m-info__title-icon--Color);
@@ -19470,29 +18768,6 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
19470
18768
  --pf-global--link--Color--hover: #73bcf7;
19471
18769
  --pf-global--BackgroundColor--100: #1b1d21;
19472
18770
  }
19473
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
19474
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
19475
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
19476
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card {
19477
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
19478
- }
19479
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
19480
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
19481
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
19482
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button {
19483
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
19484
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
19485
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
19486
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
19487
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
19488
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
19489
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
19490
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
19491
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
19492
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
19493
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
19494
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
19495
- }
19496
18771
 
19497
18772
  :where(.pf-theme-dark) .pf-c-modal-box {
19498
18773
  --pf-c-modal-box--BackgroundColor: var(--pf-global--BackgroundColor--300);
@@ -20620,29 +19895,6 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
20620
19895
  --pf-global--link--Color--hover: #73bcf7;
20621
19896
  --pf-global--BackgroundColor--100: #1b1d21;
20622
19897
  }
20623
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
20624
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
20625
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
20626
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card {
20627
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
20628
- }
20629
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
20630
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
20631
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
20632
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button {
20633
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
20634
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
20635
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
20636
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
20637
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
20638
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
20639
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
20640
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
20641
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
20642
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
20643
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
20644
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
20645
- }
20646
19898
 
20647
19899
  :where(.pf-theme-dark) .pf-c-nav {
20648
19900
  --pf-c-nav__item--item__link--after--Top: -1px;
@@ -20790,29 +20042,6 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
20790
20042
  --pf-global--link--Color--hover: #73bcf7;
20791
20043
  --pf-global--BackgroundColor--100: #1b1d21;
20792
20044
  }
20793
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
20794
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
20795
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
20796
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card {
20797
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
20798
- }
20799
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
20800
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
20801
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
20802
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button {
20803
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
20804
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
20805
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
20806
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
20807
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
20808
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
20809
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
20810
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
20811
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
20812
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
20813
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
20814
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
20815
- }
20816
20045
 
20817
20046
  :where(.pf-theme-dark) .pf-c-notification-badge {
20818
20047
  --pf-c-notification-badge--m-read--m-expanded--after--BackgroundColor: var(--pf-global--BackgroundColor--400);
@@ -20852,8 +20081,8 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
20852
20081
  --pf-c-notification-drawer__list-item--m-danger__list-item--before--BackgroundColor: var(--pf-global--danger-color--100);
20853
20082
  --pf-c-notification-drawer__list-item--m-success__list-item-header-icon--Color: var(--pf-global--success-color--100);
20854
20083
  --pf-c-notification-drawer__list-item--m-success__list-item--before--BackgroundColor: var(--pf-global--success-color--100);
20855
- --pf-c-notification-drawer__list-item--m-default__list-item-header-icon--Color: var(--pf-global--default-color--200);
20856
- --pf-c-notification-drawer__list-item--m-default__list-item--before--BackgroundColor: var(--pf-global--default-color--200);
20084
+ --pf-c-notification-drawer__list-item--m-custom__list-item-header-icon--Color: var(--pf-global--custom-color--200);
20085
+ --pf-c-notification-drawer__list-item--m-custom__list-item--before--BackgroundColor: var(--pf-global--custom-color--200);
20857
20086
  --pf-c-notification-drawer__list-item--m-read--BackgroundColor: var(--pf-global--BackgroundColor--200);
20858
20087
  --pf-c-notification-drawer__list-item--m-read--BorderBottomColor: var(--pf-global--BorderColor--100);
20859
20088
  --pf-c-notification-drawer__list-item--m-read--before--Top: calc(var(--pf-c-notification-drawer__list-item--BorderBottomWidth) * -1);
@@ -20968,9 +20197,9 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
20968
20197
  --pf-c-notification-drawer__list-item--before--BackgroundColor: var(--pf-c-notification-drawer__list-item--m-success__list-item--before--BackgroundColor);
20969
20198
  --pf-c-notification-drawer__list-item-header-icon--Color: var(--pf-c-notification-drawer__list-item--m-success__list-item-header-icon--Color);
20970
20199
  }
20971
- .pf-c-notification-drawer__list-item.pf-m-default {
20972
- --pf-c-notification-drawer__list-item--before--BackgroundColor: var(--pf-c-notification-drawer__list-item--m-default__list-item--before--BackgroundColor);
20973
- --pf-c-notification-drawer__list-item-header-icon--Color: var(--pf-c-notification-drawer__list-item--m-default__list-item-header-icon--Color);
20200
+ .pf-c-notification-drawer__list-item.pf-m-custom {
20201
+ --pf-c-notification-drawer__list-item--before--BackgroundColor: var(--pf-c-notification-drawer__list-item--m-custom__list-item--before--BackgroundColor);
20202
+ --pf-c-notification-drawer__list-item-header-icon--Color: var(--pf-c-notification-drawer__list-item--m-custom__list-item-header-icon--Color);
20974
20203
  }
20975
20204
  .pf-c-notification-drawer__list-item.pf-m-read {
20976
20205
  --pf-c-notification-drawer__list-item--BorderBottomColor: var(--pf-c-notification-drawer__list-item--m-read--BorderBottomColor);
@@ -21094,30 +20323,7 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
21094
20323
  --pf-global--primary-color--100: #1fa7f8;
21095
20324
  --pf-global--link--Color: #1fa7f8;
21096
20325
  --pf-global--link--Color--hover: #73bcf7;
21097
- --pf-global--BackgroundColor--100: #1b1d21;
21098
- }
21099
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
21100
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
21101
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
21102
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card {
21103
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
21104
- }
21105
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
21106
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
21107
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
21108
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button {
21109
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
21110
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
21111
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
21112
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
21113
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
21114
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
21115
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
21116
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
21117
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
21118
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
21119
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
21120
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
20326
+ --pf-global--BackgroundColor--100: #1b1d21;
21121
20327
  }
21122
20328
 
21123
20329
  :where(.pf-theme-dark) .pf-c-notification-drawer {
@@ -21393,29 +20599,6 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
21393
20599
  --pf-global--link--Color--hover: #73bcf7;
21394
20600
  --pf-global--BackgroundColor--100: #1b1d21;
21395
20601
  }
21396
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
21397
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
21398
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
21399
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card {
21400
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
21401
- }
21402
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
21403
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
21404
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
21405
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button {
21406
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
21407
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
21408
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
21409
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
21410
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
21411
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
21412
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
21413
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
21414
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
21415
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
21416
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
21417
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
21418
- }
21419
20602
 
21420
20603
  :where(.pf-theme-dark) .pf-c-options-menu {
21421
20604
  --pf-c-options-menu__toggle--BackgroundColor: var(--pf-global--BackgroundColor--400);
@@ -22375,29 +21558,6 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
22375
21558
  --pf-global--link--Color--hover: #73bcf7;
22376
21559
  --pf-global--BackgroundColor--100: #1b1d21;
22377
21560
  }
22378
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
22379
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
22380
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
22381
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card {
22382
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
22383
- }
22384
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
22385
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
22386
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
22387
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button {
22388
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
22389
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
22390
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
22391
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
22392
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
22393
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
22394
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
22395
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
22396
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
22397
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
22398
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
22399
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
22400
- }
22401
21561
 
22402
21562
  :where(.pf-theme-dark) .pf-c-page {
22403
21563
  --pf-c-page__main-section--BackgroundColor: var(--pf-global--BackgroundColor--200);
@@ -22839,29 +21999,6 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
22839
21999
  --pf-global--link--Color--hover: #73bcf7;
22840
22000
  --pf-global--BackgroundColor--100: #1b1d21;
22841
22001
  }
22842
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
22843
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
22844
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
22845
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card {
22846
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
22847
- }
22848
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
22849
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
22850
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
22851
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-button {
22852
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
22853
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
22854
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
22855
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
22856
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
22857
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
22858
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
22859
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
22860
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
22861
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
22862
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
22863
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
22864
- }
22865
22002
 
22866
22003
  :where(.pf-theme-dark) .pf-c-pagination {
22867
22004
  --pf-c-pagination--m-sticky--BackgroundColor: var(--pf-global--BackgroundColor--300);
@@ -22955,12 +22092,12 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
22955
22092
  --pf-c-popover--m-warning__title-icon--Color: var(--pf-global--warning-color--100);
22956
22093
  --pf-c-popover--m-success__title-icon--Color: var(--pf-global--success-color--100);
22957
22094
  --pf-c-popover--m-info__title-icon--Color: var(--pf-global--info-color--100);
22958
- --pf-c-popover--m-default__title-icon--Color: var(--pf-global--default-color--200);
22095
+ --pf-c-popover--m-custom__title-icon--Color: var(--pf-global--custom-color--200);
22959
22096
  --pf-c-popover--m-danger__title-text--Color: var(--pf-global--danger-color--200);
22960
22097
  --pf-c-popover--m-warning__title-text--Color: var(--pf-global--warning-color--200);
22961
22098
  --pf-c-popover--m-success__title-text--Color: var(--pf-global--success-color--200);
22962
22099
  --pf-c-popover--m-info__title-text--Color: var(--pf-global--info-color--200);
22963
- --pf-c-popover--m-default__title-text--Color: var(--pf-global--default-color--300);
22100
+ --pf-c-popover--m-custom__title-text--Color: var(--pf-global--custom-color--300);
22964
22101
  --pf-c-popover__content--BackgroundColor: var(--pf-global--BackgroundColor--100);
22965
22102
  --pf-c-popover__content--PaddingTop: var(--pf-global--spacer--md);
22966
22103
  --pf-c-popover__content--PaddingRight: var(--pf-global--spacer--md);
@@ -23055,9 +22192,9 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
23055
22192
  --pf-c-popover__title-icon--Color: var(--pf-c-popover--m-success__title-icon--Color);
23056
22193
  --pf-c-popover__title-text--Color: var(--pf-c-popover--m-success__title-text--Color);
23057
22194
  }
23058
- .pf-c-popover.pf-m-default {
23059
- --pf-c-popover__title-icon--Color: var(--pf-c-popover--m-default__title-icon--Color);
23060
- --pf-c-popover__title-text--Color: var(--pf-c-popover--m-default__title-text--Color);
22195
+ .pf-c-popover.pf-m-custom {
22196
+ --pf-c-popover__title-icon--Color: var(--pf-c-popover--m-custom__title-icon--Color);
22197
+ --pf-c-popover__title-text--Color: var(--pf-c-popover--m-custom__title-text--Color);
23061
22198
  }
23062
22199
  .pf-c-popover.pf-m-info {
23063
22200
  --pf-c-popover__title-icon--Color: var(--pf-c-popover--m-info__title-icon--Color);
@@ -23130,34 +22267,11 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
23130
22267
  --pf-global--link--Color--hover: #73bcf7;
23131
22268
  --pf-global--BackgroundColor--100: #1b1d21;
23132
22269
  }
23133
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
23134
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
23135
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
23136
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card {
23137
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
23138
- }
23139
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
23140
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
23141
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
23142
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-button {
23143
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
23144
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
23145
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
23146
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
23147
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
23148
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
23149
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
23150
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
23151
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
23152
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
23153
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
23154
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
23155
- }
23156
22270
 
23157
22271
  :where(.pf-theme-dark) .pf-c-popover {
23158
22272
  --pf-c-popover__content--BackgroundColor: var(--pf-global--BackgroundColor--300);
23159
22273
  --pf-c-popover__arrow--BackgroundColor: var(--pf-global--BackgroundColor--300);
23160
- --pf-c-popover--m-default__title-text--Color: var(--pf-global--default-color--200);
22274
+ --pf-c-popover--m-default__title-text--Color: var(--pf-global--custom-color--200);
23161
22275
  --pf-c-popover--m-info__title-text--Color: var(--pf-global--info-color--100);
23162
22276
  --pf-c-popover--m-success__title-text--Color: var(--pf-global--success-color--100);
23163
22277
  }
@@ -23341,29 +22455,6 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
23341
22455
  --pf-global--link--Color--hover: #73bcf7;
23342
22456
  --pf-global--BackgroundColor--100: #1b1d21;
23343
22457
  }
23344
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
23345
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
23346
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
23347
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card {
23348
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
23349
- }
23350
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
23351
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
23352
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
23353
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-button {
23354
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
23355
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
23356
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
23357
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
23358
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
23359
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
23360
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
23361
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
23362
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
23363
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
23364
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
23365
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
23366
- }
23367
22458
 
23368
22459
  :where(.pf-theme-dark) .pf-c-progress {
23369
22460
  --pf-c-progress--m-inside__measure--Color: var(--pf-global--palette--black-900);
@@ -24246,29 +23337,6 @@ label.pf-c-radio, .pf-c-radio__label,
24246
23337
  --pf-global--link--Color--hover: #73bcf7;
24247
23338
  --pf-global--BackgroundColor--100: #1b1d21;
24248
23339
  }
24249
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
24250
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
24251
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
24252
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card {
24253
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
24254
- }
24255
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
24256
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
24257
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
24258
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-button {
24259
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
24260
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
24261
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
24262
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
24263
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
24264
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
24265
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
24266
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
24267
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
24268
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
24269
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
24270
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
24271
- }
24272
23340
 
24273
23341
  :where(.pf-theme-dark) .pf-c-search-input {
24274
23342
  --pf-c-search-input__text--before--BorderColor: transparent;
@@ -24863,29 +23931,6 @@ label.pf-c-radio, .pf-c-radio__label,
24863
23931
  --pf-global--link--Color--hover: #73bcf7;
24864
23932
  --pf-global--BackgroundColor--100: #1b1d21;
24865
23933
  }
24866
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
24867
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
24868
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
24869
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card {
24870
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
24871
- }
24872
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
24873
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
24874
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
24875
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-button {
24876
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
24877
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
24878
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
24879
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
24880
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
24881
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
24882
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
24883
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
24884
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
24885
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
24886
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
24887
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
24888
- }
24889
23934
 
24890
23935
  :where(.pf-theme-dark) .pf-c-select {
24891
23936
  --pf-c-select__toggle--disabled--BackgroundColor: var(--pf-global--palette--black-500);
@@ -25316,29 +24361,6 @@ label.pf-c-radio, .pf-c-radio__label,
25316
24361
  --pf-global--link--Color--hover: #73bcf7;
25317
24362
  --pf-global--BackgroundColor--100: #1b1d21;
25318
24363
  }
25319
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
25320
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
25321
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
25322
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card {
25323
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
25324
- }
25325
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
25326
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
25327
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
25328
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-button {
25329
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
25330
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
25331
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
25332
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
25333
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
25334
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
25335
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
25336
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
25337
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
25338
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
25339
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
25340
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
25341
- }
25342
24364
 
25343
24365
  :where(.pf-theme-dark) .pf-c-simple-list {
25344
24366
  --pf-c-simple-list__item-link--m-current--Color: var(--pf-global--active-color--100);
@@ -25524,29 +24546,6 @@ label.pf-c-radio, .pf-c-radio__label,
25524
24546
  --pf-global--link--Color--hover: #73bcf7;
25525
24547
  --pf-global--BackgroundColor--100: #1b1d21;
25526
24548
  }
25527
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
25528
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
25529
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
25530
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card {
25531
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
25532
- }
25533
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
25534
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
25535
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
25536
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-button {
25537
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
25538
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
25539
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
25540
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
25541
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
25542
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
25543
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
25544
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
25545
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
25546
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
25547
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
25548
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
25549
- }
25550
24549
 
25551
24550
  :where(.pf-theme-dark) .pf-c-skeleton {
25552
24551
  --pf-c-skeleton--BackgroundColor: var(--pf-global--palette--black-600);
@@ -26137,29 +25136,6 @@ svg.pf-c-spinner.pf-m-xl {
26137
25136
  --pf-global--link--Color--hover: #73bcf7;
26138
25137
  --pf-global--BackgroundColor--100: #1b1d21;
26139
25138
  }
26140
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
26141
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
26142
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
26143
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card {
26144
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
26145
- }
26146
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
26147
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
26148
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
26149
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-button {
26150
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
26151
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
26152
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
26153
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
26154
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
26155
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
26156
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
26157
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
26158
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
26159
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
26160
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
26161
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
26162
- }
26163
25139
 
26164
25140
  :where(.pf-theme-dark) .pf-c-switch {
26165
25141
  --pf-c-switch__toggle-icon--Color: var(--pf-global--BackgroundColor--100);
@@ -28860,29 +27836,6 @@ svg.pf-c-spinner.pf-m-xl {
28860
27836
  --pf-global--link--Color--hover: #73bcf7;
28861
27837
  --pf-global--BackgroundColor--100: #1b1d21;
28862
27838
  }
28863
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
28864
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
28865
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
28866
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card {
28867
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
28868
- }
28869
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
28870
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
28871
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
28872
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-button {
28873
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
28874
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
28875
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
28876
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
28877
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
28878
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
28879
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
28880
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
28881
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
28882
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
28883
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
28884
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
28885
- }
28886
27839
 
28887
27840
  :where(.pf-theme-dark) .pf-c-table {
28888
27841
  --pf-c-table--m-striped__tr--BackgroundColor: var(--pf-global--BackgroundColor--150);
@@ -30598,29 +29551,6 @@ svg.pf-c-spinner.pf-m-xl {
30598
29551
  --pf-global--link--Color--hover: #73bcf7;
30599
29552
  --pf-global--BackgroundColor--100: #1b1d21;
30600
29553
  }
30601
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
30602
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
30603
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
30604
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card {
30605
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
30606
- }
30607
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
30608
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
30609
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
30610
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-button {
30611
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
30612
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
30613
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
30614
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
30615
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
30616
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
30617
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
30618
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
30619
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
30620
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
30621
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
30622
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
30623
- }
30624
29554
 
30625
29555
  :where(.pf-theme-dark) .pf-c-tabs {
30626
29556
  --pf-c-tabs__scroll-button--BackgroundColor: transparent;
@@ -30932,29 +29862,6 @@ svg.pf-c-spinner.pf-m-xl {
30932
29862
  --pf-global--link--Color--hover: #73bcf7;
30933
29863
  --pf-global--BackgroundColor--100: #1b1d21;
30934
29864
  }
30935
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
30936
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
30937
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
30938
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card {
30939
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
30940
- }
30941
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
30942
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
30943
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
30944
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-button {
30945
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
30946
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
30947
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
30948
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
30949
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
30950
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
30951
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
30952
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
30953
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
30954
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
30955
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
30956
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
30957
- }
30958
29865
 
30959
29866
  :where(.pf-theme-dark) .pf-c-tile {
30960
29867
  --pf-c-tile--m-disabled--BackgroundColor: var(--pf-global--disabled-color--200);
@@ -31168,29 +30075,6 @@ svg.pf-c-spinner.pf-m-xl {
31168
30075
  --pf-global--link--Color--hover: #73bcf7;
31169
30076
  --pf-global--BackgroundColor--100: #1b1d21;
31170
30077
  }
31171
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
31172
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
31173
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
31174
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card {
31175
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
31176
- }
31177
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
31178
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
31179
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
31180
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-button {
31181
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
31182
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
31183
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
31184
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
31185
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
31186
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
31187
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
31188
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
31189
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
31190
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
31191
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
31192
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
31193
- }
31194
30078
 
31195
30079
  :where(.pf-theme-dark) .pf-c-toggle-group {
31196
30080
  --pf-c-toggle-group__button--hover--BackgroundColor: var(--pf-global--palette--black-700);
@@ -31299,29 +30183,6 @@ svg.pf-c-spinner.pf-m-xl {
31299
30183
  --pf-global--link--Color--hover: #73bcf7;
31300
30184
  --pf-global--BackgroundColor--100: #1b1d21;
31301
30185
  }
31302
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
31303
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
31304
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
31305
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card {
31306
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
31307
- }
31308
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
31309
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
31310
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
31311
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-button {
31312
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
31313
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
31314
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
31315
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
31316
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
31317
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
31318
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
31319
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
31320
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
31321
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
31322
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
31323
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
31324
- }
31325
30186
 
31326
30187
  :where(.pf-theme-dark) .pf-c-tooltip {
31327
30188
  --pf-c-tooltip__content--BackgroundColor: var(--pf-global--BackgroundColor--300);
@@ -31858,29 +30719,6 @@ label.pf-c-tree-view__node-text {
31858
30719
  --pf-global--link--Color--hover: #73bcf7;
31859
30720
  --pf-global--BackgroundColor--100: #1b1d21;
31860
30721
  }
31861
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
31862
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
31863
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
31864
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card {
31865
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
31866
- }
31867
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
31868
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
31869
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
31870
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-button {
31871
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
31872
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
31873
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
31874
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
31875
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
31876
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
31877
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
31878
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
31879
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
31880
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
31881
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
31882
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
31883
- }
31884
30722
 
31885
30723
  :where(.pf-theme-dark) .pf-c-tree-view {
31886
30724
  --pf-c-tree-view__node--hover--BackgroundColor: var(--pf-global--BackgroundColor--300);
@@ -32388,29 +31226,6 @@ label.pf-c-tree-view__node-text {
32388
31226
  --pf-global--link--Color--hover: #73bcf7;
32389
31227
  --pf-global--BackgroundColor--100: #1b1d21;
32390
31228
  }
32391
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
32392
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
32393
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
32394
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card {
32395
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
32396
- }
32397
- :where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
32398
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
32399
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
32400
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-button {
32401
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
32402
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
32403
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
32404
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
32405
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
32406
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
32407
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
32408
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
32409
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
32410
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
32411
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
32412
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
32413
- }
32414
31229
 
32415
31230
  :where(.pf-theme-dark) .pf-c-wizard {
32416
31231
  --pf-c-wizard__header--BackgroundColor: var(--pf-global--palette--black-1000);