@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600&display=swap');

*{
   font-family: 'Nunito', sans-serif;
   margin:0; padding:0;
   box-sizing: border-box;
   outline: none; border:none;
   text-decoration: none;
}

*::-webkit-scrollbar{
   height: 5px;
   width:10px;
}

*::-webkit-scrollbar-track{
   background-color: transparent;
}

*::-webkit-scrollbar-thumb{
   background-color: #333333;
}

html{
   font-size: 62.5%;
   overflow-x: hidden;
   background-color: #333333;
}

.message{
   position: sticky;
   top:0;
   max-width: 1200px;
   padding:1.5rem 2rem;
   display: flex;
   align-items: center;
   justify-content: space-between;
   gap:1.5rem;
   z-index: 1000;
   background-color: #333333;
   margin:0 auto;
}

.message span{
   color:white;
   font-size: 2rem;
}

.message i{
   color:red;
   font-size: 2.5rem;
   cursor: pointer;
}

.message i:hover{
   color:white;
}

.title{
   padding:1.5rem 1rem;
   text-align: center;
   background-color: black;
   font-size: 3rem;
   text-transform: uppercase;
   color:white;
}

.title span{
   color: red;
}

.btn,
.delete-btn,
.success-btn,
.option-btn{
   display: block;
   width: 100%;
   border-radius: 3rem;
   color: white;
   font-size: 1.5rem;
   cursor: pointer;
   padding:.5rem .5rem;
   text-transform: capitalize;
   text-align: center;
   margin-top: 1rem;
   
}

.btn{
   background-color: #0097e6;
}

.delete-btn{
   background-color: red;
}

.success-btn{
   background-color: green;   
}

.option-btn{
   background-color: orange;
}

.btn:hover,
.delete-btn:hover,
.option-btn:hover{
background-color: white;
color: black;
}

.flex-btn{
   display: flex;
   flex-wrap: wrap;
   gap:1rem;
}

.flex-btn > *{
   flex:1;
}


.form-container{
   display: flex;
   align-items: center;
   justify-content: center;
   padding:2rem;
   min-height: 100vh;
}

.form-container form{
   width: 50rem;
   border-radius: .5rem;
   background-color: black;
   padding:2rem;
   text-align: center;
}

.form-container form h3{
   font-size: 3rem;
   margin-bottom: 1rem;
   color: white;
   text-transform: uppercase;
}

.form-container form .box{
   width: 100%;
   border-radius: .5rem;
   padding:1.2rem 1.4rem;
   font-size: 1.8rem;
   color: white;
   background-color: #333333;
   margin:1rem 0;
}

.form-container form p{
   font-size: 2.3rem;
   color: #aaaaaa;
   padding:1rem 0;
}

.form-container form p a{
   color: red;
}

.form-container form p a:hover{
   text-decoration: underline;
}

.profile-container{
   display: flex;
   align-items: center;
   justify-content: center;
   padding:1rem;
   min-height: 1vh;
   margin-top: 5%;
   font-size: 1.2rem;
   color: white;
   
}

.profile-container .profile{
   width: 77rem;
   border-radius: .5rem;
   background-color: black;
   padding: 1rem;
   text-align: center;
}

.profile-container .profile h3{
   font-size: 2.5rem;
   padding:.5rem 0;
   color: white;
}

.update-profile-container{
   display: flex;
   align-items: center;
   justify-content: center;
   padding:2rem;
   min-height: 5vh;
}

.update-profile-container form{
   width: 70rem;
   border-radius: .5rem;
   background-color: black;
   padding:2rem;
   text-align: center;
}

.update-profile-container form .flex{
   text-align: left;
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
}

.update-profile-container form .flex .inputBox{
   width: 49%;
}


.update-profile-container form .flex .inputBox span{
   font-size: 2rem;
   color: #aaaaaa;
   display: block;
   padding-top: 1rem;
}

