
.ppress-hint-wrap[class*=hint--] {
	display: inline-block;
	position: relative;
}

.ppress-hint-wrap[class*=hint--]:after, .ppress-hint-wrap[class*=hint--]:before {
	visibility: hidden;
	opacity: 0;
	z-index: 1000000;
	pointer-events: none;
	transition: all .3s;
	position: absolute;
	transform: translate(0, 0);
}

.ppress-hint-wrap[class*=hint--]:hover:after, .ppress-hint-wrap[class*=hint--]:hover:before {
	visibility: visible;
	opacity: 1;
	transition-delay: .1s;
}

.ppress-hint-wrap[class*=hint--]:before {
	content: "";
	z-index: 1000001;
	background: 0 0;
	border: 6px solid rgba(0, 0, 0, 0);
	position: absolute;
}

.ppress-hint-wrap[class*=hint--]:after {
	color: #fff;
	white-space: nowrap;
	text-shadow: 0 -1px #000;
	background: #383838;
	padding: 8px 10px;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 12px;
	box-shadow: 4px 4px 8px rgba(0, 0, 0, .3);
}

.ppress-hint-wrap[class*=hint--][aria-label]:after {
	content: attr(aria-label);
}

.ppress-hint-wrap[class*=hint--][data-hint]:after {
	content: attr(data-hint);
}

.ppress-hint-wrap[aria-label=""]:after, .ppress-hint-wrap[aria-label=""]:before, [data-hint=""]:after, [data-hint=""]:before {
	display: none !important;
}

.ppress-hint-wrap.hint--top-left:before, .ppress-hint-wrap.hint--top-right:before, .ppress-hint-wrap.hint--top:before {
	border-top-color: #383838;
}

.ppress-hint-wrap.hint--bottom-left:before, .ppress-hint-wrap.hint--bottom-right:before, .ppress-hint-wrap.hint--bottom:before {
	border-bottom-color: #383838;
}

.ppress-hint-wrap.hint--top:after, .ppress-hint-wrap.hint--top:before {
	bottom: 100%;
	left: 50%;
}

.ppress-hint-wrap.hint--top:before {
	margin-bottom: -11px;
	left: calc(50% - 6px);
}

.ppress-hint-wrap.hint--top:after {
	transform: translate(-50%);
}

.ppress-hint-wrap.hint--top:hover:before {
	transform: translateY(-8px);
}

.ppress-hint-wrap.hint--top:hover:after {
	transform: translate(-50%) translateY(-8px);
}

.ppress-hint-wrap.hint--bottom:after, .ppress-hint-wrap.hint--bottom:before {
	top: 100%;
	left: 50%;
}

.ppress-hint-wrap.hint--bottom:before {
	margin-top: -11px;
	left: calc(50% - 6px);
}

.ppress-hint-wrap.hint--bottom:after {
	transform: translate(-50%);
}

.ppress-hint-wrap.hint--bottom:hover:before {
	transform: translateY(8px);
}

.ppress-hint-wrap.hint--bottom:hover:after {
	transform: translate(-50%) translateY(8px);
}

.ppress-hint-wrap.hint--right:before {
	border-right-color: #383838;
	margin-bottom: -6px;
	margin-left: -11px;
}

.ppress-hint-wrap.hint--right:after {
	margin-bottom: -14px;
}

.ppress-hint-wrap.hint--right:after, .ppress-hint-wrap.hint--right:before {
	bottom: 50%;
	left: 100%;
}

.ppress-hint-wrap.hint--right:hover:after, .ppress-hint-wrap.hint--right:hover:before {
	transform: translate(8px);
}

.ppress-hint-wrap.hint--left:before {
	border-left-color: #383838;
	margin-bottom: -6px;
	margin-right: -11px;
}

.ppress-hint-wrap.hint--left:after {
	margin-bottom: -14px;
}

.ppress-hint-wrap.hint--left:after, .ppress-hint-wrap.hint--left:before {
	bottom: 50%;
	right: 100%;
}

.ppress-hint-wrap.hint--left:hover:after, .ppress-hint-wrap.hint--left:hover:before {
	transform: translate(-8px);
}

.ppress-hint-wrap.hint--top-left:after, .ppress-hint-wrap.hint--top-left:before {
	bottom: 100%;
	left: 50%;
}

.ppress-hint-wrap.hint--top-left:before {
	margin-bottom: -11px;
	left: calc(50% - 6px);
}

.ppress-hint-wrap.hint--top-left:after {
	margin-left: 12px;
	transform: translate(-100%);
}

.ppress-hint-wrap.hint--top-left:hover:before {
	transform: translateY(-8px);
}

.ppress-hint-wrap.hint--top-left:hover:after {
	transform: translate(-100%) translateY(-8px);
}

.ppress-hint-wrap.hint--top-right:after, .ppress-hint-wrap.hint--top-right:before {
	bottom: 100%;
	left: 50%;
}

.ppress-hint-wrap.hint--top-right:before {
	margin-bottom: -11px;
	left: calc(50% - 6px);
}

.ppress-hint-wrap.hint--top-right:after {
	margin-left: -12px;
	transform: translate(0);
}

.ppress-hint-wrap.hint--top-right:hover:after, .ppress-hint-wrap.hint--top-right:hover:before {
	transform: translateY(-8px);
}

.ppress-hint-wrap.hint--bottom-left:after, .ppress-hint-wrap.hint--bottom-left:before {
	top: 100%;
	left: 50%;
}

.ppress-hint-wrap.hint--bottom-left:before {
	margin-top: -11px;
	left: calc(50% - 6px);
}

.ppress-hint-wrap.hint--bottom-left:after {
	margin-left: 12px;
	transform: translate(-100%);
}

.ppress-hint-wrap.hint--bottom-left:hover:before {
	transform: translateY(8px);
}

.ppress-hint-wrap.hint--bottom-left:hover:after {
	transform: translate(-100%) translateY(8px);
}

.ppress-hint-wrap.hint--bottom-right:after, .ppress-hint-wrap.hint--bottom-right:before {
	top: 100%;
	left: 50%;
}

.ppress-hint-wrap.hint--bottom-right:before {
	margin-top: -11px;
	left: calc(50% - 6px);
}

.ppress-hint-wrap.hint--bottom-right:after {
	margin-left: -12px;
	transform: translate(0);
}

.ppress-hint-wrap.hint--bottom-right:hover:after, .ppress-hint-wrap.hint--bottom-right:hover:before {
	transform: translateY(8px);
}

.ppress-hint-wrap.hint--large:after, .ppress-hint-wrap.hint--medium:after, .ppress-hint-wrap.hint--small:after {
	white-space: normal;
	word-wrap: break-word;
	line-height: 1.4em;
}

.ppress-hint-wrap.hint--small:after {
	width: 80px;
}

.ppress-hint-wrap.hint--medium:after {
	width: 150px;
}

.ppress-hint-wrap.hint--large:after {
	width: 300px;
}

.ppress-hint-wrap.hint--error:after {
	text-shadow: 0 -1px #592726;
	background-color: #b34e4d;
}

.ppress-hint-wrap.hint--error.ppress-hint-wrap.hint--top-left:before, .ppress-hint-wrap.hint--error.ppress-hint-wrap.hint--top-right:before, .ppress-hint-wrap.hint--error.ppress-hint-wrap.hint--top:before {
	border-top-color: #b34e4d;
}

.ppress-hint-wrap.hint--error.ppress-hint-wrap.hint--bottom-left:before, .ppress-hint-wrap.hint--error.ppress-hint-wrap.hint--bottom-right:before, .ppress-hint-wrap.hint--error.ppress-hint-wrap.hint--bottom:before {
	border-bottom-color: #b34e4d;
}

.ppress-hint-wrap.hint--error.ppress-hint-wrap.hint--left:before {
	border-left-color: #b34e4d;
}

.ppress-hint-wrap.hint--error.ppress-hint-wrap.hint--right:before {
	border-right-color: #b34e4d;
}

.ppress-hint-wrap.hint--warning:after {
	text-shadow: 0 -1px #6c5328;
	background-color: #c09854;
}

.ppress-hint-wrap.hint--warning.ppress-hint-wrap.hint--top-left:before, .ppress-hint-wrap.hint--warning.ppress-hint-wrap.hint--top-right:before, .ppress-hint-wrap.hint--warning.ppress-hint-wrap.hint--top:before {
	border-top-color: #c09854;
}

.ppress-hint-wrap.hint--warning.ppress-hint-wrap.hint--bottom-left:before, .ppress-hint-wrap.hint--warning.ppress-hint-wrap.hint--bottom-right:before, .ppress-hint-wrap.hint--warning.ppress-hint-wrap.hint--bottom:before {
	border-bottom-color: #c09854;
}

.ppress-hint-wrap.hint--warning.ppress-hint-wrap.hint--left:before {
	border-left-color: #c09854;
}

.ppress-hint-wrap.hint--warning.ppress-hint-wrap.hint--right:before {
	border-right-color: #c09854;
}

.ppress-hint-wrap.hint--info:after {
	text-shadow: 0 -1px #1a3c4d;
	background-color: #3986ac;
}

.ppress-hint-wrap.hint--info.ppress-hint-wrap.hint--top-left:before, .ppress-hint-wrap.hint--info.ppress-hint-wrap.hint--top-right:before, .ppress-hint-wrap.hint--info.ppress-hint-wrap.hint--top:before {
	border-top-color: #3986ac;
}

.ppress-hint-wrap.hint--info.ppress-hint-wrap.hint--bottom-left:before, .ppress-hint-wrap.hint--info.ppress-hint-wrap.hint--bottom-right:before, .ppress-hint-wrap.hint--info.ppress-hint-wrap.hint--bottom:before {
	border-bottom-color: #3986ac;
}

.ppress-hint-wrap.hint--info.ppress-hint-wrap.hint--left:before {
	border-left-color: #3986ac;
}

.ppress-hint-wrap.hint--info.ppress-hint-wrap.hint--right:before {
	border-right-color: #3986ac;
}

.ppress-hint-wrap.hint--success:after {
	text-shadow: 0 -1px #1a321a;
	background-color: #458746;
}

.ppress-hint-wrap.hint--success.ppress-hint-wrap.hint--top-left:before, .ppress-hint-wrap.hint--success.ppress-hint-wrap.hint--top-right:before, .ppress-hint-wrap.hint--success.ppress-hint-wrap.hint--top:before {
	border-top-color: #458746;
}

.ppress-hint-wrap.hint--success.ppress-hint-wrap.hint--bottom-left:before, .ppress-hint-wrap.hint--success.ppress-hint-wrap.hint--bottom-right:before, .ppress-hint-wrap.hint--success.ppress-hint-wrap.hint--bottom:before {
	border-bottom-color: #458746;
}

.ppress-hint-wrap.hint--success.ppress-hint-wrap.hint--left:before {
	border-left-color: #458746;
}

.ppress-hint-wrap.hint--success.ppress-hint-wrap.hint--right:before {
	border-right-color: #458746;
}

.ppress-hint-wrap.hint--always:after, .ppress-hint-wrap.hint--always:before {
	opacity: 1;
	visibility: visible;
}

.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--top:before {
	transform: translateY(-8px);
}

.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--top:after {
	transform: translate(-50%) translateY(-8px);
}

.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--top-left:before {
	transform: translateY(-8px);
}

.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--top-left:after {
	transform: translate(-100%) translateY(-8px);
}

.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--top-right:after, .ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--top-right:before {
	transform: translateY(-8px);
}

.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--bottom:before {
	transform: translateY(8px);
}

.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--bottom:after {
	transform: translate(-50%) translateY(8px);
}

.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--bottom-left:before {
	transform: translateY(8px);
}

.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--bottom-left:after {
	transform: translate(-100%) translateY(8px);
}

.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--bottom-right:after, .ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--bottom-right:before {
	transform: translateY(8px);
}

.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--left:after, .ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--left:before {
	transform: translate(-8px);
}

.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--right:after, .ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--right:before {
	transform: translate(8px);
}

.ppress-hint-wrap.hint--rounded:after {
	border-radius: 4px;
}

.ppress-hint-wrap.hint--no-animate:after, .ppress-hint-wrap.hint--no-animate:before {
	transition-duration: 0s;
}

.ppress-hint-wrap.hint--bounce:after, .ppress-hint-wrap.hint--bounce:before {
	-webkit-transition: opacity .3s, visibility .3s, -webkit-transform .3s cubic-bezier(.71, 1.7, .77, 1.24);
	-moz-transition: opacity .3s, visibility .3s, -moz-transform .3s cubic-bezier(.71, 1.7, .77, 1.24);
	transition: opacity .3s, visibility .3s, transform .3s cubic-bezier(.71, 1.7, .77, 1.24);
}

.ppress-hint-wrap.hint--no-shadow:after, .ppress-hint-wrap.hint--no-shadow:before {
	text-shadow: initial;
	box-shadow: initial;
}

