div[data-id="channelFilter"] {
    display: none;
}

#field_layoutId {
    display: none;
}

/* Delete min-height of widgets area */

.Layout__oneColumn,
.Layout__twoColumn,
.Layout__twoColumn2,
.Layout__twoColumnReverse {
    min-height: 0;
}

/* Footer display */

.Footer__footerQus {
    font-size: 1.5rem;
}

.Button__footerBtn {
    font-size: 1.5rem;
}

/* Mouse over color on footer button */
.Button__footerBtn:hover {
    background-color: #a2217f;
}

/* Background for search button */
.commonStyle__zt3BrandBg {
    background-color: #a2217f;
}

/* Attach a file colors */
.commonStyle__zt3BrandBorder {
    border-color: #a2217f;
}

.commonStyle__zt3Brand,
.Icon__brand {
    color: #a2217f;
}

/* Submit a ticket page - body background color */
#ticketform_fields_container {
    padding: 20px;
    background-color: #f8f8f8;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Submit a ticket page -dropdown list background color */
.DropDown__dropdown {
    background-color: #fff;
}

.TicketFormLeftContainer__formHeader {
    display: none;
}

.TicketFormLeftContainer__sectionName {
    padding-top: 0;
    font-size: 1.5rem;
    font-weight: 600;
    color: inherit;
}

/* Reduce margin between widgets */
.WidgetContainer__contentList+.WidgetContainer__contentList {
    margin-top: 0rem;
}

/* Full card clickable */
.DepartmentList__listContent {
    position: relative;
}

.DepartmentList__listContent .Link__link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
}

/* hide the comment button for customer */
.ConversationForm__replay li:last-child {
    display: none;
}

/*hide résolution from customers */
.ticketDetail .ticket_resolution {
    display: none;
}

/* Color codes 
orange: #FFa500
green: #32a221
red: #ff0000

*/

/*
PreviousMessage: 
Fluid Topics Ongoing Incident on Publishing - staging and production publishing back for now.
Fluid Topics Incident on Publishing - staging and production publishing incident resolved. Thank you for your patience.
25-02-2025 btw 4PM: Possible SSO disruption: Some users may Experience access disruption to their FT portal - ongoing investigation.
04-03-2025: Temporary DITA Publishing Pause in Production Environment.
10-04-2025: Fluid Topics Ongoing Incident on Production - Some portals may Experience 504 errors. We are investigating to resolve the issue ASAP.
11-04-2025: Fluid Topics Incident on Production - Outage resolved, sorry for the inconveniences.
27-01-2026: Fluid Topics Ongoing Incident on Production - Some portals may Experience 503 errors. We are working on resolving the issue ASAP.
27-01-2026: Fluid Topics Ongoing Incident on Production - Portals who experienced 503 errors are coming back up. A fix is being deployed.
27-01-2026: Fluid Topics service restored - Portals who experienced 503 errors are back up. Sorry for the inconveniences.
11-02-2026: Fluid Topics Ongoing Incident - Staging and Development portals are returning 503 errors. We are investigating to resolve the issue ASAP.
11-02-2026: Fluid Topics Ongoing Incident - Staging and Development portal fronts are restored, but content processing is still down.
12-02-2026: Fluid Topics Incident - Service restored on Pre-production and Dev portals. Publishing is back up.
*/

/* NEW BANNER CODE */
/* Update the code below */
:root {
    /* TURN BANNER ON/OFF */
    --ft-display-banner: none;
    /* block for ON; none for OFF */
    /* message text — change as needed */
    --ft-banner-text: "Fluid Topics Incident - Service restored on Pre-production and Dev portals. Publishing is back up.";

    /* colors */
    --purple: #AF1285;
    --green: #38A169;
    --orange: #D87B2B;
    --red: #D6453B;
    --ft-on-color: #ffffff;

    /* Update color here! */
    --ft-banner-bg: var(--purple);

    /* sizing / layout */
    /* --ft-banner-max-width: 1100px; */
    --ft-banner-radius: 8px;
    --ft-banner-padding-vertical: clamp(8px, 2.2vh, 14px);
    --ft-banner-padding-horizontal: clamp(18px, 4.5vw, 60px);
    --ft-banner-font-size: clamp(14px, 1.2vw + 10px, 18px);
    --ft-banner-line-height: 1.45;

    /* animation / shadow */
    --ft-banner-transition: 240ms ease;
    --ft-banner-shadow: 0 10px 30px rgba(8, 18, 30, 0.12), 0 3px 8px rgba(8, 18, 30, 0.06);
}

