.list-group li:before {
  content: "●";
  padding-right: 1rem;
  color: #51318f;
}

.list-group.text-danger li:before {
  color: #dc3545!important;
}