@keyframes app-spin{to{transform:rotate(360deg)}}#app-loader{display:flex;align-items:center;justify-content:center;height:100vh;width:100vw}.app-spinner{width:40px;height:40px;border:3px solid #e5e7eb;border-top-color:#002855;border-radius:50%;animation:app-spin .6s linear infinite}