.sidebar {
    z-index: 100;
    background-color: #0000cc;
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

.sidebar-title {
    width: 100%;
    height: 68px;
}

.sidebar .nav-item:hover{
    background-color: rgba(0, 0, 0, 0.075);
}
.sidebar-mobile{
    position:fixed;
    top: 65px;
}