.spinner-overlay,.spinner-bg{z-index:100;width:100vw;height:100vh;position:fixed;top:0;left:0}.spinner-bg{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#00000040}.spinner-wrapper{width:fit-content;position:relative;top:50%;left:50%;transform:translate(-50%,-50%)}.spinner{width:80px;height:80px;display:inline-block;position:relative}.spinner div{box-sizing:border-box;border:8px solid #0000;border-top-color:#fff;border-radius:50%;width:64px;height:64px;margin:8px;animation:1.2s cubic-bezier(.5,0,.5,1) infinite spinner;display:block;position:absolute}.spinner div:first-child{animation-delay:-.45s}.spinner div:nth-child(2){animation-delay:-.3s}.spinner div:nth-child(3){animation-delay:-.15s}@keyframes spinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
