.loading{z-index:9999;background:#0b0b0b;justify-content:center;align-items:center;animation:.4s ease-in-out forwards fadeIn;display:flex;position:fixed;inset:0}.loader-wrapper{width:120px;height:120px;position:relative}.loader-circle{box-sizing:border-box;border:3px solid #ffffff26;border-top-color:#fff;border-radius:50%;width:100%;height:100%;animation:1.2s linear infinite spin}.loader-arrow{width:42px;height:42px;margin:auto;position:absolute;inset:0}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}
