.commonStyle__overflowDotted {
	overflow: visible;
}

#userPreference {
  display: none;
}

.ticket_duedate,
.ticket_channel,
.Informations_sur_Ticket,
.ticket_departmentid,
.ticket_email {
  display: none;
}

.ConversationForm__replay li:first-child {
    display: none;
}

.TicketListItem__avatarStatus {
  min-width: 100px;
  max-width: 100px;
}

.TicketListItem__ticketStatus {
  min-width: 100px;
}

.TicketListItem__ticketStatus.preprod___a_valider {
  background-color: #ff0083;
  padding: 0 5px;
  color: #fff;
}

.TicketListItem__ticketStatus.attente_retour_client {
  background-color: #ff3e3e;
  color: #fff;
}

.TicketListItem__ticketStatus.ouvert {
  background-color: #35f6ff;
}

.TicketListItem__ticketStatus.repondu {
  background-color: orange;
}

.TicketListItem__ticketStatus.en_pause {
  background-color: #dfdfdf;
}

.TicketListItem__ticketStatus.ferme {
  background-color: #00ff00;
}
  
