  (function(){ function t_ready(e) { "loading" != document.readyState ? e() : document.addEventListener ? document.addEventListener("DOMContentLoaded", e) : document.attachEvent("onreadystatechange", (function() { "loading" != document.readyState && e() } )) } t_ready(function() { if (isFirefox) { document.querySelector("body").insertAdjacentHTML("beforeend", ` html { 		scrollbar-color: #2B2B2B #ffffff; 		scrollbar-width: thin; 	} ` ); } else { document.querySelector("body").insertAdjacentHTML("beforeend", ` html::-webkit-scrollbar { 		width: px !important; 		-webkit-appearance: none !important; 	} 	html::-webkit-scrollbar-track { 		background: #ffffff !important; 	} 	html::-webkit-scrollbar-thumb:hover { 		background: #ffffff !important; 	} 	html::-webkit-scrollbar-thumb { 		background: #2B2B2B !important; 		border: 0px solid !important; 		-webkit-border-radius: px !important; 			 	} 		 ` ); } }); })()  