#analytics_popup {
	position: fixed;
	width: 100%;
	height: 100vh;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px;
	background-color: #00000050;
	z-index: 1200;
}

#analytics_popup .content {
	background-color: #fff;
	padding: 15px;
	width: 100%;
	max-width: 800px;
	border-radius: 5px;
	max-height: 100%;
	overflow: auto;
}
