.swal2-title {
		position: relative;
		max-width: 100%;
		margin: 0 0 .4em;
		padding:0;
		color: #29338d;
		font-size: 2.2em;
		font-weight: 600;
		font-family:helvetica
		text-align: center;
		text-transform: none;
		word-wrap: break-word;
	}
	#swal2-content {
		color: #29338d;
		font-size: 1.1em;
		font-weight: bold;
		font-family:helvetica
	}
	.swal2-modal {
	border-radius: 5px;
	border:2px solid #fbdf05;
	}
	.swal2-styled.swal2-confirm {
	border: 0;
	border-radius: .25em;
	background: initial;
	background-color: #29338d;
	color: #fbdf05;
	font-size: 1.5em;
}
.swal2-styled.swal2-cancel {
	border: 0;
	border-radius: .25em;
	background: initial;
	background-color: #fbdf05;
	color: #29338d;
	font-size: 1.5em;
}