body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--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 #0000001a;--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(90deg,#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:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;display:flex;flex-direction:column;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:fit-content;width:var(--toastify-container-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{align-items:center;left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{align-items:end;right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{align-items:center;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{align-items:end;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}.Toastify__toast{--y:0;align-items:center;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-shadow:var(--toastify-toast-shadow);box-sizing:border-box;display:flex;flex:1 1 auto;font-family:sans-serif;font-family:var(--toastify-font-family);margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);padding:14px;padding:var(--toastify-toast-padding);position:relative;touch-action:none;width:320px;width:var(--toastify-toast-width);word-break:break-word;z-index:0}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:320px;width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{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{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.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{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:22px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74d3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74d3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--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{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;position:absolute;right:6px;top:6px;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:auto}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:1}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;overflow:hidden;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@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--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-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--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-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%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.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{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-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--bottom-left,.Toastify__slide-exit--top-left{animation-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.login-page{align-items:center;background:linear-gradient(135deg,#6e8efb,#a777e3);box-sizing:border-box;display:flex;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;justify-content:center;margin:0;min-height:100vh;overflow:hidden;padding:20px}.login-card{background-color:#fff;border-radius:12px;box-shadow:0 15px 30px #0000001a;max-width:420px;overflow:hidden;padding:40px;width:100%}.login-header{margin-bottom:25px;text-align:center}.login-header h1{color:#333;font-size:28px;font-weight:600;margin-bottom:8px}.login-header p{color:#666;font-size:14px;margin:0}.login-form{gap:18px}.form-group,.login-form{display:flex;flex-direction:column}.form-group{gap:6px}.form-group label{color:#555;font-size:14px;font-weight:500}.input-container{align-items:center;display:flex;position:relative}.input-field{background-color:#f9f9f9;border:1px solid #e1e1e1;border-radius:8px;box-sizing:border-box;font-size:14px;padding:14px 12px 14px 40px;transition:all .3s ease;width:100%}select.input-field{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='m7 10 5 5 5-5z' fill='%23555'/%3E%3C/svg%3E");background-position:right 10px center;background-repeat:no-repeat;padding-left:12px;padding-right:40px}.input-field:focus{background-color:#fff;border-color:#6e8efb;box-shadow:0 0 0 3px #6e8efb1a;outline:none}.input-field::placeholder{color:#aaa}.icon{left:12px;pointer-events:none}.icon,.password-toggle{align-items:center;color:#aaa;display:flex;height:16px;justify-content:center;position:absolute;width:16px}.password-toggle{cursor:pointer;right:12px}.user-icon:before{-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z'/%3E%3C/svg%3E") no-repeat 50% 50%;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z'/%3E%3C/svg%3E") no-repeat 50% 50%}.password-icon:before,.user-icon:before{background-color:#aaa;content:"";display:block;height:16px;width:16px}.password-icon:before{-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zm-6 9c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zM9 8V6c0-1.66 1.34-3 3-3s3 1.34 3 3v2H9z'/%3E%3C/svg%3E") no-repeat 50% 50%;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zm-6 9c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zM9 8V6c0-1.66 1.34-3 3-3s3 1.34 3 3v2H9z'/%3E%3C/svg%3E") no-repeat 50% 50%}.eye-icon:before{background-color:#aaa;content:"";display:block;height:16px;-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 4.5C7 4.5 2.73 7.61 1 12c1.73 4.39 6 7.5 11 7.5s9.27-3.11 11-7.5c-1.73-4.39-6-7.5-11-7.5zM12 17c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5zm0-8c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3z'/%3E%3C/svg%3E") no-repeat 50% 50%;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 4.5C7 4.5 2.73 7.61 1 12c1.73 4.39 6 7.5 11 7.5s9.27-3.11 11-7.5c-1.73-4.39-6-7.5-11-7.5zM12 17c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5zm0-8c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3z'/%3E%3C/svg%3E") no-repeat 50% 50%;width:16px}.form-footer{font-size:13px;justify-content:space-between;margin-top:2px}.form-footer,.remember-me{align-items:center;display:flex}.remember-me{gap:6px}.remember-me input[type=checkbox]{accent-color:#6e8efb}.forgot-password{color:#6e8efb;font-weight:500;text-decoration:none}.forgot-password:hover{text-decoration:underline}.login-button{background:linear-gradient(135deg,#6e8efb,#a777e3);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;margin-top:8px;padding:14px;transition:all .3s ease}.login-button:hover{box-shadow:0 5px 15px #6e8efb66;transform:translateY(-2px)}.login-button:active{transform:translateY(0)}@media (max-width:480px){.login-card{padding:30px 20px}.login-header h1{font-size:24px}.input-field,.login-button{padding:12px}.form-footer{align-items:flex-start;flex-direction:column;gap:10px}}@media (max-width:320px){.login-card{padding:20px 15px}}.loader-container{align-items:center;display:flex;gap:10px;justify-content:center}.spinner{animation:spin 1s ease-in-out infinite}.login-button:disabled{cursor:not-allowed;opacity:.7}.input-field:disabled{background-color:#f5f5f5;cursor:not-allowed}.Toastify__toast{border-radius:8px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.Toastify__toast--success{background-color:#4caf50;color:#fff}.Toastify__toast--error{background-color:#f44336;color:#fff}.dashboard{background-color:#f3f4f9;display:flex}.content{padding:25px;transition:margin-left .3s;width:100%}.sidebar.collapsed~.content{margin-left:60px;width:calc(100% - 60px)}a.dashboard-card{text-decoration:none}.dashboard-cards{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(4,1fr);margin-bottom:30px}.dashboard-card{align-items:center;border-radius:12px;box-shadow:0 10px 20px #0000001f;cursor:pointer;display:flex;overflow:hidden;padding:24px;position:relative;transition:transform .3s,box-shadow .3s}.dashboard-card:first-child{background:linear-gradient(135deg,#6e8efb,#a777e3);color:#fff}.dashboard-card:nth-child(2){background:linear-gradient(135deg,#f6d365,#fda085);color:#fff}.dashboard-card:nth-child(3){background:linear-gradient(135deg,#5ee7df,#48a0e3);color:#fff}.dashboard-card:nth-child(4){background:linear-gradient(135deg,#ce9ffc,#7367f0);color:#fff}.dashboard-card:hover{box-shadow:0 15px 30px #0003;transform:translateY(-8px) scale(1.02)}.card-icon{align-items:center;background-color:#fff3;border-radius:50%;box-shadow:0 5px 10px #0000001a;color:#fff;display:flex;justify-content:center;margin-right:20px;padding:15px}.card-content{flex-grow:1}.card-content h3{color:#ffffffe6;font-size:16px;font-weight:500;margin:0 0 10px}.card-value{color:#fff;font-size:22px;font-weight:700;margin:0}.card-arrow{color:#fff;opacity:0;transition:opacity .3s}.dashboard-card:hover .card-arrow{animation:bounce 1s infinite;opacity:1}@keyframes bounce{0%,to{transform:translateX(0)}50%{transform:translateX(5px)}}.charts-section{grid-gap:25px;display:grid;gap:25px;grid-template-columns:1fr 1fr;margin-bottom:30px}.chart-container{background:#fff;border-radius:12px;border-top:5px solid #8884d8;box-shadow:0 8px 16px #0000001a;padding:24px;transition:transform .3s}.chart-container:nth-child(2){border-top:5px solid #82ca9d}.chart-container:hover{transform:translateY(-5px)}.chart-container h3{color:#3a3a6a;font-size:20px;font-weight:600;margin-bottom:20px;margin-top:0;padding-bottom:10px;position:relative}.chart-container h3:after{background:#8884d8;border-radius:3px;bottom:0;content:"";height:3px;left:0;position:absolute;width:50px}.chart-container:nth-child(2) h3:after{background:#82ca9d}.additional-graphs{grid-gap:25px;display:grid;gap:25px;grid-template-columns:1fr 1fr}.graph-container{background:#fff;border-left:5px solid #ffc658;border-radius:12px;box-shadow:0 8px 16px #0000001a;padding:24px;transition:transform .3s}.graph-container:first-child{border-left:5px solid #8884d8}.graph-container:hover{transform:translateY(-5px)}.graph-container h3{color:#3a3a6a;font-size:20px;font-weight:600;margin-bottom:20px;margin-top:0}@media (max-width:1200px){.dashboard-cards{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.content{padding:0}.content,.sidebar.collapsed~.content{margin-left:0;width:100%}.additional-graphs,.charts-section,.dashboard-cards{grid-template-columns:1fr}}.sidebar{background:linear-gradient(180deg,#2c3e50,#1a252f);box-shadow:2px 0 5px #0000001a;color:#ecf0f1;height:100vh;left:0;overflow-y:auto;position:fixed;top:0;transition:all .3s ease;width:260px;z-index:1000}.sidebar.collapsed{width:70px}.sidebar-header{align-items:center;border-bottom:1px solid #ffffff1a;display:flex;height:70px;justify-content:space-between;padding:0 15px}.logo-container{align-items:center;display:flex;overflow:hidden}.logo-container h3{font-size:1.2rem;font-weight:500;margin:0;white-space:nowrap}.toggle-btn{align-items:center;background:#0000;border:none;color:#ecf0f1;cursor:pointer;display:flex;font-size:1.2rem;justify-content:center;padding:8px;transition:all .3s ease}.toggle-btn:hover{color:#3498db}.sidebar-content{padding:10px 0}.sidebar-menu{list-style:none;margin:0;padding:0}.sidebar-item{margin:9px 0;position:relative}.sidebar-link{align-items:center;color:#ecf0f1;cursor:pointer;display:flex;padding:12px 15px;position:relative;text-decoration:none;transition:all .3s ease}.sidebar.collapsed .sidebar-link{justify-content:center}.sidebar-link.active,.sidebar-link:hover{background-color:#ffffff1a;color:#3498db}.sidebar-icon{align-items:center;display:flex;font-size:23px;justify-content:center;margin-right:10px;min-width:30px}.sidebar.collapsed .sidebar-icon{margin-right:0}.sidebar-text{flex:1 1;font-size:17px;font-weight:600;white-space:nowrap}.sidebar-arrow{font-size:.8rem;margin-left:8px;transition:transform .3s ease}.active .sidebar-arrow{transform:rotate(90deg)}.sidebar-dropdown{background-color:#00000026;list-style:none;margin:0;overflow:hidden;padding:0}.sidebar-dropdown li a{align-items:center;color:#ecf0f1;display:flex;font-size:.9rem;padding:10px 15px 10px 35px;text-decoration:none;transition:all .3s ease}.sidebar-dropdown li a:hover{background-color:#0000001a;color:#3498db}.sidebar-dropdown .sidebar-icon{font-size:.9rem;min-width:25px}@media (max-width:768px){.sidebar{transform:translateX(-100%);width:260px}.sidebar.mobile-open{transform:translateX(0)}.sidebar-overlay{background-color:#00000080;bottom:0;left:0;position:fixed;right:0;top:0;z-index:999}}.header{align-items:center;background:#fff;box-shadow:0 2px 4px #0000001a;color:#333;display:flex;height:70px;justify-content:space-between;left:260px;padding:0 25px;position:fixed;right:0;top:0;transition:all .3s ease;z-index:100}body:has(.sidebar.collapsed) .header{left:70px}@media (max-width:768px){.header{left:0;padding:0 15px}.header-title h2{font-size:1.2rem}}.mobile-menu-btn{align-items:center;background:#0000;border:none;color:#333;cursor:pointer;display:flex;font-size:1.2rem;margin-right:15px;padding:8px}.mobile-menu-btn:hover{color:#3498db}.header-title{align-items:center;display:flex}.header-title h2{font-weight:500;margin:0}.header-right{align-items:center;display:flex}.header-notification{color:#555;cursor:pointer;font-size:1.1rem;margin-right:20px;position:relative}.notification-badge{align-items:center;background-color:#e74c3c;border-radius:50%;color:#fff;display:flex;font-size:.7rem;height:18px;justify-content:center;position:absolute;right:-8px;top:-8px;width:18px}.header-profile{position:relative}.profile-avatar{align-items:center;background-color:#3498db;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1.1rem;height:40px;justify-content:center;width:40px}.profile-dropdown{background-color:#fff;border-radius:4px;box-shadow:0 5px 25px #0000001a;overflow:hidden;position:absolute;right:0;top:50px;width:240px;z-index:1000}.profile-header{background-color:#f8f9fa;border-bottom:1px solid #eee;padding:15px}.profile-name{color:#333;font-weight:600;margin-bottom:5px}.profile-email{color:#666;font-size:.85rem}.profile-menu{list-style:none;margin:0;padding:0}.profile-menu li{border-bottom:1px solid #f0f0f0}.profile-menu li:last-child{border-bottom:none}.profile-menu li a{align-items:center;color:#333;display:flex;font-size:.9rem;padding:12px 15px;text-decoration:none;transition:all .2s ease}.profile-menu li a:hover{background-color:#f8f9fa}.profile-menu .divider{background-color:#eee;height:1px;margin:5px 0}.logout-link{color:#e74c3c!important}.logout-link svg{margin-right:8px}@media (max-width:480px){.header-title h2{font-size:1rem}}.layout{display:flex;height:100vh;width:100%}.main-content{margin-left:260px;margin-top:70px;overflow-y:auto;padding:20px;transition:all .3s ease;width:100%}.main-content.expanded{margin-left:70px}@media (max-width:768px){.main-content,.main-content.expanded{margin-left:0;width:100%}}.students-container{margin:0 auto}.message{align-items:center;animation:slideIn .5s ease;border-radius:8px;display:flex;margin-bottom:20px;padding:15px}.message.success{background-color:#def7ec;border-left:4px solid #10b981;color:#03543e}.message.error{background-color:#fde2e1;border-left:4px solid #ef4444;color:#9b1c1c}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.registration-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 10px 30px #0000001a;margin-bottom:30px;overflow:hidden;transition:transform .3s ease}.registration-card:hover{box-shadow:0 15px 35px #00000026;transform:translateY(-5px)}.card-header{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;padding:25px 30px}.card-header h2{font-size:24px;font-weight:600;margin:0 0 8px}.card-header p{font-size:16px;margin:0;opacity:.8}.registration-form{padding:30px}.form-row{gap:20px;justify-content:space-between;margin-bottom:20px}.students-container .form-group{flex:1 1 250px;margin-bottom:15px;min-width:0}.students-container .form-group label{align-items:center;color:#4b5563;display:flex;font-weight:500;gap:8px;margin-bottom:10px}.students-container .form-group select{width:100%}.students-container .form-group input{width:90%}.students-container .form-group input,.students-container .form-group select{background-color:#f9fafb;border:2px solid #e5e7eb;border-radius:8px;font-size:16px;padding:12px 16px;transition:all .3s ease}.students-container .form-group input:focus,.students-container .form-group select:focus{background-color:#fff;border-color:#8b5cf6;box-shadow:0 0 0 4px #8b5cf61a;outline:none}.students-container .form-group input::placeholder{color:#9ca3af}.button-group{align-items:flex-end;display:flex;justify-content:flex-end}.submit-button{align-items:center;background:linear-gradient(135deg,#6366f1,#8b5cf6);box-shadow:0 4px 6px #8b5cf640;display:flex;font-size:16px;font-weight:600;gap:10px;justify-content:center;padding:14px 30px;width:100%}.submit-button:hover{background:linear-gradient(135deg,#4f46e5,#7c3aed);box-shadow:0 6px 10px #8b5cf64d}.submit-button:disabled{background:#a5b4fc;box-shadow:none;cursor:not-allowed;transform:none}.spinner{border:3px solid #ffffff4d;border-top-color:#fff;height:20px;width:20px}.students-list-container{margin-top:40px}.students-list-container h2{color:#3a3a6a;font-size:22px;font-weight:600;margin-bottom:20px;padding-bottom:10px;position:relative}.students-list-container h2:after{background:linear-gradient(90deg,#6366f1,#8b5cf6);border-radius:3px;bottom:0;content:"";height:3px;left:0;position:absolute;width:60px}.students-list{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.student-card{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 4px 10px #0000000d;display:flex;padding:20px;position:relative;transition:all .3s ease}.student-card:hover{border-color:#d1d5db;box-shadow:0 8px 15px #0000001a;transform:translateY(-5px)}.student-initials{align-items:center;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:20px;font-weight:600;height:50px;justify-content:center;margin-right:16px;width:50px}.student-card .student-info1{flex:1 1;max-width:calc(100% - 120px);overflow:hidden}.student-card .student-info1 h3{color:#111827;font-size:18px;font-weight:600;margin:0 0 5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.student-details{color:#4b5563;gap:8px;margin:0 0 5px}.student-contact,.student-details{align-items:center;display:flex;flex-wrap:wrap;font-size:14px}.student-contact{color:#6b7280;gap:5px;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.student-actions{display:flex;gap:10px;position:absolute;right:20px;top:50%;transform:translateY(-50%)}.delete-button1,.edit-button{align-items:center;background:none;border:none;border-radius:6px;cursor:pointer;display:flex;height:34px;justify-content:center;transition:background-color .2s;width:34px}.edit-button{color:#4b6cb7}.delete-button1{color:#dc3545}.edit-button:hover{background-color:#4b6cb71a}.delete-button1:hover{background-color:#dc35451a}.cancel-button{align-items:center;background-color:#6c757d;border-radius:4px;color:#fff;display:flex;gap:8px;margin-left:10px;padding:10px 15px;transition:background-color .2s}.cancel-button:hover{background-color:#5a6268}@media (max-width:768px){.students-container{padding:0}.form-group{min-width:100%}.card-header,.registration-form{padding:20px}.students-container .form-group{flex:1 1 20px}.students-list{grid-template-columns:1fr}.form-group{min-width:100%}.student-card{flex-direction:row;flex-wrap:wrap;padding:12px}.student-card .student-info1{flex:1 1;margin-right:10px;max-width:calc(100% - 60px);min-width:0}.student-actions{display:flex;justify-content:flex-end;margin-top:10px;position:static;transform:none;width:100%}.student-contact{margin-top:5px;width:100%}}@media (max-width:480px){.registration-card{padding:15px}.student-card{padding:10px}.student-initials{font-size:18px;height:40px;margin-right:10px;width:40px}.student-card .student-info11 h3{font-size:16px}.student-contact,.student-details{font-size:9px}}@media (min-width:769px) and (max-width:1100px){.students-list{grid-template-columns:repeat(auto-fill,minmax(450px,1fr))}.student-card .student-info1{max-width:calc(100% - 150px)}}.view-students-container{min-height:80vh}.view-students-header{margin-bottom:2rem;text-align:center}.view-students-header h1{color:#333;font-size:2rem;margin-bottom:.5rem}.view-students-header p{color:#666;font-size:1rem}.students-tabs{border-bottom:1px solid #e0e0e0;display:flex;justify-content:center;margin-bottom:1.5rem;position:relative}.tab-button{background:none;border:none;color:#555;cursor:pointer;font-size:1rem;padding:.75rem 1.5rem;position:relative;transition:all .3s ease}.tab-button:hover{color:#2563eb}.tab-button.active{color:#2563eb;font-weight:600}.tab-button.active:after{background-color:#2563eb;border-radius:3px 3px 0 0;bottom:-1px;content:"";height:3px;left:0;position:absolute;width:100%}.search-filter-container{align-items:center;display:flex;height:50px;justify-content:space-between;margin-bottom:1.5rem}.search-box{flex:1 1;max-width:500px;position:relative}.search-box input{border:1px solid #e0e0e0;border-radius:8px;font-size:.95rem;padding:.75rem 1rem .75rem 2.5rem;transition:border-color .3s ease;width:85%}.search-box input:focus{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb33;outline:none}.search-icon{color:#666;left:.75rem}.clear-search{align-items:center;background:none;border:none;border-radius:50%;color:#666;cursor:pointer;display:flex;justify-content:center;padding:.15rem;position:absolute;right:.75rem;top:50%;transform:translateY(-50%)}.clear-search:hover{background-color:#f0f0f0}.filter-stats{align-items:center;color:#666;display:flex;font-size:.95rem;gap:.5rem;margin-left:1rem}.content-area{min-height:400px;position:relative}.students-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.student-profile-card{background-color:#fff;border-radius:10px;box-shadow:0 4px 12px #0000000d;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.student-profile-card:hover{box-shadow:0 10px 20px #0000001a;transform:translateY(-5px)}.student-profile-header{align-items:center;background-color:#f8f9fa;border-bottom:1px solid #f0f0f0;display:flex;padding:1.25rem;position:relative}.student-avatar{background-color:#3498db;font-size:1.5rem;font-weight:600;height:56px;margin-right:1rem;width:56px}.student-basic-info{flex:1 1}.student-basic-info h3{color:#333;font-size:1.1rem;margin:0 0 .25rem}.student-id{color:#666;font-size:.85rem;margin:0}.delete-button{align-items:center;background:none;border:none;border-radius:50%;color:#777;cursor:pointer;display:flex;height:36px;justify-content:center;transition:all .2s ease;width:36px}.delete-button:hover{background-color:#fee2e2;color:#dc2626}.student-details-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,1fr);padding:1.25rem}.detail-item{align-items:flex-start;display:flex;gap:.5rem}.detail-icon{color:#2563eb;flex-shrink:0;margin-top:.25rem}.detail-label{color:#666;display:block;font-size:.75rem;margin-bottom:.15rem}.detail-value{color:#333;display:block;font-size:.95rem;word-break:break-word}.no-results{color:#666;flex-direction:column;left:50%;padding:3rem 1rem;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%);width:100%}.no-results,.no-results-icon{align-items:center;display:flex;justify-content:center}.no-results-icon{background-color:#f0f0f0;border-radius:50%;height:80px;margin-bottom:1rem;width:80px}.no-results h3{color:#333;font-size:1.25rem;margin:0 0 .5rem}.no-results p{font-size:.95rem;margin:0}.loading-spinner{align-items:center;display:flex;height:200px;justify-content:center}.fade-enter{opacity:0}.fade-enter-active{opacity:1;transition:opacity .3s ease-in}.fade-exit{opacity:1}.fade-exit-active{opacity:0;transition:opacity .3s ease-out}.modal-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal-container{background-color:#fff;border-radius:10px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-width:450px;width:95%}.modal-header{align-items:center;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;padding:1rem 1.5rem}.modal-header h3{color:#333;font-size:1.25rem;margin:0}.close-modal{align-items:center;background:none;border:none;border-radius:50%;color:#666;cursor:pointer;display:flex;justify-content:center;padding:.25rem}.close-modal:hover{background-color:#f0f0f0}.modal-body{padding:1.5rem;text-align:center}.student-delete-name{color:#333;font-size:1.2rem;font-weight:600;margin:.5rem 0}.warning-text{color:#dc2626;font-size:.9rem;margin-top:1rem}.modal-footer{border-top:1px solid #e0e0e0;display:flex;gap:.75rem;justify-content:flex-end;padding:1rem 1.5rem}.cancel-button{background-color:#f3f4f6;border:none;border-radius:6px;padding:.6rem 1.2rem;transition:background-color .3s ease}.cancel-button:hover{background-color:#e5e7eb}.delete-confirm-button{background-color:#dc2626;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.95rem;padding:.6rem 1.2rem;transition:background-color .3s ease}.delete-confirm-button:hover{background-color:#b91c1c}@media (max-width:768px){.search-filter-container{align-items:stretch;flex-direction:column;gap:1rem;height:auto;margin-bottom:2rem}.search-box{margin-bottom:0;max-width:none}.filter-stats{justify-content:flex-start;margin-left:0}.students-grid{gap:1.25rem;grid-template-columns:1fr}.student-details-grid{gap:.75rem;grid-template-columns:1fr}}@media (max-width:480px){.view-students-container{padding:0 .5rem}.students-tabs{flex-wrap:wrap;gap:.5rem;justify-content:center}.tab-button{flex:1 1;font-size:.9rem;min-width:100px;padding:.6rem 1rem;text-align:center}.student-profile-card{border-radius:8px;width:100%}.student-profile-header{flex-direction:row;padding:1rem;position:relative;text-align:left}.student-avatar{font-size:1.2rem;height:48px;margin-right:.75rem;width:48px}.student-basic-info{padding-right:36px}.student-basic-info h3{font-size:1rem;margin-bottom:.2rem}.student-id{font-size:.8rem}.delete-button{height:32px;position:absolute;right:1rem;top:1rem;width:32px}.detail-item{padding:.5rem 0}.detail-label{font-size:.7rem}.detail-value{font-size:.9rem}.modal-container{max-width:350px;width:90%}.modal-footer{flex-direction:column-reverse;gap:.5rem}.cancel-button,.delete-confirm-button{padding:.75rem;width:100%}}.student-profile-card{transition:transform .2s ease,box-shadow .2s ease}.content-area{min-height:300px}.spinner{border-width:3px;height:36px;width:36px}@media (max-width:350px){.student-profile-header{align-items:center;flex-direction:column;padding:1rem .5rem;text-align:center}.student-avatar{margin-bottom:.5rem;margin-right:0}.student-basic-info{padding-right:0;text-align:center}.delete-button{position:absolute;right:.5rem;top:.5rem}.search-box input{font-size:.9rem;padding:.6rem .8rem .6rem 2.2rem}}.spinner{border:4px solid #0000001a;border-top-color:#2563eb;height:40px;width:40px}.spinner-container{align-items:center;display:flex;height:100%;justify-content:center}.college-bill-container{background-color:#fff;border-radius:12px;box-shadow:0 4px 20px #00000014;padding:1.5rem}.college-bill-header{margin-bottom:2rem;text-align:center}.college-bill-header h1{color:#1e2b37;font-size:1.75rem;margin-bottom:.5rem}.college-bill-header p{color:#64748b;font-size:1rem}.search-student-section{margin-bottom:2rem}.search-student-section h2{color:#334155;font-size:1.25rem;margin-bottom:1rem}.search-input-container{position:relative}.search-input{border:1px solid #e2e8f0;border-radius:8px;font-size:1rem;padding:.75rem 1rem .75rem 3rem;transition:all .3s ease;width:90%}.search-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f633;outline:none}.search-icon{color:#64748b;left:1rem;position:absolute;top:50%;transform:translateY(-50%)}.search-dropdown{background-color:#fff;border:1px solid #e2e8f0;border-radius:0 0 8px 8px;box-shadow:0 4px 12px #0000001a;max-height:250px;overflow-y:auto;position:absolute;width:100%;z-index:100}.search-dropdown-item{border-bottom:1px solid #f1f5f9;cursor:pointer;padding:.75rem 1rem;transition:background-color .2s ease}.search-dropdown-item:hover{background-color:#f8fafc}.student-avatar{background-color:#3b82f6;border-radius:50%;color:#fff;flex-shrink:0;font-weight:700;height:32px;justify-content:center;margin-right:.75rem;width:32px}.student-avatar,.student-info{align-items:center;display:flex}.student-info-text{flex:1 1}.student-info-text h4{color:#0f172a;font-size:.95rem;margin:0}.student-info-text p{color:#64748b;font-size:.8rem;margin:0}.student-details-section{background-color:#f8fafc;border-radius:8px;margin-bottom:2rem;padding:1.5rem}.student-details-header{align-items:center;display:flex;margin-bottom:1.5rem}.student-details-avatar{align-items:center;background-color:#3b82f6;border-radius:50%;color:#fff;display:flex;font-size:1.5rem;font-weight:700;height:64px;justify-content:center;margin-right:1.25rem;width:64px}.student-details-name{flex:1 1}.student-details-name h3{color:#0f172a;font-size:1.25rem;margin:0 0 .25rem}.student-details-name p{color:#64748b;font-size:.9rem;margin:0}.student-details-row{display:flex;flex-wrap:wrap;margin:0 -.75rem}.student-details-col{flex:1 1;margin-bottom:1rem;min-width:200px;padding:0 .75rem}.student-detail-item{margin-bottom:.5rem}.student-detail-label{color:#64748b;display:block;font-size:.8rem;margin-bottom:.25rem}.student-detail-value{color:#0f172a;display:block;font-size:.95rem;font-weight:500}.bill-form-section{margin-bottom:2rem}.bill-form-section h2{color:#334155;font-size:1.25rem;margin-bottom:1rem}.form-row{flex-wrap:wrap;margin:0 -.75rem 1rem}.form-col{margin-bottom:1rem;min-width:250px;padding:0 .75rem}.form-group{margin-bottom:1.25rem}.form-select{width:100%}.form-input{width:90%}.form-textarea{width:94%}.form-input,.form-select,.form-textarea{border:1px solid #e2e8f0;border-radius:8px;font-size:1rem;padding:.75rem 1rem;transition:all .3s ease}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f633;outline:none}.form-textarea{min-height:100px;resize:vertical}.payment-methods-section{margin-bottom:2rem}.payment-methods-section h2{color:#334155;font-size:1.25rem;margin-bottom:1rem}.payment-details{background-color:#f8fafc;border-radius:8px;margin-top:1rem;padding:1rem}.payment-details-row{display:flex;flex-wrap:wrap;margin:0 -.75rem}.payment-details-col{flex:1 1;margin-bottom:1rem;min-width:250px;padding:0 .75rem}.upi-container{align-items:center;display:flex;flex-direction:column}.qr-code-container{align-items:center;background-color:#e2e8f0;border-radius:8px;display:flex;height:180px;justify-content:center;margin:1rem 0;overflow:hidden;width:180px}.qr-code-image{height:100%;object-fit:contain;width:100%}.upi-id{color:#0f172a;font-size:1rem;font-weight:500;margin-bottom:.5rem}.copy-button{align-items:center;background-color:#f1f5f9;border:none;border-radius:6px;color:#334155;cursor:pointer;display:flex;font-size:.85rem;gap:.5rem;padding:.5rem 1rem;transition:all .2s ease}.copy-button:hover{background-color:#e2e8f0}.bank-details{background-color:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:1rem}.bank-detail-item{display:flex;margin-bottom:.75rem}.bank-detail-label{color:#64748b;font-size:.9rem;min-width:120px}.bank-detail-value{color:#0f172a;font-size:.9rem;font-weight:500}.submit-section{display:flex;justify-content:center;margin-top:2rem}.submit-button{background-color:#3b82f6;border:none;border-radius:8px;box-shadow:0 4px 6px #3b82f640;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;padding:.75rem 2rem;transition:all .3s ease}.submit-button:hover{background-color:#2563eb;box-shadow:0 6px 10px #3b82f64d;transform:translateY(-2px)}@media (max-width:768px){.college-bill-container{margin:1rem;padding:1.25rem}.college-bill-header h1{font-size:1.5rem}.student-details-header{align-items:flex-start;flex-direction:column}.student-details-avatar{margin-bottom:1rem;margin-right:0}.form-select{width:100%}.form-col,.payment-details-col,.student-details-col{min-width:100%}}@media (max-width:480px){.college-bill-container{margin:.5rem;padding:1rem}.college-bill-header h1{font-size:1.25rem}.college-bill-container .form-input{width:85%}.form-textarea{width:90%}.form-select{width:100%}.search-input{padding:.6rem 1rem .6rem 2.5rem;width:85%}.submit-button{padding:.75rem 1rem;width:100%}.student-details-section{padding:1rem}.student-details-avatar{font-size:1.25rem;height:48px;width:48px}.qr-code-container{height:150px;width:150px}}.bill-pdf-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.bill-pdf-container{background-color:#fff;border-radius:8px;box-shadow:0 10px 25px #0003;display:flex;flex-direction:column;max-height:90vh;max-width:900px;overflow:hidden;width:90%}.bill-pdf-header{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:15px 20px}.bill-pdf-header h2{color:#1e293b;font-size:1.25rem;margin:0}.bill-close-button{align-items:center;background:none;border:none;border-radius:4px;color:#64748b;cursor:pointer;display:flex;justify-content:center;padding:5px;transition:background-color .2s}.bill-close-button:hover{background-color:#f1f5f9;color:#0f172a}.bill-pdf-actions{background-color:#f8fafc;border-bottom:1px solid #e2e8f0;display:flex;gap:10px;padding:15px 20px}.bill-action-button{align-items:center;background-color:#fff;border:1px solid #e2e8f0;border-radius:6px;color:#334155;cursor:pointer;display:flex;font-weight:500;gap:6px;padding:8px 16px;transition:all .2s}.bill-action-button:hover{background-color:#f1f5f9;border-color:#cbd5e1}.bill-action-button:first-child{background-color:#1e40af;border-color:#1e40af;color:#fff}.bill-action-button:first-child:hover{background-color:#1e3a8a}.bill-pdf-content{background-color:#f1f5f9;flex:1 1;overflow-y:auto;padding:20px}.bill-document{background-color:#fff;box-shadow:0 2px 10px #0000000d;margin:0 auto;overflow-x:hidden;padding:30px 40px;width:800px}.bill-header{margin-bottom:30px;text-align:center}.bill-header h1{color:#121212;font-size:1.5rem;margin:0 0 5px}.bill-header p{color:#334155;font-size:.9rem;margin:3px 0}.bill-title{font-size:1.2rem;font-weight:700;margin:15px 0;text-align:center}.student-copy{color:#64748b;font-style:italic;margin-bottom:15px;text-align:right}.bill-content-wrapper{padding:0 20px}.bill-details-table,.bill-footer-table,.bill-items-table{border-collapse:collapse;margin:15px 0;padding-left:10px;padding-right:10px;table-layout:fixed;width:100%}.bill-details-table td,.bill-footer-table td,.bill-items-table td,.bill-items-table th{word-wrap:break-word;border:1px solid #e2e8f0;padding:8px}.bill-items-table td,.bill-items-table th{text-align:left}.bill-items-table td:first-child,.bill-items-table th:first-child{width:10%}.bill-items-table td:nth-child(2),.bill-items-table th:nth-child(2){width:60%}.bill-items-table td:nth-child(3),.bill-items-table th:nth-child(3){width:30%}.bill-items-table th{background-color:#f8fafc;font-weight:600}.bill-total{text-align:right}.bill-amount,.bill-total{font-weight:700}.bill-footer{color:#64748b;font-size:.8rem;margin-top:30px;text-align:center}.bill-footer p{margin:3px 0}.bill-success-message{align-items:center;background-color:#f0fdf4;border-top:1px solid #e2e8f0;display:flex;gap:12px;padding:15px 20px}.success-icon{color:#22c55e}.bill-success-message h3{color:#15803d;font-size:1rem;margin:0}.bill-success-message p{color:#65a30d;font-size:.9rem;margin:3px 0 0}.bill-error-message{background-color:#ffebee;border-radius:4px;color:#d32f2f;font-size:14px;margin-bottom:15px;padding:10px;text-align:center}.bill-action-button:disabled{cursor:not-allowed;opacity:.6}@media (max-width:768px){.bill-pdf-actions{flex-wrap:wrap}.bill-action-button{flex:1 0 auto}.bill-document{min-width:0;padding:15px;width:100%}.bill-items-table td:first-child,.bill-items-table th:first-child{width:15%}.bill-items-table td:nth-child(2),.bill-items-table th:nth-child(2){width:50%}.bill-items-table td:nth-child(3),.bill-items-table th:nth-child(3){width:35%}}@media print{.bill-document{box-shadow:none!important;margin:0!important;max-width:100%!important;padding:0!important;width:100%!important}.bill-details-table,.bill-footer-table,.bill-items-table{page-break-inside:avoid!important;width:100%!important}.bill-items-table{page-break-inside:avoid!important}.bill-details-table td,.bill-details-table th{word-wrap:break-word!important;overflow-wrap:break-word!important}}.payment-records-container{background-color:#f9fafb;border-radius:.5rem;box-shadow:0 1px 2px #0000000d;margin:0 auto}@media (max-width:768px){.payment-records-container{border-radius:0}}.payment-records-header{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:1.5rem}.payment-records-header h1{color:#1f2937;font-size:1.75rem;font-weight:600;margin:0;text-align:center}.payment-records-actions{align-items:center;display:flex;flex-wrap:wrap;gap:1rem}@media (max-width:640px){.payment-records-header{align-items:flex-start;flex-direction:column}.payment-records-actions{justify-content:space-between;width:100%}}.payment-records-search{position:relative;width:300px}.payment-records-search-icon{color:#6b7280;left:12px;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%)}.payment-records-search-input{background-color:#fff;border:1px solid #e5e7eb;border-radius:.5rem;font-size:.9rem;padding:.75rem .75rem .75rem 2.5rem;transition:all .2s ease;width:100%}.payment-records-search-input:focus{border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a;outline:none}@media (max-width:640px){.payment-records-search{max-width:none;width:100%}}.payment-records-filter-toggle{align-items:center;background-color:#fff;border:1px solid #e5e7eb;border-radius:.5rem;color:#1f2937;cursor:pointer;display:flex;font-weight:500;gap:.5rem;padding:.75rem 1rem;transition:all .2s ease}.payment-records-filter-toggle:hover{background-color:#f9fafb}@media (max-width:640px){.payment-records-filter-toggle{padding:.75rem}}.payment-records-filters{background-color:#fff;border:1px solid #e5e7eb;border-radius:.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;display:none;margin-bottom:1.5rem;padding:1.5rem;transition:all .2s ease}.payment-records-filters-show{animation:slideDown .3s ease forwards;display:block}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.payment-records-filters-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.payment-records-filters-header h2{color:#1f2937;font-size:1.2rem;font-weight:600;margin:0}.payment-records-close-filters{align-items:center;background:none;border:none;color:#6b7280;cursor:pointer;display:flex;justify-content:center;padding:5px;transition:all .2s ease}.payment-records-close-filters:hover{color:#1f2937}.payment-records-filter-form{display:flex;flex-direction:column;gap:1.5rem}.payment-records-filter-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}@media (max-width:768px){.payment-records-filter-grid{grid-template-columns:1fr}}.payment-records-filter-item{display:flex;flex-direction:column;gap:.5rem}.payment-records-filter-item label{color:#4b5563;font-size:.875rem;font-weight:500}.payment-records-filter-item input,.payment-records-filter-item select{background-color:#fff;border:1px solid #e5e7eb;border-radius:.375rem;font-size:.875rem;padding:.625rem;transition:all .2s ease}.payment-records-filter-item input:focus,.payment-records-filter-item select:focus{border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a;outline:none}.payment-records-input-icon{position:relative}.payment-records-icon{color:#6b7280;left:10px;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%)}.payment-records-input-icon input{padding-left:2.25rem}.payment-records-filter-actions{display:flex;gap:.75rem;justify-content:flex-end;margin-top:.5rem}@media (max-width:640px){.payment-records-filter-actions{flex-direction:column}}.payment-records-apply-btn,.payment-records-reset-btn{align-items:center;border-radius:.375rem;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;gap:.5rem;padding:.625rem 1rem;transition:all .2s ease}.payment-records-reset-btn{background-color:#fff;border:1px solid #e5e7eb;color:#4b5563}.payment-records-reset-btn:hover{background-color:#f9fafb;color:#1f2937}.payment-records-apply-btn{background-color:#4f46e5;border:1px solid #4f46e5;color:#fff}.payment-records-apply-btn:hover{background-color:#4338ca}.payment-records-stats{color:#6b7280;display:flex;font-size:.875rem;justify-content:flex-end;margin-bottom:1rem}.payment-records-stats-highlight{color:#1f2937;font-weight:600}.payment-records-empty,.payment-records-error,.payment-records-loading{align-items:center;background-color:#fff;border:1px solid #e5e7eb;border-radius:.5rem;display:flex;flex-direction:column;justify-content:center;margin-bottom:1.5rem;padding:3rem 1rem;text-align:center}.payment-records-spinner{animation:spin 1s ease-in-out infinite;border:3px solid #4f46e533;border-radius:50%;border-top-color:#4f46e5;height:40px;margin-bottom:1rem;width:40px}.payment-records-error p,.payment-records-loading p{color:#4b5563;margin:.5rem 0 1rem}.payment-records-error button,.payment-records-reset-search{background-color:#4f46e5;border:none;border-radius:.375rem;color:#fff;cursor:pointer;font-weight:500;padding:.5rem 1rem;transition:all .2s ease}.payment-records-error button:hover,.payment-records-reset-search:hover{background-color:#4338ca}.payment-records-empty h3{color:#1f2937;font-weight:600;margin:1rem 0 .5rem}.payment-records-empty p{color:#6b7280;margin:0 0 1.5rem}.payment-records-table-container{background-color:#fff;border:1px solid #e5e7eb;border-radius:.5rem;margin-bottom:1.5rem;overflow-x:auto}.payment-records-table{border-collapse:collapse;font-size:.875rem;width:100%}.payment-records-table td,.payment-records-table th{border-bottom:1px solid #e5e7eb;padding:.75rem 1rem;text-align:left}.payment-records-table th{background-color:#f9fafb;color:#4b5563;font-weight:600}.payment-records-th-content{align-items:center;cursor:pointer;display:flex;gap:.5rem}.payment-records-th-active{color:#4f46e5}.payment-records-th-asc:after{content:"↑";display:inline-block;margin-left:.25rem}.payment-records-th-desc:after{content:"↓";display:inline-block;margin-left:.25rem}.payment-records-row-active,.payment-records-row-active:hover{background-color:#f3f4f6}.payment-records-table tr:hover{background-color:#f9fafb}.payment-records-table tbody tr{cursor:pointer;transition:background-color .2s ease}.payment-records-student{display:flex;flex-direction:column}.payment-records-student-name{color:#1f2937;font-weight:500}.payment-records-student-email{color:#6b7280;font-size:.75rem}.payment-records-amount{color:#1f2937;font-weight:500}.payment-records-receipt-no{color:#4b5563;font-family:monospace}.payment-records-status{align-items:center;border-radius:.25rem;display:inline-flex;font-size:.75rem;font-weight:500;padding:.25rem .5rem;text-transform:capitalize}.payment-records-status-generated{background-color:#e0f2fe;color:#0369a1}.payment-records-status-printed{background-color:#dcfce7;color:#16a34a}.payment-records-status-downloaded{background-color:#ede9fe;color:#6d28d9}.payment-records-status-emailed{background-color:#fef3c7;color:#d97706}.payment-records-actions-cell{display:flex;gap:.5rem}.payment-records-action-btn{align-items:center;background:#0000;border:1px solid #e5e7eb;border-radius:.25rem;color:#6b7280;cursor:pointer;display:flex;height:2rem;justify-content:center;transition:all .2s ease;width:2rem}.payment-records-action-btn:hover{background-color:#f3f4f6;color:#1f2937}.payment-records-print-btn:hover{background-color:#eff6ff;border-color:#dbeafe;color:#2563eb}.payment-records-download-btn:hover{background-color:#ecfdf5;border-color:#d1fae5;color:#059669}.payment-records-expanded-row td{padding:0}.payment-records-details{background-color:#f9fafb;border-bottom:1px solid #e5e7eb;padding:1rem}.payment-records-details-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}@media (max-width:640px){.payment-records-details-grid{grid-template-columns:1fr}}.payment-records-detail-item{display:flex;flex-direction:column;gap:.5rem}.payment-records-detail-item h4{color:#6b7280;font-size:.75rem;font-weight:600;letter-spacing:.05em;margin:0;text-transform:uppercase}.payment-records-detail-value{color:#1f2937;font-size:.875rem;word-break:break-word}.payment-records-method{align-items:center;display:flex;gap:.5rem}.payment-records-bank-details p{margin:.25rem 0}.payment-records-actions-log{grid-column:1/-1}.payment-records-actions-list{list-style:none;margin:0;padding:0}.payment-records-actions-list li{border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:.5rem 0}.payment-records-actions-list li:last-child{border-bottom:none}.payment-records-action-type{color:#4b5563;font-weight:500;text-transform:capitalize}.payment-records-action-time{color:#6b7280;font-size:.75rem}.payment-records-pagination{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-top:1.5rem}.payment-records-page-btn,.payment-records-page-num{align-items:center;background-color:#fff;border:1px solid #e5e7eb;border-radius:.375rem;color:#4b5563;cursor:pointer;display:flex;font-size:.875rem;gap:.25rem;justify-content:center;padding:.5rem .75rem;transition:all .2s ease}.payment-records-page-btn:hover:not(:disabled),.payment-records-page-num:hover:not(.payment-records-current-page){background-color:#f3f4f6;color:#1f2937}.payment-records-page-btn:disabled{cursor:not-allowed;opacity:.5}.payment-records-current-page{background-color:#4f46e5;border-color:#4f46e5;color:#fff}.payment-records-page-numbers{display:flex;gap:.5rem}@media (max-width:640px){.payment-records-pagination{align-items:stretch}.payment-records-page-numbers{justify-content:center;margin-bottom:.5rem;order:-1}}@media (max-width:768px){.payment-records-table td,.payment-records-table th{padding:.625rem .5rem}.payment-records-th-content{align-items:flex-start;flex-direction:column;gap:.25rem}.payment-records-search-input{width:80%}}@media (max-width:480px){.payment-records-table{font-size:.75rem}.payment-records-actions-cell{flex-direction:column}.payment-records-page-numbers{flex-wrap:wrap;justify-content:center}}.college-account-update-container{background-color:#fff;border-radius:12px;box-shadow:0 4px 20px #00000014;padding:1.5rem}.account-update-header{margin-bottom:2rem;text-align:center}.account-update-header h1{color:#1e2b37;font-size:1.75rem;margin-bottom:.5rem}.account-update-header p{color:#64748b;font-size:1rem}.notification{align-items:center;animation:fadeIn .3s ease;border-radius:8px;display:flex;gap:.75rem;margin-bottom:1.5rem;padding:1rem}.notification.success{background-color:#ecfdf5;color:#10b981}.notification.error{background-color:#fef2f2;color:#ef4444}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.loading-container{align-items:center;background-color:#f8fafc;border-radius:8px;display:flex;gap:1rem;justify-content:center;margin-bottom:1.5rem;padding:1rem}.spinner{animation:spin 1s linear infinite;border:3px solid #3b82f64d;border-radius:50%;border-top-color:#3b82f6;height:24px;width:24px}@keyframes spin{to{transform:rotate(1turn)}}.payment-methods-dashboard{display:flex;gap:1.5rem}.payment-methods-list{flex:1 1;min-width:280px}.payment-methods-list h2{color:#334155;font-size:1.25rem;margin-bottom:1rem}.methods-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr}.method-card{align-items:center;background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;display:flex;padding:1rem;transition:all .3s ease}.method-card:hover{box-shadow:0 4px 12px #0000000d;transform:translateY(-2px)}.method-card.selected{background-color:#eff6ff;border-color:#3b82f6}.method-card.inactive{opacity:.7}.method-icon{align-items:center;border-radius:12px;color:#fff;display:flex;height:48px;justify-content:center;margin-right:1rem;width:48px}.method-info{flex:1 1}.method-info h3{color:#0f172a;font-size:1rem;margin:0 0 .25rem}.method-info p{color:#64748b;font-size:.875rem;margin:0 0 .5rem}.status-badge{border-radius:4px;display:inline-block;font-size:.75rem;font-weight:500;padding:.25rem .5rem}.status-badge.active{background-color:#ecfdf5;color:#10b981}.status-badge.inactive{background-color:#f1f5f9;color:#64748b}.payment-method-editor{background-color:#f8fafc;border-radius:12px;flex:2 1;padding:1.5rem}.payment-method-editor h2{color:#334155;font-size:1.25rem;margin-bottom:1.5rem}.editor-form{display:flex;flex-direction:column;gap:1.25rem}.form-row{display:flex;gap:1rem}.form-col{flex:1 1}.form-group,.form-label{margin-bottom:.5rem}.form-label{color:#334155;display:block;font-size:.9rem}.form-input{border:1px solid #e2e8f0;border-radius:8px;font-size:1rem;padding:.75rem 1rem;transition:all .3s ease;width:100%}.form-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f633;outline:none}.qr-upload-container{width:100%}.qr-upload-box{border:2px dashed #cbd5e1;border-radius:8px;cursor:pointer;padding:2rem;text-align:center;transition:all .3s ease}.qr-upload-box:hover{background-color:#f8fafc;border-color:#3b82f6}.file-input{display:none}.upload-label{align-items:center;color:#334155;cursor:pointer;display:flex;flex-direction:column;gap:.5rem}.upload-hint{color:#64748b;font-size:.75rem}.qr-preview{background-color:#f8fafc;border-radius:8px;height:180px;overflow:hidden;position:relative;width:180px}.qr-preview img{height:100%;object-fit:contain;width:100%}.remove-qr-button{align-items:center;background-color:#fffc;border:none;border-radius:50%;color:#ef4444;cursor:pointer;display:flex;height:30px;justify-content:center;position:absolute;right:.5rem;top:.5rem;transition:all .2s ease;width:30px}.remove-qr-button:hover{background-color:#fee2e2}.toggle-container{align-items:center;display:flex}.toggle-label{color:#334155;flex:1 1;font-size:.9rem}.toggle-wrapper{display:inline-block;height:24px;margin:0 .75rem;position:relative;width:46px}.toggle-wrapper input{height:0;opacity:0;width:0}.toggle-slider{background-color:#cbd5e1;border-radius:34px;bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;transition:.4s}.toggle-slider:before{background-color:#fff;border-radius:50%;bottom:3px;content:"";height:18px;left:3px;position:absolute;transition:.4s;width:18px}input:checked+.toggle-slider{background-color:#3b82f6}input:checked+.toggle-slider:before{transform:translateX(22px)}.toggle-status{font-size:.85rem;font-weight:500}.toggle-status.active{color:#10b981}.toggle-status.inactive{color:#64748b}.editor-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:1rem}.cancel-button{background-color:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#334155;cursor:pointer;font-size:.95rem;padding:.75rem 1.5rem;transition:all .2s ease}.cancel-button:hover{background-color:#f8fafc}.save-button{align-items:center;background-color:#3b82f6;border:none;border-radius:8px;box-shadow:0 2px 4px #3b82f633;color:#fff;cursor:pointer;display:flex;font-size:.95rem;font-weight:500;gap:.5rem;padding:.75rem 1.5rem;transition:all .3s ease}.save-button:hover{background-color:#2563eb;box-shadow:0 4px 6px #3b82f64d;transform:translateY(-1px)}.empty-editor{align-items:center;background-color:#f8fafc;border-radius:12px;display:flex;flex:2 1;flex-direction:column;justify-content:center;padding:3rem;text-align:center}.empty-illustration{color:#cbd5e1;margin-bottom:1.5rem}.empty-editor h3{color:#334155;font-size:1.25rem;margin-bottom:.5rem}.empty-editor p{color:#64748b;max-width:280px}@media (max-width:1024px){.payment-methods-dashboard{flex-direction:column}.methods-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}}@media (max-width:768px){.college-account-update-container{padding:1.25rem}.account-update-header h1{font-size:1.5rem}.form-row{flex-direction:column;gap:0}}@media (max-width:480px){.college-account-update-container{padding:1rem}.account-update-header h1{font-size:1.25rem}.method-card{flex-direction:column;text-align:center}.method-icon{margin-bottom:.75rem;margin-right:0}.editor-actions{flex-direction:column;gap:.75rem}.cancel-button,.save-button{width:100%}}.add-method-section{display:flex;flex-wrap:wrap;gap:10px;margin-top:15px;width:100%}.add-method-button{align-items:center;background-color:#f8fafc;border:1px dashed #cbd5e1;border-radius:8px;color:#475569;cursor:pointer;display:flex;gap:8px;padding:8px 16px;transition:all .2s}.add-method-button:hover{background-color:#f1f5f9;border-color:#94a3b8}.profile-container{box-sizing:border-box;display:flex;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;justify-content:center;padding:1rem;width:100%}.profile-container .profile-card{background-color:#fff;border-radius:10px;box-shadow:0 4px 8px #0000001a;max-width:800px;overflow:hidden;width:100%}.profile-container .profile-header{background-color:#4a6cf7;color:#fff;padding:1.25rem;text-align:center}.profile-container .profile-header h1{font-size:clamp(1.3rem,5vw,1.8rem);margin:0}.profile-container .profile-details{display:flex;gap:1.5rem;padding:1.5rem}@media (max-width:768px){.profile-container .profile-details{align-items:center;flex-direction:column;text-align:center}.profile-container .profile-avatar{margin-bottom:1.5rem;margin-right:0}.profile-container .user-info{align-items:center;display:flex;flex-direction:column;width:100%}}@media (max-width:480px){.profile-container{padding:.5rem}.profile-container .profile-details{padding:1rem}}.profile-container .profile-avatar{margin-right:1.5rem}.profile-container .avatar-circle{align-items:center;background-color:#4a6cf7;border-radius:50%;color:#fff;display:flex;font-weight:700;height:100%;justify-content:center;width:100%}.profile-container .user-info{flex:1 1}.profile-container .user-info h2{color:#333;font-size:clamp(1.2rem,4vw,1.5rem);margin-bottom:1rem;margin-top:0}.profile-container .user-info p{color:#555;font-size:clamp(.9rem,3vw,1rem);margin:.5rem 0}.profile-container .user-info span{color:#333;font-weight:700}.profile-container .change-password-btn{background-color:#4a6cf7;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:clamp(.85rem,3vw,1rem);font-weight:600;margin-top:1.5rem;min-width:150px;padding:.6rem 1.2rem;transition:background-color .3s;width:auto}.profile-container .change-password-btn:hover{background-color:#3a5cd7}.profile-container .modal-overlay{align-items:center;background-color:#00000080;bottom:0;box-sizing:border-box;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:1000}.profile-container .password-modal{background-color:#fff;border-radius:8px;box-shadow:0 4px 16px #0003;max-height:90vh;max-width:500px;overflow-y:auto;padding:clamp(1rem,4vw,1.5rem);width:100%}.profile-container .modal-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:clamp(1rem,4vw,1.5rem)}.profile-container .modal-header h2{color:#333;font-size:clamp(1.2rem,4vw,1.5rem);margin:0}.profile-container .close-modal{background:none;border:none;color:#777;cursor:pointer;font-size:1.5rem;padding:.25rem .5rem}.profile-container .form-group{margin-bottom:clamp(1rem,4vw,1.5rem)}.profile-container .form-group label{color:#444;display:block;font-size:clamp(.9rem,3vw,1rem);font-weight:600;margin-bottom:.5rem}.profile-container .form-group input{border:1px solid #ddd;border-radius:4px;box-sizing:border-box;font-size:clamp(.9rem,3vw,1rem);padding:clamp(.5rem,2vw,.8rem);width:100%}.profile-container .password-strength{margin-top:.5rem}.profile-container .strength-meter{background-color:#eee;border-radius:2px;height:4px;margin-top:.5rem;overflow:hidden}.profile-container .strength-progress{height:100%;transition:width .3s,background-color .3s;width:0}.profile-container .strength-progress.weak{background-color:#ff4d4d}.profile-container .strength-progress.medium{background-color:#ffb84d}.profile-container .strength-progress.strong{background-color:#4caf50}.profile-container .strength-label{display:inline-block;font-size:clamp(.75rem,2.5vw,.8rem);font-weight:600;margin-top:.3rem}.profile-container .strength-label.weak{color:#ff4d4d}.profile-container .strength-label.medium{color:#ffb84d}.profile-container .strength-label.strong{color:#4caf50}.profile-container .error-message{color:#ff4d4d;font-size:clamp(.8rem,2.5vw,.9rem);margin-bottom:1rem}.profile-container .form-actions{display:flex;gap:.75rem;justify-content:flex-end}@media (max-width:480px){.profile-container .form-actions{flex-direction:column;gap:.5rem}.profile-container .cancel-btn,.profile-container .submit-btn{width:100%}}.profile-container .cancel-btn{background-color:#f5f5f5;border:1px solid #ddd;border-radius:4px;color:#555}.profile-container .cancel-btn,.profile-container .submit-btn{cursor:pointer;font-size:clamp(.85rem,3vw,1rem);font-weight:600;padding:clamp(.5rem,2vw,.6rem) clamp(.8rem,3vw,1.2rem)}.profile-container .submit-btn{background-color:#4a6cf7;border:none;border-radius:4px;color:#fff}.profile-container .submit-btn:hover{background-color:#3a5cd7}
/*# sourceMappingURL=main.a2619c5b.css.map*/