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: 1rem;
}

/* 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.
*/

/* Message banner - to be un-commanted
.AppContainer__breadCrumbs::after{
  display: none
}
.signedIn .AppContainer__breadCrumbs::after{
  content: 'Fluid Topics Incident on Production - the issue has been resolved, your portals are back UP';
  display: block;
  text-align:center;
  padding: 12px 50px;
  margin: 0 auto;
  background-color:#32a221;
  color: #fff;
  font-size: 18px;
  line-height: 1.6;
}
*/
