.dots{flex-flow:row;justify-content:space-between;align-items:center;width:3.5em;display:flex}.dots div{border-radius:50%;width:.8em;height:.8em;animation:.8s ease-in-out infinite alternate fade}.dots div:first-of-type{animation-delay:-.4s}.dots div:nth-of-type(2){animation-delay:-.2s}@keyframes fade{0%{opacity:1}to{opacity:0}}@media (width<=480px){.dots div{width:.7em;height:.7em}}.hidden{display:none}#end-of-list{width:100%;height:32px}#loading-wrapper{justify-content:center;align-items:center;width:100%;height:32px;display:flex}
