.logo img{
    max-height: 100px;
}

.logo-icon-wrapper img{
    max-width: 10px;
}

.logo-wrapper img{
    max-width: 135px;
}

@media screen and (min-width:768px) {
    .toggle-sidebar{
        display: none!important;
    }

    .logo-wrapper img {
        max-width: 100%;
    }
}


.page-body{
        overflow: scroll !important;
}