.hidden{display:none}#container{width:100%;height:100%;overflow-y:auto;overflow-x:hidden;scroll-behavior:smooth;scrollbar-width:thin}#end-of-list{height:32px;width:100%}#loading-wrapper{width:100%;height:32px;display:flex;justify-content:center;align-items:center}.dots{width:3.5em;display:flex;flex-flow:row nowrap;align-items:center;justify-content:space-between}.dots div{width:.8em;height:.8em;border-radius:50%;animation:fade .8s ease-in-out alternate infinite}.dots div:nth-of-type(1){animation-delay:-.4s}.dots div:nth-of-type(2){animation-delay:-.2s}@keyframes fade{from{opacity:1}to{opacity:0}}@media(max-width:480px){.dots div{width:.7em;height:.7em}}