.skeleton-main{border-radius:.8rem;width:100%;height:fit-content;padding-bottom:1px}.skeleton-body{background-color:var(--bg-skeleton);border-radius:.8rem;width:calc(100% - 20px);height:50px;margin-bottom:20px;position:relative;overflow:hidden}.skeleton-body:after{content:"";background:linear-gradient(90deg,#f9fafb00 0%,#cfcfcf80 50%,#f9fafb00 100%);width:100%;height:100%;animation:1.5s infinite skeleton-loading;position:absolute;top:0;left:0}@keyframes skeleton-loading{0%{transform:translate(-100%)}to{transform:translate(100%)}}
