/* CSS احتياطي للأيقونات الأساسية في حالة فشل تحميل Font Awesome */

/* أيقونة القائمة */
/*.icon-bars::before {
    content: "☰";
    font-size: 1.2em;
}*/

/* أيقونة المنزل */
/*.icon-home::before {
    content: "🏠";
}*/

/* أيقونة لوحة المعلومات */
/*.icon-dashboard::before {
    content: "📊";
}*/

/* أيقونة المستخدمين */
/*.icon-users::before {
    content: "👥";
}*/

/* أيقونة الطلاب */
/*.icon-student::before {
    content: "🧑‍🎓";
}*/

/* أيقونة أولياء الأمور */
/*.icon-parent::before {
    content: "👨‍👩‍👧‍👦";
}*/

/* أيقونة المعلمين */
/*.icon-teacher::before {
    content: "👨‍🏫";
}*/

/* أيقونة الصفوف */
/*.icon-class::before {
    content: "🏫";
}*/

/* أيقونة المواد */
/*.icon-subject::before {
    content: "📚";
}*/

/* أيقونة الحضور */
/*.icon-attendance::before {
    content: "📋";
}*/

/* أيقونة الدرجات */
/*.icon-grades::before {
    content: "🎯";
}*/

/* أيقونة الجدولة */
/*.icon-schedule::before {
    content: "📅";
}*/

/* أيقونة المالية */
/*.icon-finance::before {
    content: "💰";
}*/

/* أيقونة المخزون */
/*.icon-inventory::before {
    content: "📦";
}*/

/* أيقونة الأمان */
/*.icon-security::before {
    content: "🔒";
}*/

/* أيقونة الإشعارات */
/*.icon-notification::before {
    content: "🔔";
}*/

/* أيقونة التقارير */
/*.icon-report::before {
    content: "📝";
}*/

/* أيقونة تسجيل الخروج */
/*.icon-logout::before {
    content: "🚪";
}*/
