[data-doctype="Web Form"] .page-content-wrapper .container .page_content .success-page {
	border: none;
}

.success-footer {
	display: none;
}

[data-doctype="Web Form"]
	.page-content-wrapper
	.container
	.page_content
	.success-page
	.success-header
	.success-title {
	color: #0f0f0f;
	font-size: 36px;
	font-weight: 400;
}

[data-doctype="Web Form"]
	.page-content-wrapper
	.container
	.page_content
	.success-page
	.success-header {
	flex-direction: column;
}

[data-doctype="Web Form"]
	.page-content-wrapper
	.container
	.page_content
	.success-page
	.success-body
	.success-message {
	color: rgba(15, 15, 15, 0.6);
	font-size: 14px;
	font-weight: 400;
}

/* 1. 隐藏原图标 */
.success-icon.icon {
  display: none;
}

/* 2. 用父容器 .success-header 添加伪元素作为新图标 */
.success-header::before {
  content: "";
  display: inline-block;
  width: 74px;
  height: 73px;
  background-image: url('/assets/official_management/images/apply_success.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  margin-right: 1rem;
  margin-bottom: 40px;
}
