.fallback-spinner{z-index:9999;background-color:#fffc;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed}.loading{-webkit-box-siziing:border-box;box-sizing:border-box;border:3px solid #0000;border-radius:50%;width:55px;height:55px;position:fixed;top:calc(50% - 35px);left:calc(50% - 35px)}.effect-1,.effect-2{box-sizing:border-box;border:3px solid #0000;border-left-color:#2962ff;border-radius:50%;width:100%;height:100%;position:absolute}.effect-1{animation:1s linear infinite rotate}.effect-2{animation:1s .1s infinite rotateOpacity}.effect-3{box-sizing:border-box;border:3px solid #0000;border-left-color:#2962ff;border-radius:50%;width:100%;height:100%;animation:1s .2s infinite rotateOpacity}.loading .effects{transition:all .3s}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes rotateOpacity{0%{opacity:.1;transform:rotate(0)}to{opacity:1;transform:rotate(360deg)}}
