.dashboard-container{display:flex;min-height:100vh}.sidebar{background:#2c3e50;box-shadow:2px 0 5px #0000001a;color:#fff;height:100vh;padding:20px;position:fixed;width:250px;z-index:100}.main-content{background:#f5f6fa;margin-left:250px;min-height:100vh;padding:20px;width:calc(100% - 250px)}.sidebar-nav{margin-top:20px}.nav-link{align-items:center;border-radius:4px;color:#ecf0f1;display:flex;margin:4px 0;padding:12px 15px;text-decoration:none;transition:all .3s}.nav-link:hover{background:#34495e}.nav-link.active{background:#1890ff;font-weight:700}.nav-icon{font-size:1.2em;margin-right:12px}.profile-section{align-items:center;border-top:1px solid #34495e;bottom:20px;display:flex;gap:10px;left:20px;padding-top:20px;position:absolute;right:20px}.logout-button{background:#e74c3c;padding:8px 16px;transition:background .3s}.logout-button:hover{background:#c0392b}.profile-pic{border-radius:50%;height:40px;object-fit:cover;width:40px}.logout-button{background:#ff4d4f;border:none;border-radius:4px;color:#fff;cursor:pointer;padding:.5rem 1rem;transition:background-color .3s}.logout-button:hover{background-color:#ff7875}.forms-container{margin-top:2rem;overflow-x:auto}.data-table{background:#fff;border-collapse:collapse;box-shadow:0 1px 3px #0000001a;width:100%}.data-table td,.data-table th{border-bottom:1px solid #ddd;padding:12px 15px;text-align:left}.data-table th{background-color:#f8f9fa;font-weight:600}.data-table tr:hover{background-color:#f5f5f5}.form-link{border-radius:4px;color:#1890ff;padding:5px 10px;text-decoration:none;transition:background-color .3s}.form-link:hover{background-color:#e6f7ff;text-decoration:underline}.modal-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.delete-modal,.edit-modal{background:#fff;border-radius:8px;max-width:500px;padding:2rem;width:90%}.form-group{margin-bottom:1rem}.form-group input{border:1px solid #ddd;border-radius:4px;padding:.5rem;width:100%}.modal-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:1.5rem}.action-btn{border:none;border-radius:4px;cursor:pointer;margin:0 .2rem;padding:.3rem .8rem;transition:opacity .3s}.action-btn.edit{background-color:#1890ff;color:#fff}.action-btn.delete{background-color:#ff4d4f;color:#fff}.action-btn:hover{opacity:.8}.delete-btn{background-color:#ff4d4f}.processing-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.processing-message{align-items:center;background:#fff;border-radius:8px;display:flex;font-weight:700;gap:1rem;padding:2rem}.spinner{animation:spin 1s linear infinite;border:3px solid #f3f3f3;border-radius:50%;border-top-color:#3498db;height:24px;width:24px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.add-btn{align-items:center;background:#4caf50;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;gap:8px;margin:10px 0;padding:8px 16px}.add-btn:hover{background:#45a049}.add-btn:disabled{background:#ccc;cursor:not-allowed}button:disabled{cursor:not-allowed;opacity:.7}input:disabled{background:#f5f5f5;cursor:not-allowed}.delete-btn{background:#f44;color:#fff}.delete-btn:hover{background:#c00}.user-form{margin:0 auto;max-width:500px;padding:20px}.form-group label{align-items:center;display:flex;font-weight:500}.input-icon{color:#666;margin-right:.5rem}.user-form input{border:1px solid #ddd;border-radius:4px;font-size:1rem;padding:.75rem;width:100%}.user-form input:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f633;outline:none}.submit-btn{background:#3b82f6;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;margin-top:1rem;padding:.75rem 1.5rem;width:100%}.submit-btn:disabled{background:#93c5fd;cursor:not-allowed}.form-success{background:#dcfce7;border-radius:4px;color:#166534;margin-bottom:1.5rem;padding:1rem}.user-info{display:flex;flex-direction:column;margin-left:1rem}.user-email{color:#666;font-size:.9rem}.user-role{color:#888;font-size:.8rem}.login-container{align-items:center;background-color:#f0f2f5;display:flex;justify-content:center;min-height:100vh}.login-form{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;max-width:400px;padding:2rem;width:100%}.form-group{margin-bottom:1.5rem}.form-group label{color:#333;display:block;margin-bottom:.5rem}.form-input{border:1px solid #ddd;border-radius:4px;font-size:1rem;padding:.8rem;width:100%}.error-message{color:#ff4d4f;margin-bottom:1rem;text-align:center}.login-button{background-color:#1890ff;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;padding:.8rem;transition:background-color .3s;width:100%}.login-button:hover{background-color:#40a9ff}.login-button:disabled{background-color:#8ec6f7;cursor:not-allowed}.forgot-password{margin-top:.5rem;text-align:right}.forgot-password a{color:#1890ff;font-size:.85rem;text-decoration:none}.forgot-password a:hover{text-decoration:underline}.forgot-password-container{align-items:center;background-color:#f0f2f5;display:flex;justify-content:center;min-height:100vh}.forgot-password-form{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;max-width:400px;padding:2rem;width:100%}.forgot-password-form h2{margin-bottom:1rem}.forgot-password-form label{display:block;margin-bottom:.5rem}.forgot-password-form input{border:1px solid #ddd;border-radius:4px;margin-bottom:1rem;padding:.8rem;width:100%}.reset-button{background-color:#1890ff;border:none;border-radius:4px;color:#fff;cursor:pointer;padding:.8rem;width:100%}.reset-button:hover{background-color:#40a9ff}.reset-password-container{align-items:center;background:#f0f2f5;display:flex;justify-content:center;min-height:100vh}.reset-password-form{background:#fff;border-radius:8px;box-shadow:0 2px 6px #0000001a;max-width:400px;padding:2rem;width:100%}.reset-password-form h2{margin-bottom:1rem}.reset-password-form label{display:block;font-weight:500;margin-bottom:.5rem;margin-top:1rem}.reset-password-form input{border:1px solid #ccc;border-radius:4px;padding:.8rem;width:100%}.reset-password-form button{background:#1890ff;border:none;border-radius:4px;color:#fff;cursor:pointer;font-weight:700;margin-top:1.5rem;padding:.8rem;width:100%}.reset-password-form button:disabled{background:#a0cfff;cursor:not-allowed}.error-message{color:red;margin-top:1rem}.success-message{color:green;margin-top:1rem}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}*{box-sizing:border-box}
/*# sourceMappingURL=main.11a967e5.css.map*/