.shimmer{animation:shimmer-animation 2s linear infinite;background:linear-gradient(90deg,#eff1f3 4%,#e2e2e2 25%,#eff1f3 36%);background-size:1000px 100%;border-radius:10px}.shimmerspan{display:inline-block;height:14px;width:100%}.shimmerdiv{height:100%;width:100%}@keyframes shimmer-animation{0%{background-position:-1000px 0}to{background-position:1000px 0}}
