*{
    margin: 0;
    box-sizing: border-box;
}
.nav-header{
    display: flex;
    justify-content: space-between;
    background-color: #095899;
    color: #ffffff;
    height: 80px;
    padding: 6px;
}
.nav-header img, .profile img {
    width: 27px;

}
#nav-logo{
    width: 50px;
    border: 0.5px solid #ffffff;
    border-radius: 100%;
    cursor: pointer;
    /* margin: 15px; */
}
.header-img {
    display: flex;
    justify-items: center;
    align-items: center;
    gap: 10px;
    margin-left: 5px;
    cursor: pointer;
}
.nav-detail{
    display: flex;
    align-items: center;
    gap: 15px;
}
#student-profile{
    width: 50px;
    height: 45px;
    border-radius: 100%;
}
#setting{
    width: 30px;
}
.profile{
    display: flex;
    align-items: center;
    gap: 10px;
   
}
.student-name{
    display: flex;
    flex-direction: column;
    align-items: end;
}
.student-name a{
    text-decoration: none;
    color: #ffffff;

}
.student-name a:hover{
    text-decoration: underline;
}
#setting{
    cursor: pointer;
}
.white-nav{
    display: flex;
    align-items: center;
    gap: 10px;
    color: #095899;
    height: 40px;
    max-width: 100vw;
    padding: 15px;
    border-bottom: 0.5px solid rgba(128, 128, 128, 0.418);
    box-shadow: 0px 0px 15px gray;
    font-size: 1.1rem;
    font-weight: 500;
    background-size: cover;
    cursor: pointer;
 
}
@media (max-width: 700px){
    .white-nav{
        display: flex;
        font-size: 1.1rem;
        overflow-y: hidden;
        flex-wrap: wrap;
        height:40px;
        padding: 5px;
    }
}
.dropdown{
    border: none;
    color: #095899;
    font-size: 1rem;
    font-weight: 500;
}
@media (max-width:700px){
    .dropdown{
        font-size: 0.8rem;
    }
}
#personal,#facilites{
    width: 85px;
    
}
.white-nav p:hover{
    text-decoration: underline;
    color: #0eb5a4;
    
}
.white-nav select:hover{
    text-decoration: underline;
    color: #0eb5a4;
}

#placement{
    width:100px;
}
#academic-sehedule{
    width: 165px;
}
#academic-function{
    width: 160px;
}
.options{
    color: #ffffff;
    text-decoration: underline;
    background-color: #095899;
    width: fit-content;
}
.options:hover{
    background-color: #0eb5a4;
    text-decoration: underline;
    
}
main{
    background-color: #ededed;
}
.container{
    display: flex;
    background-color: #ffffff;
    padding: 5px;
    padding-left: 12px;
   
    margin: 3px;
    margin-right: 8px;
    margin-left: 5px;
    margin-bottom: 10px;
}
.students{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 190px;
    height: 185px;
    padding: 2px;
  
    box-shadow: 0px 5px 10px gray;
    margin: 1px;
    margin-top: 5px;
    
}
.student-photo{
    display: flex;
    padding: 5px;
    align-items: center;
    gap: 10px;
    font-size: 0.8rem;
    font-weight: bolder;
}
.student-photo img{
    width: 60px;
}
.student-detail{
    padding: 5px;
    color: gray;
    font-weight: 400;
    font-size: 15px;
}
.dashboard{
    max-width: 190px ;
    margin-top: 15px;
    box-shadow: 0px 5px 15px gray ; 
    font-size: 13px;
    font-weight: bold;
}
.dashboard img{
    width: 20px;

}
.dash{
    background-color: #095899;
    display: flex;
    align-items: center;
    color: #ffffff;
    padding: 6px;
    gap: 10px;
    border:2px solid #095899;
    cursor: pointer;
    
}
.p{
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    cursor: pointer;
}
.p:hover{
    background-color: #184f7d;
    color: white;
}
.p img:hover{
    color: white;
}
.main-container{
    display: flex;
    flex-direction: column;
    margin-left: 10px;
    gap: 30px;
    position: relative;
    max-width: 950px;
    width: 100%;
}
.imp-boxs{
    display: flex;
    gap: 10px;
    margin: 5px;
    
}
@media (max-width:700px){
    .imp-boxs{
        display: flex;
        flex-direction: column;
    }
}
.box{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    max-width: 150px;
    height: 80px;
    border-radius: 5px;
    /* border: 0.5px solid rgba(128, 128, 128, 0.605); */
    box-shadow: 2px 8px 10px rgba(128, 128, 128, 0.758);
    text-align: center;
    padding:5px ;
    font-size: 13px;
    cursor: pointer;

}
.box h3{
    font-size: 1.1rem;
    font-weight: 900;
}
#b1 p{
    background-color: #871c1c;
    width: 150px;
    height: 25px;
    padding: 5px;
    color: #ffffff;
   
}
#b2 p{
    background-color: #a17e38;
    width: 150px;
    height: 25px;
    padding: 5px;
    color: #ffffff;
}
#b3 p{
    background-color: #504e8a;
    width: 150px;
    height: 25px;
    padding: 5px;
    color: #ffffff;
}
#b4 p{
    background-color: #3b75a1;
    width: 150px;
    height: 25px;
    padding: 5px;
    color: #ffffff;
}
#b5 p{
    background-color: #007a56;
    width: 150px;
    height: 25px;
    padding: 5px;
    color: #ffffff;
}

