@font-face {
    font-family: 'CBuGothicHybridOutline';
    src:  url('/assets/BuGothicHybridOutline-DnK1.woff2') format('woff2')
}




body {
    margin: 0;
    height: 100vh;
    line-height: 1;
    overflow: hidden;
    background-color: black;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    font-family: CBuGothicHybridOutline;




    /*-webkit-touch-callout: none;               
    -webkit-user-select: none;   */

}




#arrowoverlay {
    position: absolute;
    z-index: 1;
    width: 100%;
    text-align: center;
    bottom: -40px;
    /*-webkit-transform: translate3d(0,0,0);*/

}



#arrowdiv {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    width: 200px;
    margin: auto;





    

}


#arrowimg {
    width: 200px;
    opacity: 30%;/*30%;*/
    display: none;
    margin: auto;

    /*transform: rotate(180deg);*/
    /*-webkit-transform: translate3d(0,0,0);*/
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;




}

#arrowBtn {
    position:absolute;
    width: 150px;
    height:70px;
    top:30px;
    background-color: blue;
    margin: auto;
    opacity: 0%;

    left: calc(50vw - 75px);



}



#textoverlay {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    text-align: center;

    overflow-x: hidden;
    overflow-y: hidden;

    /*-webkit-transform: translate3d(0,0,0);*/

}


#textboxarea {

    margin-top: 10%;

    width: 100%;
    z-index: 1;
    text-align: center;

    /*color: red;*/
    color: rgba(180, 180, 180, 0.952);

    font-size: 30px;

    opacity: 0%;


}

#passwordtextbox {
    opacity: 100%;
}

#textbox {
    
    
    display: none;
    

    position:absolute;

    padding-top: 15px;

    border-style: double;
    /*border-color: red;*/
    border-color: rgba(180, 180, 180, 0.952);

    border-width: 4px;

    width: 320px;
    height: 150px;
    left: calc(50vw - 160px);
    top: calc(40vh - 100px);
    text-align: center;


}

#textboxtext {

    padding-top: 0px;
    font-size: 25px;



}
#formdiv {
    position: absolute;
    width: 100%;
    margin: auto;
    top: 50px;


}

#form {
    width: 100%;
    margin: auto;

}

#textinput {


    /*color: red;*/
    color: rgba(180, 180, 180, 0.952);

    font-size: 16px;
    width: 150px;


    font-size: 25px;
    background-color:transparent;

    font-family: CBuGothicHybridOutline;
    color: rgba(180, 180, 180, 0.952);





}

#submitbtn {

    /*background-color:red;*/
    background-color: transparent;

    font-size: 25px;

    color: rgba(180, 180, 180, 0.952);



    font-family: CBuGothicHybridOutline;





}

#recievepassworddiv {
    font-size: 20px;
    position:absolute;
    width: 100%;
    margin: auto;
    bottom:11px;

    text-align: center;

    


}

#consentcontainer {
    display: flex;
    text-align: center;
    margin: auto;

    align-items: center;
    justify-content: center;


    

}

#consentbtn {
    width: 30%;
    cursor: pointer;


}

#consentbtn:hover {
    width: 30%;
    color: blue;

}



#consentarea {
    z-index: 2;
    position: absolute;
    top: 0%;
    width: 50%;
    /*width: 0%;*/

    border-color: rgba(180, 180, 180, 0.952);
    color: rgba(180, 180, 180, 0.952);
    height: 100%;
    right: 0;
    opacity: 0%;
    pointer-events: all;
}

#consenttextbox {
    z-index: 2;
    position: absolute;
    width: 100px;
    max-width: 300px;
    font-size: 18px;
    left: 10px;
    top: 58%;
    text-align: left;
    padding: 15px;
    border: 10px;

    border-style: solid;
    /*border-color: red;*/
    border-color: rgba(180, 180, 180, 0.952);

    border-width: 0.5px;



}

#consentarea1 {
    position: absolute;
    top: 0%;
    width: 50%;
    /*width: 0%;*/

    height: 100%;
    right: 0;
    opacity: 0%;

    pointer-events: none;

}

#consenttextbox1 {
    position: absolute;
    width: 100px;
    max-width: 300px;
    font-size: 18px;
    left: 10px;
    top: 30%;
    text-align: left;
    padding: 15px;
    border: 10px;
    
    pointer-events: none;

    backdrop-filter: saturate(180%) blur(4px);
    -webkit-backdrop-filter: saturate(300%) blur(10px);
  
    background: rgba(0,0,0,0.5);



    border-style: solid;
    /*border-color: red;*/
    color: rgba(180, 180, 180, 0.952);

    border-color: rgba(180, 180, 180, 0.952);

    border-width: 0.5px;



}


#consentXarea {
    z-index: 2;
    position: absolute;
    width: 76%;
    font-size: 15px;
    left: 10px;
    top: 63%;
    text-align: left;
    padding: 4px;
    pointer-events: all;

}

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

}


#privacypolicybtncontainer {
    position: absolute;
    width: 100%;
    top: 140px;

    font-size: 15px;
}

