.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:1000}.modal-content,.modal-overlay{display:flex;align-items:center;justify-content:center}.modal-content{padding:20px;border-radius:10px;background:#1c1e1e}.loading-spinner{display:inline-block;width:50px;height:50px;border-radius:50%;border:3px solid hsla(0,0%,100%,.7);border-top-color:#2063f2;animation:spin 1s ease-in-out infinite;-webkit-animation:spin 1s ease-in-out infinite}@keyframes spin{to{-webkit-transform:rotate(1turn)}}.spinner{font-size:16px;color:#000}