@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.alertSkeleton-container{flex-direction:column;gap:10px;display:flex}.alertSkeleton-container .alertSkeleton-parent{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;align-items:center;gap:12px;padding:12px;display:flex}.alertSkeleton-container .alertSkeleton-parent .alertSkeleton-circle{background-color:#e5e7eb;border-radius:9999px;flex-shrink:0;width:16px;height:16px;animation:1.5s ease-in-out infinite pulse}.alertSkeleton-container .alertSkeleton-parent .alertSkeleton-bar{background-color:#e5e7eb;border-radius:6px;flex:1;height:12px;animation:1.5s ease-in-out infinite pulse}.alertSkeleton-container .alertSkeleton-parentDark{background-color:#12131b;border:1px solid #2a2b3c}.alertSkeleton-container .alertSkeleton-parentDark .alertSkeleton-circle,.alertSkeleton-container .alertSkeleton-parentDark .alertSkeleton-bar{background-color:#2a2b3c}
