/* Analysis Dashboard theme overrides */

:root {
    --bs-primary: #0F0F0F;
    --bs-primary-rgb: 15, 15, 15;
}

#sidebar {
    background: #0F0F0F;
}

ul ul a {
    background: #0F0F0F;
}

#sidebar ul.components {
    border-bottom: 1px solid #333;
}

#sidebar ul li a:hover {
    color: #0F0F0F;
}
