.navbar-poit svg {
	color: white !important;
	fill: white !important;
}

::-webkit-scrollbar-track {
	background: white !important;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #aaaaaa !important;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	/* background: rgba($color: red, $alpha: 0.8); */
}
@supports (scrollbar-color: #aaaaaa white) {
	* {
		scrollbar-color: #aaaaaa white;
		scrollbar-width: thin;
	}
}
