/* G6M_CHAT_HIDE_SCROLLBAR_V841
   Nuclear hide: all scrollbars inside Siropu chat (keep wheel scroll).
   Beats v307/v377 thin bars + global g6m-scroll-dark-v550 webkit rules.
*/
html body #siropuChat,
html body #siropuChat *,
html body .siropuChat,
html body .siropuChat *,
html body .block--siropuChat,
html body .block--siropuChat *,
html body .siropuChatAboveForumList,
html body .siropuChatAboveForumList *,
html body #siropuChatContent,
html body #siropuChatContent * {
	scrollbar-width: none !important;
	-ms-overflow-style: none !important;
	scrollbar-gutter: auto !important;
	scrollbar-color: transparent transparent !important;
}

html body #siropuChat::-webkit-scrollbar,
html body #siropuChat *::-webkit-scrollbar,
html body .siropuChat::-webkit-scrollbar,
html body .siropuChat *::-webkit-scrollbar,
html body .block--siropuChat::-webkit-scrollbar,
html body .block--siropuChat *::-webkit-scrollbar,
html body .siropuChatAboveForumList::-webkit-scrollbar,
html body .siropuChatAboveForumList *::-webkit-scrollbar,
html body #siropuChatContent::-webkit-scrollbar,
html body #siropuChatContent *::-webkit-scrollbar {
	width: 0 !important;
	height: 0 !important;
	max-width: 0 !important;
	max-height: 0 !important;
	display: none !important;
	appearance: none !important;
	-webkit-appearance: none !important;
	background: transparent !important;
	border: 0 !important;
}

html body #siropuChat *::-webkit-scrollbar-thumb,
html body #siropuChat *::-webkit-scrollbar-track,
html body #siropuChat *::-webkit-scrollbar-corner,
html body .siropuChat *::-webkit-scrollbar-thumb,
html body .siropuChat *::-webkit-scrollbar-track,
html body .siropuChat *::-webkit-scrollbar-corner,
html body .block--siropuChat *::-webkit-scrollbar-thumb,
html body .block--siropuChat *::-webkit-scrollbar-track {
	width: 0 !important;
	height: 0 !important;
	display: none !important;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
}

/* Explicit panes that set scrollbar-width:thin in older chat packs */
html body #siropuChat .siropuChatMessages,
html body #siropuChat .siropuChatRoom.siropuChatMessages,
html body #siropuChat .siropuChatConversation.siropuChatMessages,
html body #siropuChat ul.siropuChatMessages,
html body #siropuChat .siropuChatUsers,
html body #siropuChat .siropuChatRoom.siropuChatUsers,
html body #siropuChat .siropuChatConversation.siropuChatUsers,
html body #siropuChat .siropuChat-content,
html body #siropuChat #siropuChatContent {
	scrollbar-width: none !important;
	-ms-overflow-style: none !important;
}
/* END G6M_CHAT_HIDE_SCROLLBAR_V841 */
