.loading-gradient>div{animation:loading-shimmer 3s linear infinite forwards;background:#00000000;background:linear-gradient(90deg,#00000000 8%,#444444 38%,#00000000 54%);background-size:1000px 640px;position:relative;border-radius:8px}.loading-gradient{display:flex;justify-content:center;max-height:500px;max-width:500px}@keyframes loading-shimmer{0%{background-position:-468px 0}to{background-position:468px 0}}