:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.login-page{height:100vh;width:100vw;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#eef2f3,#cfd9df)}.login-container{background-color:#fff;border-radius:12px;min-width:500px;padding:2rem;align-self:center;align-items:center;box-shadow:0 12px 28px #0000001a}.login-header{display:flex;flex-direction:column;justify-content:center;align-items:center}.login-header h1{font-size:2rem;margin-bottom:.1rem;color:#000}.login-header p{font-size:1.2rem;color:#666;margin-bottom:1rem;align-items:center}.login-form{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-top:1rem}.login-form input{margin:10px;color:#000}.login-form p{color:#000;font-size:.8rem;align-content:right;align-items:right}.login-form p:hover{color:#07f;text-decoration:underline;cursor:pointer}.login-input{width:75%;padding:.75rem;border:1px solid #000000;border-radius:5px;background-color:#fff}.login-input::target-text{color:#000}.forgot-text{color:#000;font-size:.8rem;text-align:right;margin-left:230px;margin-bottom:2rem}.login-button{background-color:#000;color:#fff;padding:.75rem;border:none;border-radius:5px;cursor:pointer;width:50%}.divider{text-align:center;margin:2rem 0;position:relative;color:#000}.divider:before{content:"";position:absolute;top:50%;left:0;width:100%;height:1px;background-color:#1c1c1c;z-index:0}.divider span{position:relative;background:#fff;padding:0 1rem;z-index:1;color:#000;font-weight:semi-bold}.login-social-buttons{display:flex;flex-direction:row;gap:1rem;justify-content:center}.login-social-buttons button{background-color:#fff;color:#000;border:1px solid #000000;border-radius:5px;height:25%;width:25%}.login-social-buttons button:hover{background-color:#000;color:#fff}.login-footer{display:flex;flex-direction:column;align-items:center;color:#000;margin-top:40px}.login-footer p{font-size:1rem;color:#000}.login-footer a{color:#000}.login-footer a:hover{color:#07f;text-decoration:underline;cursor:pointer}.login-loading-screen{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#fff;z-index:9999;display:flex;align-items:center;justify-content:center}.login-spinner{width:30px;height:30px;border:5px solid #002c49;border-top:5px solid transparent;border-radius:50%;animation:login-spin 1s linear infinite}@keyframes login-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.register-page{height:100vh;width:100vw;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#eef2f3,#cfd9df)}.register-container{background-color:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 12px 28px #0000001a;min-width:500px;text-align:center;align-self:center;align-items:center}.register-title{color:#000;font-size:1.8rem;margin-bottom:2rem}.register-form{display:flex;flex-direction:column;gap:1rem;align-items:center}.register-input{background-color:#fff;padding:.8rem;border:1px solid #000000;border-radius:6px;font-size:1rem;width:80%;color:#000}.register-button{color:#fff;font-weight:500;cursor:pointer;margin-top:.5rem;width:50%;background-color:#000;padding:.75rem;border-radius:5px}.register-alt,.register-footer{font-size:1rem;margin-top:1.2rem;color:#666}.register-footer a{color:#000}.register-footer a:hover{text-decoration:underline;color:#07f;cursor:pointer}.register-loading-screen{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#fff;z-index:9999;display:flex;align-items:center;justify-content:center}.register-spinner{width:50px;height:50px;border:5px solid #002c49;border-top:5px solid transparent;border-radius:50%;animation:register-spin 1s linear infinite}@keyframes register-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}*{box-sizing:border-box;margin:0;padding:0}.employee-dashboard{min-height:100vh;width:100vw;padding-top:5rem;font-family:Segoe UI,sans-serif;background:#f3f6fa;display:flex;flex-direction:column}.employee-main{flex:1;padding:2rem 3rem;width:100%;max-width:100%}.employee-main-title{font-size:1.5rem;margin-bottom:1.5rem;color:#222;width:100%}.employee-course-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:1.5rem;width:100%}.employee-course-card{background-color:#fff;padding:1.5rem;border-radius:10px;box-shadow:0 4px 15px #00000014;display:flex;flex-direction:column;justify-content:space-between;width:100%}.employee-course-title{font-size:1.2rem;font-weight:600;margin-bottom:.75rem;color:#003f5c}.employee-course-description{flex-grow:1;color:#555;font-size:.95rem;margin-bottom:1rem}.employee-course-actions{display:flex;gap:.75rem;width:100%}.employee-btn{flex:1;padding:.6rem 1rem;border:none;border-radius:6px;cursor:pointer;font-weight:500;font-size:.95rem;transition:background .2s ease}.employee-btn.enroll{background-color:#003f5c;color:#fff}.employee-btn.enroll:hover{background-color:#005072}.employee-btn.quiz{background-color:#ffc107;color:#222}.employee-btn.quiz:hover{background-color:#e6ae00}.employee-empty{color:#000}.navbar{position:fixed;top:0;left:0;width:100%;padding:1.2rem 2rem;background-color:#1a1a2e;color:#fff;display:flex;justify-content:space-between;align-items:center;box-shadow:0 4px 10px #0000001a;height:70px;z-index:10}.navbar-logo{font-size:1.6rem;font-weight:700;color:#ffc107}.navbar-logo link{color:#fff}.navbar-right{display:flex;gap:1.5rem;align-items:center}.navbar-right a{color:#ffc107;text-decoration:none;font-weight:500;font-size:.95rem}.navbar-right a:hover{text-decoration:underline}.navbar-name{color:#ddd;font-size:.95rem;margin-right:1rem}.module-card{background-color:#fff;padding:1.5rem;border-radius:10px;box-shadow:0 4px 15px #00000014;display:flex;flex-direction:column;justify-content:space-between;height:350px}.module-card-title{font-size:1.2rem;font-weight:600;margin-bottom:.75rem;color:#1a1a2e}.module-card-department{font-size:.85rem;font-weight:500;color:#07c;margin-top:-.5rem;margin-bottom:.5rem}.module-card-description{flex-grow:1;color:#555;font-size:.95rem;margin-bottom:1rem;overflow-y:auto;max-height:150px;scrollbar-width:thin;scrollbar-color:#ddd #fff}.module-card-description::-webkit-scrollbar{width:6px}.module-card-description::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.module-card-description::-webkit-scrollbar-thumb{background:#ddd;border-radius:10px}.module-card-description::-webkit-scrollbar-thumb:hover{background:#ccc}.module-card-actions{display:flex;gap:.75rem;margin-top:auto}.module-btn{flex:1;padding:.6rem 1rem;border:none;border-radius:6px;cursor:pointer;font-weight:500;font-size:.95rem;transition:background .2s ease}.module-btn.enroll{background-color:#1a1a2e;color:#fff}.module-btn.enroll:hover{background-color:#ffc107;color:#000}.module-btn.view{background-color:#1a1a2e;color:#fff}.module-btn.view:hover,.module-btn.quiz{background-color:#ffc107;color:#000}.module-btn.quiz:hover{background-color:#1a1a2e;color:#fff}.admin-dashboard{background-color:#f9f9f9;min-height:100vh;font-family:Segoe UI,sans-serif;width:100vw}.admin-main{padding:8rem 3rem 2rem}.admin-header{display:flex;flex-direction:row;width:auto;height:40px;gap:750px}.add-employee{position:relative;display:flex;flex-direction:row;gap:.5rem;margin-left:7rem;height:auto;width:auto;justify-content:center;align-items:center;background-color:#1a1a2e;color:#fff;border-radius:10px;border-color:green}.add-icon{justify-content:center;align-items:center;align-content:center}.admin-welcome{display:flex;flex-wrap:wrap;color:#1a1a2e;margin-bottom:3rem;width:auto;height:auto}.admin-welcome h1{font-size:2rem}.admin-subtitle{font-size:1rem;color:#555;margin-bottom:2rem;margin-top:2rem}.admin-actions{display:flex;gap:1rem;margin-bottom:2rem}.admin-action-btn{background-color:#1a1a2e;color:#ffc107;padding:.75rem 1.5rem;border:none;border-radius:8px;cursor:pointer;font-weight:500;transition:all .2s ease}.admin-action-btn:hover{background-color:#292946;color:#fff}.admin-section-title{font-size:1.3rem;margin-bottom:1rem;color:#222}.admin-video-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(460px,1fr));gap:1.5rem;width:100%;align-items:start}.admin-video-card{background-color:#fff;padding:1rem;border-radius:10px;box-shadow:0 4px 12px #0000000d;font-weight:500;color:#333;max-width:460px}.admin-overview{display:flex;gap:1rem;margin:2rem 0;width:50%}.admin-stat-card{flex:1;background-color:#fefefe;border-left:5px solid #ffc107;padding:1rem 1.5rem;border-radius:8px;box-shadow:0 2px 6px #0000000d;font-weight:700;color:#333}.admin-stat-card_admin-clickable{flex:1;background-color:#fefefe;border-left:5px solid #ffc107;padding:1rem 1.5rem;border-radius:8px;box-shadow:0 2px 6px #0000000d;font-weight:700;color:#333;transition:all .2s ease;position:relative;justify-content:space-between;align-items:center;gap:20px}.admin-employees{margin-top:3rem}.admin-loading{padding:1rem 0;font-size:.95rem;color:#666;font-style:italic}.admin-module-controls{display:flex;justify-content:flex-end;margin:1rem 0}.admin-filter{padding:.5rem 1rem;border-radius:6px;font-size:1rem;border:1px solid #ccc;min-width:200px}.admin-navbar{position:fixed;top:0;left:0;z-index:10;width:100%;padding:1.5rem 2rem;background-color:#1a1a2e;color:#fff;display:flex;justify-content:space-between;align-items:center;box-shadow:0 5px 12px #0003;height:70px}.admin-logo{font-size:1.7rem;font-weight:700;color:#ffc107}.admin-links{display:flex;gap:1.5rem;align-items:center;font-size:.95rem}.admin-links a{color:#eee;font-weight:500;color:#ffc107}.admin-links a:hover{text-decoration:underline}.admin-name{color:#aaa;margin-right:1rem;font-style:italic}.upload-page{min-height:100vh;width:100vw;padding:8rem 2rem 2rem;background-color:#f5f6f9;font-family:Segoe UI,sans-serif;display:flex;flex-direction:column}.upload-header{display:flex;justify-content:center;align-items:center;margin-bottom:2rem}.header{font-size:1.8rem;margin-bottom:2rem;color:#000}.upload-form-wrapper{display:flex;align-items:center;justify-content:center;flex-direction:column}.upload-form{width:700px;background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 12px #00000014;display:flex;flex-direction:column;gap:1rem;justify-content:center;align-items:center}.upload-form input[type=text]{padding:.75rem 1rem;border:1px solid #ccc;border-radius:8px;font-size:1rem;width:100%;background-color:#fff;color:#000}.upload-form select{padding:.75rem 1rem;border:1px solid #ccc;border-radius:8px;font-size:1rem;width:100%;background-color:#fff;color:#000;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;utf8,<svg fill='black' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");background-repeat:no-repeat;background-position:right 1rem center;background-size:1rem}.upload-form textarea{height:100px;resize:vertical;padding:.75rem 1rem;border:1px solid #ccc;border-radius:8px;font-size:1rem;width:100%;background-color:#fff;color:#000}.upload-btn{padding:.8rem 1rem;background-color:#1a1a2e;color:#fff;font-weight:700;border:none;border-radius:8px;cursor:pointer;transition:background .2s ease}.upload-btn:hover{background-color:#e6ae00;color:#000}.button-row button{padding:.8rem 1rem;background-color:#1a1a2e;color:#fff;font-weight:700;border:none;border-radius:8px;cursor:pointer;transition:background .2s ease}.button-row button:hover{background-color:#e6ae00}.choose-btn{display:inline-block;padding:10px 20px;background-color:#1a1a2e;color:#fff;font-weight:700;border-radius:5px;cursor:pointer;margin-bottom:10px;transition:background-color .2s ease;text-align:center;align-self:flex-start}.choose-btn:hover{background-color:#e6ae00;color:#000}.file-name{font-size:.9rem;color:#555;margin-top:5px;text-align:left}.button-row{display:flex;gap:1rem;margin-top:10px}.button-row button{background-color:#1a1a2e;color:#fff}.button-row button:hover{background-color:#e6ae00;color:#000}.danger-container{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%}.delete-btn{background-color:#e53935;color:#fff;padding:.75rem 1.5rem;border:none;border-radius:6px;font-weight:700;cursor:pointer;transition:background-color .2s ease}.delete-btn:hover{background-color:#c62828}.danger-zone{margin-top:50px;text-align:center;position:relative;padding-top:20px;width:100%;margin-bottom:50px}.danger-zone:before{content:"";position:absolute;top:70%;left:0;right:0;width:100%;height:1px;background-color:#c62828;z-index:0}.danger-label{position:relative;background:#fff;padding:0 1rem;z-index:1;color:#c62828;font-weight:700}.module-videos{width:100%;margin:20px 0}.module-videos h3{margin-bottom:15px;font-size:1.2rem;color:#333}.videos-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;width:100%}.video-container{align-self:flex-start;position:relative;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a;display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.remove-video-btn{width:100%;padding:8px;background-color:#e53935;color:#fff;border:none;border-radius:0 0 8px 8px;cursor:pointer;font-weight:700;transition:background-color .2s}.remove-video-btn:hover{background-color:#c62828}.video-preview-container{width:300px;height:auto;margin:20px auto;padding:20px;background-color:#f5f5f5;border-radius:8px;box-shadow:0 2px 4px #0000001a;display:flex;flex-direction:column}.video-preview-container h2{margin-bottom:15px;font-size:1.2rem;color:#333;text-align:center}.video-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;width:50%;margin-top:1rem}.video-grid-item{background:#f8f8f8;border:1px solid #ddd;border-radius:8px;padding:.5rem}.module-loader{display:flex;justify-content:center;align-items:center;height:200px}.spinner{width:40px;height:40px;border:4px solid black;border-top:4px solid transparent;border-radius:50%;animation:section-spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.profile-container{font-family:Segoe UI,sans-serif;width:100vw;display:flex;flex-direction:column;align-items:center;height:fit-content;margin-top:-20%;padding-bottom:5rem;background-color:#f3f6fa}.profile-header{text-align:center;margin-bottom:2.5rem;margin-top:30rem}.profile-header h1{font-size:2rem;color:#1a1a2e;margin-bottom:.5rem}.profile-header p{color:#555;font-size:1rem}.profile-content{background-color:#fff;border-radius:12px;box-shadow:0 4px 15px #00000014;display:flex;flex-direction:column;padding:2.5rem;width:700px;height:100%}.profile-photo-section{display:flex;justify-content:center;margin-bottom:2rem}.profile-photo-container{display:flex;flex-direction:column;align-items:center;gap:1rem}.profile-photo-placeholder{width:120px;height:120px;border-radius:50%;background-color:#1a1a2e;color:#ffc107;display:flex;align-items:center;justify-content:center;font-size:2.5rem;font-weight:700}.profile-photo-upload-btn{background-color:transparent;color:#1a1a2e;border:1px solid #1a1a2e;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:.9rem;transition:all .2s ease}.profile-photo-upload-btn:hover{background-color:#1a1a2e;color:#fff}.profile-form-section{width:100%}.profile-section{margin-bottom:1.5rem}.profile-section-title{font-size:1.2rem;color:#1a1a2e;margin-bottom:1.2rem;font-weight:600}.profile-form-row{display:flex;gap:1.5rem}.profile-form-group{flex:1;margin-bottom:1.2rem}.profile-form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#444}.profile-form-group input{width:100%;padding:.8rem 1rem;border:1px solid #ddd;border-radius:6px;font-size:1rem;transition:border .2s ease;background-color:#fff;color:#000}.profile-form-group input:focus{border-color:#1a1a2e;outline:none}.profile-input-readonly{background-color:#f8f8f8;cursor:not-allowed}.profile-input-hint{font-size:.8rem;color:#888;margin-top:.3rem}.profile-divider{height:1px;background-color:#eee;margin:2rem 0;width:100%}.profile-actions{display:flex;justify-content:center;gap:1rem;margin-top:2rem}.profile-save-btn{background-color:#1a1a2e;color:#fff;border:none;padding:.8rem 2rem;border-radius:6px;font-weight:500;cursor:pointer;transition:background .2s ease}.profile-save-btn:hover{background-color:#292946}.profile-cancel-btn{background-color:#f1f1f1;color:#444;border:none;padding:.8rem 2rem;border-radius:6px;font-weight:500;cursor:pointer;transition:background .2s ease}.profile-cancel-btn:hover{background-color:#e4e4e4}@media (max-width: 768px){.profile-form-row{flex-direction:column;gap:0}}.profile-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:60vh;font-size:1.2rem}.video-card{background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 10px #0000001a;transition:transform .2s,box-shadow .2s;height:auto;width:auto}.video-card:hover{transform:translateY(-5px);box-shadow:0 5px 15px #00000026}.video-card.completed{border-left:4px solid #4caf50}.video-thumbnail{position:relative;height:160px;overflow:hidden;cursor:pointer}.thumbnail-img{width:100%;height:100%;object-fit:cover}.play-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:2.5rem;opacity:.8;transition:opacity .2s}.video-thumbnail:hover .play-button{opacity:1}.video-player{width:100%}.video-player video{width:100%;display:block}.video-controls{display:flex;justify-content:space-between;padding:10px;background-color:#f5f5f5}.close-video,.mark-complete{padding:6px 12px;border:none;border-radius:4px;cursor:pointer;font-size:.9rem}.close-video{background-color:#f44336;color:#fff}.module-view-container{background-color:#fff;width:100vw;min-height:100vh;display:flex;flex-direction:column;justify-content:center;padding:2rem;align-items:start;align-content:start}.module-view{flex:1;max-width:800px;margin:70px auto 0;padding:20px;background-color:#fff;color:#1a1a2e;font-family:Segoe UI,sans-serif}.module-header{margin-bottom:24px;border-bottom:2px solid #eee;padding-bottom:16px}.module-header h1{margin-bottom:8px;font-size:2.2rem;font-weight:700;color:#1a1a2e}.module-department{color:#666;font-size:1rem;margin-bottom:16px}.progress-container{margin:16px 0}.progress-bar{height:14px;background-color:#f1f1f1;border-radius:7px;overflow:hidden;margin-bottom:8px;box-shadow:inset 0 1px 2px #0000001a}.progress-fill{height:100%;background-color:#ffc107;border-radius:7px;transition:width .3s ease}.progress-text{font-size:.9rem;color:#555}.module-description{margin-bottom:32px;font-size:1rem;line-height:1.6;color:#333}.videos-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px;margin-top:24px;z-index:1;position:relative}.no-videos{text-align:center;padding:32px;background-color:#fafafa;border:2px dashed #ccc;border-radius:8px;color:#888}.module-completed{margin-top:32px;text-align:center;padding:24px;background-color:#fff9e6;border:1px solid #ffe082;border-radius:10px;color:#4a4a4a}.take-quiz-btn{background-color:#ffc107;color:#1a1a2e;border:none;padding:12px 24px;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;margin-top:16px;box-shadow:0 2px 6px #0000001a;transition:background-color .2s ease,transform .1s ease}.take-quiz-btn:hover{background-color:#e6b800;transform:scale(1.03)}.bottom-btns{width:100%;display:flex;flex-direction:column;justify-content:center;padding:10px;margin:50px;align-items:center;gap:1rem}.unenroll-btn{padding:10px 16px;background-color:#ff4d4f;color:#fff;border:none;border-radius:8px;cursor:pointer;transition:background-color .2s ease;font-weight:600;align-items:center;justify-content:center;align-content:center}.unenroll-btn:hover{background-color:#d9363e}.module-loading{display:flex;justify-content:center;align-items:center;height:300px;background-color:#fff}.section-spinner-wrapper{display:flex;justify-content:center;align-items:center;padding:2rem;width:100vw;height:100vh;background-color:#fff}.quizzes-page-container{padding:3rem;width:100vw;min-height:100vh;margin-top:4rem;background-color:#fff}.page-header,.page-description{color:#000}.modules-list{margin-top:2rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:20px}.section-spinner{width:40px;height:40px;border:4px solid #4a90e2;border-top:4px solid transparent;border-radius:50%;animation:section-spin 1s linear infinite}.quiz-preview-container{background-color:#fff;color:#1a1a1a;padding:2rem;max-width:900px;margin:2rem auto;border-radius:12px;box-shadow:0 2px 10px #00000014}.quiz-header{margin-bottom:1.5rem;border-bottom:1px solid #ddd;padding-bottom:.5rem}.quiz-header h2{font-size:1.8rem;margin-bottom:.3rem}.quiz-info{margin-bottom:2rem;font-size:1rem}.quiz-description{font-style:italic;color:#555;margin-top:.3rem}.quiz-question-list{margin-bottom:2rem}.quiz-question-block{background-color:#f7f7f7;border:1px solid #ddd;padding:1.2rem 1.5rem;border-radius:10px;margin-bottom:2rem}.quiz-question-block h4{font-size:1.1rem;margin-bottom:1rem;color:#333}.quiz-options{list-style:none;padding-left:0}.quiz-options li{margin-bottom:.8rem}.quiz-options label{display:flex;align-items:flex-start;background-color:#fff;border:1px solid #ccc;padding:.6rem 1rem;border-radius:8px;transition:.3s ease;cursor:default;color:#222;width:100%;cursor:pointer}.quiz-options input[type=radio]{opacity:1}.quiz-options input:checked+quiz-options-label{border-color:#00b894;background-color:#e6f9f5}.button-row{display:flex;justify-content:flex-end;gap:1rem;margin-top:2rem}.save-quiz-btn{padding:.6rem 1.5rem;background-color:#00b894;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:background-color .2s ease}.save-quiz-btn:hover{background-color:#019875}.error-message{color:#d63031;font-weight:700}.quiz-progress-bar{background-color:#ddd;height:8px;border-radius:4px;margin-top:.5rem;overflow:hidden}.quiz-progress-bar-inner{background-color:#00cec9;height:100%;width:0%;transition:width .3s ease}.quiz-options-label{display:flex;align-items:flex-start;background-color:#fff;border:1px solid #ccc;padding:.6rem 1rem;border-radius:8px;transition:background-color .3s ease;cursor:pointer;width:100%}.quiz-options-label:hover{background-color:#f0f0f0}.quiz-options-label.selected{border-color:#00b894;background-color:#e6f9f5}.quiz-option-item{background-color:#fff;border:1px solid #ccc;padding:.6rem 1rem;border-radius:8px;margin-bottom:.8rem;transition:background-color .3s ease;color:#222}.quiz-option-item.correct{border-color:#00b894;background-color:#e6f9f5;font-weight:600;color:#007f6c}.employees_page{display:flex;background-color:#fff;min-height:100vh;width:100vw;flex-direction:column;padding:50px}.admin-section-title{font-size:1.3rem;margin-bottom:1rem;color:#222;margin-top:5rem;display:flex;flex-direction:row;align-content:center;align-items:center;width:100%;gap:980px;height:auto}.add-employee{font-size:1rem;position:relative;display:flex;flex-direction:row;gap:.5rem;margin-left:7rem;height:auto;width:auto;justify-content:center;align-items:center;background-color:#1a1a2e;color:#ffc107;border-radius:10px;border-color:green}.add-employee:hover{background-color:#ffc107;color:#000}.admin-empty{font-size:1rem;color:#888;padding:1.5rem 0;text-align:center}.admin-employee-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(450px,1fr));list-style:none;margin-top:1rem;margin-right:-1rem;width:auto}.section-spinner-wrapper{display:flex;justify-content:center;align-items:center;padding:2rem}.section-spinner{width:40px;height:40px;border:4px solid black;border-top:4px solid transparent;border-radius:50%;animation:section-spin 1s linear infinite}@keyframes section-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.admin-search,.admin-filter{padding:.5rem 1rem;border:1px solid #ccc;border-radius:8px;margin:1rem 1rem 1rem 0;font-size:1rem;max-width:400px;align-self:center}.admin-search:focus,.admin-filter:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px #007bff40}.admin-employee-list{display:grid;gap:1rem;margin-top:1.5rem}.employee-card{display:flex;align-items:center;padding:1rem;margin:.5rem 0;background-color:#fff;border-radius:12px;box-shadow:0 2px 6px #0000001a;width:100%;max-width:450px;transition:all .2s ease;cursor:pointer;position:relative;overflow:hidden}.employee-card:hover{transform:translateY(-5px);box-shadow:0 4px 12px #00000026}.employee-card-left{display:flex;align-items:center;flex:1;min-width:0;margin-right:10px}.employee-avatar,.employee-avatar-empty{width:50px;height:50px;border-radius:50%;background-color:#1a1a2e;font-size:1.5rem;color:#ffc107;display:flex;align-items:center;justify-content:center;flex-shrink:0}.employee-card-details{display:flex;justify-content:space-between;align-items:center;flex:1;gap:1rem;position:relative;color:#1a2c2c;margin-left:-250px}.employee-info{flex:1;min-width:0}.employee-info h3{margin:0 0 .25rem;font-size:1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.employee-info p{margin:0;font-size:.85rem;color:#666;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.arrow-icon{font-size:20px;margin-left:auto;padding-left:10px;opacity:1;color:#000;transition:transform .2s ease;flex-shrink:0}.employee-progress{display:flex;align-items:center;gap:.5rem;margin-top:.3rem;font-size:.85rem;color:#444}.employee-progress label{font-weight:500}.employee-progress progress{width:100px;height:10px;border-radius:6px;-webkit-appearance:none;-moz-appearance:none;appearance:none}.employee-progress progress::-webkit-progress-bar{background-color:#e0e0e0;border-radius:6px}.employee-progress progress::-webkit-progress-value{background-color:#00b894;border-radius:6px}.employee-progress span{min-width:30px;text-align:right;font-weight:500;color:#333}.employee-progress-bar{width:100%;height:8px;background-color:#e0e0e0;border-radius:6px;margin-top:.5rem;overflow:hidden}.employee-progress-bar-fill{height:100%;background-color:#00b894;transition:width .3s ease-in-out}.employee-progress-label{font-size:.85rem;margin-top:.3rem;color:#666}.employee-actions,.employee-card-buttons{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem;flex-shrink:0}.employee-right-actions{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-left:auto;margin-right:10px;gap:.5rem}.arrow-icon{font-size:20px;color:#000;transition:transform .2s ease}.employee-card:hover .arrow-icon{transform:translate(5px)}.certificate-btn{padding:.3rem .6rem;font-size:.75rem;background-color:#00b894;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background-color .2s ease;white-space:nowrap}.certificate-btn:hover{background-color:#019875}.container{width:100vw;min-height:100vh;background-color:#f9f9f9;padding:20px;margin-top:60px}.quiz-create-container{background-color:#fff;color:#1a1a1a;padding:2rem;max-width:900px;margin:2rem auto;border-radius:12px;box-shadow:0 2px 10px #00000014}.quiz-create-container h2{font-size:1.8rem;margin-bottom:1.5rem;color:#333;border-bottom:1px solid #ddd;padding-bottom:.5rem}.quiz-create-container h3{font-size:1.4rem;margin:1.5rem 0 1rem;color:#444}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-weight:600;margin-bottom:.5rem;color:#333}input,textarea,select{width:100%;margin-top:.5rem;padding:.7rem;background:#fff;color:#333;border:1px solid #ddd;border-radius:8px;font-size:1rem}textarea{min-height:100px;resize:vertical}.question-block{margin-top:1.5rem;border:1px solid #e0e0e0;border-radius:8px;padding:1.5rem;background-color:#f8f8f8;box-shadow:0 1px 3px #0000000d}.question-title{font-weight:600;margin-bottom:1rem;font-size:1.1rem}.option-container{display:flex;align-items:center;margin-bottom:.8rem}.option-container input{flex:1}.correct-answer-select{margin-top:1rem}.button-row{margin-top:2rem;display:flex;justify-content:flex-end;gap:1rem}button{padding:.6rem 1.5rem;background-color:#00b894;border:none;border-radius:8px;color:#fff;font-weight:600;cursor:pointer;transition:background-color .2s ease}button:hover{background-color:#019875}.remove-btn{background-color:#e74c3c;color:#fff;border:none;padding:6px 12px;margin-left:10px;border-radius:4px;cursor:pointer;font-weight:400;margin-top:20px}.remove-btn:hover{background-color:#c0392b}.section-spinner-wrapper{display:flex;align-items:center;justify-content:center;height:100vh}
