#popup_overlay {
	background: rgba(9, 20, 30, 0.62) !important;
}

#popup_container {
	font-family: Arial, sans-serif;
	font-size: 14px;
	min-width: 340px;
	max-width: 640px;
	background: #ffffff;
	color: #102a3d;
	border: 1px solid #9bbad0;
	border-radius: 12px;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.28);
	overflow: hidden;
}

#popup_title {
	font-size: 16px;
	font-weight: 700;
	text-align: left;
	line-height: 1.4;
	color: #ffffff;
	background: linear-gradient(90deg, #2a5872 0%, #3b7592 100%);
	border: 0;
	cursor: default;
	padding: 12px 16px;
	margin: 0;
}

#popup_content {
	background: #ffffff;
	padding: 18px 18px 16px;
	margin: 0;
}

#popup_content.alert,
#popup_content.confirm,
#popup_content.prompt {
	background-image: none;
}

#popup_message {
	padding-left: 0;
	line-height: 1.5;
}

#popup_panel {
	text-align: right;
	margin: 16px 0 0;
}

#popup_ok,
#popup_cancel {
	min-width: 88px;
	padding: 8px 12px;
	border: 1px solid #2f6d8a;
	border-radius: 6px;
	background: #2f6d8a;
	color: #ffffff;
	font-weight: 700;
	cursor: pointer;
}

#popup_cancel {
	background: #ffffff;
	color: #2f6d8a;
	margin-left: 8px;
}

#popup_prompt {
	margin: 8px 0;
	padding: 8px;
	border: 1px solid #b8ccda;
	border-radius: 6px;
}
