#job-stock-take-frame-35 .content.steps > :not(.show) {
  display: none;
}
#job-stock-take-frame-35 .scan-step {
  text-align: center;
}
#job-stock-take-frame-35 .scan-step h1 {
  font-size: 2.5em;
  margin-top: 1em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}
#job-stock-take-frame-35 .scan-step .big-scan-icon {
  width: 80%;
  aspect-ratio: 1;
  margin: 0.5em auto;
  display: block;
  cursor: pointer;
}
#job-stock-take-frame-35 .info-box {
  margin: 1em auto;
  text-align: center;
  font-weight: 600;
}
#job-stock-take-frame-35 .info-box p {
  margin: 0.2em 0;
}
#job-stock-take-frame-35 .info-box .job-text {
  font-size: 1.2em;
  color: #0056FB;
}
#job-stock-take-frame-35 .info-box .location-text {
  font-size: 1.8em;
}
#job-stock-take-frame-35 .info-box .product-text {
  font-size: 1.5em;
  color: #666;
}
#job-stock-take-frame-35 .info-box .step-count {
  font-size: 1.1em;
  color: #999;
  margin-top: 0.5em;
}
#job-stock-take-frame-35 .job-list,
#job-stock-take-frame-35 .location-list,
#job-stock-take-frame-35 .product-list {
  margin-top: 1em;
  overflow-y: auto;
  width: 100%;
}
#job-stock-take-frame-35 .job-list button,
#job-stock-take-frame-35 .location-list button,
#job-stock-take-frame-35 .product-list button {
  width: 90%;
  margin: 0.5em auto;
  padding: 1.2em;
  background: #fff;
  color: #333;
  border: 1px solid #ddd;
  text-align: left;
  font-size: 1.1em;
  border-radius: 8px;
  display: block;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
#job-stock-take-frame-35 .job-list button:active,
#job-stock-take-frame-35 .location-list button:active,
#job-stock-take-frame-35 .product-list button:active {
  background: #f0f0f0;
}
#job-stock-take-frame-35 .job-list button .ref,
#job-stock-take-frame-35 .location-list button .ref,
#job-stock-take-frame-35 .product-list button .ref {
  font-weight: bold;
  color: #0056FB;
}
#job-stock-take-frame-35 .job-list button .date,
#job-stock-take-frame-35 .location-list button .date,
#job-stock-take-frame-35 .product-list button .date {
  float: right;
  font-size: 0.8em;
  color: #999;
}
#job-stock-take-frame-35 .job-list button .status,
#job-stock-take-frame-35 .location-list button .status,
#job-stock-take-frame-35 .product-list button .status {
  display: block;
  font-size: 0.9em;
  margin-top: 0.3em;
}
#job-stock-take-frame-35 .job-list button.done,
#job-stock-take-frame-35 .location-list button.done,
#job-stock-take-frame-35 .product-list button.done {
  background: #e8f5e9;
  border-color: #c8e6c9;
  opacity: 0.8;
}
#job-stock-take-frame-35 .qty-step {
  text-align: center;
}
#job-stock-take-frame-35 .qty-step .qty-input-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2em 0;
}
#job-stock-take-frame-35 .qty-step .qty-input-container button {
  width: 22%;
  aspect-ratio: 1;
  font-size: 3em;
  text-align: center;
  border-radius: 30px;
  background: #ccc;
  color: black;
  padding: 0;
}
#job-stock-take-frame-35 .qty-step .qty-input-container input {
  width: 40%;
  aspect-ratio: 1;
  text-align: center;
  font-size: 3em;
  border: 5px solid #ccc;
  border-radius: 10px;
  margin: 0 0.5em;
}
#job-stock-take-frame-35 footer.steps {
  padding: 1em;
}
#job-stock-take-frame-35 footer.steps > :not(.show) {
  display: none;
}
#job-stock-take-frame-35 footer.steps button {
  width: 100%;
  height: 50px;
  font-size: 1.2em;
  text-transform: uppercase;
  margin: 0.5em 0;
}
#job-stock-take-frame-35 div.loading {
  background: url("../images/loading-spinner.svg") no-repeat center 0;
}
#job-stock-take-frame-35 .hide {
  display: none !important;
}

/*# sourceMappingURL=job-stock-take-35.css.map */
