.spinner-overlay{z-index:9999;background:#fff9;height:100%;position:fixed;inset:0}.spinner{text-align:center;width:70px}.spinner-overlay__inner{justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.spinner__bounce{background-color:#4972e2;border-radius:100%;width:18px;height:18px;animation:1.4s ease-in-out infinite both bouncedelay;display:inline-block}.spinner__bounce--1{animation-delay:-.32s}.spinner__bounce--2{animation-delay:-.16s}@keyframes bouncedelay{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.loader div{animation-duration:.75s}.loader div:first-child{animation-delay:.2s}.loader div:nth-child(2){animation-delay:.1s}.loader div:nth-child(3){animation-delay:.7s}.loader{color:#ccc;box-sizing:border-box;width:48px;height:48px;margin:15px auto;animation:1s linear infinite rotation;display:block;position:relative}.loader:after,.loader:before{content:"";box-sizing:border-box;background-color:#ccc;border-radius:50%;width:24px;height:24px;animation:1s ease-in-out infinite animloader;position:absolute;top:50%;left:50%;transform:scale(.5)translate(0)}.loader:before{background-color:#000;transform:scale(.5)translate(-48px,-48px)}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes animloader{50%{transform:scale(1)translate(-50%,-50%)}}
