/******* Do not edit this file *******
Woody ad snippets CSS and JS
Saved: Jul 02 2020 | 14:44:42 */
.listradio-wrap .nf-field-element label.nf-checked-label:before {
    border-radius: 50%;
    content: "";
    height: 10px;
    width: 10px;
    position: absolute;
    left: -26px;
    bottom: 1px !important;
    z-index: 2;
    top: 0.4em  !important;
}

.nf-form-content label {
    font-size: 12px !important;
    line-height: 12px !important;
}

.checkbox-wrap .nf-field-element label:before, .checkbox-wrap .nf-field-label label:before, .listcheckbox-wrap .nf-field-element label:before, .listcheckbox-wrap .nf-field-label label:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 18px !important;
    position: absolute;
    bottom: 0;
    z-index: 2;
}

.listcheckbox-container .nf-field-element label:before {
    top: 1px;
    left: -24px !important;
    bottom: auto;
}

	