.bar_bar__lQdvw{position:relative;height:72px;margin:0;padding:16px;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;cursor:pointer}.bar_bar__lQdvw:hover{color:#313140;background-color:#f7f7fa;transition-duration:0}.bar_bar__lQdvw .ConversationBar-avatar{margin-right:12px}.bar_bar__lQdvw .ConversationBar-body{margin-right:12px;flex:1;overflow:hidden}.bar_bar__lQdvw .ConversationBar-name{font-size:16px;line-height:24px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bar_bar__lQdvw .ConversationBar-note{font-size:14px;line-height:22px;color:#9c9cac;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}:root{--dashboard-entrance-duration:500ms;--dashboard-entrance-stagger:100ms;--dashboard-entrance-distance:20px;--dashboard-entrance-easing:cubic-bezier(0.22,1,0.36,1)}@keyframes dashboard-entrance-rise{0%{opacity:0;transform:translateY(var(--dashboard-entrance-distance))}to{opacity:1;transform:translateY(0)}}@keyframes dashboard-entrance-fade{0%{opacity:0}to{opacity:1}}@keyframes dashboard-entrance-pop{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.dashboard-entrance{animation:dashboard-entrance-rise var(--dashboard-entrance-duration) var(--dashboard-entrance-easing) backwards;animation-delay:calc(var(--entrance-order, 0) * var(--dashboard-entrance-stagger))}.dashboard-entrance-fade{animation:dashboard-entrance-fade .3s ease-out backwards}.dashboard-entrance-pop{animation:dashboard-entrance-pop .45s cubic-bezier(.34,1.56,.64,1) backwards;animation-delay:calc(var(--entrance-order, 0) * var(--dashboard-entrance-stagger))}@media (prefers-reduced-motion:reduce){.dashboard-entrance,.dashboard-entrance-fade,.dashboard-entrance-pop{animation:none}}