.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;
        }