.zb-debug-screen {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99999;
	padding: 10px;
	background-color: rgba(0, 0, 0, 0.6);
}
	.zb-debug-screen__item {
		color: green;
	}