.ppress-checkout__form * {
	--ppress-heading-fs: 22px;
	--ppress-body-fs: 16px;
	--ppress-btn-color: #2563eb;
	box-sizing: border-box;
	font-size: var(--ppress-body-fs);
}

.ppress-checkout__form {
	flex-wrap: wrap;
	width: 100%;
	max-width: 100%;
	margin: 1px auto 10px;
	line-height: 20px;
	display: flex;
	position: relative;
}

.ppress-checkout__form p {
	margin: 0 0 5px;
	padding: 0;
}

.ppress-checkout__form .ppress-main-checkout-form__block .ppress-main-checkout-form__social_login_wrap {
	padding: 5px;
}

.ppress-checkout__form .ppress-main-checkout-form__block .ppress-main-checkout-form__login_form_wrap {
	flex-wrap: wrap;
	display: flex;
}

.ppress-checkout__form .ppress-main-checkout-form__block .ppress-main-checkout-form__logged_in_text_wrap {
	margin: 5px 0 10px;
}

.ppress-checkout__form .ppress-main-checkout-form__block .ppress-main-checkout-form__logged_in_text_wrap .ppress-main-checkout-form__block__item {
	background-color: #eff6ff;
	border-radius: 6px;
	padding: 14px 16px;
}

.ppress-checkout__form .ppress-main-checkout-form__block .ppress-main-checkout-form__logged_in_text_wrap .ppress-main-checkout-form__block__item p, .ppress-checkout__form .ppress-main-checkout-form__block .ppress-main-checkout-form__logged_in_text_wrap .ppress-main-checkout-form__block__item a {
	margin: 0;
	font-size: 14px;
	line-height: 20px;
}

.ppress-checkout__form .ppress-main-checkout-form__block .ppress-main-checkout-form__login_form_wrap .ppress-main-checkout-form__block__item {
	margin-bottom: 5px;
}

.ppress-checkout__form .ppress-main-checkout-form__block .ppress-main-checkout-form__login_form_wrap .ppress-main-checkout-form__block__item:last-of-type {
	margin-bottom: 15px;
}

.ppress-checkout__form .ppress-main-checkout-form__block .ppress-main-checkout-form__login_form_wrap .ppress-main-checkout-form__block__item.ppress-login-submit-btn p {
	margin: 10px 0;
	padding: 0;
}

.ppress-checkout__form .ppress-checkout-section.ppress-checkout_side_section {
	order: 2;
	width: 35%;
}

.ppress-checkout__form .ppress-checkout-section.ppress-checkout_main {
	order: 1;
	width: 65%;
	padding: 0 30px 0 0;
}

.ppress-checkout__form .ppress-checkout_order_summary {
	border: 1px solid #e5e7eb;
	border-radius: 5px;
}

.ppress-checkout__form .ppress-checkout_order_summary__plan_name {
	font-size: var(--ppress-body-fs);
	border-bottom: 1px solid #e4e4e4;
	padding: 10px 20px;
	font-weight: 700;
}

.ppress-checkout__form .ppress-checkout_order_summary__plan_price {
	font-size: 14px;
	font-weight: 500;
}

.ppress-checkout__form .ppress-checkout_order_summary__bottom_details * {
	font-size: var(--ppress-body-fs);
}

.ppress-checkout__form .ppress-checkout_order_summary__bottom_details .checkout_order_summary__fee_structure__item dd a {
	margin: 0;
	padding: 0;
	font-size: 14px;
	text-decoration: none;
	display: block;
}

.ppress-checkout__form .checkout_order_summary__fee_structure__item dt .checkout_order_summary__fee_structure__item__trial_term {
	background: unset;
	margin-left: 0;
	padding-left: 0;
	font-weight: 600;
	display: block;
}

.ppress-checkout__form .ppress-checkout_order_summary__bottom_details, .ppress-checkout__form .ppress-checkout_order_summary__plan_description {
	padding: 10px 20px;
}

.ppress-checkout__form .ppress-checkout_order_summary__plan_description {
	line-height: 1.7;
	font-size: var(--ppress-body-fs);
	border-bottom: 1px solid #e5e7eb;
	padding: 20px;
}

.ppress-checkout__form .checkout_order_summary__fee_structure__item {
	font-size: var(--ppress-body-fs);
	flex-wrap: nowrap;
	padding: 5px 0;
	display: flex;
}

.ppress-checkout__form .checkout_order_summary__fee_structure__item dt {
	text-align: left;
	width: 60%;
}

.ppress-checkout__form .checkout_order_summary__fee_structure__item dd {
	text-align: right;
	width: 40%;
}

.ppress-checkout__form .checkout_order_summary__fee_structure__item dt span {
	color: #4b5563;
	letter-spacing: .35px;
	background-color: #e5e7eb;
	border-radius: 9999px;
	margin-left: 5px;
	padding: 2px 6px;
	font-size: 12px;
}

.ppress-checkout__form .ppress-main-checkout-form__block fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

.ppress-checkout__form .ppress-main-checkout-form__block .ppress-main-checkout-form__block__fieldset {
	border: 0;
	margin: 10px 0 0;
	padding: 20px 0 0;
}

.ppress-checkout__form .ppress-main-checkout-form__block .ppress-main-checkout-form__block__fieldset:first-of-type {
	border: 0;
	margin-top: 10px;
	padding-top: 0;
}

.ppress-checkout__form .ppress-main-checkout-form__block legend {
	color: #000;
	font-size: var(--ppress-heading-fs);
	background: 0 0;
	border: 0;
	width: 100%;
	margin: 0 0 15px;
	padding: 0 5px;
	font-weight: 700;
	line-height: 1.7;
	position: static;
}

.ppress-checkout__form .ppress-main-checkout-form__block legend span {
	font-size: var(--ppress-heading-fs);
}

.ppress-checkout__form .ppress-main-checkout-form__block a.ppress-checkout-show-login-form {
	cursor: pointer;
	float: right;
	vertical-align: baseline;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 35px;
	text-decoration: none;
}

.ppress-checkout__form .ppress-checkout_order_summary__discount {
	margin: 0 0 5px;
}

.ppress-checkout__form .ppress-checkout_order_summary__discount p {
	font-size: 14px;
}

.ppress-checkout__form .ppress-checkout__link {
	cursor: pointer;
	margin: 10px 0;
	padding: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 35px;
	text-decoration: none;
}

.ppress-checkout__form a.ppress-checkout-show-login-form {
	cursor: pointer;
	float: right;
	vertical-align: baseline;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 35px;
	text-decoration: none;
}

.ppress-checkout__form .ppress-main-checkout-form__block .ppress-main-checkout-form__block__item {
	width: calc(100% - 5px);
	margin-bottom: 15px;
	padding: 5px;
	display: inline-block;
}

.ppress-checkout__form .ppress-main-checkout-form__block__fieldset .ppress-main-checkout-form__login_form_wrap .ppress-main-checkout-form__block__item {
	margin-bottom: 10px;
}

.ppress-checkout-form__payment_method__content_wrap .ppress-main-checkout-form__block__item:first-of-type {
	margin-top: 15px;
}

.ppress-checkout__form .ppress-main-checkout-form__block__fieldset .ppress-main-checkout-form__block__item:last-of-type {
	margin-bottom: 0;
}

.ppress-checkout__form .ppress-required {
	color: #ef4444;
}

.ppress-checkout__form .ppress-main-checkout-form__block__item.ppress-co-half {
	width: calc(50% - 5px);
}

.ppress-checkout__form .ppress-main-checkout-form__block__item.ppress-two-third {
	width: calc(66.6667% - 5px);
}

.ppress-checkout__form .ppress-main-checkout-form__block__item.ppress-one-third {
	width: calc(33.3333% - 5px);
}

.ppress-checkout__form .ppress-main-checkout-form__block__item.ppress-expiry-date {
	width: calc(40% - 5px);
}

.ppress-checkout__form .ppress-main-checkout-form__block__item.ppress-cc-cvc {
	width: calc(60% - 5px);
}

.ppress-checkout__form .press-main-checkout-form__block__item__cc_expiry_date {
	flex-wrap: wrap;
	width: 100%;
	display: flex;
}

.ppress-checkout__form .press-main-checkout-form__block__item__cc_expiry_date select {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4MjgzNGQzMC03MmY4LTRkM2MtYTU4NC1lNzMzZDE1YjU2NzYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzJGMzNGODgwRkI5MTFFN0E3NzQ5QUE3QTdEMENEQjEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NzJGMzNGODcwRkI5MTFFN0E3NzQ5QUE3QTdEMENEQjEiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowMzAzN2MxMy01N2VhLTRiN2UtYjg3Yi04OGZhODk2NDYzZTgiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDplMTI0MmMzNy1mZTljLTExNzktYWE3NC1kYzYxZWJhMDdhNDAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7ItaH1AAABFklEQVR42uzZuw3CMBAG4NhiAFiDAsahp0sqJOaghQ5mIkgwBmwQzlJAoLz8OCe29Z90urMb65MfjUVVVVkKIbNEAhBAAAEEEEAAoZjdyseG6olyEanhSZmL8npXzTzyDXnJRI6XVIhdApCdXK2XF2qKiBGFMojPiO5KTuUYIUI9VJn4nY0M80U0IBFh/hCtkAgwDUQnJGBMK6IXEiCmEzEICQjTi9CCBIAZRGhDJsRoIYwgE2C0EcaQETFGCCvICBhjhDXEI8YK4QTxgLFGOEMYMU4IFggDxhnBBnHAsCBYIRYYNgQ7xADDivAC0cCwI7xBejBeEF4hNWZL5VAP94Q4+1pL4FcXEEAAAQQQQAABxFu8BRgA2gaBhwO0rwAAAAAASUVORK5CYII=");
	background-position: right 20px center;
	background-repeat: no-repeat;
	background-size: 10px;
	margin: 0 5px 0 0;
	width: calc(50% - 5px) !important;
}

.ppress-checkout__form .press-main-checkout-form__block__item__cc_expiry_date select.nitro-lazy {
	background-image: none !important;
}

.ppress-checkout__form .press-main-checkout-form__block__item__cc_expiry_date select:last-of-type {
	margin-right: 0;
}

.ppress-checkout__form label.checkout_order_summary__discount__label {
	width: 100%;
	line-height: 20px;
}

.ppress-checkout__form .checkout_order_summary__discount__field_wrap {
	margin-bottom: 20px;
}

.ppress-checkout__form .ppress-checkout-section .ppress-checkout-form__place_order_wrap {
	margin: 20px 0 10px;
}

.ppress-checkout__form .ppress-checkout-section #ppress-paypal-button-element {
	margin: 16px 0 0;
}

.ppress-checkout__form .ppress-checkout-section input:not([type=checkbox]):not([type=radio]), .ppress-checkout__form .ppress-checkout-section select, .ppress-checkout__form .ppress-checkout-section textarea, .ppress-checkout__form .ppress-checkout-section #ppress-stripe-card-element {
	background-color: #fff;
	border: 1px solid #d1d5db;
	border-radius: 6px;
	width: 100%;
	height: auto;
	padding: 8px 12px;
	line-height: 20px;
	box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 1px 2px rgba(0, 0, 0, .05);
}

.ppress-checkout__form .ppress-checkout-section #ppress-stripe-card-element {
	padding-top: 10px;
	padding-bottom: 10px;
}

.ppress-checkout__form .ppress-checkout-section textarea {
	min-height: 100px;
}

.ppress-checkout__form .ppress-checkout-section.ppress-checkout_main input[type=submit] {
	background: var(--ppress-btn-color);
	background: var(--ppress-btn-color);
	background-color: var(--ppress-btn-color);
	color: #fff;
	box-shadow: none;
	text-align: center;
	-webkit-appearance: none;
	border-color: rgba(0, 0, 0, 0);
	width: 100%;
	height: auto;
	padding: 12px 16px;
	font-weight: 500;
	display: block;
}

.ppress-checkout__form .ppress-checkout-section.ppress-checkout_main input[type=submit]:disabled {
	opacity: .65;
}

.ppress-checkout__form .ppress-checkout-section input[type=checkbox], .ppress-checkout__form .ppress-checkout-section input[type=radio] {
	vertical-align: middle;
	color: #4f46e5;
	border: 1px solid #d1d5db;
	border-radius: 100%;
	width: 16px;
	height: 16px;
	margin: 0;
	padding: 0 5px;
	display: inline-block;
}

.ppress-checkout__form .ppress-checkout-section input[type=checkbox] {
	cursor: pointer;
	border-radius: 0;
}

.ppress-checkout__form .ppress-checkout-section input:not([type=checkbox]):not([type=radio]):focus, .ppress-checkout__form .ppress-checkout-section textarea:focus, .ppress-checkout__form .ppress-checkout-section #ppress-stripe-card-element:focus {
	outline-offset: 2px;
	box-shadow: 0 0 0 0 #fff, 0 0 0 calc(1px + 0px) var(--ppress-btn-color), 0 0 rgba(0, 0, 0, 0);
	border-color: #2563eb;
	outline: 2px solid rgba(0, 0, 0, 0);
}

