.splash-container{min-height:100vh;display:grid;place-items:center;padding:16px;background:#fff;overflow:hidden;position:relative}.splash-center-loader{width:42px;height:42px;border-radius:50%;border:3px solid #eef2f7;border-top-color:#3153b2;animation:splashSpin .86s linear infinite}@keyframes splashSpin{to{transform:rotate(360deg)}}
