@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5}.auth-container{display:flex;justify-content:center;background-image:url(https://res.cloudinary.com/da82lkb5h/image/upload/v1748347048/EXCEL_LOGIN_PAGE_if0pm4.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;align-items:center;min-height:100vh;padding:20px;font-family:inherit}.auth-card{background:#ffffffcd;border-radius:12px;box-shadow:0 8px 30px #0000004d;width:100%;max-width:380px;padding:24px;position:relative;transition:all .3s ease}.auth-card.reset-mode{max-width:380px}.auth-card h2{color:#2d3748;font-size:1.8rem;margin-bottom:1.5rem;text-align:center;font-weight:600}.input-field{position:relative;margin-bottom:1.5rem}.input-field .input-icon{position:absolute;left:15px;top:50%;transform:translateY(-50%);color:#a0aec0;font-size:1rem}.input-field input{width:100%;padding:12px 15px 12px 45px;border:1px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:border-color .3s;background-color:#f8fafc;font-family:inherit}.input-field input:focus{outline:none;border-color:#4299e1;box-shadow:0 0 0 3px #4299e133}.primary-btn{width:100%;padding:12px;background-color:#143f70;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .3s;display:flex;justify-content:center;align-items:center;gap:8px}.primary-btn:hover{background-color:#133c6a}.primary-btn:disabled{background-color:#dae1e4;cursor:not-allowed}.reset-btn{background-color:#143f70;font-family:inherit;font-size:1rem;font-weight:600;height:38px}.password-field{position:relative}.password-toggle{position:absolute;right:15px;top:50%;transform:translateY(-50%);cursor:pointer;color:#666;transition:color .2s}.password-toggle:hover{color:#333}.text-btn{background:none;border:none;color:#143f70;font-size:.9rem;cursor:pointer;padding:5px;margin:0 auto;display:block;text-align:center}.text-btn:hover{text-decoration:underline}.error-message{color:#e53e3e;background-color:#fff5f5;padding:10px 15px;border-radius:8px;margin-bottom:1.5rem;display:flex;align-items:center;gap:8px;font-size:.9rem}.info-message{padding:10px 15px;border-radius:8px;margin-top:1rem;display:flex;align-items:center;gap:8px;font-size:.9rem}.info-message.success{color:#38a169;background-color:#f0fff4}.info-message.error{color:#e53e3e;background-color:#fff5f5}.hint-message{color:#718096;display:flex;align-items:center;gap:8px;font-size:.85rem;margin-top:1rem}.status-message{padding:12px;border-radius:8px;margin:1rem 0;display:flex;align-items:center;gap:10px;font-size:.75rem}.status-message.error{background-color:#fff5f5;color:#e53e3e;border:1px solid #fed7d7}.status-message.sent{background-color:#f0fff4;color:#38a169;border:1px solid #c6f6d5}.status-message.sending{background-color:#ebf8ff;color:#143f70;border:1px solid #bee3f8}.success-icon{color:#38a169}.error-icon{color:#e53e3e}.reset-hint{color:#718096;display:flex;align-items:center;gap:8px;font-size:.9rem;margin-top:1rem;justify-content:center}.spinner{width:16px;height:16px;animation:spin 1s linear infinite}.back-button{position:absolute;top:30px;left:20px;background:none;border:none;color:#718096;font-size:1rem;cursor:pointer;padding:5px}.back-button:hover{color:#2d3748}.auth-footer{margin-top:1rem;text-align:center}.signup-prompt{margin-top:1rem;color:#666;font-size:.95rem}.signup-link{color:#143f70;font-weight:600;text-decoration:underline;display:inline-flex;align-items:center;gap:5px}.signup-link:hover{text-decoration:underline}@media (max-width: 480px){.auth-container{padding:16px;align-items:center;background-image:url(https://res.cloudinary.com/da82lkb5h/image/upload/v1748347116/Phone_View_1_knbzv6.jpg)}.auth-card{padding:25px 20px;border-radius:10px}.auth-card h2{font-size:1.2rem;margin-bottom:1.2rem}.input-field input{padding:10px 12px 10px 40px;font-size:.95rem}.input-field .input-icon{font-size:.9rem;left:12px}.primary-btn{padding:10px;font-size:.95rem}.text-btn,.signup-prompt{font-size:.85rem}.error-message,.info-message,.hint-message{font-size:.85rem;padding:8px 12px}.back-button{position:absolute;top:20px}}@media (max-width: 360px){.auth-card{padding:20px 15px}.auth-card h2{font-size:1.2rem}.input-field input{padding:8px 10px 8px 36px}.signup-prompt{display:block;gap:5px}.reset-hint{display:block;font-size:.75rem}}.add_student_container{max-width:800px;margin:2rem auto;padding:2rem 2rem 5rem;background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014}.add_student_header{text-align:center;margin-bottom:2rem}.add_student_header h2{font-size:1.8rem;font-weight:700;color:#2d3748;margin-bottom:.5rem}.add_student_header p{color:#718096;font-size:1rem}.add_student_stepper{display:flex;align-items:center;justify-content:center;margin-bottom:2.5rem;position:relative}.add_student_step{display:flex;flex-direction:column;align-items:center;z-index:2}.add_student_step_number{width:36px;height:36px;border-radius:50%;background-color:#e2e8f0;color:#64748b;display:flex;align-items:center;justify-content:center;font-weight:600;transition:all .3s ease}.add_student_step.add_student_active .add_student_step_number{background-color:#3b82f6;color:#fff}.add_student_step_label{margin-top:8px;font-size:.875rem;color:#64748b;font-weight:500}.add_student_step.add_student_active .add_student_step_label{color:#64748b;font-weight:600}.add_student_step_connector{height:2px;background-color:#e2e8f0;flex-grow:1;max-width:100px;margin:0 -10px}.help-card{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:1rem;margin:1rem 0 1.5rem;animation:fadeIn .3s ease-out}.help-header{display:flex;align-items:center;margin-bottom:.5rem;color:#334155;font-weight:500}.help-header svg{margin-right:.5rem;color:#4f46e5}.help-list{margin:0;padding-left:1.25rem;color:#64748b;font-size:.875rem;line-height:1.6}.help-list li{margin-bottom:.25rem}.help-list strong{color:#334155;font-weight:500}.add_student_form{width:100%}.add_student_verify_step{max-width:400px;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem}.add_student_details_step{width:100%}.add_student_form_grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;margin-bottom:2rem}.add_student_input_group{display:flex;flex-direction:column;gap:.5rem}.add_student_input_group label{font-size:.875rem;font-weight:500;color:#4a5568}.add_student_input_group input,.add_student_input_group select{padding:.75rem 1rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.9375rem;transition:all .2s ease;background-color:#f8fafc}.add_student_input_group input:focus,.add_student_input_group select:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}.add_student_input_group input.add_student_error,.add_student_input_group select.add_student_error{border-color:#ef4444}.add_student_error_message{color:#ef4444;font-size:.75rem;margin-top:.25rem}.add_student_actions_container{position:relative;width:100%}.add_student_form_actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:1.5rem}.add_student_primary_btn{padding:.75rem 1.5rem;background-color:#3b82f6;color:#fff;border:none;border-radius:8px;font-weight:600;font-size:.9375rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.add_student_primary_btn:hover{background-color:#3b7de8}.add_student_secondary_btn{padding:.75rem 1.5rem;background-color:#f1f5f9;color:#6c757d;border:none;border-radius:8px;font-weight:600;font-size:.9375rem;cursor:pointer;transition:all .2s ease}.add_student_secondary_btn:hover{background-color:#e2e8f0}.add_student_spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin 1s ease-in-out infinite}.add_student_modal_overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);animation:add_student_fadeIn .3s ease-out}.add_student_modal_content{background-color:#fff;border-radius:16px;width:100%;max-width:400px;box-shadow:0 10px 25px #00000026;overflow:hidden;transform:translateY(0);animation:add_student_slideUp .4s cubic-bezier(.22,1,.36,1)}.add_student_modal_header{display:flex;align-items:center;padding:1.5rem;background:linear-gradient(135deg,#3b82f6,#7c3aed);color:#fff}.add_student_modal_icon{width:24px;height:24px;margin-right:12px}.add_student_modal_title{margin:0;font-size:1.25rem;font-weight:600;color:#fff}.add_student_modal_body{padding:1.5rem}.add_student_modal_text{margin:0;color:#4a5568;line-height:1.6;font-size:1rem}.add_student_modal_footer{padding:0 1.5rem 1.5rem;display:flex;justify-content:flex-end}.add_student_modal_button{display:inline-flex;align-items:center;padding:.75rem 1.25rem;background-color:#4f90f8;color:#fff;border:none;border-radius:8px;font-weight:500;font-size:.9375rem;cursor:pointer;transition:all .2s ease}.add_student_modal_button:hover{background-color:#3b82f6;transform:translateY(-1px)}.add_student_modal_button_icon{width:18px;height:18px;margin-left:8px}@keyframes add_student_fadeIn{0%{opacity:0}to{opacity:1}}@keyframes add_student_slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@media (max-width: 768px){.add_student_container{padding:1.25rem 1.25rem 6rem;margin:.5rem;border-radius:12px}.add_student_header h2{font-size:1.4rem;margin-bottom:.25rem}.add_student_header p{font-size:.9rem}.add_student_form_grid{gap:1rem}.add_student_input_group{gap:.4rem}.add_student_input_group input,.add_student_input_group select{padding:.65rem .9rem;font-size:.9rem}.add_student_stepper{margin-bottom:1.75rem}.add_student_step_connector{max-width:40px;margin:0 -5px}.add_student_step_number{width:28px;height:28px;font-size:.8rem}.add_student_step_label{font-size:.7rem;margin-top:4px}.add_student_actions_container{position:fixed;bottom:0;left:0;right:0;background:#fff;padding:.75rem 1rem;box-shadow:0 -2px 10px #0000001a;z-index:100}.add_student_form_actions{margin-top:0;gap:.75rem}.add_student_primary_btn,.add_student_secondary_btn{padding:.7rem 1rem;font-size:.9rem;flex:1}.help-card{padding:.8rem;margin:.75rem 0 1.25rem}.help-list{font-size:.8rem;padding-left:1rem}}@media (max-width: 480px){.add_student_container{padding:1rem 1rem 6.5rem}.add_student_header h2{font-size:1.3rem}.add_student_header p{font-size:.85rem}.add_student_modal_content{margin:0 .75rem;max-width:calc(100% - 1.5rem)}.add_student_modal_header{padding:1rem}.add_student_modal_title{font-size:1.1rem}.add_student_modal_body{padding:1rem}.add_student_modal_text{font-size:.9rem}.add_student_modal_footer{padding:0 1rem 1rem}.add_student_modal_button{padding:.65rem 1rem;font-size:.9rem}}@media (max-width: 320px){.add_student_container{padding:.75rem .75rem 7rem}.add_student_input_group input,.add_student_input_group select{padding:.6rem .8rem}.add_student_form_actions{flex-direction:column}.add_student_primary_btn,.add_student_secondary_btn{width:100%}}@media (max-width: 768px){.add_student_input_group input,.add_student_input_group select,.add_student_input_group textarea{font-size:16px!important}}:root{--primary-color: #4361ee;--primary-light: #e0e7ff;--secondary-color: #3f37c9;--success-color: #4cc9f0;--danger-color: #f72585;--warning-color: #f8961e;--info-color: #4895ef;--light-color: #f8f9fa;--dark-color: #212529;--gray-color: #6c757d;--white: #ffffff;--border-radius: 8px;--border-radius-sm: 4px;--box-shadow: 0 4px 6px rgba(0, 0, 0, .1);--box-shadow-md: 0 10px 15px rgba(0, 0, 0, .1);--transition: all .3s ease}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Poppins,sans-serif;line-height:1.6;color:var(--dark-color);-webkit-font-smoothing:antialiased}h1,h2,h3,h4{font-weight:600;line-height:1.2}.student-management{display:flex;flex-direction:column;min-height:100vh;position:relative;padding-bottom:80px}.student-management__header{padding:1.5rem}.header-container{max-width:1400px;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem}.student-management__title{font-size:1.75rem;font-weight:600;color:#1e293b;margin:0}.header-controls{display:flex;gap:1rem;width:100%}.search-container{flex:1}.search-input{width:100%;padding:.75rem 1rem;border:1px solid #cbd5e1;border-radius:8px;font-family:Poppins,sans-serif;font-size:1rem;transition:all .3s ease}.search-input:focus{outline:none;border-color:#4361ee;box-shadow:0 0 0 2px #e0e7ff}.filter-select{padding:.75rem 1rem;border:1px solid #cbd5e1;border-radius:8px;font-family:Poppins,sans-serif;font-size:1rem;min-width:180px;background-color:#fff;transition:all .3s ease}.filter-select:focus{outline:none;border-color:#4361ee;box-shadow:0 0 0 2px #e0e7ff}.student-management__content{flex:1;padding:1.5rem 1.5rem 2rem;max-width:1400px;width:100%;margin:0 auto}.student-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem;margin-bottom:1rem;padding-bottom:1rem}.student-card{background-color:var(--white);border-radius:var(--border-radius);box-shadow:var(--box-shadow);overflow:hidden;transition:var(--transition);display:flex;flex-direction:column}.student-card:hover{transform:translateY(-5px);box-shadow:var(--box-shadow-md)}.student-card__header{display:flex;align-items:center;padding:1.25rem;border-bottom:1px solid rgba(0,0,0,.05)}.student-card__avatar{width:48px;height:48px;border-radius:50%;background-color:var(--primary-color);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;margin-right:1rem;flex-shrink:0}.student-card__info{flex:1;min-width:0}.student-card__name{font-size:1.1rem;font-weight:600;margin-bottom:.25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.student-card__course{font-size:.875rem;color:var(--gray-color);margin-bottom:.5rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.student-card__status{display:inline-block;padding:.25rem .5rem;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.student-card__status--enrolled{background-color:#4cc9f01a;color:var(--success-color)}.student-card__status--enquiry{background-color:#f895221a;color:var(--warning-color)}.student-card__details{padding:1.25rem;flex:1}.student-card__detail-row{display:flex;justify-content:space-between;margin-bottom:.75rem;font-size:.875rem}.student-card__detail-row span:first-child{color:var(--gray-color);font-weight:500}.student-card__detail-row span:last-child{font-weight:600;text-align:right;max-width:60%;overflow:hidden;text-overflow:ellipsis}.student-card__actions{display:flex;border-top:1px solid rgba(0,0,0,.05)}.student-card__button{flex:1;padding:.75rem;border:none;background:none;font-weight:600;font-size:.875rem;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:var(--transition)}.student-card__button--edit{color:var(--primary-color);border-right:1px solid rgba(0,0,0,.05)}.student-card__button--edit:hover{background-color:#4361ee0d}.student-card__button--view{color:var(--info-color)}.student-card__button--view:hover{background-color:#4895ef0d}.pagination-controls{display:flex;justify-content:center;align-items:center;gap:.5rem;margin:2rem 0;width:100%;overflow-x:auto;padding:.5rem 0;-webkit-overflow-scrolling:touch}.pagination-button{padding:.5rem 1rem;border:1px solid #ddd;background-color:var(--white);color:var(--dark-color);border-radius:var(--border-radius);cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:var(--transition);font-family:Poppins,sans-serif;white-space:nowrap;flex-shrink:0}.pagination-button:disabled{opacity:.5;cursor:not-allowed}.pagination-button:hover:not(:disabled){background-color:var(--light-color)}.page-numbers{display:flex;gap:.25rem;flex-wrap:wrap;justify-content:center}.page-button{min-width:40px;height:40px;border:1px solid #ddd;background-color:var(--white);color:var(--dark-color);border-radius:var(--border-radius-sm);cursor:pointer;transition:var(--transition);font-family:Poppins,sans-serif;display:flex;align-items:center;justify-content:center;flex-shrink:0}.page-button:hover{background-color:var(--light-color)}.page-button.active{background-color:var(--primary-color);color:#fff;border-color:var(--primary-color)}.page-ellipsis{display:flex;align-items:center;justify-content:center;min-width:40px;height:40px;color:var(--gray-color)}.button svg{width:18px;height:18px}.button--primary svg{stroke:#fff}.button--outline svg{stroke:var(--primary-color)}.modal{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;z-index:1000}.modal__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#00000080}.modal__container{position:relative;background-color:var(--white);border-radius:var(--border-radius);box-shadow:var(--box-shadow-md);width:90%;max-width:800px;max-height:90vh;display:flex;flex-direction:column;z-index:1;overflow:hidden}.modal--edit .modal__container{max-width:900px}.modal__header{padding:1.5rem;border-bottom:1px solid rgba(0,0,0,.1);display:flex;justify-content:space-between;align-items:center}.modal__title{font-size:1.5rem;font-weight:600;color:var(--dark-color)}.modal__subtitle{font-size:.875rem;color:var(--gray-color);margin-top:.25rem}.student-title{display:flex;align-items:center;gap:1rem}.student-title__avatar{width:48px;height:48px;border-radius:50%;background-color:var(--primary-color);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700}.modal__close-button{background:none;border:none;color:var(--gray-color);cursor:pointer;padding:.5rem;transition:var(--transition)}.modal__close-button:hover{color:var(--dark-color);transform:rotate(90deg)}.modal__content{padding:1.5rem;overflow-y:auto;flex:1}.form-section{margin-bottom:1.5rem}.form-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem}.form-group{margin-bottom:1rem}.form-group__label{display:block;margin-bottom:.5rem;font-size:.875rem;font-weight:600;color:var(--dark-color)}.form-outlined-input{width:100%;padding:.75rem 1rem;border:1px solid #ddd;border-radius:var(--border-radius-sm);font-size:1rem;font-family:Poppins,sans-serif;transition:var(--transition)}.form-outlined-input:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 2px var(--primary-light)}.details-section{margin-bottom:2rem}.details-section__title{font-size:1.1rem;font-weight:600;margin-bottom:1rem;color:var(--primary-color);padding-bottom:.5rem;border-bottom:1px solid rgba(0,0,0,.1)}.details-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.details-item{margin-bottom:1rem}.details-item__label{display:block;font-size:.75rem;color:var(--gray-color);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.25rem}.details-item__value{font-size:.9375rem;font-weight:500;word-break:break-word}.details-item__value--enrolled{color:var(--success-color);font-weight:600}.details-item__value--enquiry{color:var(--warning-color);font-weight:600}.button{padding:.75rem 1.5rem;border-radius:var(--border-radius);font-size:1rem;font-weight:600;cursor:pointer;transition:var(--transition);display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border:2px solid transparent;font-family:Poppins,sans-serif}.button--primary{background-color:var(--primary-color);color:#fff;border-color:var(--primary-color)}.button--primary:hover{background-color:var(--secondary-color);border-color:var(--secondary-color)}.button--outline{background-color:transparent;color:var(--primary-color);border-color:var(--primary-color)}.button--outline:hover{background-color:#4361ee1a}.button__spinner{width:20px;height:20px;animation:rotate 1s linear infinite}.modal__footer{padding:1.5rem;border-top:1px solid rgba(0,0,0,.1);display:flex;justify-content:flex-end;gap:.75rem}.modal__footer .button{flex:0 0 auto}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-state,.error-state,.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px;text-align:center;padding:2rem}.loading-state p,.error-state p,.empty-state p{margin-top:1rem;color:var(--gray-color)}.empty-state h3{margin-top:1rem;color:var(--dark-color)}.spinner{width:30px;height:30px;border:5px solid #f1f3f5;border-top-color:var(--primary-color);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width: 1024px){.search-container{width:250px}.student-list{grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}}@media (max-width: 768px){.student-management__header{padding:1rem;padding-bottom:70px}.header-container{gap:1rem}.header-controls{flex-direction:column;gap:.75rem}.search-container,.filter-select{width:100%}.student-list{grid-template-columns:1fr;gap:1rem}.student-card{border-radius:12px}.student-card__header,.student-card__details{padding:1rem}.student-card__actions{flex-direction:column}.student-card__button{padding:.75rem;justify-content:flex-start}.student-card__button--edit{border-right:none;border-bottom:1px solid rgba(0,0,0,.05)}.modal__container{width:100%;height:100%;max-height:none;border-radius:0}.modal__header{padding:1rem;position:sticky;top:0;background:#fff;z-index:1}.modal__content{margin:1rem;padding:1rem;overflow-y:auto;-webkit-overflow-scrolling:touch}.modal__footer{padding:1rem;position:sticky;bottom:0;background:#fff;border-top:1px solid rgba(0,0,0,.1)}.form-grid{grid-template-columns:1fr;gap:1rem}.form-outlined-input{padding:.875rem 1rem}.details-grid{grid-template-columns:1fr}.pagination-controls{flex-wrap:nowrap;justify-content:flex-start;padding-bottom:1rem}.pagination-button{padding:.5rem .75rem;font-size:.875rem}.page-numbers{flex-wrap:nowrap;margin:0 .5rem}.page-button,.page-ellipsis{min-width:36px;height:36px;font-size:.875rem}.pagination-wrapper{padding:.75rem}}@media (max-width: 480px){.student-card__header{flex-direction:column;align-items:flex-start;gap:.75rem}.student-card__avatar{margin-right:0}.modal__title{font-size:1.25rem}.button{padding:.875rem 1rem;width:100%}.form-outlined-input{font-size:.9375rem}.pagination-controls{gap:.25rem}.pagination-button{padding:.5rem}.page-button,.page-ellipsis{min-width:32px;height:32px}}@media (max-width: 375px){.student-management__header{padding:.75rem}.student-management__title{font-size:1.25rem}.student-card{border-radius:10px}.modal__header,.modal__content{padding:.75rem}}*{box-sizing:border-box;margin:0;padding:0}:root{--primary-color: #1f5fa9;--secondary-color: #2c7be5;--success-color: #28a745;--info-color: #17a2b8;--warning-color: #ffc107;--danger-color: #dc3545;--light-color: #f8f9fa;--dark-color: #343a40;--text-color: #495057;--border-color: #e9ecef;--sidebar-bg: #272727;--card-shadow: 0 4px 6px rgba(0, 0, 0, .2);--transition: all .3s ease}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background-color:#f5f7fa;color:var(--text-color);line-height:1.6}.dashboard-container{display:flex;min-height:100vh;position:relative}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;background-color:#ffffffe6}.loading-spinner{border:4px solid rgba(0,0,0,.1);border-radius:50%;border-top:4px solid var(--primary-color);width:40px;height:40px;animation:spin 1s linear infinite;margin-bottom:1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.dashboard{display:flex;min-height:100vh;flex-direction:row}:root{--sidebar-width: 80px;--sidebar-expanded: 220px;--primary-color: #3b82f6;--primary-light: #eff6ff;--text-color: #4b5563;--text-light: #9ca3af;--bg-color: #ffffff;--shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--transition: all .3s ease;--bottom-bar-height: 60px}.app-container{display:flex;min-height:100vh;position:relative}.desktop-sidebar{position:fixed;top:20px;left:20px;height:calc(100vh - 40px);width:var(--sidebar-width);background:var(--bg-color);border-radius:16px;box-shadow:var(--shadow);z-index:100;display:flex;flex-direction:column;transition:var(--transition);overflow:hidden;scroll-behavior:smooth}.desktop-sidebar:hover{width:var(--sidebar-expanded)}.sidebar-header{padding:20px;display:flex;justify-content:center;border-bottom:1px solid rgba(0,0,0,.05)}.sidebar-logo img{width:70px;height:70px;object-fit:contain}.sidebar-nav{flex:1;padding:20px 0;overflow-y:auto}.nav-item{display:flex;align-items:center;padding:12px 20px;margin:4px 10px;color:var(--text-color);text-decoration:none;transition:var(--transition);gap:12px;border-radius:8px;white-space:nowrap}.nav-item:hover{background:#f3f4f6}.nav-item.active{background:var(--primary-light);color:var(--primary-color);font-weight:500}.nav-icon{width:24px;height:24px;flex-shrink:0;fill:currentColor}.nav-text{opacity:0;transition:opacity .1s ease}.desktop-sidebar:hover .nav-text{opacity:1}.sidebar-footer{padding:20px;border-top:1px solid rgba(0,0,0,.05)}.logout-btn{display:flex;align-items:center;gap:12px;width:100%;padding:8px;background:transparent;color:var(--text-color);border:none;border-radius:8px;cursor:pointer;transition:var(--transition);white-space:nowrap}.logout-btn:hover{background:#f3f4f6}.logout-icon{width:24px;height:24px;flex-shrink:0;fill:currentColor}.logout-text{opacity:0;transition:opacity .1s ease}.desktop-sidebar:hover .logout-text{opacity:1}.profile-section{position:relative;justify-self:end;grid-column:3}.profile-btn{display:flex;align-items:center;gap:8px;background:none;border:none;cursor:pointer;padding:8px 12px;border-radius:8px;transition:all .2s ease}.profile-btn:hover{background-color:#f3f4f6}.profile-icon{width:36px;height:36px;border-radius:50%;background-color:#e5e7eb;display:flex;align-items:center;justify-content:center}.profile-name{font-weight:500}.profile-dropdown{position:absolute;right:0;top:100%;width:220px;background:#fff;border-radius:8px;box-shadow:0 4px 12px #0000001a;padding:8px 0;z-index:100;margin-top:8px}.dropdown-item{display:flex;align-items:center;gap:10px;padding:10px 16px;width:100%;background:none;border:none;text-align:left;cursor:pointer;transition:all .2s ease}.dropdown-item:hover{background-color:#f9fafb}.logout-item{color:#ef4444}.user-info{border-bottom:1px solid #f3f4f6;pointer-events:none;color:#6b7280}.logout-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.logout-modal{background:#fff;padding:24px;border-radius:12px;width:100%;max-width:400px;text-align:center}.logout-modal h3{margin-bottom:12px}.logout-modal p{margin-bottom:24px;color:#6b7280}.modal-actions{display:flex;gap:12px;justify-content:center}.modal-actions button{padding:10px 20px;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s ease}.cancel-btn{background:#f3f4f6;border:none}.cancel-btn:hover{background:#e5e7eb}.confirm-btn{background:#ef4444;color:#fff;border:none}.confirm-btn:hover{background:#dc2626}.view-btn{padding:6px 12px;background-color:var(--primary-light);color:var(--primary-color);border:1px solid var(--primary-color);border-radius:4px;font-size:.8rem;cursor:pointer;transition:var(--transition)}.view-btn:hover{background-color:var(--primary-color);color:#fff}.mobile-bottom-bar{position:fixed;bottom:0;left:0;right:0;height:72px;background:#fff;display:flex;justify-content:space-between;align-items:center;box-shadow:0 -4px 20px #00000014;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#ffffffd9;z-index:100;border-top-left-radius:18px;border-top-right-radius:18px;padding:0 8px}.mobile-nav-item:active:last-child{transform:scale(.95)}.mobile-nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:8px;color:var(--text-light);text-decoration:none;font-size:.7rem;gap:6px;flex:1;transition:all .2s ease;position:relative}.mobile-nav-item.active{color:var(--primary-color);transform:translateY(-4px)}.mobile-nav-item.active .mobile-nav-icon{transform:scale(1.15);animation:pulse 1.5s infinite}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.mobile-nav-icon{width:22px;height:22px;fill:currentColor;border:none;transition:all .2s ease}.mobile-nav-item.active:after{content:"";position:absolute;bottom:-8px;width:4px;height:4px;background-color:var(--primary-color);border-radius:50%}.main-content{flex:1;transition:var(--transition);padding:20px}@media (max-width: 768px){.desktop-sidebar,.desktop-only{display:none}.main-content{margin-left:0;padding-bottom:calc(var(--bottom-bar-height) + 20px)}}@media (min-width: 769px){.mobile-bottom-bar{display:none}}.dashboard-header{margin-bottom:24px}.header-content{display:flex;justify-content:space-between;align-items:center;gap:16px}.dashboard-header h1{font-size:2rem;color:var(--dark-color);margin-bottom:.5rem}.header-center{text-align:left}.sidebar-toggle{background:none;border:none;cursor:pointer;display:none}.welcome-message{color:#6c757d;font-size:1rem}.stats-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:2.5rem}.stats-card{background-color:#fff;border-radius:10px;padding:1.5rem;display:flex;justify-content:space-between;align-items:center;box-shadow:var(--card-shadow);transition:var(--transition)}.stats-card:hover{transform:translateY(-3px);box-shadow:0 6px 12px #0000001a}.stats-card.total-students{border-left:4px solid var(--primary-color)}.stats-card.enrolled{border-left:4px solid var(--success-color)}.stats-card.enquiries{border-left:4px solid var(--info-color)}.card-content h3{font-size:1rem;color:#6c757d;margin-bottom:.5rem}.card-content p{font-size:1.8rem;font-weight:600;color:var(--dark-color)}.card-icon{width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.total-students .card-icon{background-color:#1f5fa91a;color:var(--primary-color)}.enrolled .card-icon{background-color:#28a7451a;color:var(--success-color)}.enquiries .card-icon{background-color:#17a2b81a;color:var(--info-color)}.recent-students{background-color:#fff;border-radius:10px;padding:1.5rem;box-shadow:var(--card-shadow)}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap}.section-header h2{font-size:1.5rem;color:var(--dark-color)}.showing-text{color:#6c757d;font-size:.9rem}.error-message{background-color:#f8d7da;color:#721c24;padding:1rem;border-radius:6px;margin-bottom:1rem;border-left:4px solid var(--danger-color)}.empty-state{text-align:center;padding:2rem;color:#6c757d}.table-container{overflow-x:auto;margin-bottom:1.5rem}.students-table{width:100%;border-collapse:collapse}.students-table th{background-color:#f8f9fa;color:#495057;font-weight:600;text-align:left;padding:1rem;border-bottom:2px solid var(--border-color)}.students-table td{padding:1rem;border-bottom:1px solid var(--border-color);vertical-align:middle}.students-table tr:last-child td{border-bottom:none}.students-table tr:hover td{background-color:#f8f9fa}.students-table th:nth-child(1),.students-table td:nth-child(1){width:10%;text-align:center}.students-table th:nth-child(2),.students-table td:nth-child(2){width:25%}.students-table th:nth-child(3),.students-table td:nth-child(3){width:30%}.students-table th:nth-child(4),.students-table td:nth-child(4){width:20%}.students-table th:nth-child(5),.students-table td:nth-child(5){width:15%;text-align:center}.students-table tbody tr:nth-child(2n){background-color:#f9f9f9}.students-table tbody tr:hover{background-color:#f1f1f1}.status-badge{padding:4px 8px;font-size:.75rem;display:inline-flex;align-items:center;justify-content:center;min-width:70px}.status-badge.enroll{background-color:#e6f7eb;color:#28a745}.status-badge.enquiry{background-color:#fff8e1;color:#ffc107}.pagination-controls{display:flex;justify-content:space-between;align-items:center;margin-top:1.5rem;flex-wrap:wrap;gap:1rem}.page-numbers{display:flex;gap:.5rem}.pagination-btn,.page-btn{padding:.5rem 1rem;border:1px solid var(--border-color);background-color:#fff;color:var(--text-color);border-radius:6px;cursor:pointer;transition:var(--transition);display:flex;align-items:center;gap:.5rem}.pagination-btn:hover,.page-btn:hover{background-color:#f1f3f5}.pagination-btn:disabled{opacity:.6;cursor:not-allowed}.page-btn.active{background-color:var(--primary-color);color:#fff;border-color:var(--primary-color)}.mobile-message{display:none;text-align:center;padding:2rem;color:#6c757d;background-color:#f8f9fa;border-radius:6px;margin-top:1rem}.overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;z-index:99;display:none}@media (max-width: 1024px){.sidebar{width:240px}.main-content{margin-left:240px}}@media (max-width: 768px){.profile-section{display:none}.header-content{flex-direction:column;align-items:flex-start;gap:8px}.sidebar{transform:translate(-100%)}.sidebar.open{transform:translate(0)}.main-content{margin-left:0;padding:1.5rem}.overlay{display:block}.stats-cards{grid-template-columns:1fr}.students-table,.pagination-controls{display:none}.mobile-message{display:block}}@media (max-width: 480px){.main-content{padding:1rem}.dashboard-header h1{font-size:1.5rem}.section-header{flex-direction:column;align-items:flex-start;gap:.5rem}.showing-text{align-self:flex-start}}.student-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;justify-content:center;align-items:center;z-index:1000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.student-modal{background:#fff;border-radius:12px;width:90%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 10px 30px #0003;animation:modalFadeIn .3s ease-out}@keyframes modalFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-header{padding:20px;border-bottom:1px solid #eee;display:flex;justify-content:space-between;align-items:center}.modal-header h3{margin:0;color:var(--primary-color)}.modal-body{padding:20px}.detail-card{background:#f9fafb;border-radius:8px;padding:16px;margin-bottom:16px}.detail-card h4{margin-top:0;margin-bottom:12px;color:#555}.detail-row{display:flex;margin-bottom:8px}.detail-label{font-weight:500;color:#666;width:120px;flex-shrink:0}.detail-value{color:#333}.modal-footer{padding:16px 20px;border-top:1px solid #eee;text-align:right}.close-modal-btn{position:absolute;top:15px;right:15px;background:none;border:none;font-size:24px;cursor:pointer;color:#999;transition:all .2s}.close-modal-btn:hover{color:#333}.modal-close-btn{padding:8px 16px;background:var(--primary-color);color:#fff;border:none;border-radius:6px;cursor:pointer;transition:all .2s}.modal-close-btn:hover{background:#1a4b8c}@media (max-width: 768px){.detail-row{flex-direction:column}.detail-label{width:auto;margin-bottom:4px}.student-modal{width:95%;max-height:85vh}}.signup-wrapper{display:flex;height:100vh;width:100%;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.signup-left{flex:1;background-color:#f7f7f7;overflow:hidden}.signup-full-image{width:100%;height:100%;object-fit:cover}.signup-right{flex:1;background:#fff;display:flex;flex-direction:column;justify-content:center;padding:3rem;box-sizing:border-box;transition:all .3s ease-in-out}.signup-heading{font-size:2rem;color:#143f70;font-weight:700;margin-bottom:.5rem;text-align:center}.signup-subheading{font-size:.9rem;color:#666;margin-bottom:2rem;text-align:center}.signup-form{display:flex;flex-direction:column;gap:1rem}.form-row{display:flex;gap:1rem;margin-bottom:.5rem;flex-wrap:wrap}.input-group{position:relative;flex:1;display:flex;flex-direction:column;background:#fff;border-radius:8px;padding:.8rem;transition:all .3s ease;border:1px solid #e2e8f0;box-shadow:0 1px 2px #00000014;min-width:200px}.input-group.has-error{border-color:#e53e3e}.input-field-container{display:flex;align-items:center;width:100%}.input-icon{margin-right:.8rem;color:#d4d2d2;font-size:1rem}.input-group input,.input-group select{border:none;background:transparent;outline:none;width:100%;font-size:14px;color:#333}.input-group input::placeholder,.input-group select option:disabled{color:#aaa;font-size:13px}.error{font-size:.7rem;color:#e53e3e;margin-top:.25rem;display:block;width:100%;text-align:left;padding-left:1.8rem}.register-button{padding:1rem;background-color:#133c6a;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:.5rem;box-shadow:0 2px 8px #143f7033}.register-button:hover{background-color:#133c6a;transform:translateY(-1px)}.register-button:active{transform:translateY(0)}.register-button:disabled{background-color:#a0aec0;cursor:not-allowed}.login-redirect{text-align:center;margin-top:.5rem;font-size:.9rem;color:#666}.login-link{color:#143f70;text-decoration:none;font-weight:600;margin-left:.3rem}.login-link:hover{text-decoration:underline}@media (max-width: 900px){.signup-wrapper{flex-direction:column}.signup-left{height:200px}.signup-right{padding:1.5rem}.form-row{flex-direction:column;gap:.5rem}}@media (max-width: 480px){.signup-left{display:none}.signup-right{background-image:linear-gradient(#fffffff2,#fffffff2),url(https://res.cloudinary.com/da82lkb5h/image/upload/v1748345854/Reg_Form_Excel_vx7cfx.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;padding:1rem}.signup-cardbg{background-color:#fff;width:100%;max-width:100%;padding:1.5rem;border-radius:12px;box-shadow:0 8px 24px #0000001a}.signup-heading{font-size:1.5rem}.signup-subheading{font-size:.85rem;margin-bottom:1.5rem}.input-group{padding:.7rem}.error{font-size:.7rem;padding-left:1.5rem}.register-button{padding:.9rem}.login-redirect{margin-top:1rem;font-size:.85rem}}@media (max-width: 380px){.signup-cardbg{padding:1.2rem}.signup-heading{font-size:1.4rem}.input-group{min-width:100%}}