.ppress-checkout__form .ppress-checkout-section input[type=submit]:hover {
	filter: brightness(85%);
}

.ppress-checkout__form .ppress-checkout-section label {
	vertical-align: baseline;
	font-weight: 500;
	line-height: 25px;
	display: block;
}

.ppress-checkout__form .ppress-checkout-section .pp-checkbox-wrap label, .ppress-checkout__form .ppress-checkout-section .pp-radio-wrap label {
	display: inline-block;
}

.ppress-checkout__form .ppress-checkout-section .pp-checkbox-wrap .ppress-checkout-field__input, .ppress-checkout__form .ppress-checkout-section .pp-radio-wrap .ppress-checkout-field__input {
	margin-right: 5px;
}

.ppress-checkout__form .checkout_order_summary__discount__field_wrap input[type=text].checkout_order_summary__discount__input {
	width: 68%;
	display: inline-block;
}

.ppress-checkout__form .ppress-checkout-section input[type=submit].ppress-apply-discount-btn {
	color: #4b5563;
	background-color: #d1d5db;
	border: 0;
	border-radius: 6px;
	width: 25%;
	margin-left: 10px;
	padding: 8px 15px;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	display: inline-block;
}

.ppress-checkout__form .ppress-checkout_charge_details {
	padding: 10px 20px;
}

.ppress-checkout__form .ppress-checkout_charge_details span {
	font-weight: 700;
}

.ppress-checkout__form .ppress-checkout-form__payment_methods_wrap {
	border: 1px solid #ddd;
	border-radius: 5px;
	margin: 5px 0 0;
	padding: 0;
	line-height: 1;
	list-style: none;
	overflow: visible;
}

.ppress-checkout__form .ppress-checkout-form__payment_method {
	border-top: 1px solid #ddd;
	padding: 0;
}

.ppress-checkout__form .ppress-checkout-form__payment_method:first-of-type {
	border-top: none;
	border-bottom: none;
}

.ppress-checkout__form .ppress-checkout-form__payment_method__title_wrap {
	background: #fff;
	margin: 0;
	padding: 16px 8px;
}

.ppress-checkout__form .ppress-checkout-form__payment_method__title_wrap:first-of-type {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.ppress-checkout__form .ppress-checkout-form__payment_method:last-of-type .ppress-checkout-form__payment_method__title_wrap {
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.ppress-checkout__form .ppress-checkout-section .ppress-checkout-form__payment_method__title_wrap label {
	cursor: pointer;
	width: calc(100% - 30px);
	margin: 0;
	padding-top: 2px;
	padding-left: 5px;
	line-height: 1;
	display: inline-block;
	position: relative;
}

.ppress-checkout__form .ppress-checkout-form__payment_method__icons {
	position: absolute;
	top: -5px;
	right: 20px;
}

.ppress-checkout__form .ppress-checkout-form__payment_method__icons img, .ppress-checkout__form .ppress-checkout-form__payment_method__icons svg {
	max-height: 22px;
}

.ppress-checkout__form .ppress-checkout-form__payment_method .ppress-checkout-form__payment_method__content_wrap p {
	margin: 0 !important;
}

.ppress-checkout__form .ppress-checkout-form__payment_method .ppress-checkout-form__payment_method__content_wrap {
	background: #f4f4f4;
	border-top: 1px solid #ddd;
	padding: 20px 10px;
	display: none;
	margin: 0 !important;
}

.ppress-checkout__form .ppress-checkout-form__payment_method:last-of-type .ppress-checkout-form__payment_method__content_wrap {
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.ppress-checkout__form .ppress-checkout-form__payment_method .ppress-checkout-form__payment_method__content_wrap p {
	margin: 0;
	padding: 0 5px;
	font-size: 14px;
	line-height: 1.25;
}

.ppress-checkout__form .ppress-checkout-form__payment_method .ppress-checkout-form__payment_method__title_wrap input[type=radio] {
	vertical-align: bottom;
}

.ppress-checkout__form .ppress-checkout-form__payment_method.ppress-active .ppress-checkout-form__payment_method__content_wrap {
	display: block;
}

.ppress-checkout__form .ppress-checkout-form__payment_method__content_wrap label {
	line-height: 20px;
}

.ppress-checkout__form .ppress-checkout-form__payment_method__content_wrap .ppress-checkout-form__payment_method__heading {
	font-size: var(--ppress-body-fs);
	border-bottom: 1px solid #e4e4e4;
	margin: 15px 0;
	padding: 10px 5px;
	font-weight: 700;
}

.ppress-checkout__form .ppress-checkout-form__terms_condition_wrap, .ppress-checkout__form .ppress-checkout-form__before_button_wrap {
	border: 0;
	margin: 0;
	padding: 40px 0 0;
}

.ppress-checkout__form .ppress-checkout-form__terms_condition_wrap+.ppress-checkout-form__before_button_wrap {
	padding-top: 0;
}

.ppress-checkout__form .ppress-checkout-form__terms_condition_wrap .ppress-checkout-form__terms_condition__checkbox__label span, .ppress-checkout__form .ppress-checkout-form__before_button_wrap .ppress-checkout-form__before_button__checkbox__label span {
	vertical-align: middle;
}

.ppress-checkout__form .ppress-checkout-form__terms_condition__content {
	border: 1px solid #e5e7eb;
	border-radius: 6px;
	max-height: 200px;
	margin: 0 0 20px;
	padding: 20px;
	display: none;
	overflow: auto;
}

.ppress-checkout__form .ppress-checkout-form__terms_condition__checkbox_wrap, .ppress-checkout__form .ppress-checkout-form__before_button__checkbox_wrap {
	margin: 0 0 20px;
}

.ppress-checkout__form .ppress-checkout__form__preloader {
	z-index: 99995;
	background: rgba(250, 250, 250, .9);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
}

.ppress-checkout__form .ppress-checkout__form__spinner {
	text-align: center;
	width: 85px;
	height: 85px;
	margin: auto;
	display: block;
	position: fixed;
	top: 40%;
	right: 50%;
}

.ppress-checkout__form .ppress-checkout__form__spinner:after {
	content: " ";
	border: 6px solid #212529;
	border-color: #212529 rgba(0, 0, 0, 0);
	border-radius: 50%;
	width: 70px;
	height: 70px;
	margin: 8px;
	animation: 1.2s linear infinite ppress-dual-ring;
	display: block;
}

@keyframes ppress-dual-ring {
	0% {
		transform: rotate(0);
	}
	
	to {
		transform: rotate(360deg);
	}
}

.ppress-checkout__form .ppress-checkout-alert, .ppress-checkout__form .ppress-alert {
	border-radius: 6px;
	width: 100%;
	margin: 10px 0;
	padding: 12px 16px;
}

.ppress-checkout__form .ppress-checkout-alert ul, .ppress-checkout__form .ppress-alert ul {
	margin: 0 0 0 16px;
	padding: 0;
	list-style-type: disc;
}

.ppress-checkout__form .ppress-checkout-alert li, .ppress-checkout__form .ppress-alert li, .ppress-checkout__form .ppress-checkout-alert p, .ppress-checkout__form .ppress-alert p, .ppress-checkout__form .ppress-checkout-alert li strong, .ppress-checkout__form .ppress-alert li strong {
	font-size: var(--ppress-body-fs);
	font-weight: 400;
	line-height: 22px;
	margin: 0 !important;
	padding: 0 !important;
}

.ppress-checkout__form .ppress-checkout-alert li strong, .ppress-checkout__form .ppress-alert li strong {
	font-weight: 700;
}

.ppress-checkout__form .ppress-checkout-alert.ppress-error, .ppress-checkout__form .ppress-alert.ppress-error {
	color: #b91c1c;
	background-color: #fef2f2;
}

.ppress-checkout__form .ppress-checkout-alert.ppress-success, .ppress-checkout__form .ppress-alert.ppress-success {
	color: #065f46;
	background-color: #ecfdf5;
}

.ppress-checkout-alert.ppress-warning, .ppress-alert.ppress-warning {
	color: #a16207;
	background-color: #fefce8;
	border-left: 4px solid #facc15;
	border-radius: 0;
}

.ppress-checkout__form .ppress-checkout-alert p, .ppress-checkout__form .ppress-alert p {
	font-weight: 500;
}

.ppress-checkout__form .ppress-checkout_order_summary #ppress-checkout-coupon-code-wrap {
	display: none;
}

.ppress-main-checkout-form__block__fieldset .ppress-main-checkout-form__block__group_selector_label {
	cursor: pointer;
	background-color: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	padding: 24px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
	display: flex !important;
}

.ppress-main-checkout-form__block__fieldset .ppress-main-checkout-form__block__group_selector__span_wrap {
	align-items: center;
	padding-left: 10px;
	display: flex;
}

.ppress-main-checkout-form__block__fieldset .ppress-main-checkout-form__block__group_selector__span {
	flex-direction: column;
	font-size: 1rem;
	line-height: 20px;
	display: flex;
}

.ppress-main-checkout-form__block__fieldset .ppress-main-checkout-form__block__group_selector__title {
	font-weight: 500;
}

.ppress-main-checkout-form__block__fieldset .ppress-main-checkout-form__block__group_selector__price_wrap {
	order: 2;
	margin-top: 0;
	margin-left: auto;
	font-size: 1rem;
	line-height: 20px;
	display: flex;
}

.ppress-main-checkout-form__block__fieldset .ppress-main-checkout-form__block__group_selector__price_amount {
	font-weight: 500;
}

.ppress-main-checkout-form__block__fieldset .ppress-main-checkout-form__block__group_selector__price_duration {
	margin-left: 4px;
}

.ppress-main-checkout-form__block__fieldset .ppress-main-checkout-form__block__group_selector_label:not(:first-child) {
	margin-top: 16px;
	margin-bottom: 0;
}

.ppress-main-checkout-form__block__fieldset .ppress-main-checkout-form__block__group_selector_label input[type=radio] {
	height: auto !important;
}

.ppress-main-checkout-form__block__fieldset .ppress-main-checkout-form__block__group_selector_label:has(input[type=radio]:checked) {
	border-width: 2.5px;
}

.ppress-checkout__form.ppressui340 .ppress-checkout-section.ppress-checkout_side_section, .ppress-checkout__form.ppressui500 .ppress-checkout-section.ppress-checkout_side_section, .ppress-checkout__form.ppressui768 .ppress-checkout-section.ppress-checkout_side_section, .ppress-checkout__form.ppressui800 .ppress-checkout-section.ppress-checkout_side_section, .ppress-checkout__form.ppressui960 .ppress-checkout-section.ppress-checkout_side_section, .ppress-checkout__form.ppressui340 .ppress-checkout-section.ppress-checkout_main, .ppress-checkout__form.ppressui500 .ppress-checkout-section.ppress-checkout_main, .ppress-checkout__form.ppressui768 .ppress-checkout-section.ppress-checkout_main, .ppress-checkout__form.ppressui800 .ppress-checkout-section.ppress-checkout_main, .ppress-checkout__form.ppressui960 .ppress-checkout-section.ppress-checkout_main {
	width: 100%;
}

.ppress-checkout__form.ppressui340 .ppress-checkout-section.ppress-checkout_side_section, .ppress-checkout__form.ppressui500 .ppress-checkout-section.ppress-checkout_side_section, .ppress-checkout__form.ppressui768 .ppress-checkout-section.ppress-checkout_side_section, .ppress-checkout__form.ppressui800 .ppress-checkout-section.ppress-checkout_side_section, .ppress-checkout__form.ppressui960 .ppress-checkout-section.ppress-checkout_side_section {
	order: 1;
	margin-bottom: 15px;
}

.ppress-checkout__form.ppressui340 .ppress-checkout-section.ppress-checkout_main, .ppress-checkout__form.ppressui500 .ppress-checkout-section.ppress-checkout_main, .ppress-checkout__form.ppressui768 .ppress-checkout-section.ppress-checkout_main, .ppress-checkout__form.ppressui800 .ppress-checkout-section.ppress-checkout_main, .ppress-checkout__form.ppressui960 .ppress-checkout-section.ppress-checkout_main {
	order: 2;
	padding-right: 0;
}

.ppress-checkout__form.ppressui340 .ppress-main-checkout-form__block .ppress-main-checkout-form__block__item, .ppress-checkout__form.ppressui500 .ppress-main-checkout-form__block .ppress-main-checkout-form__block__item, .ppress-checkout__form.ppressui768 .ppress-main-checkout-form__block .ppress-main-checkout-form__block__item {
	width: 100%;
}

.profilepress-myaccount-orders-subs, .profilepress-myaccount-orders-subs * {
	font-family: Inter var, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}

.profilepress-myaccount-orders-subs .ppress-my-account-order-sub-wrap {
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	margin-top: 16px;
	box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 1px 2px rgba(0, 0, 0, .05);
}

.profilepress-myaccount-orders-subs .ppress-my-account-order-sub-wrap:first-child {
	margin-top: 0;
}

.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-body-content-header p {
	margin-bottom: 8px;
}

.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-header-wrap {
	border-color: #e5e7eb;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	column-gap: 8px;
	padding: 16px;
	display: grid;
}

.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-header--details {
	grid-column: span 2/span 2;
	grid-template-columns: auto auto auto;
	column-gap: 16px;
	margin: 0;
	font-size: 14px;
	line-height: 20px;
	display: grid;
}

.profilepress-myaccount-orders-subs .ppress-my-account-order-sub-header--actions a:not(a:first-child) {
	margin-left: 8px;
}

.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-header--details dt {
	margin: 0;
	font-size: 14px;
	font-weight: 500;
}

.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-header--details dd {
	margin: 4px 0 0;
}

.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-header--actions {
	grid-column: span 2/span 2;
	justify-content: flex-end;
	align-items: center;
	display: flex;
}

.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-header--actions a, .profilepress-myaccount-orders-subs a.ppress-myac-action {
	-webkit-text-decoration: inherit;
	text-decoration: inherit;
	border: 1px solid #d1d5db;
	border-radius: 6px;
	justify-content: center;
	align-items: center;
	padding: 6px 8px;
	font-size: 14px;
	font-weight: 500;
	display: flex;
	box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 1px 2px rgba(0, 0, 0, .05);
}

.profilepress-myaccount-orders-subs a.ppress-myac-action {
	margin-right: 5px;
	display: inline-block;
}

.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-body-content {
	flex: 1;
	align-items: flex-start;
	padding: 16px;
	font-size: 14px;
	line-height: 20px;
}

.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-body-content-header {
	justify-content: space-between;
	font-weight: 500;
	display: flex;
}

.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-product-name {
	font-size: 14px;
	font-weight: 500;
}

.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap p.ppress-my-account-order-sub-product-price {
	margin-top: 0 !important;
}

.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-body-content p {
	margin: 8px 0 0;
	display: block;
}

.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-body-wrap {
	align-items: flex-start;
	display: flex;
}

.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-header--details dd span {
	color: #1f2937;
	background-color: #f3f4f6;
	border-radius: 6px;
	margin: 0;
	padding: 4px 8px;
	font-size: 12px;
	font-weight: 500;
}

.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-header--details .active span, .profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-header--details .trialling span, .profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-header--details .completed span {
	color: #166534;
	background-color: #dcfce7;
}

.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-header--details .refunded span, .profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-header--details .expired span, .profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-header--details .cancelled span {
	color: #991b1b;
	background-color: #fee2e2;
}

.profilepress-myaccount-orders-subs .ppress-myac-pagination-wrap {
	text-align: right;
	padding: 10px 0;
}

.profilepress-myaccount-orders-subs .ppress-myac-pagination-wrap .page-numbers {
	border: 1px solid #d1d5db;
	padding: 8px 16px;
	font-size: 14px;
	line-height: 20px;
}

.profilepress-myaccount-orders-subs .ppress-myac-pagination-wrap .page-numbers.current {
	color: #6b7280;
	background-color: #eeeeec;
}

.profilepress-myaccount-orders-subs .ppress-myac-pagination-wrap .ppress-material-icons {
	vertical-align: middle;
	margin: 0;
}

table.ppress-details-table {
	text-indent: 0;
	border-color: inherit;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
	width: 100%;
	box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 1px 2px rgba(0, 0, 0, .05);
}

.ppress-details-table thead {
	background-color: #f9fafb;
}

.ppress-details-table thead tr th {
	text-align: left;
	background-color: #f9fafb;
	padding: 14px 12px;
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
}

.ppress-details-table thead th, .ppress-details-table tr td {
	border: 1px solid #e5e7eb;
	padding: 16px;
}

.ppress-details-table thead th {
	text-align: left;
	vertical-align: bottom;
	background: #e5e7eb;
}

.ppress-details-table-wrap .ppress-details-table tr:nth-of-type(odd) {
	background-color: #f9fafb;
}

.ppress-details-table tr td:first-child {
	font-weight: 700;
}

.ppress-details-table td:last-child {
	width: 70%;
}

.ppress-details-table p {
	margin: 5px 0 0;
}

.ppress-details-table p:first-child {
	margin-top: 0;
}

.ppress-details-table .ppress-billing-title {
	font-weight: 500;
}

.ppress-details-table .ppress-sub-info {
	color: #4b5563;
	background-color: #e5e7eb;
	border-radius: 9999px;
	margin-left: 5px;
	padding: 4px 8px;
	font-size: 14px;
}

.ppress-material-icons, .pp-form-field-wrap .pp-form-material-icons, #profilepress-myaccount-wrapper .ppmyac-icons {
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: "liga";
	direction: ltr;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	display: inline-block;
	font-family: Material Icons !important;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
	display: inline-block !important;
}

.pp-tab-widget-avatar img {
	text-align: center;
	border-radius: 50%;
	width: 190px;
	height: 190px;
	padding: 2px;
	display: block;
	float: none !important;
	margin: 0 auto 10px !important;
}

.pp-user-panel {
	text-align: center;
	border-radius: 6px;
}

.pp-user-panel-title {
	margin: 0;
	font-size: 20px;
}

.pp-user-panel p {
	margin-bottom: 23px;
	font-size: 15px;
}

.pp-tabbed-btn {
	-webkit-font-smoothing: subpixel-antialiased;
	border: none;
	border-radius: 4px;
	padding: 10px 15px;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.4;
	transition: border .25s linear, color .25s linear, background-color .25s linear;
}

.pp-tabbed-btn-inverse {
	background-color: #34495e;
	color: #fff !important;
}

.pp-password-reset-handler-wrap .pp-reset-password-form {
	max-width: 500px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 40px;
}

.pp-password-reset-handler-wrap .pp-reset-password-form h3 {
	color: #444;
	margin: 0 auto 40px;
	font-weight: 300;
}

.pp-password-reset-handler-wrap .pp-reset-password-form label {
	color: #444;
	font-size: 15px;
}

.pp-password-reset-handler-wrap .pp-reset-password-form label .req {
	color: red;
	margin: 2px;
}

.pp-password-reset-handler-wrap .pp-reset-password-form label.active .req {
	opacity: 0;
}

.pp-password-reset-handler-wrap .pp-reset-password-form input {
	box-sizing: border-box;
	background: 0 0;
	border: 1px solid #a0b3b0;
	border-radius: 0;
	width: 100%;
	height: auto;
	margin-bottom: 40px;
	padding: 5px 10px;
	font-size: 22px;
	transition: border-color .25s, box-shadow .25s;
	display: block;
}

.pp-password-reset-handler-wrap .pp-reset-password-form input:focus {
	border-color: #1ab188;
	outline: 0;
}

.pp-password-reset-handler-wrap .pp-reset-password-form .pp-reset-button {
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #fff;
	-webkit-appearance: none;
	text-shadow: none;
	box-shadow: none;
	background: #1ab188;
	border: 0;
	border-radius: 0;
	outline: none;
	padding: 15px 0;
	font-size: 20px;
	font-weight: 600;
	transition: all .5s;
}

.pp-password-reset-handler-wrap .pp-reset-password-form .pp-reset-button:hover, .pp-password-reset-handler-wrap .pp-reset-password-form .pp-reset-button:focus {
	background: #179b77;
}

.pp-password-reset-handler-wrap .pp-reset-password-form .pp-reset-button-block {
	width: 100%;
	display: block;
}

.pp-password-reset-handler-wrap .profilepress-reset-status {
	max-width: 420px;
	margin-left: 40px;
}

#pp-pass-strength-result {
	color: #23282d;
	text-align: center;
	box-sizing: border-box;
	background-color: #eee;
	border: 1px solid #ddd;
	width: 100%;
	padding: 3px 5px;
}

