@keyframes sso-quick-start-pulse {
    0%, 100% {
        box-shadow: 0 0 0 0 rgba(76, 175, 80, 0.55);
        transform: scale(1);
    }

    50% {
        box-shadow: 0 0 0 10px rgba(76, 175, 80, 0);
        transform: scale(1.02);
    }
}

.sso-quick-start-blink {
    animation: sso-quick-start-pulse 1.6s ease-in-out infinite;
}

.sso-quick-start-wrap {
    direction: rtl;
    text-align: right;
}
