
.main-container{
   
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0;
    padding:0;
    overflow: hidden;
}
.App{
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction:column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 100%;
    padding: 20px;
  
}

.notfound{
    display:flex;
    align-items:center;
    justify-content: center;
    margin-bottom: 700px;
    flex-direction: column;
}

.notfound p{
    color:white;
}

.notfound h1{
    color:white;
}



/* Add this to your CSS */
.card-not-clickable {
    pointer-events: none !important;
    display: flex;
    justify-content: center;
    align-items:center;
    overflow: none !important;
    width: 95% !important;
    height: 100%;
  }
 






.navbar-container{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid gray;
    margin-bottom: 20px;
    top: 0;
    overflow: hidden;
}
.header{
    display: flex;
    justify-content:flex-start;
    align-items:flex-start;
    width:100%;
    padding: auto;
    overflow: hidden;
    padding-bottom: 10px;
   
}

.custom-navbar{
    width:100% !important;
    margin-bottom: 10px !important;
    color: white !important;
}

.nav-items {
    color: #ffffff !important; /* text color */
    margin-left: 35px !important;
    width: 100% !important;
    background-color: transparent;
  }

  .logo{
    width: 53px;
    height: 45px;

}

/* card-section  */

.card-container{
    display: flex;
    justify-content: center;
    justify-content:space-evenly;
    align-items: center;
    /*border:1px solid purple; */
    width: 100%;
    padding: 10px;
    margin-top: 40px;
    color:white;
    flex-direction: column;

}

.poolscontainer{
    display:flex;
    margin-top: 20px;
    justify-content: center;
    align-items: center;
    width:100% !important;
    overflow: hidden;
   
}


.Airdrop-section{
    display:flex;
    justify-content: center;
    align-items: center;
    width:100%;
    overflow: hidden;
    margin-top: 40px;
    flex-direction: column;
}

.Airdrop-card{
    display: flex;
    align-items: center;
    border: 1px solid gray;
    border-radius: 5px;
    justify-content: center;
    align-items:center;
    flex-direction: column;
    width: 70%;
    padding: 10px;
}

.btn-claim{
    background-color:#1E90FF !important;
    width:50% ;
    height: 40px ;
    border-radius: 10px;
}

.custom-button {
    background-color: green !important;
  }

.dai-usdt-card{
    width:100% !important;
}

.pool1{
    display: flex;
    justify-content:flex-start;
    flex-direction: column;
    align-items: start;
    padding:10px;
    border: 2px solid  #A9A9A910;
    background-color:#0000FF10 !important;
    border-radius: 8px;
    margin: 10px;
cursor: pointer;
color:white;
width: 95% !important;
}





.pools-container{
    display: flex;
    align-items: center;
    justify-content:center;
    width: 100% !important;
    margin-bottom: 10px !important;
}

.percentage{
    color:green;
    margin-left:10px;
    font-size: 40px !important;
    
}
.details{
    display:flex;
    justify-content: center;
    align-items:center;
 width:100%;
 margin-bottom: 5px;
}

.usdt{
  width:50px;
  height:50px;
  border-radius:100%;
  border:1px solid grey;
  
}

.asset-imageContainer{
    margin-right: 3px;
}


.asset-descriptionContainer{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
   
}
.days-btnContainer{
    display:grid !important;
     grid-template-columns: 1fr 1fr 1fr;
     grid-template-rows: 1fr;
     gap:2px;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 15px;
   

}


.daysbnt{


   background-color:#741ff5 !important;
   color:#ffffff !important;
   border:none !important;
}

.days{
    display: flex;
    align-items:center ;
    width: 100%;

}
.stake{
    background-color:green !important;
}


.check-container{
    display:flex;
    width: 100% !important;
    align-items: center;
    margin-top: 10px;
    margin-left: 0 !important;
    
  
}


.green-button {
    background-color: green !important;
    color: white !important;
    border:none !important;
  }



.check-btn{
  width: 100% !important;
  overflow: none;
}






.form{
    
    margin-top:40px !important;
  padding: 10px !important;
    border-radius: 10px;
   
}


.inputGroup{
    border-radius:10px;
    border:1px solid gray;
    margin-bottom: 10px;
}
.custom-input{
    border-radius: 10px !important ;
    
}



.spn{
    color: green !important;
}