#pp-pass-strength-result.short {
	opacity: 1;
	background-color: #f1adad;
	border-color: #e35b5b;
}

#pp-pass-strength-result.bad {
	opacity: 1;
	background-color: #fbc5a9;
	border-color: #f78b53;
}

#pp-pass-strength-result.good {
	opacity: 1;
	background-color: #ffe399;
	border-color: #ffc733;
}

#pp-pass-strength-result.strong {
	opacity: 1;
	background-color: #c1e1b9;
	border-color: #83c373;
}

.pp-form-wrapper .pp-form-label-wrap .pp-form-required-label {
	color: red;
	font-weight: 400;
}

.pp-form-wrapper input[type=checkbox], .pp-form-wrapper input[type=radio] {
	cursor: pointer;
}

.pp-form-wrapper p {
	margin: 0 0 5px !important;
	padding: 0 !important;
}

.pp-form-wrapper textarea, .pp-form-wrapper select, .pp-form-wrapper input[type=text], .pp-form-wrapper input[type=password], .pp-form-wrapper input[type=email], .pp-form-wrapper input[type=url], .pp-form-wrapper input[type=search], .pp-form-wrapper input[type=tel], .pp-form-wrapper input[type=number], .pp-form-wrapper input[type=datetime] {
	-webkit-appearance: none;
	background: #fff;
	border: 1px solid #dedee5;
	outline: none;
	width: 100%;
	padding: 13px 15px;
	line-height: 1;
}

.pp-form-wrapper select {
	border: 1px solid #dedee5;
	outline: none;
	width: 100%;
	padding: 13px 15px;
	line-height: 1;
	appearance: none !important;
	background-image: url("https://cdn-iledobg.nitrocdn.com/nUMJQupotEobUubTntJIMQWffnOrMPdx/assets/images/optimized/rev-f5ecbee/getflex.com/wp-content/plugins/wp-user-avatar/assets/images/frontend/arrow-down.png") !important;
	background-position: right 20px center !important;
	background-repeat: no-repeat !important;
	background-size: 10px !important;
}

.pp-form-wrapper select.nitro-lazy {
	background-image: none !important;
}

.pp-form-wrapper .pp-form-label-wrap {
	margin: 0 0 4px;
	padding: 0;
}

.pp-form-wrapper .pp-form-label {
	text-transform: none;
	text-align: left;
	float: none;
	cursor: pointer;
	width: auto;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.3;
	display: inline;
}

.pp-form-wrapper .pp-checkbox-wrap, .pp-form-wrapper .pp-radio-wrap {
	text-align: left;
	margin: 5px 0;
	padding: 0;
	line-height: normal;
	display: block;
}

.pp-form-wrapper .pp-checkbox-wrap label, .pp-form-wrapper .pp-radio-wrap label {
	margin-left: 5px;
}

.pp-form-wrapper input[type=checkbox], .pp-form-wrapper input[type=radio] {
	vertical-align: baseline;
	background-color: #fff;
	border: 1px solid #ccc;
	display: inline-block;
	width: 14px !important;
	height: 14px !important;
}

.pp-form-wrapper .ppress-pf-profile-connect {
	padding: 5px 0 10px;
}

.pp-form-wrapper a.ppress-pf-social-icon {
	width: 100%;
	height: 100%;
	display: inline;
}

.pp-form-wrapper .ppress-pf-social-icon svg {
	vertical-align: middle;
	width: 40px;
	height: 40px;
}

.pp-form-wrapper .ppress-pf-social-icon.dpf-instagram svg, .pp-form-wrapper .ppress-pf-social-icon.dpf-github svg, .pp-form-wrapper .ppress-pf-social-icon.dpf-threads svg, .pp-form-wrapper .ppress-pf-social-icon.dpf-bluesky svg, .pp-form-wrapper .ppress-pf-social-icon.dpf-pinterest svg {
	padding: 3px;
}

a.pp-button-social-login:focus {
	outline-color: rgba(0, 0, 0, 0);
}

a.pp-button-social-login:focus .ppsc, a.pp-button-social-login:hover .ppsc {
	background-color: rgba(255, 255, 255, .75);
}

a.pp-button-social-login:visited {
	color: #fff;
}

a.pp-button-social-login {
	vertical-align: middle;
	white-space: nowrap;
	box-sizing: content-box;
	cursor: pointer;
	background: #333;
	border: 1px solid #333;
	border-radius: 2px;
	height: 2.5em;
	margin: 6px 0;
	padding: 0;
	font-family: inherit;
	font-size: 100%;
	font-weight: 700;
	line-height: 2.5em;
	display: inline-block;
	position: relative;
	overflow: hidden;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
	color: #fff !important;
	text-decoration: none !important;
}

a.pp-button-social-login .ppsc {
	text-transform: none;
	vertical-align: top;
	text-align: center;
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	background-color: #fff;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 1.8em 1.8em;
	border-top-left-radius: 1px;
	border-bottom-left-radius: 1px;
	width: 2.5em;
	height: 2.5em;
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-style: normal;
	font-weight: 400;
	text-decoration: none;
	display: inline-block;
	position: absolute;
	left: 0;
}

a.pp-button-social-login span.ppsc-text {
	margin-left: 40px;
	padding: .5em;
	color: #fff !important;
}

a.pp-button-social-login {
	min-width: 220px;
}

