.new_agree {
	display: flex;
	align-items: center;
	justify-content: flex-start;
    flex-direction: row-reverse;
    column-gap: 20px;
    margin-bottom: 20px;

    .wpcf7-form-control-wrap {
        display: block;
        width: auto !important;
    }

    input[type="checkbox"] {
        width: 15px !important;
        height: 15px !important;
        padding: 0px;
        margin: 0px !important;
        box-shadow: none !important;
        -webkit-appearance: auto !important;
        appearance: auto !important;
      }

    br {
        display: none;
    }

	label {
		font-size: 11px;
  line-height: 100%;
  text-align: left;
  margin-bottom: 0;
  display: block;
  max-width: 100%;
	}
}

.newagree-label {
    max-width: 100% !important;
}

.form input.wpcf7-form-control.wpcf7-submit:disabled,
.form input.wpcf7-form-control.wpcf7-submit[disabled] {
            opacity: .4;
            cursor: not-allowed;
        }

.form .form__terms {
            margin-top: 25px;
        
        }
.wpcf7-form-control-wrap {
            display: inline !important;
            line-height: 5px !important;
        }
.form__terms input[type="checkbox"] {
         margin: 0;
        }
        
input[type="checkbox"].not-after::after {
            opacity: 0;
          }
        
input[type="checkbox"]::after {
            opacity: 1;
          }  