
/* CSS */
body {
	background-image: url("bg-1.webp");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position-x: center;
	background-position-y: bottom;
	background-size: contain;
	background-color: #02020C;
	
}

#qr-reader{
	border:none !important;
}

div #qr-reader__scan_region{
	margin-bottom: 20px;
	margin-top: 10px;
}

#qr-reader__scan_region img{
	filter:invert(1);
	opacity:1 !important;
	width:35%;
}

#qr-reader__dashboard {
	bottom: 2em;
	position: absolute;
}

#qr-reader__dashboard_section_csr * select{
	font-size: 1em;
}

button {
  align-items: center;
  background-image: linear-gradient(144deg,#312145, #6C6CAC 50%,#063e6d);
  border: 0;
  border-radius: 8px;
  box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
  box-sizing: border-box;
  color: #FFFFFF;
  /*display: flex;*/
  font-family: Phantomsans, sans-serif;
  font-size: 20px;
  justify-content: center;
  line-height: 2em;
  max-width: 100%;
  min-width: 140px;
  padding: 3px;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  cursor: pointer;
}

button:active,
button:hover {
  outline: 0;
}

button span {
  background-color: rgb(5, 6, 45);
  padding: 10px 24px;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  transition: 300ms;
}

button:hover span {
  background: none;
}

@media (min-width: 768px) {
  button {
    font-size: 24px;
    min-width: 196px;
  }
}