[x-cloak] { 
    display: none !important; 
} 

.animate-spin-fast {
    animation: spin 0.5s linear infinite;
}

a.support-calendar-link {
    text-align: center;
    width: 100%;
    justify-content: center;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
} 

.grecaptcha-badge {
    z-index: 9999;
}