.loader-overlay{z-index:9999;background-color:#000;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .5s ease-out;display:flex;position:fixed;top:0;left:0}.loader-content{flex-direction:column;align-items:center;gap:2rem;display:flex}.center{text-align:center;justify-content:center;align-items:center;min-height:100vh;display:flex}.ring{border-radius:50%;width:400px;height:400px;animation:2s linear infinite ring;position:absolute}@keyframes ring{0%{transform:rotate(0);box-shadow:1px 5px 2px #e65c00}50%{transform:rotate(180deg);box-shadow:1px 5px 2px #18b201}to{transform:rotate(360deg);box-shadow:1px 5px 2px #0456c8}}.ring:before{content:"";border-radius:50%;width:100%;height:100%;position:absolute;top:0;left:0;box-shadow:0 0 5px #ffffff4d}@keyframes text{50%{color:#000}}.loader-text{color:#fff;font-family:Poppins,sans-serif;font-size:17px;font-weight:500}@media (max-width:426px){.ring{width:340px;height:340px}}@media (max-width:321px){.ring{width:300px;height:300px}.loader-text{color:#fff;font-size:17px;font-weight:500}}
