.tp-web-forms .file__upload__button {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.tp-web-forms .file__upload__button input {
    position: absolute;
    font-size: 50px;
    opacity: 0;
    right: 0;
    top: 0;
    cursor: pointer;
}

.tp-web-forms .wf_required input, .tp-web-forms .wf_required textarea, .tp-web-forms .wf_required select {
    border-color: red;
}

.tp-web-forms .wf_required input:focus, .tp-web-forms .wf_required textarea:focus, .tp-web-forms .wf_required select:focus {
    border-color: red;
    box-shadow: 0 0 0 2px rgb(255 0 0 / 25%);
}

.tp-web-forms .validation-message {
    color: #f00;
    font-size: 12px;
}

.tp-web-forms .label-asterisk {
    color: #f00;
    font-size: 15px;
    font-weight: 900;
}

.container-sm {
    max-width: 860px !important;
}