.scrollable-datatable {
	overflow-x: scroll !important;
}

* {
	scrollbar-width: thin;
	scrollbar-color: #999ec5 #fafafa;
}

*::-webkit-scrollbar {
	width: 18px;
	background-color: transparent;
}

*::-webkit-scrollbar-track {
	background-color: transparent;
}

*::-webkit-scrollbar-thumb {
	background-color: #999ec5;
	border-radius: 30px;
	border: 0px none #ffffff;
}
