.Footer__container2 {
    display: none; /* This will completely remove the element from the document flow */
    /* visibility: hidden; /* This will hide the element but still take up space */
  }

.ticket_assigneeid {
    display: none;
  }

.TicketListItem_assignee {
    display: none;
  }
