/* استدعاء خط Tajawal من Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@400;500;700&display=swap');

/* تنسيق كامل للصفحة */
body {
    font-family: 'Tajawal', sans-serif;
    direction: rtl;
    text-align: right;
    background-color: #f4f4f4;
    margin: 0;
    padding: 0;
}

/* تنسيق الهيدر */
header {
    background-color: #f8f9fa;
    padding: 20px;
    text-align: center;
    border-bottom: 2px solid #ddd;
}

/* تنسيق محتوى الهيدر */
.header-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* تنسيق الشعار */
.header-content img {
    max-width: 120px; /* تحديد حجم الشعار */
    height: auto;
    display: block;
    margin: 0 auto;
}

/* تنسيق عنوان المؤسسة */
.header-content h1 {
    margin: 10px 0;
    font-weight: 700;
    font-size: 24px;
    color: #333;
}

/* تنسيق معلومات الهيدر */
.header-info {
    display: flex;
    justify-content: center;
    gap: 20px; /* مسافة بين العناصر */
    flex-wrap: wrap; /* إذا كانت الشاشة صغيرة، يتم لف العناصر */
}

.header-info p {
    margin: 5px 0;
    font-size: 16px;
    color: #6c757d;
    white-space: nowrap; /* منع النص من الالتفاف */
}

/* تنسيق الفوتر */
footer {
    background-color: #f8f9fa;
    padding: 20px;
    text-align: center;
    border-top: 2px solid #ddd;
}

footer p {
    font-size: 14px;
    color: #6c757d;
    margin: 0;
    padding: 5px;
}

/* تنسيق المحتوى الرئيسي */
main {
    padding: 40px 20px;
}

form {
    margin: 0 auto;
    text-align: center;
    max-width: 500px; /* تغيير العرض إلى 500 بكسل */
    background-color: #fff;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

form label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    text-align: right;
}

form input, form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    box-sizing: border-box;
}

form button {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
}

form button:hover {
    background-color: #0056b3;
}

/* تنسيق كامل للجدول */
.result-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    font-family: 'Tajawal', sans-serif;
    box-shadow: 0 2px 15px rgba(64, 64, 64, 0.1);
    background-color: #fff;
}

.result-table th, .result-table td {
    padding: 12px;
    text-align: center;
    border: 1px solid #ddd;
}

.result-table th {
    background-color: #007bff;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.result-table td {
    background-color: #f9f9f9;
    color: #333;
}

.result-table tr:nth-child(even) {
    background-color: #f2f2f2;
}

.result-table tr:hover {
    background-color: #e2e2e2;
}

/* تكبير حقل اسم المادة */
.result-table td:first-child, 
.result-table th:first-child {
    text-align: right;
    width: 35%; /* تكبير عرض عمود اسم المادة */
    white-space: nowrap; /* منع التفاف النص */
}

/* تنسيق زر الطباعة */
.print-button-container {
    display: flex;
    justify-content: center; /* توسيط زر الطباعة */
    margin-top: 20px;
}

.print-button {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
}

.print-button:hover {
    background-color: #0056b3;
}

/* تنسيق زر العودة */
.back-button-container {
    display: flex;
    justify-content: flex-start; /* وضع الزر في الجهة اليمنى */
    margin-top: 20px;
}

.back-button {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
}

.back-button:hover {
    background-color: #0056b3;
}

/* تنسيق معلومات الطالب */
.student-info {
    background-color: #f4f4f4;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0 2px 15px rgba(64, 64, 64, 0.1);
}

.student-info p {
    font-size: 16px;
    color: #333;
}

/* تنسيق المحتوى */
.content {
    max-width: 950px;
    margin: 0 auto;
    padding: 20px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 2px 15px rgba(64, 64, 64, 0.1);
}

/* تنسيق عنوان الصفحة */
h2 {
    text-align: center;
    font-size: 24px;
    color: #007bff;
    margin-bottom: 20px;
    font-family: 'Tajawal', sans-serif;
}

/* تنسيق النصوص داخل الحقول */
p {
    font-family: 'Tajawal', sans-serif;
    font-size: 16px;
}

/* تنسيق جدول المجموع الكلي والنسبة المئوية والتقدير النهائي */
.final-summary-table {
    width: 100%;
    margin-top: 20px;
    border-collapse: collapse;
    font-family: 'Tajawal', sans-serif;
    box-shadow: 0 2px 15px rgba(64, 64, 64, 0.1);
}

.final-summary-table th, .final-summary-table td {
    padding: 12px;
    text-align: center;
    border: 1px solid #ddd;
}

.final-summary-table th {
    background-color: #007bff;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.final-summary-table td {
    background-color: #f9f9f9;
    color: #333;
}
/* تنسيق الحقول والقوائم المنسدلة */
form select, form input, form button {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    box-sizing: border-box;
}

form select {
    appearance: none; /* إخفاء السهم الافتراضي للقائمة المنسدلة */
    background-color: #fff;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    box-sizing: border-box;
    text-align: right; /* محاذاة النص إلى اليمين */
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-down"><polyline points="6 9 12 15 18 9"></polyline></svg>');
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center;
    background-size: 16px 16px;
}

form button {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 12px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}

form button:hover {
    background-color: #0056b3;
}

/* محاذاة النصوص في القوائم المنسدلة */
form label {
    font-weight: bold;
    margin-bottom: 8px;
    display: block;
}

form .form-group {
    margin-bottom: 20px;
}

/* تنسيق المحتوى */
.content {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 2px 15px rgba(64, 64, 64, 0.1);
}

/* تحسين محاذاة النص */
label {
    text-align: right;
    font-weight: 500;
}

/* تنسيق العناوين */
h2 {
    text-align: center;
    font-size: 24px;
    color: #007bff;
    margin-bottom: 20px;
}
/* تنسيق الأزرار */
.button {
    display: inline-block;
    padding: 15px 30px;
    background-color: #007bff; /* لون الخلفية */
    color: white; /* لون النص */
    border-radius: 5px; /* زوايا مستديرة */
    text-decoration: none; /* إزالة الخط السفلي من الروابط */
    font-size: 16px; /* حجم الخط */
    font-weight: bold; /* تكبير سمك الخط */
    text-align: center; /* توسيط النص داخل الزر */
    transition: background-color 0.3s ease; /* إضافة حركة لانتقال لون الخلفية */
}

.button:hover {
    background-color: #0056b3; /* تغيير لون الخلفية عند التمرير */
}

/* ضبط المسافات بين الأزرار */
.buttons-container {
    display: flex;
    flex-wrap: wrap; /* السماح بتعدد الصفوف إذا كانت الشاشة صغيرة */
    justify-content: center; /* توسيط الأزرار داخل الحاوية */
    gap: 15px; /* المسافة بين الأزرار */
    margin-top: 20px; /* مسافة أعلى الحاوية */
}

.container {
    max-width: 800px; /* التحكم في عرض الحاوية */
    margin: 0 auto;
    text-align: center;
    padding: 20px;
}

h1 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #007bff;
}












