.ticketContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--backgroundMenuColor);
}

.ticketWrapper {
  line-height: 1.6;
  height: 45px;
  padding: 0px 20px;
}

.tableNameLabel {
  margin-left: 10px;
}

.tableNameTag {
  font-size: 1rem;
  line-height: 1.6;
}

.categoriesTitle {
  font-size: 1rem;
  font-weight: bold;
}
