.loading_dots{justify-content:center;align-items:center;gap:12px;display:flex}.loading_dots_dot{background-color:#fedc00;border-radius:50%;width:9px;height:9px;animation:1.2s ease-in-out infinite loadingDotBounce;box-shadow:0 0 10px #fedc0099,0 0 20px #fedc004d}.loading_dots_dot:first-child{animation-delay:0s}.loading_dots_dot:nth-child(2){animation-delay:.16s}.loading_dots_dot:nth-child(3){animation-delay:.32s}@keyframes loadingDotBounce{0%,80%,to{opacity:.5;transform:scale(.2)}40%{opacity:1;transform:scale(1)}}
