/* width */
::-webkit-scrollbar {
	width: 5px;
	padding:0px;
  	height: 7px;
}

/* Track */
::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px #20242b;
	border-radius: 10px;
}

/* Handle */
	::-webkit-scrollbar-thumb {
	background: #20242b;
	border-radius: 10px;
}
