@-webkit-keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

.rh-support-spinner {
    -webkit-animation: rotation 0.6s linear infinite;
    animation: rotation 0.6s linear infinite;
    border: 0.25rem solid rgba(0, 0, 0, 0.25);
    border-top-color: rgba(0, 0, 0, 0.75);
    border-radius: 100%;
    margin: 0 auto;
    position: relative;
    display: block;
    height: 32px;
    height: 2rem;
    width: 32px;
    width: 2rem;
}

.rh-support-spinner.spinner-inline {
    display: inline-block;
    margin-right: 0.1875rem;
    vertical-align: middle;
}

.rh-support-spinner.spinner-lg {
    border-width: 0.3125rem;
    height: 40px;
    height: 2.5rem;
    width: 40px;
    width: 2.5rem;
}

.rh-support-spinner.spinner-sm {
    border-width: 0.1875rem;
    height: 24px;
    height: 1.5rem;
    width: 24px;
    width: 1.5rem;
}

.rh-support-spinner.spinner-xs {
    border-width: 0.125rem;
    height: 16px;
    height: 1rem;
    width: 16px;
    width: 1rem;
}

.rh-support-spinner.spinner-light {
    border-color: hsla(0, 0%, 100%, 0.75) hsla(0, 0%, 100%, 0.25) hsla(0, 0%, 100%, 0.25);
}

.rh-support-spinner .sr-only {
    position: absolute;
    width: 0.0625rem;
    height: 0.0625rem;
    margin: -0.0625rem;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.alert {
    position: relative;
}

.alert > svg {
    position: absolute;
    top: 10px;
    right: 10px;
}

.CircularProgressbar {
    /*
     * This fixes an issue where the CircularProgressbar svg has
     * 0 width inside a "display: flex" container, and thus not visible.
     */
    width: 100%;
    /*
     * This fixes a centering issue with CircularProgressbarWithChildren:
     * https://github.com/kevinsqi/react-circular-progressbar/issues/94
     */
    vertical-align: middle;
}

.CircularProgressbar .CircularProgressbar-path {
    stroke: #06c;
    stroke-linecap: round;
    transition: stroke-dashoffset 0.5s ease 0s;
}

.CircularProgressbar .CircularProgressbar-trail {
    stroke: #d6d6d6;
    /* Used when trail is not full diameter, i.e. when props.circleRatio is set */
    stroke-linecap: round;
}

.CircularProgressbar .CircularProgressbar-text {
    fill: #06c;
    font-size: 20px;
    dominant-baseline: middle;
    text-anchor: middle;
}

.CircularProgressbar .CircularProgressbar-background {
    fill: #d6d6d6;
}

/*
   * Sample background styles. Use these with e.g.:
   *
   *   <CircularProgressbar
   *     className="CircularProgressbar-inverted"
   *     background
   *     percentage={50}
   *   />
   */
.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-background {
    fill: #06c;
}

.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-text {
    fill: #fff;
}

.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-path {
    stroke: #fff;
}

.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-trail {
    stroke: transparent;
}

.markdown-content .markdown-preview {
    min-height: 100px;
    overflow: auto;
    font-size: 15px;
    padding: 0.8rem;
    border: 1px solid #e3e3e3;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    border-radius: 1px;
}

.markdown-content .markdown-preview ul,
.markdown-content .markdown-preview ol {
    padding-left: 24px;
}

.markdown-content .markdown-preview blockquote {
    border-left: 5px solid #c0c0c0 !important;
}

.markdown-editor-container {
    background: #fff;
    border: 1px solid #d2d2d2;
    display: block;
    min-height: 100px;
}

.markdown-editor-container .pf-v6-c-toolbar {
    padding: 0.5rem;
}

.btn-group-separator {
    background: rgba(40, 45, 51, 0.3);
    height: 16px;
    margin-left: 10px;
    margin-right: 5px;
    width: 1px;
    margin-top: 10px;
}

.markdown-content .markdown-text-area {
    resize: vertical;
    border-radius: 0;
    box-shadow: none !important;
    outline: none;
    border: none;
    font-size: 15px;
    padding: 0.8rem;
    min-width: 100%;
}

.markdown-editor-container .markdown-toggle-toolbar {
    border-top: 1px solid #d2d2d2;
}

.markdown-editor-container .markdown-toggle-toolbar button {
    font-size: 14px;
    padding: 10px 1rem;
}

.markdown-editor-container .markdown-toggle-toolbar .markdown-active-mode {
    border-top: 2px solid #06c;
    border-radius: 0px;
    color: #6a6e73;
    font-weight: 500;
    color: #06c;
}

.markdown-editor-container .pf-v6-c-button.pf-m-link.pf-m-inline.markdown-guidance {
    padding-block-start: 0.375rem;
    padding-block-end: 0.375rem;
    padding-inline-start: 0.375rem;
    padding-inline-end: 0.375rem;
    box-sizing: border-box;
}

.markdown-editor-container .character-count-wrapper {
    white-space: nowrap;
    padding: 0 16px;
    font-size: 14px;
}

.markdown-editor-container .character-count-wrapper.red {
    color: #e00;
}

.markdown-editor-container .markdown-toolbar-left-section {
    flex: 1;
}

.markdown-editor-container.is-private .markdown-content .markdown-text-area {
    background-color: #f5eeee;
}

a[href*='/attachments/']::before,
button[data-link*='/attachments/']::before {
    margin-right: 4px;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: '📎';
}

.toolbar-container {
    height: 50px;
}
.markdown-text-area {
    width: 100%;
    height: 313px;
    border: none;
}

.markdown-preview {
    border-bottom: none !important;
}

.markdown-preview ul {
    list-style: '-';
}

.desktop-markdown-toolbar {
    display: flex;
}

.markdown-toolbar-left-section {
    display: flex;
    align-items: center;
}

.btn-group-separator {
    display: inline-block;
    width: 1px;
    height: 24px;
    margin: 0 8px;
    background-color: #ccc;
}

.markdown-guidance-container {
    display: none;
}

.mobile-markdown-toolbar {
    display: none;
}

#toolsKebabMenu {
    overflow: hidden;
    inset: 0px auto auto -12rem !important;

    .pf-v6-c-menu__list {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .attachments-items li {
        padding: 0px 10px !important;

        .pf-v6-c-divider {
            width: 15rem;
            margin-left: -1rem;
        }
    }
}

/* Mobile toolbar styles */
@media (max-width: 880px) {
    .desktop-markdown-toolbar {
        display: none;
    }

    .markdown-guidance-container {
        display: flex;
        justify-content: flex-end;
        padding: 9px;
    }

    .mobile-markdown-toolbar {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;

        .mobile-markdown-tool-item {
            width: 2.5rem !important;
        }
    }

    .markdown-toolbar-left-section {
        margin-inline-end: 0px !important;
    }

    .markdown-preview-btn,
    .plain-mode-btn,
    .markdown-mode-btn {
        padding-left: 4px;
        padding-right: 4px;
    }

    .markdown-editor-container .markdown-toggle-toolbar button {
        font-size: 14px;
        padding: 10px 0.25rem;
    }
}

@media (max-width: 475px) {
    .markdown-editor-container .pf-v6-c-toolbar {
        padding: 0.5rem 0rem;
    }

    .mobile-markdown-toolbar {
        .mobile-markdown-tool-item {
            width: 0.1rem !important;
        }

        #tools-kebab-menu-container {
            position: relative;
            right: 2rem;
        }
    }

    .uploading-spinner-text {
        display: none;
    }
}

.edit-question .btn-edit {
    padding: 0.25rem 0.5rem;
    line-height: 0.125rem;
}

.edit-question .edit-actions {
    float: right;
    position: relative;
    top: 38px;
    margin-top: -34px;
}

.edit-question .edit-actions > * {
    padding: 2px 1rem !important;
    font-size: 13px !important;
    float: right;
}

.edit-question .loading-indicator {
    margin-left: 10px;
}

.case-overview .edit-question .loading-indicator {
    margin-left: 0px;
}

.hide-in-pdf {
    display: none !important;
}

@media (max-width: 401px) {
    .edit-actions {
        top: 4.75rem !important;
        margin-right: -1rem !important;
    }

    .pull-right {
        margin-top: 2rem;
    }
}

@media (max-width: 417px) and (min-width: 401px) {
    .edit-actions {
        top: 7rem !important;
        margin-right: -1rem !important;
    }

    .pull-right {
        margin-top: 2rem;
    }
}

.edit-question .btn-edit {
    padding: 0.25rem 0.5rem;
    margin-left: 0.5rem;
    line-height: 0.125rem;
}

.edit-question .edit-actions {
    float: right;
    position: relative;
    top: 38px;
    margin-top: -34px;
}

.edit-question .edit-actions > * {
    padding: 2px 1rem !important;
    font-size: 13px !important;
    float: right;
}

.hide-in-pdf {
    display: none !important;
}

.edit-question .loading-indicator {
    margin-left: 10px;
}

.case-overview .edit-question .loading-indicator {
    margin-left: 0px;
}

/*  Character Count  */
.char-count {
    float: right;
    position: relative;
    padding-right: var(--pf-t--global--spacer--4xl);
    margin-right: var(--pf-t--global--spacer--lg);
    font-size: 12px;
    align-self: flex-end;
}

@media (max-width: 415px) {
    .char-count {
        padding-right: var(--pf-t--global--spacer--2xl);
    }
}

