@keyframes bounce-3c93bb86 { 0%, 20%, 53%, 80%, 100% { transform: translate3d(0, 0, 0); } 40%, 43% { transform: translate3d(0, -8px, 0); } 70% { transform: translate3d(0, -4px, 0); } 90% { transform: translate3d(0, -2px, 0); } } @keyframes ping-3c93bb86 { 75%, 100% { transform: scale(1.1); opacity: 0; } } .animate-bounce[data-v-3c93bb86] { animation: bounce-3c93bb86 2s infinite; } .animate-ping[data-v-3c93bb86] { animation: ping-3c93bb86 2s cubic-bezier(0, 0, 0.2, 1) infinite; } @media (max-width: 375px) { .success-icon-container[data-v-3c93bb86] { margin-bottom: 6px; } .success-info[data-v-3c93bb86] { margin-bottom: 6px; } .details-card[data-v-3c93bb86], .recommended-actions[data-v-3c93bb86] { margin-bottom: 6px; } }