@charset "UTF-8";.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f3f4f6}.login-page .login-form{background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 4px 10px #0000001a;width:100%;max-width:400px}.login-page .login-form h1{font-size:1.8rem;font-weight:700;text-align:center;margin-bottom:1.5rem;color:#1f2937}.login-page .login-form label{display:block;margin-bottom:.4rem;font-size:.9rem;font-weight:500;color:#374151}.login-page .login-form input{width:100%;padding:.6rem .8rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;outline:none;transition:border .2s}.login-page .login-form input:focus{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb4d}.login-page .login-form .form-group{margin-bottom:1.2rem}.login-page .login-form button{width:100%;padding:.8rem;background:#2563eb;color:#fff;font-size:1rem;font-weight:600;border:none;border-radius:.5rem;cursor:pointer;transition:background .2s}.login-page .login-form button:hover{background:#1e40af}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#1e1e1e99;display:flex;justify-content:center;align-items:center;z-index:9999;animation:fadeIn .3s ease-in-out}.modal-box{background:#fff;padding:25px 30px;border-radius:12px;width:420px;max-width:95%;box-shadow:0 8px 30px #00000040;position:relative;font-family:Segoe UI,sans-serif;animation:scaleIn .3s ease-in-out}.modal-box h3{margin-bottom:20px;font-size:1.3rem;color:#333;border-bottom:2px solid #eee;padding-bottom:8px}.modal-box form{display:flex;flex-direction:column;gap:15px}.modal-box label{font-size:.95rem;color:#555;margin-bottom:4px;display:block}.modal-box input,.modal-box select{width:100%;padding:10px 12px;border:1px solid #ccc;border-radius:8px;font-size:.95rem;transition:.2s}.modal-box input:focus,.modal-box select:focus{border-color:#007bff;outline:none;box-shadow:0 0 5px #007bff66}.modal-box button[type=submit]{padding:10px 15px;background:#007bff;color:#fff;border:none;border-radius:8px;font-size:1rem;cursor:pointer;transition:background .2s}.modal-box button[type=submit]:hover{background:#0056b3}.close-btn{position:absolute;top:12px;right:15px;border:none;background:none;font-size:1.4rem;color:#777;cursor:pointer;transition:color .2s}.close-btn:hover{color:#000}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.dashboard-container{max-width:1000px;margin:0 auto;padding:20px;font-family:Arial,sans-serif;text-align:center;background-color:#f5f5f5;min-height:100vh}h2{font-size:2em;margin-bottom:20px}.buttons{margin-bottom:20px}.buttons button{background-color:#007bff;color:#fff;border:none;padding:10px 20px;margin:0 10px;border-radius:6px;cursor:pointer;font-size:1em}.buttons button:hover{background-color:#0056b3}.form-box{background-color:#fff;padding:15px;margin-bottom:20px;border-radius:8px;box-shadow:0 2px 6px #00000026;text-align:left}.form-box h3{margin-top:0}.table-container{overflow-x:auto;background-color:#fff;padding:10px;border-radius:8px;box-shadow:0 2px 6px #00000026}table{width:100%;border-collapse:collapse}th,td{border:1px solid #ddd;padding:12px}th{background-color:#007bff;color:#fff}tr:nth-child(2n){background-color:#f2f2f2}tr:hover{background-color:#e6f0ff}.logout-btn{margin-left:20px;padding:6px 12px;background-color:#dc3545;color:#fff;border:none;border-radius:6px;cursor:pointer;font-weight:700}.logout-btn:hover{background-color:#b52a37}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.dashboard-eleve{padding:20px}.dashboard-eleve .dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.dashboard-eleve .dashboard-header h2{margin:0;font-weight:700}.dashboard-eleve .dashboard-header .dashboard-email{font-weight:700;color:#333}.dashboard-eleve .notes-table{width:100%;border-collapse:collapse;margin-top:10px;box-shadow:0 4px 8px #0000001a;border-radius:10px;overflow:hidden}.dashboard-eleve .notes-table thead{background-color:#007bff;color:#fff}.dashboard-eleve .notes-table thead th{padding:12px;text-align:left}.dashboard-eleve .notes-table tbody tr.even{background-color:#f9f9f9}.dashboard-eleve .notes-table tbody tr.odd{background-color:#eaf2ff}.dashboard-eleve .notes-table tbody td{padding:10px;border-bottom:1px solid #ddd}.dashboard-eleve .dashboard-eleve{padding:20px}.dashboard-eleve .dashboard-eleve .dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.dashboard-eleve .dashboard-eleve .dashboard-header h2{margin:0;font-weight:700}.dashboard-eleve .dashboard-eleve .dashboard-header .header-right{display:flex;align-items:center;gap:15px}.dashboard-eleve .dashboard-eleve .dashboard-header .dashboard-email{font-weight:700;color:#333}.dashboard-eleve .dashboard-eleve .logout-btn{padding:6px 12px;background-color:#dc3545;color:#fff;border:none;border-radius:6px;cursor:pointer;font-weight:700}.dashboard-eleve .dashboard-eleve .logout-btn:hover{background-color:#b52a37}
