@font-face {
  font-family: 'ManifaPro2';
  src: url('ManifaPro2_2.224-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}



body{
 background-color: #ddd;
 margin: 0;
 padding: 0;
 font-family: 'ManifaPro2', sans-serif;
}

.screen{
 position: relative;
 max-width: 420px;
 background-color: #FFF;
 margin: auto;
 min-height: 100vh;
 display: none;
}

.cover {
 display: none;

 position: absolute;
 width: 100%;
 height: 100%;
 background-color: #00000086;
 z-index: 999;
}

#namecover {
  /* display: none; */
 
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #00000086;
  z-index: 999;
 }
.header {
 margin:0px 20px;
}

.header h1{
 padding-top: 20px;
 color: #3cb64a;
text-align: justify;
font-family: 'ManifaPro2', sans-serif;
font-size: 48px;
font-style: normal;
font-weight: 600;
line-height: normal;
}

.header p{
 color: #1D1D1D;
text-align: justify;
font-family: 'ManifaPro2', sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 200;
line-height: normal;
}


.prize{
 margin: 0 10px;
 border-radius: 10px;
 background: #FAFAFA;
 box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
display: flex; 
justify-content: space-between;
padding: 20px 15px;
}


.prize p{
  color: #000;
  font-family: 'ManifaPro2', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
 width: 90%;
 margin: auto;
}




.prize .img{
 width: 114px !important;
height: 114px !important;
background-color: #3cb64a;
border-radius: 50%;
display: flex; 
justify-content: center;
align-items: center;

}



.won{
  background: #3cb64a;
display: none;
 }
 
 .won p{
   color: #FFF;
 font-family: 'ManifaPro2', sans-serif;
 font-size: 22px;
 font-style: normal;
 font-weight: 700;
 line-height: normal;
  }


  .won .no{
    color: #FFF;
  font-family: 'ManifaPro2', sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 20px;
 width: 100%;

   }
 
  .won .img{
    background: #FFF;
   }

   .hide{
    display: none;
  }
  
  .show{
    display: flex;
  }
h2{
 
 color: #000;
font-family: 'ManifaPro2', sans-serif;
font-size: 25px;
font-style: normal;
font-weight: 400;
line-height: normal;
margin: 30px 20px;
}

h2 span{
 color: #878787;;
 font-family: 'ManifaPro2', sans-serif;
 font-size: 12px;
 font-style: normal;
 font-weight: 400;
 line-height: normal;
 margin-bottom: 10px;
}



.booths{
 margin: 0 20px;
}



.booths .booth{
  padding: 10px ;
  max-width: 150px;
  height: 170px;
  border-radius: 20px;
background: #FAFAFA;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
 margin:20px  auto;
cursor: pointer;
}

.booths .note{
  background: linear-gradient(225deg, #0f4542, #217e3e);

}



.booths  .active{
  border-radius: 20px !important;
  border: 10px solid #217e3e !important;

}

.booths .booth .boothTitle h4{
  color: #000;
  font-family: 'ManifaPro2', sans-serif;
  font-size: 22px;
  font-style: normal;
  text-align: center;
  font-weight: 700;
  line-height: normal;
  margin-top: 8px;
  margin-bottom: 10px;
}

.booths .booth .boothTitle h5{
  color: #000;
  font-family: 'ManifaPro2', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.booths .note{
  background: linear-gradient(225deg, #0f4542, #217e3e);

}

.booths .note .boothTitle h4{
  color: #FFF;
font-family: 'ManifaPro2', sans-serif;
font-size: 26px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.booths .note .boothTitle h5{
  color: #FFF;
text-align: center;
font-family: 'ManifaPro2', sans-serif;
font-size: 12px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

#overview{
 display: none;
 text-align: center;
}

#qrscanner{
 display: none;
}

#timetable{
  display: none;
 }

 #feedback{
  display: none;
 }
.overview{
 position: fixed;
 z-index: 9999;
 top: 50%;
 left: 50%;
 transform: translate(-50%,-50%);
 background-color: #FFF;
 padding: 30px;
 width: 340px;

}


.overview .exit{
 display: flex;
 justify-content: end;
}

.overview .exit a{
cursor: pointer;
}

.overview img{
  margin-bottom: 30px;
}
.overview .text h6{
 color: #000;
font-family: 'ManifaPro2', sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-align: center;
}

.overview .text p{
text-align: center;
margin: auto;
 color: #000;
 text-align: center;
 font-family: 'ManifaPro2', sans-serif;
 font-size: 18px;
 font-style: normal;
 font-weight: 500;
 line-height: normal;
 width: 80%;
}
.overview .overviewBox{
 width: 285px;
 min-height: 150px;
 /* border: 1px solid #000; */
 display: flex;
 justify-content: center;
 align-items: center;
 margin: 20px auto;
}

.overview .overviewBox p{
 text-align: center;
 width:60%;
}

.overview .btns{
 text-align: center;
 display: flex;
 justify-content: center;
}

.overview .btns button{
 padding: 10px 50px;
 border-radius: 8px;
 background: #3cb64a;
 border: none;
 color: #FFF;
 text-align: center;
 font-family: 'ManifaPro2', sans-serif;
 font-size: 17px;
 font-style: normal;
 font-weight: 700;
 line-height: normal;
}
.overview .btns .next{
 padding: 10px 70px;
}



#camera {

 border: none !important;
 border-radius: 5px;
}

#scan-message {
 margin-top: 10px;
 font-size: 16px;
}

