/* ?? Sidebar ?? */
.vertical-menu {
    background-color: #f0f1f5 !important;
    border-right: 1px solid #e2e4ea;
}

#sidebar-menu ul li a {
    color: #495057;
}

#sidebar-menu ul li a:hover,
#sidebar-menu ul li a:focus {
    background-color: #e4e6ef;
    color: #556ee6;
}

#sidebar-menu ul li.mm-active > a {
    color: #556ee6 !important;
    background-color: #e8eaff !important;
}

.menu-title {
    color: #9098ad !important;
}

/* ?? Topbar ?? */
#page-topbar {
    background-color: #f0f1f5 !important;
    border-bottom: 1px solid #e2e4ea;
    box-shadow: none;
}

.navbar-header .header-item {
    color: #495057;
}

/* ?? Logo area ?? */
.navbar-brand-box {
    background-color: #f0f1f5 !important;
}
