.error {
    font-size: 20px;
    margin-bottom: -10px;
    font-family: "Pluto";
    color: #e12d2c;
    margin-top: -2%;
}

body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-color:rgb(255, 255, 255);
    
}
#game-sec {
    width: 100%;
    height: 100%;
    overflow: hidden;
}


img {
    width: 100%;
}

#turn {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: white;
    background-image: url('assets/rotate.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 15%;
    display: none;
}

#rotate.active {
    display: block;
}

#rotate {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    z-index: 3002;
    /* background-image: url('https://oreostayplayful.com/assets/tiltBG.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center; */
background-color: #B10018;
}

#rotateTint {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);

}

#rotate img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 10%;
    max-width: 300px;
}




#termsAndConditions{
    position: relative;
    width: 65vw;
    margin: 0 auto;
    margin-top: 3vw;
    margin-bottom: 3vw;
    display: flex;
    align-items: flex-start;
    gap: 2vw;
    color: #d0d1d2;
}

#termsAndConditions input[type="checkbox"]{
    width: 4vw;
    height: 4vw;
    min-width: 16px;
    min-height: 16px;
    margin: 0;
    flex-shrink: 0;
}

#termsAndConditions label{
    font: 1.6vw RBold;
    color: #d0d1d2;
    line-height: 1.4;
    cursor: pointer;
    gap: 2vw;
}



.loader {
    width: 50px;
    aspect-ratio: 1;
    display: grid;
    border: 4px solid #0000;
    border-radius: 50%;
    border-right-color: yellow;
    animation: l15 1s infinite linear;
    margin: 0 auto;
    position: relative;
    top:15%;
  }
  .loader::before,
  .loader::after {    
    content: "";
    grid-area: 1/1;
    margin: 2px;
    border: inherit;
    border-radius: 50%;
    animation: l15 2s infinite;
  }
  .loader::after {
    margin: 8px;
    animation-duration: 3s;
  }
  @keyframes l15{ 
    100%{transform: rotate(1turn)}
  }

#register_section {
    position: absolute;
    top: 0%;
    left: 0;
    right: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: none;
    overflow: hidden;
    background-image: url("./assets/BG/BG.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

#greyBlock{
    position: relative;
    top: 0%;
    left: 0;
    right: 0;
    z-index: 999;
    width: 80%;
    height: 15%;
    margin: 0 auto;
    margin-top: 18%;
    margin-bottom: 1%;
    display: block;
    overflow: hidden;
    background-color: #4e4f4f;
    opacity: 0.5;
    border-radius: 2vw;
}

#resumeButton{
    display: none;
    opacity: 0;
    position: absolute;
    top: 2%;
    width: 2%;
    right: 14%;
    z-index: 4000;
    pointer-events: auto;
    cursor: pointer;
    background: transparent;
    padding: 0;
    outline: none;

}

#soundButtonInGameControl{
    display: none;
    opacity: 0;
    position: absolute;
    top: 3%;
    width: 1%;
    right: 7%;
    z-index: 4000;
    pointer-events: auto;
    cursor: pointer;
    background: transparent;
    padding: 0;
    outline: none;

}


#gameFrame{
    position: relative;
    top: 0%;
    left: 0;
    right: 0;
    z-index: 999;
    width: 80%;
    height: 55%;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    background-image: url("./assets/BG/GameFrame.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

#gameFrameBG{
    width: 95%;
    height: 97%;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #4e4f4f;
    position: absolute;
    border-radius: 2vw;
}


#soundButton{
 position: absolute;
    top: 2%;
    right: 10%;
    width: 7%;
    z-index: 999;
}

#soundButton img{
    width: 100%;
}

#registerTitle{
    position: relative;
    text-align: center;
    margin: 0 auto;
    margin-top: 11%;
    font: 4.6vw RBold;
    text-align: center;
    color: #d0d1d2;
    line-height: 1.4;
}

#registerSubTitle{
    position: relative;
    font: 2vw RBold;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    color: #d0d1d2;
    line-height: 1.4;
}


.input_section{
    position: relative;
    text-align: center;
    height: 42vw;
    z-index: 999;
}

.txt_field{
    width: 100%;
    margin: 0 auto;
}


input{
    width: 65vw;
    margin: 0 auto;
    text-align: left;
    text-indent: 1vw;
    margin-top: 3vw;
    margin-bottom: 3vw;
    font:  2.38vw RBold;
    line-height: 9vw;
    color: #000000;
    border:none;
    border-radius: 14px;
    /* background-color:transparent;
    background-image:url("./assets/html/input_field.png");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat; */


}
input::placeholder{  
    visibility: visible;
    color: #000000;
    text-align: left;
    text-indent: 1vw;
}
 input:focus{
    outline: none;
}



