.custom-scrollbar::-webkit-scrollbar { 	
	height: .75rem !important; 	
	background-color: #f8f8f8 !important; 	
	border-radius: 2rem; 
}  

.custom-scrollbar::-webkit-scrollbar-thumb {
	background-color: #232f3e !important; 	
	border-radius: 2rem; 
}