/* TV Tracker 0.1.99 - User profile */

html body .page > header
.pv4-icons > a.pv4-profile-link {
  width: auto !important;
  min-width: 38px !important;
  height: 38px !important;
  padding: 3px 10px 3px 3px !important;
  gap: 8px !important;
  text-decoration: none !important;
  pointer-events: auto !important;
  cursor: pointer !important;
  opacity: 1 !important;
}

html body .page > header
.pv4-icons > a.pv4-profile-link > .pv4-avatar {
  width: 30px !important;
  min-width: 30px !important;
  height: 30px !important;
  font-size: 0.78rem !important;
}

html body .page > header
.pv4-icons > a.pv4-profile-link > .pv4-profile-name {
  display: inline-block !important;
  max-width: 120px;
  overflow: hidden;
  color: rgba(226, 232, 240, 0.82) !important;
  font-size: 0.82rem !important;
  font-weight: 760 !important;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html body .page > header
.pv4-icons > a.pv4-profile-link:hover {
  border-color: rgba(247, 212, 109, 0.34) !important;
  background: rgba(247, 212, 109, 0.06) !important;
}

.profile-password-link {
  display: flex;
  justify-content: center;
  margin-top: 14px;
}

.auth-form input[readonly] {
  cursor: not-allowed;
  opacity: 0.66;
}

@media (max-width: 680px) {
  html body .page > header
  .pv4-icons > a.pv4-profile-link >
  .pv4-profile-name {
    display: none !important;
  }

  html body .page > header
  .pv4-icons > a.pv4-profile-link {
    padding-right: 3px !important;
  }
}
