.loader-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:white;display:flex;justify-content:center;align-items:center;z-index:99999}.spinner{width:60px;height:60px;border:6px solid #e0e0e0;border-top-color:#504ca0;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}