.skeleton-loader{position:fixed;top:0;left:0;width:100%;height:100%;background:#fff;background:rgb(255 255 255 / .95);z-index:9999;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px;overflow:auto}.skeleton-thumbnail{background:linear-gradient(90deg,#f7f7f7 25%,#eaeaea 50%,#f7f7f7 75%);background-size:200% 100%;animation:shimmer 1.6s infinite;border-radius:50%;margin-bottom:15px}.skeleton-box{background:linear-gradient(90deg,#f7f7f7 25%,#eaeaea 50%,#f7f7f7 75%);background-size:200% 100%;animation:shimmer 1.6s infinite;border-radius:4px;margin-bottom:10px}@keyframes shimmer{from{background-position:-200% 0}to{background-position:200% 0}}