.webform-submission-form .webform-button--submit:hover {
      background-color: #CB1112!important;
}

.webform-submission-form .civility-wrapper > .fieldset-wrapper > div > .form-type-radio:last-child > label:after {
  content: "*";
  position: relative;
  top: -1px;
  right: -1px;
  color: red;
  font-size: 14px;
}

.webform-submission-form .form-select:after {
  content: "";
  width: 0;
  height: 0;
  top: 50%;
  transform: translateY(-50%);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #e54b15;
}

.webform-submission-form label.required-option-label:after {
  content: "*";
  color: red;
  font-size: 14px;
}