.shimmer{position:relative;overflow:hidden;background-color:#e5e5e5}.shimmer:after{content:"";position:absolute;top:0;left:0;height:100%;width:100%;background-image:linear-gradient(90deg,#fff0,#fffffff5,#fff0);background-repeat:no-repeat;background-size:200% 100%;animation:shimmer 1.5s infinite}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.shimmer-card{min-height:250px;border-radius:8px}.shimmer-txt{height:25px;border-radius:8px}.truncate-2-lines{display:-webkit-box;max-width:100%;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.glass-section{background:#fafafa;border-radius:8px;padding:.5rem;margin-bottom:1rem;border:1px solid #e2e2e2}
