/* GLOBAL*/
.text-muted {
  color: #a3a3a3 !important;
}

.bg-pink {
  background-color: #ffdcdc;
}

.error-log {
  color: #530900 !important;
  background-color: #ffdcdc;
  font-weight: bold;
  padding: 1rem 0;
  margin: 2rem auto;
  max-width: 60%;
  border-radius: 0.5rem;
}

textarea {
  height: 4rem !important;
}

.card {
  border: none;
  background-color: #f8f9fa ;
}

.inactive {
 text-decoration: line-through !important;
}