.edit-question input[type='text'],
.edit-question .form-control {
    --pf-v5-c-form-control--placeholder--Color: var(--global-text-color-regular, #151515) !important;
    font-weight: var(--global-font-weight-body-default, 400) !important;
    border: 1px solid #d2d2d2 !important;
    border-radius: 6px !important;
    padding: 8px 16px !important;
}

.edit-question input[type='text']:not(:placeholder-shown),
.edit-question .form-control:not(:placeholder-shown) {
    background-color: #fff !important;
}

.cover-spin {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 9999;
}

.cover-spin .spinner {
    top: 40%;
    height: 3em;
    width: 3em;
}

.Toastify__toast-container {
    width: 95%;
}

@media (min-width: 992px) {
    .Toastify__toast-container {
        width: 600px;
    }
}

.Toastify__toast-container > .Toastify__toast {
    padding: 0px;
}

.Toastify__toast {
    background: none;
}

.Toastify__toast-body {
    margin: 0;
}

.Toastify__toast-body > .pf-v6-c-alert {
    height: 100%;
    min-width: 500px;
}

.status-portal-button-icon{font-size:var(--pf-t--global--icon--size--font--xs)}
.language-selector {
    width: 8rem;
    margin-left: auto;
    z-index: 100;
}

.loading-dots {
    text-align: center;
    height: 20px;
    margin-top: -25px;
}

.loading-dots span {
    font-size: 50px;
    animation-name: blink;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
}

.loading-dots span:nth-child(2) {
    animation-delay: 0.2s;
}

.loading-dots span:nth-child(3) {
    animation-delay: 0.4s;
}

@keyframes blink {
    0% {
        opacity: 0.2;
    }
    20% {
        opacity: 1;
    }
    100% {
        opacity: 0.2;
    }
}

.pagination-compact.pf-v6-c-pagination.pf-m-bottom {
    padding: 0px;
    background: none;
    box-shadow: none;
}

.top-content-search-wrapper{display:flex;align-items:baseline;background-color:#f0f0f0;border:1px solid #d2d2d2;margin-bottom:.5rem;padding:1rem}.top-content-search-wrapper .top-content-search-input{background-color:#fff}pfe-accordion{width:100%;box-shadow:inset 1px 1px 0px #d2d2d2,inset -1px -1px 0px #d2d2d2}#se-solution-engine .top-content-search-wrapper{margin-bottom:0;border-bottom:0}
.phone-number-select-placeholder{height:24px;line-height:25px}.phone-number-select .pf-v6-c-select__menu{min-width:370px !important}.phone-number-input{position:relative}.phone-number-input .phone-number-select button{min-height:36px}.phone-spinner{position:absolute;right:-20px;top:5px}.flag-class-select{width:28px;height:16px;margin-right:5px;margin-top:2px}.flag-class-selected{width:25px;height:15px;margin-right:5px;margin-top:5px}
#tag-selector {
    z-index: 89;
}

.tags-selector-menu-toggle .pf-v6-c-menu-toggle__text {
    width: 100%;
}

.tags-selector-menu-toggle .pf-v6-c-menu-toggle__controls {
    padding-left: 0;
}

.menu-is-disabld {
    background-color: #d2d2d2 !important;
}

div#case-close-modal.pf-v6-c-modal-box__body form.pf-v6-c-form.close-case-modal-form div.pf-v6-c-form__group div.pf-v6-c-form__group-label label.pf-v6-c-form__label span.pf-v6-c-form__label-text{font-weight:600 !important}
div.dontAskCheckbox div.pf-v6-c-check label.pf-v6-c-check__label {
    line-height: 1;
}

svg.hostnameInfoIcon {
    vertical-align: -0.65rem !important;
    margin-left: -0.1rem !important;
}

svg.hostnameSpinner {
    vertical-align: -0.65rem !important;
}

.chatButton {
    display: flex;
    position: fixed;
    right: 4rem;
    bottom: 1rem;
    width: 48px;
    height: 48px;
    padding: var(--global-spacer-sm, 8px);
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: var(--global-border-radius-pill, 999px);
    background: #e00;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

body:has(.pf-chatbot) .chatButton {
    display: none !important;
}

.chatError {
    opacity: 0.7;
}

/* Requested by CCM team */
.agent .chat-content[CLWCP-lwcchatpack_lwcchatpack] {
    text-align: left;
}

/* Adding fowling CSS as requested by CCM team (Sudhir Panda)  */
.embeddedServiceLiveAgentStateChat .chatSessionStartTime {
    font-family: 'Red Hat Text', 'RedHatText', 'Overpass', Overpass, Arial, sans-serif;
}
.embeddedServiceLiveAgentStateChatItem.chatMessage {
    font-family: 'Red Hat Text', 'RedHatText', 'Overpass', Overpass, Arial, sans-serif;
}
.embeddedServiceLiveAgentStateChatItem.chatMessage button {
    font-family: 'Red Hat Text', 'RedHatText', 'Overpass', Overpass, Arial, sans-serif;
}
.embeddedServiceHelpButton .helpButton .uiButton {
    background-color: #005290;
    font-family: 'Arial', sans-serif;
}
.embeddedServiceHelpButton .helpButton .uiButton:focus {
    outline: 1px solid #005290;
}
.agent .chat-content[CLWCP-lwcchatpack_lwcchatpack] {
    text-align: left;
    font-family: 'Red Hat Text', 'RedHatText', 'Overpass', Overpass, Arial, sans-serif;
}
/* red hat chat icon */
.embeddedServiceLiveAgentStateChatAvatar.isLightningOutContext .agentIconColor0 {
    background-image: url('https://access.redhat.com/chrome_themes/nimbus/img/red-hat-customer-portal.svg');
    background-repeat: no-repeat;
    background-size: 420% !important;
    font-size: 0 !important;
    background-color: #fff !important;
}

/* user chat bubble */
.chasitor.chat-content[CLWCP-lwcchatpack_lwcchatpack] {
    background: #fff !important;
    color: #0066cc !important;
    border: #0066cc 1px solid !important;
}

/* timeout text background color */
.embeddedServiceSidebar .headerAnnouncement p {
    background-color: #151515;
}

:root{--pfe-theme--font-size: 14.54545454px !important}.pf-v6-c-backdrop{-webkit-backdrop-filter:blur(10px);background-color:rgba(3,3,3,.619608);box-sizing:border-box;color:#151515}.pf-v6-c-backdrop .pf-v6-c-modal-box{max-width:90%}@media(min-width: 992px){.pf-v6-c-backdrop .pf-v6-c-modal-box{max-width:75%}}@media(min-width: 1320px){.pf-v6-c-backdrop .pf-v6-c-modal-box{max-width:50%}}.pf-v6-c-backdrop .pf-v6-c-modal-box .pf-v6-c-title{margin-bottom:1rem;font-size:20px}.pf-v6-c-backdrop .pf-v6-c-modal-box .pf-v6-c-modal-box__body{margin-top:0;margin-bottom:0}.pf-v6-c-backdrop .pf-v6-c-modal-box .pf-v6-c-modal-box__body p{margin-bottom:0}.pf-v6-c-backdrop .pf-v6-c-modal-box .pf-v6-c-modal-box__footer{margin:0}.pf-v6-c-backdrop .pf-v6-c-modal-box .pf-v6-c-modal-box__footer button:first-child{margin-right:1rem}.pf-v6-c-backdrop .pf-v6-c-modal-box.feedback-modal .pf-v6-c-title{margin-bottom:1.5rem}.pf-v6-c-backdrop .pf-v6-c-modal-box.feedback-modal .pf-v6-c-modal-box__body fieldset{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.pf-v6-c-backdrop .pf-v6-c-modal-box.feedback-modal .pf-v6-c-modal-box__body legend{margin-bottom:.5rem;font-weight:bold;color:#151515}.pf-v6-c-backdrop .pf-v6-c-modal-box.feedback-modal .pf-v6-c-modal-box__body .radio-inline+.radio-inline,.pf-v6-c-backdrop .pf-v6-c-modal-box.feedback-modal .pf-v6-c-modal-box__body .checkbox-inline+.checkbox-inline{margin-left:0}.pf-v6-c-backdrop .pf-v6-c-modal-box.feedback-modal .pf-v6-c-modal-box__body .radio input[type=radio],.pf-v6-c-backdrop .pf-v6-c-modal-box.feedback-modal .pf-v6-c-modal-box__body .radio-inline input[type=radio],.pf-v6-c-backdrop .pf-v6-c-modal-box.feedback-modal .pf-v6-c-modal-box__body .checkbox input[type=checkbox],.pf-v6-c-backdrop .pf-v6-c-modal-box.feedback-modal .pf-v6-c-modal-box__body .checkbox-inline input[type=checkbox]{position:initial;margin-right:.2rem;padding-left:22px}.pf-v6-c-backdrop .pf-v6-c-modal-box.feedback-modal .pf-v6-c-modal-box__body textarea{max-height:250px}@media(min-width: 732px){.pf-v6-c-backdrop .pf-v6-c-modal-box.feedback-modal .pf-v6-c-modal-box__body fieldset{display:block}.pf-v6-c-backdrop .pf-v6-c-modal-box.feedback-modal .pf-v6-c-modal-box__body .radio-inline+.radio-inline,.pf-v6-c-backdrop .pf-v6-c-modal-box.feedback-modal .pf-v6-c-modal-box__body .checkbox-inline+.checkbox-inline{margin-left:1.2rem}}.pf-v6-c-backdrop .pf-modal-overflow-visible .pf-v6-c-modal-box__body{overflow:visible !important}.pf-v6-c-divider{margin-bottom:.5rem;margin-top:.5rem}.non-bold-alert.pf-v6-c-alert .pf-v6-c-alert__title{font-weight:normal !important}.pf-v6-c-alert{margin-top:24px}.pf-v6-c-alert .pf-v6-c-alert__title{font-weight:600 !important;font-size:15px}.pf-v6-c-alert .pf-v6-c-alert__description .restore-session-list{margin-bottom:0;padding-left:0;list-style:none}.pf-v6-c-alert .pf-v6-c-alert__description .restore-session-list li{margin-bottom:.2rem}.pf-v6-c-alert .pf-v6-c-alert__description .restore-session-list li:last-child{margin-bottom:0}.pf-v6-c-alert .pf-v6-c-alert__description .restore-session-list .restore-session-summary{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-width:98%}.pf-v6-c-alert .pf-v6-c-alert__description .restore-session-list .restore-session-questions{display:-ms-flexbox;display:flex;-ms-flex-align:baseline;align-items:baseline;font-size:14px}.pf-v6-c-alert .pf-v6-c-alert__description .restore-session-list .restore-session-questions label{font-weight:400}.pf-v6-c-alert .pf-v6-c-alert__description .restore-session-list .restore-session-questions>button{padding:0 10px}.pf-v6-c-alert .pf-v6-c-alert__description .restore-session-list .restore-session-questions>button:hover svg{color:var(--pf-v5-global--palette--blue-500) !important}.pf-v6-c-alert .pf-v6-c-alert__action button{padding:6px 12px;background:rgba(0,0,0,0);font-size:16px;text-shadow:0 1px 0 #fff}.pf-v6-c-alert.pf-v6-c-alert.pf-m-inline{--pf-v6-c-alert--m-inline--before--BackgroundColor: #39a5dc}.pf-v6-c-alert.pf-v6-c-alert.pf-m-inline .pf-v6-c-alert__description>*{margin-bottom:0}#rh-support-case .pf-v6-c-expandable-section .pf-v6-c-expandable-section__content{margin-top:0 !important;padding:10px 5px;border:1px solid #d2d2d2;border-top:none}#rh-support-case .pf-v6-c-expandable-section .pf-v6-c-expandable-section__toggle{font-size:16px}#rh-support-case .pf-v6-c-expandable-section .pf-v6-c-expandable-section__toggle .pf-v6-c-expandable-section__toggle-text{margin-left:8px;font-weight:500}.pf-v6-c-accordion{padding:0;margin:0}.pf-v6-c-accordion .pf-m-expanded ul{list-style-type:none}.pf-v6-c-accordion h3{margin-bottom:0;margin-top:0}.pf-v6-c-accordion h3 .pf-v6-c-accordion__toggle .pf-v6-c-accordion__toggle-text{font-size:16px}.pf-v6-c-accordion h3 .pf-v6-c-accordion__toggle.pf-m-expanded .pf-v6-c-accordion__toggle-text{font-weight:600}.critical-solutions-modal.pf-v6-c-modal-box{max-width:60% !important}.critical-solutions-modal.pf-v6-c-modal-box .pf-v6-c-modal-box__body{margin-bottom:0;padding-top:.5rem;padding-bottom:0}.critical-solutions-modal .pf-v6-c-accordion h3{margin-top:0}.critical-solutions-modal .pf-v6-c-accordion .pf-v6-c-accordion__toggle{padding:.8rem 1rem}.critical-solutions-modal .pf-v6-c-accordion .pf-v6-c-accordion__toggle .pf-v6-c-accordion__toggle-text{overflow:visible;max-width:95%;white-space:normal;text-align:left;font-size:15px;display:flex;align-items:center;letter-spacing:.2px}.critical-solutions-modal .pf-v6-c-accordion .pf-v6-c-accordion__expanded-content-body{padding:1rem 1.5rem}.critical-solutions-modal .pf-v6-c-accordion .pf-v6-c-accordion__expanded-content-body>*:not(.ea-rule) .cta-link{padding:0 .8rem;border:none;font-size:14px;font-weight:700}.critical-solutions-modal .pf-v6-c-accordion .pf-v6-c-accordion__expanded-content-body .cta-link::after{border:0;margin-left:0 !important}.critical-solutions-modal .pf-v6-c-accordion .pf-v6-c-accordion__toggle-text .pf-v6-c-label{font-weight:400;padding:4px 8px;line-height:21px}.pf-v6-c-alert-group{list-style:none}.popular-solutions{padding-top:10px !important;padding-bottom:10px !important;border-radius:var(--global-border-radius-small, 6px) var(--global-border-radius-small, 6px) 0px 0px !important}.popular-solutions .card-title{font-weight:700}.popular-solutions div>button>span>svg{color:#fff !important}.popular-solutions .file-recs-actions-toggle{color:#fff !important}.popular-solutions-toggle-button{padding-right:5px;margin-top:2px}.file-diag>.card-heading{display:flex;-ms-flex-align:center;margin-bottom:0;padding:.5rem .8rem;font-size:15px;border:1px solid var(--pf-t--color--gray--50);color:var(--pf-t--color--white)}.file-diag .file-buttons .pf-v6-c-switch .pf-v6-c-switch__label{padding-left:10px;font-size:15px}.common-suggestions{position:relative}.common-suggestions .PFElement h3 button[aria-expanded=false]::after{top:20px !important}.pf-v6-c-button.pf-m-secondary[disabled]::after{border:0}.pf-v6-c-button .pf-m-active{color:#06c}.pf-v6-c-button.pf-m-primary{color:var(--pf-v6-c-button--Color)}.pf-m-aria-disabled{color:var(--pf-v6-c-button--disabled--Color) !important}.case-overview-secondary .pf-v6-c-select__toggle.pf-m-disabled,.case-overview-secondary .pf-v6-c-select__toggle:disabled,#review .pf-v6-c-select__toggle.pf-m-disabled,#review .pf-v6-c-select__toggle:disabled{--pf-v5-c-select__toggle--Color: #ccc;--pf-v5-c-select__toggle--BackgroundColor: #fff}div.common-suggestions pfe-accordion{--pfe-accordion--FontSize--header: 16px;--pfe-accordion--FontWeight--header: 600}section.grid-aside-content pfe-accordion{--pfe-accordion--FontSize--header: 16px;--pfe-accordion--FontWeight--header: 600}div.pf-v6-c-modal-box__body label.pf-v6-c-switch{padding:1rem}div.pf-v6-c-alert__description div.ea-rule p a.pf-v6-c-button{padding:0}div pfe-accordion{--pfe-accordion--FontSize--header: 16px;--pfe-accordion--FontWeight--header: 600}section div.file-recommendations{padding:0 !important}section div.file-recommendations h5{margin:0 !important}section div.file-recommendations h5 span div.pf-v6-c-label-group{display:flex}div input.pf-v6-c-form-control.pf-m-search{background-image:none}div#cep-details-modal.pf-v6-c-modal-box__body form.pf-v6-c-form.push-top-narrow div.pf-v6-c-form__group div.pf-v6-c-form__group-label label.pf-v6-c-form__label span.pf-v6-c-form__label-text{font-weight:600 !important}div#request-mgmt-escalation-modal.request-escalation-modal div.pf-v6-c-modal-box__body form.pf-v6-c-form.request-escalation-form .pf-m-textarea textarea{resize:none !important}div#request-mgmt-escalation-modal.request-escalation-modal div.pf-v6-c-modal-box__body form.pf-v6-c-form.request-escalation-form div.pf-v6-l-grid.pf-m-all-12-col-on-md.pf-m-gutter div.pf-v6-l-grid__item.pf-m-6-col div.pf-v6-c-form__group div.pf-v6-c-form__group-label label.pf-v6-c-form__label span.pf-v6-c-form__label-text{font-weight:600 !important}div#request-mgmt-escalation-modal.request-escalation-modal div.pf-v6-c-modal-box__body form.pf-v6-c-form.request-escalation-form div.pf-v6-l-grid.pf-m-all-12-col-on-md.pf-m-gutter div.pf-v6-c-form__group div.pf-v6-c-form__group-label label.pf-v6-c-form__label span.pf-v6-c-form__label-text{font-weight:600 !important}#case-reopen-modal form.pf-v6-c-form.case-reopen-modal-form div.pf-v6-c-form__group div.pf-v6-c-form__group-label .pf-v6-c-form__label .pf-v6-c-form__label-text{font-weight:500 !important}pfe-accordion{box-shadow:inset 1px 1px 0px #d2d2d2,inset -1px -1px 0px #d2d2d2}.pf-v6-c-wizard__main,.pf-v6-c-wizard__footer,.pf-v6-c-wizard__nav{z-index:1 !important}nav.pf-v6-c-wizard__nav.pf-m-expanded{position:absolute;left:0;z-index:2 !important;background:#fff;width:100%}.pf-v6-c-options-menu__menu{z-index:9 !important}#tc-product-dropdown-selector .pf-v6-c-select__menu{z-index:90 !important}div.case-details-summary{margin-bottom:1.5rem}.all-product-selector-dropdown .pf-v6-c-select__menu-group-title:empty{display:none}.update-info-button{--pf-v6-c-button--BackgroundColor: #fff;--pf-v6-c-button--hover--BackgroundColor: #ededed;--pf-v6-c-button--active--BackgroundColor: #ededed;--pf-v6-c-button--focus--BackgroundColor: #ededed}.submit-case-check-icon{margin-right:1rem;margin-top:24px !important}.file-upload-group{margin-top:1rem !important;margin-bottom:1rem !important}.pf-v6-c-alert p{margin-bottom:0}.pf-v6-c-label-group__list{margin-bottom:0}.pf-v6-c-panel__main-body{padding:0}.pf-v6-c-form-control textarea,.pf-v6-c-form-control input{outline:none}.pf-v6-c-form-control textarea:focus,.pf-v6-c-form-control input:focus{border-bottom-color:#06c}.pf-v6-c-wizard__main{padding:0 !important}.pf-v6-c-card header{font-weight:500}ul.pf-v6-c-tabs__list{margin-bottom:0px}ul.pf-v6-c-chip-group__list{margin:0px}span.pf-v6-c-input-group__text{display:inline-flex;width:100%}.bookmark-search-dropdown-wrapper div.pf-v6-c-dropdown__toggle.pf-m-split-button.pf-m-action{width:100%}.pf-v6-c-list{padding:0}.product-selector-group .pf-v6-c-select__menu-group-title{font-weight:800}.top-content-suggestion-accordion dl dt{margin:0px}.top-content-suggestion-accordion .pf-v6-c-accordion.pf-m-bordered{margin:0px;padding:0px}.top-content-suggestion-accordion{border:1px solid #d2d2d2;border-radius:var(--global-border-radius-small, 6px)}.contact-select{font-weight:normal !important}.contact-select input::placeholder,.contact-select .pf-v6-c-select__toggle-typeahead::placeholder{font-weight:normal !important}.escalation-header{display:flex;justify-content:space-between;align-items:center;width:100%}.top-content-card-wrapper{background-color:rgba(0,0,0,0) !important}.pf-v6-c-alert__title{margin-bottom:0px}.restore-session-alert .pf-v6-c-alert__icon{font-size:18px}.restore-session-alert .pf-v6-c-alert__description{margin-top:0px}#cep-details-modal .pf-v6-c-form__label-text{font-weight:500}.file-recommendations-file-upload-alert .pf-v6-c-alert__icon{margin-top:5px}.close-case-modal-form .pf-v6-c-form__label .pf-v6-c-form__label-text{font-weight:500 !important}.pf-v6-c-modal-box__title{margin-bottom:0px;padding:5px}div.related-tasks-search-input-container#related-tasks-search-container{float:right;margin-bottom:1rem}.related-tasks-search-input{width:25rem}button.pf-v6-c-toggle-group__button{z-index:1}.top-content-suggestion-accordion .pf-v6-c-accordion .pf-v6-c-accordion__toggle{padding:.5rem 1rem !important}.top-content-suggestion-accordion .pf-v6-c-accordion__toggle-text h3{font-size:17px !important;font-weight:600}.top-content-suggestion-accordion .pf-v6-c-accordion__expandable-content-body{padding-top:4px;padding-bottom:4px}.top-content-suggestion-accordion h3{color:#000}.file-diag-selected .file-description.form-control{border:1px solid #f0f0f0;box-shadow:none;border-bottom:1px solid #6a6e73;color:var(--pf-v6-c-form-control--Color)}.file-diag-selected .file-description.form-control::-webkit-input-placeholder{color:var(--pf-v6-c-form-control--m-placeholder--Color)}.file-diag-selected .text-muted{color:var(--pf-v6-c-helper-text__item-icon--m-indeterminate--Color)}button.pf-m-plain.manage-bookmark-info-icon-button{--pf-v6-c-button--PaddingInlineEnd: var(--pf-t--global--spacer--xs);--pf-v6-c-button--PaddingInlineStart: var(--pf-t--global--spacer--xs);--pf-c-button--m-plain--Color: var(--pf-v5-global--palette--black-900);color:var(--pf-v5-global--palette--black-900)}.case-detail-collapse-panel{display:flex;align-items:center;justify-content:space-between;color:var(--pf-t--global--text--color--link--default);font-size:var(--pf-t--global--font--size--md);font-weight:500;cursor:pointer;padding:10px;margin-bottom:16px}.case-detail-collapse-panel p.case-detail-collapse-label{margin-bottom:0}.case-detail-collapse-panel svg{height:1.5rem;width:1.5rem}.sidebar-header-container{padding:24px}.case-detail-collapse-panel:hover{background-color:#dedede;border-radius:8px}.sidebar-header .case-detail-collapse-panel:hover{background-color:rgba(0,0,0,0);border-radius:0;margin-top:16px}.sidebar-header .case-detail-collapse-panel{margin:16px}.top-content-accordion{margin-bottom:0px !important}label.react-typeahead-label-wrapper{display:flex;flex-direction:column;gap:8px;width:100%}label.react-typeahead-label-wrapper .react-select-custom,label.react-typeahead-label-wrapper .partner-share-bootstrap-typeahead,label.react-typeahead-label-wrapper .rbt-input-multi .rbt-input-wrapper,label.react-typeahead-label-wrapper p.form-instructions{font-weight:var(--pf-t--global--font--weight--body--default)}label.react-typeahead-label-wrapper .rbt-token.rbt-token-removeable{color:var(--pf-v5-global--palette--blue-400)}label.react-typeahead-label-wrapper .rbt-token.rbt-token-removeable.rbt-token-active{color:#fff}#case-history-paginated-timeline-pagination-bottom-pagination{justify-content:flex-start;background-color:var(--pf-v5-global--palette--black-200)}.case-public-private-link{padding:.5rem}a.case-resource-recommendation-link{padding:.5rem;padding-left:0px}.title-summary-counter{display:inline-flex;font-size:smaller;font-weight:400}.description-textarea{resize:none !important}.description-textarea.pf-v6-c-form-control:disabled::after,.description-textarea.pf-v6-c-form-control:disabled:after,.description-textarea.pf-v6-c-form-control.kt1-disabled::after,.description-textarea.pf-v6-c-form-control.kt1-disabled:after{border-block-end:none !important}.kt1-disabled{background-color:#f0f0f0 !important}.issue-title-disabled{background-color:#f0f0f0 !important}.kt-progress-bar{padding-top:1em}.title-summary-error{margin-top:-8px !important}.extra-tips-for-describing{display:block}.star-icon-info{color:var(--pf-v5-global--palette--blue-400)}.badge-icon-info{background-color:var(--pf-v5-global--palette--blue-50);font-weight:400}.popover-body-info-description{max-width:494px}.edit-question span.form-control{padding:0;margin-bottom:1rem}div.case-details-tabs pre{background-color:#fff}.get-support-summary-input{margin-bottom:1rem}.case-creation-severity-select{max-width:min-content !important}.pf-v6-c-alert__description{color:#000}.pf-v6-c-card__header.pf-v6-u-display-flex>.pf-v6-c-card__header-toggle{align-self:center}.pf-v6-c-button.secondary-button-pill{border-radius:var(--pf-t--global--border--radius--400);padding-left:1.5rem;padding-right:1.5rem}.pf-v6-c-alert{margin-top:0}.pf-v6-c-wizard__nav{border-radius:0 0 0 16px !important}.pf-v6-c-wizard__outer-wrap{border-radius:16px !important}.external-case-contact-selector .pf-v6-c-text-input-group__text,#open-case-notifications .pf-v6-c-text-input-group__text,#get-support-reference-number .pf-v6-c-text-input-group__text{font-size:14px !important;font-weight:400 !important}.case-details-ref-number input#case-details-reference-number{outline-offset:var(--pf-v6-c-text-input-group__text-input--OutlineOffset) !important;border-radius:8px !important}div.support-grid-case-details.support-case{display:-ms-grid;display:grid;-ms-grid-rows:1fr auto;grid-template-rows:1fr auto;grid-template-areas:"progress" "main" "nav";min-height:100vh;margin-bottom:-2.5rem;padding:0}div.support-grid-case-details.support-case .grid-main{-ms-grid-row:1;-ms-grid-column:1;grid-area:main;padding:1rem;min-width:0}div.support-grid-case-details.support-case .grid-main>.grid-main-section.grid-main-active-section{padding:1.5rem;outline:none;min-height:100vh}div.support-grid-case-details.support-case .grid-main>.grid-main-section.grid-main-active-section>header{margin-bottom:2rem}div.support-grid-case-details.support-case .grid-main>.visited-line,div.support-grid-case-details.support-case .grid-main>.togo-line{margin-bottom:5rem}div.support-grid-case-details.support-case .grid-aside{grid-area:aside;background-color:var(--pf-v5-global--palette--black-200);padding:1rem;display:none}div.support-grid-case-details.support-case .grid-aside .grid-aside-content{padding:1.5rem 1rem}div.support-grid-case-details.support-case .grid-aside .grid-aside-content>*{margin-bottom:2rem}div.support-grid-case-details.support-case .grid-aside .grid-aside-content header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:1rem}div.support-grid-case-details.support-case .grid-aside .grid-aside-content header h3{margin-bottom:0}div.support-grid-case-details.support-case .grid-aside .grid-aside-content header h2{margin-bottom:0;font-size:18px}div.support-grid-case-details.support-case .grid-aside .grid-aside-content header button{height:28px;margin-left:auto;padding:5px 1rem;border:0;background:none}div.support-grid-case-details.support-case .grid-aside .grid-aside-content header button:hover,div.support-grid-case-details.support-case .grid-aside .grid-aside-content header button:focus{color:#06c}div.support-grid-case-details.support-case .grid-aside .grid-aside-content header button .fa{font-size:20px}div.support-grid-case-details.support-case .grid-aside .grid-aside-content .grid-aside-content-inner-div{margin:0px !important}div.support-grid-case-details.support-case .grid-aside .grid-aside-content .card-heading{margin-bottom:0px}div.support-grid-case-details.support-case .grid-aside .grid-aside-content #case-details-top-recommendations-pagination-bottom-pagination{justify-content:space-between}@media(min-width: 768px){div.support-grid-case-details.support-case{-ms-grid-columns:85px 2fr;grid-template-columns:85px 2fr;-ms-grid-rows:1fr auto;grid-template-rows:1fr auto;grid-template-areas:"progress main" "progress nav"}div.support-grid-case-details.support-case .grid-main{-ms-grid-row:1;-ms-grid-column:2;padding:1rem}div.support-grid-case-details.support-case .grid-aside-content{position:-webkit-sticky;position:sticky;top:8rem}}@media(min-width: 992px){div.support-grid-case-details.support-case{-ms-grid-columns:85px auto 33%;grid-template-columns:85px auto 33%;-ms-grid-rows:1fr auto;grid-template-rows:1fr auto;grid-template-areas:"progress main aside" "progress nav aside"}div.support-grid-case-details.support-case .grid-main{border-right:1px solid #e7e7e7}div.support-grid-case-details.support-case .grid-aside{-ms-grid-row:1;-ms-grid-row-span:2;-ms-grid-column:3;display:inline-block}div.support-grid-case-details.support-case .grid-main{-ms-grid-row:1;-ms-grid-column:2}div.support-grid-case-details.support-case .grid-main>.grid-main-section{padding:2.5rem 1.5rem}}@media(min-width: 1200px){div.support-grid-case-details.support-case{-ms-grid-columns:245px 1fr 32%;grid-template-columns:245px auto 32%}}@media(min-width: 2000px){div.support-grid-case-details.support-case{-ms-grid-columns:300px 1fr 33%;grid-template-columns:300px auto 33%}}div.support-grid-case-details.support-case.support-case{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;margin-bottom:0}@media(min-width: 992px){div.support-grid-case-details.support-case.support-case{-ms-flex-direction:row;flex-direction:row}}div.support-grid-case-details.support-case.support-case .grid-main{padding:0rem;min-height:75vh;width:100%;background-color:#f0f0f0;border-radius:0 0 0 16px}div.support-grid-case-details.support-case.support-case .grid-main .grid-main-section{padding:1rem;background-color:#fff;border-radius:0 0 0 16px}div.support-grid-case-details.support-case.support-case .grid-main .grid-main-section .case-overview-header{padding:.5rem}div.support-grid-case-details.support-case.support-case .grid-main .grid-main-section .case-overview-header header{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;margin-bottom:.6rem}div.support-grid-case-details.support-case.support-case .grid-main .grid-main-section .case-overview-header header .case-ID .fake-disable{cursor:not-allowed;border-color:#d1d1d1;color:#8d8d8d}div.support-grid-case-details.support-case.support-case .grid-main .grid-main-section .case-overview-header header .pf-v6-c-switch{display:-ms-flexbox;display:flex;align-items:center}div.support-grid-case-details.support-case.support-case .grid-main .grid-main-section .case-overview-header header .pf-v6-c-switch__label{padding-left:.6rem;font-size:15px}div.support-grid-case-details.support-case.support-case .grid-main .grid-main-section .case-overview-header header .pf-v6-c-switch__label .pf-m-on{color:#06c}div.support-grid-case-details.support-case.support-case .grid-main .grid-main-section .case-overview-header header>*{width:100%;margin-bottom:1rem}div.support-grid-case-details.support-case.support-case .grid-main .grid-main-section .case-overview-header .case-details-header-secondary{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}div.support-grid-case-details.support-case.support-case .grid-main .grid-main-section .case-overview-header .case-details-header-secondary .case-support-level a{font-size:initial}div.support-grid-case-details.support-case.support-case .grid-main .grid-main-section .case-overview-header .case-details-header-secondary .pf-v6-c-button{font-size:15px;margin-left:auto}div.support-grid-case-details.support-case.support-case .grid-main .grid-main-section .case-overview-header .case-details-header-secondary .pf-v6-c-button svg{margin-left:6px;font-size:14px;vertical-align:-0.12em}div.support-grid-case-details.support-case.support-case .grid-main .grid-main-section .case-overview-header .case-details-header-secondary>*{width:100%}div.support-grid-case-details.support-case.support-case .grid-main .grid-main-section .case-overview-header .case-details-header-secondary>*:first-child{margin-bottom:.5rem}div.support-grid-case-details.support-case.support-case .grid-main .grid-main-section .case-overview-header .case-details-header-secondary>*:last-child{text-align:left}div.support-grid-case-details.support-case.support-case .grid-main .grid-main-section .case-overview-main{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;border-radius:8px}div.support-grid-case-details.support-case.support-case .grid-main .grid-main-section .case-overview-main>*{margin:9px;flex-basis:100%}div.support-grid-case-details.support-case.support-case .grid-main .grid-main-section .case-overview-main>*:last-child{padding-left:0}div.support-grid-case-details.support-case.support-case .grid-main .grid-main-section .case-overview-main>*:last-child{margin-bottom:0;padding-right:0}div.support-grid-case-details.support-case.support-case .grid-main .grid-main-section .case-overview-main>*>h3{font-size:14px}div.support-grid-case-details.support-case.support-case .grid-main .grid-main-section .case-overview-main>*>*:not(h3){font-size:14px;line-height:2}@media(min-width: 768px){div.support-grid-case-details.support-case.support-case .grid-main .grid-main-section .case-overview-main>*{flex-basis:45%}}@media(min-width: 1200px){div.support-grid-case-details.support-case.support-case .grid-main .grid-main-section .case-overview-main>*{flex:1 1 auto}}div.support-grid-case-details.support-case.support-case .grid-main .grid-main-section .case-overview-main .account>*:nth-child(2){display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}div.support-grid-case-details.support-case.support-case .grid-main .grid-main-section .case-overview-main .account>*:nth-child(2) .add-remove-bookmark{padding:0px 12px}div.support-grid-case-details.support-case.support-case .grid-main .grid-main-section .case-overview-secondary{border-radius:8px}div.support-grid-case-details.support-case.support-case .grid-main .grid-main-section .case-overview-secondary .form-group{margin-bottom:0}div.support-grid-case-details.support-case.support-case .grid-main .grid-main-section label{font-size:14px}@media(min-width: 768px){div.support-grid-case-details.support-case.support-case .grid-main .grid-main-section{padding:1rem 1.8rem}div.support-grid-case-details.support-case.support-case .grid-main .grid-main-section .case-overview-header{padding:0}div.support-grid-case-details.support-case.support-case .grid-main .grid-main-section .case-overview-header header{-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}div.support-grid-case-details.support-case.support-case .grid-main .grid-main-section .case-overview-header header .pf-v6-c-switch{margin-left:auto}div.support-grid-case-details.support-case.support-case .grid-main .grid-main-section .case-overview-header header>*{width:initial;margin-bottom:0}div.support-grid-case-details.support-case.support-case .grid-main .grid-main-section .case-overview-header .case-details-header-secondary{-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}div.support-grid-case-details.support-case.support-case .grid-main .grid-main-section .case-overview-header .case-details-header-secondary>*{width:initial}div.support-grid-case-details.support-case.support-case .grid-main .grid-main-section .case-overview-header .case-details-header-secondary>*:first-child{width:initial;margin-bottom:0}}@media(min-width: 1200px){div.support-grid-case-details.support-case.support-case .grid-main{-ms-flex:1 1 auto;flex:1 1 auto}}div.support-grid-case-details.support-case.support-case .grid-aside{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding:0;max-width:300px}div.support-grid-case-details.support-case.support-case .grid-aside .grid-aside-content{padding:1rem 1.5rem !important;height:100%;min-width:300px}@media(min-width: 992px){div.support-grid-case-details.support-case.support-case .grid-aside .grid-aside-content{min-width:400px}}@media(min-width: 1200px){div.support-grid-case-details.support-case.support-case .grid-aside .grid-aside-content{min-width:500px}}@media(min-width: 1450px){div.support-grid-case-details.support-case.support-case .grid-aside .grid-aside-content{min-width:550px}}@media(min-width: 2000px){div.support-grid-case-details.support-case.support-case .grid-aside .grid-aside-content{min-width:600px}}div.support-grid-case-details.support-case.support-case .grid-aside .grid-aside-content>*{margin:1rem 0 2rem}div.support-grid-case-details.support-case.support-case .grid-aside .sidebar-header{background-color:var(pf-t--color--white);border-bottom:1px solid var(--pf-t--global--border--color--100)}div.support-grid-case-details.support-case.support-case .grid-aside .sidebar-header button{display:-ms-flexbox;display:flex;align-items:center;width:100%;padding:.5rem;margin-bottom:16px;font-weight:500}div.support-grid-case-details.support-case.support-case .grid-aside .sidebar-header button span{font-size:1rem}div.support-grid-case-details.support-case.support-case .grid-aside .sidebar-header button:hover,div.support-grid-case-details.support-case.support-case .grid-aside .sidebar-header button:focus{background-color:--pf-v5-global--palette--black-300}div.support-grid-case-details.support-case.support-case .grid-aside .sidebar-content{background-color:#f0f0f0}div.support-grid-case-details.support-case.support-case .grid-aside.sidebar-collapsed button:first-of-type{padding:.5rem;margin-bottom:1rem}div.support-grid-case-details.support-case.support-case .grid-aside.sidebar-collapsed button.sidebar-section-toggle-btn{padding:.5rem;color:#494c50;margin-bottom:1rem}div.support-grid-case-details.support-case.support-case .grid-aside.sidebar-collapsed button.sidebar-section-toggle-btn:hover,div.support-grid-case-details.support-case.support-case .grid-aside.sidebar-collapsed button.sidebar-section-toggle-btn:focus{background-color:#dedede}@media(min-width: 992px){div.support-grid-case-details.support-case.support-case .grid-aside{max-width:400px}}@media(min-width: 1200px){div.support-grid-case-details.support-case.support-case .grid-aside{-ms-flex:0 1 auto;flex:0 1 auto;max-width:500px}}@media(min-width: 1450px){div.support-grid-case-details.support-case.support-case .grid-aside{max-width:550px}}@media(min-width: 2000px){div.support-grid-case-details.support-case.support-case .grid-aside{-ms-flex:0 1 auto;flex:0 1 auto;max-width:600px}}div.support-grid-case-details.support-case.support-case .pf-v6-c-expandable-section__toggle{width:100%;text-align:left;background-color:#f0f0f0;border:1px solid #d2d2d2;padding:.8rem 1rem;font-size:16px}div.support-grid-case-details.support-case.support-case button:not(.close),div.support-grid-case-details.support-case.support-case button:not(.pf-v6-c-expandable-section__toggle),div.support-grid-case-details.support-case.support-case .pf-v6-c-button,div.support-grid-case-details.support-case.support-case .btn.btn-app{font-size:14px}div.support-grid-case-details.support-case form h2,div.support-grid-case-details.support-case form h3,div.support-grid-case-details.support-case form h4,div.support-grid-case-details.support-case form h5,div.support-grid-case-details.support-case form h6,div.support-grid-case-details.support-case .subheading{font-family:"Red Hat Text",Overpass,Helvetica,sans-serif;font-size:14px;margin-bottom:6px}div.support-grid-case-details.support-case .btn.btn-app,div.support-grid-case-details.support-case .btn-app[role=button]{padding:.375rem 1rem;border-radius:4px}div.support-grid-case-details.support-case .card.card-support{padding:0;border:0}div.support-grid-case-details.support-case .card.card-support .card-heading{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-bottom:0;padding:.6rem 1rem;font-size:15px;font-weight:900;color:#fff}div.support-grid-case-details.support-case .card.card-support .card-heading a{margin-left:auto;color:#fff}div.support-grid-case-details.support-case .card.card-support .card-heading a:hover,div.support-grid-case-details.support-case .card.card-support .card-heading a:focus{color:#004080}div.support-grid-case-details.support-case .card.card-support .card-body{padding:1.1rem;border-bottom:1px solid var(--pf-t--global--border--color--100);border-left:1px solid var(--pf-t--global--border--color--100);border-right:1px solid var(--pf-t--global--border--color--100);border-radius:0 0 4px 4px}div.support-grid-case-details.support-case .card.card-support .card-body>*:last-child{margin-bottom:0}div.support-grid-case-details.support-case .card.card-support .card-body>*:last-child.pf-v6-c-pagination{-ms-flex-pack:justify;justify-content:space-between}div.support-grid-case-details.support-case .card.card-support.recommendations .recommendation-header{font-size:14px;font-weight:600}div.support-grid-case-details.support-case .card.card-support.recommendations .card-body ul{list-style-type:none}div.support-grid-case-details.support-case .card.card-support.recommendations .card-body ul li{margin-bottom:.8rem}div.support-grid-case-details.support-case .card.card-support.recommendations .card-body ul li a svg,div.support-grid-case-details.support-case .card.card-support.recommendations .card-body ul li a::after{display:none}div.support-grid-case-details.support-case .card.card-support.recommendations .card-body ul li>*:last-child{margin-top:4px}div.support-grid-case-details.support-case .card.card-support.recommendations .pf-v6-c-pagination{padding:.2rem}div.support-grid-case-details.support-case .card.card-support.recommendations .pf-v6-c-pagination .pf-v6-c-pagination-nav{align-items:center}div.support-grid-case-details.support-case .card.card-support.escalations .card-body{font-size:15px}div.support-grid-case-details.support-case .card.card-support.escalations .card-body p{margin-bottom:.8rem}div.support-grid-case-details.support-case .btn.btn-app.btn-link.case-reply-button{padding-left:.5rem;padding-right:.5rem}.text-danger{color:#c9190b !important}.text-warning{color:#f0ab00 !important}.btn-danger{border-bottom-color:#c9190b !important}.top-products p{margin-bottom:2rem;font-size:14px;font-weight:500}#case-management .sla{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:justify;justify-content:space-between}#case-management .sla>*{width:48%}.form-group label{font-size:15px}.form-group pre{padding:0;font-family:"Red Hat Text",Overpass,Helvetica,sans-serif;font-size:16px;font-weight:400;line-height:1.5em;background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0);color:#252525}mark{background-color:#faf3d1}.list-icons .recommendation-header .list-icon{padding-top:var(--pf-t--global--spacer--xs);padding-bottom:var(--pf-t--global--spacer--xs);margin-left:-2rem}.list-icons li:last-child{margin-bottom:0}.recommendation-header{font-size:14px;font-weight:600}.recommendation-header .pinned-resource{color:var(--pf-t--global--text--color--link--default)}.recommendation-header button:hover[title=Link] svg{color:#6ca100}.recommendation-header button[title=Unlink] svg{color:#6ca100}.recommendation-header button[title=Unlink]:hover svg{color:var(pf-t--global--icon--color--status--danger--default)}.result-body{font-size:13px;word-break:break-word;color:#000}.form-group:last-child{margin-bottom:0}#se-solution-engine .pf-v6-c-alert.ea-rule-alert{padding:0px;box-shadow:0px 0px;border:0px}div.pf-v6-c-alert.ea-rule-alert>div.pf-v6-c-alert__description>p{margin-bottom:0}.customer-view-switch-label{font-size:15px;font-weight:700;color:#252525}#case-details-aside-content[pfe-expanded]{overflow:visible}#case-details-aside-solutions .pf-v6-c-accordion__expandable-content-body{padding:0}#case-details-aside-content .card{border-radius:1px}#case-details-aside-content .card-heading{color:var(pf-t--color--white)}.anchor-tag-link-pl{padding-left:0px;font-size:14px;display:inline-block}.anchor-tag-link-td-none{text-decoration:none}.prevent-split.support-comment footer .comment-note span.external-tracker-label{color:#151515 !important}.prevent-split.support-comment footer .comment-note.external-tracker-label{color:#151515 !important}div.defaultViewCheckbox{grid-gap:0px}div.defaultViewCheckbox label.pf-v6-c-check__label{line-height:1rem}p.pref-case-popover-text{font-size:16px}.blueLock{color:var(--pf-v5-global--palette--blue-400)}.rrs-light-grey-text{color:var(--pf-v5-global--palette--black-600)}.rsa-checkbox{align-items:center}.rsa-checkbox input[type=checkbox]{margin:0 5px 0 0}.support-types-card{border:var(--pf-t--global--border--width--box--default) solid var(--pf-t--global--border--color--default)}.support-types-card.pf-m-selected{border:var(--pf-t--global--border--width--box--clicked) solid var(--pf-t--global--border--color--clicked)}.support-types-invalid{border:1px solid #c9190b}.submit-case-header-container{display:flex;padding:24px;flex-direction:column;align-items:flex-start;border-radius:var(--global-border-radius-medium, 16px);background:var(--chart-global-fill-color-100, #f2f2f2)}.view-case-button{color:#fff !important}.submit-page-title{display:flex !important;align-items:center !important}.submitCase-action-list{display:inline-flex;padding:24px 0px;align-items:center;gap:16px}.submit-page-title .pf-v6-c-content h1{margin:0 !important;display:inline !important}.rules-modal-items>h2{margin-top:0;margin-bottom:0}div.case-details-ref-number p{margin-bottom:0 !important}div.case-details-ref-number{margin-bottom:0 !important}div.submit-case-header-container>p.kicker.kicker-sm.pf-v6-u-mb-sm>a.case-link-disabled{pointer-events:none}div.submit-case-header-container>p.kicker.kicker-sm.pf-v6-u-mb-sm>a.case-link-disabled a:link{color:#151515 !important}div.submit-case-header-container>p.kicker.kicker-sm.pf-v6-u-mb-sm>a.case-link-disabled a:visited{color:#151515 !important}.pf-v6-c-skeleton{background-color:#f5f5f5;position:absolute}.pf-m-circle{border-radius:50%}.pf-v6-c-wizard__nav-link{font-size:15px}.pf-v6-c-wizard__nav-link-main{width:100%}.pf-v6-c-wizard__toggle-num,.pf-v6-c-wizard__nav-link::before{height:24px;width:24px;flex-shrink:0}.pf-v6-c-wizard__footer{display:flex !important;align-items:center !important;position:sticky;bottom:0px;border-top:1px solid #d9d9d9;padding:10px;gap:10px}.pf-v6-c-wizard__footer .btn.btn-app,.pf-v6-c-wizard__footer .btn-app[role=button]{padding:.375rem 1rem;border-radius:var(--global-border-radius-pill, 999px);border:var(--global-border-width-regular, 1px) solid var(--global-border-color-brand-default, #06c)}.pf-v6-c-wizard__main{padding:.8rem}.wizard-aside-content{top:0px;position:sticky}li.pf-v6-c-wizard__nav-item button.pf-m-disabled::before{background-color:#f0f0f0}.grid-wizard-aside-content{border-left:1px solid #c7c7c7;padding:1.5rem}@media(max-width: 992px){.grid-wizard-aside-content{display:none}}.case-submit-page{padding:2rem}.display-dashed{padding:.5rem;border:2px dashed var(--pf-v5-global--palette--black-600);background-color:var(--pf-v5-global--palette--black-300)}.main-nav-button{display:flex !important}.solved-issue-button{margin-left:auto !important}svg.pf-v6-c-spinner.pf-m-md.export-csv-loader{--pf-v5-c-spinner--Color: var(--pf-v5-global--Color--200) !important}svg.pf-v6-u-ml-xs.icon-size{width:14px}@font-face{font-family:"DejaVu Sans";src:url("https://access.redhat.com/chrome_themes/nimbus/fonts/unifont-15.0.06.ttf") format("truetype")}.case-type-section .case-type-category{height:75px;padding:.5rem 1rem;border:1px solid #d9d9d9;font-weight:600;line-height:1.6;background-color:var(--pf-v5-global--palette--black-150);color:var(--pf-v5-global--primary-color--100);word-break:break-word}.case-type-section .case-type-category.selected-case-type{border-color:var(--pf-v5-global--primary-color--100);background-color:#e6e6e6}.case-type-section .case-type-category:hover,.case-type-section .case-type-category:focus{border-color:var(--pf-v5-global--primary-color--100);background-color:#e6e6e6}.case-type-section .case-type-category:active{border-color:var(--pf-v5-global--primary-color--100)}.badge-item{background-color:var(--pf-v5-global--BackgroundColor--200);padding:0 8px 0 8px;border-radius:10px;color:#000}#case-details-handpicked-recommendations{margin:0}#case-details-handpicked-recommendations li{padding:0}#case-details-handpicked-recommendations li:first-child{margin-top:.5rem}#case-details-handpicked-recommendations li:not(:first-child) .handpicked-resource{margin-top:var(--pf-t--global--spacer--lg)}.handpicked-resource .eval-icons span{color:var(--pf-v5-global--primary-color--200)}#case-details-handpicked-recommendations-pagination-bottom-pagination,#case-details-pinned-recommendations-pagination-bottom-pagination{-ms-flex-pack:justify;justify-content:space-between;padding:.2rem}#case-details-pinned-recommendations{margin-bottom:0}.card-body-wrapper{display:flex;padding:16px;flex-direction:column;align-items:flex-start;gap:16px;border-radius:0px 0px var(--global-border-radius-medium, 16px) var(--global-border-radius-medium, 16px);border-right:1px solid var(--global-border-color-default, #c7c7c7);border-bottom:1px solid var(--global-border-color-default, #c7c7c7);border-left:1px solid var(--global-border-color-default, #c7c7c7);background:#fff}.card-body-wrapper{display:flex;padding:16px;flex-direction:column;align-items:flex-start;gap:16px;border-radius:0px 0px var(--global-border-radius-medium, 16px) var(--global-border-radius-medium, 16px);border-right:1px solid var(--global-border-color-default, #c7c7c7);border-bottom:1px solid var(--global-border-color-default, #c7c7c7);border-left:1px solid var(--global-border-color-default, #c7c7c7);background:#fff}.form-group span.form-instructions-bold{font-weight:600}.form-group a.pf-v6-c-button.pf-m-link.btn-choose-to-share{--pf-v6-c-button--PaddingBlockStart: var(--pf-t--global--spacer--xs);--pf-v6-c-button--PaddingInlineEnd: var(--pf-t--global--spacer--xs);--pf-v6-c-button--PaddingBlockEnd: var(--pf-t--global--spacer--xs);--pf-v6-c-button--PaddingInlineStart: var(--pf-t--global--spacer--xs)}.archived-clusters-checkbox .pf-v6-c-check__label{margin-bottom:0;font-size:16px}.openshift-cluster-id .pf-v6-c-select__menu{padding-top:5px;padding-bottom:5px}.openshift-cluster-id .pf-v6-c-divider{margin:5px 0px !important}#rh-support #rh-support-manage .grid-main.manage .pf-v6-c-tabs__item a{color:var(--pf-v5-global--palette--black-700)}.case-internal-status-selector-div .pf-m-disabled{background-color:var(--pf-v5-global--disabled-color--300)}.case-internal-status-selector-text .pf-v6-c-menu-toggle__text,.get-support-severity-modal-text .pf-v6-c-menu-toggle__text,.case-type-selector-text .pf-v6-c-menu-toggle__text{width:100% !important}#cep-checkbox{display:flex;align-items:center;margin-bottom:10px}#cep-checkbox #get-support-cep{margin:0 0 0 0}#cep-checkbox .pf-v6-c-check{padding-top:2px}#cep-checkbox .pf-v6-c-check__label{margin-top:2px}.sfdc-case-url-clipboard button{margin:0;align-self:stretch}.sfdc-case-url-clipboard .pf-v6-c-clipboard-copy{flex:1}.newFeatureModal #new-feature-modal-checkbox{margin-right:var(--pf-t--global--spacer--xs)}.kt-question-help-icon{font-size:var(--pf-t--global--icon--size--font--md)}.recommendation-box-tips li{margin-top:0px !important}#get-support-severity-modal{max-width:min-content}.review-form{background-color:#e0e0e0 !important;border-radius:8px}.ai-label-text{color:#000;display:flex;gap:4px}.loading-text{color:#000}#DeepPurpleColorAILabel{display:inline-flex;position:relative;z-index:1;margin:1px;line-height:normal;font-size:14px;height:29px;padding:0 12px;align-items:center;flex-shrink:0;border-radius:var(--Radius---pf-v5-global-BorderRadius--lg, 18px);border:1px solid var(--Purple---pf-v5-global--palette--purple-100, #cbc1ff);background:var(--Purple---pf-v5-global--palette--purple-50, #f2f0fc)}#DeepPurpleColorAILabel .pf-v6-c-label__content{color:#fff !important}#DeepPurpleColorAILabel .pf-v5-svg{margin:0 10px 0 5px !important}#DeepPurpleColorAILabel .pf-v6-c-spinner__path{stroke:#000 !important}#DeepPurpleColorAILabel svg.pf-v6-c-spinner{margin:0 10px 0 5px !important}.label-container-icon{position:relative;display:inline-block;overflow:hidden;padding:1px;border-radius:20px;height:32px;margin-bottom:18px}.single-select-toggle-text span.pf-v6-c-menu-toggle__text{width:100% !important}.no-cluster-id-reason-container .d-none{display:none}.no-cluster-id-reason-container .text-input-wrapper{width:100%}.gradient.label-container-icon::before{content:"";display:block;background:linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(102, 102, 102, 0.75) 50%, rgba(255, 255, 255, 0) 100%);height:300px;width:20px;position:absolute;animation:rotate 5s linear infinite forwards;top:50%;right:45%;transform-origin:top center}@keyframes rotate{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.cve-modal-fade-in-effect{opacity:0;animation:cveModalfadeIn .3s forwards}@keyframes cveModalfadeIn{from{opacity:0;transform:scale(0.9)}to{opacity:1;transform:scale(1)}}.card-header-bg{background-color:#006060 !important}.mirrored{transform:scaleX(-1)}.case-details-main{gap:normal}.case-details-main .pf-v6-c-expandable-section__content{border-radius:0 0 4px 4px}.case-details-main .pf-v6-c-expandable-section__toggle{padding:0 !important;border-radius:4px 4px 0 0;margin-bottom:-8px}.case-details-main .pf-v6-c-expandable-section__toggle button{display:flex;justify-content:flex-start;width:100%;color:var(--pf-t--color--black);font-weight:600;padding:16px;padding:1rem}#rha-action-plan,#rha-case-notes{min-height:5rem;resize:none !important}.pf-v6-c-tab-content[aria-label="Private Notes"],.pf-v6-c-tab-content[aria-label=History]{padding:var(--pf-t--global--spacer--md);background-color:var(--pf-t--color--white);border-radius:4px}.cursor-pointer{cursor:pointer}#file-uploader-title{margin-bottom:0}.file-upload-body{padding-top:0}.article-recommendations-card h3{margin-bottom:0}.postcomment-submit:disabled{color:var(--pf-v6-c-button--disabled--Color)}.remote-session-button:disabled{color:var(--pf-v6-c-button--disabled--Color)}.send-notifications-add:disabled{color:var(--pf-v6-c-button--disabled--Color) !important}
/* Main CSS file
============================================ */

/* Open Case section */
.open-case-product-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.open-case-product-wrapper .open-case-product {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 78%;
    flex: 1 0 78%;
    padding-right: 1em;
}

.open-case-product-wrapper .open-case-version {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 22%;
    flex: 1 0 22%;
}

/* Case Create section */
#case-create button {
    display: block;
}

#case-create button:last-child {
    margin-top: 1.5rem;
    padding: 0;
}

/* Shared */
.unstyled-list {
    list-style-type: none;
    padding-left: 0;
}

.inline-link {
    margin-left: 5px;
}

.btn.btn-app.btn-primary {
    background-color: #06c;
    border-color: #06c;
}

.btn.btn-app.btn-bordered {
    background-color: #fff;
    border-color: #4c4c4c;
    color: #4c4c4c;
}

.btn.btn-app[disabled] {
    background: #d1d1d1;
    border-color: #d1d1d1 !important;
    color: #8d8d8d;
}

button.cta-link {
    background: none;
    border: 0;
}

.spinner.spinner-lg {
    margin: 15% auto 0;
}

form .form-group {
    margin-bottom: 2rem;
}

.form-required {
    margin-left: 4px;
    color: #c9190b;
}

form input[type='text'],
form textarea.form-control,
form .form-control {
    border-color: #ededed;
    border-bottom-color: #8b8d8f;
    box-shadow: none !important;
}

form input[type='text']:hover,
form input[type='text']:focus,
form textarea.form-control:hover,
form textarea.form-control:focus {
    border-bottom-color: #06c;
}

.pf-v6-c-form-control.pf-m-warning {
    border-bottom-color: var(--pf-v5-c-form-control--m-warning--BorderBottomColor);
    border-bottom-width: 2px;
}

form .form-group .form-control.form-invalid {
    border-bottom-color: #c9190b !important;
    border-bottom-width: 2px;
}

form .form-group .form-control.form-invalid + .form-instructions,
.form-instructions.form-invalid {
    color: #c9190b !important;
    font-size: 14px;
}

form .form-group .form-control[disabled] {
    border-bottom: 1px solid #a5a7a9;
}

form .form-group .form-control.form-invalid[disabled] {
    border-bottom-color: #a5a7a9 !important;
}

input[type='checkbox'] {
    margin: 0 10px 0 0;
}

.form-instructions {
    margin-top: 4px;
    font-size: 14px;
    color: #333;
}

.dropdown-select {
    height: initial;
    border-color: #ededed;
    background-color: #fff;
    border-color: #ededed;
    border-bottom-color: #252525;
}
.dropdown-select:hover,
.dropdown-select:focus {
    border-bottom-color: #06c;
}
.dropdown-select > select.form-invalid,
.dropdown-select > select.form-invalid {
    border-bottom-color: #c9190b;
}

/* Notification styles */

.se-notification {
    margin: 0 0 1.5rem 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 1.1rem 1rem;
    border: 1px solid #e7e7e7;
    border-left: 0;
    -webkit-box-shadow: -4px 0px 0px 0px #06c;
    box-shadow: -4px 0px 0px 0px #06c;
    background-color: #fff;
    line-height: 1.4;
}

.se-notification .se-notification-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 6%;
    flex: 0 1 6%;
    color: #004b70;
    font-size: 18px;
    padding: 0 12px 0 0;
}

