.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(37,69,117);
    
}

#instructionHiddenButton {
    position: absolute;
    background-color: transparent;
    width: 100%;
    height: 22%;
    bottom: 8%;
    z-index: 9999;
}

.transitionActive {
    transition: background-color 1s ease-in-out;
}
#game-sec {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
/* v3.90.0 ( */

#orange-bg{
    position: absolute;
    top: 0;
    z-index: -1;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    background-color: rgba(255, 191, 142,0);
   
}
#orange-bg.active {
    animation-name: orange_up ;
    animation-delay: 1s;
    animation-duration: 3s;
    animation-fill-mode: forwards;
}

#orange-bg.deactivate {
    background-color: rgba(255, 191, 142,1) ;
    animation-name: orange_down ;
    animation-duration: 3s;
    animation-fill-mode: forwards;
}


@keyframes orange_up {
from {background-color: rgba(255, 191, 142,0);}
to {background-color: rgba(255, 191, 142,1);}
}

@keyframes orange_down {
    from {background-color: rgba(255, 191, 142,1);}
    to {background-color: rgba(255, 191, 142,0);}
    }

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



.container2{
    display: flex;
    justify-content: space-evenly;
    top: 30vh;
    position: relative;

}
.sec1,.sec2{
    width: 85vh;
}
.text1{
    width: 75%;
    margin: 0 auto;
    position: relative;
    z-index: 999;
}
.qr{
    width: 40%;
    margin: 0 auto;
}
.text2{
          /* text-align: center; */
    margin: 0 auto;
    width: 50%;
    /* display: flex; */
    /* transform: translate(-12.5%, 54%); */
    margin-top: 3.5%;
}
#termsAndConditions{
    width: 84vw;
    margin: 0 auto;
    margin-top: 3vw;
    margin-bottom: 7vw;
    display: flex;
    align-items: center;
    gap: 3vw;
    color:white;
}

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

#termsAndConditions label{
    font: 2.8vw boldFont1;
    color: white;
    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: 2%;
    left: 0;
    right: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background-color: transparent;
    margin: 0 auto;
    display: none;
    overflow: hidden;
}

#topLeftLogo{
    position: absolute;
    top: 2%;
    left: 2%;
    width: 20%;
}

#soundButton{
  position: absolute;
    top: 1%;
    left: 4%;
    width: 13%;
    z-index: 999;
}

#soundButton img{
    width: 100%;
}

#midLogo{
    width: 22%;
    margin: 0 auto;
    height: 3%;
    position: relative;
    top: 2%;
    margin-top: 1%;
}
#registerTitle{
    width: 81%;
    margin: 0 auto;
    height: auto;
    min-height: 11%;
    position: relative;
    top: 6%;
    text-align: center;
    color: #edbc77;;
    margin-top: 12%;
    font-family: 'boldFont1';
    font-size: 3.9vw;
    overflow: visible;
}

#registerTitleText{
    margin: 0;
    /* font-size: inherit; */
    line-height: 1.25;
    padding-top: 0.15em;
    padding-bottom: 11.5vw;
}

#registerSubTitle p{ 
    text-align: center;
    width: 80%;
    margin: 0 auto;
    font-size: 3.5vw;
    font-family: 'boldFont1';
}



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

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


input{
    width: 80vw;
    margin: 0 auto;
    text-align: left;
    text-indent: 5%;
    margin-top: 3vw;
    margin-bottom: 3vw;
    font-size: 3.8vw;
    font-family: boldFont1;
    line-height: 11vw;
    color: #edbc77;;
    border:none;
    background-color:rgba(0, 0, 0, 0.4);
    border-radius: 8px;


}
input::placeholder{  
    visibility: visible;
    color: #edbc77;
}
 input:focus{
    outline: none;
}

#mobileField{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80vw;
}

#countryCode{
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 2%;
    position: relative;
    background-color:rgba(0, 0, 0, 0.4);
    border-radius: 8px;
}

#countryEmoji{
    width: 40%;
    text-align: left;
}

#countryCodeText{
    font: 3.8vw boldFont1;
    line-height: 11vw;
    color: #edbc77;
}

#mobileField input{
    width: 80%;
}
select {
    font-family: boldFont1;
    font-size: 3.8vw;
    width: 80vw;
    line-height: 11vw;
    text-align: left;
    text-indent: 5%;
    background-color: transparent;
    border: none;
    appearance: none;
    outline: none;
    color: #edbc77;
    background-color:rgba(0, 0, 0, 0.4);
    border-radius: 8px;
    
}

