/* 20250511 */

#lightbox_complete, #showup_messagebox {
	display: none;
	border-radius: 22px;
	padding: 2rem 1.6rem 1.6rem 1.6rem;
	z-index: 1111;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	background-color: rgb(0, 0, 0, 0.65);
	color: white;
	text-align: center;
	font-weight: 500;
}
#lightbox_complete i, #showup_messagebox i {
	font-size: 6rem;
}
#lightbox_complete h5, #showup_messagebox h5 {
	color: #fff;
	margin-top: 0.8rem;
	font-size: 1.2rem;
	font-weight: 400;
}
