@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animateSpin{animation:1s linear infinite spin}.pageLoading{z-index:100000;background-color:#fff;justify-content:center;align-items:center;transition:opacity .5s ease-out,visibility .5s;display:flex;position:fixed;inset:0}.pageLoading.fadeOut{opacity:0;visibility:hidden}.pageLoading svg{width:100px;height:100px}
