.avatar{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;font-size:1.25rem;line-height:1;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:background-color .2s;border:1px solid #e5e7eb;background-color:#f3f4f6;color:#4b5563}.avatar.role-admin{background-color:rgba(153,35,50,.15);color:#992332}.avatar-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:50%}