/**
* Template Name: SMMAROGYA
* * Author: Muthukumaran
* 
*/

/*--------------------------------------------------------------
# Custom App CSS
--------------------------------------------------------------*/
body{
    background-color: #C9E1CB;
}
.logo img {
    max-height: 55px;
    margin-right: 6px;
}
.sidebar-nav .nav-content a i{
    font-size: 15px;
}
.sidebar-nav .nav-content a.active i {
    background-color: unset;
}
.align-items-right{
    text-align: right;
}

/*--------------------------------------------------------------
RESPONSIVE CSS
// Small devices (landscape phones, 576px and up)
--------------------------------------------------------------*/
@media (max-width: 576px) {  
    .logo img {
        max-height: 50px;
        margin-right: 6px;
    }
    .header{
        padding-left: 10px;
    }

}