.se-notification .se-notification-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.se-notification .se-notification-body .se-notification-heading {
    margin-bottom: 8px;
    font-size: 1rem;
    font-weight: 600;
}

.se-notification .se-notification-body a.se-notification-heading {
    font-weight: 500;
}

.se-notification .se-notification-body .se-notification-desc {
    margin-bottom: 0;
    padding-right: 1em;
    font-size: 15px;
}

/* Bandaid for bad HTML - needs to be fixed */
.se-notification .se-notification-body .se-notification-desc > * {
    margin: 0;
    padding: 0;
}

.se-notification .close {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 5%;
    flex: 0 1 5%;
    font-size: 25px;
    opacity: 0.6;
    padding: 0 5px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

/* More or less feature */

.more-less-wrapper {
    overflow: hidden;
    -webkit-transition: max-height 0.8s;
    transition: max-height 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.more,
.less {
    padding: 10px 0 !important;
    font-weight: bold;
    cursor: pointer;
}

.text-error {
    margin-top: 1rem;
    color: #c9190b !important;
}

.more-less-wrapper.open {
    max-height: none !important;
    overflow-y: visible;
}

#review h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#review .list-flat pre {
    margin-bottom: 0.5rem;
    padding: 0.2rem 0;
    background-color: transparent;
    border: 0;
    font-family: 'Red Hat Text', 'Overpass', Helvetica, sans-serif !important;
    font-size: 16px;
    line-height: 1.5em;
    max-height: 150px;
    overflow-y: hidden;
}

/*
  Note: Set all icons to fixed spacing (review right / left)
  -  Remove this after you do that
*/
.m-l-1 {
    margin-left: 5px;
}

.pf-tippy-theme.tippy-tooltip .pf-v6-c-popover {
    background-color: #fff;
    -webkit-box-shadow: rgba(3, 3, 3, 0.05) 0px 1px 1px 0px, rgba(3, 3, 3, 0.06) 0px 4px 8px 4px;
    box-shadow: rgba(3, 3, 3, 0.05) 0px 1px 1px 0px, rgba(3, 3, 3, 0.06) 0px 4px 8px 4px;
}

.pf-v6-c-popover .pf-v6-c-popover__body > * {
    margin-bottom: 0;
}

/* .pf-v6-c-popover .pf-v6-c-button {
    position: absolute;
    top: 8px;
    right: 2px;
    color: rgb(114, 118, 123);
    padding: 4px 14px;
    background: none;
} */

.pf-tippy-theme.tippy-tooltip .pf-tippy-theme {
    max-width: calc(20.25rem);
    -webkit-transition-duration: 325ms;
    transition-duration: 325ms;
}

/* For allowing clickable links inside popover */
.pf-tippy-theme.tippy-tooltip .tippy-content {
    pointer-events: initial !important;
}

.pf-tippy-theme.tippy-tooltip .pf-v6-c-popover .pf-v6-c-popover__content {
    position: relative;
    background-color: #fff;
    padding: 1.5rem;
    font-size: 16px;
}

.pf-tippy-theme.tippy-tooltip .pf-v6-c-popover .pf-v6-c-popover__arrow {
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: rgba(3, 3, 3, 0.05) 0px 1px 1px 0px, rgba(3, 3, 3, 0.06) 0px 4px 8px 4px;
    box-shadow: rgba(3, 3, 3, 0.05) 0px 1px 1px 0px, rgba(3, 3, 3, 0.06) 0px 4px 8px 4px;
}

/* move this */
#support-level-wrapper,
#severity-wrapper {
    width: 46%;
    display: inline-block;
}

