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

}

body, a{  
	font-family: "Play", sans-serif !important;
  font-weight: 400;
  font-style: normal;
}

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

header {
	background: repeating-linear-gradient(45deg, #fff, #fff 4px, #faf8f8 4px, #faf8f8 8px);
    border-bottom: 1px solid #eee;
}

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

span.mclaren-logo {
	display: inline-block;
    width: 150px;
    padding: 10px;
    background: #fff;
}

.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, #e9e7e7, #e9e7e7 1px, #fff 1px, #fff 6px);
}
svg.scan-region-highlight-svg {
    stroke: #ff8002 !important;
}

button#stopScanning,  button#startScanning{
        border-radius: 0px;
    background: #ff8002;
    color: #fff;
    text-transform: uppercase;
    padding: 7px 18px;
    position: relative;
    border: 0;
    font-size: 15px;
	    margin: 2px;
	
}
button#stopScanning:after,  button#startScanning:after {
    content: "";
    display: block;
    position: absolute;
    top: -3px;
    right: -9px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 12px 12px 12px;
    border-color: transparent transparent #4b4e55 transparent;
    transform: rotate(45deg);
}
/*
button#startScanning:after {
    transform: rotate(230deg);
    top: unset;
    bottom: -2px;
    right: unset;
    left: -10px;
}
*/

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

/* switch */
.switch {
  position: relative;
  display: inline-block;
  width: 80px;
  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: #ff8002;
  -webkit-transition: .4s;
  transition: .4s;
}

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

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

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

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

.on, .off
{
  color: white;
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
  font-size: 10px;
line-height: 10px;
  font-family: Verdana, sans-serif;
}

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

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

