/* Hide Most of and Footer - leave search and breadcrumb*/
.Header__brandName, [data-id="browse_products"], #footerContainer, .Header__menu 
{
  display:none !important;
}



.Header__headerPrimary
{
  padding: 0.5rem .8rem;
}

/* Hide Add ticket button and prompt to raise a ticket when there are none */
.TicketListContainer__info:has([data-id="new_ticket"]), [data-id="new_ticket"],.TicketListContainer__emptyDescription {
  display:none !important;
}



/* Hide Channel filter */
.TicketListContainer__filter_channel
{
  display:none !important;
}


/* hide edit ticket details link */

.TicketDetailContainer__edit
{
  display:none !important;
}


/* Hide close ticket button */
.Widget__widget:has([data-id="clost_ticket"]), [data-id="clost_ticket"] {
  display:none !important;
}

/* Hide the comment link */
[data-id="newComment"]
{
  display:none !important;
}

/* hide due dates and overdue */
.TicketListItem_dueDate, [data-id="ticket_dueDate"], .My_Overdue_Tickets, .CC_d_Overdue_Tickets
{
  display:none !important;
}

/*hide extra line breaks */
p.MsoNormal br,
p.MsoNormal span:empty,
p.MsoNormal a:empty {
  display: none;
}

span + br,
a + br {
  display: none;
}

div > br:only-child, p > br:only-child {
  display: none;
}

