.navbar.default-layout .navbar-brand-wrapper .navbar-brand img {
    width: 80px;
}
.sidebar {
    background: #120B4A;
}
.navbar.default-layout .navbar-brand-wrapper {
    background: #120B4A;
}
.sidebar > .nav:not(.sub-menu) > .nav-item > .nav-link {
    background: #2A245C;
}
.sidebar > .nav:not(.sub-menu) > .nav-item:hover:not(.nav-profile):not(.hover-open) > .nav-link:not([aria-expanded="true"]) {
    background: #2675AF;
}
.nav-pills .nav-link:not(.disabled) {
    color: #2675AF;
}
.nav-pills .nav-link.active:not(.disabled) {
    color: #fff;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background: #120B4A;
}