.splashing{width:100vw;height:100vh;margin:0;padding:0;max-width:100%;max-height:100%;display:flex;justify-content:center;align-items:center}.splashing .splash{box-sizing:border-box;z-index:100;position:fixed}.splashing .splash.spinner-section{width:50px;height:50px;left:50%;margin-left:-25px;top:50%;margin-top:-25px;border-radius:50%;border:3.125px solid #aaa;animation:splash-spinner 1.2s linear infinite}.splashing .splash.spinner-section:after,.splashing .splash.spinner-section:before{content:"";position:absolute;top:-3.125px;left:-3.125px;display:block;width:50px;height:50px;border-radius:50%;border:3.125px solid transparent;border-top-color:tomato}.splashing .splash.spinner-section:after{border-top-color:transparent;border-bottom-color:tomato;display:none}@keyframes splash-spinner{0%{transform:rotate(0)}to{transform:rotate(1turn)}}