body {
    font-family: 'Cairo', sans-serif;
    background-color: #f4f7f6;
}

#wrapper {
    overflow-x: hidden;
    min-height: 100vh;
}

/* تصميم الشريط الجانبي */
#sidebar-wrapper {
    min-width: 250px;
    max-width: 250px;
    background-color: #1e293b !important; /* لون كحلي غامق فخم */
    transition: margin 0.25s ease-out;
}

#sidebar-wrapper .list-group-item {
    border: none;
    padding: 15px 20px;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

#sidebar-wrapper .list-group-item:hover,
#sidebar-wrapper .list-group-item.active {
    background-color: rgba(255, 255, 255, 0.1) !important;
    border-right: 4px solid #3b82f6; /* لمسة زرقاء عند التحديد */
    color: #fff !important;
}

/* الأيقونات في البطاقات */
.icon-box {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* تحسين الجدول */
.table th {
    font-weight: 600;
    color: #64748b;
    padding: 15px;
}
.table td {
    padding: 15px;
    vertical-align: middle;
}