/* styles.css */
     body {
           font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            margin: 0;
            padding: 0;
            background-color: #f4f4f4;
            color: #333;
        }

        header {
            background-color: #333;
            color: #fff;
            padding: 10px;
            text-align: center;
        }

        header h1 {
            margin: 0;
        }

        header a {
            color: #fff;
            text-decoration: none;
            margin-right: 20px;
            font-size: 18px;
        }

        .container {
            margin: 20px auto;
            width: 80%;
            text-align: center;
        }

        .btn-container {
            display: flex;
            justify-content: center;
            gap: 10px;
            margin-top: 20px;
        }
         .btn-container form {
            display: inline-block;
        }
        .btn-container button {
            padding: 10px 20px;
            font-size: 16px;
            cursor: pointer;
            background-color: #4caf50;
            color: #fff;
            border: none;
            border-radius: 5px;
            transition: background-color 0.3s;
        }

        .btn-container button:hover {
            background-color: #45a049;
        }

        footer {
            background-color: #333;
            color: #fff;
            padding: 2px;
            text-align: center;
            position: fixed;
            bottom: 0;
            width: 100%;
        }
body {
   font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            margin: 0;
            padding: 0;
            background-color: #f4f4f4;
            color: #333;
}

.container {
    max-width: 600px;
    margin: 50px auto;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.container form {
    text-align: right; /* محاذاة النص من اليمين إلى اليسار */
}

form {
    max-width: 400px;
    margin: 0 auto;
}

form label {
    display: block;
    margin-bottom: 10px;
     font-weight: bold; /* جعل الخط غامقًا */
}

form select,
form input,
form textarea {
    width: 100%;
    padding: 10px; /* زيادة حجم الحقول */
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 16px; /* زيادة حجم النص */
    resize: vertical; /* يسمح بتغيير حجم الارتفاع العمودي فقط لمربع النص 
    direction: rtl; /* تحديد الاتجاه من اليمين إلى اليسار */
    text-align: right; /* محاذاة النص إلى اليمين */
    padding: 10px; /* زيادة الحشو لضمان وضوح النص */
    direction: rtl; /* تحديد الاتجاه من اليمين إلى اليسار */
    text-align: right; /* محاذاة النص إلى اليمين */
     font-weight: bold; /* جعل الخط غامقًا */
}


form button {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    background-color: #4caf50;
    padding: 20px 30px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
    font-size: 20px; /* زيادة حجم النص */
    font-weight: bold;
}

form button:hover {
    background-color: #45a049;
    transform: scale(1.1);
}

h2 {
    color: #333;
    font-size: 24px;
    margin-bottom: 20px;
    text-transform: uppercase;
    background-color: #4caf50; /* لون الخلفية للصندوق */
    color: #fff; /* لون النص */
    padding: 10px; /* الحشوة داخل الصندوق */
    border-radius: 6px; /* زوايا مستديرة */
}

label {
    display: block;
    margin-bottom: 10px;
}

input, select {
    width: 100%;
    padding: 8px;
    margin-bottom: 15px;
}



 .employee-btn {
             padding: 10px 20px;
            font-size: 16px;
            cursor: pointer;
            background-color: #4caf50;
            color: #fff;
            border: none;
            border-radius: 5px;
            transition: background-color 0.3s;
            margin: 10px;
            display: inline-block;
            text-decoration: none;
            margin-bottom: 10px;
               
        }
         .employee-btn:hover {
            background-color: #45a049;
        }
/* styles.css */
/* أسلوب CSS للقائمة الجانبية */
#side-menu {
    position: fixed;
    top: 0;
    left: -300px; /* تكوين القائمة لتكون مخفية في البداية */
    width: 200px;
    height: 100%;
    background-color: #333;
    padding-top: 60px;
    transition: 0.1s; /* تحديد الوقت المستغرق للانتقال (0.5 ثانية) */
}

#side-menu a {
    padding: 15px 25px;
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    display: block;
    transition: 0.1s;
}

#side-menu a i {
    margin-right: 10px; /* تبديل المسافة بين الأيقونة والنص */
}

#side-menu a:hover {
    background-color: #555;
}

#open-btn, #home-btn {
    font-size: 30px;
    cursor: pointer;
    position: absolute;
    z-index: 2;
    color: #fff;
    padding: 10px;
    background-color: #333;
}

#open-btn {
    left: 10px;
    top: 0;
}

#home-btn {
    right: 0px;
    top: 0;
}

/* ... الأنماط السابقة ... */

.employee-button {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    background-color: #4caf50;
    padding: 20px 30px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
    margin: 15px;
    font-size: 18px; /* زيادة حجم الخط */
    font-weight: bold; /* جعل النص أكثر سمكًا */
}

.employee-button:hover {
    background-color: #45a049;
    transform: scale(1.1);
}

.actions {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    background-color: #999999;
    padding: 20px 30px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
    margin: 15px;
    font-size: 18px; /* زيادة حجم الخط */
    font-weight: bold; /* جعل النص أكثر سمكًا */
}


ul {
    list-style-type: none;
    padding: 0;
}

li {
    margin-bottom: 10px;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    color: #351C75;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

table, th, td {
    border: 1px solid #333;
}

th, td {
    padding: 10px;
    text-align: center;
}

th {
    background-color: #f2f2f2;
}

/*لرسالة الرقم السري الخاطئ*/
        .password-notice {
            padding: 15px;
            margin-bottom: 10px;
            background-color: #f8d7da;
            border: 1px solid #f5c6cb;
            border-radius: 15px;
            color: #721c24;
            display: justify-content;
            justify-content: space-between;
            align-items: center;
        }

        .close-button {
            padding: 8px 16px;
    background-color: #dc3545;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
        }
        /*زر اضافة موظف جديد و اضافة سلفة جديدة*/
   
   .new-employee-new-advances {
    display: inline-block;
    margin: 5px;
    padding: 10px;
    text-decoration: none;
    color: #000;
    position: relative;
    overflow: hidden;
    border-radius: 20px; /* قيمة حسب التصميم الذي تفضله */
    background: linear-gradient(45deg, #ffd700cc, #ffeb3bcc); /* قيمة السطوع مع اللون */
    background-size: 200% 200%;
    animation: shine 1.5s infinite;
}

@keyframes shine {
    to {
        background-position: 200% 200%;
    }
}
/* زر الرجوع */
.back-button {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    background-color: #3498db;
    color: #fff;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    margin-top: 10px; /* قد تحتاج لتعديل هذا التذييل حسب التصميم */
}

.back-button:hover {
    background-color: #2980b9;
}
/* ستايل لملاحظة حول مجموع السلف */
.note {
    margin-top: 20px;
    padding: 10px;
    background-color: #3498db; /* اللون الأزرق */
    color: #fff; /* لون النص أبيض */
    border-radius: 5px;
}
