﻿body {
    font-family: 'Poppins', 'Noto Kufi Arabic', sans-serif;
}
.aauth-button {
    background: linear-gradient(to right, #3b82f6, #10b981);
    background-color:blue;
    display: inline-block;
    padding: 12px 25px;
    margin: 10px;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 50px;
 }
.auth-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    cursor: pointer;
    border:none;
}






.auth-button22 {
    padding: 12px 30px;
    font-size: 1.1rem;
    border-radius: 50px;
    text-decoration: none;
    transition: transform 0.3s ease, background 0.3s ease;
}
    .auth-button22:hover {
        transform: scale(1.1);
        filter: brightness(1.1);
    }

.login-btn {
    background: #3b82f6;
    color: #fff;
    cursor: pointer;
}

.register-btn {
    background: #10b981;
    color: #fff;
}


.submit-button {
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-size: 1.1em;
    transition: background-color 0.2s ease-in-out;
    margin-top: 10px;
    transition: transform 0.3s ease, background 0.3s ease;
}

    .submit-button:hover {
        background-color: #0056b3;
        transform: scale(1.1);
        filter: brightness(1.1);
    }

.message {
    margin-bottom: 15px;
    padding: 10px 15px;
    border-radius: 4px;
    text-align: center;
    font-weight: bold;
    height: 90px;
}

.error-message {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.success-message {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.bilingual-label {
    display: flex;
    justify-content: space-between;
}

.arabic-text {
    direction: rtl;
    text-align: right;
}







/* Layout and Structure Styles */
.auto-style1 {
    width: 100%;
}

 

.auto-style2 {
    width: 993px;
}

.panel-container {
   /* display: flex;*/
   vertical-align:top;
    direction: rtl;

     width: 95%;
   line-height:1.2rem;
    /* position: relative;
    
    margin-right: auto;
    margin-left: auto;*/
}

.panel1 {
    width: 45mm;
    text-align: center;
     background-color:#d3caca;
   
   
}

.panel2 {
    width: 140mm;
    text-align: center;
    font-weight:bolder;
   
    
}

/* Circular Label Styles */
.circle-label {
    display: inline-block;
    width: 70px;
    height: 40px;
    border-radius: 50%;
    background-color: black;
    color: white;
    text-align: center;
    line-height: 40px;
    margin: 0 5px;
    font-weight: bold;
}
.grade-label {
    display: inline-block;
    
    height: 40px;
    border-radius: 10%;
    background-color: darkblue;
    color: white;
    text-align: center;
    line-height: 40px;
    margin: 0 5px;
    font-weight: bold;
}


/* Header Section Label Styles */
#Label1 {
    font-family: 'Arial', sans-serif;
     line-height: 1.5;
    color: #FFFFCC;
    display: block;
    font-weight: 700;
    background-color: #FF0000;
}

#Label3 {
    font-family: 'Arial Arabic', 'Arial', sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: #000;
    
    display: block;
}

#Label7 {
    font-family: 'Arial Arabic', 'Arial', sans-serif;
    font-size: 16px;
    color: #444;
  
    display: block;
}

#Label8 {
    font-family: 'Arial Arabic', 'Arial', sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    
    text-decoration: underline;
    display: block;
}

/* Info Section Label Styles */
#Label4 {
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    
    display: inline-block;
}

#gradel {
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    color: #333;
    margin-right: 15px;
    font-weight: bold;
    display: inline-block;
}

#Label10 {
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    margin-right: 5px;
    display: inline-block;
}

#Rml {
    /* Inherits from circle-label class */
     left: 0px;
}

Label6s {
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    margin-right: 15px;
    margin-left: 15px;
    display: inline-block;
}

#StNol {
    /* Inherits from circle-label class */
}

/* General Styles */

#header {
 }

.abtn {
    display: inline-block;
    padding: 12px 30px;
    margin: 7px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 35px;
    transition: all 0.3s ease;
    min-width: 200px;
    text-align: center;
    background: linear-gradient(to right, #3b82f6, #10b981);
    color: #ffffff;
}

    .abtn:hover {
        transform: translateY(-5px);
        box-shadow: 0 7px 20px rgba(0, 0, 0, 0.2);
        background: linear-gradient(to right, #1e3a8a, #059669);
    }
