/* NETBOM DZ V238 - safe UI polish */
@media (min-width: 760px){
  .nb-profile .nb-avatar,
  .nb-auth-root .nb-profile #nbAvatarPreview,
  .nb-d1-profile #nbAvatarPreview,
  #nbAvatarPreview.nb-avatar{
    width:168px!important;
    height:168px!important;
    aspect-ratio:1/1!important;
    border-radius:32px!important;
    object-fit:cover!important;
  }
  .nb-profile .nb-avatar-area,
  .nb-d1-profile .nb-avatar-area{
    width:168px!important;
    height:168px!important;
    margin-left:auto!important;
    margin-right:auto!important;
    position:relative!important;
  }
  .nb-profile .nb-avatar-plus,
  .nb-d1-profile .nb-avatar-plus{
    right:-12px!important;
    bottom:-10px!important;
  }
}
#nbD1NameInline,
#nbD1Name,
#nbUsername{
  user-select:text!important;
  -webkit-user-select:text!important;
}
#nbV238GreenToast{
  position:fixed!important;
  left:50%!important;
  bottom:24px!important;
  transform:translate(-50%,18px)!important;
  z-index:2147483647!important;
  background:linear-gradient(135deg,#16a34a,#22c55e)!important;
  color:#fff!important;
  font-weight:800!important;
  font-size:14px!important;
  line-height:1!important;
  padding:13px 18px!important;
  border-radius:999px!important;
  box-shadow:0 12px 34px rgba(0,0,0,.35)!important;
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
  transition:opacity .18s ease, transform .18s ease, visibility .18s ease!important;
}
#nbV238GreenToast.show{
  opacity:1!important;
  visibility:visible!important;
  transform:translate(-50%,0)!important;
}
body.nb-v238-name-editing #nbD1NameInline,
body.nb-v238-name-editing #nbD1Name,
body.nb-v238-name-editing #nbUsername{
  caret-color:#fff!important;
}