.approvebtn , .refferalbtn , .button{
    border-radius: 8px !important;
    border:1px solid gray !important;
    
}


.package-card{
    border-radius: 5px !important;
   color:#ffffff !important;
   margin-top: 5px !important;
   background-color:#741ff5!important;
   border:none !important;
}



/* NAV BAR SECTION   */




@media only screen and (max-width: 768px) {
    .Airdrop-card{
        display: flex;
        align-items: center;
        border: 1px solid gray;
        border-radius: 5px;
        justify-content: center;
        align-items:center;
        flex-direction: column;
        width: 100%;
        padding: 10px;
    }

    .poolscontainer{
        display:flex !important;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width:100% !important;
        overflow: hidden !important;
    }
    

    .card-container{
        display: flex;
        justify-content: center;
        justify-content:space-evenly;
        align-items: center;
        width: 100%;
        padding: 10px;
        margin-top: 40px;
        color:white;
        flex-direction: column;
        overflow: hidden;

    }


    .pools-container{
        display: flex;
        align-items: center;
       justify-content:center ;
       flex-direction: column;
    }
  

 
 
  }

.card-body{
    background-color:#0000FF10 !important;
    border: 2px solid  #A9A9A910 !important;
}



  a.nav-link{
    color:white;
  }

  a.nav-link:hover{
    color: green;
  }
    .row1{
        
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100% !important;
        height: 100%;
        margin: auto;
        padding-right: 7px !important;
    }
    #dashboard{
      
       
       margin: auto;
       margin-top: 100px !important;
       padding: auto !important;
        width: 100% !important;
      margin-right: 30px !important;
      top: 100px !important;
    }
   
 
    
    
    .logosection{
        display: flex;
        align-items: center;
        justify-content: center;
    }
  

  #dashboard{
   
    width: 100% !important;
  }
  /* logo  */

.claim-all-btn{
    background-color:green !important;
    color:white !important;
}

/* footer section  */

li {
    list-style: none;
    margin: 5px;
    color: white !important;
  }
  
  a {
    text-decoration: none !important;
    list-style: none;
    margin: 5px;
    color: white !important; /* Set text color to white */
  
  }
  li a {
    text-decoration: none; /* Remove underline */
    color: white !important; /* Set text color to white */
  }
  
  /* !!!: new footer */
  
/* !!!: button */

 
   
  
  
  
  

  
   

   

   .button:active {
    filter: brightness(.8);
   }
   
  
   /* !!!: Footer section */
  .footer-section{
    display: flex !important;
    justify-content:center;
    align-items: center;
    color:#ffffff !important;
    padding: 5px;
    left: 0;
    right: 0;
    bottom:0;
    margin-top: 30px;
    border-top: 1px solid gray;
    width: 100% !important;
    padding-top: 10px !important;
  
  }
  
  
  
  .footer-details{
    display: flex;
    width: 100%;
    align-items:center;
    justify-content:center;
    padding: 5px;
  
  }
  
  .footer-title{
    margin-top: 10px;
    margin-bottom: 10px;
  }
  
  
  
  .products a{
    text-decoration: none;
  }
  
  .company a{
    text-decoration: none;
  }
  
  .resource a{
    text-decoration: none;
  }
  
  .resource{
    display: flex;
    align-items:center;
    justify-content: center;
    flex-direction: column;
  }
  .social{
    width: 25px;
    height: 25px;
    margin-right: 10px;
    margin-top: 10px;
  }
  
   /* !!!: subscribe form  start here*/
   .input-subscribe {
    max-width: 190px;
    padding: 15px;
    font-size: 17px;
    color: black;
    border-top-left-radius: .5em;
    border-bottom-left-radius: .5em;
    margin-right: -10px;
  }
  
  .button-submit {
    border: none;
    background-color: blue;
    text-decoration: none;
    padding: 15px;
    padding-bottom: 17px;
    font-size: 17px;
    color: #ffffff !important;
    border-top-right-radius: .5em;
    border-bottom-right-radius: .5em;
    cursor: pointer;
  }
  .formcontainer{
    border:2px solid #ffffff20;
    border-radius:10px;
  }
  
  .form-section{
    display: flex;
    align-items:center;
    justify-content: center;
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .formtitle{
    margin-top: 20px;
    margin-bottom: 20px;
  }
  
  /* Target the placeholder text and change its color to white */
  .input-subscribe::placeholder {
    color: white;
  }
  