.customAlert{
	display: inline;
  	position: absolute;
  	width: auto;
  	height: auto;
  	padding: 10px;
  	box-sizing: border-box;
  	margin-left: 25%;
  	margin-top: 10%;
  	background: white;
  	text-align:center;
}

.customAlert_window{
	background: #c4e3f3;
	padding: 10px;
}

.message{
	color:#006f9b;
	font-size: 12px; 
	font-weight: bold;
	display: inline;
}

.fullscreen-container {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(90, 90, 90, 0.5);
  z-index: 9999;
}