.loader-container{color:#fff;text-align:center;background:0 0;flex-direction:column;justify-content:center;align-items:center;height:50vh;display:flex}.loader-logo{filter:drop-shadow(0 0 8px #f609);width:80px;height:80px;margin-bottom:1rem;animation:2s linear infinite rotate;position:relative}.loader-text{text-transform:uppercase;letter-spacing:3px;font-size:1.25rem;font-weight:600}.loader-text span{animation:1.4s infinite both blink}.loader-text span:first-child{animation-delay:0s}.loader-text span:nth-child(2){animation-delay:.2s}.loader-text span:nth-child(3){animation-delay:.4s}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes blink{0%,80%,to{opacity:0}40%{opacity:1}}
