:root{--bg-loading:#402054;--spinner-base:#eee;--spinner-active:#4a7dff}.loading_page{background:var(--bg-loading);flex-direction:column;justify-content:center;align-items:center;width:100%;height:100vh;display:flex}.spinner{border:5px solid var(--spinner-base);border-top:5px solid var(--spinner-active);border-radius:50%;width:50px;height:50px;animation:1s linear infinite alternate forwards spin}@keyframes spin{to{transform:rotate(360deg)}}
