@charset "utf-8";

.swal-overlay--show-modal .swal-modal {
	-webkit-animation: showSweetAlert .0s;
	animation: showSweetAlert .0s;
	will-change: transform;
}




.swal-modal {
	z-index: 10001;
	display: inline-block;
	position: static;
	opacity: 0;
	pointer-events: none;
	width: auto;
	min-width: 280px;
	margin: 20px auto;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 2px 3px 3px 2px rgba(0, 0, 0, 0.3);
	vertical-align: middle;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	transition: opacity .2s,-webkit-transform .3s;
	transition: transform .3s,opacity .2s;
	transition: transform .3s,opacity .2s,-webkit-transform .3s;
	text-align: center;
}



.swal-title:first-child {
	margin-top: 0px;
}
.swal-title:not(:last-child) {
/**/	margin-bottom: 10px;/**/
}

.swal-title {
	position: relative;
	display: block;
	padding: 5px 0;
	margin-bottom: 0;
	background: rgb(77, 137, 207);
	background-image: linear-gradient(#4D89CF, #316fb8);
    box-shadow: inset 0 0 1px rgba(255, 255, 255);
    color: rgba(255, 255, 255);
	font-size: 1.00rem;
	font-weight: normal;
	line-height: normal;
	text-align: left;
	text-indent: 0.8rem;
	text-transform: none;
}

.swal-text {
	display: inline-block;
	font-size: 0.9rem;
	position: relative;
	float: none;
	line-height: normal;
	vertical-align: top;
	text-align: left;
	margin: 0;
	padding: 10px;
	font-weight: 400;
	color: rgba(0,0,0,.64);
	max-width: calc(100% - 20px);
	width: calc(100% - 20px);
	overflow-wrap: break-word;
	box-sizing: border-box;
	text-align: left;
}

.swal-button {
	padding: 5px 8px;
	border-radius: 2px;
	font-size: 0.9rem;
	font-weight: normal;

	background: rgb(77, 137, 207);
	background-image: linear-gradient(#4D89CF, #316fb8);
    box-shadow: inset 0 0 1px rgba(255, 255, 255);
    color: rgba(255, 255, 255);
}

.swal-button.swal-button--ok{
	background: rgb(77, 137, 207);
}
