.profile-card{position:relative;display:flex;justify-content:center;flex-direction:column;background:var(--global-color-sidebar-selection);box-sizing:border-box;padding-right:26px;border-left:6px solid transparent;transition:var(--global-transition)}.profile-card.active{background:var(--global-color-sidebar-field-selected);border-left:6px solid var(--global-color-sidebar-field-selected-stroke)}@media (min-width:1024px) and (hover:hover) and (pointer:fine){.profile-card:hover{background:var(--global-color-sidebar-field-selected);border-left:6px solid var(--global-color-sidebar-field-selected-stroke)}}