/* Extracted from the inline <style> in base/error-modal.html (CSP migration). */

    @keyframes fadeIn3 {
        from {
            opacity: 0;
            transform: translateY(-20px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .fade-in3 {
        animation: fadeIn3 0.3s ease-out;
    }
