.avatar{object-fit:contain;max-width:100%;max-height:100%}.avatar_border_outer{position:relative;width:fit-content;margin:2px 0px}.avatar_border_outer .avatar_background{position:absolute;border:2px solid rgba(0,0,0,0);border-radius:10px;overflow:hidden;width:var(--avatar-size);height:var(--avatar-size);max-width:100%;max-height:100%;opacity:.5;box-shadow:var(--avatar-color) 0px 0px .75em}.avatar_border_outer .avatar_background .avatar_background_color{position:absolute;width:100%;height:100%;background-color:var(--avatar-color)}.avatar_border_outer .avatar_background .avatar_background_foreground{position:absolute;z-index:1;width:100%;height:100%;background-image:linear-gradient(to bottom, #fff 0%, #ccc 50%, #000 50%, #333 100%);opacity:.25}.avatar_border_outer .avatar_border{display:flex;border:2px solid var(--avatar-color);border-radius:10px;overflow:hidden;width:var(--avatar-size);height:var(--avatar-size);max-width:100%;max-height:100%;justify-content:center}.avatar_border_outer .avatar_border img{z-index:2;position:relative;object-fit:contain;max-width:100%;max-height:100%}.avatar_border_outer .admin_star{position:absolute;top:-7.5%;right:-7.5%;image-rendering:pixelated;width:25%;height:25%;background-image:url("/static/images/star.png");background-size:contain;z-index:3}