.card-header-action .fa {
  transition: .3s transform ease-in-out;
}

.card-header-action.collapsed .fa {
  transform: rotate(90deg);
}