/*
 * A.R.M.S v206.10.6.8
 * Avatar editor is opened only by clicking the sidebar avatar.
 */

#armsAvatar204Card {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

#menuAvatar {
  cursor: pointer !important;
  transition: transform .16s ease, box-shadow .16s ease !important;
}

#menuAvatar:hover,
#menuAvatar:focus-visible {
  transform: scale(1.04);
  box-shadow:
    0 0 0 4px rgba(34, 211, 238, .14),
    0 12px 28px rgba(0, 0, 0, .28);
  outline: none;
}

#menuAvatar[aria-expanded="true"] {
  box-shadow:
    0 0 0 4px rgba(250, 204, 21, .17),
    0 12px 28px rgba(0, 0, 0, .28);
}