.webform-submission-form label {
  font-weight: bold;
}

.webform-submission-form label.no-text-transform {
  text-transform: unset;
}

.webform-submission-form .required-checkbox > label {
  padding-left: 30px !important;
}

.webform-submission-form .required-checkbox > label:after {
  position: absolute;
  content: "*";
  color: red;
  left: 21px;
}

.webform-submission-form .radios--wrapper.civility-field-wrapper > legend {
  text-align: left;
}

.webform-submission-form .radios--wrapper.civility-field-wrapper > legend > span {
  font-size: 12px;
  padding-left: 3px;
}

.webform-submission-form .radios--wrapper.civility-field-wrapper > legend > span:before {
  position: relative;
  left: -3px;
}

.webform-submission-form .squared-radios .form-radios .form-type-radio input {
  display: none;
}

.webform-submission-form .squared-radios .form-radios .form-type-radio input + label {
  display: inline-block;
  font-weight: bold;
  padding: 0 20px;
  line-height: 17px;
  cursor: pointer;
  width: 100%;
  position: relative;
}

.webform-submission-form .squared-radios .form-radios .form-type-radio input + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #000000;
  height: 13px;
  width: 13px;
  box-shadow: inset 0 0 0 2px white;
  border-radius: unset;
}

.webform-submission-form .squared-radios .form-radios .form-type-radio input:checked + label:before {
  background: #000000;
}

.webform-submission-form .styled-button {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  margin: 0 auto 15px;
  position: relative;
}

.webform-submission-form .styled-button:before, .webform-submission-form .styled-button:after {
  content: "";
  position: absolute;
  border: 1px solid black;
  width: 7px;
  height: 38px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  transition: all 0.2s;
}

.webform-submission-form .styled-button:before {
  border-right: unset;
  left: -7px;
}

.webform-submission-form .styled-button:after {
  border-left: unset;
  right: -7px;
}

.webform-submission-form .styled-button:hover:before {
  left: -14px;
}

.webform-submission-form .styled-button:hover:after {
  right: -14px;
}

.webform-submission-form .styled-button:hover .form-submit {
  color: white;
  background: black;
}

.webform-submission-form .styled-button .form-submit {
  font-family: "BellGothicStdBold";
  font-weight: bold;
  font-size: 15px;
  line-height: 23px;
  color: black;
  border: solid black 2px;
  background-color: transparent;
  padding-right: 3rem;
  padding-left: 3rem;
  padding-top: 13px;
  z-index: 10;
  position: relative;
  text-transform: none;
  transition: all 0.2s;
}
