.profile-card {
  padding: 1.5rem;
  border-radius: 0.25rem;
}

.profile-user-avatar {
  max-width: 7.5rem;
  max-height: 7.5rem;
}

.btn-change-avatar {
  line-height: 1.125rem;
  cursor: pointer;
}

.profile-name {
  margin-bottom: 1.5rem;
  line-height: 3rem;
}

.profile-info-wrap-item {
  margin-top: 0.75rem;
}

.profile-link {
  margin: 2.5rem 0;
}

.profile-link-item {
  border-left: 3px solid #fff;
}

.profile-link-item.active,
.profile-link-item:hover {
  color: var(--red-main);
  border-color: var(--red-main);
  background-color: #fef8f3;
  font-weight: 600;
}

.btn-takeout-money {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
