.profile-card .card-header .title {
  cursor: pointer;
}
/*.profile-card .card-header .title::after {
  content: "";
  height: 3px;
  width: 100%;
  background-color: unset;
  position: absolute;
  bottom: -31px;
  left: 0;
}*/
/*.profile-card .card-header .title.active::after {
  background-color: var(--primary);
}*/