.collectibles-list-empty {
	background: linear-gradient(-45deg, #eee, #8cbaff) !important;
	background-size: 400% 400% !important;
	animation: gradient 2s ease infinite !important;
	height:260px !important;
}


.assetList-empty {
	background: linear-gradient(-45deg, #eee, #8cbaff) !important;
	background-size: 400% 400% !important;
	animation: gradient 2s ease infinite !important;
	height:300px !important;
}


@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}


