@keyframes load{0%{left:-150px}to{left:100%}}.ui-loader-dots{display:flex;justify-content:center;margin-left:auto;margin-right:auto;margin-top:34px}.ui-loader-dots__dot{animation:ui-loader-dots 1.4s ease-in-out infinite;background:#000;border-radius:50%;height:10px;margin:0 2px;width:10px}.ui-loader-dots__dot:nth-child(2){animation-delay:.1s}.ui-loader-dots__dot :nth-child(3){animation-delay:.2s}@keyframes ui-loader-dots{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}
