		@import url('https://fonts.googleapis.com/css?family=Exo:400,700');


		* {
		    font-family: 'Nunito Sans', sans-serif;
		    font-size: 16px;
		    line-height: 24px;
		    box-sizing: border-box;

		}
		
		body {
		    padding: 0px;
		    margin: 0px;
		    display: flex;
		    width: 100vw;
		    height: 100vh;
		    justify-content: center;
		    align-items: center;
		    overflow-x: hidden;
		    overflow-y:hidden;
		    background-color:#22292f;
		}
		div#startscherm {
		    padding: 20px;
		    margin: 20px;
		    background: #000000aa;
		    color: #fff;
		    display: flex;
		    flex-direction: column;
		    align-items: center;
		    border-radius: 4px;
		    box-shadow: 0px 5px 10px #00000077;
		    width: 100%;
		}
		
		input,select {
		    padding: 10px;
		    border: 0px;
		    background: #fff;
		    font-size: 20px;
		    margin: 20px 0px;
		    border-radius: 4px;
		    border-top: 2px solid #00000055;
		    color: #000000;
		    width: 100%;
		    text-align: center;
		    box-sizing: border-box;
		}
		
		.registreerspeler {
		    background: #dc2a1b;
		    padding: 10px 20px;
		    font-weight: bold;
		    align-self: flex-end;
		    border-bottom: 4px solid #000000aa;
		    border-radius: 4px;
		    font-size: 24px;
		}
	
		.regspeler{
			width:100%;
			text-align: center;
		}
		.type1{
			
		}
		.welkom {
		    font-size: 30px;
		    margin-bottom: 20px;
		    font-weight: bold;
		        text-align: center;
		}
		
		.label {
		    margin-bottom: -12px;
		}
		
		
		.vraaghint,.vraagreservehint{
			width: 90vw;
			height: calc(100svh - 500px);
			background-size: contain;
			background-repeat: no-repeat;
			filter: drop-shadow(0px 5px 10px  #00000044);
			background-position: center;
			z-index: 2;
			position:absolute;
			left:20px;
			top:140px;
		}	
		.vraagreservehint{
			z-index:1;
			position:absolute;
			left:40px;
			top:130px;
			transform: scale(0.95);
			transform:rotate(5deg);
			transition:1s;
		}
		
		
		.groepsafbeelding,.vraagafbeelding {
			text-align: center;
			background-size: cover;
		    width: 100vw;
		    height: 100vh;
		    position: absolute;
		    top: 0;
		    left: 0;
		    z-index: -1;
		    justify-content: center;
		    display: flex;
		    align-items: center;
		    font-size: 24px;
		    font-weight: bold;
		    color: #000000aa;
			background-position:center center;
			text-shadow: 0px 0px 10px #fff;

		}

		.goedactief{
			background:green !important;
		}
		.foutactief{
						background:red !important;
  		}
		.status{
			display:none;
		}
		.naamplaatje {
			font-size: 20px;
			top: 20px;
			left: 20px;
			position: fixed;
			font-weight: bold;
			line-height: 28px;
			text-shadow: 0px 0px 15px #fff;
			color: #000000aa;
			width: calc(100vw - 150px);
		}
.rondes {
			font-size: 20px;
			top: 20px;
			right: 20px;
			position: absolute;
			font-weight: bold;
			line-height: 28px;
			text-shadow: 0px 0px 5px #fff;
			color: #000000aa;
			
		}
			
		.logo {
			background-repeat: no-repeat;
			width: 100px;
			height: 100px;
			position: fixed;
			right: 20px;
			top: 20px;
			background-size: contain;
			background-position: top right;
		}
		.tijd {
		    width: 100vw;
		    height: 5px;
		    background: #00000033;
/*
		    position: absolute;
		    bottom: 8px;
*/
		    		    transition:0.8s;

		}
		
		.lijn {
		    background: #1fc3ff;
		    height: 100%;
		    transition:1s linear;
		}
		.vraagvraag {
		    font-size: 24px;
		    text-align: center;
		    padding: 0px 20px;
		    text-shadow: 0px 0px 5px #fff;
		    padding-top:20px;
		    font-weight: bold;
		    background: #ffffff33;
			padding-bottom: 20px;
		}
		
		.vraagantwoord {
		    padding: 0px 20px;
		}
		
		#speelscherm {
		    justify-content: flex-end;
		    align-items: center;
		    display: flex;
		    flex-direction: column;
		    /* height: calc(100vh - 40px); */
		    transition:0.8s;
		    padding-bottom:20px;
		}
		
		.antwoordknop,.goknop {
		    padding: 10px 20px;
		    background: #ffffffaa;
		    margin: 5px;
		    border-radius: 4px;
		    border-bottom: 4px solid #00000044;
		    font-weight: bold;
		    font-size: 20px;
		    padding-top: 14px;
		}
		.goknop{
			float:right;
			margin-right:0px;
		}
		
		.vraagantwoord .container {
		    display: flex !important;
		    flex-wrap: wrap;
		    align-items: center;
		    justify-content: center;
		}
		.shaken{
			  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
		}
		@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 3px, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, -4px);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 3px);
  }
}

