.cn-backdrop, .mxp-custom-backdrop {
  display: none;
  position: fixed;
  width:100vw;
  height:100vh;
  cursor:pointer;
  background:#00000088;
	background:#fffffff2;
  top: 0;
	left: 0;
}
.cn-backdrop.active, .mxp-custom-backdrop.active {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cn-modal, .mxp-custom-modal {
  background: #ffffff;  
	padding:100vh 100vw;
  cursor:initial;
}

.cn-message, .mxp-custom-message {
  /*display: flex;*/
  justify-content: center;
  align-items: center;
  text-align: center;
}