/* Sweet Alert Styles - Start */
.swal2-popup {
	width: 40em !important;
}

.swal2-content {
	font-size: 1.75em !important;
    font-weight: 500 !important;
	margin-top: 0.5em !important;
}

.swal2-header {
	margin-left: -1.25em;
    margin-right: -1.25em;
	margin-top: -1.25em;
	background-color: #87cefa;
	border-bottom: 1px solid #000000;
}

.swal2-title {
	font-size: 1.5em !important;
	font-weight: 500 !important;
	margin-bottom: 0px !important;
    margin-left: -0em !important;
}

.swal2-close {
	color: #5475e3 !important;
	font-weight: 400;
}

.swal2-close:hover {
	color: #5475e3 !important;
	font-weight: 900;
}

.swal-modal {
	width: 270px;
    height:110px;
	background-color: #effadb;
    border: 3px solid;
}

.swal-text {
    font-size: 14px;
	color: rgba(128,0,0); 
	font-weight: bold;
}

.swal-footer {
	text-align: center;
    margin-top: 1px;
    padding: 1px 1px;

}

.swal-title {
	color: rgba(0,0,255,.64);
	font-size: 12px;
    font-weight: bold;
    padding: 2px 10px !important;
}


.swal-title:not(:last-child) {
    margin-bottom: 0px !important;
    
}

.swal-title:first-child {
    margin-top: 0px;
}

.swal-button {
    background-color: #d4e7f5;
    color: #3b3939;
    border: .2rem solid;
	font-size: 10px !important;
    padding: 1px 15px;    
}


/* Sweet Alert Styles - End */

