#qrr-overlay {
  position: fixed;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.6;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 20000;
}

#qrr-container {
  font-family: sans-serif;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
  display: none;
  z-index: 20001;
}

#qrr-container h1 {
  margin-top: 0;
}

#qrr-close {
  position: absolute;
  left: 10px;
  bottom: 10px;
  padding: 10px 50px;
  margin-right: 10px;
  margin-top: -5px;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  background-color: #b23737;
}

#qrr-loading-message {
  text-align: center;
  padding: 15px;
  background-color: #eee;
  width: 90%;
  margin: 30px auto 0;
}

#qrr-canvas-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1rem auto;
  width: -moz-fit-content;
  width: fit-content;
  color: #e1e1e1;
  max-width: 95%;
  overflow-y: hidden;
  overflow-x: hidden;
}
#qrr-canvas-wrapper .qrr-cc {
  background: transparent;
  position: absolute;
  border: 4px solid;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#qrr-canvas-wrapper .qrr-sc {
  background: transparent;
  position: absolute;
  width: 15%;
  height: 20%;
}
#qrr-canvas-wrapper .qrr-sc.qrr-ul {
  border-top: 10px solid;
  border-right: none;
  border-left: 10px solid;
  border-bottom: none;
  top: -5px;
  left: -5px;
}
#qrr-canvas-wrapper .qrr-sc.qrr-ur {
  border-top: 10px solid;
  border-right: 10px solid;
  border-left: none;
  border-bottom: none;
  top: -5px;
  right: -5px;
}
#qrr-canvas-wrapper .qrr-sc.qrr-bl {
  border-top: none;
  border-right: none;
  border-left: 10px solid;
  border-bottom: 10px solid;
  bottom: -5px;
  left: -5px;
}
#qrr-canvas-wrapper .qrr-sc.qrr-br {
  border-top: none;
  border-right: 10px solid;
  border-left: none;
  border-bottom: 10px solid;
  bottom: -5px;
  right: -5px;
}
#qrr-canvas-wrapper #qrr-canvas {
  display: block;
  overflow-x: scroll;
  cursor: pointer;
}
#qrr-canvas-wrapper #qrr-canvas.hidden {
  display: none;
}

#qrr-output {
  width: 90%;
  max-height: 15%;
  margin: 20px auto 10px;
  background: #eee;
  padding: 10px;
  overflow-y: auto;
}

#qrr-ok {
  display: none;
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding: 10px 50px;
  cursor: pointer;
  font-weight: bold;
  text-decoration: none;
  background-color: green;
  color: white;
}

#qrr-output-data {
  display: none;
}

/*# sourceMappingURL=qrcode-reader-v0.1.5.css.map */
