.overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,11);display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:9999}.spinner{width:100px;height:100px;border:5px solid rgba(255,255,255,100);border-top-color:#00e5ff;border-radius:50%;animation:spin 1s ease-in-out infinite;box-shadow:0 0 10px #00e5ff}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.overlay p{margin-top:15px;color:#ffffff;font-size:20px;font-weight:500;text-align:center}