.content-structure.user-dashboard .container-fluid{
    padding: 0;
}
.content-structure.user-dashboard{
    padding-top: 25px;
}
.user-dashboard .notification-wrapper{
    /*transition: top 300ms;*/
}
@media screen and (max-width: 770px){
    .content-structure.user-dashboard {
        padding-top: 0;
    }
    .content-structure.user-dashboard .container-fluid{
        padding: 0 10px;
    }
    .user-dashboard .notification-wrapper{
        position: absolute;
        left: 0 !important;
        padding: 10px;
    }
    .content-structure.user-dashboard .content-top-header.status-bar-nav{
        position: relative;
        margin: 0 -15px 10px;
    }
}
