.ticketDetail .TicketDetailRightContainer__widgetSection span[data-id="edit_close"]{
display:none;
}
.ticketDetail ul.ConversationForm__replay li.ConversationForm__list:nth-child(2) {
    display: none;
}
.ticket_channel{ 
  display:none; 
}
div[data-id="channelFilter"] {
  display: none;
}
 div[data-id="department_filter_selected"] span,
div[data-id="deptFilter"] span.TicketFilterPopup__filterValue,
p[data-id="no_ticket_desc"] a{
 font-size:0px; 
}
div[data-id="department_filter_selected"] span:before,
div[data-id="deptFilter"] span.TicketFilterPopup__filterValue:before{
 font-size:14px;
  content:'All Departments';
}
p[data-id="no_ticket_desc"] a:before{
   font-size:16px;
   content:'ticket';
}
