:root{--foreground-rgb:#000;--background-rgb:#fff;--header-background-rgba:hsla(0,0%,100%,.2);--button-backgrount-rgba:transparent}@media (prefers-color-scheme:dark){:root{--foreground-rgb:#fff;--background-rgb:#000;--header-background-rgba:rgba(0,0,0,.2)}}#userContainer{display:flex;flex-direction:row;height:-moz-fit-content;height:fit-content;width:-moz-fit-content;width:fit-content;padding:5px;align-items:center;border:2px solid #00000000;border-radius:50px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:.25s}#userContainer:hover{border-color:var(--foreground-rgb)}.ImageStyle{border-radius:100%;width:50px;height:50px;margin:5px}.ImageStyle:hover{cursor:pointer}.userElementText{margin-left:10px;margin-right:10px}