/* side bar */
@media (min-width: 992px) {
	.wpuf-dashboard-navigation {
		padding-top: 3rem;
		background: rgb(255,255,255);
		background: linear-gradient(122deg, rgba(255, 255, 255, 1) 0%, rgb(252 251 251) 48%, rgb(245 243 240) 100%);
		height: 110vh;
	}
}
@media (max-width: 991px) {
	body .wpuf-dashboard-container .wpuf-dashboard-navigation ul {
		background: #f9f8f7;
	}
	li.wpuf-menu-item.active {
		background-color: transparent;
	}
	body .wpuf-dashboard-container .wpuf-dashboard-navigation {
		margin-bottom: 0;
	}
}
@media (min-width: 601px) {
	.wpuf-dashboard-navigation .wpuf-menu-item.dashboard,
	.wpuf-dashboard-navigation .wpuf-menu-item.billing-address,
	.wpuf-dashboard-navigation .wpuf-menu-item.edit-profile,
	.wpuf-dashboard-navigation .wpuf-menu-item.invoices,
	.wpuf-dashboard-navigation .wpuf-menu-item.subscription,
	.wpuf-dashboard-navigation .wpuf-menu-item.submit-post {
		display: none;
	}
}
@media (max-width: 600px) {
	.wpuf-dashboard-navigation .wpuf-menu-item.download {
		margin-bottom: 1rem !important;
	}
	.wpuf-dashboard-navigation .wpuf-menu-item.billing-address,
	.wpuf-dashboard-navigation .wpuf-menu-item.edit-profile,
	.wpuf-dashboard-navigation .wpuf-menu-item.invoices,
	.wpuf-dashboard-navigation .wpuf-menu-item.subscription,
	.wpuf-dashboard-navigation .wpuf-menu-item.submit-post {
		display: none !important;
	}
	body .wpuf-dashboard-container .wpuf-dashboard-navigation ul li:first-child {
		background: #f9f8f7;
		border-bottom: 0;
	}
	body .wpuf-dashboard-container .wpuf-dashboard-navigation ul {
		border: 0;
		box-shadow: none;
	}
	body .wpuf-dashboard-container table.items-table td:before {
		flex-basis: auto;
	}
}
.wpuf-dashboard-navigation .wpuf-menu-item.submit { order: 2; }
.wpuf-dashboard-navigation .wpuf-menu-item.post { order: 1; }
.wpuf-dashboard-navigation .wpuf-menu-item.subscription { order: 4; }
.wpuf-dashboard-navigation .wpuf-menu-item.instruction { order: 3; }
.wpuf-dashboard-navigation .wpuf-menu-item.download { order: 5; }
body .wpuf-dashboard-container .wpuf-dashboard-navigation ul li {
	padding-left: 3.5rem;
	padding-top: 0.8rem;
	padding-bottom: 0.8rem;
}
.wpuf-menu-item.active {
	background-color: #f9f8f7;
}
body .wpuf-dashboard-navigation .wpuf-menu-item.active a {
	color: #000 !important;
	font-weight: bold;
}
@media (min-width: 992px) {
	body .wpuf-dashboard-container .wpuf-dashboard-navigation a {
		display: block;
	}	
}
/* CP builder */
body .wpuf-dashboard-container .wpuf-dashboard-navigation a,
.wpuf-form label,
body ul.wpuf-form.form-label-above li .wpuf-label {
	font-size: 0.84rem;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
	font-weight: 500;
}
body ul.wpuf-form.form-label-above li.text_3 .wpuf-label,
body ul.wpuf-form.form-label-above li.upload_your_content .wpuf-label,
body ul.wpuf-form.form-label-above li.custom_instructions .wpuf-label {
	display: none;
}
/* CP list/table */
.items-table-container {
	background-color: #ffffff;
	box-shadow: 0px 5px 25px rgba(0,0,0,0.03);
}
body .wpuf-dashboard-container table.items-table th {
	box-shadow: none;
	opacity: 40%;
	font-size: 12px;
	padding: 28px 10px 14px 24px;
	text-transform: uppercase;
}
body .wpuf-dashboard-container table.items-table {
	border: 0;
}
body .wpuf-dashboard-container table.items-table tr {
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #eae9e9;
	border-left: 0;
}
body .wpuf-dashboard-container .wpuf-dashboard-content {
	display: block;
	padding-left: 5%;
	padding-right: 5%;
}
.wpuf-dashboard-content.post::before,
.wpuf-dashboard-content.submit-post::before,
.wpuf-dashboard-content.subscription::before,
.wpuf-dashboard-content.edit-profile::before,
.wpuf-dashboard-content.billing-address::before {
  font-size: 2.375rem;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 1.1;
	display: block;
	padding-top: 3rem;
	padding-bottom: 1.8rem;
}
.wpuf-dashboard-content.post::before {
  content: "你的创作一览表";
}
.wpuf-dashboard-content.post::after{
	content: "\a \a ";
  white-space: pre-line;
}
.wpuf-dashboard-content.submit-post::before {
  content: "提交你的创作";
}
.wpuf-dashboard-content.subscription::before {
  content: "订阅计划";
}
.wpuf-dashboard-content.edit-profile::before {
  content: "个人资料";
}
.wpuf-dashboard-content.billing-address::before {
  content: "Billing";
}
body .wpuf-dashboard-container table.items-table .data-column:nth-child(2) span {
	color: #000000 !important;
}
body .wpuf-dashboard-container table.items-table .data-column:nth-child(2) a {
	color: #ffffff !important;
	background: #000000;
	border-radius: 9px;
	padding: 5px 13px;
	font-size: 13px;
	margin-left: 0.7rem;
}
body .wpuf-dashboard-container table.items-table .data-column a.wpuf-posts-options {
	background: transparent;
	margin-left: 0;
	padding: 0;
}
body .wpuf-dashboard-container table.items-table .data-column a.wpuf-posts-options svg path {
	fill: #000000;
	opacity: 0.5;
}
/* general */
h1,
.entry-content h1 {
	font-size: 2.375rem;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 1.1;
	display: block;
	padding-top: 3rem;
	padding-bottom: 1rem;
}
.entry-content h1.h3 {
	font-size: 1.556rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.page-template button, 
.page-template input, 
.page-template optgroup, 
.page-template select, 
.page-template textarea {
	font-size: 1rem;
}
.wpuf-fields-inline {
	width: auto !important;
}
.wpuf-submit-button,
.wpuf-submit button,
.wpuf-submit input[type=submit],
.wpuf-login-form input[type=submit],
.page-template button,
.page-template input[type=submit],
body input.wpuf-btn,
body .entry-content ul.wpuf_packs .wpuf-sub-button a {
	font-size: 1rem !important;
	color: #FFFFFF;
	width: auto !important;
	background-color: #000000 !important;
	padding: 0.6rem 2.8rem !important;
	border: 0 !important;
	border-radius: 6px !important;
	box-shadow: 0px 1px 2px 1px #aaa !important;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif !important;
	font-weight: 500 !important;
	text-shadow: none !important;
}
.wpuf-submit-button:hover,
.wpuf-submit-button:focus,
.wpuf-submit-button:active,
.wpuf-submit button:hover,
.wpuf-submit button:focus,
.wpuf-submit button:active,
.wpuf-submit input[type=submit]:hover,
.wpuf-submit input[type=submit]:focus,
.wpuf-submit input[type=submit]:active
.wpuf-login-form input[type=submit]:hover,
.wpuf-login-form input[type=submit]:focus,
.wpuf-login-form input[type=submit]:active,
.page-template input[type=submit]:hover,
.page-template input[type=submit]:focus,
.page-template input[type=submit]:active {
	color: #FFFFFF;
	opacity: 1;
	background-color: #333333 !important;
	text-shadow: none !important;
}
.wpuf-submit-button:disabled,
.wpuf-submit button:disabled,
.wpuf-submit input[type=submit]:disabled,
.wpuf-login-form input[type=submit]:disabled,
.page-template input[type=submit]:disabled,
body ul.wpuf-form .wpuf-submit .button-primary-disabled {
	background-color: #999999 !important;
	color: #ffffff !important;
	text-shadow: none !important;
}
#wpuf-login-form a,
#registrationform a {
	font-size: 13px;
	text-decoration: underline;
	opacity: 0.5;
}
body .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-fields input,
.wpuf-payment-instruction .form-row {
	background-color: #f9f8f7 !important;
	padding: 0.5rem !important;
	width: 100% !important;
	border: 1px solid #eae9e9 !important;
	border-radius: 6px !important;
	outline: 0 !important;
	-webkit-transition: 0.2s ease all !important;
	-o-transition: 0.2s ease all !important;
	transition: 0.2s ease all !important;
	-webkit-box-shadow: 0px 1px 1px #f5f3f1 !important;
	box-shadow: 0px 1px 1px #f5f3f1 !important;
}
.wpuf-label,
.wpuf-fields {
	font-size: 0.82rem;
	margin-top: 0;
}
body ul.wpuf-form.form-label-above li .wpuf-label {
	margin-bottom: 5px;
}
img.wpuf-eye {
	right: 6px;
}
body .wpuf-dashboard-container .wpuf-update-profile-form ul.wpuf-form {
	margin: 0 !important;
}
body ul.wpuf-form li {
	padding: 0 0 2px 0;
}
body .wpuf-dashboard-container .wpuf-dashboard-navigation ul li:first-child::after {
	padding-right: 8px;
}
body .wpuf-dashboard-container table.items-table td:first-child {
	font-weight: bold;
}
body .wpuf-dashboard-container table.items-table td:first-child a {
	pointer-events: none;
  cursor: default;
}
body .wpuf-dashboard-container table.items-table td {
	font-size: 15px;
	padding: 18px 10px 18px 24px;
}
body .wpuf-dashboard-container .wpuf-dashboard-content .wpuf-fields select {
	font-size: 16px;
}
.wpuf-help {
	font-size: 13px;
	opacity: 0.5;
	display: block;
}
body .wpuf_sub_info {
	padding-bottom: 25px;
	max-width: 300px;
	font-size: 15px;
}
body #post-7 .wpuf_sub_info input.btn {
	border: #000000 1px solid;
	color: #000000;
	padding: 0.2rem 0.7rem;
	display: inline-block;
	font-size: 0.8rem;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
	font-weight: 500;
	letter-spacing: -0.1px;
	box-shadow: none;
}
body .wpuf_sub_info h3 {
	font-size: 16px;
	background-color: #f9f8f7;
	font-weight: normal !important;
}
body .wpuf-error,
body .wpuf-success,
body .wpuf-message,
body #wpuf-delete-msg {
	margin: 10px 0px 20px;
	padding: 6px 10px;
	font-size: 0.8rem;
}
#wpuf-delete-msg span {
	margin-top: 0;
}
.wpuf-user-avatar {
	display: none;
}
main a {
	text-decoration: underline;
}
#wpuf-rememberme {
	display: inline-grid;
}
body #form-preview-stage.wpuf-style ul.wpuf-form .wpuf-fields input[type=text], body .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-fields input[type=text], body #form-preview-stage.wpuf-style ul.wpuf-form .wpuf-fields input[type=password], body .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-fields input[type=password], body #form-preview-stage.wpuf-style ul.wpuf-form .wpuf-fields input[type=email], body .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-fields input[type=email], body #form-preview-stage.wpuf-style ul.wpuf-form .wpuf-fields input[type=url], body .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-fields input[type=url], body #form-preview-stage.wpuf-style ul.wpuf-form .wpuf-fields input[type=number], body .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-fields input[type=number], body #form-preview-stage.wpuf-style ul.wpuf-form .wpuf-fields input[type=tel], body .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-fields input[type=tel], body #form-preview-stage.wpuf-style ul.wpuf-form .wpuf-fields textarea, body .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-fields textarea {
	width: 100%;
}
body .wpuf-pay-col {
	display: none !important;
}
#loader {
	display: flex;
	opacity: 1; 
	transition: opacity 0.5s ease;
}
body .entry-content ul.wpuf_packs, body ul.wpuf_packs {
	display: flex;
	gap: 25px;
}
body .entry-content ul.wpuf_packs > li, body ul.wpuf_packs > li {
	width: auto;
	text-align: left;
	margin: 0;
	flex-grow: 1;
	flex-basis: 0;
	box-shadow: none;
	border-color: #eae9e9;
	border-radius: 12px;
	background-color: #f9f8f7;
	overflow: clip;
	display: flex;
	flex-wrap: wrap;
	align-content: baseline;
}
body .entry-content ul.wpuf_packs h3, body ul.wpuf_packs h3,
body .entry-content ul.wpuf_packs .wpuf-pricing-wrap .wpuf-sub-amount, body ul.wpuf_packs .wpuf-pricing-wrap .wpuf-sub-amount,
body .entry-content ul.wpuf_packs .wpuf-pricing-wrap, body ul.wpuf_packs .wpuf-pricing-wrap {
	background: #FFFFFF;
	border-bottom: 0;
	color: #000000;
}
body .entry-content ul.wpuf_packs .wpuf-pricing-wrap .wpuf-sub-amount .wpuf-sub-cost, 
body ul.wpuf_packs .wpuf-pricing-wrap .wpuf-sub-amount .wpuf-sub-cost {
	font-size: 2.25rem;
	font-weight: bold;
	line-height: 1.3;
}
body .entry-content ul.wpuf_packs h3, 
body ul.wpuf_packs h3 {
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: -0.5px;
	text-align: left;
	margin-top: 18px;
}
body .entry-content ul.wpuf_packs h3, body ul.wpuf_packs h3, body .entry-content ul.wpuf_packs .wpuf-pricing-wrap .wpuf-sub-amount, body ul.wpuf_packs .wpuf-pricing-wrap .wpuf-sub-amount, body .entry-content ul.wpuf_packs .wpuf-pricing-wrap, body ul.wpuf_packs .wpuf-pricing-wrap {
	text-align: left;
}
body .entry-content ul.wpuf_packs .wpuf-pricing-wrap .wpuf-sub-amount, body ul.wpuf_packs .wpuf-pricing-wrap .wpuf-sub-amount {
	padding-top: 0;
}
body .entry-content ul.wpuf_packs .wpuf-sub-desciption p, 
body ul.wpuf_packs .wpuf-sub-desciption p {
	font-size: .875em;
}
.wpuf-sub-cost::after {
  content: "per month";
  font-size: 0.812rem;
  opacity: .5;
  font-weight: normal;
  margin-left: 8px;
}
body .entry-content ul.wpuf_packs .wpuf-pricing-wrap .wpuf-sub-amount .wpuf-pack-cycle, body ul.wpuf_packs .wpuf-pricing-wrap .wpuf-sub-amount .wpuf-pack-cycle {
	display: none;
}
body .entry-content ul.wpuf_packs .wpuf-sub-desciption li, 
body ul.wpuf_packs .wpuf-sub-desciption li {
	text-align: left;
}
.ul--checks {
	padding: 0 1rem !important;
}
.ul--checks li {
	position: relative;
	padding: 0 0 0 1.5em !important;
	margin-bottom: 0.4em !important;
	border-top: 0 !important;
}
body .entry-content ul.wpuf_packs .wpuf-sub-button, 
body ul.wpuf_packs .wpuf-sub-button {
	overflow: visible;
	width: 90%;
	margin: 25px auto 20px;
}
body .entry-content ul.wpuf_packs .wpuf-sub-button a, 
body ul.wpuf_packs .wpuf-sub-button a {
	width: 100% !important;
}
body .entry-content ul.wpuf_packs .wpuf-sub-desciption li:last-child, 
body ul.wpuf_packs .wpuf-sub-desciption li:last-child {
	border-bottom: 0;
}
body .entry-content ul.wpuf_packs .wpuf-sub-desciption, body ul.wpuf_packs .wpuf-sub-desciption {
	margin-top: 10px;
	padding-bottom: 30px;
}
.wpuf-pricing-wrap {
	width: 100%;
}
.wpuf-pricing-wrap {
	order: 1;
}
.wpuf-sub-button {
	order: 2;
}
.wpuf-sub-desciption {
	order: 3;
}
.entry-content {
	position: relative;
	z-index: 1;
}
.entry-content i {
	font-style: normal;
}
#wpuf_cancel_subscription {
	margin-bottom: 4rem;
}
#forms.application input, 
#forms.application textarea,
#post-7 input, 
#post-7 textarea,
#post-8 input, 
#post-8 textarea,
.page-template-page-two-col .wpuf-form .wpuf-fields input, 
.page-template-page-two-col .wpuf-form .wpuf-fields textarea {
  background-color: #FFFFFF;
  padding: 0.3rem 0.5rem;
  font-size:0.8125rem;
}
#forms.application form input[type=checkbox],
form .wpuf-fields .wpuf-checkbox-block input[type=checkbox],
#post-7 form input[type=checkbox],
#post-8 form input[type=checkbox],
.page-template-page-two-col .wpuf-form .wpuf-fields form input[type=checkbox] {
	float: left;
	width: auto;
	max-width: 18px;
}
.wpuf-checkbox-block {
	display: block;
	clear: both;
}
body ul.wpuf-form li.applicable_badges--half .wpuf-fields .wpuf-checkbox-block {
	display: inline-block;
	width: 49%;
}
.required {
	color: #c80000;
}
.wpuf-radio-inline {
	padding-right: 20px;
}
.wpuf-pagination {
	margin-top: 2.5rem;
	text-align: center;	
}
body .wpuf-pagination .page-numbers.current {
	border: 1px solid #000000;
	background-color: #000000;
}
body .wpuf-pagination .page-numbers {
	border: 1px solid #000000;
	color: #000000;
}
body .wpuf-dashboard-container table.items-table .post-edit-icon {
	background-color: #f2efec;
	color: #000000;
}
body .wpuf-dashboard-container table.items-table .toggle-icon {
	background-color: #000000;
	color: #ffffff;
}
.data-column a {
	white-space: nowrap;
}
body .wpuf-dashboard-container table.items-table [data-label="Payment: "] a {
	text-decoration: underline;
}
.items-list-header {
	border-bottom: 0 !important;
}
.wpuf-user-loggedin {
	padding-bottom: 38px;
}
.wpuf-form-add .wpuf-form .wpuf-multistep-progressbar ul.wpuf-step-wizard li.active-step, .wpuf-form-add .wpuf-form .wpuf-multistep-progressbar .ui-widget-header {
	background-color: #000000 !important;
}
.wpuf-form-add .wpuf-form .wpuf-multistep-progressbar ul.wpuf-step-wizard li.active-step::after {
	border-left-color: #000000 !important;
}
body .wpuf-form .wpuf-multistep-progressbar ul.wpuf-step-wizard li {
	font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  padding: 10px 0px 10px 0px;
}
body .wpuf-form .wpuf-multistep-progressbar ul.wpuf-step-wizard li::after {
  border-width: 20px;
  margin-top: -28px;
  right: -35px;
  z-index: 99;
}
body .wpuf-form .wpuf-multistep-progressbar ul.wpuf-step-wizard li::before {
  border-width: 20px;
  margin-top: -12.5px;
  right: -39px;
  z-index: 98;
}
body .wpuf-form .wpuf-multistep-progressbar ul.wpuf-step-wizard {
	margin: 0px 0 10px 0;
}
body .wpuf-multistep-progressbar {
	margin-top: -5px;
	margin-bottom: 8px;
}
.wpuf-multistep-next-btn,
.wpuf-multistep-prev-btn {
	padding: 0.5rem 2.8rem !important;
	margin-bottom: 12px;
}
.page-template button.wpuf-multistep-prev-btn {
	border: #000000 1px solid !important;
	background-color: #FFFFFF !important;
	color: #000000 !important;
	box-shadow: none !important;
}
.wpuf-multistep-fieldset li.wpuf-submit {
  position: absolute;
  bottom: 0px;
  right: 0;
}
body ul.wpuf-form li.terms_and_conditions {
  margin-left: 0;
  margin-bottom: 3rem;
  padding: 10px;
}
@media (max-height: 700px) {
	#sky-with-no-ai {
		display: none;
	}
}
@media (max-width: 991px) {
	#sky-with-no-ai {
		width: 90% !important;
	}
}