#severity-wrapper {
    float: right;
}

#wizard-main .wizard-main-section#suggestions .se-notification {
    margin: 0 5px 2rem;
}

.list-flushleft li {
    margin-bottom: 0.5em;
    list-style-type: none;
}

.list-flushleft li:last-child {
    margin-bottom: 0;
}

#se-solution-engine .wizard-main-section:not(#productSelector) label {
    font-size: 14px;
    margin-bottom: 0;
    padding-bottom: 8px;
}

.preview-case .review-form {
    max-height: 80vh;
    overflow-y: auto;
}

.fa-question-circle {
    margin-left: 8px;
}

.insights-results-main-section {
    border: 1px solid;
    padding: 15px;
}

.k-pdf-export .hide-in-pdf {
    display: none !important;
}

.hide-pfe-in-pdf {
    display: none !important;
}

.page-number {
    position: absolute;
    bottom: 10px;
    left: 50px;
}

.k-pdf-export {
    font-family: 'Red Hat Text', 'Overpass', Helvetica, sans-serif;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.k-pdf-export h1,
.k-pdf-export h2,
.k-pdf-export h3,
.k-pdf-export h4,
.k-pdf-export h5,
.k-pdf-export h6 {
    font-family: 'Red Hat Display', 'Overpass', Helvetica, sans-serif;
}

.k-pdf-export .support-grid.support-case .grid-aside {
    display: none;
}

.show-in-pdf {
    display: none !important;
}

.k-pdf-export .show-in-pdf {
    display: block !important;
}

.private-attachment {
    background: rgba(238, 0, 0, 0.05);
    border: rgba(238, 0, 0, 0.05);
}

.form-control {
    box-shadow: none !important;
}

.recommendation-loading-dots {
    position: absolute;
    width: 100%;
}

#summary-progress-bar .pf-v6-c-progress__status-icon {
    display: none;
}

