@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;500;600;700&display=swap");
body {
  font-family: "Poppins", sans-serif;
}

#qr-reader {
  border: none !important;
}

/* #qr-reader__scan_region video{
  width: 100% !important;
} */
#qr-reader img {
  display: none !important;
}

#qr-reader__dashboard_section {
  border: none !important;
}

#html5-qrcode-anchor-scan-type-change {
  display: none !important;
}
