.feedbackPanel {
    list-style-type: none; /* Removes the default bullet points */
    padding-left: 0; /* Removes the padding */
    color: red; /* Force the color to be red */
  }
.feedbackMessage li::before{
    content: "⚠️"; /* Use the desired warning character or icon here */
    margin-right: 5px; /* Add some space between the icon and the text */
}
.form-label {
    font-weight: bold;
}