@charset "UTF-8";
/***!  Style Declaration  !***/

.bouncing-loader{display:flex;justify-content:center;margin:0 auto}.bouncing-loader>div{width:47px;height:47px;margin:1rem 0.2rem 0;background:rgba(33,80,116,1);border-radius:50%;animation:bouncing-loader 0.6s infinite alternate}.bouncing-loader>div:nth-child(2){animation-delay:0.2s}.bouncing-loader>div:nth-child(3){animation-delay:0.4s}@keyframes bouncing-loader{to{opacity:0.1;transform:translate3d(0,-1rem,0)}}[data-bs-theme=dark] .bouncing-loader>div{background:rgba(0,176,255,1)}#astroid-preloader{background:rgb(255,255,255);z-index:99999}[data-bs-theme=dark] #astroid-preloader{background:rgb(255,255,255)}
