.not-found-container{text-align:center;background-color:#fff;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.not-found-image{width:100%;max-width:500px;height:auto;margin-bottom:16px}.not-found-title{color:#1f2937;margin-bottom:8px;font-size:2.25rem;font-weight:700}.not-found-text{color:#4b5563;margin-bottom:16px;font-size:1.125rem}.not-found-button{color:#fff;background-color:#2563eb;border-radius:4px;padding:8px 16px;font-size:1rem;text-decoration:none;transition:background-color .3s}.not-found-button:hover{background-color:#1d4ed8}
.auth-loading-overlay{z-index:1500;background:#f5f7fae6;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.auth-loading-spinner{border:5px solid #ff7e5f;border-top-color:#feb47b;border-radius:50%;width:50px;height:50px;animation:1s linear infinite spin}.auth-loading-overlay p{color:#2c3e50;text-align:center;margin-top:20px;font-family:Poppins,Arial,sans-serif;font-size:18px;font-weight:500}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-overlay{z-index:1500;background:#f5f7fae6;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.loading-spinner{border:5px solid #ff7e5f;border-top-color:#feb47b;border-radius:50%;width:50px;height:50px;animation:1s linear infinite spin}.loading-overlay p{color:#2c3e50;text-align:center;margin-top:20px;font-family:Poppins,Arial,sans-serif;font-size:18px;font-weight:500}.sidebar-toggle{z-index:1100;color:#fff;cursor:pointer;background:#1976d2;border:none;padding:10px;font-size:1.2rem;position:fixed;top:10px;left:10px}@media (min-width:769px){.sidebar-toggle{display:none}}
