.reports-list-wrap-restricted {
	position: relative;
	height: 70vh;
	max-width: 800px;
	margin: 0 auto;
}

.reports-list-wrap-restricted.--lock:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(255,255,255,.9) url('images/graph.svg') center center no-repeat;
	z-index: 9;
}