

.lm-ui-model {

	position: fixed;
	display: flex;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .5);
	justify-content: center;
	align-items: center;
	z-index: 999;

}

.lm-opcity0 {
	background-color: rgba(0, 0, 0, 0);
}
.lm-opcity1 {
	background-color: rgba(0, 0, 0, 0.1);
}
.lm-opcity2 {
	background-color: rgba(0, 0, 0, 0.2);
}
.lm-opcity3 {
	background-color: rgba(0, 0, 0, 0.3);
}
.lm-opcity4 {
	background-color: rgba(0, 0, 0, 0.4);
}
.lm-opcity5 {
	background-color: rgba(0, 0, 0, 0.5);
}
.lm-opcity6 {
	background-color: rgba(0, 0, 0, 0.6);
}
.lm-opcity7 {
	background-color: rgba(0, 0, 0, 0.8);
}
.lm-opcity8 {
	background-color: rgba(0, 0, 0, 0.8);
}
.lm-opcity9 {
	background-color: rgba(0, 0, 0, 0.9);
}
.lm-opcity10 {
	background-color: rgba(0, 0, 0, 1);
}

.hide {
	display: none;
}