#camera__status_span{
 display: none !important;
}


#camera__dashboard_section_swaplink{
 display: none !important;

}

#camera__scan_region{
 min-height: auto !important;
}


@media all and (max-width: 480px) {
.screen{
 position: relative;
 max-width: 420px;
 background-color: #FFF;
 margin: auto;
 min-height: 100vh;
}

.cover {
 display: none;

 position: absolute;
 width: 100%;
 height: 100%;
 background-color: #00000086;
 z-index: 999;
}

#namecover {
  /* display: none; */
 
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #00000086;
  z-index: 999;
 }

.header {
 margin:0px 20px;
}

.header h1{
 padding-top: 20px;
 color: #3cb64a;
text-align: justify;
font-family: 'ManifaPro2', sans-serif;
font-size: 56px;
font-style: normal;
font-weight: 600;
line-height: normal;
}

.header p{
 color: #1D1D1D;
text-align: justify;
font-family: 'ManifaPro2', sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 200;
line-height: normal;
}

.prize{
  margin: 0 10px;
  border-radius: 10px;
  background: #FAFAFA;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
 display: flex; 
 justify-content: space-between;
 padding: 20px 15px;
 }
 
 .prize p{
   color: #000;
   font-family: 'ManifaPro2', sans-serif;
   font-size: 24px;
   font-style: normal;
   font-weight: 400;
   line-height: normal;
  width: 90%;
  margin: auto;
 }
 
 
 .prize .img{
  width: 114px !important;
 height: 114px !important;
 background-color: #3cb64a;
 border-radius: 50%;
 display: flex; 
 justify-content: center;
 align-items: center;
 
 }
 
 


.won{
  background: #3cb64a;
display: none;
 }
 
 .won p{
   color: #FFF;
 font-family: 'ManifaPro2', sans-serif;
 font-size: 22px;
 font-style: normal;
 font-weight: 700;
 line-height: normal;
  }
 
  .won .img{
    background: #FFF;
   }

   .hide{
    display: none;
  }
  
  .show{
    display: flex;
  }

 h2{
  
  color: #000;
 font-family: 'ManifaPro2', sans-serif;
 font-size: 25px;
 font-style: normal;
 font-weight: 400;
 line-height: normal;
 margin: 30px 20px;
 }
 
 h2 span{
  color: #878787;;
  font-family: 'ManifaPro2', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
 }
 
 
 
 .booths{
  margin: 0 20px;
 }
 
 
 
 .booths .booth{
  padding: 10px ;
  max-width: 150px;
  height: 170px;
   border-radius: 20px;
 background: #FAFAFA;
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
 box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
  margin:20px  auto;
 cursor: pointer;

 }

 .booths .booth .img-fluid{
  max-width: 60% !important;
 }
 
 .booths .note{
  background: linear-gradient(225deg, #0f4542, #217e3e);

 }
 

 
 .booths  .active{
   border-radius: 20px !important;
   border: 10px solid #217e3e

   !important;
 
 }
 
 .booths .booth .boothTitle h4{
   color: #000;
   font-family: 'ManifaPro2', sans-serif;
   font-size: 22px;
   font-style: normal;
   text-align: center;
   font-weight: 700;
   line-height: normal;
   margin-top: 8px;
   margin-bottom: 10px;
 }
 
 .booths .booth .boothTitle h5{
   color: #000;
   font-family: 'ManifaPro2', sans-serif;
   font-size: 12px;
   font-style: normal;
   font-weight: 700;
   line-height: normal;
 }
 
 .booths .note{
  background: linear-gradient(225deg, #0f4542, #217e3e);

 }
 
 .booths .note .boothTitle h4{
   color: #FFF;
 font-family: 'ManifaPro2', sans-serif;
 font-size: 26px;
 font-style: normal;
 font-weight: 700;
 line-height: normal;
 }
 
 .booths .note .boothTitle h5{
   color: #FFF;
 text-align: center;
 font-family: 'ManifaPro2', sans-serif;
 font-size: 16px;
 font-style: normal;
 font-weight: 700;
 line-height: normal;
 }
 
 #overview{
  display: none;
  text-align: center;
 }
 
 #qrscanner{
  display: none;
 }

 #timetable{
  display: none;
  max-height:90vh  ;
  overflow: auto;
 }

