body, html {
	padding: 0px;
	margin: 0px;

}

body, a{  
	font-family: "Archivo", sans-serif !important;
  font-weight: 300;
  font-style: normal;
  background: #272727 !important;
}

#qrscanarea, .video-bg {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 80vh;
    border: 20px solid #000000;
    border-radius: 0px;
}

header {
    background-image: url(../imgs/duo-modal.jpg);
    background-position: center right;
    background-size: 30vw;
    background-repeat: no-repeat;
    background-color: #fff;
}

.nav {
    background-color: #000;
    padding: 5px;
    text-align: center;
}

span.duo-logo {
    padding: 10px 20px;
}

.img_2025_mcl {
	width: 140px;
	margin: 0 0 0 10px;
}

.video-bg {
    margin-top: -10vh;
    width: 60vw;
    margin-left: 30vw;
    height: 20vh;
    border: 0;
    background: repeating-linear-gradient(45deg, #1d1d1d, #1d1d1d 1px, #000 1px, #000 6px);
}
svg.scan-region-highlight-svg {
    stroke: #0356ab !important;
}

button#stopScanning,  button#startScanning{
    border-radius: 40px;
    background: #fff;
    padding: 7px 18px;
    position: relative;
    border: 0;
    font-size: 15px;
	   margin: 2px;
	
}

.iframe {
    width: 100%;
    height: calc(100vh - 108px);
}
iframe {
    width: 100%;
    height:100%;
}

div#scanningContent {
    
}

/* switch */
.switch {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 9px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: #0356ab;
  -webkit-transition: .4s;
  transition: .4s;
      border-radius: 6px;
}

input:checked + .slider {
  background-color: #fff;
}

input:focus + .slider {
  box-shadow: 0 0 1px #ff22ff;
}

input:checked + .slider:before {
  -webkit-transform: translateX(66px);
  -ms-transform: translateX(66px);
  transform: translateX(66px);
	background: #ffcf00;
}
.on{
  display: none;
}

.on, .off
{
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 65%;
  font-size: 13px;
line-height: 10px;
  font-family: "Archivo", sans-serif;
	width: 80px;
}

input:checked+ .slider .on
{display: block; left: 36px;}

input:checked + .slider .off
{display: none;}
