
/*-----------------SideBar- Start------------------ */
body{
    background-color: #ffffff;
}
.sidebar {
    
    position: fixed;
    width: 20%;
    height: 100%;
    background:  #000000;
    padding: 30px 0;
}
.roun{
    background-color: rgb(50, 52, 53);
    border-radius: 10px;
    color: white;
    width: 90%;
    margin-left: 5%;
    height: 60px;
    display: inline-flex;
}
.middle-icon{
    font-size: 25px;
}

.col-lg-8{
    width: 111px;
    margin-top: 4%;
    margin-bottom: 1%;
    margin-left: 7%;
}
.col-lg-2{
    margin-left: 10%;
    margin-top: 2.8%;
}
.img{
    width: 42px;
    height: 40px;
    border-radius: 20px;
    box-shadow: 0 4px 8px 0 black, 0 6px 20px 0 black;
}

.container .sidebar .mcontent{
    margin-top: 12%;
    
}
.container .sidebar .mcontent a{
    
    color: #c2c2c2;
    background-color: #000000;
    padding: 15px;
    font-size: 14px;
    display: block; 
    text-decoration: none;
    border-bottom: 1px solid black;
    margin-left: 4%;
    margin-right: 4%;
}
.container .sidebar a:hover{
    
    color: white;
    background-color: rgb(50, 52, 53);
    border-radius: 12px;
    margin-left: 5%;
    /* margin-right: 5%; */
    font-size: 18px;
    text-decoration: underline;
}
.mcontent .setting{
    border-top: 1px solid gray;
    margin-top: 60%;
}
.mcontent .setting a{
    margin-left: 20%;
    margin-top: 2%;
}

.micon{
    font-size: 17px;
    margin-right: 12px;
    margin-left: 15px;
}
.micon1{
    font-size: 17px;
    margin-right: 8px;
    margin-left: 14px;
}

/* -------------------SideBar- End ------------------*/

/* --------------------Header-start----------------- */
.header{
    width: 80%;
    height: 80px;
    background-color: white;
    margin-bottom: 20%;
    border-bottom: 2px solid lightgray;
    position: fixed;
}
.Hname{
    margin-top: 2%;
    margin-left: 8%;
    font-size: 30px;
    letter-spacing: 1px;
    text-decoration: solid black;
    font-weight: bolder;
    font-family: Arial, Helvetica, sans-serif;
}
.search-box {
    
    max-width: 400px;
    margin: 50px auto;
}
.search-box input {
    border-radius: 10px;
    padding: 10px 20px;
    border: 1px solid #ccc;
    outline: none;
    width: 328px;
    background-color: rgb(246, 246, 246);
}
.large-icon{
    font-size: 25px;
    letter-spacing: 14px;
    color: rgb(177, 177, 177);
}
.middle{
    margin-left: 20%;
    position: fixed;
    width: 80%;
}
.middle .row{
    width: 100%;
    display: flex;
}

.middle .row .col-lg-3{
    width: 49%;
} 
.col-lg-5{
    width: 100%;
}
.col-lg-4{
    width: 100%;
}
/* -----------------Header-close--------------- */


.Grade{
    margin-left: 3%;
}
.col-lg-2-teacher{
    margin-left: 2%;
    border: 2px solid lightgray;
    padding: 8px 40px;
    border-radius: 20px;
    background-color: white;
}



/* ------------tabel---------------- */

.grade-content2{
    margin-top: 1%;
    margin-left: -1%;
    
}

th {
    letter-spacing: 1px;
    padding: 15px 20px;
    /* padding-bottom: 12px solid black; */
    text-align: left;
    /* border-right: 1px solid red */
    background-color: #f3f3f3;
    color: rgb(62, 62, 62);
  }

td {
    padding: 2px 20px;
}
 
  .table{
    margin-left: 3%;
    width: 92%;
    background-color: rgb(255, 255, 255);
    border: 2px solid rgb(198, 198, 198);
    border-radius: 2px;
    box-shadow: 0 4px 8px 0 rgb(232, 232, 232), 0 6px 20px 0 rgb(209, 199, 199);
  }

  .class-name{
    font-weight: bold;
  }
  .final-grade-a{
    background-color: rgb(249, 206, 206); 
    font-weight: bold;
    width: 44px; 
    padding: 2px 24px; 
    border-radius: 25px;
    text-align: center;
}
  .final-grade-b{
    background-color: rgb(226, 255, 226); 
    font-weight: bold;
    width: 44px; 
    padding: 2px 25px; 
    border-radius: 25px;
    text-align: center;
}
.final-grade-c{
    background-color: rgb(219, 234, 253); 
    font-weight: bold;
    width: 44px; 
    padding: 2px 25px; 
    border-radius: 25px;
    text-align: center;
}

  /*--------graph--------*/

.grade-content3{
    margin-top: 2%;
    margin-left: 2%;
}
.grade-content3 .graph-heading{
    font-size: 22px;
    font-weight: bolder;
    margin-left: 5px;
}
.grade-content3 .graph-img{
    margin-top: 2%;
    width: 538px;
    height: 225px;
    border: 2px solid lightgray;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgb(232, 232, 232), 0 6px 20px 0 rgb(164, 155, 155);
}
   