.app-shell-loading{display:flex;justify-content:center;align-items:center;height:100vh;margin:0}.app-shell-spinner{width:40px;height:40px;border:3px solid rgba(62,62,123,.15);border-top-color:#3e3e7b;border-radius:50%;animation:app-shell-spin .75s linear infinite}@keyframes app-shell-spin{to{transform:rotate(360deg)}}
