body,html{height:100%;margin:0}body{height:100dvh;overflow:hidden}.chat-sidebar{width:350px;min-width:260px;background-color:var(--mantine-color-brand-9);display:flex;flex-direction:column;overflow:hidden;flex-shrink:0}.chat-sidebar .mantine-NavLink-root:hover,.chat-sidebar .mantine-NavLink-root[data-hovered]{background-color:rgba(255,255,255,.1)!important}.chat-sidebar .mantine-NavLink-root[data-active]:hover,.chat-sidebar .mantine-NavLink-root[data-active][data-hovered]{background-color:var(--mantine-color-brand-5)!important}.chat-sidebar .mantine-NavLink-label{color:white}@media (max-width:768px){.mobile-burger{display:flex!important;align-items:center}.mobile-overlay{display:block!important}.chat-sidebar{position:fixed;top:60px;left:0;bottom:0;z-index:50;transform:translateX(-100%);transition:transform .2s ease}.chat-sidebar--open{transform:translateX(0)}}