/* Cyborg Theme Sidebar & Footer Overrides */
#wrapper .sidebar {
    background-color: #060606 !important; /* Deeper black than Cyborg bg */
    border-right: 1px solid #2a2a2a;
}

#wrapper .sidebar .nav-item .nav-link {
    color: #adafae !important; /* Cyborg muted text color */
    padding: 0.75rem 1rem;
    border-left: 3px solid transparent;
}

#wrapper .sidebar .nav-item .nav-link:hover {
    color: #2a9fd6 !important; /* Cyborg primary blue */
    background-color: #121212 !important;
}

#wrapper .sidebar .nav-item.active .nav-link {
    color: #ffffff !important;
    background-color: #1a1a1a !important;
    border-left: 3px solid #2a9fd6;
}

#wrapper .sidebar .nav-link i {
    color: #2a9fd6 !important;
    margin-right: 0.5rem;
}

/* Fix for the white-on-white/grey text in the sidebar */
#wrapper .sidebar .nav-link span {
    color: inherit !important;
}

/* Footer Overrides */
footer.sticky-footer {
    background-color: #060606 !important;
    border-top: 1px solid #2a2a2a;
    color: #adafae !important;
}

footer.sticky-footer .copyright span {
    color: #adafae !important;
}
