.user-profile-dialog input:-webkit-autofill, .user-profile-dialog input:-webkit-autofill:hover, .user-profile-dialog input:-webkit-autofill:focus {
  border: inherit;
  -webkit-text-fill-color: currentColor;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
  background: rgba(var(--background-content)) !important;
}