.stat-card{
    box-shadow: rgb(129,128,124) 0 0 7px 0 !important;
    padding: 10px;
    border-radius: 6px;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
/* .stat-card h3{
    margin-top: 0;
    font-size: 30px;
    font-weight: bold;
} */
.stat-card i{
    font-size: 35px;
    padding: 10px;
    border-radius: 50%;
}
.stat-card h3{
    margin-top: 0;
}
.search-icon{
    background-color: #265ea2b0 !important;
    color: #fff;
    border: 1px solid #244e5c;
}
.student-maindashboard{
    margin-top: 2%;
    background: #edf4f8;
}
.search-details{
    border: 1px solid #244e5c;
}
.search-details::placeholder{
    color: #6399ac;
}
.search-block{
    padding: 30px 0;
    /* background-color: #6399ac; */
}
.student-info{
    border: 1px solid #244e5c;
}
.student-info thead{
    background: #265ea2;
    color: #fff;
    font-size: 16px
}
.student-info thead td, .student-info tbody td{
    text-align: center;
}
.p0{
    padding: 0;
}
.student-maindashboard .card-title{
    font-size: 16px;
    color: #459cb9;
}
.pr-0{
    padding-right: 0;
}
.pl-0{
    padding-left: 0;
}
body#page-local-ikonnect-attendance .stat-card {
    overflow: scroll ;
    
}