.LoaderCoainter{display:flex;justify-content:center;align-items:center;min-height:100dvh}.loader-login-button{display:flex;justify-content:center;align-items:center;width:100%}.loader-login-button :hover{cursor:wait}.loader-addSt-button{display:flex;justify-content:center;align-items:center;background:#4f46e5;border:none;border-radius:8px;width:141px;height:40px}.loader-addSt-button :hover{cursor:wait}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:1rem}.login-card{background:#fff;border-radius:16px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;padding:2.5rem;width:100%;max-width:400px}.login-header{text-align:center;margin-bottom:2rem}.login-icon{color:#4f46e5;margin-bottom:1rem}.login-header h1{font-size:1.875rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.login-header p{color:#6b7280;font-size:.875rem}.login-form{space-y:1.5rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.5rem}.form-group input{width:100%;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:8px;font-size:.875rem;transition:all .2s}.form-group input:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}.login-button{width:100%;background:#4f46e5;color:#fff;border:none;padding:.75rem 1rem;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s}.login-button:hover{background:#4338ca}.error-message{background:#fef2f2;color:#dc2626;padding:.75rem;border-radius:6px;font-size:.875rem;margin-bottom:1rem;border:1px solid #fecaca}.login-footer{text-align:center;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.login-footer p{color:#6b7280;font-size:.75rem}.dashboard{max-width:1200px;margin:0 auto}.dashboard-header{margin-bottom:2rem}.dashboard-header h1{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.dashboard-header p{color:#6b7280;font-size:1rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000001a;display:flex;align-items:center;gap:1rem;transition:transform .2s,box-shadow .2s}.stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000001a}.stat-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff}.stat-blue .stat-icon{background:#3b82f6}.stat-green .stat-icon{background:#10b981}.stat-purple .stat-icon{background:#8b5cf6}.stat-orange .stat-icon{background:#f59e0b}.stat-content h3{font-size:1.875rem;font-weight:700;color:#1f2937;margin-bottom:.25rem}.stat-content p{color:#6b7280;font-size:.875rem}.dashboard-content{display:grid;grid-template-columns:2fr 1fr;gap:2rem}.dashboard-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.dashboard-card h2{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.activity-list{space-y:1rem}.activity-item{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem 0;border-bottom:1px solid #f3f4f6}.activity-item:last-child{border-bottom:none}.activity-dot{width:8px;height:8px;border-radius:50%;margin-top:.5rem;flex-shrink:0}.activity-green{background:#10b981}.activity-blue{background:#3b82f6}.activity-orange{background:#f59e0b}.activity-item p{font-size:.875rem;color:#1f2937;margin-bottom:.25rem}.activity-item span{font-size:.75rem;color:#6b7280}.quick-actions{display:flex;flex-direction:column;gap:.75rem}.action-button{padding:.75rem 1rem;border:none;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.action-primary{background:#4f46e5;color:#fff}.action-primary:hover{background:#4338ca}.action-secondary{background:#f3f4f6;color:#374151}.action-secondary:hover{background:#e5e7eb}.action-tertiary{background:#fef3c7;color:#92400e}.action-tertiary:hover{background:#fde68a}@media (max-width: 768px){.dashboard-content,.stats-grid{grid-template-columns:1fr}}.add-student{max-width:1000px;margin:0 auto}.tabs{display:flex;gap:.5rem;margin-bottom:2rem;border-bottom:1px solid #e5e7eb}.tab{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:none;border:none;border-bottom:2px solid transparent;cursor:pointer;font-size:.875rem;font-weight:500;color:#6b7280;transition:all .2s}.tab:hover{color:#374151}.tab.active{color:#4f46e5;border-bottom-color:#4f46e5}.add-st-success{color:green;font-weight:500;margin-left:20px}.upload-section{max-width:600px;margin:0 auto}.upload-info{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:1.5rem;margin-bottom:2rem}.upload-info h3{font-size:1.125rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.upload-info ul{list-style:none;padding:0}.upload-info li{padding:.25rem 0;color:#4b5563;font-size:.875rem}.upload-info li:before{content:"•";color:#4f46e5;font-weight:700;display:inline-block;width:1em;margin-left:-1em}.file-input-wrapper{margin-bottom:1.5rem}.file-input{display:none}.file-label{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:3rem 2rem;border:2px dashed #d1d5db;border-radius:12px;cursor:pointer;transition:all .2s;background:#fafafa}.file-label:hover{border-color:#4f46e5;background:#f8fafc}.file-label span{font-size:.875rem;color:#6b7280;font-weight:500}.upload-button{width:100%;background:#10b981;color:#fff;border:none;padding:.75rem 2rem;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s}.upload-button:hover{background:#059669}@media (max-width: 768px){.form-grid{grid-template-columns:1fr}.tabs{flex-direction:column}.tab{justify-content:center}}.alert-message-container{margin:0 auto;width:fit-content;position:relative}.edit-student{max-width:1000px;margin:0 auto}.form-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 1px 3px #0000001a}.form-header{margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.form-header h2{font-size:1.5rem;font-weight:600;color:#1f2937}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:2rem}.form-group input,.form-group select{padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:8px;font-size:.875rem;transition:all .2s}.form-group input:focus,.form-group select:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}.form-actions{display:flex;gap:1rem;justify-content:flex-end}.cancel-button{background:#f3f4f6;color:#374151;border:none;padding:.75rem 2rem;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s}.submit-button{background:#4f46e5;color:#fff;border:none;padding:.75rem 2rem;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s}.submit-button:hover{background:#4338ca}@media (max-width: 768px){.form-grid{grid-template-columns:1fr}.form-actions{flex-direction:column}.search-bar{max-width:100%}}.delete-student{max-width:1000px;margin:0 auto}.student-info p{font-size:.875rem;color:#6b7280;margin-bottom:.25rem}.confirmation-modal{background:#fff;border-radius:12px;max-width:500px;width:100%;max-height:90vh;overflow-y:auto}.modal-content>p{text-align:center;color:#6b7280;margin-bottom:1.5rem}.detail-row span:last-child{color:#1f2937}.warning-message{background:#fef2f2;border:1px solid #fecaca;border-radius:6px;padding:1rem}.warning-message p{color:#dc2626;font-size:.875rem;margin:0}.add-guardians{max-width:1200px;margin:0 auto}.guardian-form-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 1px 3px #0000001a;margin-bottom:2rem}.guardian-form-card h3{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:1.5rem}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:1.5rem}.form-group label{font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:8px;font-size:.875rem;transition:all .2s;resize:vertical}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}.checkbox-group{margin-bottom:1.5rem}.button-con{display:flex;gap:15px}.add-guardian-button{display:flex;align-items:center;gap:.5rem;background:#10b981;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s}.add-guardian-button:hover{background:#059669}.cancel-guardian-button{background:red;color:#fff;padding:.65rem 1.5rem;width:160px}.guardians-list{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 1px 3px #0000001a}.guardian-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem;margin-bottom:2rem}.remove-button{background:#dc2626;color:#fff;border:none;width:24px;height:24px;border-radius:50%;font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s}.save-list-button{background:#4f46e5;color:#fff;border:none;padding:.75rem 2rem;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s}.save-list-button:hover{background:#4338ca}.edit-guardians{max-width:1200px;margin:0 auto}.guardian-management{space-y:2rem}.selected-student{background:#f0f9ff;border:1px solid #bae6fd;border-radius:8px;padding:1.5rem;margin-bottom:2rem}.selected-student h2{font-size:1.25rem;font-weight:600;color:#0369a1;margin-bottom:.5rem}.selected-student p{color:#0284c7;font-size:.875rem}.guardians-list{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 1px 3px #0000001a;margin-bottom:2rem}.guardians-list h3{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:1.5rem}.guardian-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:1.5rem}.guardian-card{border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem}.guardian-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.guardian-header h4{font-size:1rem;font-weight:600;color:#1f2937}.guardian-actions{display:flex;gap:.5rem}.edit-button{background:#3b82f6;color:#fff;border:none;width:24px;height:24px;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s}.edit-button:hover{background:#2563eb}.remove-button{background:#dc2626;color:#fff;border:none;width:24px;height:24px;border-radius:4px;font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s}.remove-button:hover{background:#b91c1c}.guardian-details p{font-size:.875rem;color:#6b7280;margin-bottom:.5rem}.guardian-details strong{color:#374151}.emergency-badge{display:inline-block;background:#fef3c7;color:#92400e;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:500;margin-top:.5rem}.edit-form{border:2px solid #4f46e5;border-radius:8px;padding:1rem;background:#f8fafc}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1rem}.form-group{display:flex;flex-direction:column}.form-group.full-width{grid-column:1 / -1}.form-group label{font-size:.75rem;font-weight:500;color:#374151;margin-bottom:.25rem}.form-group input,.form-group select,.form-group textarea{padding:.5rem;border:1px solid #d1d5db;border-radius:4px;font-size:.875rem;resize:vertical}.checkbox-group{margin-bottom:1rem}.checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.875rem;color:#374151}.checkbox-label input[type=checkbox]{width:auto;margin:0}.edit-actions{display:flex;gap:.5rem}.cancel-button{background:#f3f4f6;color:#374151;border:none;padding:.5rem 1rem;border-radius:4px;font-size:.875rem;cursor:pointer;transition:background-color .2s}.save-button{background:#10b981;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;font-size:.875rem;cursor:pointer;transition:background-color .2s}.save-button:hover{background:#059669}.no-guardians{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 1px 3px #0000001a;text-align:center;margin-bottom:2rem}.no-guardians p{color:#6b7280;font-style:italic}.add-guardian-section{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 1px 3px #0000001a}.add-guardian-section h3{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:1.5rem}.add-button{display:flex;align-items:center;gap:.5rem;background:#10b981;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s}.add-button:hover{background:#059669}@media (max-width: 768px){.form-grid,.guardian-cards{grid-template-columns:1fr}.search-bar{max-width:100%}}.delete-guardians{max-width:1000px;margin:0 auto}.search-bar{position:relative;max-width:500px}.search-bar svg{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#6b7280}.student-item{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid #f3f4f6}.student-info h4{font-size:1rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.student-info p{font-size:.875rem;color:#6b7280;margin-bottom:.5rem}.guardian-count{margin-top:.5rem}.count-badge{display:inline-block;background:#dbeafe;color:#1e40af;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:500}.delete-button{display:flex;align-items:center;gap:.5rem;background:#dc2626;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s}.delete-button:hover{background:#b91c1c}.confirmation-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.confirmation-modal{background:#fff;border-radius:12px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto}.modal-header{text-align:center;padding:2rem 2rem 1rem}.warning-icon{color:#dc2626;margin-bottom:1rem}.modal-header h2{font-size:1.5rem;font-weight:600;color:#1f2937}.modal-content{padding:0 2rem 1rem}.modal-content>p{text-align:center;color:#6b7280;margin-bottom:1.5rem;font-size:1rem}.student-details{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem;margin-bottom:1.5rem}.student-details h3{font-size:1.125rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.detail-row{display:flex;justify-content:space-between;margin-bottom:.5rem;font-size:.875rem}.detail-row span:first-child{color:#6b7280;font-weight:500}.detail-row span:last-child{color:#1f2937;font-weight:500}.warning-message{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:1.5rem}.warning-message h4{color:#dc2626;font-size:1rem;font-weight:600;margin-bottom:1rem}.warning-message ul{color:#dc2626;font-size:.875rem;margin-bottom:1rem;padding-left:1.5rem}.warning-message li{margin-bottom:.25rem}.warning-message p{color:#dc2626;font-size:.875rem;margin:0;font-weight:500}.modal-actions{display:flex;gap:1rem;padding:1rem 2rem 2rem}.cancel-button{flex:1;background:#f3f4f6;color:#374151;border:none;padding:.75rem;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s}.cancel-button:hover{background:#e5e7eb}.confirm-delete-button{flex:1;background:#dc2626;color:#fff;border:none;padding:.75rem;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s}.confirm-delete-button:hover{background:#b91c1c}@media (max-width: 768px){.student-item{flex-direction:column;align-items:flex-start;gap:1rem}.delete-button{align-self:flex-end}.modal-actions{flex-direction:column}.search-bar{max-width:100%}}.layout{display:flex;min-height:100vh}.sidebar{width:260px;background:#1f2937;color:#fff;position:fixed;height:100vh;left:-260px;transition:left .3s ease;z-index:1000}.sidebar-open{left:0}.sidebar-header{padding:2rem 1.5rem;border-bottom:1px solid #374151;display:flex;align-items:center;gap:.75rem}.sidebar-header h2{font-size:1.25rem;font-weight:600}.sidebar-nav{padding:1rem 0}.nav-item{display:flex;align-items:center;gap:.75rem;padding:.875rem 1.5rem;color:#d1d5db;text-decoration:none;transition:all .2s}.nav-item:hover{background:#374151;color:#fff}.nav-item.active{background:#4f46e5;color:#fff}.main-content{flex:1;margin-left:0;transition:margin-left .3s ease}.header{background:#fff;padding:1rem 2rem;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between;gap:1rem;box-shadow:0 1px 3px #0000001a}.menu-button{background:none;border:none;cursor:pointer;padding:.5rem;border-radius:6px;transition:background-color .2s}.menu-button:hover{background:#f3f4f6}.header h1{font-size:1.5rem;font-weight:600;color:#1f2937}.logout_btn{background:#00f;color:#fff}.content{padding:2rem;min-height:calc(100vh - 80px)}.sidebar-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:999}@media (min-width: 768px){.sidebar{position:relative;left:0}.main-content{margin-left:0}.menu-button,.sidebar-overlay{display:none}}.app{min-height:100vh;background-color:#f8fafc}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;color:#1f2937}.guardins-list{max-width:1200px;margin:0 auto}.page-header{margin-bottom:2rem}.page-header h1{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.page-header p{color:#6b7280;font-size:1rem}.search-section{margin-bottom:2rem}.search-bar{display:flex;max-width:500px}.search-bar button{background:#00f;color:#fff}.search-bar svg{position:absolute;left:1rem;top:50%;transform:translateY(-40%);color:#6b7280}.search-bar input{width:100%;padding:.75rem 1rem .75rem 3rem;border:1px solid #d1d5db;border-radius:8px;font-size:.875rem;transition:all .2s}.search-bar input:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}.search-results{margin-top:1.5rem}.search-results h3{font-size:1.125rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.student-list{background:#fff;border-radius:8px;border:1px solid #e5e7eb;overflow:hidden}.student-item{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-bottom:1px solid #f3f4f6;cursor:pointer;transition:background-color .2s}.student-item:hover{background:#f9fafb}.student-item:last-child{border-bottom:none}.student-info h4{font-size:1rem;font-weight:600;color:#1f2937;margin-bottom:.25rem}.student-info p{font-size:.875rem;color:#6b7280}.qrContainer{display:flex;flex-direction:row;align-items:center;justify-content:center}.no-results{text-align:center;color:#6b7280;font-style:italic;padding:2rem}.riseLoader{display:flex;flex-direction:row;justify-content:center;align-items:center;margin-top:100px}.selcted-result{display:flex;flex-direction:column;width:100%;padding:50px 0;border-radius:20px;border:1px solid white;background-color:gray;color:#fff;box-shadow:10px 20px 20px #8080809f}.student-info-section{display:flex;flex-direction:row;margin:0 auto;width:80%}.student-img-section{display:flex;flex-direction:column;align-items:center;justify-content:center;flex-grow:1}.student-detail-section{display:flex;flex-direction:column;flex-grow:2;gap:10px;justify-content:center}.student-detail-section span{font-weight:700;font-size:larger}.student-detail-section h4{font-weight:400}.student-detail-section div{padding:0 10px}.student-name-section{display:flex;flex-direction:row;gap:10px}.student-name-section .fName,.student-name-section .lName{border-right:1px solid white}.student-name-section div{flex-grow:1}.student-contact-section{display:flex;flex-direction:column;gap:10px}:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}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;cursor:pointer;transition:border-color .25s}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}
