.cloud-loading__wrapper{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999;display:flex;align-items:center;justify-content:center}.cloud-loading__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.cloud-loading__content{position:relative;z-index:1;background-color:#ffffff;border-radius:16px;box-shadow:0 20px 40px rgba(0,0,0,.15);max-height:90vh;overflow:hidden;width:100%}@keyframes moveProgress{0%{transform:translateX(-100%)}to{transform:translateX(400%)}}@keyframes shimmer{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}@media (max-width:600px){.cloud-loading__content{margin:16px;max-width:calc(100vw - 32px)}}