.layout-container{display:flex;min-height:100dvh;background:#f8f9fb;-webkit-user-select:none;user-select:none}:root{--topbar-height: 54px}.sidebar{width:250px;background:#1e1b2e;display:flex;flex-direction:column;transition:.25s ease;height:100dvh;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none;position:sticky;top:0;align-self:flex-start}.sidebar::-webkit-scrollbar{display:none}.sidebar.collapsed{width:80px}.sidebar-toggle{padding:16px;background:none;cursor:pointer;display:flex;border:none;align-items:center;justify-content:flex-start;outline:none;-webkit-tap-highlight-color:transparent}.sidebar-toggle:focus{outline:none}.sidebar-toggle:active{background:none}.mobile-sidebar-logo{display:none}.sidebar-menu{flex:1;display:flex;flex-direction:column}.sidebar-item{display:flex;align-items:center;gap:12px;padding:12px 20px;cursor:pointer;color:#fff;transition:.2s;border-radius:6px;margin:0 8px 8px;transition:background .2s ease,color .2s ease}.sidebar-item.active{background-color:#5310a5;color:#fff}.sidebar-item.active svg{color:#fff}.sidebar-item:hover{background:#5310a5;color:#fff}.sidebar-close-mobile{display:none}.main-area{flex:1;display:flex;flex-direction:column;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.main-area::-webkit-scrollbar{display:none}.content-area{padding:20px}.mobile-topbar{display:flex;justify-content:space-between;width:100%;padding:12px 16px;background:#1e1b2e;align-items:center;gap:12px;position:sticky;top:0;z-index:900;box-sizing:border-box;height:var(--topbar-height)}.mobile-menu-icon{cursor:pointer;color:#000}.mobile-title{font-size:18px;font-weight:700;color:#fff}.mobile-topbar.sidebar-open .mobile-title,.mobile-topbar.sidebar-open .mobile-logo{display:none}@media(max-width:768px){.layout-container{flex-direction:column}.mobile-topbar{display:flex}.sidebar{position:fixed;left:-250px;background-color:#1e1b2e;top:0;width:220px;padding-top:15px;margin-top:0;transition:left .3s ease;z-index:1000}.sidebar.active,.sidebar.mobile-open{left:0}.sidebar-toggle{display:none}.sidebar-close-mobile{display:flex;margin-left:12px;padding:0 20px 10px 0;cursor:pointer}.content-area{padding:8px}.main-area{margin-left:0;width:100%}}@media(min-width:769px){.mobile-topbar{display:none}}.auth-container{width:100%;min-height:100vh;padding:1.2rem;display:flex;justify-content:center;align-items:center;background-image:url(/bg4.jpg);background-size:cover;background-position:center;background-repeat:no-repeat}.auth-card{width:100%;max-width:600px;background:#fff;padding:40px;border-radius:14px;display:flex;flex-direction:column;gap:20px}.auth-title{font-size:2rem;font-weight:700;color:#0c1421}.auth-description{font-size:1.1rem;color:#313957;margin-bottom:1.2rem}.auth-group{width:100%}.auth-inputTitle{font-size:.95rem;font-weight:500;color:#0c1421;margin-bottom:.4rem}.auth-input{width:100%;padding:.9rem;border:1px solid #D4D7E3;border-radius:8px;background-color:#f7fbff;font-size:1rem;color:#0c1421}.auth-input::placeholder{color:#8d92a3}.auth-input:focus{outline:none;border-color:#6a11cb;box-shadow:0 0 0 4px #6a11cb1f}.auth-forgotPass{color:#6a11cb;font-size:.9rem;font-weight:500;margin-top:-.5rem;text-align:right;cursor:pointer}.auth-btn{width:100%;padding:.9rem;background-color:#6a11cb;color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer}.auth-btn:hover{background-color:#5310a5}.auth-signupText{text-align:center;font-size:.95rem;color:#313957}.auth-signupLink{color:#6a11cb;font-weight:600;cursor:pointer}.auth-roleWrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:20px;margin-top:10px}.auth-roleBox{padding:25px 20px;border:1px solid #D4D7E3;background:#e3e6f0;border-radius:12px;display:flex;flex-direction:column;align-items:center;gap:16px;font-size:1rem;font-weight:600;color:#0c1421;cursor:pointer;transition:all .25s ease}.auth-roleBox:hover{border-color:#6a11cb;box-shadow:0 0 0 4px #6a11cb1f;transform:translateY(-3px)}.auth-roleBox.disabled{opacity:.6;cursor:not-allowed}.auth-roleIcon{width:55px;height:55px;border-radius:50%;background:#6a11cb22;display:flex;justify-content:center;align-items:center;font-size:1.4rem;font-weight:700;color:#6a11cb}.auth-roleContent{flex:1;min-width:0;justify-items:center}.auth-roleTitle{font-size:16px;font-weight:600;color:#1f2937;margin-bottom:2px}.auth-roleSubtitle{font-size:14px;color:#6b7280;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width:600px){.auth-card{padding:25px}.auth-title{font-size:1.7rem}.auth-roleBox{padding:20px 15px}}.modal-overlay{position:fixed;left:0;top:0;width:100%;height:100%;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#00000040;display:flex;justify-content:center;align-items:center;z-index:2000}.modal-content{background:#fff;padding:40px;width:100%;max-width:600px;border-radius:14px;box-shadow:0 10px 30px #0000001a;max-height:90vh;overflow-y:auto;display:flex;flex-direction:column;gap:20px}.admin-dashboard-wrapper{flex:1;width:100%;padding:20px;box-sizing:border-box;color:#000;display:flex;flex-direction:column;gap:30px;max-width:100%}.quick-stats-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px}.stat-card{background:#fff;color:#5310a5;border-radius:14px;padding:20px;display:flex;align-items:center;gap:15px;cursor:pointer;transition:all .2s ease;border:1px solid #eee}.stat-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #00000012}.stat-icon{font-size:38px;color:#5310a5}.stat-card h3{margin:0;font-size:16px;font-weight:600}.stat-card p{margin:2px 0 0;font-size:22px;font-weight:700}.graph-section{width:100%;display:flex;flex-direction:column;gap:15px;outline:none}.graph-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.month-select{padding:8px 12px;border-radius:8px;border:1px solid #ccc;outline:none}.graph-box{width:100%;height:380px}.recent-activities{width:100%}.activity-list{margin-top:10px;padding-left:18px;line-height:1.7;font-size:15px}@media(max-width:1024px){.quick-stats-row{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.quick-stats-row{grid-template-columns:repeat(1,1fr)}.graph-box{height:240px}}.parentDash-wrapper{padding:24px;background:#f7f9fc;color:#1a1a1a;display:flex;flex-direction:column;gap:40px;font-family:Inter,sans-serif}.parentDash-profileContainer{display:flex;justify-content:center}.parentDash-profileCard{width:100%;max-width:380px;background:#fff;border-radius:18px;padding:28px;text-align:center;box-shadow:0 8px 24px #00000012;transition:transform .25s ease,box-shadow .25s ease}.parentDash-profileCard:hover{transform:translateY(-4px);box-shadow:0 14px 32px #0000001f}.parentDash-profileImage{width:120px;height:120px;border-radius:50%;object-fit:cover;border:4px solid #e8eef6}.parentDash-name{margin-top:14px;margin-bottom:6px;font-size:22px;font-weight:700}.parentDash-infoRow{display:flex;justify-content:center;align-items:center;gap:8px;font-size:15px;color:#414141;font-weight:500;margin:4px 0}.student-profiles-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}.enrolled-sections{display:flex;flex-direction:column;gap:20px}.parentDash-section h2{margin-bottom:14px;font-size:20px;font-weight:700;color:#2d3e50}.parentDash-enrolledBox{background:#fff;border-radius:14px;padding:16px;box-shadow:0 8px 24px #0000000f;display:grid;grid-template-columns:repeat(3,1fr);gap:12px;align-items:center;font-size:15px;color:#2c3a4a}.parentDash-enrolledBox>div{padding:10px 12px;border-radius:10px;background:#f5f8fb;font-weight:600}.parentDash-enrolledBox h3{grid-column:span 3;margin:0 0 10px;font-size:18px;color:#2d3e50}.monthSelector-btn,.studentDash-monthSelector .monthSelector-btn{width:100%;padding:10px 14px;background:#fff;border:1px solid #d0d0d0;border-radius:8px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-size:15px;transition:background .25s ease,transform .2s ease}.monthSelector-btn:hover,.studentDash-monthSelector .monthSelector-btn:hover{background:#f6f8fb;transform:translateY(-2px)}.monthSelector-btn .icon,.studentDash-monthSelector .monthSelector-btn .icon{transition:.2s}.monthSelector-btn .rotate,.studentDash-monthSelector .monthSelector-btn .rotate{transform:rotate(180deg)}.studentDash-monthSelector .monthSelector-dropdown,.monthSelector-dropdown{position:absolute;top:52px;width:100%;background:#fff;border:1px solid #d0d0d0;border-radius:8px;box-shadow:0 4px 10px #0000001f;z-index:99}.studentDash-monthSelector .dropdown-item,.dropdown-item{padding:10px 14px;cursor:pointer}.studentDash-monthSelector .dropdown-item:hover,.dropdown-item:hover{background:#f3f3f3}.attendance-calendar{margin-top:16px}.calendar-header{display:grid;grid-template-columns:repeat(7,1fr);text-align:center;font-weight:700;margin-bottom:8px;color:#5310a5}.calendar-body{display:grid;grid-template-columns:repeat(7,1fr);gap:14px}.calendar-day{display:flex;align-items:center;justify-content:center;border-radius:8px;font-size:14px;height:90px;position:relative;border:2px solid transparent;flex-direction:column;gap:4px;transition:transform .2s ease,box-shadow .25s ease}.calendar-day:hover{transform:scale(1.06);box-shadow:0 4px 14px #00000026}.calendar-day.empty{background:transparent!important}.calendar-day .dayNumber{font-size:14px;font-weight:700;opacity:.8}.present{background:#dce8ff;border-color:#3175dbd3;border-width:1px}.absent{background:#ffe5e5;border-color:#be3737ad;border-width:1px}.holiday{background:#ffd45e77;border-color:#fb0;border-width:1px}.weekend{background:#eee;border-color:#a0a0a0;border-width:1px}.studentDash-legend .legend-item,.legend-item{display:flex;align-items:center;gap:6px}.studentDash-legend .legend-box,.legend-box{width:14px;height:14px;border-radius:4px;display:inline-block;border:1px solid #ccc}.studentDash-legend .legend-box.present,.legend-box.present{background:#dce8ff;border-color:#3175dbd3}.studentDash-legend .legend-box.absent,.legend-box.absent{background:#ffe5e5;border-color:#be3737ad}.studentDash-legend .legend-box.holiday,.legend-box.holiday{background:#ffd45e77;border-color:#fb0}.studentDash-legend .legend-box.weekend,.legend-box.weekend{background:#eee;border-color:#a0a0a0}.parentDash-feeBox{border-radius:18px;background:#fff;padding:18px;box-shadow:0 8px 24px #00000012;transition:transform .25s ease,box-shadow .25s ease}.parentDash-feeBox:hover{transform:translateY(-4px);box-shadow:0 14px 32px #0000001f}.parentDash-feeItem{display:flex;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid #eef1f4;font-size:15px;justify-content:space-between}.fee-title{min-width:0;width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fee-amount{text-align:right;width:100px}.fee-tag{width:150px;text-align:center;padding:6px 10px;border-radius:12px;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.6px}.fee-tag.paid{background:#5310a533;color:#5310a5;border:1px solid rgba(43,122,58,.12)}.fee-tag.pending{background:#fab35771;color:#b86b00;border:1px solid rgba(184,107,0,.12)}.fee-tag.outgoing{background:#df00002d;color:#df0000;border:1px solid rgba(184,107,0,.12)}.parentDash-totalFee{display:flex;justify-content:space-between;padding-top:14px;font-weight:700;font-size:16px}.parentDash-notifyBox{background:transparent;border-radius:14px;display:flex;flex-direction:column;gap:10px}.parentDash-notifyItem{padding:12px 10px;border-radius:10px;background:#fff;border-left:4px solid #5310a5;font-size:14px;color:#24323f;box-shadow:0 2px 6px #0000000a}@media(max-width:900px){.parentDash-enrolledBox{grid-template-columns:1fr}.parentDash-enrolledBox h3{grid-column:span 1}.studentDash-monthSelector{width:100%}}@media(max-width:600px){.parentDash-wrapper{padding:16px;gap:28px}.parentDash-profileCard{padding:20px;max-width:100%}.parentDash-profileImage{width:100px;height:100px}.parentDash-name{font-size:20px}.parentDash-infoRow{font-size:14px}.calendar-body{gap:4px}.calendar-day{aspect-ratio:1;display:flex;align-items:center;justify-content:center;border-radius:8px;font-size:12px;height:auto;position:relative;flex-direction:column;gap:4px;transition:transform .2s ease,box-shadow .25s ease}.calendar-day .dayNumber{font-size:12px}.studentDash-legend{gap:10px;font-size:12px}}.Management-wrapper{padding:24px;font-family:Inter,sans-serif;color:#111827}.Management-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}.Management-header h2{font-size:24px;font-weight:700;color:#374151}.Management-actions{display:flex;gap:10px}.addBtn,.importBtn,.removeBtn,.exportBtn{display:flex;align-items:center;gap:6px;padding:10px 14px;border-radius:10px;border:none;cursor:pointer;font-weight:600;font-size:14px;transition:.2s}.importBtn{background:#e3f5e5;color:#2e7d32;border:1px solid #b2dfbb}.importBtn:hover{background:#d7f2db}.removeBtn{background:#ffd4d4bd;color:#d60000e5}.removeBtn:hover{background:#ff0b0b3b}.Management-tableContainer{margin-top:14px;background:#fff;border-radius:14px;padding:18px;box-shadow:0 6px 18px #00000012}.Management-table{width:100%;border-collapse:collapse}.Management-table th{text-align:left;padding:12px;background:#5d0eac4d;color:#111827;font-weight:600}.Management-table td{padding:12px;border-bottom:1px solid #ececec;font-size:15px}.Management-table tr:hover{background:#5310a508;transition:.2s}.actions button{margin:0 4px;padding:8px;border:none;border-radius:8px;cursor:pointer;transition:.2s}.viewBtn{background:#f3e8ff;color:#5310a5}.viewBtn_2{background:#fff1d4;color:#d68000}.editBtn{background:#e8f5e9;color:#166534}.deleteBtn{background:#ffe5e5;color:#bb2d2d}.viewBtn:hover{background:#5310a571}.viewBtn_2:hover{background:#ffb31ca8}.editBtn:hover{background:#d1fae5}.deleteBtn:hover{background:#ffd4d4}.Management-modalOverlay{position:fixed;left:0;top:0;width:100%;height:100%;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#00000040;display:flex;justify-content:center;align-items:center;z-index:2000}.Management-modal{background:#fff;padding:26px;width:420px;border-radius:16px;box-shadow:0 10px 30px #0000001a;max-height:90vh;margin-left:16px;margin-right:16px;overflow-y:auto}.Management-modal::-webkit-scrollbar{width:8px}.Management-modal::-webkit-scrollbar-track{border-radius:10px}.Management-modal::-webkit-scrollbar-thumb{background:#6a11cb;border-radius:10px}.Management-modal::-webkit-scrollbar-thumb:hover{background:#5310a5}.Management-modal h3{font-size:20px;font-weight:700;margin-bottom:16px}.cancelBtn,.deleteBtn2,.saveBtn{padding:10px 16px;font-weight:600;border-radius:10px;cursor:pointer;border:none}.deleteBtn2{background:#bd0b22;color:#fff}.deleteBtn2:hover{background:#96081b}.topBar{display:flex;justify-content:space-between;align-items:center;gap:14px}.searchBox{display:flex;align-items:center;gap:8px;outline:none;background:#fff;border:1px solid #d0d0d0;padding:8px 12px;border-radius:10px;width:260px;margin-left:.5rem}.searchBox input{border:none;background-color:#fff;color:#000;outline:none;width:100%;font-size:14px}.filterRow{margin:10px 0 18px;outline:none;display:flex}.filterRow select{padding:10px;border-radius:8px;border:1px solid #ccc;font-size:14px;outline:none;background:#fff;color:#111827;cursor:pointer}.filterRow select+select{margin-left:.5rem}.pagination-container{display:flex;justify-content:center;gap:8px;margin-top:20px;flex-wrap:wrap}.pagination-btn,.pagination-number{padding:6px 12px;border:1px solid #ccc;background:#f8f8f8;cursor:pointer;color:#000;border-radius:4px}.pagination-number.active{background:#5310a5;color:#fff;border-color:#5310a5}.pagination-btn:disabled{opacity:.5;cursor:not-allowed}input[type=date]::-webkit-calendar-picker-indicator{filter:invert(1);cursor:pointer}input[type=date]{color-scheme:dark}.Management-modal select::-webkit-scrollbar,.sectionSelect::-webkit-scrollbar,select::-webkit-scrollbar{width:8px;height:8px}.Management-modal select::-webkit-scrollbar-track,select::-webkit-scrollbar-track{border-radius:10px;background:transparent}.Management-modal select::-webkit-scrollbar-thumb,select::-webkit-scrollbar-thumb,.sectionSelect::-webkit-scrollbar-thumb{background:#6a11cb;border-radius:10px}.Management-modal select::-webkit-scrollbar-thumb:hover,select::-webkit-scrollbar-thumb:hover{background:#5310a5}.Management-modal select,select,.sectionSelect{scrollbar-width:thin;scrollbar-color:#6a11cb transparent}@media(max-width:600px){.Management-wrapper{padding:14px}.Management-header,.topBar{flex-direction:column;align-items:stretch;gap:12px}.filterRow{margin:10px 0 18px;outline:none;display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:6px}.filterRow select+select{margin-left:0rem}.searchBox{width:100%;height:40px;margin-left:0}.Management-actions{width:100%;flex-direction:column;gap:10px}.addBtn,.importBtn,.removeBtn,.exportBtn{width:100%;justify-content:center}.Management-table thead{display:none}.Management-table tbody{display:flex;flex-direction:column;gap:16px}.Management-table tr{display:flex;flex-direction:column;background:#fff;border-radius:14px;padding:16px;box-shadow:0 4px 12px #00000014;border:1px solid #ececec;transition:transform .2s,box-shadow .2s}.Management-table tr:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0000001f;background:#fafafa}.Management-table td{display:flex;flex-direction:column;padding:10px 0;border-bottom:1px dashed #e0e0e0;font-size:14.5px;position:relative}.Management-table td:last-child{border-bottom:none;padding-bottom:0}.Management-table td:first-child{padding-top:0}.Management-table td:before{content:attr(data-label);font-weight:700;color:#57006d;font-size:14px;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px;opacity:.8}.Management-table td.actions{flex-direction:row;justify-content:flex-start;gap:10px;margin-top:8px;padding-top:16px;border-top:1px solid #ececec}.Management-table td.actions:before{content:"Actions";position:absolute;top:-10px;left:0;background:#fff;padding:0 8px;font-size:12px;color:#666}.actions button{flex:1;min-width:80px;padding:10px;font-size:13px;margin:0}.Management-modal{width:92%;padding:20px;margin:0 10px}.pagination-container{display:flex;justify-content:center;gap:8px;margin-top:20px}.pagination-btn{padding:6px 12px;border:1px solid #ccc;background:#f8f8f8;cursor:pointer;color:#000;width:80px;border-radius:4px}.pagination-number{padding:6px 12px;border:1px solid #ccc;background:#f8f8f8;cursor:pointer;color:#000;width:120px;border-radius:4px}}.profile-right{font-family:Inter,sans-serif;color:#111827}.no-guardians{text-align:center;padding:24px;color:#666}.guardians-list{display:flex;flex-wrap:wrap;gap:20px}.guardian-card{padding:20px;border:1px solid #eee;border-radius:12px;background-color:#fff;box-shadow:0 2px 8px #0000000f;flex:1 1 300px;max-width:400px;display:flex;flex-direction:column}.guardian-relation{font-size:15px;font-weight:600;margin-bottom:8px;color:#374151}.detail-row{color:#6a11cb;font-size:14px;font-weight:400;margin-bottom:4px}.guardian-name{font-weight:500;color:#111827}.guardian-actions{margin-top:auto;padding-top:16px;border-top:1px solid #f0f0f0;display:flex;gap:10px}.add-guardian-actions{margin-top:20px;display:flex;justify-content:flex-start;gap:12px}.add-guardian-actions button{padding:10px 16px;border-radius:8px;font-weight:500}@media(max-width:600px){.guardians-list{flex-direction:column;gap:16px}.guardian-card{max-width:100%}.guardian-actions{flex-direction:row;gap:10px}.guardian-actions button{flex:1}.add-guardian-actions{justify-content:center;flex-wrap:wrap}}.studentProfile-wrapper{padding:18px;background:#f7f9fc;color:#1a1a1a;display:flex;flex-direction:column;gap:28px;font-family:Inter,sans-serif}.studentProfile-topRow{display:flex;gap:20px;align-items:flex-start}.studentProfile-card{background:#fff;border-radius:16px;padding:18px;box-shadow:0 8px 24px #0000000f;transition:transform .2s ease,box-shadow .2s ease}.studentProfile-card:hover{transform:translateY(-4px);box-shadow:0 14px 32px #00000014}.profileCard{display:flex;gap:18px;width:100%;align-items:center;padding:22px}.profile-placeholder{margin-left:12px;margin-right:12px}.profile-left{flex:0 0 140px}.profile-image{width:140px;height:140px;border-radius:12px;object-fit:cover;border:4px solid #e8eef6}.profile-right{flex:1;display:flex;flex-direction:column;gap:12px}.profile-header{display:flex;justify-content:space-between;align-items:center;gap:12px}.profile-name{margin:0;font-size:20px;font-weight:700;color:#111827}.profile-grade{align-items:center;font-weight:700;color:#5310a5;background:#f2eaff;padding:6px 10px;border-radius:12px;font-size:13px}.profile-details{display:flex;flex-direction:column;gap:8px;color:#444;font-weight:500}.detail-row{gap:8px;font-size:14px;color:#5310a5}.detail-row.small{display:flex;gap:18px;margin-top:6px;font-size:13px;color:#5310a5}.profile-actions{display:flex;gap:10px;margin-top:6px}.btn-primary,.btn-outline{border-radius:10px;padding:8px 12px;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;gap:8px;border:none}.btn-primary{background:#5310a5;color:#fff}.btn-outline{background:#fff;border:1px solid #d7d7d7;color:#111}.fee-amount{font-weight:800;color:#111}.overlay{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:#00000059;z-index:60}.editorModal{width:420px;background:#fff;padding:18px;border-radius:12px;box-shadow:0 16px 40px #0003;display:flex;flex-direction:column;gap:12px}.editorRow{display:flex;flex-direction:column;gap:6px}.modalActions{display:flex;justify-content:flex-end;gap:10px;margin-top:8px}.student-documents-modal input[type=file]::file-selector-button{background:#5310a5;color:#fff;border-radius:6px;padding:6px 8px;margin-right:10px;cursor:pointer}.student-documents-modal input[type=file]::-webkit-file-upload-button{background:#5310a5;color:#fff;border-radius:px;padding:6px 8px;margin-right:10px;cursor:pointer}@media(max-width:1024px){.studentProfile-wrapper{padding:16px;gap:24px}.studentProfile-topRow{flex-direction:column}.profileCard{flex-direction:column;gap:16px;padding:16px;text-align:center}.profile-left{flex:0 0 auto}.profile-image{width:120px;height:120px}.profile-right{width:100%}.profile-header{flex-direction:column;justify-content:center}.profile-details{gap:6px}.detail-row,.detail-row.small{justify-content:center;font-size:13px}.detail-row.small{flex-direction:column;gap:6px}.profile-actions{flex-wrap:wrap;justify-content:center}}@media(max-width:768px){.studentProfile-wrapper{padding:12px;gap:20px}.studentProfile-card{padding:14px;border-radius:12px}.studentProfile-card:hover{transform:none}.profileCard{flex-direction:column;gap:12px;padding:14px;text-align:center}.profile-left{flex:0 0 auto;margin:0 auto}.profile-image{width:100px;height:100px;border:3px solid #e8eef6}.profile-right{width:100%}.profile-header{flex-direction:column;gap:8px}.profile-name{font-size:18px}.profile-grade{padding:4px 8px;font-size:12px}.profile-details{gap:6px}.detail-row{flex-direction:column;align-items:center;gap:4px;font-size:12px;text-align:center}.detail-row.small{flex-direction:column;gap:4px}.profile-actions{flex-direction:column;width:100%;margin-top:8px}.btn-primary,.btn-outline{padding:10px 14px;font-size:13px;width:100%;justify-content:center}}@media(max-width:480px){.studentProfile-wrapper{padding:10px;gap:16px}.studentProfile-card{padding:12px;border-radius:10px;box-shadow:0 4px 12px #0000000a}.profileCard{padding:12px}.profile-image{width:85px;height:85px}.profile-name{font-size:16px}.profile-grade{padding:4px 6px;font-size:11px}.detail-row{font-size:11px}.detail-row.small{font-size:10px}.btn-primary,.btn-outline{padding:8px 12px;font-size:12px;gap:6px}}@media(min-width:1280px){.studentProfile-wrapper{padding:24px;gap:32px;max-width:1400px;margin:0 auto}.profileCard{padding:28px}.profile-image{width:160px;height:160px}}.studentDash-wrapper{padding:18px;background:#f7f9fc;color:#1a1a1a;display:flex;flex-direction:column;gap:40px;font-family:Inter,sans-serif}.studentDash-profileContainer{display:flex;justify-content:center}.studentDash-profileCard{width:100%;max-width:380px;background:#fff;border-radius:18px;padding:28px;text-align:center;box-shadow:0 8px 24px #00000012;transition:transform .25s ease,box-shadow .25s ease}.studentDash-profileCard:hover{transform:translateY(-4px);box-shadow:0 14px 32px #0000001f}.studentDash-profileImage{width:120px;height:120px;border-radius:50%;object-fit:cover;border:4px solid #e8eef6}.studentDash-name{margin-top:14px;margin-bottom:6px;font-size:22px;font-weight:700}.studentDash-infoRow{display:flex;justify-content:center;align-items:center;gap:8px;font-size:15px;color:#414141;font-weight:500;margin:4px 0}.studentDash-section h2{margin-bottom:14px;font-size:20px;font-weight:700;color:#2d3e50}.studentDash-monthSelector button{padding:7px 16px;background:#e7ecf5;color:#000;font-weight:500;border:none;border-radius:20px;cursor:pointer;font-size:14px;transition:background .25s ease,transform .2s ease}.studentDash-monthSelector button:hover{background:#d4deef;transform:translateY(-3px)}.studentDash-monthSelector .active{background:#3a7afe;color:#fff}.studentDash-monthSelector{position:relative;width:180px;margin-bottom:15px}.monthSelector-btn{width:100%;padding:10px 14px;background:#fff;border:1px solid #d0d0d0;border-radius:8px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-size:15px}.monthSelector-btn .icon{transition:.2s}.monthSelector-btn .rotate{transform:rotate(180deg)}.monthSelector-dropdown{position:absolute;top:52px;width:100%;background:#fff;border:1px solid #d0d0d0;border-radius:8px;box-shadow:0 4px 10px #0000001f;z-index:99}.dropdown-item{padding:10px 14px;cursor:pointer}.dropdown-item:hover{background:#f3f3f3}.studentDash-attendanceGrid{margin-top:20px;display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:10px}.studentDash-dayBox{padding:10px 0;border-radius:10px;font-size:14px;text-align:center;border:2px solid transparent;display:flex;flex-direction:column;gap:4px;transition:transform .2s ease,box-shadow .25s ease;transform-origin:center}.dayNumber{font-size:14px;font-weight:700;opacity:.8}.studentDash-dayBox:hover{transform:scale(1.06);box-shadow:0 4px 14px #00000026}.studentDash-dayBox.present{background:#5310a54d;border-color:#5310a5;border-width:1px}.studentDash-dayBox.absent{background:#ffe5e5;border-color:#be3737ad;border-width:1px}.studentDash-dayBox.holiday{background:#ffd45e77;border-color:#fb0;border-width:1px}.studentDash-dayBox.weekend{background:#eee;border-color:#a0a0a0;border-width:1px}.studentDash-legend{margin-top:12px;display:flex;gap:20px;font-size:14px;align-items:center;flex-wrap:wrap}.legend-item{display:flex;align-items:center;gap:6px}.legend-box{width:14px;height:14px;border-radius:4px;display:inline-block;border:1px solid #ccc}.legend-box.present{background:#5310a54d;border-color:#5310a5}.legend-box.absent{background:#ffe5e5;border-color:#be3737ad}.legend-box.holiday{background:#ffd45e77;border-color:#fb0}.legend-box.weekend{background:#eee;border-color:#a0a0a0}.studentDash-feeBox{border-radius:18px;background:#fff;padding:18px;box-shadow:0 8px 24px #00000012;transition:transform .25s ease,box-shadow .25s ease}.studentDash-feeBox:hover{transform:translateY(-4px);box-shadow:0 14px 32px #0000001f}.studentDash-feeItem{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid #eef1f4;font-size:15px}.studentDash-totalFee{display:flex;justify-content:space-between;padding-top:14px;font-weight:700;font-size:16px}.class-row{cursor:pointer}.class-row:hover{background:#5310a50c}.statusBtn{background:#fff;display:flex;border:1px solid #e8e8e8;justify-content:space-between;padding:10px 12px;border-radius:10px;text-align:left;cursor:pointer}.statusBtn:hover{background:#f7f7fb}.modal-field{display:flex;flex-direction:column;margin-bottom:16px;position:relative}.modal-field label{font-weight:600;margin-bottom:6px;color:#333}.modal-field label span{color:red;font-size:14px}.modal-field select{padding:10px 14px;border:1px solid #ccc;border-radius:6px;background-color:#f9f9f9;font-size:14px;color:#333;transition:all .2s ease-in-out;cursor:pointer;appearance:none;background-image:linear-gradient(45deg,transparent 50%,#666 50%),linear-gradient(135deg,#666 50%,transparent 50%);background-position:calc(100% - 18px) calc(50% - 3px),calc(100% - 12px) calc(50% - 3px);background-size:6px 6px,6px 6px;background-repeat:no-repeat}.modal-field select:disabled{background-color:#e4e4e4;cursor:not-allowed}.modal-field select:hover:not(:disabled){border-color:#888;background-color:#fff}.modal-field select:focus{outline:none;border-color:#5310a5}.modal-field select option{padding:8px}.modal-field input{padding:10px 14px;border:1px solid #ccc;border-radius:6px;font-size:14px;color:#333;transition:all .2s ease-in-out}.modal-field input:focus{outline:none;border-color:#5310a5;box-shadow:0 0 0 3px #5310a51a}.modal-field input:disabled{background-color:#e4e4e4;cursor:not-allowed}.modal-field textarea{padding:.75rem;border:1px solid #e2e8f0;border-radius:6px;background-color:#e4e4e4;color:#000;outline:none;font-family:inherit;font-size:14px;resize:vertical}.modal-field textarea:disabled{background-color:#e4e4e4;cursor:not-allowed}.loading-spinner-container{text-align:center;padding:4rem}.loading-spinner{width:48px;height:48px;border:4px solid #e2e8f0;border-top-color:#4299e1;border-radius:50%;animation:spin .8s linear infinite;margin:0 auto 1rem}.modal-field small{display:block;margin-top:.5rem;font-size:.85rem;color:#718096}.teacher-dropdown-scroll{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #e2e8f0;border-top:none;border-radius:0 0 6px 6px;box-shadow:0 4px 12px #0000001a;max-height:200px;overflow-y:auto;z-index:10}.teacher-dropdown-scroll::-webkit-scrollbar{width:8px;height:8px}.teacher-dropdown-scroll::-webkit-scrollbar-track{background:transparent;border-radius:10px}.teacher-dropdown-scroll::-webkit-scrollbar-thumb{background:#6a11cb;border-radius:10px}.teacher-dropdown-scroll::-webkit-scrollbar-thumb:hover{background:#5310a5}.teacher-dropdown-item{padding:.75rem;cursor:pointer;transition:background .2s ease;border-bottom:1px solid #f7fafc}.teacher-dropdown-item:hover{background-color:#f7fafc}.teacher-dropdown-item-name{font-weight:500}.teacher-dropdown-item-id{font-size:.85rem;color:#718096}.grade-matches-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #e2e8f0;border-top:none;border-radius:0 0 6px 6px;box-shadow:0 4px 12px #0000001a;max-height:200px;overflow-y:auto;z-index:10}.grade-match-item{padding:.75rem;cursor:pointer;transition:background .2s ease;border-bottom:1px solid #f7fafc}.grade-match-item:hover{background-color:#f7fafc}.create-class-modal{width:560px;max-width:95%}.subject-modal{width:680px;max-width:95%;max-height:90vh;overflow-y:auto}.edit-class-modal{width:560px;max-width:95%}.modal-section-divider{border-top:2px solid #e2e8f0;padding-top:1.5rem;margin-top:1.5rem}.subjects-list{list-style:disc;padding-left:1.5rem;margin:0}.subjects-list-item{margin-bottom:.5rem}.existing-subjects-heading{margin:0 0 1rem}.no-classes-message{text-align:center;padding:16px}.modal-field input[readonly]{background-color:#f7fafc;cursor:not-allowed}.modal-actions-bottom{margin-bottom:1.5rem}.modal-actions-top{margin-top:1.5rem}.edit-modal-subjects-section{padding:2rem;background:#f7fafc;border-radius:6px;text-align:center;color:#718096}.edit-modal-subjects-text{margin:0;font-size:1.1rem;font-weight:500}.development-notice{font-size:.85rem;margin-top:1rem;font-style:italic}.Classes_MNG_cancelBtn{background:#5310a5;padding:10px 16px;font-weight:600;border-radius:10px;cursor:pointer;border:none}.Classes_MNG_cancelBtn:hover{background:#4b089c}.sectionSelectWrapper{margin-top:12px;display:flex;gap:8px;align-items:center}.sectionSelect{width:120px;height:45px;padding:6px;border:1px solid #5310a5;border-radius:6px;background-color:#9404c01c;font-size:13px;color:#333;cursor:pointer;outline:none;transition:all .2s ease-in-out}.sectionSelect:hover{border-color:#5310a5;background-color:#5310a556}.sectionSelect:focus{outline:none;border-color:#5310a5;box-shadow:0 0 0 3px #6a0ddd33}.sectionDelete_btn{width:160px;height:45px;padding:6px;border:1px solid #ca0a0a;border-radius:6px;background-color:#df111118;font-size:13px;color:#333;cursor:pointer;outline:none;transition:all .2s ease-in-out}.sectionDelete_btn:hover{border-color:#a81616;background-color:#882929;color:#fff}.allBtn,.exportBtn{display:flex;align-items:center;gap:6px;padding:10px 14px;border-radius:10px;border:none;cursor:pointer;font-weight:600;font-size:14px;transition:.2s}.allBtn{background:#e3f5e5;color:#2e7d32;border:1px solid #b2dfbb}.allBtn:hover{background:#d7f2db}.exportBtn{background:#fff1d4;color:#d68000;border:1px solid #ffdd99}.exportBtn:hover{background:#ffe9be}.fees-addBtn{background-color:#ffdd997e;color:#ff7b00}.fees-addBtn:hover{background:#eca10a85}.razorpayBtn{background:#2196f3;color:#fff;padding:10px;border:none;border-radius:8px;cursor:pointer;margin-bottom:16px;width:100%}.razorpayBtn:hover{background:#1e88e5}@media(max-width:600px){.actions button{margin:0 4px 10px;padding:8px;border:none;border-radius:8px;cursor:pointer;transition:.2s}}.small-hint{font-size:12px;color:#6b6b6b;margin-top:6px}.attachment-list{margin-top:8px;display:flex;flex-direction:column;gap:6px}.attachment-item{background:#f3f3f3;padding:8px 10px;border-radius:8px;font-size:13px;display:flex;justify-content:space-between;align-items:center}.muted{color:#777;font-size:12px;margin-left:6px}.multi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:8px}.checkboxItem{display:flex;align-items:center;gap:8px;padding:8px;border-radius:8px;background:#fafafa;border:1px solid #efefef;cursor:pointer;font-size:14px}.checkboxItem input[type=checkbox]{accent-color:#5310a5}.classCard{display:flex;flex-direction:column;align-items:flex-start;gap:4px;padding:10px;border-radius:10px;border:1px solid #eee;cursor:pointer;background:#fff;transition:.15s}.classCard:hover{transform:translateY(-3px);box-shadow:0 6px 18px #0000000f}.classCard.active{border-color:#6a11cb;background:linear-gradient(90deg,#6a11cb0f,#6a11cb08)}.classCardLabel{font-weight:700;color:#2d3e50}.classCardSub{font-size:12px;color:#6b6b6b}.historyItem{padding:12px;background:#f2f2f2;border-radius:8px;margin-bottom:10px}.historyTitle{font-weight:600;margin-bottom:4px}.historyMsg{font-size:14px;margin-bottom:4px}.historyTime{font-size:12px;color:#666}.historyAtt{font-size:12px;margin-top:4px;color:#444}@media(max-width:600px){.multi-grid{grid-template-columns:1fr}.Management-modal{width:92%}}.edit-profile-wrapper{padding:24px;background:#f6f8fc;font-family:Inter,sans-serif;color:#1a1a1a;min-height:100vh}.edit-profile-header{margin-bottom:22px}.edit-profile-header h2{font-size:24px;font-weight:700;color:#2d3e50}.edit-profile-card{background:#fff;border-radius:16px;padding:28px;box-shadow:0 10px 30px #0000001a;max-width:100%;margin:0 auto}.profile-photo-section{text-align:center;margin-bottom:28px}.photo-wrapper{position:relative;display:inline-block;width:120px;height:120px;border-radius:50%;overflow:hidden;border:4px solid #e0e0e0;background:#f0f0f0}.profile-img{width:100%;height:100%;object-fit:cover}.photo-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#f5f5f5}.camera-icon-label{position:absolute;bottom:8px;right:8px;background:#6a11cb;color:#fff;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 12px #6a11cb66;transition:.2s}.camera-icon-label:hover{background:#5310a5;transform:scale(1.1)}.camera-icon-label input{display:none}.photo-hint{margin-top:10px;font-size:13px;color:#666}.form-group{margin-bottom:16px}.form-group label{display:block;font-size:14px;margin-bottom:6px;color:#333;font-weight:600}.form-group input{width:100%;padding:12px 14px;border:1px solid #d0d0d0;background-color:#f3f2f2;border-radius:10px;font-size:14px;color:#1a1a1a;outline:none;transition:border .2s}.form-group input:focus{border-color:#6a11cb;background-color:#fff;box-shadow:0 0 0 3px #6a11cb26}.form-actions{display:flex;gap:12px;margin-top:28px;justify-content:flex-end}@media(max-width:600px){.edit-profile-wrapper{padding:16px}.edit-profile-card{padding:20px;border-radius:14px}.edit-profile-header h2{font-size:20px}.photo-wrapper{width:100px;height:100px}.form-actions{flex-direction:column}}.notification-group{margin-bottom:24px}.notification-group-label{font-size:18px;font-weight:600;color:#2d3e50;margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid #ececec}.notifications-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.notification-card{background:#fff;border-radius:14px;padding:16px;margin-bottom:12px;box-shadow:0 4px 12px #0000000d;cursor:pointer;transition:.2s}.notification-card:hover{box-shadow:0 6px 18px #0000001a}.notification-title{font-size:16px;font-weight:600;color:#1a1a1a;margin-bottom:8px}.notification-description{font-size:14px;color:#666;margin-bottom:8px}.notification-footer{margin-top:6px}.file-indicator{font-size:13px;font-weight:600;color:#6a11cb}.notification-card.unread .notification-title{font-weight:700;color:#2d3e50}.notification-card.read .notification-title,.notification-card.read .notification-description{color:#7e7e7e}.no-notifications{text-align:center;padding:20px;color:#7e7e7e;font-size:16px}.modal-files{margin-top:16px}.modal-files h4{font-size:16px;font-weight:600;margin-bottom:8px;color:#2d3e50}.modal-file{display:flex;justify-content:space-between;align-items:center;padding:10px;border:1px solid #d0d0d0;border-radius:8px;margin-bottom:8px;background:#f8f8f8}.modal-file span{font-size:14px;color:#1a1a1a}.downloadBtn{background:#6a11cb;color:#fff;padding:6px 12px;border-radius:8px;text-decoration:none;font-size:14px;font-weight:600;transition:.2s}.downloadBtn:hover{background:#5310a5}@media(max-width:600px){.Management-wrapper{max-width:100%}.notifications-grid{grid-template-columns:1fr!important;gap:14px}.notification-card{padding:14px;border-radius:12px}.notification-title{font-size:15px}.notification-description{font-size:13px}.notification-group-label{font-size:16px;margin-top:10px}.Management-modal{width:92%!important;max-width:none;padding:18px;border-radius:12px}.modal-file{flex-direction:column;align-items:flex-start;gap:8px;width:100%}.downloadBtn{width:40%;text-align:center}.Management-wrapper{padding:10px}body{overflow-x:hidden}}.body-no-scroll{height:100vh;overflow:hidden!important}.support-card{background:#f9fafb;border-radius:12px;margin-top:16px}.support-options{display:flex;flex-direction:column;gap:32px;margin-bottom:40px;padding-bottom:32px;border-bottom:1px solid #e5e7eb}.contact-section,.whatsapp-section,.calendar-section,.faq-section{margin-bottom:0;padding:24px;background:#fff;border-radius:10px;box-shadow:0 2px 4px #0000000d;transition:box-shadow .3s ease}.whatsapp-section:hover,.calendar-section:hover{box-shadow:0 4px 8px #0000001a}.calendar-section .calendar-embed{overflow:hidden;border-radius:8px;border:1px solid #d1d5db;background:#fff;box-shadow:0 1px 2px #0000000d}.contact-section h3,.whatsapp-section h3,.calendar-section h3,.faq-section h3{display:flex;align-items:center;font-size:1.125rem;font-weight:600;color:#1f2937;margin-bottom:16px}.contact-section p,.whatsapp-section p,.calendar-section p{font-size:.9375rem;color:#6b7280;margin-bottom:16px;line-height:1.5}.whatsapp-section .whatsapp-btn{display:flex;align-items:center;gap:8px;padding:12px 20px;font-size:1rem;font-weight:500;color:#fff;background-color:#5310a5;border:none;border-radius:8px;cursor:pointer;transition:background-color .3s ease,transform .2s ease}.whatsapp-section .whatsapp-btn:hover{background-color:#3d077e;transform:translateY(-2px)}.faq-item{margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid #e5e7eb}.faq-item:last-child{border-bottom:none;padding-bottom:0;margin-bottom:0}.faq-item h4{font-size:1rem;font-weight:600;color:#374151;margin-bottom:8px}.faq-item p{font-size:.9375rem;color:#6b7280;line-height:1.5}.faq-section{border-bottom:none;padding-bottom:32px;margin-bottom:0}@media(max-width:600px){.contact-section,.whatsapp-section,.calendar-section,.faq-section{padding:20px}.calendar-embed iframe{height:400px}}.marks-input{width:60px;padding:4px;margin-right:4px;border:1px solid hsl(0,0%,82%);border-radius:4px;text-align:center;background-color:#f3f2f2;color:#000;outline:none}.section-title{margin-top:20px;margin-bottom:12px;font-size:16px;font-weight:600;color:#000}.subject-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.subject-name{font-size:14px;font-weight:600;color:#000}.schedule-row{display:grid;grid-template-columns:2fr 1fr 1fr;gap:14px;margin-bottom:12px}.field label{font-size:12px;margin-bottom:4px;display:block;color:#444}.part-label{font-size:13px;font-weight:600;color:#333;margin-bottom:6px;margin-top:8px}.subject-card{background:#fff;border:1px solid #e5e5e5;border-radius:12px;padding:16px;margin-bottom:16px}.subject-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.subject-title{font-size:14px;font-weight:600;color:#000}.ui-input{width:100%;padding:8px 10px;background:#fff;color:#000;border:1px solid #cfcfcf;border-radius:6px;font-size:14px}.ui-input:focus{border-color:#000;outline:none}.ui-checkbox{width:16px;height:16px;accent-color:#000}.checkbox-inline{display:flex;align-items:center;gap:6px;font-size:13px;color:#333}.schedule-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:14px;margin-bottom:12px}.field label{display:block;font-size:12px;color:#444;margin-bottom:4px}.field.wide{grid-column:span 1}.field.small{max-width:220px}.part-label{font-size:13px;font-weight:600;color:#333;margin:8px 0 6px}.interval-row{margin-bottom:12px}@media print{body *{visibility:hidden}.Management-modalOverlay{background:none;-webkit-backdrop-filter:none;backdrop-filter:none}.Management-modal.printable,.Management-modal.printable *{visibility:visible}.Management-modal.printable{position:absolute;left:0;top:0;width:100%;box-shadow:none;border:none;padding:20px;background:#fff}.modal-actions{display:none!important}.Management-tableContainer{box-shadow:none}.Management-table th,.Management-table td{border:1px solid #ccc;padding:8px}.Management-table{border-collapse:collapse}}.status-badge{display:inline-block;padding:4px;border-radius:10px;font-size:13px;font-weight:600;text-align:center;width:100px}.status-new{background:#c4e6ff;color:#1565c0}.status-contacted{background:#fad395;color:#b85300}.status-visited{background:#c0f7c4;color:#1f6922}.status-dropped{background:#fcced5;color:#a31f1f}.teacherDashboard-wrapper{flex:1;width:100%;padding:20px;box-sizing:border-box;color:#000;background:#fafafa;display:flex;flex-direction:column;gap:30px;max-width:100%}.teacherDashboard-quickStats{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px}.teacherDashboard-statCard{background:#fff;color:#5310a5;border-radius:14px;padding:20px;display:flex;align-items:center;gap:15px;cursor:pointer;transition:all .2s ease;border:1px solid #eee}.teacherDashboard-statCard:hover{transform:translateY(-5px);box-shadow:0 8px 20px #00000012}.teacherDashboard-statIcon{font-size:38px;color:#5310a5}.teacherDashboard-statCard h3{margin:0;font-size:16px;font-weight:600}.teacherDashboard-statCard p{margin:2px 0 0;font-size:22px;font-weight:700}.teacherDashboard-attendanceList{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;margin-top:10px}.teacherDashboard-attendanceCard{background:#fff;color:#5310a5;padding:16px;border-radius:14px;border:1px solid #eee;cursor:pointer;transition:.2s}.teacherDashboard-attendanceCard:hover{transform:translateY(-4px);box-shadow:0 8px 20px #0000000f}.teacherDashboard-present{font-weight:700;color:#2b6cb0}.teacherDashboard-absent{font-weight:700;color:#d9534f}.teacherDashboard-notMarked{font-size:15px;font-weight:600;color:#888}.teacherDashboard-modalOverlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0006;display:flex;justify-content:center;align-items:center;z-index:999}.teacherDashboard-modal{background:#fff;padding:26px;width:700px;border-radius:16px;box-shadow:0 10px 30px #0000001a;max-height:90vh;display:flex;flex-direction:column}.teacherDashboard-modal .teacherDashboard-attendanceList{max-height:350px;overflow-y:auto;padding-right:6px}.teacherDashboard-modal .teacherDashboard-attendanceList::-webkit-scrollbar{width:8px}.teacherDashboard-modal .teacherDashboard-attendanceList::-webkit-scrollbar-track{border-radius:10px}.teacherDashboard-modal .teacherDashboard-attendanceList::-webkit-scrollbar-thumb{background:#6a11cb;border-radius:10px}.teacherDashboard-modal .teacherDashboard-attendanceList::-webkit-scrollbar-thumb:hover{background:#5310a5}.teacherDashboard-modal .teacherDashboard-attendanceList{scrollbar-width:thin;scrollbar-color:#6a11cb #f5f5f5}.teacherDashboard-modal{overflow-y:auto}.teacherDashboard-modal::-webkit-scrollbar{width:8px}.teacherDashboard-modal::-webkit-scrollbar-track{border-radius:10px}.teacherDashboard-modal::-webkit-scrollbar-thumb{background:#6a11cb;border-radius:10px}.teacherDashboard-modal::-webkit-scrollbar-thumb:hover{background:#5310a5}.teacherDashboard-modal{border-radius:8px}.teacherDashboard-studentRow{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:10px 0;border-bottom:1px solid #eee}.teacherDashboard-studentName{flex:1;max-width:400px;width:400px}.teacherDashboard-statusOptions{display:flex;gap:8px;flex-wrap:wrap;flex-shrink:0}.teacherDashboard-statusBox{padding:6px 12px;border-radius:6px;cursor:pointer;font-size:14px;font-weight:600;border:1px solid #ccc;transition:all .2s ease;white-space:nowrap}.teacherDashboard-statusBox.present{color:#5310a5;border-color:#5310a5}.teacherDashboard-statusBox.absent{color:#d9534f;border-color:#d9534f}.teacherDashboard-statusBox.late{color:#d68000;border-color:#d68000}.teacherDashboard-statusBox.halfDay{color:#2563eb;border-color:#2563eb}.teacherDashboard-statusBox.excused{color:#0d8f3f;border-color:#0d8f3f}.teacherDashboard-statusBox:hover{background:#f1f1f1}.teacherDashboard-statusBox.active.present{background:#5310a5;color:#fff}.teacherDashboard-statusBox.active.absent{background:#d9534f;color:#fff}.teacherDashboard-statusBox.active.late{background:#d68000;color:#fff}.teacherDashboard-statusBox.active.halfDay{background:#2563eb;color:#fff}.teacherDashboard-statusBox.active.excused{background:#0d8f3f;color:#fff}.teacherDashboard-remarksWrap{margin-top:6px}.teacherDashboard-remarksInput{width:100%;padding:8px 10px;border-radius:8px;border:1px solid #ddd;outline:none;font-size:12px;color:#444;background:#fff}.teacherDashboard-buttons{margin-top:15px;display:flex;justify-content:flex-end;gap:10px}.teacherDashboard-btn{padding:8px 16px;border-radius:6px;cursor:pointer;border:none}.teacherDashboard-btn-primary{background:#5310a5;color:#fff}.teacherDashboard-btn-secondary{background:#ddd;color:#000}.modal-class-date{padding:20px 2px 16px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}.date-picker-wrapper{display:flex;align-items:center;gap:12px;font-size:15px}.date-picker-wrapper label{font-weight:500;color:#444}.clean-date-input{padding:10px 12px;border:1.5px solid #ddd;border-radius:10px;font-size:15px;background:#fafafa;color:#000;font-weight:500;outline:none}@media(max-width:1024px){.teacherDashboard-quickStats{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.teacherDashboard-quickStats{grid-template-columns:repeat(1,1fr)}.teacherDashboard-modal{width:90%}.teacherDashboard-studentRow{flex-direction:column;align-items:flex-start;gap:8px}.teacherDashboard-studentName{width:100%;max-width:100%}.teacherDashboard-statusOptions{width:100%;justify-content:flex-start}.teacherDashboard-statusBox{width:40%;margin-top:6px;margin-bottom:6px;padding:8px 12px;text-align:center}.teacherDashboard-remarksWrap{width:100%}}.PayFees-wrapper{padding:24px;font-family:Inter,sans-serif;color:#1a1a1a}.PayFees-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}.PayFees-header h2{font-size:24px;font-weight:700;color:#2d3e50}.addBtn{display:flex;align-items:center;gap:6px;padding:10px 14px;border-radius:10px;border:none;cursor:pointer;font-weight:600;font-size:14px;transition:.2s}.addBtn{background:#6a11cb}.addBtn:hover{background:#5310a5}.PayFees-tableContainer{margin-top:14px;background:#fff;border-radius:14px;padding:18px;box-shadow:0 6px 18px #00000012}.PayFees-table{width:100%;border-collapse:collapse}.PayFees-table th{text-align:left;padding:12px;background:#7300ff1c;font-weight:700;color:#2d3e50}.PayFees-table td{padding:12px;border-bottom:1px solid #ececec;font-size:15px}.PayFees-table tr:hover{background:#5310a50c;transition:.2s}.PayFees-modalOverlay{position:fixed;left:0;top:0;width:100%;height:100%;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#00000040;display:flex;justify-content:center;align-items:center;z-index:2000}.PayFees-modal{background:#fff;padding:26px;width:420px;border-radius:16px;box-shadow:0 10px 30px #0000001a;max-height:90vh;overflow-y:auto}.PayFees-modal::-webkit-scrollbar{width:8px}.PayFees-modal::-webkit-scrollbar-track{border-radius:10px}.PayFees-modal::-webkit-scrollbar-thumb{background:#6a11cb;border-radius:10px}.PayFees-modal::-webkit-scrollbar-thumb:hover{background:#5310a5}.PayFees-modal h3{font-size:20px;font-weight:700;margin-bottom:16px}.modal-field{display:flex;flex-direction:column;margin-bottom:12px}.modal-field label{font-size:14px;margin-bottom:4px}.modal-field input{padding:10px;border:1px solid #d0d0d0;background-color:#e4e4e4;outline:none;color:#1a1a1a;border-radius:8px;font-size:14px}.modal-actions{margin-top:20px;display:flex;justify-content:flex-end;gap:10px}.cancelBtn,.saveBtn{padding:10px 16px;font-weight:600;border-radius:10px;cursor:pointer;border:none}.cancelBtn{background:#7e7e7e96}.saveBtn{background:#6a11cb;color:#fff}.saveBtn:hover{background:#5310a5}.cancelBtn:hover{background:#7e7e7ebe}.fees-pagination-container{display:flex;justify-content:center;gap:8px;margin-top:20px}.fees-pagination-btn,.fees-pagination-number{padding:6px 12px;border:1px solid #ccc;background:#f8f8f8;cursor:pointer;color:#000;border-radius:4px}.fees-pagination-number.active{background:#5310a5;color:#fff;border-color:#5310a5}.fees-pagination-btn:disabled{opacity:.5;cursor:not-allowed}.mobile-fees-list{display:flex;flex-direction:column;gap:16px}.fee-card{background:#fff;border:1px solid #ececec;border-radius:12px;padding:16px;box-shadow:0 2px 8px #0000000d;transition:.2s}.fee-card:hover{background:#5310a50c}.fee-student{font-size:16px;font-weight:600;color:#2d3e50;margin-bottom:8px}.fee-description{color:#2d3e50;font-size:15px;font-weight:800;margin-bottom:6px}.fee-amount{font-size:14px;font-weight:600;width:150px;text-align:left;color:#2d3e50;margin-bottom:4px}.fee-due{font-size:14px;color:#555;margin-bottom:4px}.fee-status{font-size:14px;font-weight:600;margin-bottom:12px}@media(max-width:600px){.PayFees-wrapper{padding:14px;width:100vw}.PayFees-header{flex-direction:column;align-items:flex-start}.fees-pagination-container{display:flex;justify-content:center;gap:8px;margin-top:20px}.fees-pagination-btn{padding:6px 12px;border:1px solid #ccc;background:#f8f8f8;cursor:pointer;color:#000;width:80px;border-radius:4px}.fees-pagination-number{padding:6px 12px;border:1px solid #ccc;background:#f8f8f8;cursor:pointer;color:#000;width:120px;border-radius:4px}.PayFees-tableContainer{margin-top:14px;background:#fff;border-radius:14px;padding:18px;box-shadow:0 6px 18px #00000012}.PayFees-table{width:100%;border-collapse:collapse}.PayFees-modal{width:90%;padding:20px}.pagination-container{flex-wrap:wrap}}@media(max-width:600px){.Management-modal .Management-table{display:table}.Management-modal .Management-table thead{display:table-header-group}.Management-modal .Management-table tbody{display:table-row-group}.Management-modal .Management-table tr{display:table-row;background:transparent;border-radius:0;padding:0;box-shadow:none;border:none;transition:none}.Management-modal .Management-table tr:hover{background:transparent;transform:none;box-shadow:none}.Management-modal .Management-table td{display:table-cell;padding:12px;border-bottom:1px solid #ececec;font-size:15px;position:static;flex-direction:row;justify-content:flex-start;gap:0;margin-top:0;border-top:none}.Management-modal .Management-table td:before{display:none}.Management-modal .Management-table td.actions{flex-direction:row;justify-content:flex-start;gap:10px;margin-top:0;padding-top:12px;border-top:none}.Management-modal .Management-table td.actions:before{display:none}.Management-modal .Management-table .actions button{flex:1;min-width:80px;padding:10px;font-size:13px;margin:0}}.tt-wrapper{padding:24px;font-family:Inter,sans-serif;color:#111827;max-width:1400px;margin:0 auto}.tt-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}.tt-header h2{font-size:24px;font-weight:700;color:#374151;margin:0}.tt-sub-btn{padding:10px 14px;border-radius:10px;border:none;background:#e8f5e9;color:#166534;font-weight:600;font-size:14px;cursor:pointer;transition:.2s}.tt-sub-btn:hover{background:#d1fae5}.tt-table-container{background:#fff;border-radius:14px;padding:18px;box-shadow:0 6px 18px #00000012;overflow-x:auto}.tt-table{width:100%;border-collapse:collapse}.tt-table th{padding:12px;background:#5d0eac4d;color:#111827;font-weight:600;text-align:center}.tt-day-header{width:120px;text-align:left!important}.tt-table td{padding:12px 8px;border-bottom:1px solid #ececec;text-align:center;vertical-align:middle}.tt-day-cell{text-align:left!important}.tt-period-cell{min-width:140px}.tt-cell-content{line-height:1.4}.tt-subject{font-weight:600;word-wrap:break-word}.tt-teacher{font-size:13px;color:#555;word-wrap:break-word}.tt-break{color:#999;font-style:italic}.tt-table tr:hover{background:#5310a508;transition:.2s}.tt-updated{text-align:right;margin-top:12px;color:#666;font-style:italic;font-size:14px}.tt-modal-overlay{position:fixed;inset:0;background:#00000040;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:flex;justify-content:center;align-items:center;z-index:2000}.tt-modal{background:#fff;padding:26px;width:720px;max-width:95%;border-radius:16px;box-shadow:0 10px 30px #0000001a;max-height:90vh;overflow-y:auto}.tt-modal::-webkit-scrollbar,.tt-table-container::-webkit-scrollbar{width:8px;height:8px}.tt-modal::-webkit-scrollbar-track,.tt-table-container::-webkit-scrollbar-track{border-radius:10px;background:#f1f1f1}.tt-modal::-webkit-scrollbar-thumb,.tt-table-container::-webkit-scrollbar-thumb{background:#6a11cb;border-radius:10px}.tt-modal::-webkit-scrollbar-thumb:hover,.tt-table-container::-webkit-scrollbar-thumb:hover{background:#5310a5}.tt-modal h3{font-size:20px;font-weight:700;margin-bottom:20px}.tt-sub-table-wrapper{overflow-x:auto}.tt-sub-table{width:100%;border-collapse:collapse;font-size:14px}.tt-sub-table th,.tt-sub-table td{padding:10px;text-align:left;border-bottom:1px solid #ececec}.tt-sub-table th{background:#5d0eac4d;font-weight:600}.tt-no-sub{color:#666;font-style:italic;margin:20px 0}.tt-modal-actions{margin-top:30px;display:flex;justify-content:flex-end}.tt-close-btn{padding:10px 16px;background:#6a11cb;color:#fff;border:none;border-radius:10px;font-weight:600;cursor:pointer}.tt-close-btn:hover{background:#5310a5}@media(max-width:600px){.tt-wrapper{padding:0}.tt-header{flex-direction:column;align-items:stretch;gap:12px}.tt-sub-btn{width:100%}.tt-table thead{display:none}.tt-table tbody{display:flex;flex-direction:column;gap:16px}.tt-table tr{display:flex;flex-direction:column;background:#fff;border-radius:14px;padding:16px;box-shadow:0 4px 12px #00000014;border:1px solid #ececec}.tt-table tr:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0000001f}.tt-table td{display:flex;flex-direction:column;padding:10px 0;border-bottom:1px dashed #e0e0e0;text-align:left}.tt-subject{font-weight:700;color:#5310a5;word-wrap:break-word}.tt-table td:last-child{border-bottom:none}.tt-table td:before{content:attr(data-label);font-weight:700;color:#57006d;font-size:14px;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px;opacity:.8}.tt-day-cell:before{content:"Day"}.tt-period-cell:before{content:"Period " attr(data-period)}.tt-modal{width:92%;padding:20px}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;width:100%}: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:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:clamp(14px,1.2vw,18px)}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}@media(max-width:768px){h1{font-size:clamp(1.8rem,6vw,2.4rem)}button{width:100%}}@media(min-width:1024px){body{max-width:100%;margin:0;padding:0}}
