legend.required::after,
label.required:not(.form-check-label)::after {
    content: "*";
    margin-left: 5px;
    color: var(--bs-danger);
}