/* Minified on 2025-04-29 13:01:04
   File last modified 2024-11-05 19:45:19 (15092145 seconds ago right now)
*/

.loading-placeholder{width:100%;}.loading-placeholder .line{height:10px;margin:10px 0;background:linear-gradient(90deg,#e0e0e0 25%,#f5f5f5 50%,#e0e0e0 75%);background-size:200% 100%;border-radius:2px;animation:loading 1.5s infinite;}.loading-placeholder .line.short{width:40%;}.loading-placeholder .line.medium{width:70%;}.loading-placeholder .line.long{width:100%;}@keyframes loading{0%{background-position:200% 0;}100%{background-position:-200% 0;}}