
*, ::after, ::before {
  margin:0;
  padding:0;
  box-sizing: border-box;
}

 
 body{
  
      font-family: opensans;
      margin:0;
      padding:0;
      background-color: rgb(35, 111, 122);
     /*      background-color: white;
      
    background-repeat: no-repeat;*/
      
  }

  .logo{
        color: rgb(255, 255, 255);
        font-size: 26px;
        font-weight: bold;
        margin-left:10px;
        text-align:center;
        justify-items:left;
        margin-bottom: 10px;
     Margin-right:auto;
  }

  header{
        width:100%;
        height: 100px;
        display: flex;
        flex-direction: column;
        position: fixed;
            z-index:120;
      
         }

        .header1{
        background-color: rgb(16, 82, 92);
        
        font-size: 28px;
        width:100%;
      
        height: 55px;
        display:flex;
        flex-wrap: wrap;
        align-items: center;
        padding: 0px 10px;
        box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
        justify-content: right;
        
      }
.header2{
         width:100%;
        height: 30px;
        display: flex;
        align-items:center;
        justify-content: space-between;
        color: #dddd;
      background-color: rgb(16, 82, 92);
       background-color: rgba(30, 34, 34, 0.357);
        text-shadow: 1px 1px 2px black, 0 0 25px rgb(35, 111, 122), 0 0 10px rgb(16, 82, 92);
        box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
        padding:10px 3% 0 3%;
              }


.continueshoppingbtn{
padding:7px;
background-color:red;
border:1px solid white;
border-radius:3px;
color:white;
cursor:pointer;
transition:all 0.5s ease;

}
.continueshoppingbtn:hover{
color:white;
background-color:green;
padding:5px;
border:2px solid white;
}


     .fbloginviewport{
                            width:100%;
                            height:100vh;

                            display:flex;
                            align-items:center;
                            justify-content:center;
                          
                            }
                     
  .fbloginchildviewport, .fbloginchildviewport1{
    width:350px;
    padding:15px;
     margin:10px;
     margin-top:50px;
    background-color: rgba(255, 255, 255, 0.357);
    font-size:17px;
    color: rgb(255, 255, 255);
    text-shadow: 1px 1px 2px black, 0 0 25px rgb(35, 111, 122), 0 0 10px rgb(16, 82, 92);
    border-radius: 10px;
    backdrop-filter: blur(5px);
    border: 1px solid rgb(255, 255, 255);
    display:flex;
    align-items: center;
    justify-content:center;
    justify-items:center;
    flex-direction:column;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
  }
  .fbloginchildviewport1 P{
    width:70px;
    height:40px;
    margin-left:10px;
    font-size: 15px;
    line-height: 20px;
    text-align:left;
    flex-grow: 1;
   
    }



   .fbrandomint{
    width: 30%;
    height:40px;
     font-size:30px;
     padding:5px 15px;
     margin: 5px 0 20px 5px;
      border: none;
      
      background-color: rgba(255, 255, 255, 0.357);
      border-radius: 8px;
    
   }
      .fbterms{
       width: 100%;
       margin: 5px 0 20px 0;
    
      }
    




  .fbloginbtn{
   
    padding: 5px 20px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.257);
    color: Black;
     border-radius: 8px;
    backdrop-filter: blur(5px);
    border: 1px solid rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    text-align:center;
    align-items: center;
    justify-content:center;
    font-size:15px;
     }
     .fbloginbtn:hover{
      background-color: rgb(16, 82, 92);
      color: rgb(255, 255, 255);
     }


          .paymentmode
 {
 
    width:330px;
    height:40px;
    border-radius: 10px;
    text-align: center;
    margin:5px;
    border: 2px solid rgb(48, 132, 145);
    padding: 10px 5px;
  
 align-items: center;
 justify-content: center;
  }




.loader-overlay {
    /* Position the overlay fixed over the entire screen */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    /* Grey background with transparency */
    background-color: rgba(42, 26, 26, 0.5); 

    /* Center the loader within the overlay */
    display: none; /* Hidden by default, shown by JavaScript */
    justify-content: center;
    justify-items: center;
    align-items: center;
    justify-self: center;
    
    /* Ensure the loader is on top of all other content */
    z-index: 1000;
}

