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

}

body, a{  
	font-family: 'Helvetica Neue', Helvetica, Arial, 'sans-serif' !important;
  font-weight: 400;
  font-style: normal;
	color: #fff;
	background: #000 !important;
}

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

header {
	background: #000;
    border-bottom: 1px solid #9eb527;
}

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

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

.img_2025_mcl {
	width: 140px;
	margin: 10px 10px 10px -24px;
}

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

button#stopScanning,  button#startScanning{
    border-radius: 0px;
    background: #9eb527;
	color: #000000;
    letter-spacing: -0.06rem;
    text-transform: lowercase;
    padding: 5px 18px;
    position: relative;
    border: 0;
    font-size: 17px;
    margin: 2px;
    font-weight: 900;
}

button#stopScanning {
    background: #ec9c18;
}
/*
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: 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: #31b0e5;
  -webkit-transition: .4s;
  transition: .4s;
}

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

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

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

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

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

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

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

