/* V37 · perfil oscuro y refresco fiable de avatares */
.profile-avatar-form-v37 .profile-avatar-actions-v37{
  background:transparent!important;
  background-image:none!important;
  border:0!important;
  box-shadow:none!important;
  padding:0!important;
}
.profile-avatar-form-v37 .profile-avatar-actions-v37 .btn{
  margin:0!important;
}
html[data-theme="dark"] .profile-avatar-form-v37,
html[data-theme="dark"] .profile-avatar-form-v37 .profile-avatar-actions-v37{
  background:transparent!important;
  background-image:none!important;
  border-color:transparent!important;
  box-shadow:none!important;
}
html[data-theme="dark"] .profile-avatar-form-v37 .profile-avatar-actions-v37 .btn{
  border-color:#3b5368!important;
  box-shadow:none!important;
}

/* La foto debe cubrir por completo el avatar en chat y cabeceras. */
.user-avatar-v36.has-photo{
  position:relative;
  isolation:isolate;
}
.user-avatar-v36.has-photo>img{
  position:absolute;
  inset:0;
  z-index:2;
  width:100%!important;
  height:100%!important;
  min-width:100%!important;
  min-height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
  opacity:1!important;
  visibility:visible!important;
}
.user-avatar-v36.has-photo>.user-avatar-fallback-v36{
  position:relative;
  z-index:1;
}
.user-avatar-v36.avatar-image-error-v36>img{
  display:none!important;
}
.user-avatar-v36.avatar-image-error-v36>.user-avatar-fallback-v36{
  display:grid!important;
  z-index:3;
}
.chat-v23-thread .user-avatar-v36,
.chat-v23-room-head .user-avatar-v36{
  align-self:center;
}
