.shimmer{background:#f6f7f8;background-image:linear-gradient(90deg,#f6f7f8 0,#edeef1 20%,#f6f7f8 40%,#f6f7f8);background-repeat:no-repeat;animation:shimmer 1s linear infinite}@keyframes shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.shimmer-card{position:relative;box-shadow:0 6px 8px rgba(0,0,0,.1);background-color:#fff;border-radius:6px;height:500px;overflow:hidden;width:350px;margin:40px auto}.shimmer-card .media{height:200px}.shimmer-card .p-32{padding:32px}.shimmer-card .title-line{height:24px;width:100%;margin-bottom:12px;border-radius:20px}.shimmer-card .content-line{height:8px;width:100%;margin-bottom:16px;border-radius:8px}.shimmer-card .end{width:40%}.m-t-24{margin-top:24px}.chart-loading{width:100%}.chart-loading .title{margin:20px auto;width:70%;height:24px}.chart-loading .chart-area{width:90%;margin:auto;border-left:4px solid #f0f0f0;border-bottom:4px solid #f0f0f0;padding-top:20px}.chart-loading .bar{height:20px;margin-bottom:30px;width:100%}