/* Add custom CSS styles below */ 
/* تنسيق القائمة الجانبية */
.sidebar {
    background-color: #1a1c23 !important; /* لون غامق */
    color: #9ca3af; /* لون النص باهت */
    border-radius: 8px;
    padding: 15px;
}

/* الرابط النشط */
.sidebar .active {
    background-color: #242731;
    color: #ffffff;
}