.shadow-top {
	height: 25%;
	min-height: 30px;
	position: absolute;
	background: linear-gradient(to bottom, #000000, rgba(0, 0, 0, 0));
	top: 0;
	left: 0;
	right: 0;
	display: none;
	pointer-events: none;
}

.shadow-bottom {
	height: 25%;
	min-height: 30px;
	position: absolute;
	background: linear-gradient(to top, #000000, rgba(0, 0, 0, 0));
	bottom: 0;
	left: 0;
	right: 0;
	display: none;
	pointer-events: none;
}

.scroll-shadow-container {
	overflow: auto;
}

.cursor-pointer {
	cursor: pointer
}
