.bg-light-success {
  background-color: rgba(198, 246, 213, 0.3);
}

.bg-light-danger {
  background-color: rgba(198, 246, 213, 0.3);
}

.bg-light-light {
  background-color: var(--bs-light);
}

.border-success {
  border-color: var(--bs-success) !important;
}
.border-danger {
  border-color: var(--bs-danger) !important;
}

.border-light {
  border-color: var(--bs-secondary) !important;
}

/* .card.border-start.border-success.border-4 {
  border-left-width: 4px !important;
  border-top: none;
  border-right: none;
  border-bottom: none;
}

.card.border-start.border-light.border-4 {
  border-left-width: 4px !important;
  border-top: none;
  border-right: none;
  border-bottom: none;
}

.card.border-start.border-danger.border-4 {
  border-left-width: 4px !important;
  border-top: none;
  border-right: none;
  border-bottom: none;
} */