.analytics .tag {
	background-color: #eee;
	color: #000;
	font-size: 12px;
	border-radius: 5px;
	padding: 2px;
}

.analytics .flex-center {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.analytics .flex-right {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

#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;
}
