@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.skeleton-loader{animation:shimmer 1.5s linear infinite;background:linear-gradient(90deg,hsla(0,0%,100%,.2) 25%,hsla(0,0%,100%,.5) 50%,hsla(0,0%,100%,.6) 75%);background-color:#e0e0e0;background-size:200% 100%}.dark .skeleton-loader{animation:shimmer 1.5s linear infinite;background:linear-gradient(90deg,rgba(80,80,80,.2) 25%,rgba(7,67,38,.5) 50%,rgba(19,89,63,.6) 75%);background-size:200% 100%}
