.loader-overlay{z-index:9999;background-color:#0000004d;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.loader-spinner{border:6px solid #f3f3f3;border-top-color:#e53935;border-radius:50%;width:50px;height:50px;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
