.app-not-found.not-found{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:70vh;padding:40px 16px 50px;display:flex}.app-not-found.not-found .not-found-image img{width:25%;max-width:100%;margin-bottom:20px}.app-not-found.not-found h1{color:#202020;font-size:1.5rem;font-weight:500;font-family:var(--font-family);text-transform:capitalize;margin:13px 0 5px}.app-not-found.not-found .lead{color:#202020;text-transform:capitalize;max-width:450px;margin:0 0 13px;font-size:1rem;font-weight:400}.app-not-found.not-found .actions-wrapper{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:8px;display:flex}.app-not-found.not-found .btn{color:#fff;cursor:pointer;border:1px solid #0000;border-radius:12px;min-width:150px;padding:.625rem 1.5rem;font-size:1rem;font-weight:500;transition:all .3s}@media (max-width:575px){.app-not-found.not-found .btn{width:100%;min-width:100%}}.app-not-found.not-found .primary{background-color:var(--blue);color:#fff}.app-not-found.not-found .primary:hover{background:#2f4bd4;border:1px solid #2f4bd4}.app-not-found.not-found .secondary{color:#6c757d;background:0 0;border-color:#6c757d}.app-not-found.not-found .secondary:hover{color:#fff;background:#6c757d;border:1px solid #6c757d}