.loader {
    /* Sizing the circle */
    width: 50px;
    height: 50px;
    
    /* Styling the circle shape */
    border: 5px solid #f3f3f3; /* Light grey base ring */
    border-top: 5px solid #cd05b6ff; /* Blue top border for the moving part */
        
    border-radius: 50%; /* Makes it perfectly round */
    
    /* Add the animation */
    animation: spin 1s linear infinite;
}

/* Keyframe animation for spinning */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}






.input-container {
    display: flex;
    align-items: center;
    margin:5px 0 10px 0 ;
      border: 1px solid rgb(255, 255, 255);

    width: 300px;
  
    border-radius:3px;
}



.input-container-noborder {
    display: flex;
    align-items: center;
    margin:10px 0 ;
    width: 300px;
    border-radius:3px;
}

.country-code {
    border: none;
    padding:5px;
    opacity: 1;
    outline: none;
    visibility: visible;
    background-color: rgba(255, 255, 255, 0.457);
     border-radius:3px;

}

#mainInput {
    border: none;
    flex-grow: 1;
    padding: 5px;
    outline: none;
    background-color: rgba(255, 255, 255, 0.457);
     border-radius:3px;
}

/* Class to apply when the input is an email (hides country code) */
.email-mode .country-code {
    width: 1px;          /* Force a width of exactly 10px */
    overflow: hidden;    /* Hide any content that exceeds 10px */
    visibility: hidden;  /* Make it invisible but still occupy space */
    opacity: 0;          /* Ensure complete invisibility */
    margin-right: 0;     /* Remove margin when collapsed */
    padding:0;
     border-radius:3px;
}


      .fbloginchildviewport input[type=email],
      .fbloginchildviewport input[type=text],
      .fbloginchildviewport input[type=password]
      {
      width: 100%;
      padding: 5px;
      margin: 5px 0 10px 0;
      border: none;
      background: #f1f1f1;
      background-color: rgba(255, 255, 255, 0.357);
      border-radius: 3px;
    
     }
     .fbloginchildviewport input[type=number]{
      display:flex;
      padding: 5px;
     
      flex-grow:1;
      border: none;
      background: #f1f1f1;
      background-color: rgba(255, 255, 255, 0.357);
      border-radius: 3px;

  }
       .fbloginchildviewport select
     {
      width: 20%;
      }
     .fbloginchildviewport input[type=number]:focus,
     .fbloginchildviewport input[type=text]:focus,
     .fbloginchildviewport input[type=email]:focus,
     .fbloginchildviewport input[type=password]:focus,
     .fbloginchildviewport select:focus
      {
      background-color: #ddd;
      outline: none;
      border-radius: 3px;
      }
       

   /* Chrome, Safari, Edge, Opera */
.fbloginchildviewport input::-webkit-outer-spin-button,
.fbloginchildviewport input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.fbloginchildviewport input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}
.password-wrapper {
    position: relative; 
}
/* Style your WebP image layout */
.password-wrapper img {
    position: absolute;
    right: 12px;
    top: 45%;
    transform: translateY(-50%);
    cursor: pointer;
    width: 20px;  /* Control the layout width */
    height: 20px; /* Control the layout height */
    opacity: 0.6; /* Slight transparency */
    transition: opacity 0.2s;
}

.password-wrapper img:hover {
    opacity: 1; /* Brighten on hover */
}




           .fbloginbtn.active {
         pointer-events: auto;
        background-color: rgb(16, 82, 92);
        color: rgb(255, 255, 255);
        }



            .otp-container 
        {
         display:flex;flex-direction:row;
          align-items: center;
         justify-content: center;
         column-gap: 10px;
        }
       .otp-container input {
        height: 45px;
        width: 42px;
        border-radius: 6px;
        outline: none;
        font-size: 20px;
        text-align: center;
        border: 1px solid #ddd;
        }
       .otp-container input:focus {
       box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
        }
       .otp-container input::-webkit-inner-spin-button,
       .otp-container input::-webkit-outer-spin-button {
         display: none;
       }

    

  #timer {
    font-weight: bold;
    
  }