@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    /* padding: 0;
    margin: 0; */
    box-sizing: border-box;
    /* font-family: "Jost", sans-serif; */
    font-family: "Poppins", sans-serif;
    
  }
  
body {
    background-color: rgb(223, 223, 223);
    
}

#reader {
  width: 100%;
  max-width: 400px;
  height: 300px;
  margin: 20px auto;
  position: relative;
  overflow: hidden;
  background: black;
}

#reader video {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

button {
  padding: 12px 18px;
  margin: 8px;
  border: none;
  border-radius: 6px;
  font-size: 15px;
}

#startBtn { background: #00c853; color: #fff; }
#stopBtn { background: #d50000; color: #fff; }
#torchBtn { background: #ffab00; color: #000; }

#qr-shaded-region {
  /* display: none; */
  background-color: transparent;
  border-width: 60px 25px !important;
}

#imageDnSuccess {
  display: none;
}