.TicketListLeftContainer1__filterArea {visibility:hidden!important;}
.TicketListRightContainer1__wrapper .Menu__menu li:not(:nth-child(-n+6)) {
  display: none; 
}
/* Hide "Created on" */
div[data-id="ticket_created_on"] {
  display: none;
}

/* Hide "Channel" */
div[data-id="ticket_channel"] {
  display: none;
}

/* Hide "Assigned To" */
div[data-id="ticket_assignee"] {
  display: none;
}

.Header__containerLink {
  font-size: 0; /* Hides the original text */
  padding: 10px 20px; /* Increase the padding to make the button larger */
  /* You may also want to adjust other styles like border, background, etc., to suit the new size */
}

.Header__containerLink::after {
  content: 'Create a Ticket'; /* New text */
  font-size: 16px; /* Set the font size for the new text */
  color: #000; /* Set the text color */
  display: inline-block; /* Make the pseudo-element behave like text */
  vertical-align: middle; /* Align it properly within the button */
}
.Header__menuList {
border:0!important;
}
