.fallback-spinner{position:relative;display:flex;height:100vh;width:100%}.loading{position:absolute;left:calc(50% - 40px);top:50%;width:80px;height:80px;transform:rotate(45deg)}.effect-1,.effect-2,.effect-3{position:absolute;content:"";width:40px;height:40px;background-color:#f94744;animation:pulse 1.5s ease-in-out infinite}.effect-1{top:0;left:0;animation-delay:0s}.effect-2{top:0;right:0;background-color:#a9a9a9;animation-delay:.5s}.effect-3{bottom:0;left:0;background-color:#f94744;animation-delay:1s}@keyframes pulse{0%{transform:scale(1);opacity:1}50%{transform:scale(.3);opacity:.5}to{transform:scale(1);opacity:1}}.loading .effects{transition:all .3s ease}.fallback-logo{position:absolute;left:calc(50% - 45px);top:40%}
