.loading_bar{background:linear-gradient(90deg,rgba(var(--foreground-rgb)/.1),rgba(var(--foreground-rgb)/.2),rgba(var(--foreground-rgb)/.4),rgba(var(--foreground-rgb)/.2),rgba(var(--foreground-rgb)/.1));background-size:200% 100%;border-radius:3px;width:100%;animation:5s infinite LoadingAnnimation}.card_header .loading_bar{height:1.8rem}.card_body .loading_bar{height:4.5rem}thead:has(.loading_bar){background:0 0}tr:nth-child(odd):has(.loading_bar){background:0 0}thead tr:has(.loading_bar){border-radius:.5rem 0}thead th:first-child:has(.loading_bar){border-radius:.5rem 0 0}thead th:last-child:has(.loading_bar){border-radius:0 .5rem 0 0}th .loading_bar{height:1.8rem;margin:.2rem}td .loading_bar{height:1.3rem;margin:.2rem}@keyframes LoadingAnnimation{0%{background-position:0%}30%{background-position:100%}50%{background-position:0%}80%{background-position:100%}to{background-position:0%}}
