@patternfly/patternfly
Version:
Assets, source, tooling, and content for PatternFly 4
1,875 lines (1,751 loc) • 204 kB
CSS
.pf-v5-u-screen-reader {
position: fixed;
inset-block-start: 0;
inset-inline-start: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}
.pf-v5-u-visible {
position: static;
overflow: visible;
clip: auto;
white-space: normal;
border: inherit;
}
.pf-v5-u-hidden {
display: none !important;
}
@media screen and (min-width: 576px) {
.pf-v5-u-screen-reader-on-sm {
position: fixed;
inset-block-start: 0;
inset-inline-start: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}
}
@media screen and (min-width: 576px) {
.pf-v5-u-visible-on-sm {
position: static;
overflow: visible;
clip: auto;
white-space: normal;
border: inherit;
}
}
@media screen and (min-width: 576px) {
.pf-v5-u-hidden-on-sm {
display: none !important;
}
}
@media screen and (min-width: 768px) {
.pf-v5-u-screen-reader-on-md {
position: fixed;
inset-block-start: 0;
inset-inline-start: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}
}
@media screen and (min-width: 768px) {
.pf-v5-u-visible-on-md {
position: static;
overflow: visible;
clip: auto;
white-space: normal;
border: inherit;
}
}
@media screen and (min-width: 768px) {
.pf-v5-u-hidden-on-md {
display: none !important;
}
}
@media screen and (min-width: 992px) {
.pf-v5-u-screen-reader-on-lg {
position: fixed;
inset-block-start: 0;
inset-inline-start: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}
}
@media screen and (min-width: 992px) {
.pf-v5-u-visible-on-lg {
position: static;
overflow: visible;
clip: auto;
white-space: normal;
border: inherit;
}
}
@media screen and (min-width: 992px) {
.pf-v5-u-hidden-on-lg {
display: none !important;
}
}
@media screen and (min-width: 1200px) {
.pf-v5-u-screen-reader-on-xl {
position: fixed;
inset-block-start: 0;
inset-inline-start: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}
}
@media screen and (min-width: 1200px) {
.pf-v5-u-visible-on-xl {
position: static;
overflow: visible;
clip: auto;
white-space: normal;
border: inherit;
}
}
@media screen and (min-width: 1200px) {
.pf-v5-u-hidden-on-xl {
display: none !important;
}
}
@media screen and (min-width: 1450px) {
.pf-v5-u-screen-reader-on-2xl {
position: fixed;
inset-block-start: 0;
inset-inline-start: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}
}
@media screen and (min-width: 1450px) {
.pf-v5-u-visible-on-2xl {
position: static;
overflow: visible;
clip: auto;
white-space: normal;
border: inherit;
}
}
@media screen and (min-width: 1450px) {
.pf-v5-u-hidden-on-2xl {
display: none !important;
}
}
.pf-v5-u-text-align-left {
text-align: left !important;
}
.pf-v5-u-text-align-center {
text-align: center !important;
}
.pf-v5-u-text-align-right {
text-align: right !important;
}
.pf-v5-u-text-align-justify {
text-align: justify !important;
}
@media screen and (min-width: 576px) {
.pf-v5-u-text-align-left-on-sm {
text-align: left !important;
}
.pf-v5-u-text-align-center-on-sm {
text-align: center !important;
}
.pf-v5-u-text-align-right-on-sm {
text-align: right !important;
}
.pf-v5-u-text-align-justify-on-sm {
text-align: justify !important;
}
}
@media screen and (min-width: 768px) {
.pf-v5-u-text-align-left-on-md {
text-align: left !important;
}
.pf-v5-u-text-align-center-on-md {
text-align: center !important;
}
.pf-v5-u-text-align-right-on-md {
text-align: right !important;
}
.pf-v5-u-text-align-justify-on-md {
text-align: justify !important;
}
}
@media screen and (min-width: 992px) {
.pf-v5-u-text-align-left-on-lg {
text-align: left !important;
}
.pf-v5-u-text-align-center-on-lg {
text-align: center !important;
}
.pf-v5-u-text-align-right-on-lg {
text-align: right !important;
}
.pf-v5-u-text-align-justify-on-lg {
text-align: justify !important;
}
}
@media screen and (min-width: 1200px) {
.pf-v5-u-text-align-left-on-xl {
text-align: left !important;
}
.pf-v5-u-text-align-center-on-xl {
text-align: center !important;
}
.pf-v5-u-text-align-right-on-xl {
text-align: right !important;
}
.pf-v5-u-text-align-justify-on-xl {
text-align: justify !important;
}
}
@media screen and (min-width: 1450px) {
.pf-v5-u-text-align-left-on-2xl {
text-align: left !important;
}
.pf-v5-u-text-align-center-on-2xl {
text-align: center !important;
}
.pf-v5-u-text-align-right-on-2xl {
text-align: right !important;
}
.pf-v5-u-text-align-justify-on-2xl {
text-align: justify !important;
}
}
.pf-v5-u-background-color-100 {
background-color: var(--pf-v5-global--BackgroundColor--100) !important;
}
.pf-v5-u-background-color-200 {
background-color: var(--pf-v5-global--BackgroundColor--200) !important;
}
.pf-v5-u-background-color-active-color-100 {
background-color: var(--pf-v5-global--active-color--100) !important;
}
.pf-v5-u-background-color-active-color-300 {
background-color: var(--pf-v5-global--active-color--300) !important;
}
.pf-v5-u-background-color-primary-color-200 {
background-color: var(--pf-v5-global--primary-color--200) !important;
}
.pf-v5-u-background-color-dark-100 {
background-color: var(--pf-v5-global--BackgroundColor--dark-100) !important;
}
.pf-v5-u-background-color-dark-200 {
background-color: var(--pf-v5-global--BackgroundColor--dark-200) !important;
}
.pf-v5-u-background-color-dark-300 {
background-color: var(--pf-v5-global--BackgroundColor--dark-300) !important;
}
.pf-v5-u-background-color-dark-400 {
background-color: var(--pf-v5-global--BackgroundColor--dark-400) !important;
}
.pf-v5-u-background-color-disabled-color-200 {
background-color: var(--pf-v5-global--disabled-color--200) !important;
}
.pf-v5-u-background-color-disabled-color-300 {
background-color: var(--pf-v5-global--disabled-color--300) !important;
}
.pf-v5-u-background-color-default {
background-color: var(--pf-v5-global--palette--cyan-50) !important;
}
.pf-v5-u-background-color-success {
background-color: var(--pf-v5-global--palette--green-50) !important;
}
.pf-v5-u-background-color-info {
background-color: var(--pf-v5-global--palette--blue-50) !important;
}
.pf-v5-u-background-color-warning {
background-color: var(--pf-v5-global--palette--gold-50) !important;
}
.pf-v5-u-background-color-danger {
background-color: var(--pf-v5-global--palette--red-50) !important;
}
@media screen and (min-width: 576px) {
.pf-v5-u-background-color-100-on-sm {
background-color: var(--pf-v5-global--BackgroundColor--100) !important;
}
.pf-v5-u-background-color-200-on-sm {
background-color: var(--pf-v5-global--BackgroundColor--200) !important;
}
.pf-v5-u-background-color-active-color-100-on-sm {
background-color: var(--pf-v5-global--active-color--100) !important;
}
.pf-v5-u-background-color-active-color-300-on-sm {
background-color: var(--pf-v5-global--active-color--300) !important;
}
.pf-v5-u-background-color-primary-color-200-on-sm {
background-color: var(--pf-v5-global--primary-color--200) !important;
}
.pf-v5-u-background-color-dark-100-on-sm {
background-color: var(--pf-v5-global--BackgroundColor--dark-100) !important;
}
.pf-v5-u-background-color-dark-200-on-sm {
background-color: var(--pf-v5-global--BackgroundColor--dark-200) !important;
}
.pf-v5-u-background-color-dark-300-on-sm {
background-color: var(--pf-v5-global--BackgroundColor--dark-300) !important;
}
.pf-v5-u-background-color-dark-400-on-sm {
background-color: var(--pf-v5-global--BackgroundColor--dark-400) !important;
}
.pf-v5-u-background-color-disabled-color-200-on-sm {
background-color: var(--pf-v5-global--disabled-color--200) !important;
}
.pf-v5-u-background-color-disabled-color-300-on-sm {
background-color: var(--pf-v5-global--disabled-color--300) !important;
}
.pf-v5-u-background-color-default-on-sm {
background-color: var(--pf-v5-global--palette--cyan-50) !important;
}
.pf-v5-u-background-color-success-on-sm {
background-color: var(--pf-v5-global--palette--green-50) !important;
}
.pf-v5-u-background-color-info-on-sm {
background-color: var(--pf-v5-global--palette--blue-50) !important;
}
.pf-v5-u-background-color-warning-on-sm {
background-color: var(--pf-v5-global--palette--gold-50) !important;
}
.pf-v5-u-background-color-danger-on-sm {
background-color: var(--pf-v5-global--palette--red-50) !important;
}
}
@media screen and (min-width: 768px) {
.pf-v5-u-background-color-100-on-md {
background-color: var(--pf-v5-global--BackgroundColor--100) !important;
}
.pf-v5-u-background-color-200-on-md {
background-color: var(--pf-v5-global--BackgroundColor--200) !important;
}
.pf-v5-u-background-color-active-color-100-on-md {
background-color: var(--pf-v5-global--active-color--100) !important;
}
.pf-v5-u-background-color-active-color-300-on-md {
background-color: var(--pf-v5-global--active-color--300) !important;
}
.pf-v5-u-background-color-primary-color-200-on-md {
background-color: var(--pf-v5-global--primary-color--200) !important;
}
.pf-v5-u-background-color-dark-100-on-md {
background-color: var(--pf-v5-global--BackgroundColor--dark-100) !important;
}
.pf-v5-u-background-color-dark-200-on-md {
background-color: var(--pf-v5-global--BackgroundColor--dark-200) !important;
}
.pf-v5-u-background-color-dark-300-on-md {
background-color: var(--pf-v5-global--BackgroundColor--dark-300) !important;
}
.pf-v5-u-background-color-dark-400-on-md {
background-color: var(--pf-v5-global--BackgroundColor--dark-400) !important;
}
.pf-v5-u-background-color-disabled-color-200-on-md {
background-color: var(--pf-v5-global--disabled-color--200) !important;
}
.pf-v5-u-background-color-disabled-color-300-on-md {
background-color: var(--pf-v5-global--disabled-color--300) !important;
}
.pf-v5-u-background-color-default-on-md {
background-color: var(--pf-v5-global--palette--cyan-50) !important;
}
.pf-v5-u-background-color-success-on-md {
background-color: var(--pf-v5-global--palette--green-50) !important;
}
.pf-v5-u-background-color-info-on-md {
background-color: var(--pf-v5-global--palette--blue-50) !important;
}
.pf-v5-u-background-color-warning-on-md {
background-color: var(--pf-v5-global--palette--gold-50) !important;
}
.pf-v5-u-background-color-danger-on-md {
background-color: var(--pf-v5-global--palette--red-50) !important;
}
}
@media screen and (min-width: 992px) {
.pf-v5-u-background-color-100-on-lg {
background-color: var(--pf-v5-global--BackgroundColor--100) !important;
}
.pf-v5-u-background-color-200-on-lg {
background-color: var(--pf-v5-global--BackgroundColor--200) !important;
}
.pf-v5-u-background-color-active-color-100-on-lg {
background-color: var(--pf-v5-global--active-color--100) !important;
}
.pf-v5-u-background-color-active-color-300-on-lg {
background-color: var(--pf-v5-global--active-color--300) !important;
}
.pf-v5-u-background-color-primary-color-200-on-lg {
background-color: var(--pf-v5-global--primary-color--200) !important;
}
.pf-v5-u-background-color-dark-100-on-lg {
background-color: var(--pf-v5-global--BackgroundColor--dark-100) !important;
}
.pf-v5-u-background-color-dark-200-on-lg {
background-color: var(--pf-v5-global--BackgroundColor--dark-200) !important;
}
.pf-v5-u-background-color-dark-300-on-lg {
background-color: var(--pf-v5-global--BackgroundColor--dark-300) !important;
}
.pf-v5-u-background-color-dark-400-on-lg {
background-color: var(--pf-v5-global--BackgroundColor--dark-400) !important;
}
.pf-v5-u-background-color-disabled-color-200-on-lg {
background-color: var(--pf-v5-global--disabled-color--200) !important;
}
.pf-v5-u-background-color-disabled-color-300-on-lg {
background-color: var(--pf-v5-global--disabled-color--300) !important;
}
.pf-v5-u-background-color-default-on-lg {
background-color: var(--pf-v5-global--palette--cyan-50) !important;
}
.pf-v5-u-background-color-success-on-lg {
background-color: var(--pf-v5-global--palette--green-50) !important;
}
.pf-v5-u-background-color-info-on-lg {
background-color: var(--pf-v5-global--palette--blue-50) !important;
}
.pf-v5-u-background-color-warning-on-lg {
background-color: var(--pf-v5-global--palette--gold-50) !important;
}
.pf-v5-u-background-color-danger-on-lg {
background-color: var(--pf-v5-global--palette--red-50) !important;
}
}
@media screen and (min-width: 1200px) {
.pf-v5-u-background-color-100-on-xl {
background-color: var(--pf-v5-global--BackgroundColor--100) !important;
}
.pf-v5-u-background-color-200-on-xl {
background-color: var(--pf-v5-global--BackgroundColor--200) !important;
}
.pf-v5-u-background-color-active-color-100-on-xl {
background-color: var(--pf-v5-global--active-color--100) !important;
}
.pf-v5-u-background-color-active-color-300-on-xl {
background-color: var(--pf-v5-global--active-color--300) !important;
}
.pf-v5-u-background-color-primary-color-200-on-xl {
background-color: var(--pf-v5-global--primary-color--200) !important;
}
.pf-v5-u-background-color-dark-100-on-xl {
background-color: var(--pf-v5-global--BackgroundColor--dark-100) !important;
}
.pf-v5-u-background-color-dark-200-on-xl {
background-color: var(--pf-v5-global--BackgroundColor--dark-200) !important;
}
.pf-v5-u-background-color-dark-300-on-xl {
background-color: var(--pf-v5-global--BackgroundColor--dark-300) !important;
}
.pf-v5-u-background-color-dark-400-on-xl {
background-color: var(--pf-v5-global--BackgroundColor--dark-400) !important;
}
.pf-v5-u-background-color-disabled-color-200-on-xl {
background-color: var(--pf-v5-global--disabled-color--200) !important;
}
.pf-v5-u-background-color-disabled-color-300-on-xl {
background-color: var(--pf-v5-global--disabled-color--300) !important;
}
.pf-v5-u-background-color-default-on-xl {
background-color: var(--pf-v5-global--palette--cyan-50) !important;
}
.pf-v5-u-background-color-success-on-xl {
background-color: var(--pf-v5-global--palette--green-50) !important;
}
.pf-v5-u-background-color-info-on-xl {
background-color: var(--pf-v5-global--palette--blue-50) !important;
}
.pf-v5-u-background-color-warning-on-xl {
background-color: var(--pf-v5-global--palette--gold-50) !important;
}
.pf-v5-u-background-color-danger-on-xl {
background-color: var(--pf-v5-global--palette--red-50) !important;
}
}
@media screen and (min-width: 1450px) {
.pf-v5-u-background-color-100-on-2xl {
background-color: var(--pf-v5-global--BackgroundColor--100) !important;
}
.pf-v5-u-background-color-200-on-2xl {
background-color: var(--pf-v5-global--BackgroundColor--200) !important;
}
.pf-v5-u-background-color-active-color-100-on-2xl {
background-color: var(--pf-v5-global--active-color--100) !important;
}
.pf-v5-u-background-color-active-color-300-on-2xl {
background-color: var(--pf-v5-global--active-color--300) !important;
}
.pf-v5-u-background-color-primary-color-200-on-2xl {
background-color: var(--pf-v5-global--primary-color--200) !important;
}
.pf-v5-u-background-color-dark-100-on-2xl {
background-color: var(--pf-v5-global--BackgroundColor--dark-100) !important;
}
.pf-v5-u-background-color-dark-200-on-2xl {
background-color: var(--pf-v5-global--BackgroundColor--dark-200) !important;
}
.pf-v5-u-background-color-dark-300-on-2xl {
background-color: var(--pf-v5-global--BackgroundColor--dark-300) !important;
}
.pf-v5-u-background-color-dark-400-on-2xl {
background-color: var(--pf-v5-global--BackgroundColor--dark-400) !important;
}
.pf-v5-u-background-color-disabled-color-200-on-2xl {
background-color: var(--pf-v5-global--disabled-color--200) !important;
}
.pf-v5-u-background-color-disabled-color-300-on-2xl {
background-color: var(--pf-v5-global--disabled-color--300) !important;
}
.pf-v5-u-background-color-default-on-2xl {
background-color: var(--pf-v5-global--palette--cyan-50) !important;
}
.pf-v5-u-background-color-success-on-2xl {
background-color: var(--pf-v5-global--palette--green-50) !important;
}
.pf-v5-u-background-color-info-on-2xl {
background-color: var(--pf-v5-global--palette--blue-50) !important;
}
.pf-v5-u-background-color-warning-on-2xl {
background-color: var(--pf-v5-global--palette--gold-50) !important;
}
.pf-v5-u-background-color-danger-on-2xl {
background-color: var(--pf-v5-global--palette--red-50) !important;
}
}
:where(.pf-v5-theme-dark) .pf-v5-u-background-color-default {
background-color: var(--pf-v5-global--BackgroundColor--100) !important;
}
:where(.pf-v5-theme-dark) .pf-v5-u-background-color-success {
background-color: var(--pf-v5-global--BackgroundColor--100) !important;
}
:where(.pf-v5-theme-dark) .pf-v5-u-background-color-info {
background-color: var(--pf-v5-global--BackgroundColor--100) !important;
}
:where(.pf-v5-theme-dark) .pf-v5-u-background-color-warning {
background-color: var(--pf-v5-global--BackgroundColor--100) !important;
}
:where(.pf-v5-theme-dark) .pf-v5-u-background-color-danger {
background-color: var(--pf-v5-global--BackgroundColor--100) !important;
}
@media screen and (min-width: 576px) {
:where(.pf-v5-theme-dark) .pf-v5-u-background-color-default-on-sm {
background-color: var(--pf-v5-global--BackgroundColor--100) !important;
}
:where(.pf-v5-theme-dark) .pf-v5-u-background-color-success-on-sm {
background-color: var(--pf-v5-global--BackgroundColor--100) !important;
}
:where(.pf-v5-theme-dark) .pf-v5-u-background-color-info-on-sm {
background-color: var(--pf-v5-global--BackgroundColor--100) !important;
}
:where(.pf-v5-theme-dark) .pf-v5-u-background-color-warning-on-sm {
background-color: var(--pf-v5-global--BackgroundColor--100) !important;
}
:where(.pf-v5-theme-dark) .pf-v5-u-background-color-danger-on-sm {
background-color: var(--pf-v5-global--BackgroundColor--100) !important;
}
}
@media screen and (min-width: 768px) {
:where(.pf-v5-theme-dark) .pf-v5-u-background-color-default-on-md {
background-color: var(--pf-v5-global--BackgroundColor--100) !important;
}
:where(.pf-v5-theme-dark) .pf-v5-u-background-color-success-on-md {
background-color: var(--pf-v5-global--BackgroundColor--100) !important;
}
:where(.pf-v5-theme-dark) .pf-v5-u-background-color-info-on-md {
background-color: var(--pf-v5-global--BackgroundColor--100) !important;
}
:where(.pf-v5-theme-dark) .pf-v5-u-background-color-warning-on-md {
background-color: var(--pf-v5-global--BackgroundColor--100) !important;
}
:where(.pf-v5-theme-dark) .pf-v5-u-background-color-danger-on-md {
background-color: var(--pf-v5-global--BackgroundColor--100) !important;
}
}
@media screen and (min-width: 992px) {
:where(.pf-v5-theme-dark) .pf-v5-u-background-color-default-on-lg {
background-color: var(--pf-v5-global--BackgroundColor--100) !important;
}
:where(.pf-v5-theme-dark) .pf-v5-u-background-color-success-on-lg {
background-color: var(--pf-v5-global--BackgroundColor--100) !important;
}
:where(.pf-v5-theme-dark) .pf-v5-u-background-color-info-on-lg {
background-color: var(--pf-v5-global--BackgroundColor--100) !important;
}
:where(.pf-v5-theme-dark) .pf-v5-u-background-color-warning-on-lg {
background-color: var(--pf-v5-global--BackgroundColor--100) !important;
}
:where(.pf-v5-theme-dark) .pf-v5-u-background-color-danger-on-lg {
background-color: var(--pf-v5-global--BackgroundColor--100) !important;
}
}
@media screen and (min-width: 1200px) {
:where(.pf-v5-theme-dark) .pf-v5-u-background-color-default-on-xl {
background-color: var(--pf-v5-global--BackgroundColor--100) !important;
}
:where(.pf-v5-theme-dark) .pf-v5-u-background-color-success-on-xl {
background-color: var(--pf-v5-global--BackgroundColor--100) !important;
}
:where(.pf-v5-theme-dark) .pf-v5-u-background-color-info-on-xl {
background-color: var(--pf-v5-global--BackgroundColor--100) !important;
}
:where(.pf-v5-theme-dark) .pf-v5-u-background-color-warning-on-xl {
background-color: var(--pf-v5-global--BackgroundColor--100) !important;
}
:where(.pf-v5-theme-dark) .pf-v5-u-background-color-danger-on-xl {
background-color: var(--pf-v5-global--BackgroundColor--100) !important;
}
}
@media screen and (min-width: 1450px) {
:where(.pf-v5-theme-dark) .pf-v5-u-background-color-default-on-2xl {
background-color: var(--pf-v5-global--BackgroundColor--100) !important;
}
:where(.pf-v5-theme-dark) .pf-v5-u-background-color-success-on-2xl {
background-color: var(--pf-v5-global--BackgroundColor--100) !important;
}
:where(.pf-v5-theme-dark) .pf-v5-u-background-color-info-on-2xl {
background-color: var(--pf-v5-global--BackgroundColor--100) !important;
}
:where(.pf-v5-theme-dark) .pf-v5-u-background-color-warning-on-2xl {
background-color: var(--pf-v5-global--BackgroundColor--100) !important;
}
:where(.pf-v5-theme-dark) .pf-v5-u-background-color-danger-on-2xl {
background-color: var(--pf-v5-global--BackgroundColor--100) !important;
}
}
.pf-v5-u-box-shadow-sm {
box-shadow: var(--pf-v5-global--BoxShadow--sm) !important;
}
.pf-v5-u-box-shadow-sm-top {
box-shadow: var(--pf-v5-global--BoxShadow--sm-top) !important;
}
.pf-v5-u-box-shadow-sm-right {
box-shadow: var(--pf-v5-global--BoxShadow--sm-right) !important;
}
.pf-v5-u-box-shadow-sm-bottom {
box-shadow: var(--pf-v5-global--BoxShadow--sm-bottom) !important;
}
.pf-v5-u-box-shadow-sm-left {
box-shadow: var(--pf-v5-global--BoxShadow--sm-left) !important;
}
.pf-v5-u-box-shadow-md {
box-shadow: var(--pf-v5-global--BoxShadow--md) !important;
}
.pf-v5-u-box-shadow-md-top {
box-shadow: var(--pf-v5-global--BoxShadow--md-top) !important;
}
.pf-v5-u-box-shadow-md-right {
box-shadow: var(--pf-v5-global--BoxShadow--md-right) !important;
}
.pf-v5-u-box-shadow-md-bottom {
box-shadow: var(--pf-v5-global--BoxShadow--md-bottom) !important;
}
.pf-v5-u-box-shadow-md-left {
box-shadow: var(--pf-v5-global--BoxShadow--md-left) !important;
}
.pf-v5-u-box-shadow-lg {
box-shadow: var(--pf-v5-global--BoxShadow--lg) !important;
}
.pf-v5-u-box-shadow-lg-top {
box-shadow: var(--pf-v5-global--BoxShadow--lg-top) !important;
}
.pf-v5-u-box-shadow-lg-right {
box-shadow: var(--pf-v5-global--BoxShadow--lg-right) !important;
}
.pf-v5-u-box-shadow-lg-bottom {
box-shadow: var(--pf-v5-global--BoxShadow--lg-bottom) !important;
}
.pf-v5-u-box-shadow-lg-left {
box-shadow: var(--pf-v5-global--BoxShadow--lg-left) !important;
}
.pf-v5-u-box-shadow-xl {
box-shadow: var(--pf-v5-global--BoxShadow--xl) !important;
}
.pf-v5-u-box-shadow-xl-top {
box-shadow: var(--pf-v5-global--BoxShadow--xl-top) !important;
}
.pf-v5-u-box-shadow-xl-right {
box-shadow: var(--pf-v5-global--BoxShadow--xl-right) !important;
}
.pf-v5-u-box-shadow-xl-bottom {
box-shadow: var(--pf-v5-global--BoxShadow--xl-bottom) !important;
}
.pf-v5-u-box-shadow-xl-left {
box-shadow: var(--pf-v5-global--BoxShadow--xl-left) !important;
}
.pf-v5-u-box-shadow-inset {
box-shadow: var(--pf-v5-global--BoxShadow--inset) !important;
}
.pf-v5-u-display-none {
display: none !important;
}
.pf-v5-u-display-inline-block {
display: inline-block !important;
}
.pf-v5-u-display-block {
display: block !important;
}
.pf-v5-u-display-inline {
display: inline !important;
}
.pf-v5-u-display-table {
display: table !important;
}
.pf-v5-u-display-table-cell {
display: table-cell !important;
}
.pf-v5-u-display-table-row {
display: table-row !important;
}
.pf-v5-u-display-flex {
display: flex !important;
}
.pf-v5-u-display-inline-flex {
display: inline-flex !important;
}
.pf-v5-u-display-grid {
display: grid !important;
}
.pf-v5-u-display-inline-grid {
display: inline-grid !important;
}
@media screen and (min-width: 576px) {
.pf-v5-u-display-none-on-sm {
display: none !important;
}
.pf-v5-u-display-inline-block-on-sm {
display: inline-block !important;
}
.pf-v5-u-display-block-on-sm {
display: block !important;
}
.pf-v5-u-display-inline-on-sm {
display: inline !important;
}
.pf-v5-u-display-table-on-sm {
display: table !important;
}
.pf-v5-u-display-table-cell-on-sm {
display: table-cell !important;
}
.pf-v5-u-display-table-row-on-sm {
display: table-row !important;
}
.pf-v5-u-display-flex-on-sm {
display: flex !important;
}
.pf-v5-u-display-inline-flex-on-sm {
display: inline-flex !important;
}
.pf-v5-u-display-grid-on-sm {
display: grid !important;
}
.pf-v5-u-display-inline-grid-on-sm {
display: inline-grid !important;
}
}
@media screen and (min-width: 768px) {
.pf-v5-u-display-none-on-md {
display: none !important;
}
.pf-v5-u-display-inline-block-on-md {
display: inline-block !important;
}
.pf-v5-u-display-block-on-md {
display: block !important;
}
.pf-v5-u-display-inline-on-md {
display: inline !important;
}
.pf-v5-u-display-table-on-md {
display: table !important;
}
.pf-v5-u-display-table-cell-on-md {
display: table-cell !important;
}
.pf-v5-u-display-table-row-on-md {
display: table-row !important;
}
.pf-v5-u-display-flex-on-md {
display: flex !important;
}
.pf-v5-u-display-inline-flex-on-md {
display: inline-flex !important;
}
.pf-v5-u-display-grid-on-md {
display: grid !important;
}
.pf-v5-u-display-inline-grid-on-md {
display: inline-grid !important;
}
}
@media screen and (min-width: 992px) {
.pf-v5-u-display-none-on-lg {
display: none !important;
}
.pf-v5-u-display-inline-block-on-lg {
display: inline-block !important;
}
.pf-v5-u-display-block-on-lg {
display: block !important;
}
.pf-v5-u-display-inline-on-lg {
display: inline !important;
}
.pf-v5-u-display-table-on-lg {
display: table !important;
}
.pf-v5-u-display-table-cell-on-lg {
display: table-cell !important;
}
.pf-v5-u-display-table-row-on-lg {
display: table-row !important;
}
.pf-v5-u-display-flex-on-lg {
display: flex !important;
}
.pf-v5-u-display-inline-flex-on-lg {
display: inline-flex !important;
}
.pf-v5-u-display-grid-on-lg {
display: grid !important;
}
.pf-v5-u-display-inline-grid-on-lg {
display: inline-grid !important;
}
}
@media screen and (min-width: 1200px) {
.pf-v5-u-display-none-on-xl {
display: none !important;
}
.pf-v5-u-display-inline-block-on-xl {
display: inline-block !important;
}
.pf-v5-u-display-block-on-xl {
display: block !important;
}
.pf-v5-u-display-inline-on-xl {
display: inline !important;
}
.pf-v5-u-display-table-on-xl {
display: table !important;
}
.pf-v5-u-display-table-cell-on-xl {
display: table-cell !important;
}
.pf-v5-u-display-table-row-on-xl {
display: table-row !important;
}
.pf-v5-u-display-flex-on-xl {
display: flex !important;
}
.pf-v5-u-display-inline-flex-on-xl {
display: inline-flex !important;
}
.pf-v5-u-display-grid-on-xl {
display: grid !important;
}
.pf-v5-u-display-inline-grid-on-xl {
display: inline-grid !important;
}
}
@media screen and (min-width: 1450px) {
.pf-v5-u-display-none-on-2xl {
display: none !important;
}
.pf-v5-u-display-inline-block-on-2xl {
display: inline-block !important;
}
.pf-v5-u-display-block-on-2xl {
display: block !important;
}
.pf-v5-u-display-inline-on-2xl {
display: inline !important;
}
.pf-v5-u-display-table-on-2xl {
display: table !important;
}
.pf-v5-u-display-table-cell-on-2xl {
display: table-cell !important;
}
.pf-v5-u-display-table-row-on-2xl {
display: table-row !important;
}
.pf-v5-u-display-flex-on-2xl {
display: flex !important;
}
.pf-v5-u-display-inline-flex-on-2xl {
display: inline-flex !important;
}
.pf-v5-u-display-grid-on-2xl {
display: grid !important;
}
.pf-v5-u-display-inline-grid-on-2xl {
display: inline-grid !important;
}
}
.pf-v5-u-flex-direction-column {
flex-direction: column !important;
}
.pf-v5-u-flex-direction-column-reverse {
flex-direction: column-reverse !important;
}
.pf-v5-u-flex-direction-row {
flex-direction: row !important;
}
.pf-v5-u-flex-direction-row-reverse {
flex-direction: row-reverse !important;
}
@media screen and (min-width: 576px) {
.pf-v5-u-flex-direction-column-on-sm {
flex-direction: column !important;
}
.pf-v5-u-flex-direction-column-reverse-on-sm {
flex-direction: column-reverse !important;
}
.pf-v5-u-flex-direction-row-on-sm {
flex-direction: row !important;
}
.pf-v5-u-flex-direction-row-reverse-on-sm {
flex-direction: row-reverse !important;
}
}
@media screen and (min-width: 768px) {
.pf-v5-u-flex-direction-column-on-md {
flex-direction: column !important;
}
.pf-v5-u-flex-direction-column-reverse-on-md {
flex-direction: column-reverse !important;
}
.pf-v5-u-flex-direction-row-on-md {
flex-direction: row !important;
}
.pf-v5-u-flex-direction-row-reverse-on-md {
flex-direction: row-reverse !important;
}
}
@media screen and (min-width: 992px) {
.pf-v5-u-flex-direction-column-on-lg {
flex-direction: column !important;
}
.pf-v5-u-flex-direction-column-reverse-on-lg {
flex-direction: column-reverse !important;
}
.pf-v5-u-flex-direction-row-on-lg {
flex-direction: row !important;
}
.pf-v5-u-flex-direction-row-reverse-on-lg {
flex-direction: row-reverse !important;
}
}
@media screen and (min-width: 1200px) {
.pf-v5-u-flex-direction-column-on-xl {
flex-direction: column !important;
}
.pf-v5-u-flex-direction-column-reverse-on-xl {
flex-direction: column-reverse !important;
}
.pf-v5-u-flex-direction-row-on-xl {
flex-direction: row !important;
}
.pf-v5-u-flex-direction-row-reverse-on-xl {
flex-direction: row-reverse !important;
}
}
@media screen and (min-width: 1450px) {
.pf-v5-u-flex-direction-column-on-2xl {
flex-direction: column !important;
}
.pf-v5-u-flex-direction-column-reverse-on-2xl {
flex-direction: column-reverse !important;
}
.pf-v5-u-flex-direction-row-on-2xl {
flex-direction: row !important;
}
.pf-v5-u-flex-direction-row-reverse-on-2xl {
flex-direction: row-reverse !important;
}
}
.pf-v5-u-flex-wrap {
flex-wrap: wrap !important;
}
.pf-v5-u-flex-nowrap {
flex-wrap: nowrap !important;
}
.pf-v5-u-flex-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
@media screen and (min-width: 576px) {
.pf-v5-u-flex-wrap-on-sm {
flex-wrap: wrap !important;
}
.pf-v5-u-flex-nowrap-on-sm {
flex-wrap: nowrap !important;
}
.pf-v5-u-flex-wrap-reverse-on-sm {
flex-wrap: wrap-reverse !important;
}
}
@media screen and (min-width: 768px) {
.pf-v5-u-flex-wrap-on-md {
flex-wrap: wrap !important;
}
.pf-v5-u-flex-nowrap-on-md {
flex-wrap: nowrap !important;
}
.pf-v5-u-flex-wrap-reverse-on-md {
flex-wrap: wrap-reverse !important;
}
}
@media screen and (min-width: 992px) {
.pf-v5-u-flex-wrap-on-lg {
flex-wrap: wrap !important;
}
.pf-v5-u-flex-nowrap-on-lg {
flex-wrap: nowrap !important;
}
.pf-v5-u-flex-wrap-reverse-on-lg {
flex-wrap: wrap-reverse !important;
}
}
@media screen and (min-width: 1200px) {
.pf-v5-u-flex-wrap-on-xl {
flex-wrap: wrap !important;
}
.pf-v5-u-flex-nowrap-on-xl {
flex-wrap: nowrap !important;
}
.pf-v5-u-flex-wrap-reverse-on-xl {
flex-wrap: wrap-reverse !important;
}
}
@media screen and (min-width: 1450px) {
.pf-v5-u-flex-wrap-on-2xl {
flex-wrap: wrap !important;
}
.pf-v5-u-flex-nowrap-on-2xl {
flex-wrap: nowrap !important;
}
.pf-v5-u-flex-wrap-reverse-on-2xl {
flex-wrap: wrap-reverse !important;
}
}
.pf-v5-u-align-items-flex-start {
align-items: flex-start !important;
}
.pf-v5-u-align-items-flex-end {
align-items: flex-end !important;
}
.pf-v5-u-align-items-center {
align-items: center !important;
}
.pf-v5-u-align-items-baseline {
align-items: baseline !important;
}
.pf-v5-u-align-items-stretch {
align-items: stretch !important;
}
@media screen and (min-width: 576px) {
.pf-v5-u-align-items-flex-start-on-sm {
align-items: flex-start !important;
}
.pf-v5-u-align-items-flex-end-on-sm {
align-items: flex-end !important;
}
.pf-v5-u-align-items-center-on-sm {
align-items: center !important;
}
.pf-v5-u-align-items-baseline-on-sm {
align-items: baseline !important;
}
.pf-v5-u-align-items-stretch-on-sm {
align-items: stretch !important;
}
}
@media screen and (min-width: 768px) {
.pf-v5-u-align-items-flex-start-on-md {
align-items: flex-start !important;
}
.pf-v5-u-align-items-flex-end-on-md {
align-items: flex-end !important;
}
.pf-v5-u-align-items-center-on-md {
align-items: center !important;
}
.pf-v5-u-align-items-baseline-on-md {
align-items: baseline !important;
}
.pf-v5-u-align-items-stretch-on-md {
align-items: stretch !important;
}
}
@media screen and (min-width: 992px) {
.pf-v5-u-align-items-flex-start-on-lg {
align-items: flex-start !important;
}
.pf-v5-u-align-items-flex-end-on-lg {
align-items: flex-end !important;
}
.pf-v5-u-align-items-center-on-lg {
align-items: center !important;
}
.pf-v5-u-align-items-baseline-on-lg {
align-items: baseline !important;
}
.pf-v5-u-align-items-stretch-on-lg {
align-items: stretch !important;
}
}
@media screen and (min-width: 1200px) {
.pf-v5-u-align-items-flex-start-on-xl {
align-items: flex-start !important;
}
.pf-v5-u-align-items-flex-end-on-xl {
align-items: flex-end !important;
}
.pf-v5-u-align-items-center-on-xl {
align-items: center !important;
}
.pf-v5-u-align-items-baseline-on-xl {
align-items: baseline !important;
}
.pf-v5-u-align-items-stretch-on-xl {
align-items: stretch !important;
}
}
@media screen and (min-width: 1450px) {
.pf-v5-u-align-items-flex-start-on-2xl {
align-items: flex-start !important;
}
.pf-v5-u-align-items-flex-end-on-2xl {
align-items: flex-end !important;
}
.pf-v5-u-align-items-center-on-2xl {
align-items: center !important;
}
.pf-v5-u-align-items-baseline-on-2xl {
align-items: baseline !important;
}
.pf-v5-u-align-items-stretch-on-2xl {
align-items: stretch !important;
}
}
.pf-v5-u-align-self-flex-start {
align-self: flex-start !important;
}
.pf-v5-u-align-self-flex-end {
align-self: flex-end !important;
}
.pf-v5-u-align-self-center {
align-self: center !important;
}
.pf-v5-u-align-self-baseline {
align-self: baseline !important;
}
.pf-v5-u-align-self-stretch {
align-self: stretch !important;
}
@media screen and (min-width: 576px) {
.pf-v5-u-align-self-flex-start-on-sm {
align-self: flex-start !important;
}
.pf-v5-u-align-self-flex-end-on-sm {
align-self: flex-end !important;
}
.pf-v5-u-align-self-center-on-sm {
align-self: center !important;
}
.pf-v5-u-align-self-baseline-on-sm {
align-self: baseline !important;
}
.pf-v5-u-align-self-stretch-on-sm {
align-self: stretch !important;
}
}
@media screen and (min-width: 768px) {
.pf-v5-u-align-self-flex-start-on-md {
align-self: flex-start !important;
}
.pf-v5-u-align-self-flex-end-on-md {
align-self: flex-end !important;
}
.pf-v5-u-align-self-center-on-md {
align-self: center !important;
}
.pf-v5-u-align-self-baseline-on-md {
align-self: baseline !important;
}
.pf-v5-u-align-self-stretch-on-md {
align-self: stretch !important;
}
}
@media screen and (min-width: 992px) {
.pf-v5-u-align-self-flex-start-on-lg {
align-self: flex-start !important;
}
.pf-v5-u-align-self-flex-end-on-lg {
align-self: flex-end !important;
}
.pf-v5-u-align-self-center-on-lg {
align-self: center !important;
}
.pf-v5-u-align-self-baseline-on-lg {
align-self: baseline !important;
}
.pf-v5-u-align-self-stretch-on-lg {
align-self: stretch !important;
}
}
@media screen and (min-width: 1200px) {
.pf-v5-u-align-self-flex-start-on-xl {
align-self: flex-start !important;
}
.pf-v5-u-align-self-flex-end-on-xl {
align-self: flex-end !important;
}
.pf-v5-u-align-self-center-on-xl {
align-self: center !important;
}
.pf-v5-u-align-self-baseline-on-xl {
align-self: baseline !important;
}
.pf-v5-u-align-self-stretch-on-xl {
align-self: stretch !important;
}
}
@media screen and (min-width: 1450px) {
.pf-v5-u-align-self-flex-start-on-2xl {
align-self: flex-start !important;
}
.pf-v5-u-align-self-flex-end-on-2xl {
align-self: flex-end !important;
}
.pf-v5-u-align-self-center-on-2xl {
align-self: center !important;
}
.pf-v5-u-align-self-baseline-on-2xl {
align-self: baseline !important;
}
.pf-v5-u-align-self-stretch-on-2xl {
align-self: stretch !important;
}
}
.pf-v5-u-align-content-flex-start {
align-content: flex-start !important;
}
.pf-v5-u-align-content-flex-end {
align-content: flex-end !important;
}
.pf-v5-u-align-content-center {
align-content: center !important;
}
.pf-v5-u-align-content-space-between {
align-content: space-between !important;
}
.pf-v5-u-align-content-space-around {
align-content: space-around !important;
}
.pf-v5-u-align-content-stretch {
align-content: stretch !important;
}
@media screen and (min-width: 576px) {
.pf-v5-u-align-content-flex-start-on-sm {
align-content: flex-start !important;
}
.pf-v5-u-align-content-flex-end-on-sm {
align-content: flex-end !important;
}
.pf-v5-u-align-content-center-on-sm {
align-content: center !important;
}
.pf-v5-u-align-content-space-between-on-sm {
align-content: space-between !important;
}
.pf-v5-u-align-content-space-around-on-sm {
align-content: space-around !important;
}
.pf-v5-u-align-content-stretch-on-sm {
align-content: stretch !important;
}
}
@media screen and (min-width: 768px) {
.pf-v5-u-align-content-flex-start-on-md {
align-content: flex-start !important;
}
.pf-v5-u-align-content-flex-end-on-md {
align-content: flex-end !important;
}
.pf-v5-u-align-content-center-on-md {
align-content: center !important;
}
.pf-v5-u-align-content-space-between-on-md {
align-content: space-between !important;
}
.pf-v5-u-align-content-space-around-on-md {
align-content: space-around !important;
}
.pf-v5-u-align-content-stretch-on-md {
align-content: stretch !important;
}
}
@media screen and (min-width: 992px) {
.pf-v5-u-align-content-flex-start-on-lg {
align-content: flex-start !important;
}
.pf-v5-u-align-content-flex-end-on-lg {
align-content: flex-end !important;
}
.pf-v5-u-align-content-center-on-lg {
align-content: center !important;
}
.pf-v5-u-align-content-space-between-on-lg {
align-content: space-between !important;
}
.pf-v5-u-align-content-space-around-on-lg {
align-content: space-around !important;
}
.pf-v5-u-align-content-stretch-on-lg {
align-content: stretch !important;
}
}
@media screen and (min-width: 1200px) {
.pf-v5-u-align-content-flex-start-on-xl {
align-content: flex-start !important;
}
.pf-v5-u-align-content-flex-end-on-xl {
align-content: flex-end !important;
}
.pf-v5-u-align-content-center-on-xl {
align-content: center !important;
}
.pf-v5-u-align-content-space-between-on-xl {
align-content: space-between !important;
}
.pf-v5-u-align-content-space-around-on-xl {
align-content: space-around !important;
}
.pf-v5-u-align-content-stretch-on-xl {
align-content: stretch !important;
}
}
@media screen and (min-width: 1450px) {
.pf-v5-u-align-content-flex-start-on-2xl {
align-content: flex-start !important;
}
.pf-v5-u-align-content-flex-end-on-2xl {
align-content: flex-end !important;
}
.pf-v5-u-align-content-center-on-2xl {
align-content: center !important;
}
.pf-v5-u-align-content-space-between-on-2xl {
align-content: space-between !important;
}
.pf-v5-u-align-content-space-around-on-2xl {
align-content: space-around !important;
}
.pf-v5-u-align-content-stretch-on-2xl {
align-content: stretch !important;
}
}
.pf-v5-u-justify-content-flex-start {
justify-content: flex-start !important;
}
.pf-v5-u-justify-content-flex-end {
justify-content: flex-end !important;
}
.pf-v5-u-justify-content-center {
justify-content: center !important;
}
.pf-v5-u-justify-content-space-between {
justify-content: space-between !important;
}
.pf-v5-u-justify-content-space-around {
justify-content: space-around !important;
}
.pf-v5-u-justify-content-stretch {
justify-content: stretch !important;
}
@media screen and (min-width: 576px) {
.pf-v5-u-justify-content-flex-start-on-sm {
justify-content: flex-start !important;
}
.pf-v5-u-justify-content-flex-end-on-sm {
justify-content: flex-end !important;
}
.pf-v5-u-justify-content-center-on-sm {
justify-content: center !important;
}
.pf-v5-u-justify-content-space-between-on-sm {
justify-content: space-between !important;
}
.pf-v5-u-justify-content-space-around-on-sm {
justify-content: space-around !important;
}
.pf-v5-u-justify-content-stretch-on-sm {
justify-content: stretch !important;
}
}
@media screen and (min-width: 768px) {
.pf-v5-u-justify-content-flex-start-on-md {
justify-content: flex-start !important;
}
.pf-v5-u-justify-content-flex-end-on-md {
justify-content: flex-end !important;
}
.pf-v5-u-justify-content-center-on-md {
justify-content: center !important;
}
.pf-v5-u-justify-content-space-between-on-md {
justify-content: space-between !important;
}
.pf-v5-u-justify-content-space-around-on-md {
justify-content: space-around !important;
}
.pf-v5-u-justify-content-stretch-on-md {
justify-content: stretch !important;
}
}
@media screen and (min-width: 992px) {
.pf-v5-u-justify-content-flex-start-on-lg {
justify-content: flex-start !important;
}
.pf-v5-u-justify-content-flex-end-on-lg {
justify-content: flex-end !important;
}
.pf-v5-u-justify-content-center-on-lg {
justify-content: center !important;
}
.pf-v5-u-justify-content-space-between-on-lg {
justify-content: space-between !important;
}
.pf-v5-u-justify-content-space-around-on-lg {
justify-content: space-around !important;
}
.pf-v5-u-justify-content-stretch-on-lg {
justify-content: stretch !important;
}
}
@media screen and (min-width: 1200px) {
.pf-v5-u-justify-content-flex-start-on-xl {
justify-content: flex-start !important;
}
.pf-v5-u-justify-content-flex-end-on-xl {
justify-content: flex-end !important;
}
.pf-v5-u-justify-content-center-on-xl {
justify-content: center !important;
}
.pf-v5-u-justify-content-space-between-on-xl {
justify-content: space-between !important;
}
.pf-v5-u-justify-content-space-around-on-xl {
justify-content: space-around !important;
}
.pf-v5-u-justify-content-stretch-on-xl {
justify-content: stretch !important;
}
}
@media screen and (min-width: 1450px) {
.pf-v5-u-justify-content-flex-start-on-2xl {
justify-content: flex-start !important;
}
.pf-v5-u-justify-content-flex-end-on-2xl {
justify-content: flex-end !important;
}
.pf-v5-u-justify-content-center-on-2xl {
justify-content: center !important;
}
.pf-v5-u-justify-content-space-between-on-2xl {
justify-content: space-between !important;
}
.pf-v5-u-justify-content-space-around-on-2xl {
justify-content: space-around !important;
}
.pf-v5-u-justify-content-stretch-on-2xl {
justify-content: stretch !important;
}
}
.pf-v5-u-flex-shrink-1 {
flex-shrink: 1 !important;
}
.pf-v5-u-flex-grow-1 {
flex-grow: 1 !important;
}
.pf-v5-u-flex-shrink-0 {
flex-shrink: 0 !important;
}
.pf-v5-u-flex-grow-0 {
flex-grow: 0 !important;
}
@media screen and (min-width: 576px) {
.pf-v5-u-flex-shrink-1-on-sm {
flex-shrink: 1 !important;
}
.pf-v5-u-flex-grow-1-on-sm {
flex-grow: 1 !important;
}
.pf-v5-u-flex-shrink-0-on-sm {
flex-shrink: 0 !important;
}
.pf-v5-u-flex-grow-0-on-sm {
flex-grow: 0 !important;
}
}
@media screen and (min-width: 768px) {
.pf-v5-u-flex-shrink-1-on-md {
flex-shrink: 1 !important;
}
.pf-v5-u-flex-grow-1-on-md {
flex-grow: 1 !important;
}
.pf-v5-u-flex-shrink-0-on-md {
flex-shrink: 0 !important;
}
.pf-v5-u-flex-grow-0-on-md {
flex-grow: 0 !important;
}
}
@media screen and (min-width: 992px) {
.pf-v5-u-flex-shrink-1-on-lg {
flex-shrink: 1 !important;
}
.pf-v5-u-flex-grow-1-on-lg {
flex-grow: 1 !important;
}
.pf-v5-u-flex-shrink-0-on-lg {
flex-shrink: 0 !important;
}
.pf-v5-u-flex-grow-0-on-lg {
flex-grow: 0 !important;
}
}
@media screen and (min-width: 1200px) {
.pf-v5-u-flex-shrink-1-on-xl {
flex-shrink: 1 !important;
}
.pf-v5-u-flex-grow-1-on-xl {
flex-grow: 1 !important;
}
.pf-v5-u-flex-shrink-0-on-xl {
flex-shrink: 0 !important;
}
.pf-v5-u-flex-grow-0-on-xl {
flex-grow: 0 !important;
}
}
@media screen and (min-width: 1450px) {
.pf-v5-u-flex-shrink-1-on-2xl {
flex-shrink: 1 !important;
}
.pf-v5-u-flex-grow-1-on-2xl {
flex-grow: 1 !important;
}
.pf-v5-u-flex-shrink-0-on-2xl {
flex-shrink: 0 !important;
}
.pf-v5-u-flex-grow-0-on-2xl {
flex-grow: 0 !important;
}
}
.pf-v5-u-flex-basis-0 {
flex-basis: 0 !important;
}
.pf-v5-u-flex-basis-auto {
flex-basis: auto !important;
}
@media screen and (min-width: 576px) {
.pf-v5-u-flex-basis-0-on-sm {
flex-basis: 0 !important;
}
.pf-v5-u-flex-basis-auto-on-sm {
flex-basis: auto !important;
}
}
@media screen and (min-width: 768px) {
.pf-v5-u-flex-basis-0-on-md {
flex-basis: 0 !important;
}
.pf-v5-u-flex-basis-auto-on-md {
flex-basis: auto !important;
}
}
@media screen and (min-width: 992px) {
.pf-v5-u-flex-basis-0-on-lg {
flex-basis: 0 !important;
}
.pf-v5-u-flex-basis-auto-on-lg {
flex-basis: auto !important;
}
}
@media screen and (min-width: 1200px) {
.pf-v5-u-flex-basis-0-on-xl {
flex-basis: 0 !important;
}
.pf-v5-u-flex-basis-auto-on-xl {
flex-basis: auto !important;
}
}
@media screen and (min-width: 1450px) {
.pf-v5-u-flex-basis-0-on-2xl {
flex-basis: 0 !important;
}
.pf-v5-u-flex-basis-auto-on-2xl {
flex-basis: auto !important;
}
}
.pf-v5-u-flex-none {
flex: none !important;
}
.pf-v5-u-flex-1 {
flex: 1 !important;
}
@media screen and (min-width: 576px) {
.pf-v5-u-flex-none-on-sm {
flex: none !important;
}
.pf-v5-u-flex-1-on-sm {
flex: 1 !important;
}
}
@media screen and (min-width: 768px) {
.pf-v5-u-flex-none-on-md {
flex: none !important;
}
.pf-v5-u-flex-1-on-md {
flex: 1 !important;
}
}
@media screen and (min-width: 992px) {
.pf-v5-u-flex-none-on-lg {
flex: none !important;
}
.pf-v5-u-flex-1-on-lg {
flex: 1 !important;
}
}
@media screen and (min-width: 1200px) {
.pf-v5-u-flex-none-on-xl {
flex: none !important;
}
.pf-v5-u-flex-1-on-xl {
flex: 1 !important;
}
}
@media screen and (min-width: 1450px) {
.pf-v5-u-flex-none-on-2xl {
flex: none !important;
}
.pf-v5-u-flex-1-on-2xl {
flex: 1 !important;
}
}
.pf-v5-u-flex-fill {
flex: 1 1 auto !important;
}
@media screen and (min-width: 576px) {
.pf-v5-u-flex-fill-on-sm {
flex: 1 1 auto !important;
}
}
@media screen and (min-width: 768px) {
.pf-v5-u-flex-fill-on-md {
flex: 1 1 auto !important;
}
}
@media screen and (min-width: 992px) {
.pf-v5-u-flex-fill-on-lg {
flex: 1 1 auto !important;
}
}
@media screen and (min-width: 1200px) {
.pf-v5-u-flex-fill-on-xl {
flex: 1 1 auto !important;
}
}
@media screen and (min-width: 1450px) {
.pf-v5-u-flex-fill-on-2xl {
flex: 1 1 auto !important;
}
}
.pf-v5-u-float-left {
float: left !important;
}
.pf-v5-u-float-right {
float: right !important;
}
@media screen and (min-width: 576px) {
.pf-v5-u-float-left-on-sm {
float: left !important;
}
.pf-v5-u-float-right-on-sm {
float: right !important;
}
}
@media screen and (min-width: 768px) {
.pf-v5-u-float-left-on-md {
float: left !important;
}
.pf-v5-u-float-right-on-md {
float: right !important;
}
}
@media screen and (min-width: 992px) {
.pf-v5-u-float-left-on-lg {
float: left !important;
}
.pf-v5-u-float-right-on-lg {
float: right !important;
}
}
@media screen and (min-width: 1200px) {
.pf-v5-u-float-left-on-xl {
float: left !important;
}
.pf-v5-u-float-right-on-xl {
float: right !important;
}
}
@media screen and (min-width: 1450px) {
.pf-v5-u-float-left-on-2xl {
float: left !important;
}
.pf-v5-u-float-right-on-2xl {
float: right !important;
}
}
.pf-v5-u-w-auto {
width: auto !important;
}
.pf-v5-u-w-initial {
width: initial !important;
}
.pf-v5-u-w-inherit {
width: inherit !important;
}
.pf-v5-u-w-0 {
width: 0% !important;
}
.pf-v5-u-w-25 {
width: 25% !important;
}
.pf-v5-u-w-33 {
width: 33.3333333333% !important;
}
.pf-v5-u-w-50 {
width: 50% !important;
}
.pf-v5-u-w-66 {
width: 66.6666666667% !important;
}
.pf-v5-u-w-75 {
width: 75% !im