/* baseline hidden so nothing appears unless .signedIn is present */
#mainContainer::before {
    content: none;
    display: none;
    box-sizing: border-box;
    overflow: hidden;
    max-height: 0;
    padding: 0 var(--ft-banner-padding-horizontal);
    opacity: 0;
    transform: translateY(-6px);
    transition:
        max-height var(--ft-banner-transition),
        opacity var(--ft-banner-transition),
        transform var(--ft-banner-transition),
        padding var(--ft-banner-transition);
    pointer-events: none;
}


/* show banner when .signedIn exists */
.signedIn #mainContainer::before {
    content: var(--ft-banner-text);
    display: var(--ft-display-banner);
    max-height: 200px;
    padding: var(--ft-banner-padding-vertical) var(--ft-banner-padding-horizontal);
    opacity: 1;
    transform: translateY(0);
    margin: 0 auto;
    max-width: var(--ft-banner-max-width);
    font-family: 'Latos', sans-serif;
    /* visual styling */
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(0, 0, 0, 0)), var(--ft-banner-bg);
    color: var(--ft-on-color);
    text-align: center;
    font-size: var(--ft-banner-font-size);
    line-height: var(--ft-banner-line-height);
    box-shadow: var(--ft-banner-shadow);
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-sizing: border-box;
    pointer-events: auto;
}

/* Modification under are for revamp 2026 by Florian C. */

.LayoutListContainer__description {
    display: none;
}

.Header__container {
    min-height: 74px;
}

.Header__homeNavbarFixed .Header__navbar {
    position: relative;
}

.Header__logo img {
    max-width: 180px;
}

.Header__name {
    display: none;
}

#footerContainer {
    display: none;
}

#layoutContainer .AppContainer__homePage {
    margin: 0 !important;
}

#layoutContainer.Layout__oneColumn {
    padding: 0 !important;
}

#mainContainer {
    overflow-x: hidden;
}

.Layout__oneColumn {
    padding: 2.125rem 0 0 0;
}

.Header__searchSection {
    display: none !important;
}

.Layout__oneColumn .Layout__layout1 {
    padding: 0 !important;
}

.header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 32px 0px 0px 0;
    position: relative;
    background: linear-gradient(360deg, #020C1C 0%, #AF1384 100%);
    color: #fff;
}

.header_text {
    text-align: center;
    z-index: 2;
}

.header_text h1 {
    font-size: 2.3rem;
    margin: 0;
}

.header_text p {
    font-size: 1.2rem;
}

.header_hero_left {
    z-index: 1;
    max-width: 100%;
    position: absolute;
    left: -30%;
    width: 20vw;
    top: -3%;
}

.header_hero_right {
    z-index: 1;
    max-width: 100%;
    position: absolute;
    right: -30%;
    width: 350px;
    top: 5%;
    filter: blur(2px);
}

.gradient_primary_dark {
    position: relative;
}

