.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#ffffff4d;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:9999}.modal-content{text-align:center;background:#fff;padding:20px;justify-items:center;border-radius:8px;box-shadow:0 4px 6px #0000001a}.spinner{width:70px;height:70px;border:5px solid rgba(52,152,219,.2);border-top:4px solid #3498db;border-radius:50%;align-self:center;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}
