.thinScrollbar::-webkit-scrollbar{-webkit-appearance:none;height:16px;width:16px;-webkit-overflow-scrolling:auto}.thinScrollbar::-webkit-scrollbar:vertical{width:16px}.thinScrollbar::-webkit-scrollbar:horizontal{height:16px}.thinScrollbar::-webkit-scrollbar-thumb{border-radius:2px;background-color:var(--medium-gray)}.thinScrollbar::-webkit-scrollbar-thumb:hover{background-color:var(--dark-gray)}.thinScrollbar::-webkit-scrollbar-track{background-color:var(--white)}.thinScrollbar{scrollbar-color:var(--medium-gray) var(--white)}