.pulse{animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%{opacity:.6}50%{opacity:.3}to{opacity:.6}}.simple-skeleton-container{width:100%;padding:8px;background-color:#fff}.simple-skeleton-header{height:32px;width:300px;background-color:#eaeaea;border-radius:4px;margin-bottom:32px}.simple-skeleton-contacts{width:50%;display:flex;gap:32px;margin-bottom:40px}.simple-skeleton-contact{height:44px;flex:1 1;background-color:#eaeaea;border-radius:4px}.simple-skeleton-table-header{display:flex;margin-bottom:16px;padding-bottom:8px;border-bottom:1px solid #eaeaea}.simple-skeleton-cell-large{flex:1 1;height:24px;background-color:#eaeaea;border-radius:4px;margin-right:16px}.simple-skeleton-cell-small{width:80px;height:24px;background-color:#eaeaea;border-radius:4px;margin-left:16px}.simple-skeleton-rows{display:flex;flex-direction:column;gap:24px}.simple-skeleton-row{display:flex;padding:24px 0;border-bottom:1px solid #eaeaea}@media (max-width:768px){.simple-skeleton-contacts{flex-direction:column;gap:16px}.simple-skeleton-row,.simple-skeleton-table-header{flex-wrap:wrap}.simple-skeleton-cell-large{width:100%;margin-right:0;margin-bottom:16px}}