body.layout-dark:before, .layout-dark {
    background: rgb(0, 0, 0) !important;
    background: linear-gradient(90deg, rgb(0,0,0) 0%, rgb(25, 25, 25) 35%, rgb(50, 50, 50) 100%) !important;
}

body.layout-dark .header-container {
    background: rgba(0,0,0,0.85) !important;
    background: linear-gradient(90deg, rgba(0,0,0,0.84) 0%, rgba(0,0,0,0.61) 50%, rgba(0,0,0,0.61) 100%) !important;
}

.sidebar-theme {
    background: rgb(0,0,0) !important;
    background: linear-gradient(90deg, rgb(0,0,0) 0%, rgb(0,0,0) 35%, rgba(255,0,0,0.1) 100%) !important;
}

.theme-brand {
    background: rgb(0, 0, 0) !important;
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgb(25, 25, 25) 35%, rgba(255,0,0,0.01) 100%) !important;
    border: none !important;
}

.card {
    background: linear-gradient(90deg, rgba(0,0,0,0.72) 0%, rgba(0,0,0,0.73) 100%, rgb(0,0,0) 100%) !important;
    border-radius: 15px !important;
    color: #ffffff !important;
}

#sidebar ul.menu-categories li.menu>.dropdown-toggle[aria-expanded=true],body.layout-dark #sidebar ul.menu-categories li.menu.active > .dropdown-toggle {
    background: linear-gradient(90deg, rgb(255,0,0) 0%, rgb(255,0,0) 50%, rgb(255,0,0) 100%) !important;
}
body.layout-dark #sidebar ul.menu-categories li.menu ul.submenu>li.active a {
    color:rgb(255,0,0) !important;
    font-weight: bold;
}
/**
 Text COLOR
 **/
body {
    color: #000000 !important;
}

.header-container, .card-header {
    color: #000000 !important;
}

a {
    color: #ffffff !important;
}

a:hover {
    color: #ffffff !important;
}