@charset "utf-8";

/*--------------------------------------------------------------
  jQuery-Validation-Engine
--------------------------------------------------------------*/
.formError .formErrorContent {
    padding: 6px 12px;
    font-size: 12px;
}

/*--------------------------------------------------------------
  SweetAlert2
--------------------------------------------------------------*/
.swal-modal {
    width: 75vw !important;
	padding: 25px;
	background-color: rgba(255, 255, 255, .9);
    border-radius: 15px;
    font-size: 20px;
}

.swal-modal h2 {
	margin-bottom: 15px;
	font-size: 28px;
}

.swal-modal p {
	font-size: 20px;
}

.swal-modal img {
	width: 60%;
	margin-top: 20px;
}

.swal-text {
	font-size: inherit;
	line-height: 1.5em;
}

.swal-footer {
	text-align: center;
}

.swal-button-container {
	margin: 5px 5%;
}

.swal-button {
	padding: 20px;
	border-radius: 15px;
	font-size: 1.2em;
}

.swal-next {
	background-color: rgb(122, 178, 43);
	color: rgb(255, 255, 255);
}

.swal-close {
	background-color: rgb(190, 183, 151);
	color: rgb(255, 255, 255);
}

@media screen and (max-width:768px) {
	.swal-modal {
		width: 85vw !important;
		padding: 15px;
		font-size: 6vw;
	}

	.swal-modal h2 {
		font-size: 7.5vw;
	}

	.swal-modal img {
		width: 90%;
	}

	.swal-content {
		padding: 0;
	}

	.swal-button {
		padding: 15px;
		font-size: 1em;
	}
}