
.navi[data-v-3390ce1e] {
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.back-icon[data-v-3390ce1e] {
  position: absolute;
  left: 15px;
  font-size: 20px;
}
.active[data-v-3390ce1e]:active {
  opacity: 0.7;
}
.btn[data-v-3390ce1e] {
  position: fixed;
  left: 15px;
  right: 15px;
  bottom: 30px;
}
.scan-btn[data-v-3390ce1e] {
  border-radius: 9px !important;
  height: 100%;
  background-color: var(--blue);
  padding: 0 10px;
  font-size: 12px;
}
.next-btn[data-v-3390ce1e] {
  height: 44px;
  line-height: 44px;
  flex: 1;
  background-color: var(--blue);
  border-radius: 22px;
  text-align: center;
  font-size: 14px;
}
.clean-btn[data-v-3390ce1e] {
  height: 44px;
  line-height: 42px;
  flex: 1;
  /* background-color: var(--blue); */
  border-radius: 22px;
  text-align: center;
  font-size: 14px;
  border: solid 1px var(--blue);
  box-sizing: border-box;
  color: var(--blue);
}
.input[data-v-3390ce1e] {
  flex: 1;
  background-color: transparent;
}
.ticket-write-off-box[data-v-3390ce1e] {
  background-color: #0e1b37;
  min-height: 100vh;
  color: white;
  box-sizing: border-box;
  /* padding-top: 15px; */
}
.card[data-v-3390ce1e] {
  margin: 0 15px;
  border-radius: 10px;
  border: solid 1px rgb(52, 86, 159);
  box-shadow: inset 0px 0px 40px 1px rgba(52, 86, 159, 0.7);
  background-color: #111e3e;
  height: 44px;
}


.el-input__inner {
  background-color: transparent !important;
  border: none !important;
  color: white;
}

