:root{--page-height: 100vh}.animate-top{animation:animateTop .35s ease}@keyframes animateTop{0%{top:2rem;opacity:.8}}.h-menu{height:calc(var(--page-height) - 100px)}@media (max-width: 767px){.mobile-screen-vh{min-height:var(--page-height);min-height:100dvh}.h-menu{height:calc(var(--page-height) - 200px);height:calc(100dvh - 100px)}}.chat-scroll ::-webkit-scrollbar{width:10px}.chat-scroll ::-webkit-scrollbar-track{background:#202020}.chat-scroll ::-webkit-scrollbar-thumb{background:#535353}.chat-scroll ::-webkit-scrollbar-thumb:hover{background:#c3c3c3;cursor:pointer}.container-height{height:calc(100% - 70px);-webkit-overflow-scrolling:touch}
