.noticeLabel {
  font-size: 1.1rem;
}

.queueNumberContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.queueNumber {
  font-size: 5rem;
  font-weight: bold;
  line-height: 1;
  color: var(--successColor);
}

.contentContainer {
  background-color: var(--backgroundColor);
}

.lineContent {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.downloadBtn {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.tableScanCartLabel {
  font-size: 1rem;
  padding-bottom: 7px;
  width: 100%;
}
