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

.otapp .myloading_vbeta{
	background-color: rgb(249, 228, 126);
}

.otapp .myloading img{
	display: block;
}