.form-row .form-group .form-tit:not(:first-child) {
    margin-left: 40px;
}
.radio-bool input[type="radio"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  cursor: pointer;
}
.radio-bool input[type="radio"] span {
  padding-left: 5px;
  padding-right: 10px;
}
.radio-bool label {
  display: inline-block;
  position: relative;
  width: auto;
  height: 34px;
  line-height: 34px;
  padding-left: 26px;
  vertical-align: middle;
  cursor: default;
}
.radio-bool label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  text-align: center;
  border: 1px solid #d1d1d1;
  background: #ffffff;
  border-radius: 100%;
}
.radio-bool label::after {
  content: "";
  position: absolute;
}
.radio-bool label::before {
  border: 1px solid #a7acba;
  background: #e0e5ec;
}
.radio-bool label::before {
  border-color: #2d3542;
}
.radio-bool label::before {
  border-radius: 3px;
}
.radio-bool label::after {
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  text-align: center;
}
.radio-bool label::before {
  border: 1px solid #4f239e;
  background: #4f239e;
}
.radio-bool label::after {
  content: "\e92b";
  font-family: "feather" !important;
  color: #ffffff;
  line-height: 18px;
  font-weight: 700;
  font-size: 12px;
}
.radio-bool label::before {
  border-radius: 100%;
}
.radio-bool label::after {
  top: 50%;
  left: 5px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
}
.radio-bool.checked input[type="radio"]:checked ~ label::after {
  background: #4f239e;
  border-radius: 100%;
}