.update-profile-container form .flex .inputBox .box{
   width: 100%;
   padding:1.2rem 1.4rem;
   border-radius: .5rem;
   font-size: 1.8rem;
   color: white;
   margin:1rem 0;
   background-color: #333333;
}

/*----------Admin User Profile Update Begins------------------*/
.user-update-table{
   border-radius: 5rem;
   background-color: #0097e6;
   font-size: 1.7rem;   
   margin-top: -5%;
   text-align:center;
   padding: 2rem;
   width: 100%;
}

.admin-user-profile-container{
   display: flex;
   align-items: center;
   justify-content: center;
   padding: 1rem;
   min-height: 1vh;
   margin-bottom: 25%;
   font-size: 1.2rem;
   color: white;  
   width: 100%;    
}

.admin-user-profile-container .admin-user-profile{
      
      border-radius: .3rem;
      background-color: black;
      padding: 1rem;
      text-align: center;  
      width: 100%; 
}      

/*----------Admin User Profile Update Ends------------------*/



/*----------Uploads & Downloads Begins------------------*/
h1 { 
   
   font-size: 3em;
   margin-top: 0.67em;
   margin-bottom: 0.67em;
   text-align:center;
   font-weight: bold;
 }

 .file-down{
   font-size: 1.8rem; 
    
 }

.download-table{
   border-radius: 3rem;
   background-color: #0097e6;
   font-size: 1.8rem;   
   margin-bottom: 1%;
   text-align:center;
   padding-inline: 5rem;
   width: 100%;
   
   }
   
   .sub-title{   
      margin-bottom: 100%;
      text-align: center;      
      font-size: 2.5rem;
      text-transform: uppercase;
      color:rgb(5, 5, 5);      
   }
   
.sub-title2{   
margin-bottom: -130rem;   
text-align: right;
font-size: 2rem;
text-transform: uppercase;
color:white;
}
.download-profile-container{

      display: flex;
      align-items: center;
      justify-content: center;
      padding:1rem;
      min-height: 1vh;
      margin-top: 5%;
      font-size: 1.2rem;
      color: white; 
      width: 100%;     
}

.download-profile-container .download-profile{
         width: 70rem;
         border-radius: .5rem;
         background-color: black;
         padding: 1rem;
         text-align: center;   
}      

   .menu-btn1{
      border-radius: .5rem;
      background-color: red;
      color: black;
      font-size: 2rem;
      cursor: pointer;
      text-transform: capitalize;
      text-align: left;
      margin-bottom: 85%;
      
   }
   .menu-btn2{
      border-radius: .5rem;
      background-color: #0097e6;
      color: black;
      font-size: 2rem;
      cursor: pointer;
      text-transform: capitalize;
      text-align: left;
      margin-bottom:85%;
      
   }   
/*----------Uploads & Downloads Ends-----------------*/


/*----------List Attempt Users Begins-----------------*/

#attempt-count{
   font-size: 1rem;   
   margin-bottom: 1%;
   text-align:center;
   padding: 5rem;
   
} 

.attempt-user-profile-container{
   border-radius: 1rem;
background-color: #0097e6;
   display: flex;
   align-items: center;
   align-content: center;
   justify-content: center;
   padding:10rem;
   min-height: 6vh;
   margin-bottom: 5%;
   color: white;
   width: 30rem;   
}


.attempt-user-profile-container .attempt-user-profile{

   width: 77rem;
   border-radius: 1rem;
   background-color: black;
   padding: 26rem;
   text-align: center; 
   margin-top: 1%;  
}      


/*----------List Attempt Users Ends-----------------*/



/* media queries  */

@media (max-width:991px){

   html{
      font-size: 55%;
   }

}

@media (max-width:768px){

   .update-profile-container form .flex .inputBox{
      width:100%;
   }

}

@media (max-width:450px){

   html{
      font-size: 50%;
   }

   .flex-btn{
      flex-flow: column;
      gap:0;
   }

}