.gradient_primary_dark::before {
    content: '';
    background: linear-gradient(360deg, #020C1C 0%, #AF1384 100%);
    width: 100vw;
    display: block;
    height: 100%;
    position: absolute;
    right: 90%;
    z-index: -999;
    top: 0;
}

.gradient_primary_dark::after {
    content: '';
    background: linear-gradient(360deg, #020C1C 0%, #AF1384 100%);
    width: 100vw;
    display: block;
    height: 100%;
    position: absolute;
    left: 90%;
    z-index: -999;
    top: 0;
}

.dark_bg {
    background-color: #020C1C;
    position: relative;
    color: #fff;
}

.dark_bg p {
    color: rgba(255, 255, 255, 0.8);
}

.padding_section {
    padding: 60px 0px;
}

.dark_bg::before {
    content: '';
    background-color: #020C1C;
    width: 100vw;
    display: block;
    height: 100%;
    position: absolute;
    right: 90%;
    z-index: -999;
    top: 0;
}

.dark_bg::after {
    content: '';
    background-color: #020C1C;
    width: 100vw;
    display: block;
    height: 100%;
    position: absolute;
    left: 90%;
    z-index: -999;
    top: 0;
}

.fluidy_wrapper {
    display: flex;
    justify-content: center;
    padding: 32px 0px;
}

.fluidy_container {
    background: linear-gradient(100deg, rgb(180, 66, 233) 0px, rgb(76, 149, 227) 100%);
    border-radius: 15px;
    width: 100%;
    z-index: 1;
    position: relative;
}


.fluidy_container::before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(100deg, rgb(180, 66, 233) 0%, rgb(76, 149, 227) 100%);
    transform: translate3d(0px, 0px, 0) scale(0.95);
    filter: blur(50px);
    opacity: 0.5;
    transition: opacity 0.3s;
    border-radius: inherit;
}


.fluidy_container::after {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: inherit;
    border-radius: inherit;
}


.fluidy_inner {
    position: relative;
    color: #fff;
    background-color: #020C1C;
    padding: 24px;
    display: flex;
    gap: 8px;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-radius: 12px;
    margin: 3px;
    overflow: hidden;
}

.blur_top_left {
    position: absolute;
    width: 50%;
    top: -70%;
    left: -20%;
    transform: rotate(329deg);
}

.blur_bottom_right {
    position: absolute;
    width: 50%;
    bottom: -100%;
    right: -20%;
}

.fluidy_container h2 {
    font-size: 1.8rem;
}

.fluidy_container h2,
.fluidy_container p {
    margin: 0;
}

.fluidy_text {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 8px;
}

.fluidy_container .icon_fluidy {
    width: 42px;
}

.fluidy_container a {
    display: flex;
    gap: 12px;
    font-size: 1.1rem;
    font-weight: bold;
    background: linear-gradient(-90deg, rgb(55, 148, 248) 0%, rgb(180, 66, 233) 100%);
    padding: 8px 16px;
    border-radius: 8px;
    align-items: center;
}

.fluidy_container .icon_sparkles {
    width: 22px;
}

.fluidy_container a span {
    color: #fff;
    background-clip: text;
}

.intro_three_columns {
    margin-bottom: 24px;
}

.intro_three_columns h2 {
    margin: 0;
    font-size: 1.6rem;
}

.intro_three_columns p {
    margin-bottom: 0;
}

.padding_section_bottom {
    padding-bottom: 60px;
}

.three_columns_wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: stretch;
    gap: 24px;
}

.card {
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 12px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: space-between;
}

.card_header {
    display: flex;
    gap: 12px;
    align-items: center;
}

.card_header h3 {
    font-size: 1.5rem;
    margin: 0;
}

.card_icon {
    height: 24px;
}

.card_text p {
    margin: 0;
}

.card_link {
    color: #fff;
    font-weight: bold;
    background-color: #af1285;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 1.1rem;
    display: flex;
    width: fit-content;
}

.white_bg {
    background-color: #fff;
    position: relative;
    color: #020C1C;
}

.white_bg::before {
    content: '';
    background-color: #fff;
    width: 50vw;
    display: block;
    height: 100%;
    position: absolute;
    left: -50%;
    z-index: -999;
    top: 0;
}

.white_bg::after {
    content: '';
    background-color: #fff;
    width: 50vw;
    display: block;
    height: 100%;
    position: absolute;
    right: -50%;
    z-index: -999;
    top: 0;
}

.intro_resources {
    text-align: center;
}

.intro_resources h2 {
    margin-top: 0px;
}

.resources_link {
    display: flex;
    align-items: center;
    gap: 12px;
    background-color: #F2F3F4;
    border: 1px solid #E6E7E8;
    border-radius: 12px;
    padding: 24px;
}

.resources_icon {
    height: 22px;
}

.resources_link span {
    color: #020C1C;
    font-weight: bold;
    font-size: 1.1rem;
}

.footer_separator {
    margin: 0;
    height: 1px;
    background-color: #E6E7E8;
    border: 0;
}

.footer_wrapper {
    display: flex;
    justify-content: space-between;
    padding-bottom: 60px;
    padding-top: 32px;
}

.logo_footer {
    height: 40px;
}

.list_link_footer {
    display: flex;
    gap: 24px;
    flex-wrap: nowrap;
    list-style: none;
    flex-direction: row;
    padding-left: 0;
}

.link_footer img {
    height: 32px;
}


/* Breadcrumbs */

.commonStyle__zt3breadCrumbBg {
    background: #F2F3F4;
}

