.loader-dots{width:30px;display:flex}.loader-dots__item{color:#06c160;height:6px;width:6px;background-color:#06c160;border-radius:50%;animation:1s linear infinite alternate dot-flashing;position:relative}.loader-dots__item:first-child{animation-delay:0s}.loader-dots__item:nth-child(2){animation-delay:.5s}.loader-dots__item:nth-child(3){animation-delay:1s}.loader-dots__item+.loader-dots__item{margin-left:4px}@keyframes dot-flashing{0%{background-color:#06c160}50%,to{background-color:#d9d9d9}}