#submitButton{
    width: 39%;
    position: relative;
    text-align: center;
    margin: 0 auto;
    margin-top: 3%;
    height: 3%;
    z-index:999;
}

#submitButton p{
   position: absolute;
    display: flex;
    top: 50%;
    left: 50%;
    right: 0;
    justify-content: center;
    align-items: center;
    font: 3vw RBold;
    color: #fff;
    transform: translate(-50%, -50%);
}

@media (min-width: 765px) {

    #register_section {
        max-width: 48vh;
    }

   #gameFrame{
    height: 50%;
   }

    #gameFrameBG{
    border-radius: 1vh;
   }

   #greyBlock{
    border-radius: 1vh;
   }




     #registerTitle{
        font-size: 2vh;
    }

    #registerSubTitle{
        font-size: 1vh;
    }

    input{
        width: 29vh;
        line-height: 6vh;
        font:1vh RBold;
        line-height: 3vh;
        margin-top: 1vh;
        margin-bottom: 2vh;
    }

    #submitButton p{
      font-size: 1.4vh;
    }

    #termsAndConditions{
        width: 29vh;
    }

    #termsAndConditions label {
        font-size: 0.8vh;
    }

    #termsAndConditions input[type="checkbox"] {
        width: 2vh;
        height: 2vh;
    }

    .input_section{
     height: 28%;
    }
}
  
  
  @media (min-width: 1025px) {
    /* big landscape tablets, laptops, and desktops */
    
    #loaderScreen {
        /* max-width: 48vh; */
    }
    #register_section {
        max-width: 48vh;
    }

    #gameFrame{
    height: 50%;
   }

  #gameFrameBG{
    border-radius: 1vh;
   }

   #greyBlock{
    border-radius: 1vh;
   }


     #registerTitle{
        font-size: 2vh;
    }

    #registerSubTitle{
        font-size: 1vh;
    }

    input{
        width: 29vh;
        line-height: 6vh;
        font:1vh RBold;
        line-height: 3vh;
        margin-top: 1vh;
        margin-bottom: 2vh;
    }

    #submitButton p{
      font-size: 1.4vh;
    }

    #termsAndConditions{
        width: 29vh;
    }

    #termsAndConditions label {
        font-size: 0.8vh;
    }

    #termsAndConditions input[type="checkbox"] {
        width: 2vh;
        height: 2vh;
    }

    .input_section{
     height: 28%;
    }

 

    
  }
  
  @media (min-width: 1281px) {
    /* hi-res laptops and desktops */
    #loaderScreen {
        /* max-width: 48vh; */
    }
    #register_section {
        max-width: 48vh;
    }
      #gameFrame{
    height: 50%;
   }

   #gameFrameBG{
    border-radius: 1vh;
   }

   #greyBlock{
    border-radius: 1vh;
   }



     #registerTitle{
        font-size: 2vh;
    }

    #registerSubTitle{
        font-size: 1vh;
    }

    input{
        width: 29vh;
        line-height: 6vh;
        font:1vh RBold;
        line-height: 3vh;
        margin-top: 1vh;
        margin-bottom: 2vh;
    }

    #termsAndConditions{
        width: 29vh;
    }

    #termsAndConditions label {
        font-size: 0.8vh;
    }

    #termsAndConditions input[type="checkbox"] {
        width: 2vh;
        height: 2vh;
    }

    .input_section{
     height: 28%;
    }

   
  }

  .scroll {
    width: 46vh;
    padding: 9%;
    position: absolute;
    background: #fff;
    font-family: "Arial";
    border-radius: 15px;
    color: black;
    z-index: 1000000;
    top: 38%;
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
    height: 85vh;
    /* right: 51%; */
    margin: 0 auto;
    font-size: 13px;
    left: 0;
    right: 0;
    top: 9%;
    padding: 3%;
}

#popupIDTH {
    display: none;
    /* z-index: 300000000;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1%; */
}

.cross-btn3 {
    width: 18px;
    position: absolute;
    right: 3vh;
    top: 12px;
    cursor: pointer;
}

.Content {
    height: 95%;
    overflow: auto;
    /* border-radius: 15px; */
    background: #fff;
    left: 0;
    right: 0;
    margin: auto;
    list-style: none;
    width: 95%;
    overflow-x: hidden;
    /* font-size: .8em; */
    padding: 2%;
}

.tncSubText {
    text-align: left;
}

td,
th {
    border: 1px solid #000000;
    text-align: center;
    padding: 0px;
}




/* tnc css end  */












