/* Here, the content of the common custom CSS defined into Home - Setup - Display - CSS*/
.theme-black .navbar.active {
    background-color: #0b1120 !important;
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,.25);
    -moz-box-shadow: 0 1px 5px rgba(0,0,0,.25);
    box-shadow: 0 1px 5px rgba(0,0,0,.25);
}

.menu_dark .sidebar {
    background: #0b1120 !important;
    font-weight: 500;
}

.logo-black .navbar-header {
    background-color: #0b1120 !important;
}
.sidebar .menu .list a {
  
    border-radius: 2px;
}