.loading-containe{align-items:center;background-color:#0009;bottom:0;display:flex;flex-direction:column;height:100vh;justify-content:space-evenly;left:0;position:fixed;right:0;top:0;z-index:300000}.loading-containe img{margin-bottom:16px;width:150px}.spinner{animation:spin 1s linear infinite;border:5px solid #fff;border-radius:50%;border-top-color:#888;height:40px;margin:auto auto 16px;width:40px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}
