/* width */
::-webkit-scrollbar {
	width: 10px;
	height: 8px;
}

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

/* Handle */
::-webkit-scrollbar-thumb {
	background: #a0a0a0 !important;
	border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #b1b1b1;
}

.dropdown-menu.show {
	position: absolute;
	will-change: transform;
	top: 0px;
	left: 0px;
	transform: translate3d(-40px, 61px, 0px) !important;
}