.overlay {
    position: absolute;
    height: 100vh;
    width: 100vw;
    background: #000000aa;
    top: 0px;
    left: 0px;
    bottom:0px;
    right:0px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.overlay .knop {
    background: #eee;
    padding: 10px 20px;
    border-radius: 6px;
    border-bottom: 4px solid #00000044;
    font-size: 20px;
    font-weight: bold;
}

.overlay>div {
    background: #eee;
    padding: 10px 20px;
    border-radius: 6px;
    border-bottom: 4px solid #00000044;
    font-size: 20px;
    font-weight: bold;
    max-height: 80svh;
    overflow-y: auto;
    overflow-x: hidden;
}
.overlay a{
    color: #000;
    text-align: right;
    display: block;
    padding-top: 10px;
}
.overlay .knop{
	background:#fff;
}
.active{
    background:#1f7895 !important;
    color:#fff;
}
.tiles {
    display: flex;
    flex-wrap: wrap;
    margin-top: 180px;
    margin-left: 5%;
    margin-right: 5%;
    box-sizing: border-box;
    padding: 0px;
    position: relative;
    width: 100vw;
    overflow-y: auto;
    overflow-x: hidden;
    height: calc(100svh - 100px) !important;
    padding-bottom: 100px;
}

.tile {
    flex-basis: 31%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 1%;
    padding: 20px;
    box-sizing: border-box;
    border-bottom: 3px solid #dc2a1b;
    background-color:#dc2a1baa;
    width: 31%;
    border-radius:10px;
    box-shadow:0px 5px 10px, inset 0px 20px 40px -20px #ff4900aa;
    transition:4s;
}

.tile.actief {
    /* filter: invert(1) hue-rotate(540deg) brightness(0.4) grayscale(1); */
    filter: hue-rotate(120deg) brightness(2.5);
}
.tile.bonus1.actief {
    background: #6f6478 !important;
    border-color: #603878 !important;
}
.toggle-uitleg {
    text-align: right;
    font-weight: normal;
    }
.tile img {
    max-width: 60px;
    width: 100%;
}

.tile div {
    font-weight: 900;
    color: #fff;
    padding: 10px;
    text-align: center;
    font-size: 18px;
    line-height: 18px;
}

div#speelscherm {
    padding-bottom: 0px;
    margin-top: 10px;
}
.spelscore {
    font-size: 12px !important;
    line-height: 10px;
    height: 40px;
    margin-bottom: -30px;
    margin-top: -10px;
    font-weight: normal !important;
}
.overlay .knop.actief {
    background: #d00;
    color: #fff;
}

.overlay .knop {
    margin: 5px;
    margin-bottom: 8px;
    text-align:center;
    transition: 0.5s;
}
span.titelspel {
    text-align: center;
    display: block;
    font-size: 30px;
    background: #d00;
    margin: -20px;
    margin-top: -10px;
    border-radius: 5px 5px 0px 0px;
    padding: 10px;
    color: #fff;
    text-shadow: 0px 2px 2px #000000;
    box-shadow: 0px 0px 10px #000000aa;
    margin-bottom: 0px;
}
.overlaycontent {
	width:90%;
}

.scoretabel {
    max-height: calc(100svh - 150px);
    overflow: auto;
    margin-left: -10px;
    margin-right: -10px;
    border:none !important;
}

.scoretabel>div {
    flex-direction: row;
    display: flex;
    background: #ddd;
    margin: 0px;
    padding: 0px;
    justify-content: space-between;
    border: none !important;
    border-radius: 0px;
}

.scorenaam,.scorescore {
    background: none !important;
    border: none !important;
}

.scoretabel>div:nth-of-type(odd) {
    background: #eee !important;
}
.progress-bar {
    background: #f00;
    height: 4px;
    transition: 1s linear;
    margin-bottom:10px;
}

.submitAnswer.knop {
    background:#dd0200;
    color:#fff;margin-top:10px;
    width:80px;
   
    float:right;
}

.hintButton.knop {
    background: #8f11ed;
    color: #fff;
    margin-top: 10px;
    width: 80px;
    float: left;
}
.label {
    margin-bottom: -12px;
    margin-top:-10px;
    font-size: 15px;
    line-height: 14px;

}
.label *{
     font-size: 12px;
    line-height: 14px;
}

@keyframes shimmer {
    20% {
      background-position: -200px 0;
    }
    40% {
      background-position: 200px 0;
    }
    70% {
      background-position: 200px 0;
    }
    
   
  }

  /* Shimmer gradient overlay */
.bonus1 {
  position:relative;
  overflow:hidden;
  background-color: gold !important;
  border-color: goldenrod !important;
}
  .bonus1:after {
    content: "";
    display: block;
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
      transform:rotate(30deg);
    background: linear-gradient(to right, transparent 0%, #f3f3f399 30%, #f3f3f399 50%, transparent 51%);
    animation: shimmer 4s infinite;
  }
.disabled:after,.actief:after{
content:unset !important;
  display:none;
filter:saturate(-10);
}
.disabled{
  filter:saturate(0) !important;
  opacity:0.3 !important;
}

#boekingSwitch {
    width: 100%;
    margin-bottom: 20px;
}

#boekingSwitch input[type="radio"] {
    display: none;
}

/* Style for the toggle switch label */
#boekingSwitch label {
    display: inline-block;
    cursor: pointer;
    padding: 8px 16px;
    background-color: #f4f4f4;
    border-radius: 20px;
    color: #000;
    width: 50%;
    margin: -2px;
    transition: background-color 0.3s ease;
    text-align: center;
    font-weight: bold;
    border-bottom: 4px solid #0005;
}

/* Style for the checked toggle switch label */
#boekingSwitch input[type="radio"]:checked+label {
    background-color: #dc2a1c;
    color: #fff;
}

/* Style for positioning the labels */
#boekingSwitch label:first-of-type {
    border-radius: 5px 0 0 5px;
}

#boekingSwitch label:last-of-type {
    border-radius: 0 5px 5px 0;
}

#speelscherm:before {
    position:absolute;
    content: " ";
    width: calc(var(--custom-width) * 100%);
    height: 4px;
    background-color: #dd0200;
    display: block;
    position: absolute;
    left:0px;
    top:0px;
}




#speelscherm.custom:before {
    --custom-width: 0.5; /* Default width as a fraction (50%) */
}