.loader-container{z-index:9999;background:#fffffff2;justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:fixed;top:0;left:0}.loader-wrapper{justify-content:center;align-items:center;width:80px;height:80px;display:flex;position:relative}.spinner-ring{border-radius:50%;width:100%;height:100%;position:absolute}.spinner-arc{border:2px solid #1d1742;border-color:#1d1742 #1d1742 #0000 #0000;border-radius:50%;width:100%;height:100%}.spinner-clockwise .spinner-arc{animation:1.5s linear infinite spin-clockwise}.spinner-counter-clockwise{transform:scale(.85)}.spinner-counter-clockwise .spinner-arc{border-top-color:#1d1742;border-left-color:#1d1742;border-right-color:#0000;animation:1.2s linear infinite spin-counter-clockwise}.loader-logo{z-index:10;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;padding:6px;display:flex;position:relative}.loader-logo img{object-fit:contain;width:100%;height:100%}@keyframes spin-clockwise{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes spin-counter-clockwise{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}.loader-logo{animation:2s ease-in-out infinite pulse}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@media (max-width:768px){.loader-wrapper{width:70px;height:70px}.loader-logo{width:35px;height:35px;padding:5px}.spinner-arc{border-width:2px}}@media (max-width:480px){.loader-wrapper{width:60px;height:60px}.loader-logo{width:30px;height:30px;padding:4px}.spinner-arc{border-width:1.5px}}
