/* 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;
}
.fa, .fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 18px;
}

#mainbody input.button:not(.buttongen):not(.bordertransp) {
    color: #FFF !important;
    border-radius: 4px;
    font-size: 16px;
}