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



body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    /* background-image: url('assets/bg/bg.png');
    background-repeat: repeat;
    background-size: cover;
    background-position: center; */
}

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;
}

#topLeftLogo{
    position: absolute;
    top: 7%;
    left: 9%;
    width: 20%;
    z-index: 999;
}

#topRightLogo{
    position: absolute;
    top: 4%;
    right: 6%;
    width: 16%;
    z-index: 999;
}









#register_section {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    width: 100%;
    margin: 0 auto;
    display: none;
    opacity: 1;
    overflow: hidden;
/* 
    background-image: url(assets/bg/bg.png);
    background-size: contain;
    background-position: center;
    height: 100%;
    background-repeat: round; */
}

#backButton{
    position: absolute;
    top: 15%;
    left: 8%;
    width: 9%;
    z-index: 999;
}
#enterDetailsBlock{
    position: relative;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    z-index: 999;
    margin-top: 37%;
    height: 10%;
}

#enterDetailsBlock h1{
    position: relative;
    font: 4vh appetiteNew;
    color: #ffffff;
    padding: 0;
    margin: 0;
    height: 0;
}

#enterDetailsBlock p{
    position: relative;
    font: 3vh regular;
    color: #ffffff;
    margin-top: 3vh;
}

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

.input_section {
    position: relative;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    z-index: 999;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 30%;
    margin-bottom: 5vh;
}


input{
    width: calc(100% - 9vw);
    padding: 1.5vw;
    margin: 0 auto;
    text-indent: 3vh;
    text-align: left;
    margin-top: 3vw;
    margin-bottom: 2vh;
    font: 2vh regular;
    color: #ffffff;
    border:none;
    border-radius: 9px;
    background-color: transparent;
    background-image: url("assets/html/input.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #ffffff inset !important;
    box-shadow: 0 0 0 1000px #ffffff inset !important;
    color: black !important;
    -webkit-text-fill-color: black !important; /* Ensures text color changes */
    background-color: transparent !important;
  }

#phoneCode{
    color: white;
    position: absolute;
    top: 24%;
    left: 10%;
    font: 2vh regular;
    display: none;
}


 input:focus{
    outline: none;

}
input::-webkit-input-placeholder {
    color: #ffffff;
    font: 2vh regular;
}

#tncContainer{
    display: flex;
    gap: 5%;
    position: relative;
    width: 100%;
    margin: 0 auto;
    flex-direction: column;
    /* height: 5%; */
}

.tncBlock{
    display: flex;
    align-items: center;
    width: 75%;
    margin: 0 auto;
}

#tncText1,#tncText2{
    position: relative;
    margin-left: 10%;
    font: 1.5vh regular;
    color: #ffffff;
    line-height: 1.5;
}

#checkboxSrc{
    position: relative;
    width: 100%;

}
#checkboxSrcActive{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    opacity: 0;
}
.checkBox{
    position: absolute;
    display: flex;
    align-items: baseline;
    width: 5%;
}
.checkBox.active #checkboxSrcActive{
    opacity: 1;
}

.checkbox{
    width: 25%;
}

#submitButton{
    width: 76%;
    position: relative;
    text-align: center;
    margin: 0 auto;
    z-index:999;
    overflow: hidden;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
}
#submitButton{
    position: relative;
    padding: 7vw 0;
}
#submitButton img{
   position: relative;
   width: 100%;
}

#submitButton p{
    position: absolute;
    display: flex;
    top: 23%;
    left: 50%;
    right: 0;
    justify-content: center;
    align-items: center;
    font: 7vw regular;
    color: #004aaa;
    transform: translate(-50%, -50%);
    line-height: 0;
}

#alreadyRegistered {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    display: none;
}

#alreadyRegisteredPopup {
    position: relative;
    max-width: 80%;
    margin: auto;
    text-align: center;
    top: 10%;
}


#popupIDTH {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    z-index: 300000000;
    justify-content: center;
    align-items: center;
}

.cross-btn3 {
    width: 25px;
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    z-index: 300000001;
}

.Content {
    position: relative;
    top: 15%;
    height: 67vh;
    overflow: hidden;
    /* background: url(./assets/BG/popup_tc.png) no-repeat;
    background-size: contain; */
    background: #fff;
    margin: 0 auto;
    width: 76%;
    max-width: 800px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.tncSubText {
    text-align: left;
    height: 100%;
    overflow-y: auto;
    padding: 40px 20px;
    color: black;
}

.tncBodyText {
    max-height: 100%;
    padding-right: 15px;
}

#engPopup, #arbPopup {
    margin: 15px 0;
    font-size: 14px;
    line-height: 1.6;
}

#engPopup p, #arbPopup p {
    margin-bottom: 15px;
}


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

/* Add smooth scrollbar styling */
.Content::-webkit-scrollbar {
    width: 8px;
}

.Content::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
}

.Content::-webkit-scrollbar-thumb {
    background: #4792CD;
    border-radius: 4px;
}


@media (min-width: 765px) {
   
    #enterDetailsBlock{
        margin-top: 27%;
        height: 13%;
    }

     #register_section {
        max-width: 70vh;
    }

    #video-bg {
        top: 0 !important;
        bottom: 0 !important;
        left: 50% !important;
        right: auto !important;
        width: 100% !important;
        max-width: 56vh !important;
        transform: translateX(-50%) !important;
    }

    #video-bg video {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        object-position: center !important;
    }

    input{
        width:calc(100% - 12vh);
        padding: 1.7vh;
        margin-top: 1vh;
        text-indent: 3vh;
    }
 

    #submitButton{
        width: 55%;
        padding: 5vh 0;
    }
  
    #submitButton p{
        font-size:4vh;
    }



}
  
  
  @media (min-width: 1025px) {
    /* big landscape tablets, laptops, and desktops */


   
 
    #register_section {
        max-width: 60vh;
    }
    #submitTitle{
        height: 7vh;
    }

    input{
        width:calc(100% - 4vh);
        padding: 0.7vh;
        margin-top: 0;
        text-indent: 3vh;
    }
   

    #submitButton{
        width: 55%;
        padding: 5vh 0;
    }

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

  

  
  }
  
  @media (min-width: 1281px) {
    /* hi-res laptops and desktops */

   
   
    #register_section {
        max-width: 60vh;
    }

   
    input{
        width:calc(100% - 4vh);
        padding: 1.7vh;
        margin-top: 1vh;
        text-indent: 3vh;
    }
  
    #submitButton{
        width: 97%;
        padding: 5vh 0 !important;
    }

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












