.custom-scrollbar::-webkit-scrollbar{width:6px;height:4px}.custom-scrollbar::-webkit-scrollbar-track{background:rgba(0,0,0,.1)}.custom-scrollbar::-webkit-scrollbar-thumb{background-color:rgba(255,255,255,.3);border-radius:20px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background-color:rgba(255,255,255,.5)}.entries-container{overflow-y:auto;flex:1 1 auto;min-height:0;display:flex;flex-direction:column}.custom-scrollbar{scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.3) rgba(0,0,0,.1)}.scrollbar-thin::-webkit-scrollbar{height:3px}.scrollbar-hidden{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-hidden::-webkit-scrollbar{display:none}