/* gravity form */
.gravity_checkbox ul {
    margin-left: 0px !important;
}

.gravity_checkbox ul li {
    display: flex;
    align-items: center;
}

.gravity_checkbox ul li input {
    width: 10% !important;
    margin-right: 17px !important;
}

/* Hide the default checkbox */
.gravity_checkbox ul li input[type="checkbox"] {
  display: none;
}

/* Create a custom checkbox */
.gravity_checkbox ul li label {
  position: relative;
  padding-left: 44px !important;
  cursor: pointer;
  font-size: 16px;
  color: black !important;
}

/* Create the checkbox style */
.gravity_checkbox ul li label::before {
  content: "";
  position: absolute;
  left: 0;
  top: -6px;
  width: 25px;
  height: 25px;
  border: solid 3px black;
}

/* Create the "X" for the checked state */
.gravity_checkbox ul li input[type="checkbox"]:checked + label::after {
  content: "✕";
  position: absolute;
  left: 4px;
  top: 2px;
  font-size: 28px;
  color: black;
  font-weight: 600;
}

.name_last {
	display: block;
	padding-top: 18px !important;
}

.gform_footer.top_label {
	padding-top: 39px !important;
}
