/* Custom scrollbar for description */
.scrollbar-thin::-webkit-scrollbar {
	width: 4px;
}
.scrollbar-thin::-webkit-scrollbar-track {
	background: transparent;
}
.scrollbar-thin::-webkit-scrollbar-thumb {
	background: rgba(255, 255, 255, 0.2);
	border-radius: 2px;
}
.scrollbar-thin::-webkit-scrollbar-thumb:hover {
	background: rgba(255, 255, 255, 0.3);
}