body
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}


#container
{
    display: flex;
    flex-direction: column;
    margin:0%;
    padding: 0%;
    box-sizing: border-box;
}

#header-logo-div
{
    display:flex;
    flex-direction: row;
    background-color: rgb(5, 99, 99);
    justify-content: space-between;

}
#header-div
{
   display: flex;
   flex-basis: 80%;
    color: rgb(244, 244, 247);
    font-size:18px;
    justify-content: center; /* horizental center */
    align-items: center;
}
#logo-div
{
    display: flex;
    align-items: center;
    flex-basis: 5%;
    
}
#school_logo
{
    width: 100%;
    height: auto;
    padding-top: 10px;
    padding-right: 10%;
}
@media(min-width:769px){
    #tab-wraper-div
{
    display: flex;
    flex-direction: row;
    
    margin-top: 5px;
    justify-content: space-between;
    
    
}
}
.tab-div
{
    display: flex;
    flex-direction: row;
    flex-basis: 18%;
    width: 100%;
    background-color: rgb(5,99,99);
    /*border-radius: 12px */
    justify-content:center;
    align-items: center;
    border-radius: 12px;
    min-height: 30px;
    color: white ;
    
    
}
.button
{
    width: 100%;
    text-align: center;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    color: white;
}
.tab-div:hover
{
    background-color:green
    
    
}
hr
{
    display: flex;
    border: 2px ;
    width: 100%;
    color: rgb(5, 99, 99);

}
#body-wraper-div
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 5px;
}
#body-div
{
    display: flex;
    flex-direction: row;
    flex-basis: 63%;
    background-color: white;
    justify-content: center;
    align-items: top;
    min-width: 65%;
    overflow: hidden;
    
}
#menu_icon{
    /*visibility: hidden;*/
    max-width: 0px;
}

.hidden {
    display: none;
    /* max-width: 0px; */
}

/* Visible Menu */
.visible {
    display: flex;
    
    
}
@media (max-width: 768px) {
    #header-div{
        font-size: 8px;

    }
    body {
        font-size: 8px; /* Smaller font for mobile */
    }
    
    #body-div{
        min-width: 100%;
    }
    
    #menu_icon{
        cursor: pointer;
        visibility: visible;
        font-size: 20px;
        color: white;
    }
    #tab-wraper-div{
        margin-top: 10px;
    }
}
#sidebar-div
{
    display: flex;
    flex-direction: column;
    flex-basis: 35%;
    background-color: lightgray;
    align-items: left;
    min-height: 420px;
    
}
.sidebar-items
{
    display: flex;
    flex-direction: row;
    min-height: 20px;
    flex-basis: 10px;
    margin-top: 20px;

    justify-content: space-between;
}
#footer-div
{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: rgb(5, 99, 99);
    color: white;
    margin-top: 5px;

    min-height: 25px;
}
.slider_image
{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.imges
{
    max-width: 100%;
    min-height: 100%;
}

/* emp_reg css */
#main-body-wraper-div
{
    display: flex;
    flex-direction: column;
    /*background-color: yellow;*/
    width: 100%;
    min-height: 400px;
    
    
}
#body-container-div
{
    display: flex;
    /*background-color: green;*/
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow-wrap: normal;
}
.row
{
    display: flex;
    justify-content: center;
}
.col-md-6
{
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;

}
.form-group
{
    margin-top: 10px;
}
.form-group-right
{
    display: flex;
    flex-direction: column;

}
.col-md-12
{
    margin-bottom: 10px;
}

#emp_reg,#login_dash,#upload_excel
{
    color: white;
}
#logout_btn
{
    color:white;
}
#profile_name
{
    color: white;
}
/* Profile-photo  */
.profile-pic {
    width: 100px; /* Adjust the size of the circle */
    height: 100px; /* Adjust the size of the circle */
    border-radius: 50%; /* Creates a circular shape */
    overflow: hidden; /* Hides any image overflow */
  }
  
  .profile-pic img {
    width: 100%; /* Makes the image fill the circular shape */
    height: auto; /* Ensures the aspect ratio of the image is maintained */
  }
  
/* Profile-photo  */



/* emp_reg css */

/* emp_card css */
#card-container-div
{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    box-sizing: border-box;
    flex-wrap: wrap;
    
    
}
.employee-card {
    border: 1px solid #1b1919;
    margin: 10px 4%;
    text-align: center;
    background-color: white;
    min-width: 15%;
    border-radius: 12px;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.8);
    
}
#card_photo
{
    width: 100%;
    max-height: 150px;
    min-width:100px;
    border-radius: 12px;

}

/* emp_card css */

/* under_construction css */
#msg-container-div
{
    display: flex;
    flex-direction: row;
    
    justify-content: center;
    
    

}
/* under_construction css */

/* news-card  */
.news-card-heading{
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    background-color:#F3CDDE;
}
.news-card {
    border: 1px solid #1b1919;
    margin: 10px 4%;
    text-align: center;
    background-color:white;
    min-width: 15%;
   
    border-radius: 12px;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.8);
    
}
.news-card-body
{
    width: 100%;
    background-color: white;
    padding-left: 2%;
    max-height: 300px;
    border-radius: 12px;

}
/* news-card  */


