.table-base__skeleton{width:100%;display:flex;flex-direction:column}.table-base__skeleton--group{display:flex;gap:16px;margin-bottom:16px}.table-base__skeleton--card{display:flex;flex-direction:column;height:240px;gap:10px;width:306px}.table-base__skeleton--card::before{content:'';animation:skeleton-loading 1s linear infinite alternate;border-radius:8px;width:100%;height:168px}.table-base__skeleton--card hr{width:90%;height:20px;animation:skeleton-loading 1s linear infinite alternate;border:0;margin:0}.table-base__skeleton--card hr::after{content:'';width:60%;height:20px;animation:skeleton-loading 1s linear infinite alternate;display:inline-block;margin-top:30px}.table-base__skeleton--card-small{height:112px;display:grid;grid-template-columns:112px auto}.table-base__skeleton--card-small::before{width:112px;height:112px;flex-shrink:0}.table-base__skeleton--card-small hr{margin:0;grid-column-start:2;grid-row-start:1}.table-base__skeleton--card-small::after{grid-column-start:2;grid-row-start:1;margin-top:30px}.table-base__skeleton--card-small-flat{height:112px}.table-base__skeleton--card-small-flat::before{width:100%}.table-base__header{background:var(--bg-color-header);border-radius:8px;margin:16px 0;width:100%;padding-left:24px;height:60px;display:flex;align-items:center}.table-base__header--title{font-family:Lora;font-style:normal;font-weight:700;line-height:44px;color:#f5f5f5;font-size:24px}@keyframes skeleton-loading{0%{background-color:rgba(204,204,204,.6)}100%{background-color:rgba(245,245,245,.3)}}