.loading-overlay{align-items:center;background-color:var(--color-darkgreen);color:var(--color-white);display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:1000}.dots{display:inline-flex;margin-left:.5rem}.dots span{animation:dots 1.5s infinite;font-size:1.5rem}.dots span:first-child{animation-delay:0s}.dots span:nth-child(2){animation-delay:.3s}.dots span:nth-child(3){animation-delay:.6s}@keyframes dots{0%,20%{opacity:.3}50%{opacity:1}to{opacity:.3}}
