.loading-container{color:#333;flex-grow:1;flex-shrink:0;justify-content:center;align-items:center;width:100%;min-height:calc(100vh - 160px);margin:0 auto;font-size:1.25rem;font-weight:500;display:flex}.loading-container:after{content:"";border:4px solid #2196f3;border-top-color:#0000;border-radius:50%;width:40px;height:40px;margin-left:10px;animation:.8s linear infinite loading-spinner}@keyframes loading-spinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
