<!-- start Simple Custom CSS and JS -->
<style type="text/css">
.gform_wrapper {
    padding-bottom: 2em;
}

.gform_title {
    font-size: 35px;
    color: #000000;
    line-height: 1.5;
    text-align: center;
    margin: 0;
}

.gform_required_legend {
    text-align: center;
    color: #444;
    opacity: 0.75;
    padding: 0;
}

.gform_heading {
    padding-bottom: 1.5em;
}


.gform_wrapper h3 {
    font-size: 30px;
    color: #000000;
    line-height: 1.5;
    text-align: center;
}

.gform_button,
.gpnf-add-entry,
.gf-default-disabled,
.tingle-btn {
    font-size: 18px !important;
    line-height: 12px !important;
    background-color: #000 !important;
    transition: all 0.3s !important;
}

.gform_button:hover,
.gpnf-add-entry:hover,
.gf-default-disabled:hover,
.tingle-btn:hover {
    opacity: 0.85 !important;
}

.gpnf-btn-cancel {
    background-color: #666 !important;
}

.gform-field-label:not([class*='type-sub']) {
    font-size: 20px !important;
    line-height: 1.3 !important;
    margin-top: 0 !important;
}

.gform-field-label--type-inline {
    position: relative;
    top: -0.18em
}

.gfield-choice-input:before {
    background-color: #3ac6cd !important;
}

.gform-field-label--type-sub,
.gfield_description {
    font-size: 14px !important;
    line-height: 1 !important;
    color: #444 !important;
    opacity: 0.75;
}

span.gfield_required {
    font-size: 20px !important;
}

.gpnf-modal-header {
    background-color: #3ac6cd !important;
    font-size: 24px !important;!i;!;!i;!;!i;!;
    font-weight: 800;
    text-align:  center;
    margin-bottom: 1rem !important;!i;!;
}

.tingle-modal-box__content {
    padding-bottom: 0.5rem;
}

.gpnf-nested-entries .gpnf-field {
    font-size: 18px !important;
}

.gpnf-nested-entries .edit-button,
.gpnf-nested-entries .delete-button {
    min-block-size: unset !important;
    line-height: 1.8 !important;
}</style>
<!-- end Simple Custom CSS and JS -->
