*{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100vw;overflow-x:hidden}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word;margin-bottom:0}a{color:inherit;text-decoration:none}ul{margin:0;padding:0;list-style:none}input,select{background:0 0}button,input,select,textarea{border:none;outline:none}.hamburger-icon{color:#0d6efd;background:#f7f7f7;border-radius:8px;padding:12px;display:flex}.auth-page{background:#e0f2fe;justify-content:center;align-items:center;width:100%;height:calc(100vh - 64px);padding:8px;display:flex}.login-form{background:#fff;border-radius:12px;width:600px;padding:24px;box-shadow:0 2px 8px #63636333}.login-form.actual-log{width:500px}@media (max-width:768px){.login-form{width:100%}}.login-form h1{font-size:32px}.login-form p{color:#96979b}.login-form form{width:100%}.login-form a{color:#0d6efd}.login-form a:hover{font-weight:700}.form-text-input{background-color:#f0f0f0;border-radius:16px;align-items:center;width:100%;height:42px;margin-bottom:1rem;padding:0 1rem;display:flex}.form-text-input label{height:27px}.form-text-input svg{stroke:#6666669a;fill:#6666669a;width:17px;height:17px}.form-text-input:hover{box-shadow:0 1px 1px #0d6efd}.form-text-input:focus-within{box-shadow:0 2px 4px #0d6efd}.form-text-input:hover svg,.form-text-input:focus-within svg,.filter-select:hover svg,.filter-select:focus:focus-within svg{fill:#0d6efd}.form-text-input input,.form-text-input select,.form-text-input textarea{color:#666;background:0 0;width:100%;height:100%;padding-left:12px;font-size:14px;font-weight:500;line-height:1}.form-text-input input::placeholder,.form-text-input textarea::placeholder{opacity:.6}.password-container{flex-direction:row;justify-content:space-between;align-items:center;gap:4px;width:95%;display:flex}.btn-blue{color:#fff;background:#0d6efd;border-radius:6px;justify-content:center;align-items:center;gap:5px;width:100%;height:42px;padding:6px 12px;font-weight:600;display:flex}.social-btn{color:#161616;background:#fff;border:1.5px solid #66666683;border-radius:16px;justify-content:center;align-items:center;gap:10px;width:100%;height:42px;font-weight:400;display:flex}.login-otp{align-items:flex-start;gap:var(--5,12px);align-self:stretch;display:flex}.login-otp input{text-align:center;color:#666;border:1px solid #0d6efd;border-radius:5px;flex:1 0 0;justify-content:center;align-items:center;gap:8px;width:100%;padding:12px 8px;display:flex}.login-otp input:active,.login-otp input:focus{background:#fff}.login-otp input::placeholder{color:#9c9bab;text-align:center;font-size:14px;font-weight:500}.login-otp input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.login-otp input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.name-input::placeholder,.password::placeholder{color:#a3a3a3;letter-spacing:-.21px;font-family:Verdana,Geneva,Tahoma,sans-serif;font-size:14px;font-style:normal;font-weight:500;line-height:20px}.sign-in{color:#0d6efd;background:#f8f9fa;border:1px solid #0d6efd;font-size:14px;font-weight:500;display:flex}.sign-in:hover{background:#aed7ff}.sign-up{color:#f8f9fa;background:#0d6efd;font-size:14px;font-weight:500;display:flex}.sign-up:hover{background:#6ba6ff}.verify-modal{z-index:10000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:#00000080;justify-content:center;align-items:center;width:100%;height:100%;padding:4px;display:flex;position:fixed;top:0;left:0}.close-modal{cursor:pointer;color:#0d6efd;position:absolute;top:24px;right:24px;transform:scale(1.8)}.navbar{z-index:10;background-color:#fff;border-bottom:1px solid #e5e5e5;justify-content:space-between;align-items:center;width:100%;height:64px;padding:0 20px;display:flex;position:sticky;top:0}.navbar-admin{cursor:pointer;padding:6px 15px;font-size:14px;font-weight:500;position:relative}.navbar-admin:hover{color:#fff;background:#2f82ffcc;border-radius:4px}.navbar-avatar{cursor:pointer;border-radius:50%}.profile-modal{z-index:200;opacity:0;pointer-events:none;background:0 0;padding-top:20px;transition:all .25s ease-in-out;position:absolute;top:100%;right:0;transform:translateY(-5px)}.profile-modal.nav-modal{padding-top:66px;top:0;right:8px}.profile-modal.show{opacity:1;pointer-events:auto;transform:translateY(0)}.profile-modal-container{background:#fff;border:1px solid #ddd;border-radius:8px;min-width:180px;padding:10px 0;box-shadow:0 4px 12px #00000014}.menu-modal{z-index:200;opacity:0;pointer-events:none;background:0 0;transition:all .25s ease-in-out;position:absolute;top:64px;left:0;transform:translate(-5px)}.menu-modal.show{opacity:1;pointer-events:auto;transform:translateY(0)}.menu-modal-container{background:#fff;border:1px solid #ddd;border-radius:0 8px;min-width:250px;height:100vh;padding:10px 0}.dropdown{z-index:200;opacity:0;pointer-events:none;background:0 0;padding-top:18px;transition:all .25s ease-in-out;position:absolute;top:100%;right:0;transform:translateY(-8px)}.dropdown.show{opacity:1;pointer-events:auto;transform:translateY(0)}.dropdown-container{color:#666;background:#fff;border:1px solid #ddd;border-radius:8px;flex-direction:column;align-items:flex-start;gap:8px;width:max-content;min-width:200px;padding:10px 0;display:flex;box-shadow:0 4px 12px #00000014}.profile-links{background:0 0;width:100%;padding:10px 15px;font-size:12.5px}.profile-links.active{color:#f7f9fa;background:#0d6efd;font-weight:600}.profile-links:hover{color:#0d6efd;background-color:#f7f9fa}.profile-info{flex-direction:column;align-items:flex-start;gap:4px;display:flex}.profile-info h1{font-size:16px}.profile-info p{font-size:13px}.right-select-dropdown{width:50%}.scroll-wrapper{scrollbar-width:none;box-sizing:border-box;overflow-x:auto}.scroll-inner{width:100%;display:inline-block}.form-table{border:1.5px solid #dee2e6;border-radius:6px;width:max-content;min-width:100%;display:inline-block}.form-table-row{border-bottom:1px solid #dee2e6;align-items:stretch;display:flex}.form-col{border-right:1px solid #dee2e6;flex:none;align-items:center;padding:8px 6px;font-size:13px;display:flex}.form-col.header{text-transform:uppercase;padding:12px 6px}.form-col:first-child{border-left:1px solid #dee2e6}.col-serial{flex:0 0 36px;justify-content:center;min-width:36px}.col-role{width:130px}.col-name{flex:1 0 215px;min-width:215px}.col-email{flex:1 0 195px;min-width:195px}.col-status{flex:1 0 98px;min-width:98px}.col-comment{flex:1 0 185px;min-width:185px}.col-amount{flex:1 0 90px;min-width:90px}.col-phone{flex:1 0 118px;min-width:118px}.col-term{flex:1 0 112px;min-width:112px}.col-resume{flex:1 0 155px;min-width:155px}.col-picture{flex:1 0 150px;min-width:150px}.col-attend{width:108px}.col-session{flex:1 0 97px;min-width:97px}.col-gender{flex:1 0 80px;min-width:80px}.col-year{flex:1 0 70px;min-width:70px}.col-score{width:100px}.col-action{justify-content:center;width:100px}.col-pin{width:65px}.form-table input,.form-dropdown input{border:1.5px solid #dee2e6;border-radius:6px;width:100%;padding:4px 8px;font-size:14px;font-weight:400;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;display:block}.form-table select,.form-dropdown select{cursor:pointer;border:1.5px solid #dee2e6;border-radius:6px;width:100%;padding:4px 6px;font-size:14px;font-weight:400;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;display:block}.form-table input:hover,.form-table select:hover,.form-dropdown select:hover,.form-dropdown input:hover{box-shadow:0 0 4px #0d6efd}.form-table input:focus-within,.form-table select:focus-within,.form-dropdown select:focus-within,.form-dropdown input:focus-within{border:2px solid #0d6efd}.not-admin-container{justify-content:center;align-items:center;padding:20px;display:flex}.not-admin-card{text-align:center;background:#fff;border-radius:14px;flex-direction:column;align-items:center;width:100%;max-width:380px;padding:32px 42px;display:flex;box-shadow:0 4px 24px #00000014}.not-admin-card .icon{color:#eab308;margin-bottom:12px;font-size:60px}.not-admin-card h1{color:#222;margin-bottom:12px;font-size:22px}.not-admin-card p{color:#555;font-size:15px}.search-dropdown{border:1.5px solid #13135b36;width:420px}.search-modal{z-index:1000;background:#fff;border:1px solid #eee;border-radius:12px;width:100%;position:absolute;top:105%;left:0;overflow:hidden;box-shadow:0 10px 30px #00000014}.search-modal-item{color:#0f172a;border-bottom:1px solid #f5f5f5;padding:6px 8px;text-decoration:none;display:block}.filter-select:hover,.filter-select:focus-within{box-shadow:0 1px 4px #0d6efd}.filter-select{border:1.5px solid #abb1ba;border-radius:6px;align-items:center;width:150px;height:32px;font-size:14px;display:flex;position:relative}.filter-select select{opacity:0;cursor:pointer;height:32px}.form-dropdown{flex-direction:column;align-items:flex-start;gap:4px;width:100%;display:flex}.form-dropdown select,.form-dropdown input{height:36px}.confirm-modal-overlay{z-index:9999;background-color:#00000080;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.confirm-modal{text-align:center;background-color:#fff;border:1.5px solid #dee2e6;border-radius:8px;width:340px;padding:24px;box-shadow:0 4px 8px #0003}.confirm-button{cursor:pointer;color:#222;background:red;border-radius:4px;width:100%;margin-top:8px;padding:8px 16px;font-size:14px;font-weight:600}.master-sheet-table,.student-table{border-collapse:collapse;width:100%;font-size:14px}.master-sheet-table tbody tr:hover{background-color:#e8e7e7}.master-sheet-table th,.student-table th{color:#fff;text-align:center;text-transform:uppercase;background-color:#0d6efd;border:1.5px solid #dee2e6;padding:12px 4px;font-weight:500}.master-sheet-table td,.student-table td{text-align:center;border:1.5px solid #dee2e6;padding:8px 4px;font-size:13px}.master-comment{max-width:400px}th,td{text-align:center;border:1.5px solid #dee2e6;padding:4px;font-size:clamp(12px,.75vw,14px)}table{border-collapse:collapse;width:100%}th{color:#036;background:#ccc}.enable-result-card{background:var(--Nuetral-Light,#fff);border:1px solid #e2e4e9;border-radius:10px;flex-direction:column;justify-content:space-between;align-self:stretch;align-items:center;margin-bottom:24px;padding:16px;display:flex;box-shadow:0 0 2px #0000000d}.enable-result-card h1{color:#003585;border-bottom:1px solid #fafafa;margin-bottom:12px;font-size:20px;font-weight:700}.enable-result-card p{color:#003585;font-size:15px}.main-body{flex-direction:column;align-items:center;gap:32px;width:100%;display:flex}.profile-bg{flex-direction:column;justify-content:center;align-self:stretch;align-items:center;display:flex}.profile-img-div{flex-direction:column;align-items:center;gap:12px;margin-top:-60px;padding:0 32px;display:flex}.profile-img-div h1{color:#171717;letter-spacing:-.27px;font-family:Verdana,Geneva,Tahoma,sans-serif;font-size:18px;font-style:normal;font-weight:500;line-height:24px}.profile-img-div h2{color:#171717;letter-spacing:-.27px;font-family:Verdana,Geneva,Tahoma,sans-serif;font-size:12px;font-style:italic;font-weight:400;line-height:20px}.profile-img-div p{color:#5c5c5c;font-family:Verdana,Geneva,Tahoma,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:16px}.profile-form{flex-direction:column;align-self:stretch;gap:16px;display:flex}.profile-form label,.save-title{color:#171717;letter-spacing:-.24px;align-items:center;margin-bottom:0;font-family:Verdana,Geneva,Tahoma,sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:24px;display:flex}.profile-form p{color:#a3a3a3;letter-spacing:-.21px;font-family:Verdana,Geneva,Tahoma,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.dash-tab-btns{color:#5c5c5c;letter-spacing:-.21px;border-radius:0;padding:0 6px 18px;font-family:Verdana,Geneva,Tahoma,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.dash-tab-btns.active-btn{color:#0d6efd;border-bottom:3px solid #0d6efd}.border-div{opacity:.5;background:#d1d1d1;width:100%;height:1px;display:flex}.details-h1{letter-spacing:-.27px;color:#171717;font-family:Verdana,Geneva,Tahoma,sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:24px}.save-btn{letter-spacing:-.21px;border-radius:5px;justify-content:center;align-items:center;gap:4px;height:40px;padding:0 16px;font-family:Verdana,Geneva,Tahoma,sans-serif;font-size:14px;font-style:normal;font-weight:500;line-height:20px;display:flex}.btn-div{justify-content:flex-end;align-items:center;gap:12px;width:100%;display:flex;position:absolute;bottom:-64px;right:50px}.img-btn{border:1px solid var(--stroke-soft-200,#ebebeb);background:var(--bg-white-0,#fff);letter-spacing:-.21px;color:#5c5c5c;border-radius:5px;justify-content:center;align-self:stretch;align-items:center;gap:8px;padding:3px 6px;font-family:Verdana,Geneva,Tahoma,sans-serif;font-size:13px;font-style:normal;font-weight:500;line-height:1;display:flex;position:relative;box-shadow:0 1px 6px #00000080}.image-btns-div{flex-direction:column;align-items:flex-start;gap:8px;width:150px;display:flex}.image-input{opacity:0;z-index:999;width:100%;height:100%;position:absolute}.img-btn h2{letter-spacing:-.21px;color:#5c5c5c;font-size:13px;font-style:normal;font-weight:500;line-height:1}.info-tab{color:#334155;background:#f1f5f9;border-radius:999px;padding:6px 12px;font-size:13px;font-weight:500}.info-tab.male{color:#1d4ed8;background:#dbeafe}.info-tab.female{color:#9d174d;background:#fce7f3}.history-status{border:1px solid #eee;border-radius:14px;padding:12px}.history-status h2{color:#666;margin:4px 0 0;font-size:13px}.bio-info-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:12px;display:grid}.student-card{flex-direction:column;gap:4px;display:flex}.student-card p,.current-info{color:#64748b;font-size:13px}.student-card h3{color:#0f172a;font-size:16px}.card-body h5{margin-bottom:20px;font-size:1.35rem;font-weight:600}.enrollment-status{border-radius:999px;padding:6px 12px;font-size:13px;font-weight:600}.enrollment-status.graduated{color:#166534;background:#dcfce7}.enrollment-status.left{color:#991b1b;background:#fee2e2}.enrollment-status.continuing{color:#1d4ed8;background:#dbeafe}.enrollment-status.new{color:#2dd81d;background:#e0fedb}.history-item{background:#f8fafc;border-radius:10px;flex-direction:row;justify-content:space-between;align-items:flex-start;gap:12px;padding:12px;display:flex}.contact-hero{background:linear-gradient(#0009,#0009),url(../media/contact.0xv5zzl4p53rh.jpg) 50%/cover no-repeat;height:350px}.contact-card{background:#f9f9f9;border-radius:10px;flex-direction:column;gap:6px;transition:all .3s;display:flex;box-shadow:0 5px 5px #00000040}.contact-card:hover{transform:translateY(-5px)}.contact-form .form-control{border-radius:6px;flex-direction:column;align-items:flex-start;gap:8px;padding:10px;display:flex}.map-container{border-radius:10px;height:400px;overflow:hidden}.footer{background-color:#0d1b2a}.footer h5{color:#fff;font-size:18px}.footer p{font-size:13px}.footer-links li{margin-bottom:8px}.footer-links a{color:#ccc;font-size:13px;text-decoration:none;transition:all .3s}.footer-links a:hover{color:#fff}.social-icon{color:#fff;background:#1877f2;border-radius:30%;justify-content:center;align-items:center;width:32px;height:32px;font-size:20px;text-decoration:none;transition:all .3s;display:inline-flex}.instagram{background:radial-gradient(circle at 30% 107%,#fdf497 0% 5%,#fd5949 45%,#d6249f 60%,#285aeb 90%)}.social-icon:hover{background:#415a77}.footer-bottom{color:#aaa;border-top:1px solid #ffffff1a;font-size:14px}.about-hero{background:linear-gradient(#0009,#0009),url(../media/about.1579.go4m0otl.png) 50%/cover no-repeat;height:350px}.mission-card{background:#fff;border-radius:10px;box-shadow:0 0 2px 2px #00000014}.value-card{background:#fff;border-radius:10px;flex-direction:column;gap:8px;height:100%;padding:16px;transition:all .3s;display:flex}.value-card:hover{transform:translateY(-5px)}.gallery-img{object-fit:cover;border-radius:10px;width:100%;height:220px;transition:all .3s}.gallery-img:hover{transform:scale(1.05)}.about-stats{background:#1b263b}.testimonial-card{background:#fff;border-radius:10px;font-style:italic;box-shadow:0 5px 15px #00000014}.hero{background:linear-gradient(#0009,#0009),url(../media/home.0an7v5-lrwfzz.avif) 50%/cover no-repeat;height:calc(100vh - 64px)}.feature-box{background:#fff;border-radius:10px;flex-direction:column;gap:12px;padding:20px;transition:all .3s;display:flex}.feature-box:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0000001a}.carousel-item{padding:20px}.sidebar{z-index:1000;border-right:1px solid #dee2e6;min-width:242px;max-width:242px;height:100vh;position:sticky;top:0;overflow-y:auto}.main-area{flex-direction:column;flex:1;height:100vh;display:flex}.content-area{background:#f7f9fa;flex:1;width:calc(100vw - 242px);min-height:calc(100vh - 64px);overflow:auto}.overlay{top:0;z-index:10000;background:#fff9;justify-content:center;align-items:center;height:100vh;display:flex;position:absolute;inset:0}.pagination-wrapper{justify-content:center;padding:20px 0 32px;display:flex}.custom-pagination{gap:6px;margin:0;padding:0;list-style:none;display:flex}.custom-pagination li{display:flex}.custom-pagination button{cursor:pointer;background:#f1f3f5;border:none;border-radius:6px;padding:6px 12px;font-size:14px;transition:all .2s}.custom-pagination button:hover{background:#dee2e6}.custom-pagination li.active button{color:#fff;background:#212529;font-weight:600}.custom-pagination li.disabled button{opacity:.5;cursor:not-allowed}.custom-pagination li.dots span{color:#6c757d;padding:6px 10px}.testimonial-wrapper{width:100%;padding:24px 0}.transition-slider{transition:transform .7s ease-in-out}.gallery-img-wrapper{height:250px;position:relative}.lightbox{z-index:9999;background:#000000f2;width:100%;height:100%;position:fixed;top:0;left:0}.lightbox-img-wrapper{width:90%;height:80%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.close{color:#fff;cursor:pointer;font-size:40px;position:absolute;top:20px;right:30px}.prev,.next{color:#fff;cursor:pointer;background:0 0;border:none;font-size:50px;position:absolute;top:50%;transform:translateY(-50%)}.prev{left:20px}.next{right:20px}.sort-dropdown{z-index:100;background:#fff;border:1px solid #ddd;border-radius:8px;min-width:180px;padding:6px;position:absolute;top:110%;right:0;box-shadow:0 8px 20px #00000014}.sort-dropdown button{text-align:left;background:0 0;border:none;border-radius:6px;width:100%;margin-bottom:8px;padding:8px 10px;font-size:14px}.sort-dropdown button:hover{background:#f5f5f5}.sort-dropdown button.active{background:#e9f2ff;font-weight:500}.population-table{border-collapse:separate;border-spacing:0 5px}.population-table thead th{color:#6c757d;letter-spacing:.04em;white-space:nowrap;background:#f8f9fa;border:none;padding:10px 18px;font-size:.78rem;font-weight:700}.population-table tbody tr{background:#fff;box-shadow:0 2px 10px #0000000a}.population-table tbody td{vertical-align:middle;border:none;padding:6px 12px}.population-table tbody td:first-child{border-top-left-radius:14px;border-bottom-left-radius:14px}.population-table tbody td:last-child{border-top-right-radius:14px;border-bottom-right-radius:14px}.table-badge{border-radius:999px;justify-content:center;align-items:center;min-width:40px;height:28px;padding:0 12px;font-size:13px;font-weight:600;display:inline-flex}.total-badge{color:#4338ca;background:#eef2ff}.male-badge{color:#0369a1;background:#e0f2fe}.female-badge{color:#be185d;background:#fce7f3}.student-action-grid{grid-template-columns:repeat(4,1fr);gap:12px;width:100%;display:grid}@media (max-width:1045px){.student-action-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.search-dropdown,.right-select-dropdown,.content-area{width:100%}.sidebar{display:none}.btn-div{justify-content:space-between;padding:16px 20px;bottom:-72px;right:0}.save-btn{width:100%}.main-body{gap:20px}.col-session{width:80px}.col-picture{width:100px}}@media (max-width:440px){.col-comment{width:180px}master-comment{width:250px}.confirm-modal{width:100%;margin:0 12px}}
