:root{--default-font:sans-serif}a,abbr,acronym,address,applet,b,big,blockquote,body,caption,center,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,form,h1,h2,h3,h4,h5,h6,html,i,iframe,img,ins,kbd,label,legend,li,menu,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,u,ul,var{margin:0;padding:0;border:0;font-size:100%;font-family:var(--default-font);vertical-align:baseline;box-sizing:border-box}.not-found-container{height:100vh;background-color:#f7f9fc}.not-found-container,.not-found-content{display:flex;justify-content:center;align-items:center;font-family:Inter,sans-serif}.not-found-content{flex-direction:column;text-align:center;padding:30px;background-color:white;border-radius:8px;box-shadow:0 4px 20px #f1f5fe;width:600px}.not-found-text{font-size:14px;margin-top:5px;color:#000000;margin-bottom:5px;font-family:Inter,sans-serif}.back-home-link{font-size:16px;color:#007bff;font-weight:700;font-family:Inter,sans-serif;margin-bottom:20px;text-decoration:underline}.back-home-link:hover{color:#0a62c1;text-decoration:underline;cursor:pointer}@media (max-width:768px){.not-found-content{width:90%}.not-found-text{font-size:13px}.back-home-link{font-size:14px}}.spinner_divnotfound{display:flex;justify-content:center;align-items:center;height:100vh}.spinner_notfound{border:4px solid #f3f3f3;border-top-color:#3498db;border-radius:50%;width:50px;height:50px;animation:spin .9s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}