.thumbnail-img {
  width: 120px;
  object-fit: cover;
  border-radius: 8px;
}

.thumbnail-profile {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
  font-size: 60px !important;
}

.tab.active {
  color: var(--color-primary-500);
  border-bottom-width: 2px;
  border-color: var(--color-primary-500);
  font-weight: 500;
}
