#tc-restricted-popup {
	display:none;
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:rgba(0,0,0,0.5);
	align-items:center;
	z-index:9999999;
	padding:20px;
}

#tc-restricted-popup-inner {
	background:white;
	max-height:70vh;
	max-width:800px;
	width:80%;
	padding:30px;
	margin: 0 auto;
	position:relative;
	overflow-x:hidden;
	overflow-y:auto;
}
#tc-restricted-popup-inner > i {
	position:absolute;
	right:10px;
	top:10px;
	font-size:20px;
	cursor:pointer;
	color:black;
}


.show-restricted-popup #tc-restricted-popup {
	display:flex;
}

body.show-restricted-popup {
	overflow:hidden;
}

#tc-restricted-popup table.table {
	margin-bottom:0;
}

#tc-restricted-popup hr {
	margin: 10px 0 7px 0;
}