/* Status: Predano */
.TicketListItem__ticketStatus.predano {
  background-color: #fea21f; /* oranžna */
  color: white;
  padding: 4px 8px;
  border-radius: 4px;
}
.TicketListItem__ticketStatus.na_čakanju {
  background-color: #fea21f; /* oranžna */
  color: white;
  padding: 4px 8px;
  border-radius: 4px;
}
.TicketListItem__ticketStatus.predano_telekom {
  background-color: #fea21f; /* oranžna */
  color: white;
  padding: 4px 8px;
  border-radius: 4px;
}
.TicketListItem__ticketStatus.predano_recipe {
  background-color: #fea21f; /* oranžna */
  color: white;
  padding: 4px 8px;
  border-radius: 4px;
}

.TicketListItem__ticketStatus.predano_tadeji {
  background-color: #ff9800; /* oranžna */
  color: white;
  padding: 4px 8px;
  border-radius: 4px;
}
/* Status: Zaprt */
.TicketListItem__ticketStatus.zaprt {
  background-color: #DADFEA; /* siva */
  color: white;
  padding: 4px 8px;
  border-radius: 4px;
}
/* Status: Odprt */
.TicketListItem__ticketStatus.odprt {
  background-color: #c62828; /* rdeča */
  color: white;
  padding: 4px 8px;
  border-radius: 4px;
}

