body{
    margin: 0;
    font-family: Helvetica, arial, sans-serif;
}

.hidden{
    display: none !important;
}

#over{
    position: absolute;
    top: 0;
    z-index:998;
}
#previewPage{
    width: 100vw;
    height: 85vh;
    display: flex; 
    justify-content: center;
    align-items: center;
    margin: auto;
    text-align: center;
    position: absolute;
    background: #fff;
    top: 30px;
}
#previewPage img{
    width: 100%;
}
#previewContent{
    width: 70%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.text{
    font-size: 21px;
    line-height: 45px;
}
#tapInfo{
    font-size: 21px;
    color: rgb(246 73 73);
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 25px;
    
}

#topInfo{
    text-align: center;
}
#topInfo{
    top: 0;
}
#botButtons{
    background: url('./assets/images/Colored_Panel_BG.png') no-repeat center;
    background-size: cover;
    text-align: center;
}
#innerInfo{
    background: #000;
    margin: 20px;
    border: 3px solid #000;
}

#topText{
    border: 3px solid #efd8af;
    color: #fff;
    font-size: 18px;
    padding: 10px;
    text-transform: uppercase;
}
#botLogo{
    position: relative;
}
#botLogo img.trees, #logoTop img{
    width: 100%;
}
.logoTrees{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 149px;
    bottom: 15px;
}

#logoTop{
    width: 200px;
}

#botButtonsContent{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.buttons{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footerBtn{
    width: 90px;
    height: 90px;
    background: url(./assets/images/Black_button_BG_01.png) no-repeat center;
    background-size: contain;
    margin: 10px 0;
    border: none;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}
.warnBottom img{
    width: 90%;
}
#fotterContent, #topContent{
    position: absolute;
    display: flex;
    flex-direction: column;
    
    justify-content: space-between;
    align-items: center;
}
#fotterContent{
  display:none;
  bottom: 0;
  z-index:12;
}
#topContent{
  display:none;
  flex-direction: column-reverse;
  top: 0;
  transform: translateY(-50%);
  height: 250px;
  z-index:12;
}

#scanner{
  display:none;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 225px;
    height: 275px;
    transform: translate(-50%, -50%);
    color: #fff;
    bottom: 180px;
    font-size: 20px;
    font-weight: 800;
    z-index:12;
}
.elScan{
    position: absolute;
    width: 50px;
    height: 50px;
}
.elScan img{
    width: 100%;
}
#prompt{
    pointer-events: none;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    z-index: 12;
    color: #fff;
    bottom: 180px;
    font-size: 20px;
    font-weight: 800;
}

.elScan:nth-child(1){
    top: 0;
    left: 0;
    transform: rotate(90deg);
}
.elScan:nth-child(2){
    top: 0;
    right: 0;
    transform: rotate(180deg);
}
.elScan:nth-child(3){
    bottom: 0;
    right: 0;
    transform: rotate(-90deg);
}
.elScan:nth-child(4){
    bottom: 0;
    left: 0;
}

#videoBanner{
  display:none;
  width: 100vw; 
  height: 100vh; 
  position: absolute; 
  background: #000; 
  z-index:20;
}

#reset{
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    z-index: 12;
}

#reset img{
    width: 100%;
}