::-webkit-scrollbar {
  width: 2px;
}

/* Track */
 ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 2px grey; 
  border-radius: 2px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #75B360; 
  border-radius: 2px;
}

/* Handle on hover */
 ::-webkit-scrollbar-thumb:hover {
  background: #75B360; 
}

 .overview{
  position: fixed;
  z-index: 9999;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-color: #FFF;
  padding: 30px;
  width: 340px;
 
 }
 
 
 .overview .exit{
  display: flex;
  justify-content: end;
 }
 
 .overview .exit a{
 cursor: pointer;
 }
 
 .overview img{
   margin-bottom: 30px;
 }
 .overview .text h6{
  color: #000;
 font-family: 'ManifaPro2', sans-serif;
 font-size: 18px;
 font-style: normal;
 font-weight: 700;
 line-height: normal;
 text-align: center;
 }
 
 .overview .text p{
 text-align: center;
 margin: auto;
  color: #000;
  text-align: center;
  font-family: 'ManifaPro2', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 80%;
 }
 .overview .overviewBox{
  width: 285px;
  min-height: 150px;

  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto;
 }
 
 .overview .overviewBox p{
  text-align: center;
  width:60%;
 }
 
 .overview .btns{
  text-align: center;
  display: flex;
  justify-content: center;
 }
 
 .overview .btns button{
  padding: 10px 50px;
  border-radius: 8px;
  background: #3cb64a;
  border: none;
  color: #FFF;
  text-align: center;
  font-family: 'ManifaPro2', sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
 }
 .overview .btns .next{
  padding: 10px 70px;
 }
 
 

/* body {
 font-family: sans-serif;
 margin: 0;
 padding: 0;
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
 height: 100vh;
} */

#camera {
 /* width: 300px; */
 /* height: 100px; */
 /* border: 1px solid #ddd; */
 border: none !important;
 border-radius: 5px;
 /* overflow: hidden; */
}

#scan-message {
 margin-top: 10px;
 font-size: 16px;
}

#camera__status_span{
 display: none !important;
}

/* #camera span {
 display: none !important;
} */

#camera__dashboard_section_swaplink{
 display: none !important;

}

#camera__scan_region{
 min-height: auto !important;
}


}

#stopcam{
  display: none;
}

.table>:not(caption)>*>* {
  padding: 0.5rem 4px !important
}

.table td{
  font-size: 15px !important;
}
/* #startcam{
  display: none;
} */

@-webkit-keyframes loading {
 0% {
   transform: rotateZ(0);
 }
 100% {
   transform: rotateZ(360deg);
 }
}

.loading {
 overflow: hidden;
}
.loading #loading-msg {
 display: block;
 
 color: #fefefe;
 position: fixed;
 width:100%;
 height: 100vh;
 background: linear-gradient(45deg,#217e3e ,#0f4542);

 /* background-size: cover; */
 top: 0;
 left: 0;
 z-index: 999999999999999999999999999999999;
}



#loading-msg {
 display: none;
}

#loading-msg .theme {
 width: 100%;
 margin: 10px 0 35px 0;
}

#loading-msg .eventTitle h1{
  color: #FFF;
font-family: 'ManifaPro2', sans-serif;
font-size: 15px;
font-style: normal;
font-weight: 600;
line-height: normal;
}

#loading-msg .eventTitle h2{
  color: #FFF;
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: normal;
margin-top: 25px;
}

#loading-msg  h6{
  color: #FFF;
font-family: 'ManifaPro2', sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: normal;
margin-top: 15px;
}
#loading-msg .msg {
 transform: translateY(-50%);
 position: absolute;
 top: 50%;
 width: 100%;
 text-align: center;
 margin-bottom: 2em;
 font-size: 2.2em;
}

#loading-msg  .loadingspin{
  display: none;
}
#loading-msg .spin {
 position: relative;
 width: 2rem;
 height: 2rem;
 margin: 0 auto;
}

#loading-msg span {
 position: absolute;
 border-radius: 100%;
 border-width: 3px;
 border-style: solid;
 border-color: #fff #fff transparent;
 -webkit-animation: loading 2s infinite linear;
         animation: loading 2s infinite linear;
 left: 0;
 top: 0;
 width: inherit;
 height: inherit;
}




#feedback .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

#feedback .item {
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
}
#feedback .radio {
  display: none;
}
#feedback .radio ~ span {
  font-size: 3rem;
  filter: grayscale(100);
  cursor: pointer;
  transition: 0.3s;
}

#feedback .radio:checked ~ span {
  filter: grayscale(0);
  font-size: 4rem;
}

#feedback h5{
  font-size: 10px;
  text-align: center;
}