#privacypolicybtn {
    width: 90px;
    cursor: pointer;
    margin: auto;
}
#privacypolicybtn:hover {
    cursor: pointer;
    color: blue;
}

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

    top: 0px;
  
    backdrop-filter: saturate(180%) blur(4px);
    -webkit-backdrop-filter: saturate(180%) blur(2px);
  
    background: rgba(0,0,0,0.05);
  
    pointer-events: all;

    /*color: red;*/
    color: rgba(180, 180, 180, 0.952);

    

    display: none;


    
  
  
  
  
  }
  
  #privacypolicybackground {
    
    position: absolute;
    width: 100%;
    height: 100%;
  
  
  }
  
  #privacypolicytext {
    z-index: 4;
  
    position: absolute;
    width: 80%;
    height: 100%;
    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;
  
  
  
  
  }
  




  

#recievepasswordtext {
    width: 50%;
    /*color: red;*/
    color: rgba(180, 180, 180, 0.952);

    margin: auto;

    padding: 3px;

    border-style: solid;
    /*border-color: red;*/
    border-color: rgba(180, 180, 180, 0.952);

    border-width: 0.5px;



        
    
    
}
    
#recievepasswordtext:hover {
color: blue;
border-color: blue;

    


}



#chatarea {
    position: absolute;
    /*background-color: blueviolet;*/
    width: 100%;
    height: 30%;

    font-size: 25px;

    opacity: 0%;

    overflow: hidden;
    -webkit-mask-image: linear-gradient(to bottom, black 10%, transparent 100%);
    mask-image: linear-gradient(to bottom, black 10%, transparent 100%);
    user-select: none; /* supported by Chrome and Opera */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none;

}

.chatline {
    /*background-color: blue;*/
    width: 100%;
    text-align: left;
}

.chatusername {
    /*background-color: chocolate;*/
    width:fit-content;
    display: inline;

}
.chatmessage {
    /*background-color: darkblue;*/
    width:fit-content;
    display: inline;;
    color: rgba(180, 180, 180, 0.752);


}

#typechatarea {
    position: absolute;
    /*background-color: blueviolet;*/
    width: 100%;
    /*height: 30%;*/

    top:60%;

    font-size: 25px;

    overflow: hidden;

}

#joinchatarea {
    /*background-color:chocolate;*/

}

#joinchat {
    text-align: center;
    color: rgb(180, 180, 180);

    opacity: 0%;
    width: 100%;

    display: inline-block;

    /*background-color: blueviolet;*/
    /*outline: 2px solid red;  */



    background-color: rgba(0,0,0,0.001);

}


#typechatline {
    /*width: 100%;*/
    text-align: left;
}

#typechatusername {
    /*background-color: chocolate;*/
    width:fit-content;
    display: inline;
    margin-left: 40px;


}
#typechatcolon {
    color: rgba(180, 180, 180, 0.752);
    display: inline;



}
#typechatmessage {
    background-color: transparent;
    /*display: inline;*/
    color: rgba(180, 180, 180, 0.752);

    display: none;

    border: none;
    font-size: 25px;
    font-family: inherit;
    overflow: visible;

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


}

#touchsubmit {
    color: rgba(180, 180, 180, 0.752);

    width: 80px;
    margin: auto;
    text-align: center;

    opacity: 0%;

    border-style: solid;
    border-color: rgba(180, 180, 180, 0.752);
    border-width: 0.5px;


}




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

    top: 0px;
  
    backdrop-filter: saturate(180%) blur(4px);
    -webkit-backdrop-filter: saturate(180%) blur(2px);
  
    background: rgba(0,0,0,0.28);
  
    pointer-events: all;

    color: red;

    font-size: 25px;





  
  }

  #mListXBtnArea {
    position: absolute;
    width: 100%;
    height: 20px;
    top: 0px;

    font-size: 20px;


  }


  #mListXBtn {

    color: rgba(180, 180, 180, 0.752);

    position: absolute;
    right: 5px;
    top: 5px;

  }

  #mListTextArea {

    font-size: 30px;


    position: absolute;
    width: 100%;
    height: 20%;
    top: 20%;


  }

  #mListText {
    width: 80%;
    margin: auto;
    color: rgba(180, 180, 180, 0.952);
    top: 35%;
  }

  #mListFormArea {

    position: absolute;
    width: 100%;
    height: 40%;
    top: 50%;

    font-size: 30px;


  }

  #mListInputArea {
    height: 20%;


  }

  #mListTextinput {
    height: 70%;
    width: 60%;

    font-size: 25px;
    background-color:transparent;

    font-family: CBuGothicHybridOutline;
    color: rgba(180, 180, 180, 0.952);




  }

  #mListConsentArea {
    height: 12%;
    font-size: 22px;
    margin-top: 1%;




  }

  #mListConsentbtn {
    display: inline-block;
    cursor: pointer;
    color: rgba(180, 180, 180, 0.752);


  }

  #mListConsentcheck {
    display: inline-block;
  }

  #mListSubmitBtnArea {
    height: 20%;

  }

  #mListSubmitbtn {

    width: 30%;
    margin: auto;
    border-style: solid;
    border-color: rgba(180, 180, 180, 0.352);
    color: rgba(180, 180, 180, 0.752);
    padding-top: 5px;

    border-style: double;
    border-width: 4px;



  }

  #mListPrivacyBtnArea {


    position: fixed;
    width: 100%;
    height: 20px;
    bottom: 0px;


    font-size: 15px;





  }

  #mListPrivacyBtn {
    color: rgba(180, 180, 180, 0.752);

  }




















