.form-required::after {
    content: "*" !important;
    color: #ff0000 !important;
    line-height: 1 !important;
    background: none !important;
    opacity: revert !important;
    position: relative !important;
  }
