html {
	scrollbar-width: none!important;
	scroll-behavior: smooth!important;
	scrollbar-color: #FFF #FFF!important;
	-webkit-tap-highlight-color: transparent!important;
}

html::-webkit-scrollbar {
	width: 0!important;
}

html::-webkit-scrollbar-track {
	background-color: #FFF;
}

html::-webkit-scrollbar-thumb {
	background-color: #FFF;
}

html::-webkit-scrollbar-thumb:hover {
	background-color: #FFF;
}

body {
	scrollbar-width: none!important;
	scroll-behavior: smooth!important;
	scrollbar-color: #FFF #FFF!important;
	-webkit-tap-highlight-color: transparent!important;
}

body::-webkit-scrollbar {
	width: 0!important;
}

body::-webkit-scrollbar-track {
	background-color: #FFF;
}

body::-webkit-scrollbar-thumb {
	background-color: #FFF;
}

body::-webkit-scrollbar-thumb:hover {
	background-color: #FFF;
}

br {
	margin: 0!important;
	padding: 0!important;
	content: ""!important;
	display: block!important;
}