.spassModal {
	text-align: center !important;
}

.spassModal .modal-content {
	border-radius: 12px;
	border: 0;
}

.spassModal .btn-ok {
	background: #00ca71;
	text-align: center;
	color: #fff;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	border-radius: 20px;
	font-size: 20px;
	padding: 5px;
}

.spassModal .modal-header {
	position: relative;
	display: block;
	padding-top: 50px;
	border-bottom: 0;
}

.spassModal .close {
	position: absolute;
	box-shadow: none;
	border: 10px solid #fff;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	left: 50%;
	margin-left: -50px;
	top: -50px;
	color: #fff;
	font-size: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	text-align: center;
	line-height: 0;
}

.spassErrorModal .close {
	background: #d93e47;
}
.spassErrorModal .close span svg {
	enable-background: new 0 0 41.756 41.756;
	fill: #fff;
	width: 30px;
	height: 30px;
}
.spassSuccessModal .close {
	background: #00ca71;
}
.spassSuccessModal .close span svg {
	width: 100px;
	height: 100px;
}

.modal-footer {
	border-top: 0;
}