.loading-container{justify-content:center;align-items:center;height:200px;display:flex}.loading-container .loader{width:48px;height:48px;display:inline-block;position:relative}.loading-container .loader:after,.loading-container .loader:before{box-sizing:border-box;content:"";opacity:0;background:gray;border-radius:50%;width:48px;height:48px;animation:2s linear infinite animloader;position:absolute;top:0;left:0}.loading-container .loader:after{animation-delay:1s}@keyframes animloader{0%{opacity:1;transform:scale(0)}to{opacity:0;transform:scale(1)}}