a.pp-button-social-login .ppsc-google {
	background-image: url("https://cdn-iledobg.nitrocdn.com/nUMJQupotEobUubTntJIMQWffnOrMPdx/assets/images/optimized/rev-f5ecbee/getflex.com/wp-content/plugins/wp-user-avatar/assets/images/social-login/google.svg");
}

a.pp-button-social-login .ppsc-google.nitro-lazy {
	background-image: none !important;
}

a.pp-button-social-login.pp-button-social-login-google {
	background: #4285f4;
	border-color: #4285f4;
}

a.pp-button-social-login.pp-button-social-login-facebook {
	background: #3b5998;
	border-color: #3b5998;
}

a.pp-button-social-login.pp-button-social-login-twitter {
	background: #000;
	border-color: #000;
}

a.pp-button-social-login.pp-button-social-login-linkedin {
	background: #0077b5;
	border-color: #0077b5;
}

a.pp-button-social-login.pp-button-social-login-microsoft {
	background: #404040;
	border-color: #404040;
}

a.pp-button-social-login.pp-button-social-login-amazon {
	background: #f9991d;
	border-color: #f9991d;
}

a.pp-button-social-login.pp-button-social-login-vk {
	background: #4a76a8;
	border-color: #4a76a8;
}

a.pp-button-social-login.pp-button-social-login-wordpresscom {
	background: #0675c4;
	border-color: #0675c4;
}

a.pp-button-social-login.pp-button-social-login-yahoo {
	background: #430297;
	border-color: #430297;
}

a.pp-button-social-login.pp-button-social-login-github {
	background: #24292e;
	border-color: #24292e;
}

a.pp-button-social-login .ppsc-vk {
	background-image: url("https://cdn-iledobg.nitrocdn.com/nUMJQupotEobUubTntJIMQWffnOrMPdx/assets/images/optimized/rev-f5ecbee/getflex.com/wp-content/plugins/wp-user-avatar/assets/images/social-login/vk-fa.svg");
}

a.pp-button-social-login .ppsc-vk.nitro-lazy {
	background-image: none !important;
}

a.pp-button-social-login .ppsc-microsoft {
	background-image: url("https://cdn-iledobg.nitrocdn.com/nUMJQupotEobUubTntJIMQWffnOrMPdx/assets/images/optimized/rev-f5ecbee/getflex.com/wp-content/plugins/wp-user-avatar/assets/images/social-login/microsoft.svg");
}

a.pp-button-social-login .ppsc-microsoft.nitro-lazy {
	background-image: none !important;
}

a.pp-button-social-login .ppsc-amazon {
	background-image: url("https://cdn-iledobg.nitrocdn.com/nUMJQupotEobUubTntJIMQWffnOrMPdx/assets/images/optimized/rev-f5ecbee/getflex.com/wp-content/plugins/wp-user-avatar/assets/images/social-login/amazon.svg");
}

a.pp-button-social-login .ppsc-amazon.nitro-lazy {
	background-image: none !important;
}

a.pp-button-social-login .ppsc-yahoo {
	background-image: url("https://cdn-iledobg.nitrocdn.com/nUMJQupotEobUubTntJIMQWffnOrMPdx/assets/images/optimized/rev-f5ecbee/getflex.com/wp-content/plugins/wp-user-avatar/assets/images/social-login/yahoo.svg");
}

a.pp-button-social-login .ppsc-yahoo.nitro-lazy {
	background-image: none !important;
}

a.pp-button-social-login .ppsc-wordpresscom {
	background-image: url("https://cdn-iledobg.nitrocdn.com/nUMJQupotEobUubTntJIMQWffnOrMPdx/assets/images/optimized/rev-f5ecbee/getflex.com/wp-content/plugins/wp-user-avatar/assets/images/social-login/wpcom.svg");
}

a.pp-button-social-login .ppsc-wordpresscom.nitro-lazy {
	background-image: none !important;
}

a.pp-button-social-login .ppsc-facebook {
	background-image: url("https://cdn-iledobg.nitrocdn.com/nUMJQupotEobUubTntJIMQWffnOrMPdx/assets/images/optimized/rev-f5ecbee/getflex.com/wp-content/plugins/wp-user-avatar/assets/images/social-login/facebook.svg");
}

a.pp-button-social-login .ppsc-facebook.nitro-lazy {
	background-image: none !important;
}

a.pp-button-social-login .ppsc-twitter {
	background-image: url("https://cdn-iledobg.nitrocdn.com/nUMJQupotEobUubTntJIMQWffnOrMPdx/assets/images/optimized/rev-f5ecbee/getflex.com/wp-content/plugins/wp-user-avatar/assets/images/social-login/x.svg");
}

a.pp-button-social-login .ppsc-twitter.nitro-lazy {
	background-image: none !important;
}

a.pp-button-social-login .ppsc-linkedin {
	background-image: url("https://cdn-iledobg.nitrocdn.com/nUMJQupotEobUubTntJIMQWffnOrMPdx/assets/images/optimized/rev-f5ecbee/getflex.com/wp-content/plugins/wp-user-avatar/assets/images/social-login/linkedin.svg");
}

a.pp-button-social-login .ppsc-linkedin.nitro-lazy {
	background-image: none !important;
}

a.pp-button-social-login .ppsc-github {
	background-image: url("https://cdn-iledobg.nitrocdn.com/nUMJQupotEobUubTntJIMQWffnOrMPdx/assets/images/optimized/rev-f5ecbee/getflex.com/wp-content/plugins/wp-user-avatar/assets/images/social-login/github-fa.svg");
}

a.pp-button-social-login .ppsc-github.nitro-lazy {
	background-image: none !important;
}

.pp-form-container *, .pp-form-container .pp-form-wrapper, .pp-form-container .pp-form-wrapper * {
	box-sizing: border-box;
}

html .pp-form-container .select2 input.select2-search__field {
	border: 0 !important;
}

.pp-form-container form input[type=submit] {
	-webkit-appearance: none !important;
}

.pp-form-container form {
	background-color: rgba(0, 0, 0, 0);
	margin: 0;
	padding: 0;
}

