.main-wrapper{

    margin-left:260px;

    min-height:100vh;

    background:#f5f7fb;

}

.admin-content{

    padding:25px;

}

@media(max-width:992px){

.main-wrapper{

    margin-left:0;

}

}