/* Ticket selection type */

.layoutList .Layout__oneColumn[data-id="layoutList"] {
    background-color: #020C1C;
    position: relative;
    color: #fff;
}

.layoutList .Layout__oneColumn[data-id="layoutList"]::before {
    content: '';
    background-color: #020C1C;
    width: 100vw;
    display: block;
    height: 100%;
    position: absolute;
    right: 90%;
    z-index: -999;
    top: 0;
}

.layoutList .Layout__oneColumn[data-id="layoutList"]::after {
    content: '';
    background-color: #020C1C;
    width: 100vw;
    display: block;
    height: 100%;
    position: absolute;
    left: 90%;
    z-index: -999;
    top: 0;
}

.layoutList .MediaObject__mediaFigure {
    margin-right: 0px;
}

.layoutList .Layout__oneColumn[data-id="layoutList"] .Layout__layout2 {
    padding: 32px 0;
}

.layoutList .Layout__oneColumn[data-id="layoutList"] .LayoutListContainer__title,
.layoutList .Layout__oneColumn[data-id="layoutList"] .commonStyle__zt3Link {
    color: #fff;
}

.layoutList .Layout__oneColumn[data-id="layoutList"] .LayoutListContainer__description,
.layoutList .Layout__oneColumn[data-id="layoutList"] .DepartmentList__description {
    color: rgba(255, 255, 255, 0.8);
}

.layoutList .Layout__oneColumn[data-id="layoutList"] .DepartmentList__listContent .MediaObject__sm-rowCenter {
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
}

.layoutList .Layout__oneColumn[data-id="layoutList"] .Avatar__vxmedium {
    max-height: 32px;
    width: 100%;
}

.layoutList .Layout__oneColumn[data-id="layoutList"] .DepartmentList__listContent {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 12px;
}

.layoutList .Layout__oneColumn[data-id="layoutList"] .DepartmentList__departmentContent {
    border-top: none;
}

.layoutList .Layout__oneColumn[data-id="layoutList"] .DepartmentList__deptListItem {
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: none;
    border-radius: 12px;
    width: calc(49.4% - .87rem);
}

.DepartmentList__formBtn .Button__primary {
    letter-spacing: 0;
    font-weight: bold;
    font-size: 16px;
}

.criticalsituation .DepartmentList__formBtn::before {
    content: 'Submit a Critical Ticket';
    font-weight: bold;
    color: #fff;
    background-color: red;
    border-radius: 3px;
    padding: 6px 12px;
}

.criticalsituation .DepartmentList__content {
    margin: .5rem 0 0 0;
}

.criticalsituation .DepartmentList__formBtn {
    margin-top: 0;
    display: flex;
}

.criticalsituation .DepartmentList__formBtn .Button__primary {
    display: none;
}

/* Ticket Form */

#ticketform_fields_container {
    border-radius: 12px;
    background: #F2F3F4;
    border: 1px solid #E6E7E8;
    box-shadow: none;
}

/* Responsive */

@media (max-width: 1600px) {
    .header_hero_left {
        left: -15%;
    }

    .header_hero_right {
        right: -15%;
    }
}

@media (max-width: 1300px) {
    .header_hero_left {
        left: -5%;
    }

    .header_hero_right {
        width: 20vw;
        right: -5%;
    }
}

@media (max-width: 1200px) {
    section {
        padding: 0px 16px;
    }

    .header {
        padding: 80px 16px 20px 16px;
    }

    .padding_section {
        padding: 48px 16px;
    }

    .resources_link span {
        font-size: 1rem;
        line-height: 1.4rem;
    }

    .card {
        padding: 24px;
    }
}

@media (max-width: 1024px) {
    .resources_link {
        padding: 16px;
    }

    .footer_wrapper {
        padding-bottom: 60px;
    }

    .header_text h1 {
        font-size: 1.9rem;
    }
}


@media (max-width: 576px) {

    .header_hero_left {
        display: none;
    }

    .header_hero_right {
        display: none;
    }

    .fluidy_inner {
        padding: 24px;
    }

    .three_columns_wrapper {
        grid-template-columns: repeat(1, 1fr);
    }

    .card {
        padding: 24px;
    }

    .footer_wrapper {
        flex-direction: column;
        align-items: center;
        gap: 24px;
        padding-bottom: 48px;
    }

    .list_link_footer {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}
