@keyframes bounce{0%,100%{transform:scale(0)}50%{transform:scale(1)}}.loading-dots--theme-1.loading-dots{background:#fff;transition:all .5s ease;opacity:1}.loading-dots--theme-1.loading-dots .loading-dots__container{width:40px;height:40px;position:relative;top:50%;left:50%;margin-left:-20px;margin-top:-20px;animation:none}.loading-dots--theme-1.loading-dots .loading-dots__dot-1,.loading-dots--theme-1.loading-dots .loading-dots__dot-2{width:100%;height:100%;border-radius:50%;background-color:#fc0;opacity:.6;position:absolute;top:0;left:0;animation:bounce 2s infinite ease-in-out}.loading-dots--theme-1.loading-dots .loading-dots__dot-2{animation-delay:-1s}@keyframes loading-dots--grow-spin{0%,15%{transform:scale(1) rotate(0deg)}40%,60%{transform:scale(2.5) rotate(90deg)}85%,100%{transform:scale(1) rotate(180deg)}}@keyframes loading-dots--color{0%,15%,85%,100%{background:#ffd333}40%,60%{background:#6001d2}}@keyframes loading-dots--timeout{100%{height:0;overflow:hidden}}.loading-dots{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;background:rgba(1,1,1,.85)}.loading-dots--hidden{display:none}.loading-dots__container{position:absolute;width:40px;height:40px;top:50%;margin-top:-20px;left:50%;margin-left:-20px;animation:loading-dots--grow-spin 1s ease-in-out infinite}.loading-dots__dot-1,.loading-dots__dot-2,.loading-dots__dot-3,.loading-dots__dot-4{width:10px;height:10px;background:#ffd333;border-radius:50%;position:absolute;transition:all 1s ease-in-out;animation:loading-dots--color 1s ease-in-out infinite}.loading-dots__dot-1{top:0;right:15px}.loading-dots__dot-2{top:15px;right:0}.loading-dots__dot-3{top:30px;right:15px}.loading-dots__dot-4{top:15px;left:0}
