
.fluentform_wrapper_1.ffs_custom_wrap .ff-el-input--content .error , .fluentform_wrapper_1.ffs_custom_wrap .error-text{ text-align: left; } .fluentform_wrapper_1.ffs_custom_wrap .ff-message-success{ text-align: left; } .fluentform_wrapper_1.ffs_custom_wrap .ff-errors-in-stack { text-align: left; } .fluentform_wrapper_1.ffs_custom_wrap .ff-el-input--label label{ font-size: 18px;font-weight: 400; } .fluentform_wrapper_1.ffs_custom_wrap .ff-el-input--content input, .fluentform_wrapper_1.ffs_custom_wrap .ff-el-input--content .ff-el-form-control.ff_stripe_card_element, .fluentform_wrapper_1.ffs_custom_wrap .ff-el-input--content textarea, .fluentform_wrapper_1.ffs_custom_wrap .ff-el-input--content select, .fluentform_wrapper_1.ffs_custom_wrap .choices__list--single, .fluentform_wrapper_1.ffs_custom_wrap .choices[data-type*='select-multiple'] { color: rgba(0, 0, 0, 1);font-size: 18px;font-weight: 400;border-style: solid;border-color: rgba(171, 211, 190, 1);border-width: 1px; } .fluentform_wrapper_1.ffs_custom_wrap .frm-fluent-form .choices__list--dropdown { border-style: solid;border-color: rgba(171, 211, 190, 1);border-width: 1px; } .fluentform_wrapper_1.ffs_custom_wrap .ff_submit_btn_wrapper .ff-btn-submit:not(.ff_btn_no_style) { padding-top: 15px;padding-left: 40px;padding-right: 40px;padding-bottom: 15px;font-size: 16px;font-weight: 700;text-transform: uppercase; }        .fluentform_wrapper_1.ffs_custom_wrap input[type=checkbox] {
-webkit-appearance: checkbox;
}
.fluentform_wrapper_1.ffs_custom_wrap input[type=radio] {
-webkit-appearance: radio;
}
.fluentform_wrapper_1.ffs_custom_wrap .ff-el-group input[type=checkbox],
.fluentform_wrapper_1.ffs_custom_wrap .ff-el-group input[type=radio] {
-webkit-transform: scale(1);
transform: scale(1);
margin-top: -4px;
width: 23px;
height: 10px;
margin-right: 0px;
cursor: pointer;
font-size: 12px;
position: relative;
text-align: left;
border: none;
box-shadow: none;
visibility: hidden;
-moz-appearance: initial;
}
.fluentform_wrapper_1.ffs_custom_wrap .ff-el-group input[type=checkbox]:before,
.fluentform_wrapper_1.ffs_custom_wrap .ff-el-group input[type=radio]:before {
content: none;
}
.fluentform_wrapper_1.ffs_custom_wrap .ff-el-group input[type=checkbox]:after,
.fluentform_wrapper_1.ffs_custom_wrap .ff-el-group input[type=radio]:after {
content: " ";
background-color: #fff;
display: inline-block;
margin-right: 10px;        padding-bottom: 3px;
color: #212529;
width: 14px;
height: 14px;
visibility: visible;
border-color: rgba(160, 193, 175, 1);
border-style: solid;
border-width: 1px;        padding-left: 1px;
border-radius: 3px;        padding-top: 1px;
-webkit-transition: all .1s ease;
transition: all .1s ease;
background-size: 9px;
background-repeat: no-repeat;
background-position: center center;
position: absolute;
box-sizing: border-box;
}
.fluentform_wrapper_1.ffs_custom_wrap .ff-el-group input[type=checkbox]:checked:after, .fluentform_wrapper_1.ffs_custom_wrap .ff-el-group input[type=radio]:checked:after {
border-width: 1px;        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
background-color: black;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
color: #fff;
border-color: black;
} .fluentform_wrapper_1.ffs_custom_wrap .ff-el-group input[type=radio]:after {
border-radius: 3px;        font-size: 10px;
padding-top: 1px;
padding-left: 2px;
} .fluentform_wrapper_1.ffs_custom_wrap .ff-el-group input[type=radio]:checked:after {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}