<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.pdf-submision-error-message {
    display: none;
}

.glm--pdf-submission-id-input.tribe-tickets__form-field-input--error ~ .pdf-submision-error-message {
    display: block;
    color: red;
}

.glm--pdf-submission-id-input,
.glm--pdf-inputs {
    display: none;
}

.glm--pdf-open-btn {
    display: none !important;
}

.glm--pdf-upload-btn {
    max-width: 300px;
}

.pdf-submision-message {
    display: none;
}

.glm--pdf-submission-form-inner a {
    text-decoration: underline !important;
    margin-bottom: 1rem;
    display: inline-block;
}

.glm--pdf-file {
    display: none;
}</pre></body></html>