.mb_elegantModal {
	position: fixed;
	z-index: 99999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
}

.mb_elegantModal > .animated {
	position: relative;
	max-width: 520px;
	margin: 8% auto;
	padding: 30px;
	background: #fff;
	border-radius: 6px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.mb_elegantModalclose {
	position: absolute;
	right: 12px;
	top: 12px;
	width: 24px;
	height: 24px;
	text-indent: -9999px;
	overflow: hidden;
	background: transparent;
	border: 0;
	cursor: pointer;
}

.mb_elegantModalclose::before,
.mb_elegantModalclose::after {
	content: "";
	position: absolute;
	left: 11px;
	top: 4px;
	width: 2px;
	height: 16px;
	background: #333;
}

.mb_elegantModalclose::before {
	transform: rotate(45deg);
}

.mb_elegantModalclose::after {
	transform: rotate(-45deg);
}

.mb_elegantpopupbutton {
	margin-top: 10px;
	padding: 10px 18px;
	background: #2271b1;
	color: #fff;
	border: 0;
	cursor: pointer;
}

.mb_elegantpopupbutton:hover {
	background: #135e96;
}

.success {
	color: #008a20;
}
