.card-type {
  opacity: 0.3;
  transition: opacity 0.25s;
}
.card-type-valid {
  opacity: 1;
}
