@charset "UTF-8";.bouncing-loader{display:flex;justify-content:center;margin:0 auto}.bouncing-loader>div{width:20px;height:20px;margin:1rem 0.2rem 0;background:rgb(124,172,54);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:rgb(124,172,54)}#astroid-preloader{background:rgb(255,255,255);z-index:99999}[data-bs-theme=dark] #astroid-preloader{background:rgb(255,255,255)}