#summary-progress-bar .pf-v6-c-progress__bar,
#summary-progress-bar .pf-v6-c-progress__indicator {
    height: 2px;
}

#summary-progress-bar.gray .pf-v6-c-progress__bar,
#summary-progress-bar.gray .pf-v6-c-progress__bar::before {
    background-color: var(--pf-v5-global--palette--black-300) !important;
}

#summary-progress-bar .pf-v6-c-progress.pf-m-sm .pf-v6-c-progress__measure {
    font-size: 14px;
}

#summary-progress-bar {
    row-gap: 9px;
    line-height: 2px;
}

#additional-information-section textarea {
    resize: none !important;
}

/* Pagination CSS file
============================================ */

:focus:not(:focus-visible) {
    outline: none;
}

.se-pagination ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
    align-items: baseline;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0;
    padding: 0.7rem 0.6rem;
    list-style: none;
}

.se-pagination ul li {
    margin-right: 10px;
}

.se-pagination ul li:nth-child(3) {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0.5rem;
}

.se-pagination ul li:nth-child(3) input {
    border-color: #ededed;
    border-bottom-color: #8b8d8f;
    text-align: right;
    padding: 10px;
}

.se-pagination ul li:nth-child(3) input:focus,
.se-pagination ul li:nth-child(3) input:hover {
    border-bottom-color: #06c;
}