legend{
    display: flex;
    background-color: #dbe9ff;
    color: #095899;
    border: 0.5px solid #74b4e565;
    border-radius: 5px;
    padding: 5px;
    gap: 5px;
    font-size: 12px;
}
fieldset{
    padding: 5px;
    height: 90px;
    background-color: #f7fbff;
    border: 0.5px solid gray;
    padding: 5px;

}
.schedule img{
    width: 15px;
     color: #095899;
}
#input{
    max-width: 1000px;
    width: 100%;
    text-align: center;
    padding: 3px;
    border: none;
    border-top: 0.1px solid rgba(128, 128, 128, 0.523);
    margin-top: 10px;
    background-color: #f5f5f5;
}
.bulletin-board img{
    width: 15px;
}
.bulletin-board{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #dbe9ff;
    height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    color: #095899;
    border-radius: 5px;
    border: 0.1px solid #74b4e563;
}
.leftside,.rightside{
    display: flex;
    gap: 10px;
}
footer{
    display: flex;
    justify-content: space-between;
    padding: 15px;
    padding-left: 30px;
    padding-right: 20px;
    background-color: #ededed;
    position: relative;
}
.left-footer{
    background-color: #2980ba;
    height: 70px;
    width: 50px;
    border-radius: 45%;
    padding: 2px;
    position: sticky;
    bottom: 100px;
}
.left-footer img{
    width: 45px;
    height: 50px;
    padding: 10px;
    border-radius: 100%;
    
}
.left-footer img:hover{
    background-color: #379adbe2;
}
.right-footer{
    display: flex;
    align-items: center;
    gap: 15px;
}
.right-footer img{
    width: 80px;
}
.contact{
    display: flex;
    gap: 15px;
    font-size: 1.1rem;
    font-weight: 600;
    color: #095899;
    cursor: pointer;
}
.brand{
    margin-top: 10px;
    text-align: end;
}
.brand a{
    text-decoration: none;
    color: #095899;

}
.brand a:hover{
    color: black;
    text-decoration: underline;

}
.extra{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.notice img{
    width: 20px;
}
.notice{
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 5px;
    border: 0.1px solid gray;
}
.heading{
    display: flex;
    gap: 10px;
    align-items: center;
    background-color: #f7f7f7;
    padding: 5px;
}
.heading img{
    width: 30px;
}
.pdf{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 5px;
}

.left ,.right{
    display: flex;
    gap: 15px;
} 
.link{
    background-color: #f7f7f7;
    padding: 5px;
    gap: 15px;
}
.notice a{
    text-decoration: none;
    color: #095899;
}
