@charset "utf-8";

.swal2-popup,
.swal2-title,
.swal2-html-container,
.swal2-confirm,
.swal2-cancel,
.swal2-icon-content {
	font-family: initial;
	letter-spacing: initial;
}

#form_confirm, #form_submit, #form_back {
	cursor: pointer;
}

#form_submit, #form_submit_btn {
	opacity: 0.5;
}

#form_submit {
	cursor: not-allowed;
}

#wait {
	display: none;
	position: fixed;
	z-index: 999999;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	margin: 0;
	background-color: rgba(0, 0, 0, 0.6);
	padding-top: 0px;
	text-align: center;
}
 
#loading_icon {
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	text-align: center;
}

#loading_icon img {
	width: 70px;
}

.loading_text {
	font-size: 14px;
	color: #ffffff !important;
	text-align: center !important;
	line-height: 1.5;
}
