.loader-overlay{z-index:9999;pointer-events:all;background-color:#ffffff80;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.loader-spinner{border:6px solid #ccc;border-top-color:#333;border-radius:50%;width:50px;height:50px;animation:.8s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
