.user-profile-skeleton-lines .ant-skeleton-paragraph > li {
  border-radius: 100px;
  height: 16px;
}

.user-profile-button .ant-btn-icon {
  height: 18px;
}

.no-scrollbar {
  scrollbar-width: none;
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.user-profile-avatar {
  box-shadow: 0 6px 18px 6px #1f232908, 0 3px 6px -6px #1f23290d, 0 4px 8px #1f232908;
}

.user-profile-name-container {
  margin-top: 10px;
  padding-bottom: 4px;
}

.user-profile-name {
  color: var(--color-card-foreground);
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
}