.se-pagination ul li:nth-child(3) .text-nowrap {
    padding: 0 8px;
    letter-spacing: 0.5px;
}

.se-pagination ul li:last-child {
    margin-right: 0;
}

.se-pagination ul li > button {
    min-height: 34px;
    min-width: 34px;
    border: 0;
    padding: 5px;
    background-color: transparent;
    text-align: center;
    text-decoration: none;
}

.se-pagination ul li > button:hover:not([disabled]) i,
.se-pagination ul li > button:focus:not([disabled]) i {
    font-weight: 900;
}

.se-pagination ul li > button i {
    font-size: 18px;
    font-weight: 500;
}

.se-pagination button:disabled {
    cursor: not-allowed;
    opacity: 0.3;
}

/* Product Selector CSS file
============================================ */

.product-dropdown .downshift-menu {
    /* min-width: 100%;
  max-width: 380px; */
    max-height: 300px;
}

.product-selector-list li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: 1.5rem;
}

.product-selector-list li input[type='radio'] {
    margin-top: 0;
    margin-right: 1rem;
}

.product-selector-list li label {
    -ms-flex: 0 1 90%;
    flex: 0 1 90%;
    width: 90%;
    font-weight: 400 !important;
}

.all-product-selector-dropdown {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.all-product-selector-dropdown {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.all-product-selector-dropdown > * {
    width: 100%;
}

.all-product-selector-dropdown > *:first-child {
    margin-bottom: 2rem;
}

#describe-issue .product-selector-wrapper {
    margin-bottom: 2.5rem;
}

#describe-issue .all-product-selector-dropdown > *:first-child {
    margin-bottom: 1.5rem;
}

@media (min-width: 1200px) {
    .all-product-selector-dropdown {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: flex-start;
        align-items: flex-start;
    }

    .all-product-selector-dropdown > * {
        margin-bottom: 0 !important;
    }

    .all-product-selector-dropdown > *:first-child {
        -ms-flex: 0 1 60%;
        flex: 0 1 65%;
        width: 65%;
    }

    .all-product-selector-dropdown > * label {
        font-size: 15px;
    }

    .all-product-selector-dropdown .version-selector-wrapper {
        -ms-flex: 0 0 31%;
        flex: 0 0 31%;
        -ms-flex-item-align: center;
        margin-left: 24px;

        button {
            height: 40px;
        }
    }

    .version-dropdown-wrapper {
        display: flex;
        align-items: center;
    }
}

.ask-redhat {
    padding-bottom: 2rem;
}

.ask-redhat-title {
    display: flex;
    flex-direction: row;
    height: 24px;
    flex-shrink: 0;
    color: #000;
    font-family: 'Red Hat Display';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    align-items: center;
    gap: 0.5rem;
}

.ask-redhat-content-wrapper {
    position: relative;
}

.ask-redhat-content {
    min-height: 242px;
    max-height: 242px;
    color: #000;
    font-family: 'Red Hat Text';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    overflow: hidden;
    position: relative;
    transition: max-height 0.8s ease;
}

.ask-redhat-content--expanded {
    max-height: calc(100vh - 376px) !important;
    transition: max-height 0.8s ease !important;
}

.ask-redhat-content--expanded-scrollable {
    max-height: calc(100vh - 512px);
    overflow-y: auto;
}

.ask-redhat-list {
    margin-left: 1.5rem;
}

.ask-redhat-cards {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
}

.ask-redhat-card {
    flex: 1;
}

.ask-redhat-card-title {
    margin: 0;
}

.ask-redhat-footer-wrapper {
    position: relative;
    margin-top: 24px;
    padding-bottom: 16px;
}

.ask-redhat-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ask-redhat-footer-text {
    margin: 0;
}

.ask-redhat-error {
    border: 1px solid #c7c7c7;
    border-radius: 6px;
    padding: 12px 24px;
}

.ask-redhat-rate-limit-error {
    border: 1px solid #c7c7c7;
    border-radius: 6px;
    padding: 24px;
}

.ask-redhat-rate-limit-error > .pf-v6-c-empty-state {
    padding: 0 !important;
}

:root {
    --color-red: var(--Core-color-palette-Red-red-40, #f56e6e);
    --color-purple: var(--Secondary-color-palette-Purple-purple-50, #5e40be);
    --gradient-red-purple: linear-gradient(90deg, var(--color-red), var(--color-purple));
    --gorgey: #f56e6e;
}

.ask-redhat-chat-button {
    width: 129px;
    height: 30px;
    justify-content: center;
    align-items: center !important;
    gap: 8px;
    flex-shrink: 0;
    border-radius: 40px;
    background: var(--gradient-red-purple) !important;
    color: #000;
    text-decoration: none;
    transition: all 0.2s ease;
    cursor: pointer;
    position: relative;
    display: flex;
    padding: 1px;
}

.ask-redhat-chat-button svg {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

.ask-redhat-chat-button .pf-v6-c-button__text {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    color: #000;
    margin: 0;
    padding: 0;
    height: 100%;
}

.ask-redhat-chat-button .pf-v6-c-button__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    height: 100%;
}

.ask-redhat-chat-button::before {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    background: #fff;
    border-radius: 39px;
    z-index: 1;
}

.ask-redhat-chat-button > * {
    position: relative;
    z-index: 2;
}

.ask-redhat-chat-button:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(94, 64, 190, 0.2);
}

.ask-redhat-fade-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 147px;
    flex-shrink: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 80%, #fff 100%);
    pointer-events: none;
    z-index: 1;
}

.ask-redhat-toggle-button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    left: 50%;
    width: 211.839px;
    height: 40px;
    transform: translateX(-50%);
    background-color: #fff;
    z-index: 3;
    background: var(--gradient-red-purple) !important;
    padding: 2px;
    color: #000;
    border-radius: 40px;
}

