.loader-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:radial-gradient(hsla(0,0%,8%,.8),rgba(0,0,0,.8));display:flex;align-items:center;justify-content:center;z-index:9999}.rotating-image{width:60px;height:60px;animation:rotateImage 1s linear infinite}@keyframes rotateImage{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}