[data-mktmodal="mktmodal:open"] {
    cursor: pointer;
}
.page-test-popup .contact-from label,
.page-test-popup .contact-from span,
.page-test-popup .contact-from input,
.page-test-popup .contact-from textarea {
    max-width: 100%;
}
.mktmodal-content.loading {
    position: relative;
}
.mktmodal-content.loading::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.3);
    background-image: url('/wp-includes/images/spinner-2x.gif');
    background-repeat: no-repeat;
    background-position: center;
}
.cf7-sent .mktpopup-cf7-wrapper {
    display: flex;
    align-items: center;
}