.ask-redhat-toggle-button .pf-v6-c-button__text {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    margin: 0;
    padding: 0;
    gap: 8px;
    color: #000;
}

.ask-redhat-toggle-button svg {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

.ask-redhat-toggle-button::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    background: #fff;
    border-radius: 38px;
    z-index: 1;
}

.ask-redhat-toggle-button > * {
    position: relative;
    z-index: 2;
}

.ask-redhat-toggle-button-collapsed {
    display: flex;
    width: 50px;
    height: 24px;
    padding: 6px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    border-radius: 40px;
    background: var(--gradient-red-purple) !important;
    color: #000;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}

.ask-redhat-toggle-button-collapsed::before {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    background: #fff;
    border-radius: 39px;
    z-index: 1;
}

.ask-redhat-toggle-button-collapsed > * {
    position: relative;
    z-index: 2;
}

.ask-redhat-toggle-button-collapsed svg {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    line-height: 1;
}

.ask-redhat-toggle-button-wrapper {
    position: relative;
}

.ask-redhat-border-line {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: #d2d2d2;
    z-index: 1;
}

.return-to-case-btn {
    border: none;
    background-color: transparent;
    color: #0066cc;
    padding-left: 0 !important;
    cursor: pointer;
}

.return-to-resources-btn {
    border: none;
    background-color: transparent;
    color: #0066cc;
    cursor: pointer;
}
.return-to-case-text {
    font-size: 14px;
}

.pf-chatbot--fullscreen {
    position: absolute !important;
}

.pf-chatbot--embedded {
    height: calc(100vh - 276px) !important;
}

.pf-chatbot--fullscreen .pf-chatbot-container {
    height: calc(100vh - 255px) !important;
}

.fullscreen-chat-footer {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 42px !important;
    background: #f6f6f6 !important;
    border-top: 1px solid #d1d1d1 !important;
    align-items: center !important;
    z-index: 10001 !important;
    padding-left: 25px;
    display: none !important;
}

body:has(.pf-chatbot--fullscreen) .pf-v6-c-wizard__footer {
    z-index: 0 !important;
}

body:has(.pf-chatbot--fullscreen) .fullscreen-chat-footer {
    display: flex !important;
}

body:has(.pf-chatbot--fullscreen) .main-section {
    min-height: calc(100vh - 224px) !important;
}

body:has(.pf-chatbot--embedded) .main-section {
    min-height: calc(100vh - 218px) !important;
}

body:has(.pf-chatbot--embedded) .pf-v6-c-wizard__main-body:last-child {
    padding: 0 !important;
}

body:has(.pf-chatbot--embedded) .hide-for-askredhat {
    display: none !important;
}

.pf-v6-c-modal-box__close + * {
    margin-inline-end: 0 !important;
}

.pf-chatbot__feedback-card {
    max-width: 100% !important;
}

.privacy-notice-container {
    margin-top: calc(-0.9 * var(--pf-v6-c-form--GridGap)) !important;
    padding: 0.5rem;
}

.privacy-notice-container + .pf-v6-c-form__group {
    margin-top: calc(-1 * var(--pf-v6-c-form--GridGap)) !important;
}

.response-actions-wrapper {
    margin-top: 24px;
    margin-bottom: 24px;
}

.pf-chatbot__header {
    color: #151515 !important;
    background-color: #f2f2f2 !important;
}

.ask-redhat-core .pf-chatbot__header .pf-v6-c-title {
    font-size: 16px !important;
    font-weight: 600 !important;
}

.ask-redhat-core .pf-chatbot__beta-label .pf-v6-c-label__content {
    color: #707070 !important;
    line-height: var(--global-font-line-height-figma-only-body-small, 18px) !important;
    font-weight: 500 !important;
}

.ask-redhat-core .pf-chatbot__header-container:after {
    display: none !important;
}

.ask-redhat-core .pf-chatbot__expand-collapse-button {
    color: #151515 !important;
    font-size: var(--global-font-size-body-sm, 12px) !important;
    align-items: center !important;
    transition: background-color 0.15s ease, color 0.15s ease !important;
}

.pf-chatbot__expand-collapse-button .pf-v6-svg {
    width: 16px !important;
    height: 16px !important;
    color: black !important;
}

.ask-redhat-core .pf-v6-c-button__icon.pf-m-end {
    margin-left: 0 !important;
    display: flex !important;
    padding: 8px !important;
    align-items: center !important;
    gap: 5px !important;
    border-radius: var(--global-border-radius-small, 6px) !important;
    background: #fff !important;
}

.ask-redhat-core .pf-chatbot__message-bar {
    background: #fff !important;
}

.ask-redhat-core .pf-chatbot__message-and-actions .pf-v6-c-button__icon {
    background: inherit !important;
    padding-left: 0 !important;
}

.ask-redhat-core .pf-chatbot__expand-collapse-button:hover,
.ask-redhat-core .pf-chatbot__expand-collapse-button:focus {
    background-color: #e6e6e6 !important;
}

.ask-redhat-core .pf-chatbot__expand-collapse-button:hover .pf-v6-c-button__text,
.ask-redhat-core .pf-chatbot__expand-collapse-button:focus .pf-v6-c-button__text {
    color: #151515 !important;
}

/* Result CSS file
============================================ */

/* ALL RECOMMENDATIONS */
.result .result-header .se-recommended {
    font-weight: 600;
    word-wrap: break-word;
    word-break: normal;
}

.result .result-header .se-recommended::after {
    display: none !important;
}

.result .result-body {
    margin-bottom: 0;
    width: 100%;
    word-wrap: break-word;
    word-break: normal;
}

/* ALL RECOMMENDATIONS - file diag */
.card-support .card-body .result .btn-incident-info {
    margin-top: 5px;
    padding-left: 0;
}

/* MAIN RECOMMENDATIONS */

#recommendations .recommendation-list .result,
.card-body .result {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 1.5rem;
    word-wrap: break-word;
    word-break: break-all;
}

.recommendation-list {
    margin-top: 26px;
}

.recommendation-list .result {
    margin-bottom: 18px;
}

.recommendation-list .result:last-child {
    margin-bottom: 0;
}

.recommendation-list .result .result-header,
.card-body .result .result-header {
    width: 100%;
    margin-bottom: 0;
    font-weight: 600;
}

.recommendation-list .result .result-header .se-recommended {
    font-size: 1rem;
}

.recommendation-list .result .result-header .header-meta > * {
    margin-right: 0.5%;
    font-size: 14px;
    font-weight: 600;
    color: rgb(118, 118, 118);
}

.recommendation-list .result .result-header .header-meta .status-verified,
.recommendation-list .result .result-header .header-meta .solution-verified {
    color: #486b00;
    font-size: 13px;
    text-transform: uppercase;
}

.recommendation-list .result .result-header .header-meta .highly-recommended-doc {
    color: #486b00;
    font-size: 13px;
    text-transform: uppercase;
}
.recommendation-list .result .issue-wrap {
    max-height: 150px;
    width: 100%;
}

.recommendation-list .result .issue-wrap *,
.recommendation-list .result .issue-wrap * > * {
    margin-bottom: 0.5em;
}

.recommendation-list .result .issue-wrap pre {
    margin: 1.1em 0;
}

.recommendation-list .result .list-flushleft {
    padding-left: 1.4rem;
    margin-bottom: 0;
}

/* MAIN RECOMMENDATIONS - file diag */

.insight-results-list {
    margin-bottom: 0;
}

.insight-results-list .result {
    margin-bottom: 1rem;
}

.insight-results-list .result:last-child {
    margin-bottom: 0;
}

.card-body .result .result-header .header-meta {
    display: none;
}

.card-body .result .result-header .se-recommended {
    font-size: 15px;
}

.card-body .result .result-body {
    margin-bottom: 0;
    font-size: 14px;
}

.card-body .result:last-of-type {
    margin-bottom: 0 !important;
}

.card-body .result .btn-incident-info {
    font-size: 13px;
}

/* TOP RECOMMENDATIONS */

.top-recommendations .card-body ul,
.card-body .card-body .insights-results-list {
    margin-bottom: 0;
}

.top-recommendations .card-body .result {
    margin-bottom: 1rem;
}

.top-recommendations .card-body > *:not(.file-results-aside) .result:last-child {
    margin-bottom: 0.5rem;
}

.top-recommendations .card-body .result .result-header {
    margin-bottom: 2px;
}

.top-recommendations .card-body .result .result-header .se-recommended {
    font-size: 14px;
    line-height: 1.5;
}

.top-recommendations .card-body .result .result-header .se-recommended::after {
    display: none !important;
}

.top-recommendations .card-body .result .btn-incident-info,
.top-recommendations .card-body .result .result-body {
    font-size: 13px;
    line-height: 1.4;
}

/* TOP RECOMMENDATIONS - file diag */
.top-recommendations .card-body .file-results-aside {
    border-bottom: 1px solid #ccc;
    margin-bottom: 1.4rem;
}

.top-recommendations .card-body .file-results-aside > *:first-child {
    font-size: 14px;
    font-weight: 600;
}

.top-recommendations .card-body .file-results-aside .result {
    font-size: 0.5rem;
}

.top-recommendations .card-body .file-results-aside .result .btn-incident-info {
    font-size: 12px;
}

.match-label {
    height: 1.25rem;
    margin: 0 0.5rem 0.25rem 0 !important;
    font-weight: 200 !important;
}

/* .file-selector-wrapper {
    display: flex;
    margin-bottom: .3125em;
}

.file-selector-content {
    width: 78%;
    height: 34px;
    margin-bottom: 0px;
    background-color: #fff;
    border: 1px solid #ccbebe;
    border-bottom: 1px solid #403c3c;
} */

.select-file-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
}

#select-file[type='file'] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    white-space: nowrap;
    width: 1px;
}

#select-file-button {
    margin-left: auto;
    padding: 0.375rem 1rem;
    border-radius: 0 !important;
}

#select-file[type='file']:focus + .select-file-field {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

#select-file[type='file'] + .select-file-field * {
    pointer-events: none;
}

.select-file-wrapper .select-file-field {
    -ms-flex: 1;
    flex-grow: 1;
    height: 35px;
    margin-bottom: 0;
    padding: 0.4rem 0.6rem;
    background-color: white;
    color: #8b8d8f;
    border: 1px solid #ededed;
    border-bottom-color: #8b8d8f;
    border-right: none;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

i.web-icon-check {
    padding: 5px 10px;
    color: #3c763d;
}

/* File diagnostic css */
.file-diag .file-diag-dragndrop {
    width: 100%;
    padding: 1rem;
    border: 1px dashed #06c;
    border-radius: 6px !important;
    color: #06c;
    font-size: 14px;
    text-align: center;
    margin-bottom: 0;
}

.file-diag .file-diag-dragndrop:hover,
.file-diag .file-diag-dragndrop:focus {
    background-color: #f5f5f5;
}

.file-diag-list {
    list-style: none;
    margin-bottom: 0;
    padding: 0;
}

.file-diag .file-diag-list .file-name {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.file-diag .file-diag-list li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.file-diag .file-diag-list label {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
    align-items: baseline;
    word-break: break-all;
}

.file-diag .file-diag-list li:not(.text-error) label {
    padding-bottom: 16px;
}

.file-diag .file-diag-list label i.icon-warning,
.file-diag .file-diag-list label i.icon-check-alt {
    margin-right: 6px;
    font-size: 13px;
    line-height: 1.6;
}

.file-diag .file-diag-list.text-error,
.file-diag-list .remove-file {
    margin-top: 0;
    color: var(--pf-v5-global--danger-color--100);
}

.file-diag .file-diag-list .remove-file {
    margin-left: auto;
    padding: 0.375rem 0.5rem !important;
    font-size: 12px;
}

.file-diag .file-diag-list li.text-error .file-error {
    margin-left: 3px;
}

.file-diag .file-diag-list li .file-name .character-counter {
    margin-left: 5px;
    font-size: 14px;
    line-height: 1.6;
}

.file-diag .file-buttons {
    margin-top: 1rem;
    font-size: 14px;
}

.preview-case .account-selector-wrapper .account-selector {
    width: 100%;
}

.get-support-owner-wapper input {
    min-height: 36px;
}

.margin-top.managed-account-selector {
    .pf-m-disabled {
        background-color: var(--pf-v5-global--disabled-color--300) !important;
    }
}

/* CSS bleeds out. Be careful with specificity. */

pfe-collapse-toggle h3 {
    position: relative;
    background-color: #f0f0f0;
    padding: 5px;
}

pfe-collapse-toggle h3:after {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    right: 10px;
    top: 10px;
    display: block;
    background-color: black;
    color: white;
    border: 1px solid black;
}

pfe-collapse-toggle[aria-expanded='true'] h3:after {
    background-color: white;
    color: black;
    border: 1px solid black;
}

button,
.pf-v6-c-button,
.btn.btn-app {
    font-size: 14px;
}

.archived-clusters-checkbox {
    grid-gap: 0px;
}

.case-details-tabs .pf-v6-c-tabs__item.pf-m-current {
    border-bottom: var(--pf-v6-c-tabs__item--m-current__link--after--BorderWidth) solid
        var(--pf-v6-c-tabs__item--m-current__link--after--BorderColor);
    background-color: var(--pf-v6-c-tabs__item--m-current--BackgroundColor);
}

.case-details-tabs .case-details-tabs-content {
    background-color: #f0f0f0;
    margin-left: -1.8rem;
    padding-left: 1.8rem;
    margin-right: -1.8rem;
    padding-right: 1.8rem;
    margin-bottom: -1rem;
    padding-bottom: 8rem;
    min-height: 300px;
}

.case-details-tabs-content {
    border-radius: 0 0 0 16px !important;
}

.support-comment {
    display: block;
    margin-bottom: 1rem;
    padding: 1.4rem 1.3rem 0.8rem 1.5rem;
    background-color: #fff;
    color: #252525;
    border: 1px solid #d2d2d2;
    border-left: 4px solid #ee0000;
}

.discussion-elements:last-child support-comment {
    margin-bottom: 0;
}

.support-comment.comment-associate {
    border-left: 4px solid #ee0000;
}

.support-comment.comment-customer {
    border-left: 4px solid #316dc1;
}

.support-comment.comment-partner {
    border-left: 4px solid #316dc1;
}

.support-comment.comment-automated {
    border-left: 4px solid #046a89;
}

.support-comment.comment-external-tracker {
    border-left: 4px solid #000000;
}

.support-comment.comment-attachment {
    border-left: 4px solid #286869;
}

.support-comment.private {
    background-color: rgba(250, 234, 232, 0.7);
}

.support-comment header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: baseline;
    align-items: baseline;
    font-size: 15px;
}

.support-comment header h4 {
    font-weight: 600;
}

.support-comment header time {
    color: #4d4d4d;
    font-size: 13px;
}

.support-comment .comment-body {
    word-break: break-word;
}

.support-comment .comment-body ul {
    list-style: '-';
}

.support-comment .comment-body blockquote {
    border-left: 5px solid #c0c0c0 !important;
}

#case-description ul {
    list-style: '-';
    padding-left: 1rem;
    line-height: 1rem;
}

