.otapp .myshield{
	position: absolute;
	/*background-color: rgb(255, 0, 0, 0.5);*/
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none; 
	/*display: flex;*/ 
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 2000;
}