table.itemlist {
  border-collapse: collapse;
  text-align: left;
  font-size: 1.2em;
  width: 100%;
}
table.itemlist tr {
  vertical-align: top;
  border-bottom: solid 1px #ccc;
}
table.itemlist tr.highlight {
  background: yellow;
}
table.itemlist tr.complete:not(.show) {
  display: none;
}
table.itemlist tr.complete td {
  opacity: 0.2;
}
table.itemlist tr.shake {
  animation: rotate-shake 0.5s ease;
}
table.itemlist tr.hide {
  display: none;
}
table.itemlist td {
  padding: 1em;
}
table.itemlist p {
  margin: 0;
}
table.itemlist p.description {
  margin-bottom: 0.2em;
}
table.itemlist p.options, table.itemlist p.sku {
  color: #999;
  font-size: 0.8em;
}
table.itemlist p.bin {
  margin-top: 0.2em;
  color: #4bc2f1;
}
table.itemlist p.qty {
  font-size: 1.4em;
  text-align: center;
}
table.itemlist p.picked {
  opacity: 0.3;
  text-align: center;
}

.web-toast {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%) translateY(100px);
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 10px 20px;
  border-radius: 20px;
  z-index: 10000;
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0;
  pointer-events: none;
  text-align: center;
  min-width: 200px;
  font-size: 14px;
}
.web-toast.show {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
}

#qr-reader {
  background: #000;
  height: 100% !important;
  width: 100% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
#qr-reader video, #qr-reader canvas {
  height: 100% !important;
  width: auto !important;
  max-width: none !important;
  object-fit: contain !important;
}
#qr-reader #qr-reader__dashboard {
  display: none !important;
}

.update-button {
  background: #ff9800 !important;
  color: white !important;
  display: block;
  width: 90%;
  border: none;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  margin: 13px 5% !important;
  text-align: left;
  padding: 6px 6px 6px 40px !important;
  font-size: 24px;
  font-weight: 300;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
  box-sizing: border-box;
}
.update-button svg {
  position: absolute;
  top: 6px;
  left: 6px;
}

/*# sourceMappingURL=misc.css.map */
