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