﻿
::-webkit-scrollbar {
	width: 12px !important;
	scroll-behavior: smooth !important;
}

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3) !important;
 
}

::-webkit-scrollbar-thumb {
	background-color: darkgrey !important;
	outline: 1px solid slategrey !important;
	border-radius: 10px !important;
	border: 1px solid gray;
}

::-webkit-scrollbar-button {
	border-radius: 0 2px 0 2px;
	background: darkgrey;
	height: 10px;
	border: 1px solid gray;
}
::-webkit-scrollbar-thumb:hover, ::-webkit-scrollbar-button:hover {
	background-color: slategrey !important;
}