.woocommerce .woocommerce-MyAccount-content .pp-form-container {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.pp-form-container form input, .pp-form-container form select, .pp-form-container form textarea {
	float: none;
	height: auto;
	box-shadow: none;
	text-shadow: none;
	text-transform: none;
	resize: vertical;
	background-image: none;
	outline: none;
	text-decoration: none;
	position: static;
}

.pp-form-container form input.nitro-lazy, .pp-form-container form select.nitro-lazy, .pp-form-container form textarea.nitro-lazy {
	background-image: none !important;
}

.pp-form-container form p {
	margin: 0 0 .5em;
}

.pp-form-container form input[type=submit] {
	cursor: pointer;
	text-shadow: none;
}

.pp-form-container form input[type=submit]:focus {
	outline: 0;
}

.pp-form-container .pp-user-avatar {
	text-align: center !important;
	border-radius: 50% !important;
	margin: 0 auto 10px !important;
	display: block !important;
}

.pp-form-container img.pp-user-cover-image {
	width: 100% !important;
	height: auto !important;
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content input[type=checkbox], #profilepress-myaccount-wrapper .profilepress-myaccount-content input[type=radio], .pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=checkbox], .pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=radio] {
	color: #555 !important;
	clear: none !important;
	cursor: pointer !important;
	text-align: center !important;
	vertical-align: middle !important;
	-webkit-appearance: none !important;
	background: #fff !important;
	border: 1px solid #7e8993 !important;
	border-radius: 4px !important;
	outline: 0 !important;
	width: 16px !important;
	height: 16px !important;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 0 !important;
	transition: border-color 50ms ease-in-out !important;
	display: inline-block !important;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1) !important;
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content input[type=radio], .pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=radio] {
	border-radius: 50% !important;
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content input[type=checkbox]:checked:before, .pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=checkbox]:checked:before {
	position: static;
	content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23000000%27%2F%3E%3C%2Fsvg%3E") !important;
	width: 20px !important;
	height: 20px !important;
	margin: -3px 0 0 -4px !important;
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content input[type=radio]:checked:before, .pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=radio]:checked:before {
	content: "";
	background-color: #000 !important;
	border-radius: 50% !important;
	width: 8px !important;
	height: 8px !important;
	margin: 3px !important;
	line-height: 1.14286 !important;
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content input[type=checkbox]:checked:before, #profilepress-myaccount-wrapper .profilepress-myaccount-content input[type=radio]:checked:before, .pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=checkbox]:checked:before, .pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=radio]:checked:before {
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: none;
	float: left !important;
	vertical-align: middle !important;
	display: inline-block !important;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch, .pp-form-container .pp-form-wrapper.ppBuildScratch * {
	font-family: Merriweather, sans-serif;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .ppbs-headline, .pp-form-container .pp-form-wrapper.ppBuildScratch h1, .pp-form-container .pp-form-wrapper.ppBuildScratch h2, .pp-form-container .pp-form-wrapper.ppBuildScratch h3, .pp-form-container .pp-form-wrapper.ppBuildScratch h4 {
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 20px;
	font-weight: 700;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .ppbs-headline {
	text-align: center;
	margin-top: 0;
	margin-right: 6.387%;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch input:disabled {
	opacity: .5;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch {
	color: #222;
	background: #fff;
	border-radius: 3px;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	padding: 6% 0 6% 6%;
	font-size: 14px;
	position: relative;
	box-shadow: 0 0 0 .5px rgba(0, 20, 40, .1), 0 2px 8px rgba(50, 55, 90, .2);
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppf-remove-frame {
	box-shadow: none;
	border-radius: 0;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap, .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-submit-button-wrap {
	vertical-align: top;
	width: 100%;
	padding: 0 6.387% 4% 0;
	display: inline-block;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-submit-button-wrap {
	padding-bottom: 0;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap .pp-form-label-wrap {
	margin: 0 0 5px;
	padding: 0;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-reveal .pp-form-field-description {
	display: none;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-reveal .pp-form-field-input-textarea-wrap .pp-form-field:focus~.pp-form-field-description {
	display: block;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-standard .ppress-hint-tooltip, .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-reveal .ppress-hint-tooltip, .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-tooltip .pp-form-field-description {
	display: none;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-tooltip .ppress-hint-tooltip {
	font-weight: 400;
	display: inline;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-tooltip .ppress-hint-tooltip .pp-form-material-icons {
	vertical-align: top;
	margin: 0;
	padding: 0;
	font-size: 110%;
	display: inline;
	position: relative;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fld-inside {
	position: relative;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fld-inside .pp-form-label-wrap {
	z-index: 2;
	position: absolute;
	top: 5px;
	left: 15px;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap.fld-inside .pp-form-label-wrap {
	left: 0 !important;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fld-inside .pp-form-field-input-textarea-wrap .pp-form-field {
	padding-top: 18px;
	padding-bottom: 2px;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-medium .pp-form-field-wrap.fld-inside .pp-form-field-input-textarea-wrap .pp-form-field {
	padding-top: 23px;
	padding-bottom: 7px;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-large .pp-form-field-wrap.fld-inside .pp-form-field-input-textarea-wrap .pp-form-field {
	padding-top: 30px;
	padding-bottom: 10px;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fw-half {
	width: 50%;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fw-third {
	width: 33.3333%;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap input:not([type=radio]):not([type=checkbox]), .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap select, .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap textarea {
	color: #69717a;
	background: #fff;
	border: 1px solid #dbdbdb;
	border-radius: 0;
	width: 100%;
	min-height: 40px;
	margin: 0;
	padding: 10px 15px;
	font-size: 14px;
	line-height: 1.3;
	transition: all .35s;
	display: inline-block;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap textarea {
	height: 100px;
	overflow: auto;
}

.pp-form-field-wrap .pp-form-material-icons {
	cursor: text;
	width: 24px;
	height: 24px;
	margin: 8px 12px 0 0;
	position: absolute;
	top: 0;
	right: 0;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfia-right .pp-form-field-wrap.field-has-icon input, .pp-form-container .pp-form-wrapper.ppBuildScratch.ppfia-right .pp-form-field-wrap.field-has-icon textarea {
	padding-right: 40px;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfia-left .pp-form-field-wrap.field-has-icon input, .pp-form-container .pp-form-wrapper.ppBuildScratch.ppfia-left .pp-form-field-wrap.field-has-icon textarea {
	padding-left: 40px;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material.ppfia-left .pp-form-field-wrap.field-has-icon input, .pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material.ppfia-left .pp-form-field-wrap.field-has-icon textarea {
	padding-left: 30px !important;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material.ppfia-right .pp-form-field-wrap.field-has-icon input, .pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material.ppfia-right .pp-form-field-wrap.field-has-icon textarea {
	padding-right: 30px !important;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfia-left .pp-form-field-wrap .pp-form-material-icons {
	margin-left: 12px;
	left: 0;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material.ppfia-left .pp-form-field-wrap .pp-form-material-icons {
	margin-left: 0 !important;
	left: 0 !important;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material.ppfia-right .pp-form-field-wrap .pp-form-material-icons {
	margin-right: 0 !important;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-medium .pp-form-field-wrap .pp-form-material-icons {
	margin-top: 10px;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-large .pp-form-field-wrap .pp-form-material-icons {
	margin-top: 18px;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .has-password-visibility-icon .pp-form-material-icons {
	cursor: pointer;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-pill .pp-form-field-wrap input:not([type=radio]):not([type=checkbox]), .pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-pill .pp-form-field-wrap select, .pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-pill .pp-form-field-wrap textarea {
	border-radius: 25px !important;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-round .pp-form-field-wrap input:not([type=radio]):not([type=checkbox]), .pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-round .pp-form-field-wrap select, .pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-round .pp-form-field-wrap textarea {
	border-radius: 6px !important;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap input:not([type=radio]):not([type=checkbox]), .pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap select, .pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap .select2.select2-container, .pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap textarea {
	border: 0 !important;
	border-bottom: 1px solid #dbdbdb !important;
	padding-left: 0 !important;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap span.select2-selection.select2-selection--multiple {
	border: 0 !important;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap input[type=text]:focus, .pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap select:focus, .pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap textarea:focus {
	box-shadow: none !important;
	border-top: 0 !important;
	border-left: 0 !important;
	border-right: 0 !important;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-flat .pp-form-field-wrap input:not([type=radio]):not([type=checkbox]), .pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-flat .pp-form-field-wrap select, .pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-flat .pp-form-field-wrap .select2-selection, .pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-flat .pp-form-field-wrap textarea {
	background: #f7f7f7 !important;
	border: 0 !important;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-medium .pp-form-field-wrap input, .pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-medium .pp-form-field-wrap select {
	padding-top: 15px;
	padding-bottom: 15px;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-medium .pp-form-field-wrap textarea {
	height: 150px;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-large .pp-form-field-wrap input, .pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-large .pp-form-field-wrap select {
	padding-top: 20px;
	padding-bottom: 20px;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-large .pp-form-field-wrap textarea {
	height: 200px;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap input[type=text]:focus, .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap select:focus, .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap textarea:focus {
	border: 1px solid #999;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap .pp-form-label-wrap .pp-form-label, .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap .ppform-remember-label {
	float: none;
	color: #444;
	background-color: rgba(0, 0, 0, 0);
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.3;
	display: block;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap .ppform-remember-label {
	display: inline-block;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppf-hide-asterisk .pp-form-required-label {
	display: none;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-submit-button-wrap input[type=submit] {
	color: #fff;
	text-align: center;
	background: #000;
	border: none;
	width: auto;
	min-width: 110px;
	padding: 15px 10px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	transition: all .15s ease-in-out;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-medium .pp-form-submit-button-wrap input[type=submit], .pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-large .pp-form-submit-button-wrap input[type=submit] {
	padding-top: 20px;
	padding-bottom: 20px;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbl-pill .pp-form-submit-button-wrap input[type=submit] {
	border-radius: 25px !important;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbl-round .pp-form-submit-button-wrap input[type=submit] {
	border-radius: 6px !important;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-submit-button-wrap input[type=submit]:hover, .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-submit-button-wrap input[type=submit]:focus {
	color: #000;
	background-color: #ededed;
	text-decoration: none;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-checkbox-wrap, .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-radio-wrap {
	margin: 0 0 5px;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-checkboxes-container {
	margin: 0;
	padding: 0;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-checkbox-wrap:last-of-type, .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-radio-wrap:last-of-type {
	margin-bottom: 0;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-description {
	color: #666;
	text-align: left;
	margin: 4px 0 0;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbw-wide .pp-form-submit-button-wrap input[type=submit] {
	width: 100%;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbw-full-width .pp-form-submit-button-wrap {
	margin-top: 4%;
	margin-bottom: 4%;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbw-full-width .pp-form-submit-button-wrap input[type=submit] {
	margin: 0;
	display: block;
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
	width: 100% !important;
	position: absolute !important;
	bottom: 0 !important;
	left: 0 !important;
	right: 0 !important;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbw-full-width.ppsbl-pill {
	border-bottom-right-radius: 25px !important;
	border-bottom-left-radius: 25px !important;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbw-full-width.ppsbl-round {
	border-bottom-right-radius: 6px !important;
	border-bottom-left-radius: 6px !important;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch a.pp-button-social-login:last-of-type {
	margin-bottom: 1.5em !important;
}

#profilepress-myaccount-wrapper, #profilepress-myaccount-wrapper *, #profilepress-myaccount-wrapper :after, #profilepress-myaccount-wrapper :before {
	box-sizing: border-box;
}

#profilepress-myaccount-wrapper {
	font-size: 16px;
}

#profilepress-myaccount-wrapper .profilepress-myaccount-row {
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	display: flex;
}

#profilepress-myaccount-wrapper .profilepress-myaccount-nav {
	flex-direction: column;
	margin-bottom: 0;
	padding-left: 0;
	display: flex;
}

#profilepress-myaccount-wrapper .ppmyac-dashboard-item {
	width: 100%;
	text-align: inherit;
	box-shadow: none;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .13);
	margin-bottom: -1px;
	padding: .75em 1.25em;
	display: block;
	position: relative;
	text-decoration: none !important;
}

#profilepress-myaccount-wrapper .ppmyac-dashboard-item.isactive {
	z-index: 2;
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}

#profilepress-myaccount-wrapper .ppmyac-dashboard-item:first-child {
	border-top-left-radius: .25em;
	border-top-right-radius: .25em;
}

#profilepress-myaccount-wrapper .ppmyac-dashboard-item:last-child {
	border-bottom-right-radius: .25em;
	border-bottom-left-radius: .25em;
	margin-bottom: 0;
}

#profilepress-myaccount-wrapper .ppmyac-icons {
	vertical-align: text-bottom;
	margin-right: .5em;
}

#profilepress-myaccount-wrapper .profilepress-myaccount-col-sm-3 {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}

@media (min-width:576px) {
	#profilepress-myaccount-wrapper .profilepress-myaccount-col-sm-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content {
	width: 100%;
	padding-top: 30px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}

@media (min-width:576px) {
	#profilepress-myaccount-wrapper .profilepress-myaccount-content {
		flex: 0 0 75%;
		max-width: 75%;
	}
}

#profilepress-myaccount-wrapper .profilepress-myaccount-avatar-wrap {
	text-align: center;
	margin-bottom: 20px;
}

#profilepress-myaccount-wrapper .profilepress-myaccount-avatar-wrap .profilepress-myaccount-avatar img.pp-user-avatar {
	border-radius: 999px;
	width: 120px;
	height: 120px;
	display: inline-block;
	float: none !important;
	margin: 0 !important;
	position: static !important;
}

#profilepress-myaccount-wrapper .profilepress-myaccount-nav a:focus {
	text-shadow: none;
	box-shadow: none;
	outline: none;
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content h2, #profilepress-myaccount-wrapper .profilepress-myaccount-content h3 {
	margin-top: 0 !important;
	margin-bottom: 1em !important;
	font-size: 2em !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-submenus-wrap {
	margin-bottom: 2em;
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-submenu-wrap {
	padding-right: 1em;
	display: inline;
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-submenu-item {
	color: inherit;
	padding: 0 0 10px;
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-submenu-item.ppsubmenu-active {
	border-bottom: 3px solid #6c757d;
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content h3 {
	margin-bottom: 1em !important;
	font-size: 1.2em !important;
	font-weight: 500 !important;
}

.profilepress-myaccount-alert, .profilepress-myaccount-edit-profile .profilepress-edit-profile-status {
	border-radius: .25em;
	position: relative;
	border: 1px solid rgba(0, 0, 0, 0) !important;
	margin-bottom: 1em !important;
	padding: .75em 1.25em !important;
}

.profilepress-myaccount-alert.pp-alert-danger, .profilepress-myaccount-edit-profile .profilepress-edit-profile-status {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}

.profilepress-myaccount-alert.pp-alert-success, .profilepress-myaccount-edit-profile .profilepress-edit-profile-status.success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-field {
	margin-top: .5em;
	margin-bottom: 1em;
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-cover-image-empty {
	background-color: #eee;
	min-height: 250px;
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-delete-cover-image-wrap {
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .13);
	border-radius: .25em;
	margin-bottom: 0;
	padding: .75em;
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-delete-cover-image-wrap img {
	width: 100%;
	height: auto;
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-email-notifications-wrap .profilepress-myaccount-form-field {
	margin-top: .5em;
	margin-bottom: .5em;
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-email-notifications-wrap {
	margin-bottom: 2em;
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-field label {
	margin-bottom: .2em;
	font-weight: 500;
	display: block;
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-field input[type=radio]+label, #profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-field input[type=checkbox]+label {
	display: inline;
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .profilepress-myaccount-form-control:not([type=radio]):not([type=checkbox]), #profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap input:not([type=radio]):not([type=checkbox]):not([type=submit]), #profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap textarea, #profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap select {
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25em;
	width: 100%;
	height: calc(2.25em + 2px);
	padding: .375em .75em;
	font-size: 1em;
	font-weight: 400;
	line-height: 1.5;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	display: block;
	overflow: visible;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .13);
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap textarea {
	resize: vertical !important;
	height: auto !important;
	min-height: 100px !important;
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content input.profilepress-myaccount-form-control:focus, #profilepress-myaccount-wrapper .profilepress-myaccount-content textarea.profilepress-myaccount-form-control:focus, #profilepress-myaccount-wrapper .profilepress-myaccount-content select.profilepress-myaccount-form-control:focus {
	box-shadow: none;
	background-color: #fff;
	border-color: #bbb;
	outline: 0;
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .profilepress-myaccount-form-field input[type=submit] {
	cursor: pointer;
	width: auto;
	display: inline-block;
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .profilepress-myaccount-form-field input[type=submit]:hover {
	color: #fff;
	background-color: #0069d9;
	border-color: #0062cc;
	text-decoration: none;
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .ppmyac-custom-file {
	width: 100%;
	height: calc(2.25em + 2px);
	margin-bottom: 0;
	display: inline-block;
	position: relative;
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .ppmyac-custom-file-input {
	z-index: 2;
	opacity: 0;
	width: 100%;
	height: calc(2.25em + 2px);
	margin: 0;
	position: relative;
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .ppmyac-custom-file-label {
	z-index: 1;
	color: #495057;
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: .25em;
	height: calc(2.25em + 2px);
	padding: .375em .75em;
	font-weight: 400;
	line-height: 1.5;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .ppmyac-custom-file-label:after {
	box-sizing: border-box;
	z-index: 3;
	color: #495057;
	content: "Browse";
	border-left: inherit;
	background-color: #e9ecef;
	border-radius: 0 .25em .25em 0;
	height: 2.25em;
	padding: .375em .75em;
	line-height: 1.5;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .ppmyac-custom-file-input~.ppmyac-custom-file-label[data-browse]:after {
	content: attr(data-browse);
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-field .pp-checkbox-wrap label.pp-form-label, #profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-field .pp-radio-wrap label.pp-form-label {
	margin: 0 0 0 .381982em;
	display: inline-block;
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-delete-avatar-wrap {
	flex-direction: column;
	margin: 1em 0 0;
	padding-left: 0;
	display: flex;
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-delete-avatar {
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .13);
	border-radius: .25em;
	margin-bottom: 0;
	padding: .75em 1.25em;
	position: relative;
	justify-content: space-between !important;
	display: flex !important;
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .pp-user-avatar {
	object-fit: cover;
	object-position: center;
	border-radius: 50%;
	width: 70px;
	height: 70px;
	min-height: 100%;
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .ppmyac-remove-avatar {
	color: #fff;
	text-align: center;
	vertical-align: middle;
	height: 35px;
	text-shadow: none;
	cursor: pointer;
	-webkit-user-select: none;
	user-select: none;
	background-color: #6c757d;
	border: 1px solid #6c757d;
	border-radius: .2em;
	padding: .25em .5em;
	font-size: .875em;
	font-weight: 400;
	line-height: 1.5;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	display: inline-block;
	margin-top: .5em !important;
	margin-bottom: .5em !important;
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-delete-cover-image-wrap .ppmyac-remove-avatar {
	margin-top: .75em !important;
	margin-bottom: 0 !important;
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content input.profilepress-myaccount-form-control::-webkit-file-upload-button {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 6px;
	font-size: 14px;
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .select2-selection {
	border-radius: .25em;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .13);
}

.ppress-2fa-setup-wrap .ppmyac-2fa-recovery-codes-wrap {
	text-align: center;
	width: 250px;
}

.pp-form-container .pp-field-user-avatar-picture-wrap {
	width: 250px;
	height: auto;
	margin: auto;
	position: relative;
}

.pp-form-container .pp-field-user-cover-image-wrap {
	margin: auto;
	position: relative;
}

.pp-field-user-avatar-picture-wrap:hover .pp-profile-avatar-overlay-wrap, .pp-field-user-cover-image-wrap:hover .pp-cover-image-overlay-wrap {
	text-align: center;
	box-sizing: border-box;
	color: #fff;
	text-shadow: 0 1px #666;
	background: rgba(0, 0, 0, .5);
	border-radius: 50%;
	width: 100%;
	height: 100%;
	padding: 0;
	font-size: 16px;
	line-height: 21px;
	position: absolute;
	top: 0;
	left: 0;
}

.pp-field-user-cover-image-wrap:hover .pp-cover-image-overlay-wrap {
	border-radius: 0;
}

.pp-field-user-avatar-picture-wrap:hover .pp-profile-avatar-overlay, .pp-field-user-cover-image-wrap:hover .pp-cover-image-overlay {
	width: 100%;
	height: 100%;
	display: table;
}

.pp-field-user-avatar-picture-wrap .pp-profile-avatar-overlay ins, .pp-field-user-cover-image-wrap .pp-cover-image-overlay ins {
	display: none;
}

.pp-field-user-avatar-picture-wrap:hover .pp-profile-avatar-overlay ins, .pp-field-user-cover-image-wrap:hover .pp-cover-image-overlay ins {
	vertical-align: middle;
	height: 100%;
	display: table-cell;
	color: #fff !important;
	background: 0 0 !important;
	border-bottom: none !important;
	text-decoration: none !important;
}

.pp-field-user-avatar-picture-wrap:hover .pp-profile-avatar-overlay-wrap .pp-profile-avatar-overlay .pp-form-material-icons, .pp-field-user-cover-image-wrap:hover .pp-cover-image-overlay-wrap .pp-cover-image-overlay .pp-form-material-icons {
	cursor: pointer;
	color: #fff !important;
	width: auto !important;
	height: auto !important;
	margin: 0 !important;
	font-size: 35px !important;
	display: block !important;
	position: static !important;
	top: auto !important;
	right: auto !important;
}

html .select2.select2-container .select2-selection.select2-selection--multiple input.select2-search__field {
	border: 0 !important;
	height: auto !important;
}

.select2.select2-container .select2-selection.select2-selection--multiple input.select2-search__field {
	box-shadow: none !important;
	border: 0 !important;
}

.select2.select2-container .select2-selection.select2-selection--multiple li.select2-selection__choice {
	height: auto;
	line-height: normal;
}

.pp-form-wrapper.pp-member-directory {
	opacity: 0;
}

.pp-form-wrapper.ppress-default-profile {
	box-sizing: border-box;
	color: #666;
	opacity: 0;
	width: 100%;
	max-width: 1000px;
	margin-bottom: 30px;
	font-size: 15px;
}

.pp-form-wrapper.ppress-default-profile * {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	box-sizing: border-box;
}

.pp-form-wrapper.ppress-default-profile a, .pp-form-wrapper.ppress-default-profile a:hover {
	text-decoration: none !important;
}

.pp-form-wrapper.ppress-default-profile .ppress-default-profile-cover {
	box-sizing: border-box;
	background-color: #eee;
	position: relative;
}

.pp-form-wrapper.ppress-default-profile .ppress-default-profile-cover-e {
	text-align: center;
	overflow: hidden;
}

.pp-form-wrapper.ppress-default-profile .ppress-default-profile-cover-e img {
	border-radius: 0;
	width: 100%;
	margin: 0;
	display: block;
	overflow: hidden;
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-header {
	box-sizing: content-box;
	border-bottom: 2px solid #eee;
	min-height: 85px;
	padding: 0 0 25px;
	position: relative;
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-headericon {
	vertical-align: middle;
	z-index: 66;
	height: 30px;
	margin-right: 10px;
	font-size: 30px;
	line-height: 30px;
	position: absolute;
	top: 15px;
	right: 0;
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-headericon .ppress-dpf-edit-a .ppress-material-icons {
	font-size: 30px;
}

.pp-form-wrapper.ppress-default-profile a.ppress-dpf-edit-a {
	color: #aaa;
	border-bottom: 0;
	text-decoration: none;
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-headericon a:hover, .pp-form-wrapper.ppress-default-profile a.ppress-dpf-edit-a.active {
	color: #007bff;
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-photo {
	float: left;
	box-sizing: border-box;
	width: 200px;
	height: 200px;
	margin: 0 0 0 30px;
	position: absolute;
}

.pp-form-wrapper.ppress-default-profile.ppdf-nocover .ppress-dpf-profile-photo {
	position: relative;
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-photo img {
	width: 100%;
	height: auto;
	box-shadow: none;
	background: #fff;
	border: 5px solid #fff;
	border-radius: 100%;
	margin: 0;
	display: block;
	overflow: hidden;
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-meta {
	-ms-word-break: break-all;
	word-break: break-word;
	word-wrap: break-word;
	padding-right: 30px;
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-main-meta {
	color: #999;
	padding: 10px 0 0;
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-name {
	color: #555;
	margin-right: 30px;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.7em;
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-clear {
	clear: both;
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-meta span {
	margin: 0 5px;
	font-size: 14px;
	line-height: .1;
	display: inline-block;
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-meta span:first-child {
	margin: 0 5px 0 0;
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-meta-text {
	margin: 5px 0 0;
	font-size: 13px;
	line-height: 1.4em;
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-nav {
	text-align: center;
	background: #444;
	padding: 10px;
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-nav-item a {
	color: #fff;
	float: left;
	border-bottom: 0;
	border-radius: 4px;
	margin-left: 5px;
	padding: 6px 10px 6px 28px;
	font-size: 14px;
	font-weight: 600;
	display: block;
	position: relative;
	text-decoration: none !important;
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-nav-item a:hover {
	background: #555;
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-nav-item .ppress-material-icons {
	height: 18px;
	font-size: 18px;
	line-height: 1.5;
	display: block;
	position: absolute;
	left: 10px;
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-nav-item span.ppress-dpf-nav-title {
	padding-left: 5px;
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-nav-item.ppress-dpf-active a {
	background: #007bff;
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-body {
	max-width: 600px;
	margin: auto;
	padding-top: 15px;
	padding-bottom: 15px;
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-note, .pp-form-wrapper.ppress-default-profile .pp-user-comment-no-item {
	text-align: center;
	color: #666;
	padding-top: 20px;
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-note .ppress-material-icons {
	height: 70px;
	font-size: 70px;
	line-height: 70px;
	display: inline-block;
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-note span, .pp-form-wrapper.ppress-default-profile .pp-user-comment-no-item span {
	color: #888;
	margin-top: 10px;
	font-size: 16px;
	display: block;
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-note a {
	border: none !important;
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-body-items {
	margin: 0 0 30px;
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-body-item {
	padding: 15px 0 0;
	position: relative;
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-item-label {
	border-bottom: 2px solid #eee;
	margin: 0 0 8px;
	padding-bottom: 4px;
	font-size: 15px;
	font-weight: 700;
	line-height: 22px;
	display: block;
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-field-label-icon {
	float: left;
	text-align: center;
	width: 24px;
	height: 22px;
	margin: 0 8px 0 0;
	line-height: 18px;
	display: inline-block;
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-field-label-icon i {
	font-size: 22px;
	position: relative;
	top: 1px;
}

.pp-form-wrapper.ppress-default-profile .ppdf-nocover .ppress-dpf-profile-photo {
	float: none;
	text-align: center;
	margin: 0 auto;
	position: relative;
}

.pp-form-wrapper.ppress-default-profile .ppdf-nocover .ppress-dpf-profile-meta {
	text-align: center !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.ppress-default-profile.ppressui340 .ppress-dpf-profile-nav {
	padding: 0 !important;
}

.ppress-default-profile.ppressui340 .ppress-dpf-profile-nav-item a {
	border-radius: 0 !important;
	margin-left: 0 !important;
	padding: 10px 16px !important;
}

.ppress-dpf-profile-nav-item.ppressui340 .ppress-dpf-profile-body {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.ppress-default-profile.ppressui340.ppdf-nocover .ppress-dpf-header .ppress-dpf-profile-photo {
	position: static !important;
	top: auto !important;
	left: auto !important;
}

.ppress-default-profile.ppressui340 .ppress-dpf-header .ppress-dpf-profile-meta {
	text-align: center !important;
	margin-top: -30px !important;
	padding: 0 !important;
}

.ppress-default-profile.ppressui340.ppdf-nocover .ppress-dpf-header .ppress-dpf-profile-meta {
	padding-top: 0 !important;
}

.ppress-default-profile.ppressui340 .ppress-dpf-header .ppress-dpf-name {
	float: none !important;
	margin-right: 0 !important;
	font-size: 18px !important;
}

.ppress-default-profile.ppressui340 .ppress-dpf-header .ppress-dpf-meta-text {
	padding: 0 20px !important;
}

.ppress-default-profile.ppressui340 .ppress-dpf-profile-photo {
	float: none !important;
	text-align: center !important;
	width: 100px !important;
	height: 100px !important;
	margin: 0 auto !important;
	position: relative !important;
	top: -40px !important;
	left: auto !important;
}

.ppress-default-profile.ppressui340.ppdf-nocover .ppress-dpf-header .ppress-dpf-profile-photo {
	width: 120px !important;
	height: 120px !important;
}

.ppress-default-profile.ppressui340 .ppress-dpf-nav-title {
	font-size: 12px !important;
}

.ppress-default-profile.ppressui340 .ppress-dpf-profile-nav-item .ppress-material-icons {
	height: 20px !important;
	font-size: 20px !important;
	line-height: 20px !important;
	display: block !important;
	position: static !important;
	top: auto !important;
	left: auto !important;
}

.ppress-default-profile.ppressui340.ppdf-nocover .ppress-dpf-header .ppress-dpf-profile-meta {
	margin-top: 0 !important;
}

.ppress-default-profile.ppressui500 .ppress-dpf-profile-nav {
	padding: 0 !important;
}

.ppress-default-profile.ppressui500 .ppress-dpf-profile-nav-item a {
	border-radius: 0 !important;
	margin-left: 0 !important;
	padding: 10px 16px !important;
}

.ppress-default-profile.ppressui500 .ppress-dpf-profile-nav-item i {
	height: 22px !important;
	font-size: 22px !important;
	line-height: 22px !important;
	display: block !important;
	position: static !important;
	top: auto !important;
	left: auto !important;
}

.ppress-default-profile.ppressui500 .ppress-dpf-profile-body {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.ppress-default-profile.ppressui500.ppdf-nocover .ppress-dpf-header .ppress-dpf-profile-photo {
	width: 120px !important;
	height: 120px !important;
	position: static !important;
	top: auto !important;
	left: auto !important;
}

.ppress-default-profile.ppressui500 .ppress-dpf-profile-photo {
	float: none !important;
	width: 100px !important;
	height: 100px !important;
	margin: 0 auto !important;
	display: block !important;
	position: relative !important;
	top: -40px !important;
	left: 0 !important;
}

.ppress-default-profile.ppressui500 .ppress-dpf-header .ppress-dpf-profile-meta {
	text-align: center !important;
	margin-top: -30px !important;
	padding: 0 !important;
}

.ppress-default-profile.ppressui500 .ppress-dpf-header .ppress-dpf-name {
	float: none !important;
	margin-right: 0 !important;
	font-size: 21px !important;
}

.ppress-default-profile.ppressui500 .ppress-dpf-header .ppress-dpf-meta-text {
	padding-top: 10px !important;
}

.ppress-default-profile.ppressui500 .ppress-dpf-header .ppress-dpf-meta {
	padding: 0 20px !important;
	display: block !important;
}

.ppress-default-profile.ppressui500 .ppress-dpf-nav-title {
	font-size: 12px !important;
}

.ppress-default-profile.ppressui500 .ppress-dpf-profile-nav-item .ppress-material-icons {
	height: 20px !important;
	font-size: 20px !important;
	line-height: 20px !important;
	display: block !important;
	position: static !important;
	top: auto !important;
	left: auto !important;
}

.ppress-default-profile.ppressui500.ppdf-nocover .ppress-dpf-header .ppress-dpf-profile-meta {
	margin-top: 0 !important;
}

.ppress-default-profile.ppressui800 .ppress-dpf-profile-nav {
	padding: 0 !important;
}

.ppress-default-profile.ppressui800 .ppress-dpf-profile-nav-item a {
	border-radius: 0 !important;
	margin-left: 0 !important;
	padding: 10px 20px !important;
}

.ppress-default-profile.ppressui800 .ppress-dpf-profile-photo {
	width: 140px !important;
	height: 140px !important;
	top: -70px !important;
}

.ppress-default-profile.ppressui800.ppdf-nocover .ppress-dpf-header .ppress-dpf-profile-photo {
	top: auto !important;
}

.ppress-default-profile.ppressui800 .ppress-dpf-header .ppress-dpf-meta-text {
	padding-top: 10px !important;
}

.ppress-default-profile.ppressui800 .ppress-dpf-nav-title {
	font-size: 12px !important;
}

.ppress-default-profile.ppressui800 .ppress-dpf-profile-nav-item .ppress-material-icons {
	height: 20px !important;
	font-size: 20px !important;
	line-height: 20px !important;
	display: block !important;
	position: static !important;
	top: auto !important;
	left: auto !important;
}

.ppress-default-profile.ppressui960 .ppress-dpf-profile-photo {
	width: 140px !important;
	height: 140px !important;
	top: -70px !important;
}

.ppress-default-profile.ppressui960.ppdf-nocover .ppress-dpf-profile-meta {
	margin-top: -50px !important;
}

.ppress-default-profile.ppressui340 .ppress-dpf-profile-nav-item a, .ppress-default-profile.ppressui500 .ppress-dpf-profile-nav-item a {
	padding: 5px 11px !important;
	font-size: 12px !important;
}

.ppress-default-profile.ppressui340 .ppress-dpf-profile-nav-item .ppress-material-icons, .ppress-default-profile.ppressui500 .ppress-dpf-profile-nav-item .ppress-material-icons {
	font-size: 14px !important;
}

.ppress-default-profile.ppressui340 span.ppress-dpf-nav-title, .ppress-default-profile.ppressui500 span.ppress-dpf-nav-title {
	font-size: 10px !important;
}

.pp-form-wrapper.ppress-default-profile ul.pp-user-post-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.pp-form-wrapper.ppress-default-profile li.pp-user-post-item {
	border-bottom: 1px solid #eee;
	padding: 20px 0;
}

.pp-form-wrapper.ppress-default-profile .pp-user-post-item a, .pp-form-wrapper.ppress-default-profile .pp-user-post-item h3 {
	margin: 0;
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
}

.pp-form-wrapper.ppress-default-profile .pp-user-post-item h3.pp-post-item-head {
	line-height: 20px;
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-more-post-wrap {
	text-align: center;
	padding-top: 30px;
}

.pp-form-wrapper.ppress-default-profile a.ppress-dpf-more-post-btn {
	text-align: center;
	text-transform: none;
	color: #fff;
	background: #007bff;
	border: none;
	border-radius: 4px;
	width: 100%;
	max-width: 250px;
	margin: 0 auto;
	padding: 15px;
	font-size: 15px;
	font-weight: 400;
	line-height: 1em;
	text-decoration: none;
	transition: all .25s;
	display: block;
	box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}

.pp-form-wrapper.ppress-default-profile .pp-user-comment-item {
	border-bottom: 1px solid #eee;
	padding: 20px 0;
}

.pp-form-wrapper.ppress-default-profile .pp-user-comment-item-link a {
	color: inherit;
}

.pp-form-wrapper.ppress-default-profile .pp-user-comment-no-item+.ppress-dpf-more-post-wrap {
	display: none;
}

.pp-member-directory .ppressmd-member-directory-header.ppressmd-form {
	flex-flow: column;
	justify-content: flex-start;
	align-items: stretch;
	width: 100%;
	display: flex;
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row:not(.ppressmd-member-directory-filters-bar) {
	flex-flow: row;
	justify-content: flex-start;
	align-items: baseline;
	margin: 0 0 10px;
	display: flex;
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row.ppressmd-member-directory-search-row {
	justify-content: flex-end;
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-search-line {
	flex-flow: row;
	justify-content: flex-start;
	align-items: center;
	width: 60%;
	display: flex;
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-search-line label {
	flex: 1;
	min-width: 90px;
	max-width: 85%;
	margin: 0 10px 0 0;
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-search-line label .ppressmd-search-line {
	-webkit-appearance: textfield;
	background-color: #fff;
	border-radius: 2px;
	width: 100%;
	position: static;
	cursor: text !important;
	box-sizing: border-box !important;
	height: 40px !important;
	box-shadow: none !important;
	outline: none !important;
	margin: 0 !important;
	padding: 0 12px !important;
	font-size: 15px !important;
	display: block !important;
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-search-line .ppressmd-do-search {
	width: auto;
	min-width: 15%;
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line {
	flex-flow: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	display: flex;
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-sorting {
	flex-flow: row;
	flex: 5;
	justify-content: flex-start;
	align-items: baseline;
	display: flex;
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-sorting .ppressmd-member-directory-sorting-a {
	cursor: pointer;
	flex-flow: row;
	justify-content: flex-start;
	align-items: baseline;
	display: flex;
	position: relative;
}

.pp-member-directory .ppressmd-member-directory-header a {
	box-shadow: none;
	border-bottom: none;
	text-decoration: none;
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppress-material-icons {
	vertical-align: middle;
	display: inline;
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-filters {
	text-align: right;
	flex-flow: row;
	flex: 2;
	justify-content: flex-end;
	align-items: baseline;
	display: flex;
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-filters .ppressmd-member-directory-filters-a {
	cursor: pointer;
	flex-flow: row;
	justify-content: flex-start;
	align-items: baseline;
	display: flex;
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-filters .ppressmd-member-directory-filters-a a {
	margin: 0 5px 0 0;
}

.ppressmd-member-directory-header:not(.ppmd-filters-expand) .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-filters .ppressmd-member-directory-filters-a .ppress-up, .ppressmd-member-directory-header.ppmd-filters-expand .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-filters .ppressmd-member-directory-filters-a .ppress-down {
	display: none;
}

.ppressmd-new-dropdown {
	z-index: 10;
	box-sizing: border-box;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	height: auto;
	margin: 0;
	font-size: 16px;
	display: none;
	position: absolute;
	box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .07);
}

.ppressmd-new-dropdown ul {
	margin: 0;
	padding: 0;
}

.ppressmd-new-dropdown ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-sorting .ppressmd-member-directory-sorting-a .ppressmd-new-dropdown {
	width: 200px;
	top: 24px;
	left: -12px;
}

.ppressmd-new-dropdown ul li a {
	padding: 8px 12px;
	line-height: 1;
	display: block;
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row.ppressmd-member-directory-filters-bar {
	padding: 0 0 10px;
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row.ppressmd-header-row-invisible {
	margin: 0;
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-search.ppressmd-search-invisible {
	display: none;
}

.ppressmd-member-directory-header.ppmd-filters-expand .ppressmd-member-directory-header-row .ppressmd-search.ppressmd-search-invisible {
	display: grid;
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-search {
	grid-gap: 10px;
	-ms-grid-template-rows: auto 1fr;
	-ms-grid-template-columns: repeat(3, 1fr);
	-ms-grid-gap: 10px;
	-ms-grid-auto-rows: minmax(max-content, auto);
	grid-template-rows: auto 1fr;
	grid-template-columns: repeat(3, 1fr);
	grid-auto-rows: minmax(max-content, auto);
	align-items: center;
	width: 100%;
	margin: 0;
	display: grid;
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-search .ppressmd-search-filter {
	flex-flow: row;
	justify-content: flex-start;
	align-items: baseline;
	width: 100%;
	display: flex;
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-search .ppressmd-search-filter.ppressmd-text-filter-type input {
	width: 100%;
	padding: 10px 30px;
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-search-line label .ppressmd-search-line, .pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-search .ppressmd-search-filter.ppressmd-text-filter-type input:not(.select2-search__field), .pp-member-directory .ppressmd-member-directory-header .select2.select2-container .select2-selection {
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid #ddd !important;
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-search .ppressmd-search-filter.ppressmd-text-filter-type input, .pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-search-line label .ppressmd-search-line, .pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppress-material-icons, .pp-member-directory .ppressmd-member-directory-header .select2.select2-container .select2-selection__rendered {
	color: #666;
	background-color: rgba(0, 0, 0, 0);
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row input[type=search]:focus {
	border: 1px solid #bbb !important;
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-button {
	text-align: center;
	box-sizing: border-box;
	width: 100%;
	box-shadow: none;
	text-shadow: none;
	-webkit-appearance: none;
	margin: 0;
	font-family: inherit;
	transition: all .25s;
	display: block;
	position: relative;
	overflow: hidden;
	text-transform: none !important;
	vertical-align: middle !important;
	cursor: pointer !important;
	border: none !important;
	border-radius: 4px !important;
	outline: none !important;
	height: auto !important;
	padding: 16px 20px !important;
	font-weight: 400 !important;
	line-height: 1em !important;
	text-decoration: none !important;
}

.pp-member-directory .ppressmd-members-total-wrap {
	text-align: center;
	margin: 0 0 10px;
}

.pp-member-directory .ppressmd-members-total {
	font-size: 20px;
	font-weight: 300;
}

.pp-member-directory .ppressmd-member-directory-header .select2.select2-container {
	width: 100% !important;
}

.pp-member-directory .ppressmd-member-directory-header .select2-search.select2-search--inline .select2-search__field {
	width: auto !important;
}

.pp-member-directory .ppressmd-member-directory-header .select2.select2-container .select2-selection {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	user-select: none;
	height: 40px;
	white-space: nowrap !important;
	text-align: left !important;
	background: 0 0 !important;
	border-radius: 2px !important;
	padding: 0 0 0 12px !important;
	font-size: 15px !important;
	line-height: 35px !important;
	text-decoration: none !important;
	display: block !important;
	position: relative !important;
	overflow: hidden !important;
}

.pp-member-directory .ppressmd-member-directory-header .select2.select2-container .select2-selection .select2-selection__arrow {
	text-align: center !important;
	background: 0 0 !important;
	border-left: 0 !important;
	border-radius: 0 2px 2px 0 !important;
	width: 34px !important;
	height: 100% !important;
	display: inline-block !important;
	position: absolute !important;
	top: 0 !important;
	right: 0 !important;
}

.pp-member-directory .ppressmd-member-directory-header .select2-container.select2-container--open .select2-dropdown {
	border: 1px solid #ddd;
	border-top: 0;
	border-radius: 0;
}

.pp-member-directory .ppressmd-member-directory-header .select2-container.select2-container--open .select2-dropdown .select2-results li {
	cursor: pointer;
	background-image: none;
	font-size: 15px;
	list-style: none;
	display: list-item;
	color: #666 !important;
	min-height: 1em !important;
	margin: 5px !important;
	padding: 3px 7px 4px !important;
}

.pp-member-directory .ppressmd-member-directory-header .select2-container.select2-container--open .select2-dropdown .select2-results li.nitro-lazy {
	background-image: none !important;
}

.pp-member-directory .ppressmd-member-directory-header .select2.select2-container .select2-selection.select2-selection--multiple {
	height: auto !important;
	line-height: .8 !important;
}

.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 37px;
	padding-left: 0 !important;
}

.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--multiple .select2-selection__rendered {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding-right: 30px;
	font-size: 13px;
	line-height: 37px;
	list-style: none;
	padding-left: 0 !important;
}

.pp-member-directory .ppressmd-member-directory-header .select2-results li.select2-results__option.select2-results__option--highlighted {
	color: #666 !important;
	background: #f4f4f4 !important;
}

.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--single .select2-selection__clear, .pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--multiple .select2-selection__clear {
	font-size: 30px;
	right: 10px;
	margin: 0 !important;
}

.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--single .select2-selection__clear, .pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--multiple .select2-selection__clear, .pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--single .select2-selection__arrow b {
	color: #888 !important;
}

.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--multiple .select2-selection__clear {
	position: absolute;
}

.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--multiple .select2-selection__choice {
	padding: 3px 3px 3px 5px;
}

.pp-member-directory .ppressmd-member-directory-header .select2-container .select2-search.select2-search--inline>input {
	border: none !important;
	border-radius: 0 !important;
	padding: 0 !important;
}

.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	text-overflow: ellipsis;
	box-sizing: border-box;
	max-width: 100%;
	overflow-x: hidden;
}

.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--single .select2-selection__clear {
	font-size: 20px !important;
}

.pp-member-directory .ppmd-pagination-wrap {
	text-align: center;
	width: 100%;
	margin: 0 auto 10px;
	padding: 0;
	font-size: 16px;
}

.pp-member-directory .ppmd-pagination-wrap .page-numbers {
	color: #666;
	width: auto;
	height: 34px;
	padding: 0 14px;
	font-weight: 400;
	line-height: 34px;
	transition: all .2s linear;
	display: inline-block;
}

.pp-member-directory .ppmd-pagination-wrap .page-numbers.current {
	color: #fff;
	background: #007bff;
}

.pp-member-directory .ppmd-pagination-wrap .page-numbers .ppress-material-icons {
	vertical-align: middle;
}

.ppress-paywall-message-wrap {
	background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, .5) .5em, #fff 5.5em 100%);
	width: 100%;
	margin: -5em auto 2em;
	padding: 6em 0 0;
	position: relative;
}

.ppress-paywall-message {
	color: #333;
	background-color: #f4f4f4;
	border: 6px solid #fff;
	border-radius: .5em;
	padding: 1.375em;
	box-shadow: 0 0 .5em .25em rgba(0, 0, 0, .13);
}

.ppress-paywall-message p:last-child {
	margin-bottom: 0 !important;
}

p:has(+.ppress-paywall-message-wrap) {
	margin-bottom: 0;
}

.ppress-main-container {
	width: 100%;
}

.ppress-container-div {
	text-align: center;
	background-color: #fff;
	width: 100%;
	margin: 3em 0;
	padding: 3em;
}