.custom-select {
    width: 100%;
    position: relative;
    display: inline-block;
    outline: none;
    margin-top: 3vw;
  }
  
  .custom-select .inputImg {
    transform: translate(1vh, 1vh);
  }
  
  .custom-arrow {
    display: block;
    /* background: red; */
    height: 100%;
    width: 5vh;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    pointer-events: none;
  }

  #dropdownArrow{
    position: absolute;
    top: 13%;
    right: 12%;
    z-index: 999;
    background-image: url('assets/html/Dropdown.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    width: 7vw;
    height: 7vw;
  }
  
  /* .custom-arrow::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    left: 0;
    top: -3px;
    right: 0;
    bottom: 0;
    margin: auto;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: rotate(45deg);
  } */
  
  #roadBottomText {
    position: absolute;
    bottom: 10%;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 10;
  }
  
  #roadBottomText {
    font-family: 'boldFont1';
    font-size: 16px;
    color: #fff;
    text-decoration: underline;
    cursor: pointer;
  }
  

#submitButton{
    width: 58%;
    position: relative;
    text-align: center;
    margin: 0 auto;
    height: 3%;
    z-index:999;
    /* background-image: url('assets/html/Button_01.png');
    background-size: 100% 100%;
    background-repeat: no-repeat; */
}

 #submitButton img{
     width: 100%;
     height: auto;
     display: block;
 }

#submitButton p{
    position: absolute;
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    font-weight: bolder;
    justify-content: center;
    align-items: center;
    font: 4.1vw boldFont1;
    color: white;
    margin: 0;
    line-height: 3.2;
    /* height: 20%; */
}


@media (min-width: 765px) {
    #loaderScreen {
        max-width: 48vh;
    }
    #register_section {
        max-width: 48vh;
    }

#bottomPrivacy #disclaimerText, #bottomPrivacy #pcpText{
    font: 1.525rem Arial;
}

#topFlowerAnim{
    height: 21vh;
}

/* .container2 {
    top:25vh;
    flex-direction: column;
}


.sec1, .sec2 {
    width: 38vh;
    margin: 0 auto;
    height: 50%;

    
  }
  .qr{
    margin-top: 5vh;
  } */
}

@media (min-width: 765px) {

    #register_section {
        max-width: 48vh;
    }


    #registerTitle{
        font-size: 2vh;
    }

    #registerTitleText{
        padding-bottom: 8vh;
    }

    #dropdownArrow{
        width: 3.5vh;
        height: 3.5vh;
    }

    #termsAndConditions{
       width: 42vh;
    }

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

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

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

    #input_section{
        height: 88vh;
    }

    #orange-bg {
        max-width: 60vh;
    }

    #midLogo{
        margin-top: 5vh;
    }
    .custom-select{
       margin-top:2vh;
    }

    input{
        width: 33vh;
        line-height: 6vh;
        font:2vh boldFont1;
        line-height: 5vh;
        margin-top: 1vh;
        margin-bottom: 1vh;
    }

    select{
        font-family: boldFont1;
        font-size: 2vh;
        width: 33vh;
        line-height: 5vh;
    }

    #countryCode{
        line-height: 5vh;
    }

    #mobileField {
        width: 33vh;
    }

    #countryCodeText{
        font: 1.3vh boldFont1;
        line-height: 5vh;
    }


    #dropdownArrow {
        right: 17%;
    }

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

     #registerTitle{
        font-size: 2vh;
    }

    #dropdownArrow{
        width: 3.5vh;
        height: 3.5vh;
    }

    #termsAndConditions{
       width: 42vh;
    }

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

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

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


    #input_section{
        height: 29%;
    }

    #orange-bg {
        max-width: 60vh;
    }

    #midLogo{
        margin-top: 4vh;
    }
    .custom-select{
       margin-top:2vh;
    }

    input{
        width: 33vh;
        line-height: 6vh;
        font:2vh boldFont1;
        line-height: 5vh;
        margin-top: 1vh;
        margin-bottom: 1vh;
    }

    select{
        font-family: boldFont1;
        font-size: 2vh;
        width: 33vh;
        line-height: 5vh;
    }

    #submitButton p{
           /* transform: translate(-50%, -50%); */
    }   

    #countryCode{
        line-height: 7vh;
    }

    #mobileField {
        width: 33vh;
    }

    #countryCodeText{
        font: 1.3vh boldFont1;
        line-height: 5vh;
    }


    #dropdownArrow {
        right: 17%;
    }


 

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

     #registerTitle{
        font-size: 2vh;
    }

    #dropdownArrow{
        width: 3.5vh;
        height: 3.5vh;
    }

    #termsAndConditions{
       width: 42vh;
    }

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

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

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


   
  }

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

#pinkbg {
    background-color: #552586;
    color: #fff;
}

.cookie-container {
    position: fixed;
    bottom: 0%;
    left: 0;
    right: 0;
    background: #dbd2e2;
    color: black;
    padding: 0 32px;
    box-shadow: 0 -2px 16px rgba(47, 54, 64, 0.39);
    transition: 400ms;
    z-index: 1000;
}

.cookie-container.active {
    bottom: 0;
}

.cookie-container a {
    color: black;
}

.cookie-btn {
    position: absolute;
    cursor: pointer;
    background: transparent;
    border: none;
    outline: none;
    right: 2%;
    top: 20%
}


/* tnc css end  */












