/* app debug */
.portalite-app-debug {
	width: 20%;
	max-height: 400px;
	margin: 10px;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 10000;
	background: rgb(31, 31, 31);
	box-shadow: 0 0 10px #1e1e1ec7;
	box-sizing: border-box;
	color: rgb(114, 173, 221);
	font-family: Consolas;
	font-size: 11px;
	overflow: auto;
}
.portalite-app-debug-item {
	padding: 5px;
	border-bottom: 1px solid rgb(51, 51, 51);
}
.portalite-app-debug-item:hover {
	background: rgb(51, 51, 51);
}
.portalite-app-debug-item.error {
	color: rgb(219, 114, 114);
}
.portalite-app-debug-type {
	margin-right: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
.portalite-app-debug-event {
	margin-right: 10px;
}
.portalite-app-debug-data {
	display: block;
	color: rgb(114, 140, 156);
}
.portalite-app-debug-item:hover .portalite-app-debug-data {
	color: rgb(235, 223, 122);
}