.success {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #36cf5a; /* green color, change as needed */
  display: inline-block;
}

.danger {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ff2802; /* green color, change as needed */
  display: inline-block;
}

