.forminator-col:not(#textarea-1):not(#select-1) .forminator-field .forminator-input {
    border: 0;
    border-bottom: .5px solid #b7b7b7 !important;
    color: #000 !important;
    padding-left: 0;
    background-color: transparent;
    color: #888888;
    font-size: 1.125rem;
    line-height: 1;
    font-weight: 300;
}
.forminator-edit-module {
    display: none !important;
}
/*new checkbox*/

.html-checkbox p a{
    text-decoration: underline;
    color: #7C7C7C !important;
}
.html-checkbox{
    padding: 0 !important;
    transform: translateY(0) translateX(1rem);
    margin-bottom: 0 !important;
}
.html-checkbox p strong{
    color: #7C7C7C !important;
}
.html-checkbox p strong {
    font-weight: 700;
}
.html-checkbox p{
    font-size: 0.9375rem !important;
    font-family: var(--font-body) !important;
    color: #7C7C7C !important;
    line-height: 1rem !important;
    letter-spacing: 0;
    margin-bottom: 0;
}
.custom-checkbox{
    max-width: 2.5rem !important;
    position: relative;
    z-index: 2;
    margin-bottom: 0 !important;
}
.forminator-ui  .custom-checkbox .forminator-error-message{
    width: calc(100% + 20rem);
    transform: translateY(1.1rem);
}
.custom-checkbox .forminator-checkbox-label{
    display: none !important;
}
@media screen and (max-width: 849px){
    .html-checkbox {
        flex: 1;
    }
}
/*new checkbox*/