.wpcf7 form.submitting .wpcf7-spinner {
    display: inline-block !important;
    opacity: 1;
}

.wpcf7-spinner {
    background-color: #ffffff;
    width: 30px;
    height: 30px;
    border: 4px solid #ccc;
    border-top-color: #9E2021;
    border-radius: 50%;
    animation: spin 0.6s linear infinite;
    margin-left: 10px;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}
.wpcf7 form.submitting .them_button::after {
    display: none !important;
}
