#qr-reader {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

#qr-reader video {
  width: 100% !important;
  height: auto !important;
}

#qr-reader__scan_region {
  border: 2px dashed #0d6efd;
  border-radius: 8px;
}

.card {
  margin-top: 20px;
}

#lottie-animation {
  cursor: pointer;
}

.progress {
height: 1.5em !important; 
font-size: 1.25em !important;
}
.progress-bar {
font-weight: bold;
}