@font-face {
  font-family: 'MedodicaRegular';
  src:  url('medodicaregular.woff2') format('woff2');
}

html {
  -webkit-text-size-adjust: 100%;
}

/* CSS Solution to handle inconsistent svh rendering */
html {
  /* Define a fallback for --vh */
  --vh: 1vh;
}







body { 
    margin: 0;
    height: 100dvh;

    height: calc(var(--vh, 1vh) * 100);
    max-height: 100vh;
    
    line-height: 1;
    overflow: hidden;
    background-color: white;

    font-family : MedodicaRegular;

    /*height: 100vh;
    height: calc(var(--vh, 1vh) * 100);*/



}

.input:-webkit-autofill,
.input:-webkit-autofill:hover,
.input:-webkit-autofill:focus,
.input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 60px #fafafa inset !important;
    background-color: #fafafa !important;
    background-clip: content-box !important;
}

#content {
    position: absolute;
    width: 100%;

    height: calc(var(--vh, 1vh) * 100);
    max-height: 100vh;

    /*height: 100%;*/
    text-align: center;

    pointer-events: none;



}

#textbox {
  z-index: 1;
    font-size: 20px;

    position: absolute;


    width: 300px;
    height: 200px;


    top: calc(50% - 100px);
    left: calc(50vw - 150px);

    background-color: transparent;

    pointer-events: all;




}


.input {
  font-size: 20px;
  border: none;
  text-align: center;

  font-family : MedodicaRegular;

  background-color: transparent;


  caret-color: transparent;


  width: 100%;
  left: 0px;
  height: 100%;

  overflow: hidden;
  resize: none;

}

.input:focus {
  border: none;
  outline: none;
  caret-color: black;


}




#inputmask {
  position: absolute;
  font-size: 20px;
  border: none;


  width: 200px;


  /*background-color: blue;*/



}


#textinput:focus {
  border: none;
  outline: none;
}

#pressenter {
  position: relative;
  top: 25%;

  background-color: white;

  opacity: 0%;
}




#box1 {
  background-color: transparent;
  height:50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#box2 {
  background-color: transparent;
  height:50px;
  display: flex;
  justify-content: center;
  align-items: center;

}
#box3 {
  background-color: transparent;
  height:50px;
  display: flex;
  justify-content: center;
  align-items: center;

}
#box4 {
  background-color: transparent;
  height:50px;
  display: flex;
  justify-content: center;
  align-items: center;

}
#box5 {
  background-color: transparent;
  height:50px;
  display: flex;
  justify-content: center;
  align-items: center;

}

#box6 {
  background-color: transparent;
  height:50px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: default;

  opacity: 0%;

}

.box {
  backdrop-filter: saturate(180%) blur(2px);
  -webkit-backdrop-filter: saturate(180%) blur(2px);
  background: rgba(0,0,0,0.05);

  width: 100%;
  height:95%;
  display: flex;
  justify-content: center;
  align-items: center;

}


#box1content {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;

  backdrop-filter: saturate(180%) blur(2px);
  -webkit-backdrop-filter: saturate(180%) blur(2px);

  background: rgba(0,0,0,0.05);

  width: 100%;
  height:95%;
  display: flex;
  justify-content: center;
  align-items: center;


}
#box2content {
  backdrop-filter: saturate(180%) blur(4px);
  -webkit-backdrop-filter: saturate(180%) blur(2px);

  background: rgba(0,0,0,0.05);
  


  width: 100%;
  height:95%;
  display: flex;
  justify-content: center;
  align-items: center;


}  
#box3content {
  backdrop-filter: saturate(180%) blur(4px);
  -webkit-backdrop-filter: saturate(180%) blur(2px);

  background: rgba(0,0,0,0.05);


  width: 100%;
  height:95%;
  display: flex;
  justify-content: center;
  align-items: center;


}  
#box4content {
  backdrop-filter: saturate(180%) blur(4px);
  -webkit-backdrop-filter: saturate(180%) blur(2px);

  background: rgba(0,0,0,0.05);


  width: 100%;
  height:95%;
  display: flex;
  justify-content: center;
  align-items: center;


}
#box5content {
  backdrop-filter: saturate(180%) blur(4px);
  -webkit-backdrop-filter: saturate(180%) blur(2px);

  background: rgba(0,0,0,0.05);

  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;

  width: 100%;
  height:95%;
  display: flex;
  justify-content: center;
  align-items: center;


}

#box6content {



  width: 100%;
  height:95%;
  display: flex;
  justify-content: center;
  align-items: center;

  user-select: none;



}

#consentbtn{
  cursor: pointer;
  text-decoration: underline;
  user-select: none;
  color: #4e4e4e;

}


#privacypolicycontainer{
  position: absolute;
  bottom:10px;
  margin: auto;
  width:100%;
  text-align: center;
}

#privacypolicybtn{
  pointer-events: all;

  width: 100px;
  margin: auto;
  cursor: pointer;
  user-select: none;

}

#consentarea {
  z-index: 2;
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;

  opacity: 0%;;

}

#consenttextbox {
  backdrop-filter: saturate(180%) blur(4px);
  -webkit-backdrop-filter: saturate(180%) blur(2px);

  background: rgba(0,0,0,0.05);

  z-index: 2;
  position: absolute;
  width: 73%;
  max-width: 300px;
  font-size: 13px;
  left: 10px;
  top: 68%;
  text-align: left;
  padding: 15px;


}

#consentXarea {
  z-index: 2;
  position: absolute;
  width: 73%;
  font-size: 15px;
  left: 10px;
  top: 68%;
  text-align: left;
  padding: 4px;

}

#consentX {
  cursor: pointer;
  width: 10px;

}

#privacypolicyarea {
  z-index: 3;
  position: absolute;
  width: 100%;
  height: 100%;

  backdrop-filter: saturate(180%) blur(4px);
  -webkit-backdrop-filter: saturate(180%) blur(2px);

  background: rgba(0,0,0,0.05);

  pointer-events: all;


  display:none;


}

#privacypolicybackground {
  
  position: absolute;
  width: 100%;
  height: 100%;


}

#privacypolicytext {
  z-index: 4;

  position: absolute;
  width: 80%;
  height: 80%;
  padding: 10%;
  text-align: left;

  overflow: auto;

  cursor: pointer;

}

#privacypolicyX {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: left;

  font-size: 25px;

  padding-top: 10px;
  padding-left: 10px;
  color: grey;




}


