::-webkit-scrollbar {
	width: 15px;
}
::-webkit-scrollbar-track {
    background-color: #EBECEE !important;
}
::-webkit-scrollbar-thumb {
	background-color: #19202B !important;
	border: 3px solid transparent;
	border-radius: 9px;
	background-clip: content-box;
}
body,
html {
	scrollbar-color: rgb(25, 32, 43);
	scrollbar-width: thin;
}