.support-comment footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0.5rem;
}

.support-comment footer .comment-note {
    color: #a30000;
    font-size: 15px;
    font-weight: 600;
}

.support-comment footer .text-danger {
    color: #a30000;
    margin-left: auto;
}

.support-comment footer .text-danger:hover,
.support-comment footer .text-danger:focus {
    color: #660000;
}

.support-comment.comment-attachment {
    overflow: hidden;
    transition: all 0.5s ease-in;
    height: 0;
    opacity: 0;
}

.support-comment.comment-attachment .comment-body {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.support-comment.comment-attachment.showcard {
    height: 100%;
    opacity: 1;
}

.clipboard-wrapper {
    display: flex;
    position: relative;
}

.clipboard-wrapper svg {
    color: var(--pf-t--global--text--color--link--default);
}

.clipboard-wrapper :first-child {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.helper-text-size {
    font-size: var(--pf-t--global--font--size--100);
}

.label-text-size {
    font-size: var(--pf-t--global--font--size--300);
}

.request-collaboration-input {
    background-color: var(--pf-t--global--background--color--200);
    border: var(--pf-t--global--border--width--box--default) solid var(--pf-t--global--border--color--100);
}

.copy-button {
    display: flex;
    align-items: center;
}

.clip-code-raw-btn {
    position: absolute;
    background-color: #fff;
    right: 0px;
    top: 0px;
    bottom: 0px;
    padding: 5px 10px;
    border: 1px solid #ededed;
    color: #0076e0;
}

.clip-content-wrapper code {
    padding: 0px;
    white-space: nowrap;
}

.comment-feedback-buttons {
    margin-left: auto;
    margin-right: 1rem;
}

.support-comment footer .comment-feedback-buttons button {
    font-size: 20px !important;
    padding: 0.375rem 0.5rem !important;
}

.comment-body .attachment-download-btn {
    padding: 0px 3px;
}

.downshift input[disabled] + label {
    opacity: 0.2;
}

.reset-pre-text {
    padding: 0;
    margin: 0;
    border: none;
    background: none;
}

.rbt-input.rbt-input-multi {
    height: auto !important; /* for IE */
}

.rbt .rbt-input-wrapper .rbt-input-hint-container,
.rbt .rbt-input-wrapper .rbt-input-hint-container > * {
    display: inline !important;
}

.rbt .rbt-input-main {
    width: 100% !important;
}

.rbt .rbt-token {
    margin: 2px 10px 2px 0;
}

.rbt .rbt-token button {
    background: none;
    padding: 7px;
}

.rbt .rbt-input.rbt-input-multi.is-invalid {
    border-bottom: 2px solid #c9190b !important;
}

.rbt .rbt-input.rbt-input-multi .rbt-input-wrapper::-webkit-scrollbar {
    display: none;
    scrollbar-width: none;
}

.rbt .rbt-input.rbt-input-multi .rbt-input-wrapper > * {
    display: inline-block !important;
}

.rbt .rbt-input.rbt-input-multi .rbt-input-wrapper > *:not(.rbt-token) {
    width: -webkit-fill-available;
}

.post-comment-btn-group {
    display: flex;
}

.post-comment-btn-group .upload-another-file {
    margin-right: 0.5rem;
}

.post-comment-btn-group .post-comment-checkbox {
    margin-left: auto;
}

.post-comment-btn-group .post-comment-checkbox input[type='checkbox'] {
    margin: 0 2px 0 0;
}

.support-comment mark,
.mark {
    padding: 0;
}

.case-comment-input-container {
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.case-comment-input-container input {
    padding-right: 35px;
    margin-right: 1rem;
}

.case-comment-input-container .clear-btn {
    position: absolute;
    top: 8px;
    right: 92px;
    font-size: 14px;
    background-color: transparent;
    padding: 0 1rem;
}

.ReactVirtualized__List:focus {
    outline: none;
}

input[aria-invalid='true'].pf-v6-c-form-control {
    border-bottom-width: 2px !important;
}

.comment-body ul,
.markdown-preview ul {
    list-style: '- ';
    padding-left: 1.5em;
}

.tab-title-with-badge {
    display: flex;
    align-items: center;
    gap: 8px;
}

.preview-label {
    border: 1px solid transparent; /* Needed for border space */
    border-radius: 18px;
    background: linear-gradient(to right, #f56e6e, #5e40be); /* Border gradient */
    background-origin: border-box;
    background-clip: padding-box, border-box;
    box-shadow: none;

    /* Inner white background */
    background-image: linear-gradient(white, white), /* inner bg */ linear-gradient(to right, #f56e6e, #5e40be);
}

.preview-label .pf-v6-c-label__text {
    max-height: 1rem;
    display: flex;
    align-items: center;
}

.preview-label .pf-v6-c-label__content {
    font-weight: var(--pf-t--global--font--weight--body--bold);
}

/* Improves the sidebar loading */
@media (min-width: 1450px) and (max-width: 2000px) {
    #rh-support-case .card.card-support {
        min-width: 502px;
    }
}

@media (min-width: 2000px) {
    #rh-support-case .card.card-support {
        min-width: 552px;
    }
}

#reopen-case-description {
    resize: none !important;
}

.add-watcher-button {
    max-width: 15rem;
}

.remove-watcher-button {
    max-width: 15rem;
}


* {
    box-sizing: border-box;
}

.timeline {
    position: relative;
    max-width: 100%;
    margin: 24px auto;
    padding: 0 20px;
}

.timeline-empty::after {
    display: none;
}
.timeline::before {
    bottom: var(--timeline-bottom, 0px);
}

.right-node {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}
.content-date-right-history {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* fixes a bug with datepicker month input being bigger than the day */
.timelineMenu div.pf-v5-c-calendar-month__header-year span.pf-v5-c-form-control input {
    margin-bottom: -3px;
}

.timeline::after {
    content: '';
    position: absolute;
    width: 1px;
    background-color: #6a6e73;
    top: 30px;

    /* This offset is needed to keep it responsive */
    --timeline-bottom-offset: -30px;

    /* This value is calculated in timeline.tsx */
    bottom: calc(var(--timeline-bottom) + var(--timeline-bottom-offset, 18.35%));
    left: calc(20% + 14.5px);
    transform: translateX(-50%);
}

.timeline-loading-spinner {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.timeline-container::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    right: -17px;
    background-color: white;
    border: 4px solid #ff9f55;
    top: 15px;
    border-radius: 50%;
    z-index: 1;
}

.timeline-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 32px;
    margin-bottom: 24px;
}

.timeline-pagination {
    flex-grow: 1;
    display: flex;
    align-items: center;
}

#options-menu-top-pagination {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start;
    margin-left: 1rem;
}

.timeline-sort-order-select {
    width: auto;
    margin-left: 1rem;
}

.timeline-sort-order-select .pf-v6-c-menu-toggle {
    min-width: 17rem;
}

.timeline-controls:last-of-type {
    justify-content: flex-start;
}

.timeline-controls:last-of-type .timeline-pagination {
    flex-grow: 0;
}

.timeline-node {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    margin-bottom: 32px;
    min-height: 67px;
    max-height: 1em;
}

.timeline-avatar {
    position: absolute;
    left: calc(20% + 15px);
    transform: translateX(-91%);
    top: 12px;
    z-index: 5;
}

.timeline-marker {
    position: absolute;
    background-color: #ff9f55;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    z-index: 2;
    left: calc(20% + 18px);
    transform: translateX(-195%);
    top: 25px;
}

.left-node {
    flex: 0 0 20%;
    max-width: 25%;
    padding-right: 24px;
    margin-left: -2em;
    margin-right: 24px;
}

.content-date-left-history {
    font-family: 'Red Hat Display';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    text-align: right;
}

.content-time-left-history {
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: 'Red Hat Text';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    text-align: right;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
}

.content-date-right-history {
    color: #151515;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: 'Red Hat Display';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.content-time-right-history {
    color: var(--Text-and-links-pf-global--Color--100, #151515);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: 'Red Hat Text';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
}

.right-node {
    flex-grow: 1;
    padding-left: 2.8%;
    margin-left: 1%;
}

.right-node::before {
    content: ' ';
    position: absolute;
    top: 22.5px;
    width: 0;
    height: 0;
    border: medium solid white;
    border-width: 7px 7px 7px 0;
    border-color: transparent white transparent transparent;
    transform: translateX(-100%);
}

.internal.right-node::before {
    border-right-color: #ee0000;
}

.customer.right-node::before {
    border-right-color: #316dc1;
}

.timeline-internal {
    background-color: #ee0000;
}

.timeline-customer {
    background-color: #316dc1;
}

.timeline-avatar-internal {
    border-color: #ee0000;
    border-width: 2px;
    border-style: solid;
}

.timeline-avatar-customer {
    border-color: #316dc1;
    border-width: 2px;
    border-style: solid;
}

.contentTimeline {
    padding: 16px;
    /* position: absolute; */
    border-radius: 3px;
    /* margin-bottom: 32px; */
}

.content-right-history {
    background-color: white;
    border-left-width: 3px !important;
    border-left-style: solid !important;
    border-radius: 3px;
    border: 1px solid #d2d2d2;
    width: 100%;
}

.content-right-customer {
    border-left-color: #316dc1 !important;
}

.content-right-internal {
    border-left-color: #ee0000 !important;
}

ul#case-history-paginated-timeline {
    list-style-type: none !important;
    /* this is to deal with firefox they add in a ::marker and it is visible */
}

.case-history-timeline-search {
    width: 40%;
}

.timelineMenu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.case-history-timeline-datepicker {
    display: flex;
    /* position: absolute; */
    justify-content: flex-end;
    width: 64.2%;
}

.case-history-timeline-datepicker input[aria-label='Date picker'] {
    padding-right: 0 !important;
}

.case-history-timeline-datepicker button {
    height: 100% !important;
}

.case-history-timeline-datepicker .pf-v6-c-calendar-month__header-year input {
    font-size: var(--pf-t--global--font--size--body--default);
    line-height: var(--pf-t--global--font--line-height--body);
}

.empty-state-date-picker {
    margin-left: 82%;
}

/* Ensure button maintains fixed size */
.case-history-timeline-datepicker button {
    flex: 0 0 auto;
    height: 36px;
}

.timeline-sort-order-select {
    display: flex;
    justify-content: center;
}

.order-select .pf-v6-c-menu-toggle {
    min-width: 15rem;
}

@-moz-document url-prefix() {
    .timeline-controls {
        padding: 0.5rem 1rem;
    }

    #options-menu-top-pagination {
        width: 15em;
    }
}

@media screen and (max-width: 768px) {
    .timeline::after {
        left: 20px;
    }

    .timeline-node {
        flex-direction: column;
    }

    .left-node,
    .right-node {
        max-width: 100%;
        padding: 0;
    }

    .timeline-avatar,
    .timeline-marker {
        left: 0%;
        transform: translateX(-50%);
    }

    .right-node::before {
        left: 20px;
        border-width: 10px 10px 10px 0;
        border-color: transparent white transparent transparent;
    }

    .contentTimeline {
        margin-left: 40px;
    }
}

.ai-case-summary-container {
    margin-top: 10px;
}

.ai-summary-title {
    font-size: 20px;
    font-family: 'Red Hat Display';
    font-weight: 500;
    margin-bottom: 8px;
}

.ai-summary-date {
    color: black;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 16px;
}

.case-summary-content {
    margin-top: 10px;
}

.case-summary-text-content p {
    margin-bottom: 16px;
    line-height: 1.5;
}

.case-summary-text-content ol {
    padding-left: 20px;
    margin-bottom: 16px;
}

.case-summary-text-content ol li {
    margin-bottom: 6px;
    line-height: 1.5;
}

