.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}

.wpcf7 .hidden-fields-container {
	display: none;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: 0.5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}
.success_message{
    background: #fff;
    border: 1px solid #c3c4c7;
    border-left-color: rgb(9, 204, 51);
    border-left-width: 1px;
    border-left-width: 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
    margin: 5px 0px 25px;
    padding: 10px 12px;
}

/*.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--lws-sms a::before{
    content: "\f3cd"
}*/

.countryCode_select{
    display: inline-block;
    max-width: 135px;
    /* margin-right: 130px; */
}

.input_phone_sms{
    display: inline-block;
    max-width: 220px;
}

.checkbox_sms_client{
    width: fit-content;
    margin-top: -1px;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
}/**
 * Base styles for Paid Memberships Pro.
 *
 * These styles are core to the plugin and must be loaded for your site to be usable.
 */

/**
 * Root variables
 */
:root {
	--pmpro--base--border-radius: 8px;
	--pmpro--base--spacing--small: 12px;
	--pmpro--base--spacing--medium: 18px;
	--pmpro--base--spacing--large: 36px;
	--pmpro--color--accent: #0c3d54;
	--pmpro--color--base: #ffffff;
	--pmpro--color--base-2: #ededed;
	--pmpro--color--contrast: #222222;
	--pmpro--color--border: #777777;
	--pmpro--color--info-background: #d9edf7;
	--pmpro--color--info-border: #bce8f1;
	--pmpro--color--info-text: #31708f;
	--pmpro--color--info-link: #245269;
	--pmpro--color--success-background: #d4edda;
	--pmpro--color--success-border: #c3e6cb;
	--pmpro--color--success-text: #0F441C;
	--pmpro--color--success-link: #2b542c;
	--pmpro--color--error-background: #f8d7da;
	--pmpro--color--error-border: #f5c6cb;
	--pmpro--color--error-text: #721c24;
	--pmpro--color--error-link: #843534;
	--pmpro--color--alert-background: #fff8e0;
	--pmpro--color--alert-border: #ffeeba;
	--pmpro--color--alert-text: #6C5101;
	--pmpro--color--alert-link: #66512c;
	--pmpro--color--alert2-background: #ffecd9;
    --pmpro--color--alert2-border: #ffddb1;
    --pmpro--color--alert2-text: #995d1d;
    --pmpro--color--alert2-link: #a65e3a;
}

/**
 * Contextual Messages
 */
.pmpro_message {
	background-color: var(--pmpro--color--info-background);
	border: 1px solid var(--pmpro--color--info-border);
	border-radius: var(--pmpro--base--border-radius);
	color: var(--pmpro--color--info-text);
	font-weight: 400;
	margin: var(--pmpro--base--spacing--medium) 0;
	padding: var(--pmpro--base--spacing--small) var(--pmpro--base--spacing--medium);
	text-align: left;
}

.pmpro_message.pmpro_success {
	background-color: var(--pmpro--color--success-background);
	border-color: var(--pmpro--color--success-border);
	color: var(--pmpro--color--success-text);
}

.pmpro_message.pmpro_error {
	background-color: var(--pmpro--color--error-background);
	border-color: var(--pmpro--color--error-border);
	color: var(--pmpro--color--error-text);
}

.pmpro_message.pmpro_alert {
	background-color: var(--pmpro--color--alert-background);
	border-color: var(--pmpro--color--alert-border);
	color: var(--pmpro--color--alert-text);
}

.pmpro_message a {
	color: var(--pmpro--color--info-link);
	text-decoration: underline;
}

.pmpro_success a {
	color: var(--pmpro--color--success-link);
}

.pmpro_error a {
	color: var(--pmpro--color--error-link);
}

.pmpro_alert a {
	color: var(--pmpro--color--alert-link);
}

.pmpro_message p {
	margin: 0 0 var(--pmpro--base--spacing--small);
	padding: 0;
}

.pmpro_message p:last-of-type {
	margin-bottom: 0;
}

/**
 * Form Elements
 */
.pmpro_captcha {
	margin: var(--pmpro--base--spacing--large) 0;
}

.pmpro_captcha div {
	clear: none;
	margin: 0;
}

.pmpro_form_label-inline {
	display: inline-block;
}

.pmpro {
	.pmpro_form_input-text.pmpro_form_input-error,
	.pmpro_form_input-email.pmpro_form_input-error,
	.pmpro_form_input-url.pmpro_form_input-error,
	.pmpro_form_input-password.pmpro_form_input-error,
	.pmpro_form_input-search.pmpro_form_input-error,
	.pmpro_form_input-select.pmpro_form_input-error,
	.pmpro_form_input-checkbox.pmpro_form_input-error,
	.pmpro_form_input-radio.pmpro_form_input-error,
	.pmpro_form_input-multiselect.pmpro_form_input-error,
	.pmpro_form_input-number.pmpro_form_input-error,
	.pmpro_form_input-file.pmpro_form_input-error,
	.pmpro_form_input-date.pmpro_form_input-error,
	.pmpro_form_input-textarea.pmpro_form_input-error {
		border-color: var(--pmpro--color--error-border);
		box-shadow: 0 0 0 0.2rem #f8d7da;
	}
}

/* Checkbox-specific field type */
.pmpro_form_field-checkbox .pmpro_form_label {
	cursor: pointer;
	display: inline;
	width: auto;
}

.pmpro_form_field-checkbox input[type="checkbox"] {
	height: auto;
	opacity: 1;
	width: auto;
}

.pmpro_form_field-checkbox-grouped ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.pmpro_form_field-checkbox-grouped li {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Radio-specific field type */
.pmpro_form_field-radio-item {
	margin-bottom: 0;
}

.pmpro_form_field-radio-item .pmpro_form_label {
	cursor: pointer;
	display: inline-block;
	width: auto;
}

/* Date-specific field type */
.pmpro_form_field-date select {
	max-width: unset;
	width: unset;
}

.pmpro_form_field-date input[type="text"] {
	margin-left: var(--pmpro--base--spacing--small);
	max-width: unset;
	width: unset;
}

/* File-specific field type */

.pmpro_form .pmpro_form_field-file button {
	margin-right: var(--pmpro--base--spacing--small);
}

.pmpro_form .pmpro_form_field-file-preview {
	align-items: center;
	display: flex;
	height: 100px;
	justify-content: center;
	overflow: hidden;
	width: 100px;
}

.pmpro_form .pmpro_form_field-file-preview img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

/* Checkout and Billing forms */
#pmpro_payment_information_fields .pmpro_form_fields label {
	display: block;
	float: none;
	max-width: initial;
	min-width: initial;
	text-align: left;
	width: auto;
}

button[type="button"]#other_discount_code_toggle,
button[type="button"]#other_discount_code_toggle:hover,
button[type="button"]#other_discount_code_toggle:focus {
	background: none;
    border: none;
    color: inherit;
    cursor: pointer;
    font-family: inherit;
    font-size: inherit;
    margin: 0;
    padding: 0;
    text-decoration: underline;
}

#pmpro_tos_fields input[type="checkbox"]#tos {
	width: auto;
}

/* PayPal gateway Membership Checkout specific styles. */
#pmpro_payment_method span.gateway_paypalexpress {
	margin-left: var(--pmpro--base--spacing--large);
}

[id^="pmpro_paypal"] .pmpro_btn-submit-checkout-paypal-image {
	background-image: url(//www.aerovol.groupesri.com/wp-content/plugins/paid-memberships-pro/images/paypal-color.svg);
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	height: 30px;
	width: 100px;
}

/* Stripe gateway Membership Checkout specific styles. */
.pmpro_checkout_gateway-stripe form.pmpro_form #pmpro_payment_information_fields .pmpro_payment-request-button h3,
.pmpro_billing_gateway-stripe form.pmpro_form #pmpro_payment_information_fields .pmpro_payment-request-button h3 {
	margin: var(--pmpro--base--spacing--medium) 0 var(--pmpro--base--spacing--small);
	padding: 0;
}

.pmpro_checkout_gateway-stripe form.pmpro_form #pmpro_payment_information_fields div#AccountNumber,
.pmpro_checkout_gateway-stripe form.pmpro_form #pmpro_payment_information_fields div#Expiry,
.pmpro_checkout_gateway-stripe form.pmpro_form #pmpro_payment_information_fields div#CVV,
.pmpro_billing_gateway-stripe form.pmpro_form #pmpro_payment_information_fields div#AccountNumber,
.pmpro_billing_gateway-stripe form.pmpro_form #pmpro_payment_information_fields div#Expiry,
.pmpro_billing_gateway-stripe form.pmpro_form #pmpro_payment_information_fields div#CVV {
	border: 1px solid var(--pmpro--color--border);
	padding: var(--pmpro--base--spacing--small);
}

/* Membership Order specific styles. */
.pmpro_invoice_details .pmpro_invoice-billing-address {
	display: flex;
	flex-direction: column;
}

.pmpro_price_part_span {
	display: flex;
	font-weight: normal;
	justify-content: space-between;
}

.pmpro_price_part-total {
	font-weight: 700;
}

/**
 * Lists
 */
.pmpro_list {
	#pmpro_order_single-meta-bill_to {
		word-break: break-all;
	}
}

.pmpro_list.pmpro_list-plain,
.pmpro_list.pmpro_list-plain .pmpro_list_item {
	list-style: none;
	margin: 0;
	padding: 0;
}

.pmpro_list.pmpro_list-bulleted {
	list-style-type: disc;
	margin: 0;
	padding: 0 0 0 var(--pmpro--base--spacing--medium);
}

.pmpro_list.pmpro_list-bulleted .pmpro_list_item {
	margin: 0;
	padding: 0;
}

.pmpro_list .pmpro_list_item:not(:last-child) {
	margin-bottom: var(--pmpro--base--spacing--small);
}

/**
 * Login, Lost Password, Reset Password frontend pages.
 *
 * This section based on similar rules in wp-admin/css/forms.css
 */
#pass-strength-result {
	border: 1px solid var(--pmpro--color--border);
	border-radius: var(--pmpro--base--border-radius);
	color: inherit;
	font-size: 16px;
	margin: 0;
	padding: calc( var(--pmpro--base--spacing--small) / 3 ) var(--pmpro--base--spacing--small);
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	opacity: 0;
}

#pass-strength-result.short {
	background-color: var(--pmpro--color--error-background);
	border-color: var(--pmpro--color--error-border);
	color: var(--pmpro--color--error-text);
	opacity: 1;
}

#pass-strength-result.bad {
	background-color: var(--pmpro--color--alert2-background);
	border-color: var(--pmpro--color--alert2-border);
	color: var(--pmpro--color--alert2-text);
	opacity: 1;
}

#pass-strength-result.good {
	background-color: var(--pmpro--color--alert-background);
	border-color: var(--pmpro--color--alert-border);
	color: var(--pmpro--color--alert-text);
	opacity: 1;
}

#pass-strength-result.strong {
	background-color: var(--pmpro--color--success-background);
	border-color: var(--pmpro--color--success-border);
	color: var(--pmpro--color--success-text);
	opacity: 1;
}

.pass1.short, .pass1-text.short {
	border-color: var(--pmpro--color--error-border);
}

.pass1.bad, .pass1-text.bad {
	border-color: var(--pmpro--color--alert2-border);
}

.pass1.good, .pass1-text.good {
	border-color: var(--pmpro--color--alert-border);
}

.pass1.strong, .pass1-text.strong {
	border-color: var(--pmpro--color--success-border);
}

.pw-weak {
	display: none;
}

.indicator-hint {
	padding-top: 8px;
}

.wp-pwd [type="text"],
.wp-pwd [type="password"] {
	margin-bottom: 0;
	/* Same height as the buttons */
	min-height: 30px;
}

/* Special Fields */
.pmpro_form_field-password-toggle button,
.pmpro_form_field-password-toggle button:hover,
.pmpro_form_field-password-toggle button:focus,
.pmpro_form_field-password-toggle button:active {
	align-items: center;
	background: transparent;
	border: none;
	box-shadow: none;
	box-sizing: border-box;
	color: var(--pmpro--color--contrast);
	display: flex;
	flex-direction: row;
	gap: calc( var(--pmpro--base--spacing--small) / 2 );
	line-height: 1;
	margin: 0;
	min-height: 1px;
	padding: 0;
}

.pmpro_form_field-password-toggle button:focus,
.pmpro_form_field-password-toggle button:active {
	color: var(--pmpro--color--contrast);
}

/* Hide the Edge "reveal password" native button */
.wp-pwd input::-ms-reveal {
	display: none;
}

.pass1-text,
.show-password #pass1 {
	display: none;
}

.pass1-text::-ms-clear {
	display: none;
}

.show-password #pass1-text {
	display: inline-block;
}

/**
 * Tables
 */
.pmpro_table {
	border-collapse: collapse;
	margin: 0;
	width: 100%;
}

.pmpro_table-fixed {
	table-layout: fixed;
}

/**
 * Tags
 */
.pmpro_tag {
	border-radius: var(--pmpro--base--border-radius);
	border: 1px solid var(--pmpro--color--border);
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	padding: calc( var(--pmpro--base--spacing--small) / 3 ) var(--pmpro--base--spacing--small);
	text-align: center;
}

.pmpro_tag-success {
	background-color: var(--pmpro--color--success-background);
	border-color: var(--pmpro--color--success-border);
	color: var(--pmpro--color--success-text);
}

.pmpro_tag-error {
	background-color: var(--pmpro--color--error-background);
	border-color: var(--pmpro--color--error-border);
	color: var(--pmpro--color--error-text);
}

.pmpro_tag-alert {
	background-color: var(--pmpro--color--alert-background);
	border-color: var(--pmpro--color--alert-border);
	color: var(--pmpro--color--alert-text);
}

/**
 * Admin Toolbar View As Feature
 */
#wpadminbar #wp-admin-bar-pmpro-admin-membership-access {
	background-color: #1d2327;
}

#wpadminbar .pmpro_admin-view {
	display: inline-block;
	padding: 0 5px;
}

#wpadminbar .menupop .ab-item:has(.pmpro_admin-view) + .ab-sub-wrapper {
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	padding: 10px;
}

#wpadminbar .menupop .ab-item:has(.pmpro_admin-view) + .ab-sub-wrapper ul li .ab-item {
	height: auto;
}

#wpadminbar .menupop .ab-item:has(.pmpro_admin-view) + .ab-sub-wrapper p {
	color: #fff;
	line-height: 1.5;
	margin-bottom: 5px;
	white-space: normal;
}

#wpadminbar .menupop .ab-item:has(.pmpro_admin-view) + .ab-sub-wrapper select {
	background-color: #fff;
	border-radius: 6px;
	line-height: 1.5;
	padding: 5px 8px;
}

#wpadminbar .ab-item:has(.pmpro_admin-view-yes),
#wpadminbar .ab-top-menu > li.hover > .ab-item:has(.pmpro_admin-view-yes),
#wpadminbar:not(.mobile) .ab-top-menu > li:hover > .ab-item:has(.pmpro_admin-view-yes),
#wpadminbar:not(.mobile) .ab-top-menu > li > .ab-item:has(.pmpro_admin-view-yes):focus,
#wpadminbar .menupop .ab-item:has(.pmpro_admin-view-yes) + .ab-sub-wrapper {
	background-color: #0F441C;
	color: #fff;
}

#wpadminbar .ab-item:has(.pmpro_admin-view-no),
#wpadminbar .ab-top-menu > li.hover > .ab-item:has(.pmpro_admin-view-no),
#wpadminbar:not(.mobile) .ab-top-menu > li:hover > .ab-item:has(.pmpro_admin-view-no),
#wpadminbar:not(.mobile) .ab-top-menu > li > .ab-item:has(.pmpro_admin-view-no):focus,
#wpadminbar .menupop .ab-item:has(.pmpro_admin-view-no) + .ab-sub-wrapper {
	background-color: #721c24;
	color: #fff;
}

#wpadminbar .pmpro_admin-view .ab-icon {
	margin-right: 3px;
}

#wpadminbar .pmpro_admin-view .ab-icon:before,
#wpadminbar li:hover .pmpro_admin-view .ab-icon:before,
#wpadminbar li.hover .pmpro_admin-view .ab-icon:before {
	color: #fff;
}

#wpadminbar .pmpro_admin-view-current .ab-icon:before,
#wpadminbar li:hover .pmpro_admin-view-current .ab-icon:before,
#wpadminbar li.hover .pmpro_admin-view-current .ab-icon:before {
	color: inherit;
}

/**
 * Frontend page navigation
 */
.pmpro_actions_nav:not(#pmpro_login .pmpro_actions_nav) {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.pmpro_actions_nav-left {
	flex: 1;
	order: 1;
	text-align: left;
}

.pmpro_actions_nav-right {
	flex: 1;
	order: 2;
	text-align: right;
}

/**
 * Frontend data filters
 */
.pmpro_data_filters {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: var(--pmpro--base--spacing--small);
	margin-bottom: var(--pmpro--base--spacing--medium);
}

.pmpro_data_count {
	margin-bottom: var(--pmpro--base--spacing--medium);
	text-align: right;
}

/**
 * Misc
 */
.pmpro_pad-s {
	padding: var(--pmpro--base--spacing--small);
}

.pmpro_pad-m {
	padding: var(--pmpro--base--spacing--large);
}

.pmpro_pad-l {
	padding: var(--pmpro--base--spacing--large);
}

.pmpro_spacer {
	margin: var(--pmpro--base--spacing--medium) 0;
	min-height: 1px;
}

.pmpro_form .pmpro_spacer {
	margin-top: var(--pmpro--base--spacing--large);
}

.pmpro_clickable {
	cursor: pointer;
}

.pmpro_asterisk abbr,
.pmpro_asterisk abbr[title] {
	border: none;
	color: var(--pmpro--color--error-text);
	cursor: default;
	text-decoration: none;
}

.pmpro_hidden {
	display: none;
}

/**
 * Print Styles
 */
@media print {
	.pmpro {
		.pmpro_actions_nav:not(.pmpro_login_wrap .pmpro_actions_nav),
		.pmpro_actions_nav-right,
		.pmpro_actions_nav-left,
		.pmpro_card_actions,
		.pmpro_hide_print {
			display: none;
		}

		h2, h3 {
			page-break-after: avoid;
		}
	}
}

/**
 * Responsive Styles
 */
@media screen and (max-width: 767px) {
	.pmpro_reset_password_wrap form.pmpro_form #pass-strength-result,
	form.pmpro_form .pmpro_change_password-fields #pass-strength-result {
		max-width: 90%;
	}

	.pmpro_actions_nav {
		text-align: center;
	}

	.pmpro_actions_nav-left,
	.pmpro_actions_nav-right {
		flex-basis: 100%;
		text-align: center;
	}

	.pmpro_table thead {
		display: none;
	}

	.pmpro_table tbody tr th,
	.pmpro_table tbody tr td,
	.pmpro_table tfoot tr td {
		display: grid;
		grid-template-columns: 1fr 2fr;
	}

	.pmpro_table-fixed tbody tr th,
	.pmpro_table-fixed tbody tr td,
	.pmpro_table-fixed tfoot tr td {
		grid-template-columns: 1fr 1fr;
	}

	.pmpro_table tbody tr th::before,
	.pmpro_table tbody tr td::before,
	.pmpro_table tfoot tr td::before {
		content: attr(data-title) ": ";
	}

	.pmpro_table_cancel tbody tr td:last-child,
	.pmpro_levels_table tbody tr td:last-child {
		display: block;
	}

	.pmpro_table_cancel tbody tr td:last-child::before,
	.pmpro_levels_table tbody tr td:last-child::before {
		content: "";
	}
}

@media screen and (min-width: 768px) {

}

@media screen and (min-width: 1024px) {
	.pmpro_checkout_gateway-stripe form.pmpro_form #pmpro_payment_information_fields #payment-request-button {
		max-width: 50%;
	}
}

@media screen and (min-width: 1280px) {

}
/**
 * The high contrast style variation for Paid Memberships Pro.
 *
 * These styles can be unset on the Memberships > Settings > Design admin screen.
*/

:root {
	--pmpro--box-shadow: 5px 4px 0px #222;
}

/**
 * Main Container
*/
.pmpro {
	color: var(--pmpro--color--contrast);

	/**
	* Sections
	*/
	.pmpro_section {
		margin: calc( var(--pmpro--base--spacing--large) * 2 ) 0;
	}

	.pmpro_section:first-of-type {
		margin-top: 0;
	}

	.pmpro_section_title {
		font-weight: 700;
		margin: 0;
		padding: 0;
	}

	/**
	* Cards
	*/
	.pmpro_card {
		background-color: var(--pmpro--color--base);
		border: 1px solid var(--pmpro--color--border--variation);
		box-shadow: var(--pmpro--box-shadow);
		display: flex;
		flex-direction: column;
		margin: var(--pmpro--base--spacing--medium) 0;
		overflow: hidden;
	}

	.pmpro_card_title {
		font-weight: 700;
		margin: 0;
		padding: var(--pmpro--base--spacing--large) var(--pmpro--base--spacing--large) 0;
	}

	.pmpro_card_content {
		padding: var(--pmpro--base--spacing--small) var(--pmpro--base--spacing--large) var(--pmpro--base--spacing--large);

		p:not(.pmpro_form_hint) {
			margin: var(--pmpro--base--spacing--small) 0;
			padding: 0;
		}

		p:last-of-type {
			margin-bottom: 0;
		}

	}

	.pmpro_card_actions {
		background-color: transparent;
		border-bottom: 1px solid var(--pmpro--color--border--variation);
		margin: 0 var(--pmpro--base--spacing--large) var(--pmpro--base--spacing--small);
		padding: var(--pmpro--base--spacing--small) 0;
	}

	.pmpro_card_content + .pmpro_card_actions {
		border-top: 1px solid var(--pmpro--color--border--variation);
		border-bottom: none;
	}

	.pmpro_card_action_separator {
		margin: 0 calc( var(--pmpro--base--spacing--small) / 2 );
		opacity: 0.25;
	}

	/* Fix for nested cards */
	.pmpro_card .pmpro_card {
		background-color: transparent;
		border: 0;
		box-shadow: none;
		overflow: visible;
	}

	.pmpro_card .pmpro_card .pmpro_card_title {
		padding: 0;
	}

	.pmpro_card .pmpro_card .pmpro_card_content {
		padding: 0;
	}

	.pmpro_card .pmpro_card .pmpro_card_actions {
		background: none;
		border: 0;
		margin: 0;
		padding: 0;
	}

	.pmpro_card .pmpro_card .pmpro_card_content + .pmpro_card_actions {
		border: 0;
	}

	/**
	 * Heading Styles
	 */
	.pmpro_heading-with-avatar {
		align-items: center;
		display: flex;
		font-weight: 700;
		gap: var(--pmpro--base--spacing--small);
	}

	/**
	* Contextual Messages
	*/
	.pmpro_message {
		border-radius: 0;
		box-shadow: none;
	}

	/**
	 * Buttons
	 */
	.pmpro_btn {
		background-color: var(--pmpro--color--accent);
		border: 1px solid var(--pmpro--color--accent);
		border-radius: 0;
		box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1);
		box-sizing: border-box;
		color: var(--pmpro--color--base);
		cursor: pointer;
		display: inline-block;
		font-size: 16px;
		font-weight: 700;
		letter-spacing: normal;
		line-height: 1.5;
		min-height: 40px;
		outline: 0;
		padding: var(--pmpro--base--spacing--small) var(--pmpro--base--spacing--medium);
		text-align: center;
		text-decoration: none;
		text-rendering: geometricprecision;
		text-transform: none;
		user-select: none;
		-webkit-user-select: none;
		touch-action: manipulation;
		vertical-align: middle;
		transition: background-color 0.2s, color 0.2s;
	}

	.pmpro_btn:hover,
	.pmpro_btn:focus {
		background-color: var(--pmpro--color--accent--variation);
		background-position: 0 0;
		border-color: var(--pmpro--color--accent--variation);
		color: var(--pmpro--color--base);
	}

	.pmpro_btn:active {
		opacity: .7;
	}

	.pmpro_btn-outline {
		background-color: transparent;
		color: var(--pmpro--color--accent);
	}

	.pmpro_btn-outline:hover,
	.pmpro_btn-outline:focus {
		background-color: transparent;
		border-color: var(--pmpro--color--accent--variation);
		color: var(--pmpro--color--accent--variation);
	}

	.pmpro_btn-delete {
		background-color: var(--pmpro--color--error-text);
		border-color: var(--pmpro--color--error-text);
	}

	.pmpro_btn-delete:hover,
	.pmpro_btn-delete:focus {
		background-color: transparent;
		border-color: var(--pmpro--color--error-text);
		color: var(--pmpro--color--error-text);
	}

	.pmpro_btn-cancel {
		background-color: transparent;
		border-color: var(--pmpro--color--border--variation);
		box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.1);
		color: var(--pmpro--color--contrast);
	}

	.pmpro_btn-cancel:hover,
	.pmpro_btn-cancel:focus {
		background-color: #ededed;
		border-color: var(--pmpro--color--border--variation);
		color: var(--pmpro--color--contrast);
	}

	.pmpro_btn-plain,
	.pmpro_btn-plain:hover,
	.pmpro_btn-plain:focus,
	.pmpro_btn-plain:active {
		background: 0 0;
		border: 1px solid transparent;
		box-shadow: none;
		cursor: pointer;
		font-size: 14px;
		margin: 0;
		padding: 0;
	}

	.pmpro_btn-print {
		align-items: center;
		color: var(--pmpro--color--accent);
		display: inline-flex;
		gap: calc( var(--pmpro--base--spacing--small) / 2 );
		justify-content: space-between;
		text-decoration: underline;
	}

	.pmpro_btn-print:hover {
		color: var(--pmpro--color--accent--variation);
	}

	/**
	 * Form Styles
	 */
	.pmpro_form {
		margin: 0;
	}

	.pmpro_section:has(.pmpro_form) .pmpro_card_content {
		padding-top: var(--pmpro--base--spacing--large);
	}

	.pmpro_section:has(.pmpro_form) .pmpro_card_title + .pmpro_card_content {
		padding-top: var(--pmpro--base--spacing--small);
	}

	.pmpro_form_fieldset {
		border: 0;
		margin: 0;
		padding: 0;
	}

	.pmpro_form_legend {
		border: none;
		margin: 0 0 var(--pmpro--base--spacing--medium);
		padding: 0;
	}

	.pmpro_form_heading {
		font-weight: 700;
		margin: var(--pmpro--base--spacing--large) 0 0;
		padding: 0;
	}

	.pmpro_card_content .pmpro_form_heading {
		margin-top: 0;
	}

	.pmpro_form_fields {
		display: flex;
		flex-direction: column;
		gap: var(--pmpro--base--spacing--medium);
	}

	.pmpro_form_fields-inline {
		align-items: center;
		display: flex;
		flex-direction: row;
		gap: calc( var(--pmpro--base--spacing--small) / 2 );
	}

	.pmpro_form_field {
		display: flex;
		flex-direction: column;
		gap: calc( var(--pmpro--base--spacing--small) / 2 );
	}

	.pmpro_form_label {
		margin: 0;
		padding: 0;
	}

	.pmpro_form_label:not(.pmpro_form_label-inline) {
		display: block;
		font-weight: 500;
	}

	.pmpro_form_input {
		background-color: var(--pmpro--color--base);
		border: 1px solid var(--pmpro--color--border);
		border-radius: 0;
		box-shadow: none;
		box-sizing: border-box;
		color: var(--pmpro--color--contrast);
		font-size: 16px;
		height: auto;
		line-height: 1.5;
		margin: 0;
		min-height: auto;
		outline: none;
		padding: var(--pmpro--base--spacing--small);
	}

	.pmpro_form_input-textarea {
		font-family: inherit;
		width: 100%;
	}

	.pmpro_form_input-select {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		background-image: url('data:image/svg+xml;utf8,<svg height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
		background-position: right var(--pmpro--base--spacing--small) center;
		background-repeat: no-repeat;
		background-size: 16px 16px;
		padding-right: calc(var(--pmpro--base--spacing--small) + 20px);
	}

	.pmpro_form_input-text:focus,
	.pmpro_form_input-email:focus,
	.pmpro_form_input-url:focus,
	.pmpro_form_input-password:focus,
	.pmpro_form_input-search:focus,
	.pmpro_form_input-select:focus,
	.pmpro_form_input-checkbox:focus,
	.pmpro_form_input-radio:focus,
	.pmpro_form_input-multiselect:focus,
	.pmpro_form_input-number:focus,
	.pmpro_form_input-file:focus,
	.pmpro_form_input-date:focus,
	.pmpro_form_input-textarea:focus {
		background-color: var(--pmpro--color--base);
		border-color: #80BDFF;
		box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
		outline: none;
		word-break: initial;
	}

	.pmpro_form_hint {
		display: block;
		font-size: 14px;
		margin: 0;
		opacity: 0.75;
		padding: 0;
	}

	.pmpro_form_field-checkbox {

		.pmpro_form_label {
			align-items: first baseline;
			display: flex;
			flex-direction: row;
			gap: calc( var(--pmpro--base--spacing--small) / 2 );
		}

	}

	.pmpro_form_field-radio-item {
		align-items: baseline;
		flex-direction: row;
		flex-wrap: nowrap;

		.pmpro_form_hint {
			flex: 0 0 100%;
		}
	}

	.pmpro_form_field-radio-item:not(:last-of-type) {
		margin-bottom: calc( var(--pmpro--base--spacing--small) / 2 );
	}

	.pmpro_form_field-checkbox-grouped {

		.pmpro_form_field-checkbox-grouped-item {
			align-items: first baseline;
			display: flex;
			flex-direction: row;
			gap: calc( var(--pmpro--base--spacing--small) / 2 );
		}

	}

	.pmpro_form_field-file {

		.pmpro_form_input-file {
			border: 3px dashed var(--pmpro--color--border--variation);
			border-radius: 0;
			padding: var(--pmpro--base--spacing--small) var(--pmpro--base--spacing--medium);
			width: 100%;
		}


		.pmpro_btn {
			padding: 0 var(--pmpro--base--spacing--small);
		}
	}

	/* Special Fields */
	.pmpro_form_field-password-toggle {
		align-items: center;
		display: flex;
		font-weight: 500;
		justify-content: space-between;
		margin: 0;
		padding: 0;
	}

	.pmpro_form_field-password-toggle button,
	.pmpro_form_field-password-toggle button:hover,
	.pmpro_form_field-password-toggle button:focus,
	.pmpro_form_field-password-toggle button:active {
		align-items: center;
		background: transparent;
		border: none;
		border-radius: 0;
		box-shadow: none;
		box-sizing: border-box;
		color: var(--pmpro--color--accent);
		display: flex;
		flex-direction: row;
		font-size: 16px;
		gap: calc( var(--pmpro--base--spacing--small) / 2 );
		line-height: 1;
		margin: 0;
		min-height: 1px;
		padding: 0;
	}

	.pmpro_form_field-password-toggle button:focus,
	.pmpro_form_field-password-toggle button:active {
		box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
		color: var(--pmpro--color--accent--variation);
		outline: none;
	}

	.pmpro_form_field-password-toggle .pmpro_icon-eye {
		display: block;
		height: 20px;
		width: 20px;
	}

	.pmpro_form_field-password-toggle button:focus .pmpro_icon-eye svg,
	.pmpro_form_field-password-toggle button:active .pmpro_icon-eye svg {
		stroke: var(--pmpro--color--accent--variation);
	}

	.pmpro_form_field-select2 {
		display: block;
	}

	.pmpro_form_field-select2 .pmpro_form_label {
		margin-bottom: calc( var(--pmpro--base--spacing--small) / 2 );
	}

	.pmpro_form_field-select2 .pmpro_form_hint {
		margin-top: calc( var(--pmpro--base--spacing--small) / 2 );
	}

	.pmpro_payment-expiration #ExpirationMonth,
	.pmpro_payment-expiration #ExpirationYear {
		flex-grow: 1;
	}

	.pmpro_payment-discount-code #pmpro_discount_code {
		flex-grow: 1;
	}

	#other_discount_code_fields {
		margin-bottom: var(--pmpro--base--spacing--small);
	}

	#pmpro_tos_fields {
		margin: var(--pmpro--base--spacing--medium) 0;
	}

	.pmpro_form_submit {
		align-items: center;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		gap: var(--pmpro--base--spacing--medium);
		margin-top: var(--pmpro--base--spacing--medium);
	}

	.pmpro_checkout_gateway-stripe form.pmpro_form #pmpro_payment_information_fields div#AccountNumber,
	.pmpro_checkout_gateway-stripe form.pmpro_form #pmpro_payment_information_fields div#Expiry,
	.pmpro_checkout_gateway-stripe form.pmpro_form #pmpro_payment_information_fields div#CVV,
	.pmpro_billing_gateway-stripe form.pmpro_form #pmpro_payment_information_fields div#AccountNumber,
	.pmpro_billing_gateway-stripe form.pmpro_form #pmpro_payment_information_fields div#Expiry,
	.pmpro_billing_gateway-stripe form.pmpro_form #pmpro_payment_information_fields div#CVV {
		border-radius: 0;
	}

	[id^="pmpro_paypal"] .pmpro_btn-submit-checkout-paypal {
		align-items: center;
		background-color: #ffc439;
		border-color: #ffc439;
		color: #000;
		display: flex;
		flex-direction: row;
		gap: calc( var(--pmpro--base--spacing--small) / 2 );
		justify-content: center;
	}

	[id^="pmpro_paypal"] .pmpro_btn-submit-checkout-paypal:hover {
		background-color: #ffb60a;
		border-color: #ffb60a;
	}

	/* Login Form (WordPress default and our lost/reset password forms) */
	#loginform {
		margin-bottom: 0;
	}

	#loginform input[type="submit"] {
		width: 100%;
	}

	.pmpro_section:has(#loginform) .pmpro_card_content:not(.widget .pmpro_section:has(#loginform) .pmpro_card_content) {
		padding-top: var(--pmpro--base--spacing--large);
	}

	.pmpro_section #loginform .login-username,
	.pmpro_section #loginform .login-password,
	.pmpro_section #loginform .login-remember {
		display: flex;
		flex-direction: column;
		gap: calc( var(--pmpro--base--spacing--small) / 2 );
		margin: 0 0 var(--pmpro--base--spacing--medium);
		padding: 0;
	}

	.pmpro_section #loginform label:not(.pmpro_section #loginform .login-remember label) {
		align-items: center;
		display: flex;
		font-weight: 500;
		justify-content: space-between;
		margin: 0;
		padding: 0;
	}

	.pmpro_section #loginform .input {
		background-color: var(--pmpro--color--base);
		border: 1px solid var(--pmpro--color--border);
		border-radius: 0;
		box-shadow: none;
		box-sizing: border-box;
		color: var(--pmpro--color--contrast);
		font-size: 16px;
		height: auto;
		line-height: 1.5;
		margin: 0;
		min-height: auto;
		outline: none;
		padding: var(--pmpro--base--spacing--small);
	}

	.pmpro_section #loginform .input:focus {
		background-color: var(--pmpro--color--base);
		border-color: #80BDFF;
		box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
		outline: none;
		word-break: initial;
	}

	.pmpro_section #loginform .login-remember {
		align-items: baseline;
		flex-direction: row;
		flex-wrap: wrap;
	}

	.pmpro_section #loginform .login-submit {
		margin: var(--pmpro--base--spacing--medium) 0 0;
	}

	.pmpro_section #loginform .login-submit .button {
		background-color: var(--pmpro--color--accent);
		border: 1px solid var(--pmpro--color--accent);
		border-radius: 0;
		box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1);
		box-sizing: border-box;
		color: var(--pmpro--color--base);
		cursor: pointer;
		display: inline-block;
		font-size: 16px;
		font-weight: 700;
		letter-spacing: normal;
		line-height: 1.5;
		min-height: 40px;
		outline: 0;
		padding: var(--pmpro--base--spacing--small) var(--pmpro--base--spacing--medium);
		text-align: center;
		text-decoration: none;
		text-rendering: geometricprecision;
		text-transform: none;
		user-select: none;
		-webkit-user-select: none;
		touch-action: manipulation;
		vertical-align: middle;
		transition: background-color 0.2s, color 0.2s;
	}

	.pmpro_section #loginform .login-submit .button:hover,
	.pmpro_section #loginform .login-submit .button:focus {
		background-color: initial;
		background-position: 0 0;
		border-color: var(--pmpro--color--accent);
		color: var(--pmpro--color--accent);
	}

	.pmpro_section #loginform .login-submit .button:active {
		opacity: .7;
	}

	#pass-strength-result {
		border-radius: 0;
	}

	/* Move password toggle before field visually but structurally after */
	#pmpro_user_fields .pmpro_form_field-password:has(.pmpro_form_field-password-toggle),
	.pmpro_section #loginform .login-password {
		align-items: center;
		display: grid;
		grid-template-areas:
			"label toggle"
			"input input";
		grid-template-columns: 1fr auto;
	}

	#pmpro_user_fields .pmpro_form_field-password:has(.pmpro_form_field-password-toggle) label,
	.pmpro_section #loginform .login-password label {
		grid-area: label;
	}

	#pmpro_user_fields .pmpro_form_field-password:has(.pmpro_form_field-password-toggle) input,
	.pmpro_section #loginform .login-password input {
		grid-area: input;
	}

	#pmpro_user_fields .pmpro_form_field-password .pmpro_form_field-password-toggle,
	.pmpro_section #loginform .login-password .pmpro_form_field-password-toggle {
		grid-area: toggle;
		justify-self: end;
	}

	#resetpassform .pmpro_cols-2 {
		container: resetpassform / inline-size;
	}

	@container resetpassform (max-width: 620px) {
		#resetpassform .pmpro_cols-2 {
			flex-direction: column;
		}

		#resetpassform .pmpro_cols-2 > * {
			width: 100%;
		}
	}

	/* Data Filters */
	.pmpro_data_filters {

		.pmpro_form_input {
			padding: calc( var(--pmpro--base--spacing--small) / 2 );
		}

		.pmpro_form_input-select {
			padding-right: calc(var(--pmpro--base--spacing--small) + 20px);
		}

		.pmpro_btn {
			min-height: auto;
			padding: calc( var(--pmpro--base--spacing--small) / 2 ) var(--pmpro--base--spacing--medium);
		}
	}

	/**
	* List Styles
	*/
	.pmpro_list.pmpro_cols-3 {

		.pmpro_list_item {
			margin-bottom: 0;
		}

		li:not(.pmpro_list_item) {
			border-top: 1px solid var(--pmpro--color--border--variation);
			padding-top: var(--pmpro--base--spacing--medium);
			grid-column: span 3;
		}
	}

	.pmpro_list_item_label {
		font-weight: 700;
	}

	.pmpro_list-with-labels {

		.pmpro_list_item_label {
			display: block;
			font-weight: 400;
			opacity: 0.75;
		}

		.pmpro_list_item_value {
			font-weight: 700;
		}

	}

	/**
	* Tables and Table Elements
	*/
	.pmpro_table {
		background-color: var(--pmpro--color--base);
		border: none;
		text-align: left;

		thead th {
			background-color: var(--pmpro--color--base);
			border: none;
			padding: var(--pmpro--base--spacing--small);
			vertical-align: text-bottom;
		}

		tbody th,
		tbody td,
		tfoot td {
			background-color: var(--pmpro--color--base);
			border-color: var(--pmpro--color--border--variation);
			border-width: 1px 0 0 0;
			border-style: solid;
			font-weight: normal;
			padding: var(--pmpro--base--spacing--small);
			vertical-align: middle;
		}

	}

	/**
	 * Membership Levels
	 */
	.pmpro_levels_table {
		table-layout: fixed;
	}

	.pmpro_level td p:first-of-type {
		margin-top: 0;
	}

	.pmpro_level .pmpro_btn {
		display: block;
		text-decoration: none;
	}

	/**
	* Membership Account
	*/
	#pmpro_account-membership-none {

		.pmpro_card_content {
			padding-top: var(--pmpro--base--spacing--large);

			p {
				margin: 0;
			}

		}

	}

	#pmpro_account-membership {

		.pmpro_account-membership-message {
			border-top: 1px solid var(--pmpro--color--border--variation);
			margin-top: var(--pmpro--base--spacing--large);
			padding-top: var(--pmpro--base--spacing--large);

			> *:first-child {
				margin-top: 0;
				padding-top: 0;
			}
		}

	}

	#pmpro_account-links {

		.pmpro_card_content {
			padding-top: var(--pmpro--base--spacing--large);

			.pmpro_list {
				margin-bottom: 0;
			}

		}

	}

	/**
	* Membership Billing
	*/
	[id^="pmpro_billing-"] .pmpro_card .pmpro_card {
		background-color: transparent;
		border: none;
		box-shadow: none;
		margin: 0;

		.pmpro_card_content {
			padding: 0;
		}
	}

	/**
	* Membership Orders
	*/
	.pmpro_table_orders .pmpro_tag {
		display: block;
	}

	#pmpro_order_single {

		.pmpro_card_actions {
			text-align: right;
		}

		h2 {
			align-items: center;
			display: flex;
			flex-wrap: wrap;
			gap: var(--pmpro--base--spacing--small);
			justify-content: space-between;
		}

		.pmpro_list-with-labels {

			.pmpro_list_item_label {
				font-weight: 700;
				opacity: 1;
			}

		}

		.pmpro_table {

			thead th {
				white-space: nowrap;
			}

			thead th:not(th:first-of-type),
			tbody td,
			tfoot td {
				text-align: right;
			}

			tfoot tr:last-of-type td {
				font-weight: 700;
			}

		}

	}

	.pmpro_price_part-total {
		border-top: 1px solid var(--pmpro--color--border--variation);
		margin-top: var(--pmpro--base--spacing--small);
		padding-top: var(--pmpro--base--spacing--small);
	}

	/**
	* Logged In Member Widget
	*/
	.pmpro_logged_in_welcome_wrap .menu {
		display: flex;
		flex-direction: column;
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.pmpro_logged_in_welcome_wrap .menu-item {
		display: block;
		margin: 0 0 calc( var(--pmpro--base--spacing--small) / 2 );
	}

	/**
	* Protected Content Messages
	*/
	.pmpro_content_message .pmpro_card_title {
		align-items: center;
		display: flex;
		gap: var(--pmpro--base--spacing--small);
	}

	.pmpro_content_message:has(.pmpro_card_title) .pmpro_card_content {
		padding-top: 0;
	}

	.pmpro_content_message .pmpro_card_content h2 {
		margin: 0;
		padding: 0;
	}

	.pmpro_content_message .pmpro_card_content p {
		margin: var(--pmpro--base--spacing--medium) 0;
		padding: 0;
	}

	.pmpro_content_message .pmpro_card_content p:last-of-type {
		margin-bottom: 0;
	}

	.pmpro_content_message .pmpro_card_content .pmpro_btn {
		text-decoration: none;
	}

	/**
	 * Pagination
	 */
	.pmpro_pagination {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: var(--pmpro--base--spacing--small);
		margin: var(--pmpro--base--spacing--medium) 0;

		a {
			background-color: var(--pmpro--color--base);
			border: 1px solid var(--pmpro--color--border--variation);
			color: var(--pmpro--color--contrast);
			padding: 2px var(--pmpro--base--spacing--small);
			text-decoration: none;
			transition: background-color 0.2s, border-color 0.2s, color 0.2s;

			&:hover {
				background-color: var(--pmpro--color--accent--variation);
				border-color: var(--pmpro--color--accent--variation);
				color: var(--pmpro--color--base);
			}
		}

		span {
			background-color: var(--pmpro--color--base);
			border: 1px solid var(--pmpro--color--border--variation);
			color: var(--pmpro--color--contrast);
			padding: 2px var(--pmpro--base--spacing--small);
		}

		.pmpro_pagination-current {
			background-color: var(--pmpro--color--accent);
			color: var(--pmpro--color--base);
			cursor: default;
			font-weight: 700;
		}

		.pmpro_pagination-disabled {
			background-color: var(--pmpro--color--base--variation);
			border-color: var(--pmpro--color--border--variation);
			color: var(--pmpro--color--contrast--variation);
			cursor: not-allowed;
			opacity: 0.7;
		}

		.pmpro_pagination-dots {
			background: none;
			border: none;
			color: var(--pmpro--color--contrast--variation);
			padding: 0;
		}

		.pmpro_pagination-previous {
			margin-right: 0;
		}

		.pmpro_pagination-next {
			margin-left: 0;
		}

	}

	/**
	 * Misc
	 */
	.avatar {
		border: 1px solid var(--pmpro--color--border--variation);
		border-radius: 50%;
		margin: 0;
		padding: 0;
	}

	.pmpro_tag {
		border-radius: 0;
	}

	.pmpro_cols-2,
	.pmpro_cols-3 {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		gap: var(--pmpro--base--spacing--medium);
	}

	.pmpro_cols-2 > * {
		width: calc( 50% - calc( var(--pmpro--base--spacing--medium) / 2 ) );
	}

	.pmpro_cols-3 > * {
		width: calc( 33.333333% - calc( var(--pmpro--base--spacing--medium) * 2 / 3 ) );
	}

	.pmpro_font-x-large {
		font-size: 32px;
		line-height: 1.4;
	}

	.pmpro_font-large {
		font-size: 24px;
		line-height: 1.5;
	}

	.pmpro_font-medium {
		font-size: 16px;
		line-height: 1.6;
	}

	.pmpro_font-small {
		font-size: 14px;
		line-height: 1.5;
	}

	.pmpro_tag-discount-code {
		border-style: dashed;
	}

	.pmpro_divider {
		background-color: var(--pmpro--color--border--variation);
		height: 1px;
		margin: var(--pmpro--base--spacing--medium) 0;
	}

	.pmpro_form .pmpro_divider {
		margin-top: var(--pmpro--base--spacing--large);
	}

}

/**
 * RTL Styles
 */
.rtl {

	.pmpro_form_field-password-toggle {
		padding: 0 0 0 var(--pmpro--base--spacing--small);
	}

}

/**
 * Print Styles
 */
@media print {
	.pmpro {
		font-size: 12pt;

		.pmpro_section {
			margin: var(--pmpro--base--spacing--medium) 0;
		}

		.pmpro_card_title {
			padding: var(--pmpro--base--spacing--small) var(--pmpro--base--spacing--small) 0;
		}

		.pmpro_card_content {
			padding: var(--pmpro--base--spacing--small) var(--pmpro--base--spacing--small) var(--pmpro--base--spacing--small);
		}

		.pmpro_section:has(.pmpro_form) .pmpro_card_content {
			padding-top: var(--pmpro--base--spacing--small);
		}

		.pmpro_font-x-large {
			font-size: 18pt;
		}

		.pmpro_font-large {
			font-size: 14pt;
		}

		.pmpro_font-medium {
			font-size: 14pt;
		}

	}
}

/**
 * Print Styles
 */
 @media print {
	.pmpro {
		.pmpro_card {
			background-color: transparent;
			border: none;
			box-shadow: none;
		}
		.pmpro_card_title,
		.pmpro_card_content {
			padding: 0;
		}
	}
}

/**
 * Responsive Styles
 */
@media screen and (max-width: 767px) {
	.pmpro {

		.pmpro_table {

			tbody tr th:first-child,
			tbody tr td:first-child {
				border-top-width: 4px;
				padding-top: var(--pmpro--base--spacing--large);
			}

			tbody tr th:last-child,
			tbody tr td:last-child {
				padding-bottom: var(--pmpro--base--spacing--large);
			}

			tbody tr:first-child th:first-child,
			tbody tr:first-child td:first-child {
				border-top: none;
			}
		}

		#pmpro_order_single {

			.pmpro_table {

				thead th:not(th:first-of-type),
				tbody td,
				tfoot td {
					text-align: left;
				}

				tbody tr:first-child th {
					display: block;
				}

				tbody tr:first-child th:before {
					display: none;
				}

				tfoot td:first-of-type {
					display: none;
				}
			}

		}

		.pmpro_table_cancel tbody tr td,
		.pmpro_table_cancel tbody tr:first-child th {
			border-width: 0;
			padding-top: 0;
		}

		.pmpro_cols-2,
		.pmpro_cols-3 {
			display: flex;
			flex-direction: column;
			gap: var(--pmpro--base--spacing--medium);
		}

		.pmpro_cols-2 > *,
		.pmpro_cols-3 > * {
			width: auto;
		}

		#pmpro_user_fields .pmpro_form_field-password:has(.pmpro_form_field-password-toggle) {
			width: 100%;
		}

	}

}.pm-difl {
    display: inline-block;
    float: left
}
.pm-dbfl {
    display: block;
    float: left;
    width: 100%
}
.pm-difr {
    display: inline-block;
    float: right
}
.pm-bg {
    background-color: #fafafa
}
.pm-bg-lt {
    background-color: #fff
}
.pm-bg-dk {
    background-image: linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, 0));
    color: #fff
}
.pm-remove {
    color: #a00a00
}
.pg-failed-message {
    color: #a00a00
}
.pm-border {
    border-width: 1px;
    border-style: solid;
    border-color: #e1e1e1
}
.pm-border-bt {
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #e1e1e1
}
.pm-radius5 {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    overflow: hidden
}
.pm-pad10 {
    padding: 10px
}
.pm-pad20 {
    padding: 20px
}
.pm-clip {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}
.pm33 {
    width: 31%;
    margin: 10px 1%
}
.pmagic .pm-group-container .pm-group.pm50.pm33 {
    width: 31%;
    margin: 10px 1%
}
.pmagic * {
    box-sizing: border-box
}
.pmagic {
    width: 100%;
    max-width: 100% !important;
    font-size: 14px;
    text-rendering: optimizeLegibility;
    animation: pm-fadein .5s linear 1;
    -webkit-animation: pm-fadein .5s linear 1;
    -moz-animation: pm-fadein .5s linear 1;
    -o-animation: pm-fadein .5s linear 1;
    margin-bottom: 20px;
    display:inline-block;
    box-sizing: border-box
}
.pmagic a {
    text-decoration: none;
    border: 0!important;
    cursor: pointer;
    box-shadow: none!important
}
.pmagic img {
    box-shadow: none!important;
    padding: 0!important;
    line-height: 1!important
}
.entry-content .pmagic img {
    margin: 0;
    padding: 0;
    box-shadow: none!important
}
.pmagic a:focus,
.pmagic button:active,
.pmagic div:active,
.pmagic input:active,
.pmagic li:active {
    outline: 0!important
}
.pg-alert-info {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    width: 94%;
    margin: 15px;
    display: inline-block
}
.pg-alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}
.pg-alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}
@keyframes pm-fadein {
    from {
        opacity: 0;
        transform: translateY(10px)
    }
    to {
        opacity: 100;
        transform: translateY(0)
    }
}
@-webkit-keyframes pm-fadein {
    from {
        opacity: 0;
        transform: translateY(10px)
    }
    to {
        opacity: 100;
        transform: translateY(0)
    }
}
@-moz-keyframes pm-fadein {
    from {
        opacity: 0;
        transform: translateY(10px)
    }
    to {
        opacity: 100;
        transform: translateY(0)
    }
}
@-o-keyframes pm-fadein {
    from {
        opacity: 0;
        transform: translateY(10px)
    }
    to {
        opacity: 100;
        transform: translateY(0)
    }
}
@keyframes pm-popup-in {
    0% {
        transform: scale(0, 0);
        opacity: 0
    }
    100% {
        transform: scale(1, 1);
        opacity: 1
    }
}
@-webkit-keyframes pm-popup-in {
    0% {
        transform: scale(0, 0);
        opacity: 0
    }
    100% {
        transform: scale(1, 1);
        opacity: 1
    }
}
@-moz-keyframes pm-popup-in {
    0% {
        transform: scale(0, 0);
        opacity: 0
    }
    100% {
        transform: scale(1, 1);
        opacity: 1
    }
}
@-o-keyframes pm-popup-in {
    0% {
        transform: scale(0, 0);
        opacity: 0
    }
    100% {
        transform: scale(1, 1);
        opacity: 1
    }
}
@keyframes pm-popup-out {
    0% {
        transform: scale(1.1, 1.1)
    }
    20% {
        transform: scale(1.1, 1.1)
    }
    100% {
        transform: scale(1, 1)
    }
}
@-webkit-keyframes pm-popup-out {
    0% {
        transform: scale(1.1, 1.1)
    }
    20% {
        transform: scale(1.1, 1.1)
    }
    100% {
        transform: scale(1, 1)
    }
}
@-moz-keyframes pm-popup-out {
    0% {
        transform: scale(1.1, 1.1)
    }
    20% {
        transform: scale(1.1, 1.1)
    }
    100% {
        transform: scale(1, 1)
    }
}
@-o-keyframes pm-popup-out {
    0% {
        transform: scale(1.1, 1.1)
    }
    20% {
        transform: scale(1.1, 1.1)
    }
    100% {
        transform: scale(1, 1)
    }
}
.pmagic .pm-group-container .pm-group .pm-group-info {
    color: #646464
}
.pmagic .pm-group-container .pm-group .pm-group-logo {
    overflow: hidden;
    position: relative;
    height: 200px
}
.pm-group-logo-img,
.pmagic .pm-group-container .pm-group .pm-group-logo {
    padding: 5px 0;
    justify-content: center
}
.pmagic .pm-group-container .pm-group .pm-group-desc {
    word-break: normal;
    line-height: 1.5em;
    height: 8em
}
.pmagic .pm-group-container .pm-group .pm-group-button {
    margin-top: 10px
}
.pmagic .pm-group-bg {
    position: absolute;
    display: block;
    width: 200%;
    height: auto;
    top: -50%;
    left: -50%;
    z-index: 1
}
.no-cssfilters .pmagic .pm-group-bg {
    opacity: .2
}
.cssfilters .pmagic .pm-group-bg {
    -webkit-filter: blur(10px);
    filter: blur(10px);
    opacity: .75
}
.pmagic .pm-group-container .pm-top-heading {
    text-align: center;
    margin-bottom: 20px;
    border-width: 0 0 1px 0;
    padding-bottom: 10px
}
.pmagic .pm-group-container .pm-group .pm-group-logo .pm-group-bg img {
    height: 100%;
    width: 100%;
    -webkit-animation: none;
    -moz-animation: none;
    animation: none
}
.pmagic .pm-group-container .pm-group .pm-group-logo .pm-group-logo-img img {
    -webkit-animation: pm-fadein 1s linear 1;
    -moz-animation: pm-fadein 1s linear 1;
    -o-animation: pm-fadein 1s linear 1;
    animation: pm-fadein 1s linear 1;
    margin: auto!important;
    padding: 0!important;
    max-height: 180px;
    width: auto;
    transition: 1s;
    position: relative;
    z-index: 8
}
.pmagic .pm-group-container .pm-group .pm-group-logo .pm-group-logo-img img:hover {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2)
}
.pmagic .pm-group-container .pm-group.pm50 {
    width: 48%;
    margin: 10px 1% 0 1%;
    min-height: 175px
}
.pmagic .pm-group-container .pm-group.pm100 {
    width: 80%;
    margin: 10px 10% 0 10%
}
.pmagic .pm-group-container .pm-group {
    text-align: center
}
.pmagic .pm-group-container .pm-group .pm-group-heading a {
    text-decoration: none;
    box-shadow: none;
    font-size: 120%
}
.pmagic .pm-group-container .pm-group .pm_group_price {
    color: orange
}
.pmagic .pm-group-container .pm-group .pm_free_group {
    color: orange;
    text-transform: uppercase
}
.pmagic .pm-group-signup {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    text-align: center
}
.pmagic .pm-group-signup .pm_button {
    float: none
}
.pmagic .pm-group-card-box {
    padding: 0 1%
}
.pmagic .pm-group-card {
    margin: 0 0 10px 0;
    overflow: hidden
}
.pmagic .pm-group-title {
    text-align: center;
    font-size: 120%
}
.pmagic .pm-group-image {
    width: 30%;
    border-width: 0 1px 0 0;
    max-width: 200px
}
.pmagic .pm-group-image img {
    margin: auto;
    display: block;
    padding: 20px!important;
    width: 100%;
    height: auto
}
.pmagic .pm-group-description {
    width: 70%;
    border-width: 0 0 0 1px;
    margin-left: -1px
}
.pmagic .pm-group-description .pm-card-label {
    width: 25%
}
.pmagic .pm-group-description .pm-card-value {
    width: 73%;
    margin-left: 2%;
    color: #969696
}
.pmagic .pm-group-description .pm-group-leader-small img {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    display: inline-block;
    border-radius: 50%;
    margin-bottom: 0px;
    margin-right: 2px;
    object-fit: cover;
}
.pmagic .pm-group-description .pm-group-leader-small img:not(:first-child) {
    margin-left: 8px;
}
.pmagic .pm-group-description .pm-group-leader-small a{
    text-decoration: none;
}
.pmagic .pm-group-description .pm-card-value .pg-label-wrapper .pg_label {
    width: auto;
    max-width: 6em;
    font-size: 12px;
    display: inline-block;
    margin: 1px;
    padding: 1px 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    border-radius: 3px
}
.pmagic .pm-user-card {
    overflow: hidden;
    margin-top: 10px;
    position: relative
}
.pmagic .pm-user-card .pm-user-card-cover {
    height: 150px;
    min-height: 150px;
    overflow: hidden;
    position: absolute
}
.pmagic .pm-user-card .pm-user-card-cover img {
    -webkit-animation: pm-popup-out 4s ease-out 1;
    -moz-animation: pm-popup-out 4s ease-out 1;
    -o-animation: pm-popup-out 4s ease-out 1;
    animation: pm-popup-out 4s ease-out 1;
    width: 100%;
    min-height: 100%;
    height: auto
}
.pmagic .pm-user-image {
    margin-top: 75px
}
.rgba img.user-profile-image {
    background-color: rgba(255, 255, 255, .8);
    margin: 0 auto;
    margin-bottom: 12px
}
.no-rgba img.user-profile-image {
    background-color: #fff
}
.pmagic .pm-user-image img.avatar,
.pmagic .pm-user-image img.user-profile-image {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    display: block;
    position: relative;
    margin: auto!important;
    margin: auto calc(50% - 75px)!important;
    padding: 10px!important;
    height: 150px;
    width: 150px
}
.rgba .pm-user-image img.avatar {
    background-color: rgba(255, 255, 255, .8)
}
@media screen and (-ms-high-contrast: active),
screen and (-ms-high-contrast: none) {
    .pmagic .pm-user-image img.user-profile-image {
        padding: 0!important
    }
}
.pmagic .pm-user-card .pm-user-description-row:last-child {
    margin-bottom: 10px
}
.pmagic .pm-user-card .pm-card-label img,
.pmagic .pm-user-card .pm-card-value img {
    display: inline-block!important;
    vertical-align: middle;
    height: 1em;
    width: auto;
    margin: 0!important;
    padding: 0!important
}
.pmagic .pm-user-card .pm-user-card-title {
    text-align: center
}
.pmagic .pm-user-card.pm100 {
    width: 80%;
    margin: 10px 10% 0 10%
}
.pmagic .pm-user-card.pm100 .pm-card-label {
    width: 100%;
    text-transform: uppercase;
    font-size: 86%
}
.pmagic .pm-user-card.pm100 .pm-card-value {
    width: 100%;
    color: #969696
}
.pmagic .pm-user-card.pm100 .pm-user-description-row {
    border-width: 0;
    padding: 10px 20px 0 20px;
    text-align: center
}
.pmagic .pm-user-card.pm100 .pm-user-description-row::after {
    content: "____";
    color: #e1e1e1;
    width: 100%;
    float: left
}
.pmagic .pm-user-card.pm100 .pm-card-label,
.pmagic .pm-user-card.pm100 .pm-card-value {
    display: block;
    line-height: 1.5em;
    max-height: 7.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal!important
}
.pmagic .pm-user-card.pm50 {
    width: 48%;
    margin: 10px 1% 0 1%
}
.pmagic .pm-user-card.pm50 .pm-card-label {
    width: 100%;
    text-transform: uppercase;
    font-size: 86%
}
.pmagic .pm-user-card.pm50 .pm-card-value {
    width: 100%;
    color: #969696
}
.pmagic .pm-user-card.pm50 .pm-user-description-row::after {
    content: "____";
    color: #e1e1e1
}
.pmagic .pm-user-card.pm50 .pm-user-description-row {
    border-width: 0;
    padding: 10px 20px 0 20px;
    text-align: center
}
.pmagic .pm-user-card.pm33 .pm-card-label {
    width: 48%
}
.pmagic .pm-user-card.pm33 .pm-card-value {
    margin-left: 2%;
    width: 50%;
    color: #969696
}
.pmagic .pm-user-card.pm33 .pm-user-description-row {
    border-width: 0;
    padding: 10px 10px 0 20px
}
.pmagic .pm-user-card.pm33 .pm-card-label,
.pmagic .pm-user-card.pm33 .pm-card-value {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}
.pmagic .pm-user-card.pm100 .pm-card-label,
.pmagic .pm-user-card.pm100 .pm-card-value,
.pmagic .pm-user-card.pm50 .pm-card-label,
.pmagic .pm-user-card.pm50 .pm-card-value {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}
#pm-leader-badge {
    background-color: #000
}
.pmagic .pm-user-description {
    height: 100%
}
.pmagic .pm-field-multiple-value {
    margin: 0 5px 0 0
}
.pmagic .pm-field-multiple-value::after {
    content: ","
}
.pmagic .pm-field-multiple-value:last-child::after {
    content: ""
}
.pm-group-view .pm-edit-heading {
    margin-bottom: 20px
}
.pm-group-view .pm-group-change-icon {
    text-align: center;
    margin: 20px
}
.pm-group-view .pm-group-change-icon input {
    display: inline-block
}
.pm-group-view .pm-group-icon-action {
    margin: 20px 0 20px 0
}
.pm-group-edit-form {
    text-align: center
}
.pmagic .pmagic-form .pm-group-edit-form .pmrow {
    text-align: left
}
.pmagic .pm-login-box {
    width: 80%;
    max-width: 600px;
    margin: 20px auto;
    float: none
}
.pm-login-box-error {
    text-align: center;
    background-color: #f08080;
    color: #fff;
    word-break: normal;
    font-size: 86%
}
.pm-login-box-error span a {
    color: #fff
}
.pmagic .pm-login-box input[type=password],
.pmagic .pm-login-box input[type=text],
.pmagic .pg-login-remember{
    margin: 20px 5% 0 5%!important;
    width: 90%!important;
    max-width: 90%!important;
    padding: .5em!important;
    min-height: 3em;
    font-size: 1em
}

.pmagic .pg-login-remember{
    padding: 0px !important;
}

.pmagic .pm-widget-login-box .pg-login-remember{
    display: inline-block;
    margin: 0px !important;
}

.pmagic .pm-login-box form#pm_login_form {
    margin-bottom: 0
}
.pmagic .pm-login-box-bottom-container {
    border-width: 1px 0 0 0;
    padding: 20px;
    text-align: center;
    margin-top: 20px
}
.pmagic #lostpasswordform input#user_login {
    margin-bottom: 20px;
    float: left
}
.pmagic .pm-login-box input[type=submit] {
    text-align: center;
    float: none;
    width: auto;
    margin: auto;
    font-size: 1em;
    padding: 10px 15px;
    cursor: pointer;
    transition: 0.2s;
    box-shadow: 0 0 1px 1px rgba(255,255,255,0.25);
}
.pmagic .pm-login-box .pm-login-header {
    text-align: center;
    padding: 10px
}
.pm-center-button {
    width: 50%;
    text-align: center
}
.pm-group-view {
    max-width: 1200px;
    margin: 0px auto;
}
.pm-group-view .pm-header-section {
    position: relative;
    height: 445px
}
.pm-group-view .pm-cover-image {
    overflow: hidden;
    height: 300px
}
.pm-group-view .pm-cover-image img {
    position: absolute;
    clip: rect(0, 1200px, 300px, 0)!important;
    height: 300px;
    object-fit: cover;
    border-radius: 0!important
}
.pmagic .pm-group-view #pg-profile-tabs .pg-profile-tab-content {
    min-height: 350px
}
#pm-change-cover-image-dialog .pm-popup-image img.pm-cover-image {
    margin: 0 auto
}
.pm-group-view .pm-profile-title-header {
    height: 130px;
    top: 0
}
.pm-group-view .pm-profile-image {
    position: absolute;
    width: auto;
    left: 10px;
    top: 240px;
    line-height: 1!important;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    max-width: 180px
}
.rgba .pm-group-view .pm-profile-image {
    background-color: rgba(255, 255, 255, .5);
    overflow: hidden
}
.no-rgba .pm-group-view .pm-profile-image {
    background-color: #fff
}
.pm-group-view .pm-profile-image img {
    margin: 0!important;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    width: 150px;
    height: 150px
}
.pmagic .pg-edit-profile-notice {
    font-size: 12px;
    font-style: italic
}
.pmagic .pm-profile-title-header .pm-profile-image .pg-profile-change-img {
    bottom: 0;
    line-height: 180px
}
.pmagic .pm-cover-image .pg-profile-change-img {
    top: 0;
    height: 300px
}
.pmagic .pm-cover-image .pg-profile-change-img,
.pmagic .pm-profile-title-header .pm-profile-image .pg-profile-change-img {
    position: absolute;
    right: 0;
    display: none;
    width: 100%;
    font-size: 1.2em;
    margin: 0!important;
    padding: 0!important
}
.pmagic .pm-cover-image .pg-profile-change-img .pg-item-image-change,
.pmagic .pm-profile-title-header .pm-profile-image .pg-profile-change-img .pg-item-image-change {
    display: block;
    padding: 5px;
    text-align: center;
    margin: 0;
    cursor: pointer
}
.pmagic .pm-cover-image .pg-profile-change-img {
    cursor: pointer
}
.pmagic .pm-profile-title-header .pm-profile-image .pg-profile-change-img .pg-item-image-change::before {
    display: none
}
.pmagic .pm-group-view .pm-profile-title {
    margin: 1em 0 0 180px
}
.csscalc .pm-group-view .pm-profile-title {
    width: 24%
}
.no-csscalc .pm-group-view .pm-profile-title {
    width: 60%
}
.pmagic .pm-group-view .pm-user-name {
    font-size: 1.5em;
    height: 1.5em
}
.pmagic .pm-group-view .pm-user-group-name {
    font-size: 86%;
    color: #646464;
    color: #646464;
    text-transform: uppercase
}
.pmagic .pm-group-view .pm-group-icon {
    max-width: 240px;
    height: 128px;
    padding: 10px 10px;
    width: 100%
}

.pg-mobile-479 .pmagic .pm-group-view .pm-group-icon {
    max-width: 100%;
}

.pg-mobile-479 .pmagic .pm-group-view .pm-group-icon .pm-single-group-badge {
    text-align: center;
}

.pg-mobile-479 .pmagic .pm-group-container .pm-group.pm100{
    width: 100%;
    margin: 10px 0px;
}

.pmagic .pm-group-view .pm-section {
    margin: 20px 0;
    min-height: 500px
}
.pmagic .pm-section .pm-edit-user {
    width: 50%
}
.pmagic .pm_button {
    text-align: center
}
.pm-group-view .pm-section .pm-section-nav-vertical {
    overflow: hidden;
    max-width: 250px;
    width: 30%
}
.pmagic .pm-group-view .pm-section-nav-vertical ul {
    margin: 0!important;
    padding: 0!important
}
.pmagic .pm-group-view .pm-section-nav-vertical ul li {
    list-style: none;
    margin: 0!important;
    transition: .2s;
    cursor: pointer;
    padding: 1em;
    text-align: left;
    border-bottom: 0 solid #e1e1e1
}
.pmagic .pm-group-view #pg-about .pm-section .pm-section-nav-vertical ul li {
    border-bottom: 1px solid #e1e1e1
}

.pmagic .pm-group-view #pg-about .pm-section .pm-section-nav-vertical ul li .pm-section-group-name{
    font-size: 80%;
    margin-left: 0px;
    display: inline-block;
    width: 100%;
    color: #646060;
}

.pmagic .pm-group-view #pg-about .pm-section .pm-section-nav-vertical ul li:last-child{
    border-bottom:0px; 
}

.pmagic .pm-group-view .pm-section .pm-section-nav-vertical ul li a {
    text-decoration: none
}
.pmagic .pm-group-view .pm-section .pm-section-nav-vertical ul li:last-child {
    border-bottom: 0
}
.pmagic .pm-group-view .pm-section .pm-section-nav-vertical ul li.ui-state-active,
.pmagic .pm-group-view .pm-section .pm-section-nav-vertical ul li.ui-state-hover {
    background-color: #fff;
    margin: 0!important
}
.pmagic .pm-group-view .pm-section .pm-section-nav-vertical ul li.ui-state-active,
.pmagic .pm-group-view .pm-section .pm-section-nav-vertical ul li.ui-state-hover {
    background-color: #fafafa;
    margin: 0!important
}
.pmagic .pm-group-view #pg-about .pm-section .pm-section-nav-vertical ul li.ui-state-active,
.pmagic .pm-group-view #pg-about .pm-section .pm-section-nav-vertical ul li.ui-state-hover {
    background-color: #fff;
    margin: 0!important
}
.pmagic .pm-group-view .pm-section #pg_rm_registration_tab {
    overflow: auto
}
.pmagic .pm-group-view .pm-section #pg_rm_registration_tab .rmagic table.rm-user-data {
    table-layout: auto
}
.pmagic .pm-group-view .pm-section .pm-section-content {
    width: 69%;
    margin: 0;
    border-left: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    min-height: 342px;
    min-height: 520px
}
.pmagic .pm-group-view #pg-about .pm-section .pm-section-content {
    border-left: 0
}
.pmagic .pm-group-view .pm-section .pm-section-content.pm_full_width_profile {
    border-left: 0
}
.pmagic .pm-group-view .pm-section .pm-section-content .buttonarea.pm-full-width-container {
    text-align: center;
    float: left;
    width: 100%
}

.pmagic form.pmagic-form .buttonarea.pm-full-width-container input[type="submit"]{
    font-size: 16px;
    padding: 10px 15px;
    cursor: pointer;
    transition: 0.2s;
    box-shadow: 0 0 1px 1px rgba(255,255,255,0.25);
}
.pg-edit-action-wrap .pm-edit-action input[type="submit"],
.pmagic form.pmagic-form .buttonarea.pm-full-width-container input[type="submit"]{
    background-color: #eee;
    background-color: rgba(0,0,0,0.80);
    border: 1px solid #ddd;
    border: 1px solid rgba(0,0,0,0.9);
    color: #fff;
    color: rgba(255,255,255,1);
    font-size: 16px;
    cursor: pointer;
    transition: 0.2s;
    box-shadow: 0 0 1px 1px rgba(255,255,255,0.25);
}

.pmagic .pm-group-view .pm-section .pm-section-content form.pmagic-form .pmrow input,
.pmagic .pm-group-view .pm-section .pm-section-content form.pmagic-form .pmrow select,
.pmagic .pm-group-view .pm-section .pm-section-content form.pmagic-form .pmrow textarea {
    height: 38px;
    padding: 5px
}
.pmagic .pm-group-view .pm-section .pm-section-content form.pmagic-form .pmrow select#pm_profile_privacy {
    line-height: 26px
}
.pmagic .pm-group-view .pm-section .pm-section-content form.pmagic-form .pmrow {
    margin-left: 3%
}
.pmagic .pmagic-form .buttonarea #pm_reset_passerror {
    font-size: 14px
}
.pmagic .pmagic-form .buttonarea #pm_reset_passerror.pm_password_success {
    color: #00e600
}
.pmagic .pmagic-form .buttonarea #pm_reset_passerror.pm_password_error {
    color: red
}
.pm-group-view .pm-section .pm-section-content #chat_message_form {
    padding-left: 4%
}
.pm-group-view .pm-section .pm-section-content .pm-user-description-row {
    border-width: 0 0 1px 0;
    padding: 1em
}
.pm-group-view .pm-section.pm100 .pm-section-content .pm-user-description-row .pm-card-label,
.pm-group-view .pm-section.pm100 .pm-section-content .pm-user-description-row .pm-card-value {
    width: 100%;
    margin: 0
}
.pm-group-view .pm-section.pm100 .pm-section-content .pm-user-description-row .pm-card-label {
    font-weight: 700;
    text-transform: none
}
.pm-group-view .pm-section.pm100 .pm-section-content .pm-user-description-row .pm-card-value {
    padding-left: 10px
}
.pm-group-view .pm-section .pm-section-content .pm-user-description-row .pm-card-label {
    text-transform: uppercase;
    font-size: 86%;
    width: 30%;
    padding-left: 10px;
    position: relative
}
.pm-group-view .pm-section .pm-section-content .pm-user-description-row .pm-card-value {
    width: 68%;
    margin-left: 2%;
    color: #969696
}
.pm-group-view .pm-section .pm-section-content .pm-user-description-row .pm-card-value a {
    word-break: break-all
}
.pm-group-view .pm-user-description-row .pm-card-label img {
    vertical-align: middle;
    margin: 0!important;
    width: 16px;
    height: auto;
    position: absolute;
    right: calc(100% - 2px)
}
.pm-edit-group {
    display: inline;
    float: right
}
.pmagic .pm-full-width-container {
    padding: 20px;
    text-align: center;
    font-size: 1.5em
}
.pmagic .pm-full-width-container input {
    text-align: center
}
.pmagic legend {
    text-align: center;
    padding: 1em;
    font-size: 1.2em;
    font-weight: 700;
    width: auto!important;
    border: 0!important
}
.pmagic .pmagic-form .pmrow {
    margin-bottom: 20px
}
.pmagic .pmagic-form .pmrow .errortext {
    color: tomato;
    display: block;
    width: 100%;
    float: left;
    font-size: 86%
}
.pmagic .pm-submit-container,
.pmagic .pmrow {
    display: block;
    width: 100%;
    float: left
}
.pmagic .pm-field-input,
.pmagic .pm-field-lable,
.pmagic .pm-form-field-icon,
.pmagic .pm-radio-option {
    display: inline-block;
    float: left;
    word-wrap: normal
}
.pmagic input:disabled {
    cursor: default;
    opacity: .5;
    pointer-events: none
}
.pmagic .pm-form-field-icon {
    width: 5%;
    min-height: 1px
}

.pmagic .pg-group-form-field-icon .pm-form-field-icon{
    width: auto;
    margin-right: 4px;
}

.pmagic .pm-form-field-icon:empty{
    display: none;
}
.pmagic .pm-field-lable {
    width: 23%;
    margin-left: 1%;
    margin-right: 1%
}
.pmagic .pm-field-input {
    width: 60%
}
.pmagic .pm-form-field-icon img {
    width: 16px;
    height: auto;
    margin: 2px;
    display: inline-block;
    vertical-align: middle
}
.pmagic .pmagic-form .pmrow .pminput.pm_recaptcha .g-recaptcha>div {
    margin: 0 auto;
}

.pmagic .pmrow input:not(.pmagic .pm-radio-option input[type=radio]):not(.pmagic .pm-radio-option input[type=checkbox]),
.pmagic .pmrow select,
.pmagic .pmrow textarea {
    width: 100%
}


.pmagic .pg-group-reg-form .pmrow .pm-field-input input[type="text"], 
.pmagic .pg-group-reg-form .pmrow .pm-field-input input[type="password"], 
.pmagic .pg-group-reg-form .pmrow .pm-field-input input[type="email"], 
.pmagic .pg-group-reg-form .pmrow .pm-field-input input[type="url"],
.pmagic .pg-group-reg-form .pmrow .pm-field-input input[type="file"], 
.pmagic .pg-group-reg-form .pmrow .pm-field-input input[type="number"], 
.pmagic .pg-group-reg-form .pmrow .pm-field-input textarea,
.pmagic .pg-group-reg-form .pmrow .pm-field-input select{
    background-color: #fff;
    background-color: rgba(255,255,255,0.33);
    box-sizing: border-box;
    color: #333;
    color: rgba(0,0,0,0.75);
    display: block;
    float: none;
    font-size: 13px;
    border: 1px solid #ccc;
    border: 1px solid rgba(128,128,128,0.5);
    padding: 6px 10px;
    height: 38px;
    width: 100%;
    line-height: 1.3;
    border-radius: 3px;
    box-shadow: none!important;
    transition: background-color 0.2s, border 0.2s;
}

.pmagic .pg-group-reg-form .pmrow .pm-field-input select[multiple]{
    height: auto;
}



.pmagic .pg-group-reg-form .pmrow .pm-field-input input[type="text"]:hover, 
.pmagic .pg-group-reg-form .pmrow .pm-field-input input[type="password"]:hover, 
.pmagic .pg-group-reg-form .pmrow .pm-field-input input[type="email"]:hover, 
.pmagic .pg-group-reg-form .pmrow .pm-field-input input[type="url"]:hover,
.pmagic .pg-group-reg-form .pmrow .pm-field-input input[type="file"]:hover, 
.pmagic .pg-group-reg-form .pmrow .pm-field-input input[type="number"]:hover, 
.pmagic .pg-group-reg-form .pmrow .pm-field-input textarea:hover,
.pmagic .pg-group-reg-form .pmrow .pm-field-input select:hover
{
    background-color: rgba(255,255,255,0.66);
    border: 1px solid rgba(128,128,128,0.66);
    outline: none!important;
}

.pmagic .pg-group-reg-form .pmrow .pm-field-input.pm_user_url input[type="text"]:first-child{
    margin-bottom: 10px;
}

.pmagic .pg-group-reg-form .pmrow .pm-field-input textarea {
    min-height: 100px;
    resize: vertical;
}

.pmagic .pmrow input[type=file] {
    border: 0;
    font-size: 12px
}
.pmagic .pm-field-input #wp-description-wrap input.button,
.pmagic .pm-field-input.pm_rich_editor_required #wp-description-wrap input.button {
    width: auto
}
.pmagic textarea {
    resize: vertical
}
.pmagic .pm-radio-option {
    margin-right: 10px
}

.pmagic .pm-radio-option{
    display: inline-flex;
    align-items: center;
    margin-bottom: 10px;
}

.pmagic .pm-radio-option input[type=checkbox],
.pmagic .pm-radio-option input[type=radio]{
    margin-right: 5px;
}

.pmagic .pm-group-view .pm-section .pm-section-content form.pmagic-form .pmrow input[type=radio].pg-hide-privacy-profile {
    height: auto
}
.pmagic .pm-radio-option input[type=checkbox]:not( body.theme-twentytwenty-one .pmagic .pm-radio-option input[type=checkbox]),
.pmagic .pm-radio-option input[type=radio]:not( body.theme-twentytwenty-one .pmagic .pm-radio-option input[type=radio]) {
    width: auto;
    margin-right: 5px
}
.pmagic .pmrow .pm_repeat {
    margin-bottom: 10px
}
.pmagic .pmrow .pm_repeat .add {
    margin-right: 10px
}
.pmagic #pm_add_blog_post .pmrow .pm-field-input .pm-radio-option input[type=radio]:checked,
.pmagic #pm_add_blog_post .pmrow .pm-field-input .pm-radio-option input[type=radio]:not(:checked) {
    position: relative;
    opacity: inherit;
    left: inherit
}
.pg-blog-dialog-mask {
    display: none;
    background-color: #000;
    opacity: .25;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999
}
.pmagic .multipage_nav a {
    display: block
}
.pmagic .multipage_nav .multipage_next {
    display: inline-block;
    float: right
}
.pmagic .multipage_nav .multipage_back {
    display: inline-block;
    float: left
}
.pmagic .multipage_nav .submit {
    text-transform: uppercase
}
.pmagic .multipage_nav .multipage_state {
    display: block;
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}
.pmagic fieldset {
    border: 2px solid #e1e1e1;
    padding: 20px;
    margin: 20px 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px
}
div.clearer {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    border-width: 0;
    margin: 0;
    padding: 0
}
@media screen and (max-width: 700px) {
    .pmagic .pm-field-input {
        display: block;
        width: 100%
    }
    .pmagic .pm-field-lable {
     width: 100%;
     text-align: left;
    }
    .pmagic .pmrow {
        margin-bottom: 10px;
        font-size: 120%
    }
    .pmagic .pm-radio-option {
        display: block;
        width: 100%;
        text-align: left
    }
    .pmagic .pm-form-field-icon {
        width: 24px
    }
    .pmagic .pm-full-width-container input {
        width: 80%
    }
}
.pmagic ul.page-numbers {
    display: inline-block;
    padding: 10px;
    margin: 0;
    float: left;
    width: 100%;
    text-align: center
}
.pmagic ul.page-numbers li {
    display: inline-block;
    margin: 0
}
.pmagic ul.page-numbers li::before {
    display: none
}
.pmagic ul.page-numbers li a {
    display: inline-block;
    padding: 8px 16px;
    text-decoration: none;
    margin-left: 5px;
    transition: .3s;
    background-color: transparent;
}
.pmagic ul.page-numbers li span.dots {
    color: #000;
    display: inline-block;
    padding: 8px 16px;
    text-decoration: none;
    background-color: #fff;
    margin-left: 5px;
    transition: .3s
}
.pmagic ul.page-numbers li span.current {
    display: inline-block;
    text-decoration: none;
    transition: .3s;
    border-radius: 100%;
    color: #fff;
    padding: 0;
    height: 38px;
    width: 38px;
    background-color: #000;
    line-height: 38px
}
.pm_clear {
    width: 100%;
    float: left
}
.pmagic .pm-accordian-title {
    cursor: pointer;
    margin-bottom: 4px;
}

.pmagic .pm-accordian-title.ui-accordion-header {
    position: relative;
}
.pmagic .pm-accordian-title.ui-accordion-header::before {
    font-family: FontAwesome;
    content: "\f105";
    position: absolute;
    right: 14px;
    color: rgb(143 143 143);
}

.pmagic .pm-accordian-title.ui-accordion-header.ui-accordion-header-active::before{
    content: "\f107";
}



.pmagic .pm-accordian-content {
    height: auto!important;
    max-width: 750px;
    margin-top: 30px;
}
.pmagic .pm-field-input .pm_repeat:first-child .removebutton {
    display: none
}
.pmagic .pg-edit-action-wrap {
    margin-bottom: 20px
}
.pmagic .pg-edit-action-wrap .pm-edit-link a {
    margin: 0 4px;
    text-decoration: none;
    border-bottom: 1px dotted currentColor!important
}
.pm-popup-mask {
    display: none;
    background-color: #000;
    opacity: .25;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    max-width: 100% !important;
}
#pm-add-blog-dialog,
#pm-change-cover-image-dialog,
#pm-change-image-dialog,
#pm-change-password-dialog,
#pm-show-cover-image-dialog,
#pm-show-profile-image-dialog {
    display: none;
    z-index: 9999999
}
.pm-popup-container {
    display: block;
    float: left;
    width: 600px;
    background-color: #fff;
    position: fixed;
    top: 10%;
    overflow: hidden;
    z-index: 9999999;
    box-shadow: 0 0 20px #969696;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    left: 30%;
    left: calc(50% - 300px);
    overflow-y: auto;
    max-height: 90%
}
.pm-popup-container::-webkit-scrollbar {
    width: 8px;
    background-color: #f4f4f4
}
.pm-popup-container::-webkit-scrollbar-track {
    border-radius: 10px
}
.pm-popup-container::-webkit-scrollbar-thumb {
    background-color: #e0e0e0;
    width: 8px;
    height: 4px
}
#pm-show-cover-image-dialog .pm-popup-container,
#pm-show-profile-image-dialog .pm-popup-container {
    width: auto;
    max-width: 800px
}
.pm-popup-container .pm-popup-title {
    text-align: center;
    font-size: 1.2em
}
.pm-popup-close {
    height: 24px;
    width: 24px;
    opacity: .5;
    cursor: pointer;
    position: relative;
    top: 0
}
.pm-popup-container a[type=button]:hover {
    cursor: pointer
}
.pm-popup-container .pm-popup-image {
    text-align: center
}
.pm-popup-container .pm-popup-info {
    font-size: 86%;
    color: tomato;
    text-align: center
}
.pm-popup-container .pm-popup-error {
    float: left;
    width: 100%;
    color: tomato;
    padding: 1em;
    font-size: 1em;
    margin-bottom: 0px;
    display: none
}
.pm-popup-container img#avatar-edit-img {
    margin: auto
}
.pm-popup-container input[type=file] {
    text-align: center;
    margin: 10px auto
}
.pm-popup-container .jcrop-tracker {
    background-color: rgba(255, 255, 255, .2)
}
.pm-popup-container .modal-footer {
    display: none;
    text-align: center
}
.pm-loader {
    width: 40px;
    height: 40px;
    border: 5px solid #e1e1e1;
    border-radius: 100%;
    animation: pm_rotate 1s linear infinite;
    margin-left: 40%;
    margin-left: calc(50% - 20px)
}
#pm_result_pane .pm-loader {
    float: left
}
@keyframes pm_rotate {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}
span#pm-change-cover-image {
    cursor: pointer
}
.pm-popup-image input[type=submit] {
    margin: 10px 0 0 0
}

#pm_result_pane .pg-search-result-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
}

div#pm_result_pane .pm-loader {
    margin-top: 100px;
}

.pmagic .pm-users-search-page .pm-user {
    margin: 10px 12px 14px 12px;
    overflow: hidden
}
.pmagic .pm-search-box {
    position: relative
}

.pmagic .pm-users-search-page .pm-search-box .pm-search-submit {
    margin-left: 10px
}
.pm-search-box input[type=submit].pm-search-submit,
.pm-search-box input[type=text].pm-search-input {
    font-size: 1em;
    margin-top: 0!important
}

.pm-search-box input[type=text].pm-search-input {
    width: 100%;
    border-width: 1px;
    padding: 6px 10px;
    height: 38px;
}

.theme-astra .pmagic .pm-search-box input[type=text].pm-search-input:focus,
.theme-astra .pmagic .pm-search-box input[type=text].pm-search-input:active{
    border-width: 1px;
    border-style: solid;
    outline: 1px;
}

.theme-astra .pmagic .pmrow .pm-field-input input:focus,
.theme-astra .pmagic .pmrow .pm-field-input input:active{
    border-width: 1px;
    border-style: solid;
    outline: 1px;
}

.pmagic .pm-users-search-page .pm-user a {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.pmagic .pm-users-search-page .pm-user-name {
    text-align: center;
    padding: 5px;
    width: 8em;
}
.pm-users-search-page #pm-advance-search-form .search_result img.user-profile-image {
    margin: 0
}
@media screen and (max-width: 700px) {
    .pmagic .pm-field-input {
        display: block;
        width: 100%
    }
    .pmagic .pm-form-row {
        margin-bottom: 10px;
        font-size: 120%
    }
    .pmagic .pm-radio-input {
        display: block;
        width: 100%;
        text-align: left
    }
    .pmagic .pm-full-width-container input {
        width: 80%;
        margin-bottom: 15px
    }
}
.pm_morectnt span {
    display: none
}
.pm_showmoretxt {
    text-decoration: none
}
.pmagic .pm-field-multiple-value {
    float: none
}
.jcrop-holder div div img {
    visibility: hidden!important
}
.pmagic .pm-filters {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    float: left;
    margin-top: 10px
}
.pmagic .pm-filters .pm-filter-item {
    display: inline-block;
    padding: 5px 15px;
    margin-bottom: 0px;

}
.pmagic .pm-filters input[type=checkbox] {
    margin-right: 5px
}
.pmagic .pm-advances-search-text {
    text-indent: 20px
}
.pmagic .pm-adv-search-button .pm-search-submit {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background-color: transparent !important;
    padding: 0px !important;
}

.pmagic .pm-adv-search-button .pm-search-submit svg{

}

.pmagic #pm_result_pane .pm-all-members {
    padding: 24px 0px;
    font-size: 14px;
}

.pmagic .pm-adv-search-button .pm-search-reset {
    box-shadow: 0 1px 0 0 currentColor !important;
}

.pmagic .pm-adv-search-button .pm-search-reset:hover{
    box-shadow:none !important;
}

.pmagic .pm-adv-search-button {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding: 10px 0px;
}


@media only screen and (max-width:760px) {

    .pmagic #pm-advance-search-form .pm-search-box-wrap .pm-search-box {
        flex-direction: column;
    }

    .pmagic #pm-advance-search-form .pm-search-box-wrap .pm-search-box .pg-users-sorting-ls.pg-members-sortby{
        margin-top: 20px;
        width: 100%;
    }

    .pmagic #pm-advance-search-form .pm-search-box-wrap .pm-search-box .pg-users-sorting-ls.pg-members-sortby .pg-sortby-alpha {}
    width: 94%;
}

.pmagic .pm-adv-search-text {
    text-indent: 20px
}
.pmagic .pm-search-box .fa-search {
    position: absolute;
    top: 22px;
    left: 20px;
    font-size: 15px
}
.pmagic .pm-user-search #pm_result_pane .pm-user .pm-user-profile,
.pm-users-search-page #pm-advance-search-form .search_result img.user-profile-image{
    min-height: 98px;
    object-fit: cover;
    border-radius: 50%;
    object-position: center;
}
.pmagic .pm-filters#advance_seach_ul li.pm-filter-item:before {
    display: none
}
.pmagic .pmagic-form .pmrow.pm-row-divider,
.pmagic .pmagic-form .pmrow.pm-row-spacer {
    height: 0;
    padding: 20px 0
}
.pmagic .pm-profile-tab-wrap {
    padding: 0;
    margin: 0;
    width: 100%
}
.pmagic .pm-profile-tab-wrap .pm-profile-tab {
    list-style: none;
    display: inline-block;
    float: left;
    position: relative
}
.pmagic .pm-profile-tab-wrap.pg-horizontal-responsive-menu .mejs-container {
    display: none
}
.pmagic .pm-blog-post-wrap {
    margin-bottom: 25px;
    padding-top: 20px
}
.pmagic .pm-blog-img-wrap {
    width: 30%
}
.pmagic .pm-blog-img {
    padding: 10px
}
.pmagic .pm-blog-img-wrap .pm-blog-img img {
    width: 75px;
    height: 75px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    object-fit: cover
}
.pmagic .pm-blog-desc-wrap {
    width: 70%
}
.pmagic .pm-blog-desc {
    font-size: 86%
}
.pmagic .pm-blog-desc-wrap .pm-blog-desc {
    word-break: break-word
}
.pmagic .pm-blog-desc-wrap .pm-blog-desc p {
    word-break: break-word
}
.pmagic .pm-blog-comment,
.pmagic .pm-blog-time {
    text-align: center
}
.pmagic .pm-blog-comment {
    font-size: 75%
}
.pmagic .pm-blog-title {
    font-size: 120%;
    padding-top: 20px
}
.pmagic .pg-load-more-container {
    text-align: center
}
#load_more_message {
    visibility: hidden
}
.pmagic .pm-blog-img-wrap .pm-blog-status {
    padding-top: 20px
}
.pmagic .pm-blog-img-wrap .pm-blog-status span {
    display: block;
    width: 100%
}
.pmagic .pg-blog-notice {
    padding: 50px 20px;
    min-height: 580px;
    font-style: italic
}
.pm-group-view .pm-profile-tabs #pg-blog {
    width: 100%
}
.pmagic .pg-new-blog-button {
    padding: 20px;
    border-radius: 8px;
    width: 50%;
    margin: 20px auto;
    text-align: center
}
.pmagic .pm-profile-tab-wrap .pm-profile-tab a {
    color: #646464
}
.pmagic .pm-profile-tab-wrap .pm-profile-tab a.active~.pm-border-slide {
    width: 100%
}
.pmagic .pm-profile-tab-wrap .pm-profile-tab {
    margin-bottom: -1px;
    margin-right: 0;
    padding: 20px 10px
}
.pmagic .pm-profile-tab-wrap .pm-profile-tab.ui-tabs-active {
    padding: 20px 10px
}
.pmagic .pm-profile-tab-wrap .pm-profile-tab a.ui-tabs-anchor {
    padding: 1px
}
.pmagic .pm-profile-tab-wrap .pm-profile-tab::before {
    display: none
}
.pmagic .pm-profile-tab-wrap .pm-profile-tab a {
    display: inline-block;
    color: #000;
    text-decoration: none;
    font-weight: 300;
    letter-spacing: .5px
}
.pmagic .pm-profile-tab-wrap .pm-profile-tab.ui-tabs-active a {
    font-weight: 700
}
.pmagic .pm-profile-tab-wrap .pm-profile-tab .pm-border-slide {
    width: 0;
    height: 3px;
    background: #000;
    transition: width .3s;
    position: absolute;
    bottom: 0;
    left: 0
}
.pmagic .pm-profile-tab-wrap .pm-profile-tab:hover .pm-border-slide {
    width: 100%
}
.pmagic #unread_notification_count,
.pmagic #unread_thread_count {
    border-radius: 12px;
    color: white;
    text-align: center;
    min-width: 20px;
    margin: 6px;
    position: absolute;
    line-height: 14px;
    top: 0;
    font-size: 11px;
    display: none;
    line-height: 20px;
    font-family: helvetica, sans-serif
}
.pmagic #unread_notification_count.thread-count-show,
.pmagic #unread_thread_count.thread-count-show {
    display: block;
    right: -6px;
    top: 6px
}
.pmagic #pm_notification_view_area {
    margin: 4em
}
.pmagic #pm_load_more_notif {
    max-width: 439px;
    background-color: #f9f9f9;
    background-color: #f9f9f9;
    margin-top: 25px;
    padding: 5px 0;
    font-size: 12px;
    text-align: center;
    cursor: pointer
}
.pmagic .pm_add_friend_request,
.pmagic span.pm-add-friend {
    cursor: pointer;
    margin-right: 8px
}
#pg-messages .pm-section.pm-dbfl .pm-section-nav-vertical #threads_ul li a img.avatar {
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%
}
.pm-section .pm_full_width_profile {
    width: 100%!important;
    max-width: 100%!important
}
.pmagic .pm-blog-desc-wrap #chat_message_form input#receipent_field {
    background-color: transparent;
    border: 0;
    text-shadow: none;
    max-height: 40px;
    outline: 0;
    height: 40px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    padding: 0 8px
}

.pm-group-view .pm-profile-tabs #pg-about {
    width: 100%
}
.pm-group-view .pm-section .pm-section-content .pm-section-wrapper {

}
.pmagic .pm_frontend_attachment .attachment_icon img {
    width: auto
}
.pmagic #pm-msg-overlay.pm-overlay-show {
    position: absolute;
    min-height: 500px;
    width: 100%;
    background-color: rgba(255, 255, 255, .5);
    z-index: 99
}
.pmagic .pm-sending-msg {
    opacity: .5
}
.pmagic .pm-messenger-button {
    position: relative
}
.pmagic .pm-messenger-button label {
    float: right
}
.pmagic .pm-messenger-button svg {
    width: 35px;
    float: right;
    margin-right: 4px;
    margin-top: 8px;
    cursor: pointer;
    height: 24px;
    animation: pg-paper-plane .5s ease-out 1
}
@keyframes pg-paper-plane {
    from {
        transform: translateX(-150px);
        opacity: 0
    }
    to {
        transform: translateX(0);
        opacity: 1
    }
}
.pmagic .pm-chat-messenger-box .emoji-container input[type=submit] {
    display: none
}
.pmagic .pm-chat-messenger-box .emoji-container input[type=submit]:hover {
    background-color: transparent
}
.pmagic .pm-conversations-container .pm-msg-user {
    padding: 8px
}
#pg-messages .pm-section .pm-section-nav-vertical ul.dbfl li {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #e1e1e1;
    padding: 4px 0 4px 0;
    position: relative
}
.pm-group-view .pm-section .pm-section-nav-vertical ul li::before {
    display: none
}
.pmagic #pg-messages ul#threads_ul li .messagedelete_thread {
    float: right;
    display: none;
    position: absolute;
    right: 0;
    top: 8px
}
.pmagic #pg-messages ul#threads_ul li:hover .messagedelete_thread {
    display: block
}
.pmagic #pg-messages ul#threads_ul li .messagedelete_thread a {
    width: 14px;
    height: 14px;
    font-size: 0;
    margin: 14px 6px 15px 0;
    float: left
}
.pmagic .pm-conversation-time {
    clear: left;
    font-size: 10px
}
.pmagic .pm-conversation-box-user img {
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    margin: 8px 4px 4px 0;
    width: 36px;
    height: 36px
}
.pmagic .pm-conversations-container .pm-thread-user {
    padding-top: 4px;
    width: 6em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
.pmagic .pm-user-status.pm-online {
    background-image: url(//www.aerovol.groupesri.com/wp-content/plugins/profilegrid-user-profiles-groups-and-communities/public/partials/images/pm-user-online-icon.png);
    background-repeat: no-repeat;
    width: 12px;
    height: 50px;
    background-position: 100% 50%;
    margin-left: 8px
}
.pmagic .pm-user-status.pm-offline {
    background-image: url(//www.aerovol.groupesri.com/wp-content/plugins/profilegrid-user-profiles-groups-and-communities/public/partials/images/pm-user-offline-icon.png);
    background-repeat: no-repeat;
    width: 12px;
    height: 50px;
    background-position: 100% 50%;
    margin-left: 2px
}
.pmagic .pm-user-conversations-counter {
    padding: 12px
}
.pm-group-view .pm-section .pm-section-nav-vertical ul#threads_ul {
    overflow-y: auto;
    max-height: 476px
}
.pm-group-view .pm-section .pm-section-nav-vertical ul#threads_ul::-webkit-scrollbar {
    width: 8px;
    background-color: #f4f4f4
}
.pm-group-view .pm-section .pm-section-nav-vertical ul#threads_ul::-webkit-scrollbar-track {
    border-radius: 10px
}
.pm-group-view .pm-section .pm-section-nav-vertical ul#threads_ul::-webkit-scrollbar-thumb {
    background-color: #e0e0e0;
    width: 8px;
    height: 4px
}
.pmagic .pm-message-thread-time {
    font-size: 80%;
    padding: 8px;
    float: left
}
.pmagic .pm-group-view .pm-profile-tabs a::after {
    display: none
}
.pmagic .pm-notification {
    position: relative;
    padding: 1em 1em 1em 2em;
    border-left: 4px solid #ddd;
    width: 100%;
    float: left
}
.pmagic .pm-notification:before {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: -24px;
    color: #fff;
    width: 42px;
    height: 42px;
    border-radius: 100%;
    text-align: center;
    line-height: 42px;
    font-weight: 700;
    font-family: Georgia;
    text-shadow: 1px 1px rgba(0, 0, 0, .5)
}
.pmagic .pm-group-blog-post-notice {
    border-color: #f9f9f9
}
.pmagic .pm-group-blog-post-notice:before {
    content: "";
    background-color: #ffa71b;
    background-image: url(//www.aerovol.groupesri.com/wp-content/plugins/profilegrid-user-profiles-groups-and-communities/public/partials/images/pm-blog-post-notification.png);
    background-repeat: no-repeat;
    background-position: 50% 50%
}
.pmagic .pm-friend-request-notice {
    border-color: #f9f9f9
}
.pmagic .pm-friend-request-notice:before {
    content: "";
    background-color: #68d6b6;
    background-image: url(//www.aerovol.groupesri.com/wp-content/plugins/profilegrid-user-profiles-groups-and-communities/public/partials/images/pm-new-friend-request.png);
    background-repeat: no-repeat;
    background-position: 50% 50%
}
.pmagic .pm-new-post-comment-notice {
    border-color: #f9f9f9
}
.pmagic .pm-new-post-comment-notice:before {
    content: "";
    background-color: #bf7bde;
    background-image: url(//www.aerovol.groupesri.com/wp-content/plugins/profilegrid-user-profiles-groups-and-communities/public/partials/images/pm-new-post-comment.png);
    background-repeat: no-repeat;
    background-position: 50% 50%
}
.pmagic .pm-new-friend-added-notice {
    border-color: #f9f9f9
}
.pmagic .pm-new-friend-added-notice:before {
    content: "";
    background-color: #8fa3f2;
    background-image: url(//www.aerovol.groupesri.com/wp-content/plugins/profilegrid-user-profiles-groups-and-communities/public/partials/images/pm-new-friend-added.png);
    background-repeat: no-repeat;
    background-position: 50% 50%
}
.pmagic .pm-notification .pm-notification-card {
    max-width: 400px;
    border-radius: 8px;
    width: 100%;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .16), 0 0 0 1px rgba(0, 0, 0, .08);
    position: relative;
    margin-left: 30px;
    background-color: #fff
}
.pmagic .pm-notification-date {
    position: absolute;
    left: -36px;
    font-size: 12px;
    top: 62%;
    background-color: rgba(255, 255, 255, .67)
}
.pmagic .pm-notification-profile-image img {
    width: 55px;
    height: 55px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    object-fit: cover
}
.pmagic .pm-notification-profile-image {
    width: 20%
}
.pmagic .pm-notification-description {
    width: 80%
}
.pmagic .pm-notification-user {
    font-size: 14px
}
.pmagic .pm-notification-user-activity {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
.pmagic .pm-notification-footer {
    background-color: #f9f9f9;
    background-color: #f9f9f9;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px
}
.pmagic .pm-notification-buttons {
    padding: 7px
}
.pmagic .pm-notification-buttons a {
    padding: 0 7px 0 7px
}
.pmagic #pg-notifications {
    width: 100%
}
.pmagic .pm-notification-close {
    position: absolute;
    right: 3px;
    top: 4px;
    cursor: pointer;
    background-color: #e1e0e1;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 30px;

}
.pmagic .pm-notification-close svg {
    fill: #8a8989;
    height: 18px;
}
.pmagic .pm-myfriends-list {
    position: relative;
    margin-top: 50px;
    width: 100px;
    height: 100px;
    margin: 5px
}
.pmagic.pm-myfriends-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    border-radius: 100%;
    background: rgba(0, 0, 0, 0);
    transition: background .5s ease
}
.pmagic .pm-myfriends-list:hover .pm-myfriends-overlay {
    display: block;
    background: rgba(255, 255, 255, .65);
    height: 100%;
    position: absolute;
    z-index: 1;
    width: 100%
}
.pmagic .pm-myfriends-list img {
    position: absolute;
    width: 100px;
    height: 100px;
    left: 0;
    border-radius: 100%;
    margin: 0!important
}
.pmagic .pm-friend-message-Remove,
.pmagic .pm-friend-message-button,
.pmagic .pm-friend-select {
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    opacity: 0;
    transition: opacity .35s ease;
    z-index: 99;
    cursor: pointer
}
.pmagic .pm-friend-message-button {
    top: 34px
}
.pmagic .pm-friend-message-Remove {
    top: 58px
}
.pmagic .pm-friend-select {
    top: 10px
}
.pmagic #pg-friends .pm-selected-image,
.pmagic .pm-myfriends-list:hover .pm-friend-message-Remove,
.pmagic .pm-myfriends-list:hover .pm-friend-message-button,
.pmagic .pm-myfriends-list:hover .pm-friend-select {
    opacity: 1;
    animation-name: slideInUp;
    animation-duration: .5s;
    animation-fill-mode: both
}
@keyframes slideInUp {
    from {
        transform: translate3d(0, 100%, 0);
        visibility: visible;
        opacity: 0
    }
    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}
.pmagic .pm-myfriends-list:hover .pm-friend-select {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}
.pmagic .pm-myfriends-list:hover .pm-friend-message-button {
    -webkit-animation-delay: 50ms;
    animation-delay: 50ms
}
.pmagic .pm-myfriends-list:hover .pm-friend-message-Remove {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}
.pmagic .pm-friend-message-Remove a,
.pmagic .pm-friend-message-button a,
.pmagic .pm-friend-select label {
    width: 65px;
    text-align: center;
    border: solid 2px #fff;
    z-index: 1;
    font-size: 12px;
    background-color: rgba(255, 255, 255, .76);
    border-radius: 6px;
    font-weight: 400;
    border: 0;
    display: inline-block;
    padding: 2px 2px;
    height: 21px;
    line-height: 16px;
    cursor: pointer
}
.pmagic #pg-friends .pm-selected-image {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999;
    border-radius: 100%;
    background-color: #fff;
    border: 1px solid rgba(216, 214, 214, .59);
    text-align: center;
    padding-top: 15px
}
.pmagic #pg-friends .pm-selected-image svg {
    width: 70px;
    height: 70px
}
.pmagic .pm-friend-status.pm-offline {
    background-image: url(//www.aerovol.groupesri.com/wp-content/plugins/profilegrid-user-profiles-groups-and-communities/public/partials/images/pm-user-offline-icon.png);
    background-repeat: no-repeat;
    width: 12px;
    height: 18px;
    background-position: 100% 50%;
    display: inline-block
}
.pmagic .pm-friend-status.pm-online {
    background-image: url(//www.aerovol.groupesri.com/wp-content/plugins/profilegrid-user-profiles-groups-and-communities/public/partials/images/pm-user-online-icon.png);
    background-repeat: no-repeat;
    width: 12px;
    height: 18px;
    background-position: 100% 50%;
    display: inline-block
}
.pmagic .pm-myfriends-list-wrap .pm-friend-info {
    text-align: center
}
.pmagic .pm-myfriends-list-wrap .pm-friend-info .pm-friend-name {
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    display: inline-block;
    text-align: left;
    padding: 0;
    margin: 0;
    line-height: 20px
}
.pmagic .pm-myfriends-list-wrap .pm-friend-info .pm-friend-name a {
    padding: 0;
    margin: 0
}
.pmagic .pm-my-friends .pm-myfriends-list-wrap {
    margin: 10px
}
.pmagic .pm-myfriends-list .pm-friend-select input[type=checkbox] {
    width: 0;
    height: 0;
    float: left;
    visibility: hidden;
    display: none
}
.pmagic .pm-myfriends-list .pm-friend-message-Remove a {
    color: red
}
.pmagic #pg-friend-requests .pm-my-friends,
.pmagic #pg-myfriends .pm-my-friends,
.pmagic #pg-requests-sent .pm-my-friends {
    width: 98%;
    border-top: 1px solid #e1e1e1;
    float: left;
    margin: 10px 0 0 4%
}
.pmagic #pg-myfriends.pm-thirdparty-friends {
    border-left: 0;
    width: 100%
}
.pmagic #pg-myfriends.pm-thirdparty-friends .pm-my-friends {
    border-top: 0
}
.pmagic #pg-friend-requests,
.pmagic #pg-myfriends,
.pmagic #pg-requests-sent {
    border-left: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1
}
.pmagic .notification-count {
    color: #db544e
}
.pmagic .pm-delete {
    background-color: #db544e;
    color: #fff;
    color: #fff;
    background-image: none;
    text-shadow: none
}
.pmagic .pm-friend-action-bar button {
    border-radius: 5px;
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
    margin-right: 5px;
    box-shadow: none;
    border: 0
}
.pmagic .pg-friend-error-notice {
    padding: 50px 20px;
    min-height: 200px;
    font-style: italic
}
.pmagic .pg-friend-error-notice.pg-no-friends {
    padding: 0
}
.pmagic #preview-avatar-profile {
    display: inline-block
}
.pg-datepicker-wrap .ui-datepicker.ui-widget.ui-widget-content {
    border: none;
    box-shadow: 0 0 0 1px rgba(14, 41, 57, .12), 0 2px 5px rgba(14, 41, 57, .44), inset 0 -1px 2px rgba(14, 41, 57, .15);
    padding: 10px;
    font-family: Roboto, Helvetica, serif;
    border-radius: 0;
    max-width: 320px;
    background-color: #fff;
    width: 100%;
    z-index: 99999!important
}
.pg-datepicker-wrap .ui-datepicker.ui-widget.ui-widget-content table.ui-datepicker-calendar {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.75em;
    table-layout: fixed;
    width: 100%
}
.pg-datepicker-wrap .ui-datepicker-header.ui-widget-header {
    background-image: none;
    background-color: #e1e1e1;
    border: none;
    padding: 18px 0!important;
    border-radius: 0;
    position: relative
}
.pg-datepicker-wrap .ui-widget-content .ui-state-default {
    border-color: #fff!important;
    background-image: none!important;
    text-align: center;
    border-radius: 4px
}
.pg-datepicker-wrap .ui-state-active,
.pg-datepicker-wrap .ui-widget-content .ui-state-active {
    background-color: #6495ed!important;
    color: #fff!important
}
.pg-datepicker-wrap #ui-datepicker-div .ui-datepicker-calendar th {
    font-weight: lighter;
    border: 0;
    text-align: center
}
.pg-datepicker-wrap #ui-datepicker-div .ui-datepicker-calendar td,
.pg-datepicker-wrap #ui-datepicker-div .ui-datepicker-calendar th {
    width: 14.28%
}
.pg-datepicker-wrap .ui-state-highlight,
.pg-datepicker-wrap .ui-widget-content .ui-state-highlight {
    background-color: #f0f8ff!important
}
.pg-datepicker-wrap #ui-datepicker-div.ui-datepicker select.ui-datepicker-month,
.pg-datepicker-wrap #ui-datepicker-div.ui-datepicker select.ui-datepicker-year {
    display: inline-block;
    margin-right: 10px;
    background-image: none;
    border: 0;
    height: auto;
    padding: 0;
    -webkit-appearance: menulist;
    float: left!important
}
.pg-datepicker-wrap .ui-datepicker select.ui-datepicker-month,
.pg-datepicker-wrap .ui-datepicker select.ui-datepicker-year {
    width: 42%!important;
    float: none!important
}
.pg-datepicker-wrap .ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
    margin-top: -10px
}
.pg-datepicker-wrap .ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em
}
.pg-datepicker-wrap .ui-datepicker .ui-datepicker-prev {
    left: 2px
}
.pg-datepicker-wrap .ui-datepicker .ui-datepicker-next {
    right: 2px
}
.pg-datepicker-wrap .ui-widget-content .ui-state-default {
    border: 1px solid #fff;
    background-color: #e6e6e6;
    text-align: center;
    border-radius: 4px;
    display: block;
    padding: .2em;
    font-weight: 400;
    color: #555;
    text-decoration: none
}
.pg-datepicker-wrap #ui-datepicker-div .ui-datepicker-calendar td {
    padding: 0;
    border-width: 0
}
.pg-datepicker-wrap .ui-widget-header .ui-icon {
    background-image: url(//www.aerovol.groupesri.com/wp-content/plugins/profilegrid-user-profiles-groups-and-communities/public/partials/images/pg-ui-icon.png)
}
.pg-datepicker-wrap .ui-icon-circle-triangle-w {
    background-position: -80px -192px
}
.pg-datepicker-wrap .ui-icon-circle-triangle-e {
    background-position: -48px -192px
}
.pg-datepicker-wrap .ui-icon {
    width: 16px;
    height: 16px;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}
.pg-datepicker-wrap .ui-datepicker .ui-datepicker-next span,
.pg-datepicker-wrap .ui-datepicker .ui-datepicker-prev span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px
}
.pmagic .pmagic-form .pm-stripe-wrapper .pmrow .pm-field-input select {
    display: inline-block
}
.pmagic i.fa {
    margin-right: 5px
}
.pg-group-menu-slab {
    width: 100%;
    height: 50px;
    border: 1px solid #ddd;
    border: 1px solid rgba(221, 221, 221, .84);
    margin-bottom: 10px;
    border-radius: 3px;
    overflow: hidden;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .62)
}
.pg-group-menu-slab .pg-group-menu-img img {
    width: 50px!important;
    height: 50px!important;
    object-fit: cover;
    border-radius: 0;
    box-shadow: none
}
.pg-group-menu-name {
    padding: 5px 10px;
    line-height: 35px;
    width: 83%;
    width: calc(100% - 50px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px
}
.pg-group-menu-name a {
    text-decoration: none;
    box-shadow: none
}
.widget-box.pg_groups_menu,
.widget.pg_groups_menu {
    width: 100%;
    display: inline-block
}
.widget-box.pg_groups_menu a.pm-dbfl,
.widget.pg_groups_menu a.pm-dbfl {
    box-shadow: none;
    margin: 0
}
.pmagic .pm-field-input .pm_frontend_attachment.pm_edit_attachment {
    width: 100%;
    float: left;
    margin-bottom: 12px
}
.pmagic .pm-field-input .pm_frontend_attachment.pm_edit_attachment .attachment_icon img {
    max-height: 100px;
    float: left
}
.pmagic .pm-field-input .pm_frontend_attachment.pm_edit_attachment .pm_removebutton {
    float: left;
    margin: 40px 15px;
    height: 100%
}
.pmagic #pg_group_tabs #pg_group_setting .pm-section-nav-vertical {
    overflow: hidden;
    max-width: 150px;
    width: 20%
}
.pmagic #pg_group_tabs #pg_group_setting .pm-section-content {
    width: 80%;
    margin: 0;
    border-left: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    min-height: 342px;
    min-height: 520px
}
.pmagic #pg_show_inbox .pg-rm-inbox,
.pmagic #pg_show_pending_post .pg-pending-posts {
    border-radius: 50%;
    color: #fff;
    text-align: center;
    min-width: 18px;
    font-size: 10px;
    line-height: 18px;
    background-color: #000;
    display: inline-block;
    margin-left: 2px
}
.pmagic .pg-members-sortby .pg-sort-dropdown {
    display: inline-block
}
.pmagic .pg-group-sorting-ls.pg-members-sortby .pg-sort-dropdown {
    width: 62%;
    margin-left: 5px
}
.pmagic .pg-group-sorting-ls.pg-members-sortby .pg-sort-dropdown select {
    width: 100%;
    min-height: auto
}
.pmagic .pg-group-sorting-rs .pg-members-sortby .pg-sort-dropdown {
    width: 100%
}
.pmagic .pg-group-sorting-rs .pg-members-sortby .pg-sort-dropdown select {
    width: 100%;
    height: 30px;
    min-height: auto
}
.pmagic .pg-group-sorting-ls {
    width: 54%
}
.pmagic .pg-group-sorting-rs {
    width: 46%
}
.pmagic .pg-group-sorting-ls .pg-sortby-alpha {
    width: 70%
}
.pmagic .pg-group-sorting-ls .pg-sortby-alpha .pg-group-sorting-title {
    width: 27%;
    padding: 8px 0
}
.pmagic .pg-group-sorting-ls .pg-sortby-number {
    width: 28%
}
.pmagic .pg-group-sorting-ls .pg-sortby-number .pg-sort-dropdown {
    width: 100%
}
.pg-setting-disabled {
    opacity: .5;
    pointer-events: none
}
.pmagic .pg-group-setting-blog .pg-group-sorting-fw {
    width: 100%;
    margin-bottom: 10px
}
.pmagic .pg-group-setting-blog .pg-group-sorting-fw .pg-sortby-alpha {
    width: 74%
}
.pmagic .pg-group-sorting-rs .pg-member-search input {
    width: 100%;
    font-size: 12px;
    margin-left: 5px!important;
    padding: 10px;
    height: 32px;
    min-height: auto
}
.pmagic .pg-group-sorting-rs .pg-add-member {
    width: 21%
}
.pmagic .pg-group-sorting-rs .pg-members-sortby {
    width: 43%
}
.pmagic .pg-group-sorting-rs .pg-member-search {
    width: 36%
}
.pmagic .pg-member-search input {
    width: auto
}
.pg-add-member {
    padding: 8px
}
.pmagic .pg-members-sortby .pg-sort-dropdown select,
#pm-advance-search-form #advance_search_pane .pm-search-box select{
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc)!important;
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.9em) .5em!important;
    background-size: 7px 6px, 5px 6px, 1px 1.5em!important;
    background-repeat: no-repeat!important;
    margin: 0!important;
    background-color: transparent!important;
    border: 0!important
}
.pmagic .pg-members-sortby .pg-sort-dropdown select,
#pm-advance-search-form #advance_search_pane .pm-search-box select{
    background-color: #fff;
    display: inline-block;
    font: inherit;
    line-height: 1.5em;
    padding: .5em 3.5em .5em 1em!important;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0;
    height: auto
}
.pmagic .pm-profile-tab-wrap li.pg-group-setting {
    list-style: none;
    float: right
}
.pmagic .pm-profile-tab-wrap li.pg-group-setting:before {
    display: none
}
.pmagic .pg-group-setting-head {
    margin: 10px 0 20px 0
}
.pmagic .pg-group-members,
.pmagic .pg-group-setting-blog {
    margin-left: 3%;
    font-size: 12px
}
.pg-group-setting-blog-batch,
.pg-group-setting-member-batch {
    padding-left: 0
}
.pg-group-setting-blog-batch .pg-group-setting-blog-link,
.pg-group-setting-member-batch .pg-group-setting-blog-link,
.pg-group-setting-request-batch .pg-group-setting-blog-link {
    padding: 0 18px 0 0
}
.pg-group-setting-blog-batch .pg-group-setting-blog-link a,
.pg-group-setting-member-batch .pg-group-setting-blog-link a,
.pg-group-setting-request-batch .pg-group-setting-blog-link a {
    text-decoration: underline;
    box-shadow: none;
    font-weight: 600
}
.pg-group-setting-blog-batch .pg-group-setting-blog-link a:hover,
.pg-group-setting-member-batch .pg-group-setting-blog-link a:hover,
.pg-group-setting-request-batch .pg-group-setting-blog-link a:hover {
    text-decoration: none
}
.pg-group-membership-table-wrap {
    width: 100%;
    overflow-x: auto
}
.pmagic table.pg-group-membership-table {
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    margin: 0 0 25px;
    font-size: 13px;
    background-color: #fff
}
.pmagic table.pg-group-membership-table th,
.pmagic table.pg-group-membership-table td {
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #ededed;
    white-space: nowrap
}
.pmagic table.pg-group-membership-table th {
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: .04em;
    color: #6d6d6d;
    font-weight: 600
}
.pmagic table.pg-group-membership-table td {
    color: #333;
    font-weight: 400
}
.pmagic table.pg-group-membership-table tr:nth-child(even) {
    background-color: #fafafa
}
@media only screen and (max-width:600px) {
    .pmagic table.pg-group-membership-table th,
    .pmagic table.pg-group-membership-table td {
        white-space: normal
    }
}
.pmagic table.pg-group-members {
    border-collapse: collapse;
    font-size: 12px;
    width: 100%;
    max-width: 100%;
    margin-bottom: 25px;
    border: 0;
    table-layout: auto;
    display: inline-table;
    margin: 0
}
.pmagic table.pg-group-members input.pg-blog-checked,
.pmagic table.pg-group-members input.pg-blog-checked-all,
.pmagic table.pg-group-members input.pg-member-checked,
.pmagic table.pg-group-members input.pg-member-checked-all {
    min-height: auto;
    height: auto;
    margin: 0
}
.pmagic table.pg-group-members td .pg-member-avatar {
    width: 26px
}
.pmagic table.pg-group-members tr:nth-child(odd) {
    background-color: #fafafa;
    background-color: #fafafa
}
.pmagic table.pg-group-members tr {
    border: 0;
    background-color: #fff;
    background-color: #fff
}
.pmagic .pg-sort-icon i.fa-sort {
    padding-left: 5px
}
.pmagic table.pg-group-members td,
.pmagic table.pg-group-members th {
    padding: 8px 6px;
    border: 0;
    text-align: left;
    white-space: nowrap;
    vertical-align: middle;
    text-transform: capitalize;
    font-weight: 400
}
.pmagic table.pg-group-members td:first-child,
.pmagic table.pg-group-members th:first-child {
    text-align: center
}
.pmagic table.pg-group-members .pg-group-member-name a {
    max-width: 75px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    box-shadow: 0 1px 0 0 currentColor!important;
    line-height: 14px;
    text-decoration: none
}
.pmagic table.pg-group-members .pg-group-member-name a:hover {
    box-shadow: 0 0 0 0 currentColor!important
}
.pmagic table.pg-group-members .pg-member-avatar img {
    border-radius: 50%;
    width: 26px;
    height: 26px;
    margin: 0
}
.pmagic table.pg-blog-setting .pg-blog-title a {
    max-width: 75px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    box-shadow: 0 1px 0 0 currentColor!important;
    line-height: 16px
}
.pmagic table.pg-blog-setting .pg-pending-blog-title {
    max-width: 75px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    line-height: 16px
}
.pmagic table.pg-blog-setting .pg-update-message svg {
    margin-top: 7px
}
.pmagic .pg-group-edit-setting #pm_edit_group .pm-group-change-icon img {
    margin: 0 auto
}
.pmagic .pg-group-edit-setting #pm_edit_group .pm-edit-action {
    text-align: center
}
.pmagic .pg-group-edit-setting #pm_edit_group .pm-group-edit-form .pm-col {
    width: 100%;
    float: left
}
.pmagic .pg-group-edit-setting #pm_edit_group .pm-group-edit-form .pm-field-lable {
    text-align: center
}
.pmagic .pg-group-edit-setting #pm_edit_group .pm-group-edit-form .pm-field-input input {
    font-size: 12px
}
.pmagic .pg-group-edit-setting #pm_edit_group .pm-group-edit-form .pm-field-input textarea {
    min-height: 140px;
    font-size: 12px!important;
    padding: 8px;
    line-height: 20px!important
}
.pmagic .pg-setting-dropdown,
.pmagic .pg-sort-dropdown {
    position: relative
}
.pmagic .pg-dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border: 1px solid rgba(221, 221, 221, .85);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 3px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box
}
.pmagic ul.pg-dropdown-menu li {
    list-style: none
}
.pmagic ul.pg-dropdown-menu li a {
    display: block;
    padding: 4px 4px 4px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    font-size: 12px;
    text-align: left
}
.pmagic ul.pg-dropdown-menu li a:hover {
    text-decoration: none
}
.pmagic ul.pg-dropdown-menu li:before {
    display: none
}
.pmagic .pg-setting-dropdown .pg-dropdown-icon i {
    padding-left: 10px;
    cursor: pointer
}
.pg-group-setting-popup-footer {
    padding: 15px 10px;
    background-color: #fefefe;
    border-top: 1px solid #e1e1e1
}
.pg-group-setting-popup-footer .pg-group-setting-bt {
    padding-right: 25px
}
.pg-group-setting-popup-footer .pg-group-setting-bt a {
    text-decoration: none;
    box-shadow: none;
    cursor: pointer
}
#pm-edit-group-popup .pm-popup-container {
    font-size: 12px
}
#pm-edit-group-popup .pm-popup-container .pm-popup-title {
    text-align: left;
    font-weight: 600;
    font-size: 12px;
    color: #000;
    box-sizing: border-box;
}
#pm-edit-group-popup .pmrow {
    width: 95%;
    margin: 0 auto;
    float: none
}
#pm-edit-group-popup #pg_text_counter {
    text-align: right
}
#pm-edit-group-popup .pg-edit-group-popup-loader {
    min-height: 150px;
    width: 100%;
    float: left;
    text-align: center;
    padding-top: 50px
}
#pm-edit-group-popup .pg-group-setting-popup-wrap {
    min-height: 160px;
    padding: 20px 10px
}
#pm-edit-group-popup .pg-group-setting-popup-wrap .pg-info-message {
    margin-bottom: 28px
}
#pm-edit-group-popup #pg_change_post_status_form .pm-radio-option input {
    display: inline-block;
    margin: 0 6px 0 0;
    padding: 0
}
#pm-edit-group-popup .pg-group-setting-popup-wrap .errortext,
#pm-edit-group-popup .pg-group-setting-popup-wrap .pg-users-send-box .errortext {
    color: red;
    text-align: left;
    float: left;
    margin-top: 6px
}
#pm-edit-group-popup .group-popup-container {
    width: 85%;
    margin: 0 auto
}
.group-popup-container {
    text-align: right
}
.group-popup-container a {
    padding-left: 10px;
    box-shadow: none!important;
    text-decoration: underline;
    cursor: pointer
}
#pm-edit-group-popup .group-popup-container .pm_repeat:first-child .pg-remove-user {
    display: none
}
#pg_password_meter_outer {
    background-color: #edecec;
    height: 10px;
    width: 80%;
    border-radius: 3px;
    overflow: hidden
}
.group-popup-container #pg_password_result {
    margin-top: 15px
}
.group-popup-container .pg-email-password {
    text-align: left;
    margin: 20px 0
}
#pm-edit-group-popup .group-popup-container input {
    font-size: 12px;
    width: auto;
    min-height: auto
}
#pm-edit-group-popup .group-popup-container input[type=email],
#pm-edit-group-popup .group-popup-container input[type=password] {
    width: 100%
}
#pm-edit-group-popup .pmradio .pm-radio-option {
    margin-right: 8px;
    margin-bottom: 4px
}
#pm-edit-group-popup .pmradio .pm-radio-option label {
    padding-left: 6px;
    display: inline-block
}
#pm-edit-group-popup .pg-users-send-box {
    margin-bottom: 15px
}
#pm-edit-group-popup .pg-users-send-box .pm-field-lable {
    font-weight: 700;
    width: 15%
}
#pm-edit-group-popup .pg-users-send-box .pm-field-input {
    width: 75%
}
#pm-edit-group-popup .pg-users-send-box .pm-field-input textarea {
    width: 100%;
    font-size: 12px!important;
    font-weight: 400
}
#pm-edit-group-popup .pg-users-send-box .pm-field-input .pm-message-username {
    background-color: #e6f6ff;
    border: 1px solid #49b1ea;
    padding: 5px 8px;
    border-radius: 3px;
    font-weight: 400;
    font-size: 12px;
    color: #49b1ea
}
.pg-invited-user-result {
    margin-bottom: 12px;
    border-radius: 5px
}
.pg-invited-user-result .pg-invited-user img {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    float: left;
    margin: 0
}
.pg-invited-user-info {
    width: 80%;
    width: calc(100% - 100px);
    margin-top: 0;
    margin-left: 12px
}
.pg-invited-user-email {
    font-weight: 600
}
.pg-admin-note {
    background-color: #fffbea;
    border-left: solid 5px #f4d247;
    line-height: 18px;
    padding: 15px 18px;
    margin-bottom: 20px
}
.pmagic .pg-user-groups-wrap .pg-user-group-icon {
    width: 30%;
    padding: 3%
}
.pmagic .pg-user-groups-wrap .pg-user-group-icon img {
    max-height: 100px;
    object-fit: cover;
    border-radius: 100%;
    width: 70px;
    height: 70px
}
.pmagic .pg-user-groups-wrap .pg-user-group-desc {
    width: 70%;
    line-height: 20px;
    min-height: 132px;
    padding: 3%;
    text-align: left
}
.pmagic .pg-user-groups-wrap .pg-user-group-head .pg-setting-dropdown {
    float: right
}
.pmagic ul.pg-dropdown-menu li a.pm-remove {
    color: #a00a00
}
.pmagic .pm-group-image .pg-group-limit-message {
    font-size: 12px;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 10px
}
#pg-group-badge {
    float: right;
    width: 100%;
    text-align: right;
    margin: 33px 12px 0 0
}
#pg-group-badge #pg-group-badge-dock ul li a {
    float: left;
    position: relative
}
#pg-group-badge #pg-group-badge-dock ul li:nth-child(1) a {
    z-index: 5
}
#pg-group-badge #pg-group-badge-dock ul li:nth-child(2) a {
    z-index: 4
}
#pg-group-badge #pg-group-badge-dock ul li:nth-child(3) a {
    z-index: 3
}
#pg-group-badge #pg-group-badge-dock ul li:nth-child(4) a {
    z-index: 2
}
#pg-group-badge #pg-group-badge-dock ul li:nth-child(5) a {
    z-index: 1
}
#pg-group-badge li {
    list-style-type: none;
    display: inline-block;
    position: relative;
    margin: 0 -10px 0 -10px
}
#pg-group-badge li img {
    width: 50px !important;
    height: 50px !important;
    object-fit: cover;
    -webkit-transition: all .3s;
    -webkit-transform-origin: 50% 100%;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out
}
#pg-group-badge li:hover img {
    -webkit-transform: scale(2);
    margin: 0 2em
}
#pg-group-badge ul.pm-single-group-badge li:hover img {
    -webkit-transform: scale(1.5);
    margin: 0 2em;
    -webkit-transition: all .3s;
    -webkit-transform-origin: 50% 50%
}
#pg-group-badge ul.pm-single-group-badge li img {
    -webkit-transform: scale(1.5);
    margin: 0 2em;
    -webkit-transition: all .3s;
    -webkit-transform-origin: 50% 50%
}
.pmagic .pg-group-setting-blog #pm-edit-group-blog-html-container,
.pmagic .pg-group-setting-blog #pm-edit-group-member-html-container,
.pmagic .pg-group-setting-blog #pm-edit-group-request-html-container {
    width: 100%
}
.pg-group-user-info-box {
    margin: 8px 0;
    border-radius: 5px;
    border: 1px solid #ececec
}
.pg-group-user-info-box .pg-group-user-avatar img {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    float: left;
    margin: 0
}
.pg-group-user-info-box .pg-group-user-info {
    width: 80%;
    width: calc(100% - 100px);
    margin-top: 3px;
    margin-left: 12px;
    margin-top: 8px
}
.pmagic .pm-group-view .pm-section .pm-section-content .rm-user-row>.rm-user-row {
    display: none
}
.pmagic .pm-group-view .pm-section .pm-section-content .rmagic-table>.rm-user-row {
    display: none
}
.pmagic .pm-group-view .pm-section .pm-section-content .rmagic-table {
    width: 100%
}
.pmagic .pm-group-view .pm-section .pm-section-content #rm_my_sub_tab {
    padding: 10px
}
#rmwc_address_tab .rmwc-fe-address {
    width: 46%;
    float: left;
    text-align: center;
    margin: 0 2%
}
.pmagic .pm-group-view .pm-section .pm-section-content .rm-user-row>.rm-user-row {
    display: none
}
.pmagic .pm-group-view .pm-section .pm-section-content .rmagic-table>.rm-user-row {
    display: none
}
.pmagic .pm-group-view .pm-section .pm-section-content .rmagic-table {
    width: 100%
}
.pmagic .pm-group-view .pm-section .pm-section-content #rm_my_sub_tab {
    padding: 10px
}
#rmwc_address_tab .rmwc-fe-address {
    width: 46%;
    float: left;
    text-align: center;
    margin: 0 2%
}
.pmagic .pm-group-view .pm-section .pm-section-content .rmagic-table table,
.pmagic .pm-group-view .pm-section .pm-section-content .rmagic-table table td,
.pmagic .pm-group-view .pm-section .pm-section-content .rmagic-table table th,
.pmagic .pm-group-view .pm-section .pm-section-content .rmagic-table table tr {
    border: none
}
.pmagic .pm-group-view .pm-section .pm-section-content table.rm-user-data,
.pmagic .pm-group-view .pm-section .pm-section-content table.rm-user-data td,
.pmagic .pm-group-view .pm-section .pm-section-content table.rm-user-data th,
.pmagic .pm-group-view .pm-section .pm-section-content table.rm-user-data tr {
    border: none
}
.pmagic .pm-group-view .pm-section .pm-section-content .rmagic-table table,
.pmagic .pm-group-view .pm-section .pm-section-content .rmagic-table table td,
.pmagic .pm-group-view .pm-section .pm-section-content .rmagic-table table th,
.pmagic .pm-group-view .pm-section .pm-section-content .rmagic-table table tr {
    border: none
}
.pmagic .pm-group-view .pm-section .pm-section-content table.rm-user-data,
.pmagic .pm-group-view .pm-section .pm-section-content table.rm-user-data td,
.pmagic .pm-group-view .pm-section .pm-section-content table.rm-user-data th,
.pmagic .pm-group-view .pm-section .pm-section-content table.rm-user-data tr {
    border: none
}
.pmagic .pm-widget-login-box #pm_widget-login_form input[type=password],
.pmagic .pm-widget-login-box #pm_widget-login_form input[type=text] {
    width: 100%!important;
    max-width: 100%!important;
    margin: 0!important
}
.pmagic .pm-widget-login-box .pm-login-box-error {
    margin-bottom: 15px
}
.pmagic .pm-widget-login-box #pm_widget-login_form {
    padding: 14px 10px;
    border-radius: 5px;
    background-color: rgba(253, 253, 253, .17);
    box-shadow: 0 0 1px 0 #d0d0d0
}
.pmagic .pm-widget-login-box .pm_widget-login-row label {
    margin-bottom: 5px;
    text-align: left
}
.pmagic .pm-widget-login-box .pm-login-box-bottom-container input[type=submit] {
    width: 100%
}
.pmagic .pm-widget-login-box .pm-login-box-bottom-container .pm-login-links-box {
    margin-top: 14px
}
.pmagic .pm-widget-login-box {
    width: 100%;
    max-width: 600px;
    margin: 0
}
.pmagic .pm-widget-login-box .pm_widget-login-row {
    width: 100%;
    margin-bottom: 18px
}
.pmagic .pm-widget-login-box .pm-login-box-bottom-container {
    margin: 0;
    padding: 0
}
.pmagic .pm-widget-login-box.pm-widget-login-box-large .pm_widget-login-row {
    width: 46%;
    margin: 18px 2%
}
.pmagic .pm-widget-login-box.pm-widget-login-box-large .pm-login-box-bottom-container input[type=submit] {
    width: 96%
}
.pmagic .pm-widget-login-box.pm-widget-login-box-small .pg-user-content-img {
    width: 100%;
    text-align: center
}
.pmagic .pm-widget-login-box.pm-widget-login-box-small .pg-user-content-img #pm-show-profile-image {
    float: none
}
.pmagic .pm-widget-login-box.pm-widget-login-box-small .pg-loggedin-user-info {
    width: 100%;
    text-align: center
}
.pmagic .pm-widget-login-box.pm-widget-login-box-small .pm-widget-user-group {
    width: 100%
}
.pmagic .pm-widget-login-box.pm-widget-login-box-small .pm-widget-user-group #pg-group-badge li img {
    width: 45px;
    height: 45px
}
.pmagic .pm-widget-login-box.pm-widget-login-box-small .pm-widget-user-group #pg-group-badge {
    margin: 0;
    text-align: center
}
.pmagic .pm-widget-login-box.pm-widget-login-box-small .pg-loggedin-user-info .pm-profile-title {
    width: 100%
}
.pmagic .pm-widget-login-box .pg-loggedin-user-info {
    width: 48%
}
.pmagic .pm-widget-login-box .pm-widget-user-group {
    width: 28%;
    padding: 0
}
.pmagic .pm-widget-login-box .pg-user-content {
    background-color: #fbfbfb;
    background-color: rgba(251, 251, 251, .3);
    padding: 0px;
    box-sizing: border-box;
    border-radius: 3px
}

.pmagic .pm-widget-login-box  .pg_widget_logout_link {
    border-width: 1px 0px 0px;
    background-color: #efefef;
    text-align: center;
}
.pmagic .pm-widget-login-box .pm-widget-user-group #pg-group-badge li {
    margin: 0 -13px 0 -10px;
    border: 0;
    background-image: none;
    padding: 0
}
.pmagic .pm-widget-login-box .pm-widget-user-group #pg-group-badge li:before {
    display: none
}
.pmagic .pm-widget-login-box .pm-widget-user-group #pg-group-badge li img {
    width: 30px;
    height: 30px;
}
.pmagic .pm-widget-login-box .pm-widget-user-group #pg-group-badge li:hover img {
    -webkit-transform: scale(1);
    margin: 0 1em
}
.pmagic .pm-widget-login-box #pm-show-profile-image img {
    border-radius: 100%
}
.pmagic .pg-group-filters-head {
    padding: 12px 10px
}
.pmagic .pg-group-filters-head .pg-members-sortby .pg-sort-dropdown select {
    background-color: #fff!important;
    height: 36px
}
.pmagic .pg-group-filters-head .pg-sort-view label svg {
    width: 40px;
    height: 40px
}
.pmagic .pg-group-filters-head .pg-sort-view input[type=radio] {
    display: none
}
.pmagic .pg-group-filters-head .pg-sort-view label svg {
    fill: #d8d8d8
}
.pmagic .pm-all-group-container .pm-group-list-view {
    border-bottom: 1px solid #e1e1e1;
    padding: 0px 0px;
    margin: 20px 0px;
}
.pmagic .pg-group-filters-head .pg-group-filter-rs .pg-members-sortby {
    margin-top: 2px
}

.pmagic .pg-group-filters-head .pg-group-filter-rs .pg-members-sortby .pg-sort-view{
    display: inline-flex;
}

.pmagic .pm-all-group-container .pm-group-list-view .pm-group-logo {
    min-width: 300px;
    height: 100%;
    min-height: 200px;
    padding: 0px;
}

.pmagic .pm-all-group-container .pm-group-list-view .pm-group-logo img {
    width: 100%;
    height: auto;
}
.pmagic .pm-all-group-container .pm-group-list-view .pm-group-name-desc {
    padding: 14px 12px 6px 12px !important;
    width: 40% !important;
}

.pmagic .pm-all-group-container .pm-group-list-view .pm-group-button a{
    padding-left: 0px;
}

.pmagic .pm-all-group-container .pg-group-card.pg-group-card-list .pg-group-content .pg-group-meta{
    justify-content: space-between;
}

.pmagic .pm-all-group-container .pg-group-card.pg-group-card-list .pg-group-content .pg-group-meta .pg-group-meta-item.pg-group-meta-manager{
   min-width: 128px; 
}

.pmagic .pm-all-group-container .pg-group-card.pg-group-card-list .pg-group-content .pg-group-meta .pg-group-meta-item.pg-group-meta-manager .pg-label-wrapper{
    margin: 6px 0px;
}

.pmagic .pm-all-group-container .pg-group-card.pg-group-card-list .pg-group-content .pg-group-meta .pg-group-meta-item.pg-group-meta-manager .pg-label-wrapper .pg_label{
    padding: 2px 6px;
}

.pmagic .pm-all-group-container .pm-loader {
    margin-top: 110px
}
.pmagic .pm-all-group-container .pm-group-list-view .pm-group-button {
    margin-top: 20px
}
.pmagic .pm-group-list-view-info span {
    width: auto;
    padding: 4px 6px;
    display: inline-block;
    text-align: center;
    font-size: 15px;
    line-height: 14px
}
.pmagic .pm-all-group-container .pm-group-list-view .pm-group-name-desc .pm-group-list-view-info a {
    cursor: auto
}
.pmagic .pg-group-filters-head .pg-members-sortby .pg-sort-dropdown {
    margin-top: 4px
}
.pmagic .pg-group-filters-head .pg-group-filter-rs .pg-group-search {
    margin-left: 20px
}
.pmagic .pg-group-filters-head .pg-group-filter-rs .pg-group-search input[type=text] {
    background-color: #fff;
    padding: 8px 8px;
    margin-top: 4px
}
.pmagic .pm-all-group-container .pm-group-list-view .pm-group-name-desc .pm-group-heading {
    padding: 0
}
.pmagic .pm-all-group-container .pm-group-list-view .pm-group-name-desc .pm-group-desc {
    padding: 0
}
.pmagic .pm-all-group-container .pm-group-list-view .pm-group-name-desc .pm-group-list-view-info {
    margin-top: 11px;
    float: left;
    width: auto;
    color: #949595;
    color: #949595;
    background-color: #f1f1f1;
    padding: 6px 16px;
    border: 1px solid #ececec;
    border-radius: 2px
}
.pmagic .pm-all-group-container .pm-group-list-view .pm-group-name-desc .pm-group-list-view-info:hover {
    box-shadow: 0 0 6px rgb(228 228 228)
}
.pmagic .pm-all-group-container .pm-group-list-view .pm-group-name-desc .pm-group-list-view-info span {
    color: inherit
}
.pg-group-filters-head .pg-group-sorting-rs .pg-member-search,
.pg-group-filters-head .pg-group-sorting-rs .pg-members-sortby {
    display: inline-block
}
.pg-group-filters-head .pg-group-sorting-rs .pg-member-search input[type=text] {
    background-color: #fff;
    height: 36px
}


.pmagic .pm-all-group-container .pg-group-content.pm-group-info .pg-group-meta{
    display: flex;
    justify-content: space-between;
}

.pmagic .pm-all-group-container .pg-group-content.pm-group-info .pg-group-meta .pg-group-meta-item.pg-group-meta-manager .pg-label-wrapper{
    margin: 6px 0px;
}

.pmagic .pm-all-group-container .pg-group-content.pm-group-info .pg-group-meta .pg-group-meta-item.pg-group-meta-manager .pg-label-wrapper .pg-tooltiptext{
    display: none;
}

.pmagic .pm-all-group-container .pg-group-content.pm-group-info a.pg-group-button {
    padding-left: 0px;
}

.pmagic .pm-all-group-container .pg-group-content.pm-group-info .pg-group-meta .pg-group-meta-item.pg-group-meta-manager .pg-label-wrapper .pg_label{
    padding: 2px 6px;
}

.pg-group-filters-head .pg-group-sorting-rs {
    text-align: right;
    padding-right: 10px
}
.pmagic #pg_group_tabs #pg_members #pg_members_grid_view {
    margin-top: 110px
}
#threads_ul {
    float: left
}
#pg-messages #userSection {
    float: left;
    width: 100%;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #f5f5f5
}
.pg-shortcode-content .pg-profile-tab-content,
.pg-shortcode-content .pm-message-thread-section {
    display: block!important
}


.pmagic .pm-group-cards-shortcode-title {
    text-decoration: none !important;
}

#pg-group-badge li:before {
    display: none
}
#pg-group-badge #pg-group-badge-dock ul li a {
    box-shadow: none
}
.pm-group-view.pg-shortcode-content .pg-profile-tab-content {
    width: 100%
}
.pm-group-view .pm-header-section.pm-without-cover-image {
    height: auto;
    padding: 26px 0
}
.pm-group-view .pm-header-section.pm-without-cover-image .pm-cover-image {
    height: auto
}
.pm-group-view .pm-header-section.pm-without-cover-image .pm-profile-image {
    top: 5px
}
.pm-group-view .pm-profile-title-header.pm-without-profile-image .pm-profile-title {
    margin-left: 14px
}
.pmagic .pm-group-view #pg-about .pm-section.pg-left-pannel-hide .pm-section-left-panel {
    display: none!important
}
.pmagic .pm-group-view #pg-about .pm-section.pg-left-pannel-hide .pm-section-right-panel .pm-section-content {
    width: 100%
}
.pmagic .pm-group-view #pg-about .pm-section.pg-left-pannel-hide .pm-section-right-panel .pm-section-content .pm-section-wrapper {
    padding-left: 0
}
.theme-twentyfourteen .pmagic .pm-group-view .pm-group-icon {
    max-width: 150px
}
.theme-twentyfourteen .pmagic .pm-group-view .pm-group-icon #pg-group-badge li img {
    width: 40px;
    height: 40px
}
.theme-twentyfourteen .pmagic .pm-group-view .pm-group-icon #pg-group-badge li:hover img {
    -webkit-transform: scale(1.5);
    margin: 0 2px
}
.csscalc.theme-twentyfourteen .pm-group-view .pm-profile-title {
    width: 30%
}
.csscalc .theme-twentyfourteen .page .entry-content {
    box-sizing: content-box
}

.theme-twentytwentyfour .entry-content .pmagic{
    display: inline-flex;
}

body.theme-blocksy .pmagic{
    display: flex;
}

.pmagic .pm-login-box-bottom-container .pm-login-links-box {
    width: 100%;
    padding-bottom: 0
}
.pmagic .pm-login-box-bottom-container a.pg-registration-button {
    float: none;
    width: auto;
    margin: auto;
    font-size: 1em;
    margin-left: 20px
}
.pmagic img[src*="default-user"] {
    filter: grayscale(100%);
}

#pm-advance-search-form .pm-search-box-wrap {    
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    background-color: #ffffff;
    padding: 12px 6px;
}
#pm-advance-search-form .pm-search-box-wrap .pm-search-box,
#pm-advance-search-form .pm-search-box-wrap .pm-search-box .pg-sortby-alpha{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    align-content: stretch;
}

#pm-advance-search-form .pm-search-box-wrap .pm-search-box {
    padding: 10px;
    border: 0px;
    margin: 0px;
}

#pm-advance-search-form #advance_search_pane {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    border-width: 1px 0px 1px 0px;
    max-width: 100%;
    margin: 20px 0px;
    padding: 16px 0px;
    gap: 6px
}

#pm-advance-search-form #advance_search_pane .pm-search-box {
    margin: 0px;
    padding: 0px 8px;
    border: 1px solid #e1e1e1;
    text-align: left;
}

#pm-advance-search-form #advance_search_pane .pm-search-box select {
    width: 100%;
    max-width: 100% !important;
}

#pm-advance-search-form #advance_search_pane #advance_seach_ul{
    margin: 0px;
    padding: 0px;
}

.pm-search-box-wrap .pm-search-box .pg-sortby-alpha .pg-users-sorting-title {
    margin-right: 8px;
    min-width: 75px;
    text-align: right;
}

/* message box css start */
.pg-message-box-container{
    display: flex;
    height: 100% !important;
    max-height: 500px;
    margin-top: 10px;
}

.pg-message-box-sidebar {
    max-width: 280px;
    display: flex;
    background: #fff;
    flex-direction: column;
    border-right: 1px solid #ccc;
    transition: 500ms all;
}

.pg-msg-thread-container {
    flex: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.pg-msg-thread-container .pg-msg-connection-head {
    float: left;
    width: 100%;
}

.pg-msg-thread-container .pg-msg-connection-head img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    object-fit: cover;
    margin-right: 10px;
    box-shadow: 1px 2px 3px rgb(0 0 0 / 50%);
}

.pg-msg-thread-container .pg-msg-conversation-info {
    flex: 1;
}

.pg-msg-thread-container .pg-msg-conversation-info .pg-msg-conversation-title{
    font-weight: 700;
    width: 100%;
    padding: 14px 10px;
    float: left;
}

.pg-msg-thread-container .pg-msg-conversation-info .pg-msg-thread-time {
    display: flex;
    margin-top: 3px;
    font-size: 0.85em;
}

.pg-msg-connections-type-head {
    width: 100%;
    float: left;
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
}

.pg-msg-connections-type-head input{
    width: 100%;
    height: 36px !important;
    padding: 0px 10px !important;
    border: 0px !important;
    background-color: transparent !important;
}




.pg-msg-thread-container .open {

}

.pg-msg-thread-container .open a {
    color: #000;
    letter-spacing: 3px;
}

.pg-users-search-list-wrap {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 15px 0px;
    overflow: auto;
    min-height: 200px;
}


.pg-message-box-sidebar .pg-message-box-action {
    display: flex;
    margin: 10px 0 0 0;
    padding-bottom: 10px;
    align-items: center;
    justify-content: flex-end;
    border-bottom: 1px solid #e1e1e1;
    position: relative;
}


.pg-message-box-sidebar .pg-message-box-action .pg-new-thread svg {cursor: pointer;}

.pg-message-box-sidebar .pg-message-box-action input.pg-msg-search {
    width: 100%;
    max-width: 100%;
    height: 34px;
    margin-right: 15px;
    border: 1px solid #e1e1e1;
    padding: 3px 12px;
    font-size: 14px;
}

.pg-message-box-container.pg-message-box-small .pg-message-box-sidebar .pg-message-box-action input.pg-msg-search {
    margin: 5px 15px;
}



.pg-message-box-sidebar .pg-msg-list-wrap{
    width: 100%;
    overflow: auto;
}


.pg-message-box-sidebar .pg-msg-list-wrap .pg-msg-conversation-list {
    border-bottom: 1px solid #ccc;
    background: #fff;
    display: flex;
    align-items: center;
    padding: 5px;
    height: 70px;
    cursor: pointer;
    border-left: 3px solid transparent ;
    position: relative;
}

.pg-message-box-sidebar .pg-msg-conversation-list .pg-user-status {
    background-color: #fff;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 40px;
    top: 46px;
    box-shadow: 0 0 0 2px #fff, 0 4px 6px rgb(0 0 0 / 20%);
    border-radius: 50%;

}

.pg-message-box-sidebar .pg-msg-conversation-list .pg-user-status.pg-msg-online{
    background-color: rgb(18 167 98);
}

.pg-message-box-sidebar .pg-msg-conversation-list .pg-user-status.pg-msg-offline{
    background-color: rgb(165 165 165);
}


.pg-message-box-sidebar  .pg-msg-list-wrap .pg-msg-conversation-list.active { 
    border-left: 3px solid;
    border-color: inherit;
    border-bottom: 1px solid #ccc;
}


.pg-message-box-sidebar  .pg-msg-list-wrap .pg-msg-conversation-list:hover, 
.pg-message-box-sidebar .pg-msg-list-wrap .pg-msg-conversation-list.active {
    background-color: rgba(255, 255, 255, 0.96);
    border-left: 3px solid;
    border-color: inherit;
    border-bottom: 1px solid #ccc;
}

.pg-message-box-sidebar .pg-msg-list-wrap .pg-msg-conversation-list img {
    border-radius: 50%;
    width: 48px !important;
    height: 48px !important;
    object-fit: cover;
    margin-right: 10px;
    box-shadow: 1px 2px 3px rgb(0 0 0 / 50%);
}

.pg-message-box-sidebar .pg-msg-list-wrap .pg-msg-conversation-list .pg-msg-conversation-info {
    flex: 1;
}

.pg-message-box-sidebar .pg-msg-list-wrap .pg-msg-conversation-list .pg-msg-conversation-info .pg-msg-thread-user {
    font-weight: 700;
    text-align: left;
}

.pg-message-box-sidebar .pg-msg-list-wrap .pg-msg-conversation-list .pg-msg-conversation-info .pg-thread-msg {
    padding-right: 8px;
    font-size: 0.85em;
}

.pg-message-box-sidebar .pg-msg-list-wrap .pg-msg-conversation-list .pg-msg-conversation-info .pg-thread-msg .emoji{
    width:20px !important;
    height: 20px !important;
}

.pg-message-box-sidebar .pg-msg-list-wrap .pg-msg-conversation-list .pg-thread-notification {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: space-between;
}

.pg-message-box-sidebar .pg-msg-list-wrap .pg-msg-conversation-list .pg-unread-count {
    font-size: 0.75em;
    background: #bde2f7;
    box-shadow: 0 5px 15px -5px rgb(0 0 0 / 70%);
    padding: 3px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    margin-right: 10px;
    line-height: 14px;
}

.pg-message-box-sidebar .pg-msg-list-wrap .pg-msg-conversation-list .pg-msg-thread-time {
    margin-right: 5px;
    margin-left: 5px;
    font-size: 0.75em;
    color: #a9a9a9;
}

.pg-message-box-sidebar .pg-msg-list-wrap {
    width: 100%;
    overflow: auto;
}

.pg-list-user-img-wrap {
    align-items: center;
    padding-right: 8px;
    display: flex;
}

.pg-list-user-img-wrap .pg-msg-thread-user {
    flex: 1;
    width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pg-msg-conversation-action {
    position: relative;
    height: 24px;
    top: -2px;
    display: none;
    opacity: 0;
}
.pg-message-box-sidebar .pg-msg-list-wrap .pg-msg-conversation-list:hover .pg-msg-thread-time {
    display: none;
}

.pg-msg-thread-time {
    display: inline-block;
    flex: 0 0 auto;
    margin-right: auto;
    transition: opacity 83ms ease-in-out;
    overflow: hidden;
}

.pg-message-box-sidebar .pg-msg-list-wrap .pg-msg-conversation-list:hover .pg-msg-conversation-action  {
    display: flex;
    opacity: 1;
}

.pg-message-box-sidebar .pg-msg-list-wrap .pg-no-thread {
    padding: 5px;
    width: 100%;
}

/*

.list-user-img{   
    transition: visibility .1s ease-in-out;
    position: absolute;
    display: flex;
} */

.pg-message-footer{
    border-top: 1px solid #ddd;
    background: #eee;
    padding: 10px;
    display: flex;
    height: 60px;
}

.pg-message-footer input {
    flex: 1;
    padding: 0 20px;
    border-radius: 5px;
}

.pg-users-search-list-wrap::before {
    content: "";
    margin-bottom: auto;
}

.pg-users-search-list-wrap .pg-message-list {
    align-self: flex-start;
    max-width: 60%;
    width: 100%;
}

.pg-users-search-list-wrap .pg-message-list.pg-user-self-msg {
    align-self: flex-end;
}

.pg-users-search-list-wrap .pg-message-list.pg-user-self-msg .pg-message-box {
    background-color: #f3f3f3;
    border-color: #e8e8e8;
}

.pg-users-search-list-wrap .pg-message-list .pg-message-box {
    background: #fff;
    box-shadow: 0 5px 15px -5px rgb(0 0 0 / 10%);
    margin-bottom: 10px;
    border-radius: 5px;
    font-size: 12px;
    padding: 18px 0.8em;
}

.pg-users-search-list-wrap .pg-message-list .pg-message-box{   


}
.pg-users-search-list-wrap .pg-message-list {
    margin: 35px 20px 15px 20px;
    position: relative;
}

.pg-users-search-list-wrap .pg-message-list > img.user-profile-image,
.pg-users-search-list-wrap .pg-message-list > img.pm-user-profile{
    position: absolute;
    left: -15px;
    top: -40px;
    height: 48px !important;
    width: 48px !important;
    margin: 0px;
    border-radius: 50%;
}



.pg-users-search-list-wrap .pg-message-list .pg-msg-thread-time {
    text-align: right;
    color: #999;
    font-size: 0.75em;
}




.pg-message-box-container.pg-message-box-medium .pg-message-box-sidebar {
    max-width: 250px;
}

.pg-message-box-container.pg-message-box-small .pg-message-box-sidebar {
    position: absolute;
    width: 100%;
    height: 0vh;
    min-width: 88%;
    box-shadow: 1px 1px 9px 2px rgb(216 216 216);
    z-index: 99999;
    display: none;
}

.pg-message-box-container.pg-message-box-small .pg-message-box-sidebar.opened{
    height: 80vh !important;
    display:block
}


.pg-msg-connection-head-wrap{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
}

@media only screen and (max-width: 480px), only screen and (max-width: 767px){
    /*  
  .pg-message-box-sidebar {
      position: absolute;
      width: 100%;
      min-width: 100%;
      height: 0vh;
  
  margin-top: 55px;
      box-shadow: 0 5px 25px -5px black;
   }
  
   .pg-message-box-sidebar.opened {
      height: 80vh !important;
  } */

}

#chat_message_form{
    width: 100%;
    display: inherit;
}
button#send_msg_btn {
    width: 40px;
    padding: 0px 0px 0px 5px;
    height: 35px;
    background: none;
    border: 0px;
    outline: none !important;
    cursor: pointer;
}
.msg-search-result{color:red;}


.pg-list-user-img-wrap .pg-msg-thread-user .pg-label-wrapper,
.pg-list-user-img-wrap .pg-msg-thread-user .pg-user-rating-wrap{
    display: none;
}

.pg-msg-thread-container .pg-msg-thread-header {
    height: 55px;
    background: #fff;
    border-bottom: 1px solid #ccc;
    display: flex;
    padding: 10px;
    align-items: center;
}

.pg-msg-thread-container .pg-msg-thread-header .pg-msg-thread-wrap {
    display: flex;
    align-items: center;
}

.pg-msg-thread-wrap .pg-new-thread {
    display: inline-flex;
    font-size: 12px;
}


.pg-msg-thread-wrap .pg-new-thread svg {
    width: 16px;
    margin-right: 2px;
}

.pg-msg-thread-wrap .pg-thread-icon {
    line-height: 4px;
}

.pg-msg-thread-container .pg-msg-thread-header img {
    border-radius: 50%;
    width: 48px !important;
    height: 48px!important;
    object-fit: cover;
    margin-right: 10px;
    box-shadow: 1px 2px 3px rgb(0 0 0 / 50%);
    margin: 0px 8px 0px 0px;
}

.pmagic .pg-users-search-list-wrap::-webkit-scrollbar,
.pg-message-box-sidebar .pg-msg-list-wrap::-webkit-scrollbar{
    width: 8px;
    background-color: #f4f4f4
}

.pmagic .pg-users-search-list-wrap::-webkit-scrollbar-track,
.pg-message-box-sidebar .pg-msg-list-wrap::-webkit-scrollbar-track{
    border-radius: 10px;
}

.pmagic .pg-users-search-list-wrap::-webkit-scrollbar-thumb,
.pg-message-box-sidebar .pg-msg-list-wrap::-webkit-scrollbar-thumb{
    background-color: #e0e0e0;
    width: 8px;
    height: 4px;
}

.pg-users-search-list-wrap.ui-autocomplete {
    width: 100% !important;
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute !important;
    z-index: 99999;
    margin-left: 0px;
    padding-left: 0px;
    left: 0px !important;
    overflow: auto;
    max-height: 400px;
    box-shadow: -3px 3px 4px 1px rgb(220 220 220 / 42%);
    border: 1px solid #e1e1e1;
    border-radius: 6px;
}

.pg-users-search-list-wrap.ui-autocomplete li {
    list-style: none;
    padding: 6px 4px 5px 13px;
    border-bottom: 1px solid rgba(241, 241, 241, 0.38);
    transition: 0.2s;
}

.pg-new-thread-action {
    visibility: hidden;
}

.pg-thread-action-controller {
    background-color: #fff;
    position: absolute;
    left: 50%;
    padding: 8px;
    transition: visibility 0s linear 167ms,opacity 167ms cubic-bezier(.4,0,1,1) 0s,z-index 0s linear 167ms;
    box-shadow: 0 0 0 1px rgb(0 0 0 / 15%), 0 6px 9px rgb(0 0 0 / 20%);
    border-radius: 3px;
    z-index: 99999;
}

.pg-thread-action-controller ul {
    margin: 0px;
    padding: 0px

}

.pg-thread-action-controller ul li {
    font-size: 12px;
    list-style: none;
    padding: 4px 0px;
}

.pg-thread-action-controller-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgb(255 255 255 / 0%);
    top: 0px;
    left: 0px;
}

.pg-users-search-list-wrap .pg-message-list.pg-user-self-msg .pg-message-action {
    display: none;
    position: absolute;
    right: 0px;
    background-color: #fff;
    height: 20px;
    border-radius: 5px;
    top: -2px;
    cursor: pointer;
}

.pg-users-search-list-wrap .pg-message-list.pg-user-self-msg:hover .pg-message-action{
    display: block;
}

.pg-message-action-wrap{
    position: absolute;
    background: #fff;
    right: 0px;
    top: 22px;
    border-radius: 5px;
    transition: visibility 0s linear 167ms,opacity 167ms cubic-bezier(.4,0,1,1) 0s,z-index 0s linear 167ms;
    box-shadow: 0 0 0 1px rgb(0 0 0 / 0%), 1px 2px 6px rgb(0 0 0 / 14%);
    z-index: 99999
}

.pg-message-action .pg-message-action-wrap {
    display: none;
}

.pg-message-action.pg-action-active .pg-message-action-wrap {
    display: block;
}

.pg-message-action-wrap ul {
    margin: 0px;
    padding: 0px
}

.pg-message-action-wrap ul li {
    list-style: none;
    font-size: 12px;
    padding: 0px 14px;
    cursor: pointer;
}

.pg-message-box-container.pg-message-box-medium .pg-thread-open,
.pg-message-box-container.pg-message-box-medium .pg-msg-thread-wrap .pg-new-thread,
.pg-message-box-container.pg-message-box-medium .pg-thread-new-msg{
    display: none;
}

.pg-users-search-list-wrap ul {
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 99999;
    left: 0px !important;
    overflow: auto;
    max-height: 200px;
    box-shadow: -3px 3px 4px 1px rgb(220 220 220 / 42%);
    border: 1px solid #e1e1e1;
    border-radius: 6px;
    padding: 1px 0px !important;
    line-height: 16px !important;
    margin: 0px !important;
}

.pg-users-search-list-wrap ul li {
    list-style: none;
    padding: 10px 6px 10px 12px;
    border-bottom: 1px solid rgba(241, 241, 241, 0.38);
    transition: 0.2s;
    margin: 0px !important;
    word-break: normal;
    cursor: pointer;
}

.pg-message-box-container.pg-message-box-small .pg-message-box-sidebar {
    border: 0px;
}

.active.pg-msg-conversation-list .pg-unread-count{
    display: none;
} 

.pg-users-search-list-wrap ul{
    height:100%;
}

/* message box css end */

/*--- Toggle Password---*/

.pmagic .pm-login-box .pmagic-form .pg-toggle-password {
    float: right;
    cursor: pointer;
    margin-right: 6%;
    margin-top: -25px;
    z-index: 999;
    position: relative;
}

/*---Toggle Password---*/


/*--Theme Fixes-----*/

body.theme-twentytwenty-three .pmagic,
body.theme-twentytwenty .pmagic,
body.theme-twentytwenty-one .pmagic,
body.theme-twentytwenty-two .pmagic:not(body.theme-twentytwenty-two .pmagic.pg-payment-modal){  
    display: inline-flex;
}

body.theme-twentytwenty-five .pmagic{
     display: inline-flex;
}

body.theme-twentytwenty-one .pmagic{
    justify-content: center;
}

body.theme-twentytwenty-one .pmagic .pm-users-search-page {
    max-width: 1200px;
    margin: 0px auto;
}

body.theme-twentytwenty-three .pmagic .pmagic-form#pm_add_blog_post{
    max-width: 800px;
    margin: 0px auto;
}

.ast-single-post .entry-content .pmagic a{
    text-decoration: none;
}

body.theme-twentytwenty-three .pmagic {
    max-width: 1200px !important;
    margin: 0px;
    display: flex;
}

body.theme-twentytwenty-three .pg-no-group-found-warning {
    width: 100%;
    max-width: 800px;
    margin: 0px auto;
}


body.theme-twentytwenty-three .pmagic .pg-group-box-wrap,
body.theme-twentytwenty .pmagic .pg-group-box-wrap,
body.theme-twentytwenty-one .pmagic .pg-group-box-wrap,
body.theme-twentytwenty-two .pmagic .pg-group-box-wrap{
    max-width: 1200px;
    margin: 0px auto;
}

body.theme-twentytwenty .pmagic {
    max-width: 1200px !important;
    margin: 0px auto !important;
    display: grid;
}

body.theme-twentytwenty-two .pmagic .pm-friend-action-bar button{
    padding: 8px 12px;
}

.theme-twentytwenty-one .pg-theme-bg {
    background-color: rgb(255, 255, 255,0.4);
}


.pg-users-search-list-wrap .pm-thread-user {
    position: absolute;
    top: -30px;
    left: 38px;
}

.pm-group-image-link{
    display:block;
}

 /*The preview area that wraps #coverimage */
 
#preview-cover-image {
  position: relative;
  width: 100%;
  height: 300px;          
  overflow: hidden;      
}

/* Optional: remove cropper gray bg tint entirely */

#preview-cover-image .cropper-container,
#preview-cover-image .cropper-bg {
  background: transparent !important;
}

/* All Groups page redesign */
.pmagic .pm-all-group-container {
  display: grid;
  gap: 20px;
}

.pmagic .pm-all-group-container.pg-groups-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
.pmagic .pm-all-group-container.pg-groups-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.pmagic .pm-all-group-container.pg-groups-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.pmagic .pm-all-group-container.pg-groups-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

@media (max-width: 1200px) {
  .pmagic .pm-all-group-container.pg-groups-cols-4 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 980px) {
  .pmagic .pm-all-group-container.pg-groups-cols-4,
  .pmagic .pm-all-group-container.pg-groups-cols-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  .pmagic .pm-all-group-container { grid-template-columns: 1fr; }
}

.pmagic .pg-group-card {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.pmagic .pm-all-group-container .pg-group-card.pm-group {
  text-align: start;
  width: auto;
  margin: 0;
  float: none;
}

.pmagic .pm-all-group-container .pg-group-card.pm-group.pm50,
.pmagic .pm-all-group-container .pg-group-card.pm-group.pm33,
.pmagic .pm-all-group-container .pg-group-card.pm-group.pm100 {
  width: auto;
}

.pmagic .pg-group-card .pm-group-heading,
.pmagic .pg-group-card .pm-group-desc {
  padding: 0;
  border: 0;
}

.pmagic .pg-group-card-minimal {
  padding: 16px;
}

.pmagic .pg-group-image {
  position: relative;
  min-height: 140px;
  background: #f4f6f8;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.pmagic .pg-group-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pmagic .pg-group-fallback {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pmagic .pg-group-fallback-svg {
  width: 100%;
  height: 100%;
  fill: #e9edf0;
}

.pmagic .pg-group-fallback .material-icons {
  position: absolute;
  font-size: 36px;
  color: #9aa6b2;
}

.pmagic .pg-group-type {
  position: absolute;
  inset-block-start: 10px;
  inset-inline-start: 10px;
  background: #fff;
  border-radius: 18px;
  padding: 4px 8px;
  font-size: 16px;
  line-height: 1;
  color: #2b2b2b;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

.pmagic .pg-paid-badge {
  position: absolute;
  inset-block-start: 10px;
  inset-inline-end: 10px;
  background: #2b8a3e;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 8px;
  border-radius: 14px;
  letter-spacing: 0.4px;
}

.pmagic .pg-group-content {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.pmagic .pg-group-title {
  margin: 0;
  font-size: 18px;
  line-height: 1.3;
}

.pmagic .pg-group-desc {
  margin: 0;
  color: #5f6b77;
  font-size: 14px;
  line-height: 1.5;
}

/* Keep grid cards visually consistent when group description is long. */
.pmagic .pm-all-group-container .pg-group-card:not(.pg-group-card-list) .pg-group-content {
  flex: 1 1 auto;
}

.pmagic .pm-all-group-container .pg-group-card:not(.pg-group-card-list) .pg-group-desc {
  overflow: hidden;
  max-height: 6em; /* 4 lines at 1.5 line-height */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow-wrap: anywhere;
}

.pmagic .pm-all-group-container .pg-group-card:not(.pg-group-card-list) .pg-group-meta {
  margin-top: auto;
}

.pmagic .pg-group-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  align-items: center;
  font-size: 13px;
  color: #49525b;
}

.pmagic .pg-group-meta .material-icons {
  font-size: 16px;
  vertical-align: text-bottom;
  margin-inline-end: 4px;
}

.pmagic .pg-group-meta-manager {
  cursor: pointer;
}

.pmagic .pg-group-leader-more {
  cursor: pointer;
  font-weight: 600;
  color: #2b6d5f;
}

.pmagic .pg-group-meta-price {
  font-weight: 600;
  color: #1b5e20;
}

.pmagic .pg-urgency {
  background: #fff1e6;
  color: #b35a00;
  padding: 2px 8px;
  border-radius: 12px;
  font-weight: 600;
}

.pmagic .pg-group-button {
  align-self: flex-start;
  text-decoration: none;
  padding: 8px 14px;
}

.pmagic .pg-group-card-list {
  grid-column: 1 / -1;
  flex-direction: row;
  align-items: stretch;
  gap: 16px;
}

.pmagic .pg-group-card-list .pg-group-image {
  flex: 0 0 160px;
  min-height: 120px;
}

.pmagic .pg-group-card-list .pg-group-content {
  padding: 14px 16px;
}

.pmagic .pg-group-card-list .pm-group-button {
  margin-inline-start: auto;
  align-self: center;
  padding: 0 16px 0 0;
}

@media (max-width: 640px) {
  .pmagic .pg-group-card-list {
    flex-direction: column !important;
  }
  .pmagic .pg-group-card-list .pg-group-image,
  .pmagic .pg-group-card-list .pm-group-button {
    width: 100%;
  }
  .pmagic .pg-group-card-list .pm-group-button {
    padding: 0 16px 16px;
  }
}

@media (max-width: 1200px) {
  .pmagic .pm-all-group-container .pm-group-list-view .pm-group-name-desc .pm-group-desc{
        height: auto;
    }  
}

@media (max-width: 880px) {
    .pmagic .pm-all-group-container .pm-group-list-view .pm-group-name-desc{
        width: 100% !important;
    }
      
}

.pmagic .pg-groups-empty {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  color: #5f6b77;
}

.pmagic .pg-groups-empty .material-icons {
  font-size: 22px;
}

.pmagic .pg-groups-empty-text {
  font-size: 14px;
}

.pmagic .pm-all-group-container .pm-groups-pagination {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  width: 100%;
}


.pmagic .pm-all-group-container .pm-group-list-view .pm-group-name-desc .pm-group-heading a {
    white-space: pre-line;
    word-break: break-word;
}@font-face{font-family:FontAwesome;src:url(//www.aerovol.groupesri.com/wp-content/plugins/profilegrid-user-profiles-groups-and-communities/public/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//www.aerovol.groupesri.com/wp-content/plugins/profilegrid-user-profiles-groups-and-communities/public/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//www.aerovol.groupesri.com/wp-content/plugins/profilegrid-user-profiles-groups-and-communities/public/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//www.aerovol.groupesri.com/wp-content/plugins/profilegrid-user-profiles-groups-and-communities/public/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//www.aerovol.groupesri.com/wp-content/plugins/profilegrid-user-profiles-groups-and-communities/public/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//www.aerovol.groupesri.com/wp-content/plugins/profilegrid-user-profiles-groups-and-communities/public/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:400;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-close:before,.fa-remove:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-repeat:before,.fa-rotate-right:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-exclamation-triangle:before,.fa-warning:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-floppy-o:before,.fa-save:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-bolt:before,.fa-flash:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-chain-broken:before,.fa-unlink:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-caret-square-o-down:before,.fa-toggle-down:before{content:"\f150"}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:"\f151"}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:"\f152"}.fa-eur:before,.fa-euro:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-inr:before,.fa-rupee:before{content:"\f156"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:"\f158"}.fa-krw:before,.fa-won:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-caret-square-o-left:before,.fa-toggle-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-try:before,.fa-turkish-lira:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-bank:before,.fa-institution:before,.fa-university:before{content:"\f19c"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:"\f1c5"}.fa-file-archive-o:before,.fa-file-zip-o:before{content:"\f1c6"}.fa-file-audio-o:before,.fa-file-sound-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before,.fa-resistance:before{content:"\f1d0"}.fa-empire:before,.fa-ge:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-paper-plane:before,.fa-send:before{content:"\f1d8"}.fa-paper-plane-o:before,.fa-send-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-futbol-o:before,.fa-soccer-ball-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-bed:before,.fa-hotel:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-y-combinator:before,.fa-yc:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-paper-o:before,.fa-hand-stop-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-television:before,.fa-tv:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:"\f2a3"}.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-address-card:before,.fa-vcard:before{content:"\f2bb"}.fa-address-card-o:before,.fa-vcard-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bath:before,.fa-bathtub:before,.fa-s15:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}#pg_password_meter_inner{height:10px}#pg_password_meter_inner.pg-pass-short{font-weight:700;background-color:red;font-size:larger;width:25%}#pg_password_meter_inner.pg-pass-weak{font-weight:700;background-color:orange;font-size:larger;width:50%}#pg_password_meter_inner.pg-pass-good{font-weight:700;background-color:#2d98f3;font-size:larger;width:75%;height:20px}#pg_password_meter_inner.pg-pass-strong{font-weight:700;background-color:#32cd32;font-size:larger;width:100%}.pmagic .pm-profile-tab-wrap.pg-horizontal-responsive-menu{width:100%}.pg-horizontal-responsive-menu li.hideshow ul{position:absolute;display:none;left:0;border:1px solid #d2d2d2;padding:0;margin:0;z-index:99999;background-color:#fff;border:1px solid #ddd;border:1px solid rgba(221,221,221,.85);-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:3px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);-moz-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 1px 1px rgba(0,0,0,.2);-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box;border-top-left-radius:0}.pmagic .pm-profile-tab-wrap.pg-horizontal-responsive-menu li.hideshow ul li{width:100%;padding:8px 8px;min-width:126px;margin:0}.pg-horizontal-responsive-menu li.hideshow{position:relative;list-style:none;display:inline-block;float:left;margin-bottom:-1px;margin-right:0;padding:15px 10px;top:8px}.pmagic #pg-profile-menuToggle input#pg-toggle-menu-close{display:none}@media only screen and (max-width:1800px){.pmagic .pm-popup-container{left:calc(42% - 300px)}}@media only screen and (max-width:979px){.pmagic{float:none;display:inline-block}.pm-group-view .pm-section .pm-section-nav-vertical{width:35%}.pmagic .pm-group-view .pm-section .pm-section-content{width:65%}.pm-group-view .pm-section.pm100 .pm-section-content .pm-user-description-row .pm-card-label,.pm-group-view .pm-section.pm100 .pm-section-content .pm-user-description-row .pm-card-value{padding-left:10px}.pmagic .pm-conversations-container .pm-msg-user{padding:2px}.pmagic #pg-messages ul#threads_ul li .messagedelete_thread a{width:14px;height:14px}.pmagic .pm-conversations-container .pm-thread-user{width:5em}}@media only screen and (max-width:760px){.pmagic #pg-profile-menuToggle{display:block;position:relative;top:-35px;left:11px;z-index:1;-webkit-user-select:none;user-select:none}.pmagic #pg-profile-menuToggle input#pg-toggle-menu-close{display:block;width:40px;height:32px;position:absolute;top:-7px;left:-5px;cursor:pointer;opacity:0;z-index:2;-webkit-touch-callout:none}.pmagic #pg-profile-menuToggle span.pg-toggle-menu-icon{display:block;width:33px;height:4px;margin-bottom:5px;position:relative;background:#cdcdcd;border-radius:3px;z-index:1;transform-origin:4px 0;transition:transform .5s cubic-bezier(.77,.2,.05,1),background .5s cubic-bezier(.77,.2,.05,1),opacity .55s ease}.pmagic #pg-profile-menuToggle span.pg-toggle-menu-icon:first-child{transform-origin:0 0}.pmagic #pg-profile-menuToggle span.pg-toggle-menu-icon:nth-last-child(2){transform-origin:0 100%}.pmagic #pg-profile-menuToggle input:checked~span.pg-toggle-menu-icon{opacity:1;transform:rotate(45deg) translate(-2px,-1px);background:#232323}.pmagic #pg-profile-menuToggle input:checked~span.pg-toggle-menu-icon:nth-last-child(3){opacity:0;transform:rotate(0) scale(.2,.2)}.pmagic #pg-profile-menuToggle input:checked~span.pg-toggle-menu-icon:nth-last-child(2){transform:rotate(-45deg) translate(0,-1px)}.pmagic #pg-mobile-menu{position:absolute;width:400px;margin:-50px 0 0 -50px;padding:35px;padding-top:60px;background:#ededed;list-style-type:none;-webkit-font-smoothing:antialiased;transform-origin:0 0;transform:translate(-100%,0);transition:transform .5s cubic-bezier(.77,.2,.05,1)}.pmagic #pg-mobile-menu li{padding:10px 0;font-size:22px;width:100%;text-align:left}.pmagic #pg-profile-menuToggle input:checked~ul{transform:none}.pmagic .pm-form-field-icon{width:auto}.pmagic .pm-form-field-icon img{margin-right:5px}.pmagic .pm-field-lable{margin-left:0}.pmagic .pm-group-view .pm-section{min-height:inherit}.pmagic .pm-conversations-container .pm-msg-user{padding:8px}.pmagic #pm-show-woocommere-order-dialog .pm-popup-container{max-width:900px;width:90%;left:calc(50% - 290px)}.pmagic .pg-group-sorting-ls{width:100%}.pmagic .pg-group-sorting-rs{width:100%}.pmagic .pg-group-sorting-ls .pg-sortby-alpha{width:100%}}@media only screen and (max-width:479px){.pmagic #pg-profile-menuToggle{top:-75px}.pmagic .pm-group-view .pm-header-section{height:auto}.csscalc .pm-group-view .pm-profile-title{width:100%;margin:0;margin-top:100px;text-align:center}.pmagic .pm-notification-profile-image{width:30%}.pmagic .pm-notification-description{width:70%}body .pmagic #bbpress_forum .pm-section-nav-vertical{max-width:100%;width:100%}body .pmagic .pg-bbpress-sections-warp{width:100%;margin:30px 0}.pmagic .pg-mailchimp-box .pg-right-mailchimp-text{width:100%}.pmagic .pm-group-view .pm-section #pg-newsletter{width:100%}.pmagic #bbpress_forum .pg-bbpress-sections-warp{border:0}.pmagic .pm-conversations-container .pm-thread-user{width:auto;max-width:17em}.pmagic .pm-group-card-box .pm-group-image{width:100%;border-width:0 0 1px 0;max-width:100%;margin-bottom:12px}.pmagic .pm-group-view .pm-section .pm-section-content{width:100%;border:0}.pmagic .pm-group-description .pm-group-leader-small{height:auto}.pmagic .pg-group-wall-comments-count{float:left;width:100%;font-size:12px}.pmagic .pg-group-wall-comments-count svg{width:15px}.pmagic .pg-group-wall-comment-wrap .pg-group-wall-action{width:100%;text-align:center}.pg-group-wall-comment-wrap .pg-group-wall-action input.pg-delete-gw-wall{font-size:12px!important}.pmagic .pg-group-wall-comments-count #pm-show-comment-form{padding-left:0;display:inline-block;width:50%;font-size:12px;text-align:right;padding-right:0}.pmagic .pm-group-description .pm-card-label{width:100%}.pmagic .pg-group-wall-wrap .pg-group-wall-post-btn span{padding:10px;border-radius:4px;display:inline-block;width:80%}.pmagic .pm-chat-messenger-box #messenger_textarea{font-size:12px;padding:20px}.pmagic #pg-woocommerce_purchases .pg-woocommerce .pg-woocommerce-product .pg-woocommerce-img img,.pmagic #pg-woocommerce_reviews .pg-woocommerce .pg-woocommerce-product .pg-woocommerce-img img{width:100%;height:100%}.pmagic #pg-woocommerce_purchases .pg-woocommerce,.pmagic #pg-woocommerce_reviews .pg-woocommerce{width:100%}.pm-group-view .pm-section .pm-section-nav-vertical ul#threads_ul{min-height:auto}.pmagic .pg-new-blog-button{width:100%}.pmagic .pm-blog-img-wrap{width:70%;margin:0 auto;float:none;display:block}.pmagic .pm-blog-post-wrap{margin-bottom:25px;padding-top:20px;border-bottom:1px solid #e1e1e1}.pmagic .pm-blog-desc-wrap{width:100%;text-align:center}.pmagic #pm_notification_view_area{width:80%;margin:0 auto}.pmagic .pm-group-view .pm-section .pm-section-content form.pmagic-form .pmrow{margin-left:0}.pminput.pm_recaptcha .g-recaptcha{transform:scale(.75)!important;-webkit-transform:scale(.75)!important;transform-origin:0 0!important;-webkit-transform-origin:0 0!important}.pmagic .pm-login-box .pm-login-header p{text-align:center}.pmagic #pm-show-woocommere-order-dialog .pm-popup-container{max-width:900px;width:90%;left:calc(50% - 168px)}.pmagic #pg_group_tabs #pg_group_setting .pm-section-content{width:100%;border-left:0}.pmagic .pg-group-setting-blog #pm-edit-group-blog-html-container,.pmagic .pg-group-setting-blog #pm-edit-group-member-html-container,.pmagic .pg-group-setting-blog #pm-edit-group-request-html-container{width:100%;overflow-y:scroll}.pmagic .pg-group-edit-setting #pm_edit_group .pm-group-edit-form .pm-field-lable{width:100%;font-size:12px}.pmagic .pm-group-view .pm-group-change-icon{margin:20px auto}.pmagic .pm-blog-desc-wrap{width:100%;text-align:center}.pmagic .pm-blog-post-wrap{margin-bottom:25px;padding-top:20px;border-bottom:1px solid #e1e1e1}.pmagic #pm_notification_view_area{width:80%;margin:0 auto}.pmagic .pm-group-view .pm-section .pm-section-content form.pmagic-form .pmrow{margin-left:0}.pminput.pm_recaptcha .g-recaptcha{transform:scale(.75)!important;-webkit-transform:scale(.75)!important;transform-origin:0 0!important;-webkit-transform-origin:0 0!important}.pmagic .pm-login-box .pm-login-header p{text-align:center}}.pg-mobile-479 .pm-group-view .pm-section .pm-section-nav-vertical{max-width:100%;width:100%}.pg-mobile-479 .pm-group-view .pm-section .pm-section-nav-vertical{max-width:100%!important;width:100%!important}.pg-mobile-479 .pm-group-view .pm-section .pm-section-content.pm-message-thread-section{border-right:1px solid #e1e1e1}.pg-mobile-479 .pm-group-view .pm-profile-title-header{height:auto}.pg-mobile-479 .pm-group-view .pm-profile-image{left:19%;left: calc(50% - 85px);}.pg-mobile-479 .pmagic #pg-myfriends,.pg-mobile-479 .pmagic #pg-requests-sent,.pmagic #pg-friend-requests{border-left:0}.pg-mobile-479 .pm-popup-container{display:block;float:left;width:94%;background-color:#fff;position:fixed;top:10%;overflow:hidden;z-index:9999999;box-shadow:0 0 20px #969696;box-shadow:0 0 20px rgba(0,0,0,.2);left:30%;left:calc(50% - 174px);overflow-y:auto;max-height:90%}.pg-mobile-479 .pmagic #pm-show-woocommere-order-dialog .pm-popup-container{width:94%;left:calc(50% - 176px)}.pmagic .pm-group-view .pm-section svg.pg-left-panel-icon{width:33px;height:33px;border:1px solid #ebebeb;border-radius:100%;fill:#8d8d8d;cursor:pointer}.pg-left-panel-icon{display:none}.pm-section-left-panel,.pm-section-right-panel{display:block}.pg-mobile-479 .pm-section-left-panel{display:block}.pg-mobile-479 .pm-section-right-panel{display:none}.pg-mobile-479 .pmagic .pm-group-description{width:100%;text-align:center}.pg-mobile-479 .pmagic .pm-group-description .pm-card-value{width:100%;margin:0}.pg-mobile-479 .pmagic .pm-group-description .pm-card-row{margin-bottom:12px}.pg-mobile-479 .pmagic .pm-myfriends-list{margin:16px}.pg-mobile-979 .pmagic #pg-messages ul#threads_ul li .messagedelete_thread{right:8px;top:26px}.ur-h2,.ur-h3,.ur-h4{font-weight:600!important}.ur-h2{font-size:28px!important}.ur-h3{font-size:20px!important}.ur-h4{font-size:16px!important}.ur-text-center{text-align:center}.ur-text-right{text-align:right}.ur-text-muted{color:#383838}@font-face{font-family:UserRegistration;src:url(//www.aerovol.groupesri.com/wp-content/plugins/user-registration/assets/fonts/UserRegistration.eot?nk6vrg);src:url(//www.aerovol.groupesri.com/wp-content/plugins/user-registration/assets/fonts/UserRegistration.eot?nk6vrg#iefix) format("embedded-opentype"),url(//www.aerovol.groupesri.com/wp-content/plugins/user-registration/assets/fonts/UserRegistration.ttf?nk6vrg) format("truetype"),url(//www.aerovol.groupesri.com/wp-content/plugins/user-registration/assets/fonts/UserRegistration.woff?nk6vrg) format("woff"),url(//www.aerovol.groupesri.com/wp-content/plugins/user-registration/assets/fonts/UserRegistration.svg?nk6vrg#UserRegistration) format("svg");font-weight:400;font-style:normal;font-display:block}@font-face{font-family:UserRegistration;src:url(//www.aerovol.groupesri.com/wp-content/plugins/user-registration/assets/fonts/UserRegistration.eot?v5p6f);src:url(//www.aerovol.groupesri.com/wp-content/plugins/user-registration/assets/fonts/UserRegistration.eot?v5p6f#iefix) format("embedded-opentype"),url(//www.aerovol.groupesri.com/wp-content/plugins/user-registration/assets/fonts/UserRegistration.ttf?v5p6f) format("truetype"),url(//www.aerovol.groupesri.com/wp-content/plugins/user-registration/assets/fonts/UserRegistration.woff?v5p6f) format("woff"),url(//www.aerovol.groupesri.com/wp-content/plugins/user-registration/assets/fonts/UserRegistration.svg?v5p6f#UserRegistration) format("svg");font-weight:400;font-style:normal;font-display:block}[class*=" ur-icon-"],[class^=ur-icon-]{font-family:UserRegistration!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ur-icon-input-first-name::before{content:"\e001"}.ur-icon-input-last-name::before{content:"\e002"}.ur-icon-input-field::before{content:"\e003"}.ur-icon-input-password::before{content:"\e004"}.ur-icon-input-checkbox::before{content:"\e005"}.ur-icon-radio::before{content:"\e006"}.ur-icon-number::before{content:"\e007"}.ur-icon-phone::before{content:"\e008"}.ur-icon-calendar::before{content:"\e009"}.ur-icon-drop-down::before{content:"\e00a"}.ur-icon-textarea::before{content:"\e00b"}.ur-icon-email::before{content:"\e00c"}.ur-icon-email-secondary::before{content:"\e00d"}.ur-icon-email-confirm::before{content:"\e00e"}.ur-icon-invite-codes::before{content:"\e00f"}.ur-icon-password::before{content:"\e010"}.ur-icon-password-confirm::before{content:"\e011"}.ur-icon-user::before{content:"\e012"}.ur-icon-user-nickname::before{content:"\e013"}.ur-icon-user-display-name::before{content:"\e014"}.ur-icon-user-bio::before{content:"\e015"}.ur-icon-website::before{content:"\e016"}.ur-icon-flag::before{content:"\e017"}.ur-icon-map-one::before{content:"\e018"}.ur-icon-map-two::before{content:"\e019"}.ur-icon-zip-code::before{content:"\e01a"}.ur-icon-select2::before{content:"\e01b"}.ur-icon-multi-select::before{content:"\e01c"}.ur-icon-section-title::before{content:"\e01d"}.ur-icon-time-picker::before{content:"\e01e"}.ur-icon-state::before{content:"\e01f"}.ur-icon-buildings::before{content:"\e020"}.ur-icon-text-editor::before{content:"\e021"}.ur-icon-bill::before{content:"\e022"}.ur-icon-doc::before{content:"\e023"}.ur-icon-file-upload::before{content:"\e024"}.ur-icon-file-dollar::before{content:"\e025"}.ur-icon-code::before{content:"\e026"}.ur-icon-mailchimp::before{content:"\e027"}.ur-icon-credit-card::before{content:"\e028"}.ur-icon-range::before{content:"\e029"}.ur-icon-course::before{content:"\e02a"}.ur-icon-mailerlite::before{content:"\e02b"}.ur-icon-stripe::before{content:"\e02d"}.ur-icon-multichoice::before{content:"\e02e"}.ur-icon-subscription-plan::before{content:"\e037"}.ur-icon-total::before{content:"\e02f"}.ur-icon-quantity::before{content:"\e032"}.ur-icon-hidden-field::before{content:"\e035"}.ur-icon-captcha-field::before{content:"\e036"}.ur-icon-membership-field::before{content:"\e038"}.ur-icon-coupon-field::before{content:"\e039"}.ur-icon-e-signature::before{content:"\e040"}.ur-icon-authorize-net::before{content:"\e041"}@keyframes spin{100%{transform:rotate(360deg)}}@keyframes ur-circle-loading{0%,100%{animation-timing-function:cubic-bezier(0.2,0,0.8,1)}50%{animation-timing-function:cubic-bezier(0,0.2,1,0.8)}0%{transform:rotate(0) translate(0,-20px) scale(0)}50%{transform:rotate(180deg) translate(0,-20px) scale(1)}100%{transform:rotate(360deg) translate(0,-20px) scale(0)}}@-webkit-keyframes ur-circle-loading-keyframe{0%,100%{animation-timing-function:cubic-bezier(0.2,0,0.8,1)}50%{animation-timing-function:cubic-bezier(0,0.2,1,0.8)}0%{transform:rotate(0) translate(0,-20px) scale(0)}50%{transform:rotate(180deg) translate(0,-20px) scale(1)}100%{transform:rotate(360deg) translate(0,-20px) scale(0)}}@keyframes open-message{0%{opacity:0;transform:translateY(-120%)}100%{transform:translateY(0)}}@keyframes close-message{0%{opacity:1;transform:scale(1)}100%{opacity:0;transform:scale(.9)}}.ur-form-container .button,.ur-form-container button,.user-registration .button,.user-registration button{transition:all .25s ease 0s;box-shadow:0 1px 3px rgba(182.4993283582,186.8632089552,206.5006716418,.15)}@media screen and (max-width:782px){.ur-form-container .button,.ur-form-container button,.user-registration .button,.user-registration button{line-height:20px;font-size:13px;min-height:30px;margin-bottom:0}}.ur-form-container .button+.button,.ur-form-container .button+button,.ur-form-container button+.button,.ur-form-container button+button,.user-registration .button+.button,.user-registration .button+button,.user-registration button+.button,.user-registration button+button{margin-left:6px}.ur-form-container .button.button-icon,.ur-form-container button.button-icon,.user-registration .button.button-icon,.user-registration button.button-icon{width:32px;padding:0;text-align:center}.ur-form-container .button.button-icon .dashicons,.ur-form-container button.button-icon .dashicons,.user-registration .button.button-icon .dashicons,.user-registration button.button-icon .dashicons{line-height:.9;vertical-align:middle}.ur-form-container .button.button-icon svg,.ur-form-container button.button-icon svg,.user-registration .button.button-icon svg,.user-registration button.button-icon svg{display:block;margin:0 auto}.ur-form-container .button.button-icon-round,.ur-form-container button.button-icon-round,.user-registration .button.button-icon-round,.user-registration button.button-icon-round{border-radius:50%}.ur-form-container .button.is-active,.ur-form-container button.is-active,.user-registration .button.is-active,.user-registration button.is-active{background:#475bb2;color:#fff;border-color:#475bb2}.ur-form-container .button.is-active:active,.ur-form-container .button.is-active:focus,.ur-form-container .button.is-active:hover,.ur-form-container button.is-active:active,.ur-form-container button.is-active:focus,.ur-form-container button.is-active:hover,.user-registration .button.is-active:active,.user-registration .button.is-active:focus,.user-registration .button.is-active:hover,.user-registration button.is-active:active,.user-registration button.is-active:focus,.user-registration button.is-active:hover{background:#475bb2;color:#fff;border-color:#475bb2}.ur-form-container .button .ur-spinner,.ur-form-container button .ur-spinner,.user-registration .button .ur-spinner,.user-registration button .ur-spinner{width:16px;height:16px;margin-left:6px;margin-bottom:2px;display:inline-block;vertical-align:middle}.ur-form-container .button-primary,.user-registration .button-primary{background:var(--ur-button-background-normal-color,#475bb2);border-color:#475bb2;box-shadow:0 1px 0 #475bb2;text-shadow:none}.ur-form-container .button-primary:active,.ur-form-container .button-primary:focus,.ur-form-container .button-primary:hover,.user-registration .button-primary:active,.user-registration .button-primary:focus,.user-registration .button-primary:hover{background:var(--ur-button-background-normal-color,#475bb2);border-color:rgb(56.4578313253,72.3614457831,141.5421686747);box-shadow:0 1px 0 rgb(56.4578313253,72.3614457831,141.5421686747)}.ur-form-container .button-primary:disabled,.user-registration .button-primary:disabled{color:rgb(177.7951807229,186.4698795181,224.2048192771)!important;background:rgb(104.8795180723,121.7469879518,195.1204819277)!important;border-color:rgb(104.8795180723,121.7469879518,195.1204819277)!important}.ur-form-container .button-secondary,.user-registration .button-secondary{color:#2d3559;background:rgb(222.4984029851,224.3717109905,232.8015970149);border-color:rgb(222.4984029851,224.3717109905,232.8015970149);box-shadow:0 1px 0 rgb(222.4984029851,224.3717109905,232.8015970149)}.ur-form-container .button-secondary:active,.ur-form-container .button-secondary:focus,.ur-form-container .button-secondary:hover,.user-registration .button-secondary:active,.user-registration .button-secondary:focus,.user-registration .button-secondary:hover{color:#2d3559;background:rgb(182.4993283582,186.8632089552,206.5006716418);border-color:rgb(182.4993283582,186.8632089552,206.5006716418)}.ur-form-container .button-tertiary,.user-registration .button-tertiary{background:#fff;color:#2d3559;border:1px solid #e1e1e1}.ur-form-container .button-tertiary:active,.ur-form-container .button-tertiary:focus,.ur-form-container .button-tertiary:hover,.user-registration .button-tertiary:active,.user-registration .button-tertiary:focus,.user-registration .button-tertiary:hover{background:rgb(240.4392835821,241.3522713704,245.4607164179);border-color:#e1e1e1}.ur-form-container .button-danger,.user-registration .button-danger{color:#fff;background:#ff4f55;border-color:#ff4f55;box-shadow:0 1px 0 #ff4f55}.ur-form-container .button-danger:active,.ur-form-container .button-danger:focus,.ur-form-container .button-danger:hover,.user-registration .button-danger:active,.user-registration .button-danger:focus,.user-registration .button-danger:hover{color:#fff;background:rgb(238.74,54.46,60.7422727273);border-color:rgb(238.74,54.46,60.7422727273);box-shadow:0 1px 0 rgb(238.74,54.46,60.7422727273)}.user-registration-button-group{position:relative;display:inline-flex;vertical-align:middle}.user-registration-button-group .button:not(:first-child),.user-registration-button-group>button:not(:first-child){margin-left:-1px;border-top-left-radius:0;border-bottom-left-radius:0}.user-registration-button-group .button:not(:last-child),.user-registration-button-group>button:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.user-registration-button-group .button,.user-registration-button-group button{margin-right:0!important}.ur-registered-item.ui-draggable-dragging{padding:10px 10px;line-height:20px;background:#475bb2;color:#fff;text-align:center;margin-bottom:7px;word-break:break-word;white-space:normal;width:200px!important;z-index:9}.ur-registered-item.ui-draggable-dragging span{font-size:14px;line-height:20px;width:auto;height:auto;margin-right:3px}.select2-container .ur-select-all-countries-button{margin:6px 3px 4px 6px}.select2-container .ur-unselect-all-countries-button{margin:6px 3px 4px}.user-registration-page.user-registration-modal-open{overflow:hidden}.user-registration-page.user-registration-modal-open .user-registration-modal{max-width:100%}.user-registration-modal-link:hover{cursor:pointer}.user-registration-modal{display:flex;place-content:center;position:fixed;top:50px;left:0;right:0;max-height:90%;width:100%;margin:0 auto!important;overflow-x:hidden;overflow-y:auto;z-index:999}.user-registration-modal .user-registration-modal__backdrop{position:fixed;left:0;top:0;background-color:rgba(45,53,89,.5);min-width:100%;min-height:100%;z-index:1}.user-registration-modal .user-registration-modal__content{background:#fff;position:relative;width:auto;margin:16px;border-radius:8px;z-index:99999;box-shadow:0 3px 25px 0 rgba(45,53,89,.4)}@media (min-width:576px){.user-registration-modal .user-registration-modal__content{max-width:500px;margin:auto}}@media (min-width:992px){.user-registration-modal .user-registration-modal__content.user-registration-modal__content--lg,.user-registration-modal .user-registration-modal__content.user-registration-modal__content--xl{max-width:800px}}@media (min-width:1200px){.user-registration-modal .user-registration-modal__content.user-registration-modal__content--xl{max-width:1140px}}.user-registration-modal .user-registration-modal__header{display:flex;padding:16px;border-bottom:1px solid #e1e1e1}.user-registration-modal .user-registration-modal__header .user-registration-modal__title{font-size:20px;line-height:1.4;margin:0;padding:0}.user-registration-modal .user-registration-modal__header .user-registration-modal__close-icon{position:relative;display:block;width:32px;height:32px;flex:0 0 32px;cursor:pointer;margin-left:auto}.user-registration-modal .user-registration-modal__header .user-registration-modal__close-icon::after,.user-registration-modal .user-registration-modal__header .user-registration-modal__close-icon::before{content:"";height:2px;width:16px;display:block;position:absolute;top:50%;left:0;right:0;margin:0 auto;background:rgb(182.4993283582,186.8632089552,206.5006716418)}.user-registration-modal .user-registration-modal__header .user-registration-modal__close-icon::before{transform:rotate(45deg)}.user-registration-modal .user-registration-modal__header .user-registration-modal__close-icon::after{transform:rotate(135deg)}.user-registration-modal .user-registration-modal__body{position:relative;padding:16px;max-height:67vh;overflow-y:scroll}.user-registration-modal .user-registration-modal__body #user-registration,.user-registration-modal .user-registration-modal__body .login,.user-registration-modal .user-registration-modal__body .user-registration{margin:0;padding:0;border:none}.user-registration-modal .user-registration-modal__footer{padding:16px;border-top:1px solid #e1e1e1}.user-registration-modal .user-registration-modal__footer *{margin:4px}.swal2-container .user-registration-swal2-modal{padding:40px}.swal2-container .user-registration-swal2-modal .swal2-input{font-size:16px}.swal2-container .user-registration-swal2-modal .swal2-animate-success-icon [class^=swal2-success-circular-line],.swal2-container .user-registration-swal2-modal .swal2-animate-success-icon [class^=swal2-success-line]{animation:none}.swal2-container .swal2-header .swal2-icon{width:28px;height:28px;line-height:56px;margin:0 auto;border-width:2px;border-radius:50%}.swal2-container .swal2-header .swal2-icon-content{font-size:20px}.swal2-container .swal2-header .swal2-icon .swal2-x-mark [class^=swal2-x-mark-line]{height:3px;width:28px;top:50%;left:0;right:0;margin:0 auto}.swal2-container .swal2-header .swal2-icon .swal2-x-mark [class^=swal2-x-mark-line][class$=left]{transform:translateY(-50%) rotate(45deg)}.swal2-container .swal2-header .swal2-icon .swal2-x-mark [class^=swal2-x-mark-line][class$=right]{transform:translateY(-50%) rotate(-45deg)}.swal2-container .swal2-header .swal2-icon.swal2-success [class^=swal2-success-line]{height:3px}.swal2-container .swal2-header .swal2-icon.swal2-success [class^=swal2-success-line][class$=tip]{width:16px;top:56%;left:10px}.swal2-container .swal2-header .swal2-icon.swal2-success [class^=swal2-success-line][class$=long]{top:47%;width:32px;right:6px}.swal2-container .swal2-header .swal2-icon.swal2-success [class^=swal2-success-circular-line]{height:64px;width:32px}.swal2-container .swal2-header .swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left]{top:-75px;left:27px}.swal2-container .swal2-header .swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right]{top:-26px;left:82px}.swal2-container .swal2-header .swal2-icon.swal2-success .swal2-success-ring{top:-3px;left:-2px;border-width:2px}.swal2-container .swal2-header .swal2-icon.swal2-success .swal2-success-fix{height:64px;left:2px;right:0;margin:0 auto;top:-2px;bottom:0;width:6px}.swal2-container .swal2-header .swal2-icon::before{font-size:40px}.swal2-container .swal2-header .swal2-title{color:#2d3559;font-size:16px;line-height:24px;font-weight:500;flex-wrap:wrap;margin-bottom:16px}.swal2-container .swal2-header .swal2-title img{width:20px;height:20px}.swal2-container .swal2-header .swal2-title .dashicons{color:#ff4f55;font-size:28px;width:56px;height:56px;line-height:56px;margin:0 auto 16px;border:2px solid #ff4f55;border-radius:50%}.swal2-container__title{line-height:1.35;display:block}.swal2-container .swal2-content{color:rgb(76.288238806,84.0379701493,118.911761194);font-size:1em;line-height:1.5}.swal2-container .swal2-actions button{margin-top:0;margin-bottom:0}.swal2-container--centered .swal2-title{flex-direction:column}.user-registration-modal-open .wp-block-cover{z-index:99}.user-registration .swal2-container .swal2-popup,.user-registration-page .swal2-container .swal2-popup{width:400px;border-radius:5px;padding:0;margin:auto}.user-registration .swal2-container .swal2-popup .swal2-header,.user-registration-page .swal2-container .swal2-popup .swal2-header{padding:20px;gap:12px;border-bottom:1px solid #e1e1e1;margin-bottom:20px;padding-bottom:16px;flex-direction:row}.user-registration .swal2-container .swal2-popup .swal2-header .swal2-title,.user-registration-page .swal2-container .swal2-popup .swal2-header .swal2-title{display:flex!important;align-items:center;gap:12px;border-bottom:1px solid #e1e1e1;padding-bottom:16px;width:100%;margin-bottom:0;flex:1;border-bottom:0;padding-bottom:0}.user-registration .swal2-container .swal2-popup .swal2-header .swal2-title .dashicons,.user-registration-page .swal2-container .swal2-popup .swal2-header .swal2-title .dashicons{font-size:18px;width:28px;height:28px;display:flex;align-items:center;justify-content:center;margin:0}.user-registration .swal2-container .swal2-popup .swal2-header .swal2-title .user-registration-swal2-modal__title,.user-registration-page .swal2-container .swal2-popup .swal2-header .swal2-title .user-registration-swal2-modal__title{font-size:16px;line-height:24px;font-weight:500;color:#222}.user-registration .swal2-container .swal2-popup .swal2-content,.user-registration-page .swal2-container .swal2-popup .swal2-content{padding-left:20px;padding-right:20px;margin-top:0;text-align:left;font-size:14px;line-height:24px;color:#383838}.user-registration .swal2-container .swal2-popup .swal2-content:has(.membership-upgrade-container),.user-registration-page .swal2-container .swal2-popup .swal2-content:has(.membership-upgrade-container){margin-bottom:12px}.user-registration .swal2-container .swal2-popup .swal2-content .swal2-html-container>div,.user-registration-page .swal2-container .swal2-popup .swal2-content .swal2-html-container>div{border-radius:4px}.user-registration .swal2-container .swal2-popup .swal2-content .swal2-html-container>div.ur-embed-new-page-container,.user-registration .swal2-container .swal2-popup .swal2-content .swal2-html-container>div.ur-embed-select-existing-page-container,.user-registration-page .swal2-container .swal2-popup .swal2-content .swal2-html-container>div.ur-embed-new-page-container,.user-registration-page .swal2-container .swal2-popup .swal2-content .swal2-html-container>div.ur-embed-select-existing-page-container{justify-content:flex-start}.user-registration .swal2-container .swal2-popup .swal2-content .swal2-html-container .action-buttons,.user-registration-page .swal2-container .swal2-popup .swal2-content .swal2-html-container .action-buttons{margin-left:-20px;margin-right:-20px;border-radius:0 0 10px 10px;padding:16px;text-align:right;background:#f4f4f4}.user-registration .swal2-container .swal2-popup .swal2-content .swal2-html-container p,.user-registration-page .swal2-container .swal2-popup .swal2-content .swal2-html-container p{margin:0}.user-registration .swal2-container .swal2-popup .swal2-content .swal2-validation-message,.user-registration-page .swal2-container .swal2-popup .swal2-content .swal2-validation-message{margin-left:0;margin-right:0;border-left:3px solid #f27474;justify-content:flex-start;padding:12px 6px 12px 6px}.user-registration .swal2-container .swal2-popup .swal2-content .action-buttons,.user-registration-page .swal2-container .swal2-popup .swal2-content .action-buttons{padding:18px 20px}.user-registration .swal2-container .swal2-popup .swal2-content .action-buttons a,.user-registration-page .swal2-container .swal2-popup .swal2-content .action-buttons a{background:#ff8c39;border:#ff8c39;text-decoration:none;color:#fff}.user-registration .swal2-container .swal2-popup .swal2-actions,.user-registration-page .swal2-container .swal2-popup .swal2-actions{padding:18px 20px;gap:16px;margin-top:20px;border-radius:0 0 5px 5px;background:#f4f4f4;border-top:0;flex-direction:row-reverse}.user-registration .swal2-container .swal2-popup .swal2-actions .swal2-cancel,.user-registration .swal2-container .swal2-popup .swal2-actions .swal2-confirm,.user-registration-page .swal2-container .swal2-popup .swal2-actions .swal2-cancel,.user-registration-page .swal2-container .swal2-popup .swal2-actions .swal2-confirm{min-height:36px;font-size:14px;line-height:20px;font-weight:400;padding:0 12px;flex:1}.user-registration .swal2-container .swal2-popup .swal2-actions .swal2-confirm,.user-registration-page .swal2-container .swal2-popup .swal2-actions .swal2-confirm{color:var(--ur-button-text-normal-color,#fff)!important;background:var(--ur-button-background-normal-color,#475bb2);border:1px solid var(--ur-button-background-normal-color,#475bb2)}.user-registration .swal2-container .swal2-popup .swal2-actions .swal2-cancel,.user-registration-page .swal2-container .swal2-popup .swal2-actions .swal2-cancel{background:#fff;color:#383838}.user-registration .swal2-container .swal2-popup .swal2-actions button:focus,.user-registration-page .swal2-container .swal2-popup .swal2-actions button:focus{box-shadow:none}.user-registration .swal2-container .swal2-popup .swal2-actions button:focus-visible,.user-registration-page .swal2-container .swal2-popup .swal2-actions button:focus-visible{outline:0}.user-registration-trashed .swal2-actions .swal2-confirm{background:#ff4149;border-color:#ff4149}.jconfirm:has(.ur-shortcut-keyword) .jconfirm-cell{padding-left:35%;padding-right:35%}.jconfirm:has(.ur-shortcut-keyword) .jconfirm-box{border:0!important;border-radius:7px}.jconfirm:has(.ur-shortcut-keyword) .jconfirm-box .jconfirm-title-c .jconfirm-icon-c .dashicons,.jconfirm:has(.ur-shortcut-keyword) .jconfirm-box .jconfirm-title-c .jconfirm-icon-c .dashicons::before{width:auto;height:auto;font-size:28px}.jconfirm:has(.ur-shortcut-keyword) .jconfirm-box .jconfirm-content-pane .ur-shortcut-keyword .ur-shortcut-title{font-size:16px;line-height:24px;color:#1f2937}.lds-dual-ring{width:100%;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;justify-content:center}.lds-dual-ring::after{content:" ";display:block;width:35px;height:35px;margin:8px;border-radius:50%;border:6px solid #2d3559;border-color:#2d3559 transparent #2d3559 transparent;animation:lds-dual-ring 1.2s linear infinite}@keyframes lds-dual-ring{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.ur-gutenberg-form-selector-wrap .components-radio-control__option{padding-left:14px;margin-bottom:20px!important}.ur-gutenberg-form-selector-wrap .components-base-control__field{display:flex;justify-content:center}.wp-core-ui .ur-submit-button{color:#fff}.wp-core-ui select{max-width:100%!important}.clear{clear:both}.user-registration-page .select2-dropdown,.user-registration-swal2-container{z-index:9999}.user-registration-page .select2-dropdown{padding:0!important}.ur-timepicker-range{display:flex}.timepicker-start{margin-right:1rem}.user-registration-coupon-error,.user-registration-error,.user-registration-info{display:block;margin:0 0 10px;padding:10px 15px;background-color:var(--ur-primary-light,rgb(239.7734939759,241.4843373494,248.9265060241));color:rgb(76.288238806,84.0379701493,118.911761194);border-top:3px solid var(--ur-primary-color,#475bb2);list-style:none outside}.user-registration-coupon-error::after,.user-registration-coupon-error::before,.user-registration-error::after,.user-registration-error::before,.user-registration-info::after,.user-registration-info::before{content:" ";display:table}.user-registration-coupon-error::after,.user-registration-error::after,.user-registration-info::after{clear:both}.user-registration-coupon-error,.user-registration-error,.user-registration-info{width:auto;word-wrap:break-word;line-height:1.25;text-transform:none;font-size:14px}.user-registration-coupon-error::before,.user-registration-error::before,.user-registration-info::before{content:"\f348";display:inline-block;vertical-align:middle;font-family:Dashicons;font-size:calc(100% + 10px);margin-right:.875rem}.user-registration-coupon-error ul,.user-registration-error ul,.user-registration-info ul{margin:0!important;padding:0!important;background-color:transparent!important}.user-registration-coupon-error .button,.user-registration-error .button,.user-registration-info .button{float:right}.user-registration-coupon-error li,.user-registration-error li,.user-registration-info li{list-style:none outside!important;padding-left:0!important;margin-left:0!important;flex:1}.user-registration-coupon-error .message,.user-registration-error .message,.user-registration-info .message{margin:0;padding:0}.user-registration-info{color:#1e85be;border-top-color:#1e85be}.user-registration-error{border-top-color:#ff4f55;background:rgba(255,79,85,.1);color:rgb(255,2.5,11.1079545455)}.user-registration-error::before{content:"\f534"}.user-registration-coupon-error{border-top-color:#ff4f55;background:rgba(255,79,85,.1);color:rgb(255,2.5,11.1079545455);margin-top:10px}.user-registration-membership-notice__container{position:fixed;top:20px;right:0;z-index:1000;transition:right .5s ease;background-color:#f7fdf8;border-left:4px solid #49c85f;padding-right:24px;color:#222}.user-registration-membership-notice__red{padding:10px}.user-registration-membership-notice__blue{padding:20px}.user-registration-membership__close_notice{color:red;cursor:pointer;font-weight:700;padding-left:16px}input.ur-input-border-green:not([type=range]),textarea.ur-input-border-green{border-color:#1ea71b!important}input.ur-input-border-red,textarea.ur-input-border-red{border-color:#ff4f55!important}.ur-frontend-form{border:1px solid #e1e1e1;padding:20px}.ur-frontend-form.login{border:none;padding:60px 40px;border-radius:8px;background:#fff}@media screen and (max-width:600px){.ur-frontend-form.login{padding:40px 30px}}@media screen and (max-width:600px){.ur-frontend-form.login{padding:40px 30px}}.ur-frontend-form.login .ur-lost-password-content-container{display:flex;flex-direction:column;align-items:center}.ur-frontend-form.login .ur-lost-password-content-container .ur-lost-password-title{color:var(--Grey-grey-600,#1f1f1f);font-size:32px;font-style:normal;font-weight:700;line-height:48px;letter-spacing:.15px;margin:auto;margin-top:20px}.ur-frontend-form.login .ur-lost-password-content-container .ur-lost-password-message{font-size:15px;letter-spacing:.15px;margin-top:8px;margin-bottom:14px;color:#6b6b6b!important;font-weight:400}.ur-frontend-form.login .ur-input-with-icon{position:relative;display:flex;align-items:center}.ur-frontend-form.login .ur-input-with-icon .input-icon{position:absolute;left:10px;top:50%}.ur-frontend-form.login .ur-input-with-icon input{padding-left:40px}.ur-frontend-form.login .required{margin-left:5px}.ur-frontend-form.login label[for=user_login]{margin-top:0;margin-bottom:16px;color:#222;font-size:15px;font-weight:500;line-height:19px}.ur-frontend-form.login #user_login{border-radius:4px;border:1px solid #e9e9e9;height:48px}.ur-frontend-form.login #user_login::placeholder{color:transparent}.ur-frontend-form.login .ur-reset-password-btn{border:1px solid var(--ur-button-background-normal-color,#475bb2);background:var(--ur-button-background-normal-color,#475bb2);width:100%;color:var(--ur-button-text-normal-color,#fff);letter-spacing:.15px;font-size:16px;font-weight:500;padding:14px 32px;margin-top:10px}.ur-frontend-form.login .ur-reset-password-btn:hover{color:var(--ur-button-text-hover-color,#fff);background:var(--ur-button-background-hover-color,#38488e);border-color:var(--ur-button-background-hover-color,#38488e)}.ur-frontend-form.login input[name=rememberme]#rememberme{vertical-align:middle}.ur-frontend-form.login.ur-edit-profile .ur-form-row.edit-user-save-btn-container .btn-primary{min-height:34px;background:var(--ur-primary-color,#475bb2);border:1px solid var(--ur-primary-color,#475bb2);color:#fff;border-radius:4px;font-size:14px;line-height:24px;padding:0 12px}.ur-frontend-form.login-registration{margin:0;border:none;padding:0}.ur-frontend-form .register #node_recaptcha_register{padding:0 10px}.ur-frontend-form #ur-recaptcha-node{margin-top:10px}@media screen and (max-width:460px){.ur-frontend-form #ur-recaptcha-node{position:relative;left:-30px;transform:scale(.8)}}.ur-frontend-form *{box-sizing:border-box}.ur-frontend-form .description{display:block;font-size:14px;line-height:1.5}.ur-frontend-form .ur-form-row{display:flex}.ur-frontend-form .ur-form-row:last-child{margin-bottom:0}.ur-frontend-form .ur-form-row .ur-form-grid{flex:1;padding:0 10px}@media screen and (max-width:600px){.ur-frontend-form .ur-form-row .ur-form-grid{width:100%}}.ur-frontend-form .ur-form-row .ur-form-grid:nth-child(1n+2){border-left:0 none}.ur-frontend-form .ur-form-row .ur-form-grid .user-registration-form-row label[for=user_otp]{margin-top:0;margin-bottom:12px;color:#222;font-size:15px;font-weight:500;line-height:19px}.ur-frontend-form .ur-form-row .ur-form-grid .user-registration-form-row input.input-text{margin-bottom:0;border-radius:4px;border:1px solid #e1e1e1;min-height:38px;font-size:14px;line-height:20px;padding:0 12px;color:#383838}.ur-frontend-form .ur-form-row .ur-form-grid .user-registration-form-row input.input-text:focus{border-color:var(--ur-primary-color,#475bb2)!important}.ur-frontend-form .ur-form-row .ur-form-grid #user-registration-tfa-footer{gap:2px}.ur-frontend-form .ur-form-row .ur-form-grid #user-registration-tfa-footer .user-registration-Button{padding:10px 20px;font-size:14px;line-height:24px;box-shadow:none}.ur-frontend-form .ur-form-row .ur-form-grid #user-registration-tfa-footer .user-registration-Button:hover{background:#38488e;border-color:#38488e}.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item{margin-bottom:20px}.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item .ur-frontend-field{margin-bottom:0}.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-checkbox ul,.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-multiple_choice ul,.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-radio ul,.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-subscription_plan ul{margin:0;padding:0;list-style:none}.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-checkbox ul li,.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-multiple_choice ul li,.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-radio ul li,.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-subscription_plan ul li{margin-left:0;line-height:1.3;vertical-align:middle;margin-bottom:10px}.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-checkbox ul li input,.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-checkbox ul li label,.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-multiple_choice ul li input,.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-multiple_choice ul li label,.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-radio ul li input,.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-radio ul li label,.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-subscription_plan ul li input,.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-subscription_plan ul li label{display:inline-block;vertical-align:inherit}.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-checkbox ul li input[type=checkbox],.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-checkbox ul li input[type=radio],.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-multiple_choice ul li input[type=checkbox],.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-multiple_choice ul li input[type=radio],.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-radio ul li input[type=checkbox],.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-radio ul li input[type=radio],.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-subscription_plan ul li input[type=checkbox],.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-subscription_plan ul li input[type=radio]{margin-top:0}.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-checkbox ul li label,.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-multiple_choice ul li label,.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-radio ul li label,.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-subscription_plan ul li label{display:inline}.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item:last-child{margin-bottom:0}.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item .form-row{display:block}.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item .form-row .btn-primary.set-new-pass-btn{align-content:center;min-height:36px;font-size:14px;line-height:20px;padding:0 12px;color:#475bb2;border-color:#475bb2}.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item .stripe-container .stripe-card-indicator{font-size:14px;line-height:20px;font-weight:500;background:#ebedf7;color:var(--ur-primary-color,#475bb2);border-radius:4px 4px 0 0;pointer-events:none;padding:8px 16px}.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item .stripe-container .stripe-input-container{border:0}.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item .stripe-container .stripe-input-container .StripeElement{min-height:38px;height:38px;padding:0 12px;border-radius:4px}.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item .stripe-container .stripe-input-container .StripeElement--focus{border-color:var(--ur-primary-color,#475bb2);border-radius:4px}.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item .stripe-container .stripe-input-container .StripeElement .__PrivateStripeElement{height:38px}.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item .stripe-container .stripe-input-container .StripeElement .__PrivateStripeElement iframe{top:12px}.ur-frontend-form .ur-form-row .ur-form-grid input{border-style:solid}.ur-frontend-form .ur-form-row .ur-form-grid .__PrivateStripeElement,.ur-frontend-form .ur-form-row .ur-form-grid input[type=date],.ur-frontend-form .ur-form-row .ur-form-grid input[type=email],.ur-frontend-form .ur-form-row .ur-form-grid input[type=number],.ur-frontend-form .ur-form-row .ur-form-grid input[type=password],.ur-frontend-form .ur-form-row .ur-form-grid input[type=phone],.ur-frontend-form .ur-form-row .ur-form-grid input[type=text],.ur-frontend-form .ur-form-row .ur-form-grid input[type=timepicker],.ur-frontend-form .ur-form-row .ur-form-grid input[type=url],.ur-frontend-form .ur-form-row .ur-form-grid select,.ur-frontend-form .ur-form-row .ur-form-grid textarea{width:100%;padding:0 12px;min-height:38px;margin:0;margin-bottom:10px;height:38px;border:1px solid #e1e1e1;border-radius:4px;font-size:14px;line-height:24px;color:#383838;font-weight:400;box-shadow:none;font-family:inherit}.ur-frontend-form .ur-form-row .ur-form-grid .__PrivateStripeElement::placeholder,.ur-frontend-form .ur-form-row .ur-form-grid input[type=date]::placeholder,.ur-frontend-form .ur-form-row .ur-form-grid input[type=email]::placeholder,.ur-frontend-form .ur-form-row .ur-form-grid input[type=number]::placeholder,.ur-frontend-form .ur-form-row .ur-form-grid input[type=password]::placeholder,.ur-frontend-form .ur-form-row .ur-form-grid input[type=phone]::placeholder,.ur-frontend-form .ur-form-row .ur-form-grid input[type=text]::placeholder,.ur-frontend-form .ur-form-row .ur-form-grid input[type=timepicker]::placeholder,.ur-frontend-form .ur-form-row .ur-form-grid input[type=url]::placeholder,.ur-frontend-form .ur-form-row .ur-form-grid select::placeholder,.ur-frontend-form .ur-form-row .ur-form-grid textarea::placeholder{color:#bababa}.ur-frontend-form .ur-form-row .ur-form-grid .__PrivateStripeElement:focus,.ur-frontend-form .ur-form-row .ur-form-grid input[type=date]:focus,.ur-frontend-form .ur-form-row .ur-form-grid input[type=email]:focus,.ur-frontend-form .ur-form-row .ur-form-grid input[type=number]:focus,.ur-frontend-form .ur-form-row .ur-form-grid input[type=password]:focus,.ur-frontend-form .ur-form-row .ur-form-grid input[type=phone]:focus,.ur-frontend-form .ur-form-row .ur-form-grid input[type=text]:focus,.ur-frontend-form .ur-form-row .ur-form-grid input[type=timepicker]:focus,.ur-frontend-form .ur-form-row .ur-form-grid input[type=url]:focus,.ur-frontend-form .ur-form-row .ur-form-grid select:focus,.ur-frontend-form .ur-form-row .ur-form-grid textarea:focus{outline:0;box-shadow:none;border-color:var(--ur-primary-color,#475bb2)}.ur-frontend-form .ur-form-row .ur-form-grid .ur-range-input{margin-bottom:0!important}.ur-frontend-form .ur-form-row .ur-form-grid input[type=password]{display:inline;margin-bottom:0}.ur-frontend-form .ur-form-row .ur-form-grid .StripeElement{padding:4px 8px;border:1px solid #e1e1e1}.ur-frontend-form .ur-form-row .ur-form-grid .StripeElement.StripeElement--invalid{border:1px solid #ff4f55}.ur-frontend-form .ur-form-row .ur-form-grid .StripeElement .__PrivateStripeElement iframe{position:absolute;top:50%;transform:translateY(-50%)}.ur-frontend-form .ur-form-row .ur-form-grid input[type=checkbox],.ur-frontend-form .ur-form-row .ur-form-grid input[type=radio]{font-size:12px;display:inline-block;vertical-align:middle;margin-right:5px;margin-left:20px}.ur-frontend-form .ur-form-row .ur-form-grid input[type=checkbox]:first-child,.ur-frontend-form .ur-form-row .ur-form-grid input[type=radio]:first-child{margin-left:0}.ur-frontend-form .ur-form-row .ur-form-grid button:focus,.ur-frontend-form .ur-form-row .ur-form-grid input[type=email]:focus,.ur-frontend-form .ur-form-row .ur-form-grid input[type=password]:focus,.ur-frontend-form .ur-form-row .ur-form-grid input[type=radio]:focus,.ur-frontend-form .ur-form-row .ur-form-grid input[type=text]:focus,.ur-frontend-form .ur-form-row .ur-form-grid input[type=url]:focus,.ur-frontend-form .ur-form-row .ur-form-grid select:focus,.ur-frontend-form .ur-form-row .ur-form-grid textarea:focus{outline:0}.ur-frontend-form .ur-form-row .ur-form-grid input[readonly],.ur-frontend-form .ur-form-row .ur-form-grid select[readonly],.ur-frontend-form .ur-form-row .ur-form-grid textarea[readonly]{cursor:auto}.ur-frontend-form .ur-form-row .ur-form-grid select{-webkit-appearance:none;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23737373' viewBox='0 0 24 24'%3E%3Cpath d='M19.561 7.403a1.468 1.468 0 0 1 2.02 0 1.339 1.339 0 0 1 0 1.944l-8.57 8.25a1.468 1.468 0 0 1-2.021 0l-8.572-8.25a1.339 1.339 0 0 1 0-1.944 1.468 1.468 0 0 1 2.02 0L12 14.68l7.561-7.278Z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:14px 14px;min-height:38px;max-height:38px;font-size:14px;line-height:20px;padding:0 12px;border-radius:4px;box-shadow:none;cursor:pointer;color:#383838;margin:0;border:1px solid #e1e1e1}.ur-frontend-form .ur-form-row .ur-form-grid select:focus{border-color:var(--ur-primary-color,#475bb2);outline:0;box-shadow:none}.ur-frontend-form .ur-form-row .ur-form-grid label,.ur-frontend-form .ur-form-row .ur-form-grid legend{display:block;font-size:14px;margin-bottom:10px;margin-top:10px}.ur-frontend-form .ur-form-row .ur-form-grid label .required,.ur-frontend-form .ur-form-row .ur-form-grid legend .required{text-decoration:none;border:none;color:#ff4f55}.ur-frontend-form .ur-form-row .ur-form-grid label.ur-label,.ur-frontend-form .ur-form-row .ur-form-grid legend.ur-label{font-weight:600}.ur-frontend-form .ur-form-row .ur-form-grid textarea{height:100px;resize:none;padding:6px 12px}.ur-frontend-form .ur-form-row .ur-form-grid textarea:focus{border-color:var(--ur-primary-color,#475bb2)!important}.ur-frontend-form .ur-form-row .ur-form-grid .hide_show_password input[type=password]{padding-right:50px}.ur-frontend-form .ur-form-row .ur-form-grid .hide_show_password .password-input-group{position:relative}.ur-frontend-form .ur-form-row .ur-form-grid .hide_show_password .password-input-group .password_preview{color:rgb(102.6654179104,109.1689023066,138.4345820896);position:absolute;top:50%;right:15px;transform:translateY(-50%)}.ur-frontend-form .ur-form-row .ur-form-grid .hide_show_password .password-input-group .password_preview.dashicons.dashicons-hidden{opacity:.6}.ur-frontend-form .ur-form-row .ur-form-grid .hide_show_password .password-input-group .password_preview.dashicons.dashicons-hidden:hover{opacity:1}.ur-frontend-form button,.ur-frontend-form button[type=submit],.ur-frontend-form input[type=submit]{padding:10px 20px;line-height:24px;text-align:center;word-break:break-word;white-space:normal;border:none;cursor:pointer;transition:.35s all ease-out;border-radius:4px}.ur-frontend-form input[type=submit]{float:right}.ur-frontend-form .ur-button-container{display:flex;margin-top:10px;padding:0 10px}.ur-frontend-form .ur-button-container .ur-submit-button{margin-left:auto}.ur-frontend-form .user-registration-submit-Button{float:right}.ur-frontend-form .ur-submit-button{margin-right:10px;margin-bottom:0}.ur-frontend-form label abbr.required{text-decoration:none;border:none;color:#ff4f55}.ur-frontend-form.ur-frontend-form--default form .ur-form-row .ur-form-grid input[type=date],.ur-frontend-form.ur-frontend-form--default form .ur-form-row .ur-form-grid input[type=email],.ur-frontend-form.ur-frontend-form--default form .ur-form-row .ur-form-grid input[type=number],.ur-frontend-form.ur-frontend-form--default form .ur-form-row .ur-form-grid input[type=password],.ur-frontend-form.ur-frontend-form--default form .ur-form-row .ur-form-grid input[type=text],.ur-frontend-form.ur-frontend-form--default form .ur-form-row .ur-form-grid input[type=url],.ur-frontend-form.ur-frontend-form--default form .ur-form-row .ur-form-grid select,.ur-frontend-form.ur-frontend-form--default form .ur-form-row .ur-form-grid textarea{border:1px solid #e1e1e1;outline:0;transition:all .35s;padding:10px 15px;background:#fff;color:rgb(102.6654179104,109.1689023066,138.4345820896);height:45px;border-radius:4px}.ur-frontend-form.ur-frontend-form--default form .ur-form-row .ur-form-grid label,.ur-frontend-form.ur-frontend-form--default form .ur-form-row .ur-form-grid legend{margin-left:5px;color:rgb(102.6654179104,109.1689023066,138.4345820896)}.ur-frontend-form.ur-frontend-form--default form .ur-form-row .ur-form-grid textarea{height:100px}.ur-frontend-form.ur-frontend-form--default form .ur-form-row .ur-form-grid .hide_show_password input[type=password]{padding-right:50px}.ur-frontend-form.ur-frontend-form--default form .ur-form-row .ur-form-grid .user-registration-Button{border:0;border-radius:4px}.ur-frontend-form.ur-frontend-form--bordered{box-shadow:none!important;border:0!important}.ur-frontend-form.ur-frontend-form--bordered form .ur-form-row .ur-form-grid input[type=date],.ur-frontend-form.ur-frontend-form--bordered form .ur-form-row .ur-form-grid input[type=email],.ur-frontend-form.ur-frontend-form--bordered form .ur-form-row .ur-form-grid input[type=number],.ur-frontend-form.ur-frontend-form--bordered form .ur-form-row .ur-form-grid input[type=password],.ur-frontend-form.ur-frontend-form--bordered form .ur-form-row .ur-form-grid input[type=text],.ur-frontend-form.ur-frontend-form--bordered form .ur-form-row .ur-form-grid input[type=url],.ur-frontend-form.ur-frontend-form--bordered form .ur-form-row .ur-form-grid select,.ur-frontend-form.ur-frontend-form--bordered form .ur-form-row .ur-form-grid textarea{border:1px solid #e1e1e1;outline:0;transition:all .35s;padding:0 12px;background:rgb(240.4392835821,241.3522713704,245.4607164179);color:rgb(102.6654179104,109.1689023066,138.4345820896);height:38px}.ur-frontend-form.ur-frontend-form--bordered form .ur-form-row .ur-form-grid label,.ur-frontend-form.ur-frontend-form--bordered form .ur-form-row .ur-form-grid legend{margin-left:5px;color:rgb(102.6654179104,109.1689023066,138.4345820896)}.ur-frontend-form.ur-frontend-form--bordered form .ur-form-row .ur-form-grid textarea{height:100px}.ur-frontend-form.ur-frontend-form--bordered form .ur-form-row .ur-form-grid .hide_show_password input[type=password]{padding-right:50px}.ur-frontend-form.ur-frontend-form--bordered form .ur-form-row .ur-form-grid .user-registration-Button{border:0;border-radius:4px}.ur-frontend-form.ur-frontend-form--flat{border:none transparent;box-shadow:none!important}.ur-frontend-form.ur-frontend-form--flat form .ur-form-row .ur-form-grid .form-row,.ur-frontend-form.ur-frontend-form--flat form .ur-form-row .ur-form-grid .ur-field-item{margin-bottom:0}.ur-frontend-form.ur-frontend-form--flat form .ur-form-row .ur-form-grid input[type=date],.ur-frontend-form.ur-frontend-form--flat form .ur-form-row .ur-form-grid input[type=email],.ur-frontend-form.ur-frontend-form--flat form .ur-form-row .ur-form-grid input[type=number],.ur-frontend-form.ur-frontend-form--flat form .ur-form-row .ur-form-grid input[type=password],.ur-frontend-form.ur-frontend-form--flat form .ur-form-row .ur-form-grid input[type=text],.ur-frontend-form.ur-frontend-form--flat form .ur-form-row .ur-form-grid input[type=url],.ur-frontend-form.ur-frontend-form--flat form .ur-form-row .ur-form-grid select,.ur-frontend-form.ur-frontend-form--flat form .ur-form-row .ur-form-grid textarea{outline:0;padding:0 12px;background:#fff;color:rgb(102.6654179104,109.1689023066,138.4345820896);margin-bottom:10px;height:38px}.ur-frontend-form.ur-frontend-form--flat form .ur-form-row .ur-form-grid input[type=date]:focus,.ur-frontend-form.ur-frontend-form--flat form .ur-form-row .ur-form-grid input[type=email]:focus,.ur-frontend-form.ur-frontend-form--flat form .ur-form-row .ur-form-grid input[type=number]:focus,.ur-frontend-form.ur-frontend-form--flat form .ur-form-row .ur-form-grid input[type=password]:focus,.ur-frontend-form.ur-frontend-form--flat form .ur-form-row .ur-form-grid input[type=text]:focus,.ur-frontend-form.ur-frontend-form--flat form .ur-form-row .ur-form-grid input[type=url]:focus,.ur-frontend-form.ur-frontend-form--flat form .ur-form-row .ur-form-grid select:focus,.ur-frontend-form.ur-frontend-form--flat form .ur-form-row .ur-form-grid textarea:focus{box-shadow:0 0 10px 5px rgba(0,0,0,.05)}.ur-frontend-form.ur-frontend-form--flat form .ur-form-row .ur-form-grid select{margin-bottom:10px}.ur-frontend-form.ur-frontend-form--flat form .ur-form-row .ur-form-grid label,.ur-frontend-form.ur-frontend-form--flat form .ur-form-row .ur-form-grid legend{color:rgb(102.6654179104,109.1689023066,138.4345820896)}.ur-frontend-form.ur-frontend-form--flat form .ur-form-row .ur-form-grid textarea{height:100px}.ur-frontend-form.ur-frontend-form--flat form .ur-form-row .ur-form-grid .hide_show_password input[type=password]{padding-right:50px}.ur-frontend-form.ur-frontend-form--rounded form .ur-form-row .ur-form-grid input[type=date],.ur-frontend-form.ur-frontend-form--rounded form .ur-form-row .ur-form-grid input[type=email],.ur-frontend-form.ur-frontend-form--rounded form .ur-form-row .ur-form-grid input[type=number],.ur-frontend-form.ur-frontend-form--rounded form .ur-form-row .ur-form-grid input[type=password],.ur-frontend-form.ur-frontend-form--rounded form .ur-form-row .ur-form-grid input[type=text],.ur-frontend-form.ur-frontend-form--rounded form .ur-form-row .ur-form-grid input[type=url],.ur-frontend-form.ur-frontend-form--rounded form .ur-form-row .ur-form-grid select,.ur-frontend-form.ur-frontend-form--rounded form .ur-form-row .ur-form-grid textarea{border:1px solid #e1e1e1;border-radius:25px!important;outline:0;transition:all .35s;padding:0 12px;background:#fff;color:rgb(102.6654179104,109.1689023066,138.4345820896);height:38px}.ur-frontend-form.ur-frontend-form--rounded form .ur-form-row .ur-form-grid button[type=button]{border-radius:25px!important}.ur-frontend-form.ur-frontend-form--rounded form .ur-form-row .ur-form-grid .user-registration-passwordless-login a{border-radius:25px!important}.ur-frontend-form.ur-frontend-form--rounded form .ur-form-row .ur-form-grid label,.ur-frontend-form.ur-frontend-form--rounded form .ur-form-row .ur-form-grid legend{margin-left:5px;color:rgb(102.6654179104,109.1689023066,138.4345820896)}.ur-frontend-form.ur-frontend-form--rounded form .ur-form-row .ur-form-grid textarea{height:100px}.ur-frontend-form.ur-frontend-form--rounded form .ur-form-row .ur-form-grid .hide_show_password input[type=password]{padding-right:50px}.ur-frontend-form.ur-frontend-form--rounded form button.user-registration-multi-part-nav-next,.ur-frontend-form.ur-frontend-form--rounded form button.user-registration-multi-part-nav-prev,.ur-frontend-form.ur-frontend-form--rounded form button[type=submit],.ur-frontend-form.ur-frontend-form--rounded form input[type=submit]{border:0 none;color:#fff;border-radius:25px!important;float:none;display:block;padding:15px 25px}.ur-frontend-form.ur-frontend-form--rounded.ur-frontend-form--rounded-edge{border-radius:30px!important}.ur-frontend-form.ur-frontend-form--rounded.ur-frontend-form--rounded-edge form .ur-form-row .ur-form-grid input[type=date],.ur-frontend-form.ur-frontend-form--rounded.ur-frontend-form--rounded-edge form .ur-form-row .ur-form-grid input[type=email],.ur-frontend-form.ur-frontend-form--rounded.ur-frontend-form--rounded-edge form .ur-form-row .ur-form-grid input[type=number],.ur-frontend-form.ur-frontend-form--rounded.ur-frontend-form--rounded-edge form .ur-form-row .ur-form-grid input[type=password],.ur-frontend-form.ur-frontend-form--rounded.ur-frontend-form--rounded-edge form .ur-form-row .ur-form-grid input[type=text],.ur-frontend-form.ur-frontend-form--rounded.ur-frontend-form--rounded-edge form .ur-form-row .ur-form-grid input[type=url],.ur-frontend-form.ur-frontend-form--rounded.ur-frontend-form--rounded-edge form .ur-form-row .ur-form-grid select,.ur-frontend-form.ur-frontend-form--rounded.ur-frontend-form--rounded-edge form .ur-form-row .ur-form-grid textarea{border-radius:2px;border-color:#e1e1e1}.ur-frontend-form.ur-frontend-form--rounded.ur-frontend-form--rounded-edge form .ur-form-row .ur-form-grid .hide_show_password input[type=password]{padding-right:50px}.ur-frontend-form.ur-frontend-form--rounded.ur-frontend-form--rounded-edge form .ur-form-row .ur-form-grid button[type=button]{border-radius:2px}.ur-frontend-form.ur-frontend-form--rounded.ur-frontend-form--rounded-edge form button.user-registration-multi-part-nav-next,.ur-frontend-form.ur-frontend-form--rounded.ur-frontend-form--rounded-edge form button.user-registration-multi-part-nav-prev,.ur-frontend-form.ur-frontend-form--rounded.ur-frontend-form--rounded-edge form button[type=submit],.ur-frontend-form.ur-frontend-form--rounded.ur-frontend-form--rounded-edge form input[type=submit]{border-radius:2px}.ur-frontend-form #ur-submit-message-node{margin:20px 0 0 0}.ur-frontend-form #ur-submit-message-node.user-registration-error{position:unset;margin-bottom:10px;width:100%}.ur-frontend-form #ur-submit-message-node.ur-error{background:rgba(206,0,0,.1)}.ur-frontend-form #ur-submit-message-node.ur-message.message{background:rgba(143,174,27,.2)}#user-registration{background-color:#fff;margin:30px 0}#user-registration *,#user-registration.user-registration{box-sizing:border-box}#user-registration p{color:#333}#user-registration .user-registration-tips{font-size:12px;color:rgb(182.4993283582,186.8632089552,206.5006716418);margin-bottom:0}#user-registration .user-registration-MyAccount-navigation{overflow:visible;margin:0}#user-registration .user-registration-MyAccount-navigation ul{margin:0;padding:0;display:-webkit-flex;display:flex;flex-wrap:wrap}#user-registration .user-registration-MyAccount-navigation ul .user-registration-MyAccount-navigation-link{list-style:none;padding:0;margin:0;display:inline-block;position:relative;box-shadow:0 0 0 transparent}#user-registration .user-registration-MyAccount-navigation ul .user-registration-MyAccount-navigation-link a{padding:10px 15px;display:block;font-weight:400;font-size:14px;font-family:sans-serif;text-decoration:none;border-width:0 0 0 4px;border-style:solid;border-color:transparent;box-shadow:0 0 0 transparent}#user-registration .user-registration-MyAccount-navigation ul .user-registration-MyAccount-navigation-link.is-active a{font-weight:600}#user-registration .user-registration-MyAccount-content{padding:30px}#user-registration .user-registration-MyAccount-content h2{margin-bottom:30px}#user-registration .user-registration-MyAccount-content .user-registration-profile-fields__field-wrapper{margin:0 -10px}#user-registration .user-registration-MyAccount-content .ur-form-grid{border:0 none;background:0 0}#user-registration .user-registration-MyAccount-content .ur-frontend-form{border:none}#user-registration .user-registration-MyAccount-content .edit-password legend,#user-registration .user-registration-MyAccount-content h2{font-size:28px;font-weight:400}#user-registration .user-registration-MyAccount-content .user-registration-profile-header{margin-bottom:25px}#user-registration .user-registration-MyAccount-content .user-registration-profile-header .user-registration-img-container{width:100px}#user-registration .user-registration-MyAccount-content .user-registration-profile-header h3{font-size:22px;font-weight:400;margin-bottom:5px}#user-registration .user-registration-MyAccount-content .user-registration-profile-header header .button-group,#user-registration .user-registration-MyAccount-content .user-registration-profile-header header p{margin-bottom:10px}#user-registration .user-registration-MyAccount-content .user-registration-profile-header header .profile-pic-remove{margin-right:10px}#user-registration .user-registration-MyAccount-content .user-registration-profile-header .user-registration-nick-name{color:rgb(102.6654179104,109.1689023066,138.4345820896)}#user-registration .user-registration-MyAccount-content .user-registration-EditProfileForm .user-registration-profile-header .user-registration-img-container{width:auto}#user-registration.user-registration-MyAccount-content__body .ur-form-grid .ur-privacy-button input[type=submit]{width:max-content}.user-registration-password-strength{text-align:center;font-weight:600;padding:3px .5em;font-size:1em;margin-top:10px}.user-registration-password-strength.strong{background-color:#c1e1b9;border-color:#83c373}.user-registration-password-strength.short{background-color:#f1adad;border-color:#e35b5b}.user-registration-password-strength.bad{background-color:#fbc5a9;border-color:#f78b53}.user-registration-password-strength.good{background-color:#ffe399;border-color:#ffc733}.user-registration-password-hint{margin:.5em 0 0;display:block}.ur-front-spinner{background:url(//www.aerovol.groupesri.com/wp-content/plugins/user-registration/assets/images/wpspin_light-2x.gif) no-repeat;background-size:16px 16px;display:block;opacity:.7;width:16px;height:16px;margin-left:-40px;float:left}.user-registration-form-login .ur-front-spinner{margin-left:0;float:right;margin-top:15px;margin-right:20px}.edit-post-visual-editor .ur-gutenberg-form-selector-wrap h2,.edit-post-visual-editor .user-registration-gutenberg-form-selector-wrap h2{width:100%;margin-bottom:.5em}.edit-post-visual-editor .ur-gutenberg-form-selector-wrap .components-base-control,.edit-post-visual-editor .user-registration-gutenberg-form-selector-wrap .components-base-control{width:100%;text-align:center}.edit-post-visual-editor .ur-gutenberg-form-selector-wrap .components-placeholder__fieldset,.edit-post-visual-editor .user-registration-gutenberg-form-selector-wrap .components-placeholder__fieldset{text-align:center}.edit-post-visual-editor .ur-gutenberg-form-selector-wrap .components-placeholder__fieldset img,.edit-post-visual-editor .user-registration-gutenberg-form-selector-wrap .components-placeholder__fieldset img{margin:0 auto}.ur-frontend-form.ur-gutenberg-editor form button[type=submit]{cursor:not-allowed}.ur-frontend-form.ur-gutenberg-editor form .ur-form-row .ur-form-grid input{cursor:not-allowed}.ur-hidden{display:none}.button-check-all{display:inline-block;text-decoration:none;font-size:13px;line-height:2.15384615;min-height:30px;margin:0;padding:0 10px;cursor:pointer;border-width:1px;border-style:solid;-webkit-appearance:none;border-radius:3px;white-space:nowrap;box-sizing:border-box}.ur-form-row{margin-bottom:24px}.ur-form-row .without_icon{padding-left:10px!important}.ur-form-row span.input-wrapper{position:relative}.ur-form-row span.input-wrapper .ur-icon{position:absolute;top:50%;padding:8px;left:0;transform:translateY(-50%)}@keyframes user-registration-heartbeat{0%{box-shadow:0 0 0 0 rgba(71,91,178,.6)}100%{box-shadow:0 0 0 10px rgba(223,119,57,0)}}span.ur-shortcode-form-embed-dot{display:inline-block;width:12px;height:12px!important;padding:0!important;border:0!important;border-radius:50%;background-color:var(--ur-primary-color,#475bb2);animation:user-registration-heartbeat 1.5s infinite!important;margin:3px 10px}.wp-editor-tools span.ur-shortcode-form-embed-dot{margin-top:9px}.ur-shortcode-form-embed-theme-tooltip{display:none}.ur-shortcode-form-embed-theme.tooltipster-sidetip{z-index:100100!important}.ur-shortcode-form-embed-theme.tooltipster-sidetip.tooltipster-top .tooltipster-box{margin-bottom:18px}.ur-shortcode-form-embed-theme.tooltipster-sidetip.tooltipster-top .tooltipster-arrow{bottom:8px}.ur-shortcode-form-embed-theme.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background{top:0}.ur-shortcode-form-embed-theme.tooltipster-sidetip.tooltipster-right .tooltipster-box{margin-left:18px}.ur-shortcode-form-embed-theme.tooltipster-sidetip.tooltipster-right .tooltipster-arrow{left:8px}.ur-shortcode-form-embed-theme.tooltipster-sidetip .tooltipster-box{max-width:260px;background:#fff;border:none;border-radius:4px;box-shadow:0 5px 15px rgba(0,0,0,.25);-webkit-box-shadow:0 5px 15px rgba(0,0,0,.25);-moz-box-shadow:0 5px 15px rgba(0,0,0,.25)}.ur-shortcode-form-embed-theme.tooltipster-sidetip .tooltipster-box .tooltipster-content{color:#444;padding:16px 20px 18px;text-align:center}.ur-shortcode-form-embed-theme.tooltipster-sidetip .tooltipster-box .tooltipster-content div :first-child{margin-top:0!important}.ur-shortcode-form-embed-theme.tooltipster-sidetip .tooltipster-box .tooltipster-content h3{font-size:16px;letter-spacing:0;line-height:18px;margin:0;color:#23282c}.ur-shortcode-form-embed-theme.tooltipster-sidetip .tooltipster-box .tooltipster-content p{font-size:14px;letter-spacing:0;line-height:18px;margin:10px 0 0;color:#444}.ur-shortcode-form-embed-theme.tooltipster-sidetip .tooltipster-box .tooltipster-content a{color:#1d7bac}.ur-shortcode-form-embed-theme.tooltipster-sidetip .tooltipster-box .tooltipster-content .ur-shortcod-form-embed-theme-done-btn{border-radius:3px;cursor:pointer;text-decoration:none;text-align:center;vertical-align:middle;white-space:nowrap;box-shadow:none;font-size:14px;font-weight:600;letter-spacing:0;padding:7px 18px;border:none;background-color:#475bb2;color:#fff;display:block;margin:15px auto 0}.ur-shortcode-form-embed-theme.tooltipster-sidetip .tooltipster-box .tooltipster-content .ur-shortcod-form-embed-theme-done-btn:disabled{cursor:default;opacity:.5}.ur-shortcode-form-embed-theme.tooltipster-sidetip .tooltipster-box .tooltipster-content .ur-shortcod-form-embed-theme-done-btn:disabled:hover{background-color:#475bb2}.ur-shortcode-form-embed-theme.tooltipster-sidetip .tooltipster-arrow-border{border:none}.ur-shortcode-form-embed-theme.tooltipster-sidetip .tooltipster-top .tooltipster-arrow-background{border-top-color:#fff}.ur-shortcode-form-embed-theme.tooltipster-sidetip .tooltipster-right .tooltipster-arrow-background{border-right-color:#fff}.ur-shortcode-form-embed-theme.tooltipster-sidetip .tooltipster-bottom .tooltipster-arrow-background{border-bottom-color:#fff}.block-editor-page .edit-post-layout .components-notice-list>div{padding-left:50px}.block-editor-page .ur-shortcode-form-embed-dot{position:absolute;top:75px;left:20px;z-index:9999}.block-editor-page .ur-shortcode-form-embed-theme{width:260px!important;z-index:99980!important;margin-top:5px}.block-editor-page .ur-shortcode-form-embed-theme .tooltipster-box{margin-top:10px}.block-editor-page .ur-shortcode-form-embed-theme .ur-shortcode-form-embed-theme-tooltips-red-arrow{position:absolute;display:block;width:15px;height:42px;top:-65px;left:145px;background-image:url(//www.aerovol.groupesri.com/wp-content/plugins/user-registration/assets/images/icons/red-arrow.svg);background-size:15px 42px;background-repeat:no-repeat}.block-editor-page.is-fullscreen-mode .edit-post-layout .components-notice-list>div{padding-left:125px}.block-editor-page.is-fullscreen-mode .ur-shortcode-form-embed-dot{left:75px}.block-editor-page.is-fullscreen-mode .ur-shortcode-form-embed-theme .ur-shortcode-form-embed-theme-tooltips-red-arrow{left:105px}.wp-block-user-registration-content-restriction-enhanced .block-editor-inner-blocks{margin-bottom:25px}.wp-block-user-registration-content-restriction-enhanced .user-registration-content-restriction-block-note{display:flex}.wp-block-user-registration-content-restriction-enhanced .user-registration-content-restriction-block-note .dashicons-lock{font-size:25px;margin:1px 5px 0 0}.wp-block-user-registration-content-restriction-enhanced .user-registration-content-restriction-block-note .user-registration-content-restriction-block-note-text{margin:0}#ur-frontend-form .empty-list-table-container{display:flex;align-items:center;justify-content:center;padding:50px}#user-registration-pro-single-user-view .user-registration-user-form-details .empty-list-table-container{display:flex;align-items:center;justify-content:center;padding:50px}#user-registration-pro-single-user-view .user-registration-user-form-details .wp-list-table{width:100%;background:#fff;border:1px solid #e1e1e1;border-radius:4px}#user-registration-pro-single-user-view .user-registration-user-form-details .wp-list-table thead{background:0 0}#user-registration-pro-single-user-view .user-registration-user-form-details .wp-list-table thead th{padding:12px 14px;font-size:14px;font-weight:600;border-color:#e1e1e1;color:#383838;text-align:left}#user-registration-pro-single-user-view .user-registration-user-form-details .wp-list-table tbody tr{background:#f8f8fa}#user-registration-pro-single-user-view .user-registration-user-form-details .wp-list-table tbody tr td{padding:12px 14px;font-size:13px;color:#383838;vertical-align:middle}.oxygen-add-section-accordion-contents[ng-if*=user-registration] .oxygen-add-section-element{min-height:100px!important;line-height:15px}.ur-message-container{border-radius:7px;box-shadow:0 4px 16px 0 rgba(17,17,26,.05),0 8px 32px 0 rgba(17,17,26,.05);padding:60px}.ur-message-container .user-registration-message{position:relative;padding:10px;z-index:9999;display:flex;align-items:center;border-radius:4px;border-left:4px solid #49c85f;background:#f7fdf8;border-top:none;margin:20px 0;padding-left:40px}.ur-message-container svg{position:absolute;z-index:999999;margin-top:32px;margin-left:10px}.user-registration-error{padding:10px!important;display:flex;align-items:center;border-radius:4px;border-left:4px solid #ff4f55;border-top:none}.user-registration-error svg{margin-right:10px}.user-registration-login-extra-section{display:flex;justify-content:space-between}.user-registration-login-extra-section .user-registration-LostPassword{color:#475bb2}.ur-submit-button,.user-registration-Button{width:100%;background:var(--ur-primary-color,#475bb2);border-radius:4px;border:1px solid var(--ur-primary-color,#475bb2);color:#fff}.ur-submit-button:hover,.user-registration-Button:hover{background:#38488e;border-color:#38488e;color:#fff}.ur-submit-button .ur-spinner,.user-registration-Button .ur-spinner{width:16px;height:16px;margin-left:6px;margin-bottom:2px;display:inline-block;vertical-align:middle}.ur-submit-button .ur-spinner::before,.user-registration-Button .ur-spinner::before{width:16px;height:16px;position:absolute;display:block;content:"";animation:spin 1s ease-in-out infinite;background:url(//www.aerovol.groupesri.com/wp-content/plugins/user-registration/assets/images/icons/loader.svg) center center;background-size:cover}.ur-submit-button .ur-spinner,.user-registration-Button .ur-spinner{margin-top:5px;float:right}.ur-login-registration-nav{width:100%}.ur-login-registration-nav ul{display:flex;list-style-type:none;margin:0;padding:0;width:100%}.ur-login-registration-nav ul li{flex:1;text-align:center;padding:15px 0;cursor:pointer;transition:all .3s ease;color:#c5c5c5;font-weight:500;border-radius:8px 0 0 0;border-top:1px solid #f1f1f1;background:#f9f9f9;box-shadow:0 4px 16px 0 rgba(17,17,26,.05),0 8px 32px 0 rgba(17,17,26,.05);clip-path:inset(0px -1px -1px -1px)}.ur-login-registration-nav ul li:first-child{border-radius:8px 0 0 0;border-top:1px solid #f1f1f1;margin-left:10px}.ur-login-registration-nav ul li:last-child{border-radius:0 8px 0 0;margin-right:10px}.ur-login-registration-nav ul li.active{background:#fff;color:#1f1f1f;border-top:1px solid #f1f1f1}.login-registration .hidden{display:none}.ur-field-item input,.ur-form-grid input{border-radius:4px!important}.ur-field-item .user-registration-error,.ur-form-grid .user-registration-error{width:100%;position:unset;letter-spacing:.18px;font-weight:400;font-size:12px;line-height:19px;padding:0!important;border:none!important;background:0 0!important;margin-left:unset!important}.user-registration.ur-frontend-form{background:#fff;border-radius:8px;box-shadow:0 4px 16px 0 rgba(17,17,26,.05),0 8px 32px 0 rgba(17,17,26,.05);padding:60px}@media screen and (max-width:600px){.user-registration.ur-frontend-form{padding:40px 30px}}.user-registration.ur-frontend-form input{border-radius:4px}.user-registration.ur-frontend-form #user_email::before{content:"\f348";display:inline-block;vertical-align:middle;font-family:"Dashicon	s";font-size:calc(100% + 10px);margin-right:.875rem}.ur-icon-user{margin-right:.875rem}.ur-icon-user::before{content:"\f465";display:inline-block;vertical-align:middle;font-family:Dashicons}.ur-registration-icon{position:relative;top:50%;padding:8px;left:0;transform:translateY(-50%)}.user-registration-login-form-container .ur-registered-from .ur-login-form-wrapper #user-registration{width:100%}body[class*=user-registration-] .wp-editor-container,body[class^=ur-] .wp-editor-container{border-radius:8px!important;overflow:hidden!important}body[class*=user-registration-] .wp-editor-wrap .wp-editor-tabs .wp-switch-editor:hover,body[class^=ur-] .wp-editor-wrap .wp-editor-tabs .wp-switch-editor:hover{background:#e8e8e8!important;color:#000!important}body[class*=user-registration-] .wp-editor-wrap .mce-toolbar,body[class^=ur-] .wp-editor-wrap .mce-toolbar{background:#fff!important;box-shadow:0 1px 3px rgba(0,0,0,.05)!important;margin-bottom:0!important;padding:6px 8px!important}body[class*=user-registration-] .wp-editor-wrap .mce-toolbar-grp>div,body[class^=ur-] .wp-editor-wrap .mce-toolbar-grp>div{padding:0}body[class*=user-registration-] .wp-editor-wrap .mce-toolbar .mce-btn,body[class^=ur-] .wp-editor-wrap .mce-toolbar .mce-btn{background:0 0!important;border:none!important;border-radius:5px!important;margin:1px!important;transition:background-color .15s ease!important}body[class*=user-registration-] .wp-editor-wrap .mce-toolbar .mce-btn:hover,body[class^=ur-] .wp-editor-wrap .mce-toolbar .mce-btn:hover{background:#e8e8e8!important;box-shadow:none!important}body[class*=user-registration-] .wp-editor-wrap .mce-toolbar .mce-btn.mce-active,body[class^=ur-] .wp-editor-wrap .mce-toolbar .mce-btn.mce-active{background:#d0d0d0!important}body[class*=user-registration-] .wp-editor-wrap .mce-toolbar .mce-btn button,body[class^=ur-] .wp-editor-wrap .mce-toolbar .mce-btn button{color:#333!important;font-size:13px!important;padding:4px 6px!important;font-weight:400!important;box-shadow:none!important;background:0 0!important}body[class*=user-registration-] .wp-editor-wrap .mce-toolbar .mce-btn:hover button,body[class^=ur-] .wp-editor-wrap .mce-toolbar .mce-btn:hover button{color:#000!important;background:#e8e8e8!important}body[class*=user-registration-] .wp-editor-wrap .mce-toolbar .mce-btn.mce-active button,body[class^=ur-] .wp-editor-wrap .mce-toolbar .mce-btn.mce-active button{color:#000!important;font-weight:500!important}body[class*=user-registration-] .wp-editor-wrap .mce-toolbar .mce-separator,body[class^=ur-] .wp-editor-wrap .mce-toolbar .mce-separator{background:#d0d0d0!important;margin:2px 4px!important;width:1px!important}body[class*=user-registration-] .wp-editor-wrap .mce-edit-area,body[class^=ur-] .wp-editor-wrap .mce-edit-area{border-top:none!important;border-radius:0 0 6px 6px!important;background:#fff!important}body[class*=user-registration-] .wp-editor-wrap .mce-statusbar,body[class^=ur-] .wp-editor-wrap .mce-statusbar{background:#fafafa!important;border-top:1px solid #e0e0e0!important;border-radius:0 0 6px 6px!important;color:#666!important;font-size:11px!important;padding:4px 8px!important}body[class*=user-registration-] .wp-editor-wrap .mce-menubar,body[class^=ur-] .wp-editor-wrap .mce-menubar{background:#fff!important;border:1px solid #e0e0e0!important;border-bottom:none!important;border-radius:6px 6px 0 0!important;padding:2px 6px!important}body[class*=user-registration-] .wp-editor-wrap .mce-menubar .mce-menubtn,body[class^=ur-] .wp-editor-wrap .mce-menubar .mce-menubtn{background:0 0!important;border:none!important;border-radius:2px!important;margin:1px!important;padding:2px 6px!important;transition:background-color .15s ease!important}body[class*=user-registration-] .wp-editor-wrap .mce-menubar .mce-menubtn:hover,body[class^=ur-] .wp-editor-wrap .mce-menubar .mce-menubtn:hover{background:#f0f0f0!important}body[class*=user-registration-] .wp-editor-wrap .mce-menubar .mce-menubtn button,body[class^=ur-] .wp-editor-wrap .mce-menubar .mce-menubtn button{color:#333!important;font-size:12px!important}body[class*=user-registration-] .wp-editor-wrap .mce-menu,body[class^=ur-] .wp-editor-wrap .mce-menu{background:#fff!important;border:1px solid #d0d0d0!important;border-radius:6px!important;box-shadow:0 2px 8px rgba(0,0,0,.1)!important}body[class*=user-registration-] .wp-editor-wrap .mce-menu .mce-menu-item,body[class^=ur-] .wp-editor-wrap .mce-menu .mce-menu-item{padding:6px 10px!important;border-radius:2px!important;margin:1px!important}body[class*=user-registration-] .wp-editor-wrap .mce-menu .mce-menu-item:hover,body[class^=ur-] .wp-editor-wrap .mce-menu .mce-menu-item:hover{background:#f5f5f5!important}body[class*=user-registration-] .wp-editor-wrap .mce-menu .mce-menu-item.mce-selected,body[class^=ur-] .wp-editor-wrap .mce-menu .mce-menu-item.mce-selected{background:#e0e0e0!important;color:#000!important}body[class*=user-registration-] .wp-editor-wrap .mce-colorbutton .mce-preview,body[class^=ur-] .wp-editor-wrap .mce-colorbutton .mce-preview{border-radius:4px!important;border:1px solid #d0d0d0!important;left:6px!important}body[class*=user-registration-] .wp-editor-wrap .mce-fontsize .mce-txt,body[class^=ur-] .wp-editor-wrap .mce-fontsize .mce-txt{min-width:50px!important}body[class*=user-registration-] .wp-editor-wrap .mce-styleselect .mce-txt,body[class^=ur-] .wp-editor-wrap .mce-styleselect .mce-txt{min-width:100px!important}body[class*=user-registration-] .wp-editor-wrap.mce-fullscreen .mce-toolbar,body[class^=ur-] .wp-editor-wrap.mce-fullscreen .mce-toolbar{background:#fff!important;border-bottom:1px solid #e0e0e0!important;box-shadow:0 1px 3px rgba(0,0,0,.05)!important}@media (max-width:768px){body[class*=user-registration-] .wp-editor-wrap .mce-toolbar,body[class^=ur-] .wp-editor-wrap .mce-toolbar{flex-wrap:wrap!important}body[class*=user-registration-] .wp-editor-wrap .mce-toolbar .mce-btn,body[class^=ur-] .wp-editor-wrap .mce-toolbar .mce-btn{margin:1px!important}body[class*=user-registration-] .wp-editor-wrap .mce-toolbar .mce-btn button,body[class^=ur-] .wp-editor-wrap .mce-toolbar .mce-btn button{padding:3px 5px!important;font-size:11px!important}}body.user-registration-page .ur-frontend-form .ur-form-row .ur-form-grid .field-membership #ur-membership-registration{max-width:100%}body.user-registration-page .user-registration-MyAccount-content__body .ur-frontend-form{margin-bottom:0}body.user-registration-page .user-registration-MyAccount-content__body .ur-frontend-form .ur-form-row .ur-form-grid input[type=submit]{width:max-content}body.ur-multi-device-form-preview .user-registration-error,body.user-registration-membership_page_user-registration-login-forms .user-registration-error,body.user-registration-page .user-registration-error{position:unset;width:100%;margin:0 0 24px;align-items:center}body.ur-multi-device-form-preview .user-registration-error svg,body.user-registration-membership_page_user-registration-login-forms .user-registration-error svg,body.user-registration-page .user-registration-error svg{width:28px;height:28px}body.ur-multi-device-form-preview .user-registration-error li,body.user-registration-membership_page_user-registration-login-forms .user-registration-error li,body.user-registration-page .user-registration-error li{color:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;letter-spacing:.15px}body.ur-multi-device-form-preview .user-registration-error li strong,body.user-registration-membership_page_user-registration-login-forms .user-registration-error li strong,body.user-registration-page .user-registration-error li strong{font-weight:500}body.ur-multi-device-form-preview #user-registration:not(.user-registration-MyAccount) .user-registration-message,body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .user-registration-message,body.user-registration-page #user-registration:not(.user-registration-MyAccount) .user-registration-message{align-items:flex-start;margin:0 0 24px}body.ur-multi-device-form-preview #user-registration:not(.user-registration-MyAccount) .user-registration-message li,body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .user-registration-message li,body.user-registration-page #user-registration:not(.user-registration-MyAccount) .user-registration-message li{flex:1;list-style:none}body.ur-multi-device-form-preview #user-registration .ur-message-container,body.user-registration-membership_page_user-registration-login-forms #user-registration .ur-message-container,body.user-registration-page #user-registration .ur-message-container{box-shadow:none;padding:0;border-radius:0}body.ur-multi-device-form-preview #user-registration .ur-message-container svg,body.user-registration-membership_page_user-registration-login-forms #user-registration .ur-message-container svg,body.user-registration-page #user-registration .ur-message-container svg{display:none}body.ur-multi-device-form-preview #user-registration .ur-message-container .user-registration-message,body.user-registration-membership_page_user-registration-login-forms #user-registration .ur-message-container .user-registration-message,body.user-registration-page #user-registration .ur-message-container .user-registration-message{margin-top:0}body.ur-multi-device-form-preview .user-registration-message,body.user-registration-membership_page_user-registration-login-forms .user-registration-message,body.user-registration-page .user-registration-message{background:#f7fdf8;padding:12px 12px 12px 16px;border-radius:4px;border-left:4px solid #49c85f;display:flex;align-items:center;gap:12px;color:#222;font-size:14px;font-weight:400;line-height:21px;letter-spacing:.15px}body.ur-multi-device-form-preview .user-registration-message::before,body.user-registration-membership_page_user-registration-login-forms .user-registration-message::before,body.user-registration-page .user-registration-message::before{content:"";background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 25 25'%3E%3Cpath stroke='%2349C85F' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M12.5 22.5c5.523 0 10-4.477 10-10s-4.477-10-10-10-10 4.477-10 10 4.477 10 10 10Z'/%3E%3Cpath stroke='%2349C85F' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m9.5 12.5 2 2 4-4'/%3E%3C/svg%3E%0A");background-position:center;background-size:100%;background-repeat:no-repeat;width:24px;height:24px;display:block}body.ur-multi-device-form-preview .user-registration-message>ul,body.user-registration-membership_page_user-registration-login-forms .user-registration-message>ul,body.user-registration-page .user-registration-message>ul{padding-left:0;margin:0;list-style:none}body .user-registration-error>svg{display:none}body.user-registration-membership_page_user-registration-login-forms .user-registration.ur-frontend-form:has(.ur-grid-2),body.user-registration-membership_page_user-registration-login-forms .user-registration.ur-frontend-form:has(.ur-grid-3),body.user-registration-page .user-registration.ur-frontend-form:has(.ur-grid-2),body.user-registration-page .user-registration.ur-frontend-form:has(.ur-grid-3){max-width:1200px}body.user-registration-membership_page_user-registration-login-forms .user-registration.ur-frontend-form form .ur-button-container,body.user-registration-page .user-registration.ur-frontend-form form .ur-button-container{width:max-content}body.user-registration-membership_page_user-registration-login-forms .user-registration.ur-frontend-form--bordered:not(.login),body.user-registration-page .user-registration.ur-frontend-form--bordered:not(.login){box-shadow:none}body.user-registration-membership_page_user-registration-login-forms .user-registration.ur-frontend-form--bordered:not(.login) form .ur-form-row .ur-form-grid input:not([type=checkbox]),body.user-registration-membership_page_user-registration-login-forms .user-registration.ur-frontend-form--bordered:not(.login) form .ur-form-row .ur-form-grid input:not([type=file]),body.user-registration-membership_page_user-registration-login-forms .user-registration.ur-frontend-form--bordered:not(.login) form .ur-form-row .ur-form-grid input:not([type=radio]),body.user-registration-membership_page_user-registration-login-forms .user-registration.ur-frontend-form--bordered:not(.login) form .ur-form-row .ur-form-grid select:not([type=checkbox]),body.user-registration-membership_page_user-registration-login-forms .user-registration.ur-frontend-form--bordered:not(.login) form .ur-form-row .ur-form-grid select:not([type=file]),body.user-registration-membership_page_user-registration-login-forms .user-registration.ur-frontend-form--bordered:not(.login) form .ur-form-row .ur-form-grid select:not([type=radio]),body.user-registration-membership_page_user-registration-login-forms .user-registration.ur-frontend-form--bordered:not(.login) form .ur-form-row .ur-form-grid textarea:not([type=checkbox]),body.user-registration-membership_page_user-registration-login-forms .user-registration.ur-frontend-form--bordered:not(.login) form .ur-form-row .ur-form-grid textarea:not([type=file]),body.user-registration-membership_page_user-registration-login-forms .user-registration.ur-frontend-form--bordered:not(.login) form .ur-form-row .ur-form-grid textarea:not([type=radio]),body.user-registration-page .user-registration.ur-frontend-form--bordered:not(.login) form .ur-form-row .ur-form-grid input:not([type=checkbox]),body.user-registration-page .user-registration.ur-frontend-form--bordered:not(.login) form .ur-form-row .ur-form-grid input:not([type=file]),body.user-registration-page .user-registration.ur-frontend-form--bordered:not(.login) form .ur-form-row .ur-form-grid input:not([type=radio]),body.user-registration-page .user-registration.ur-frontend-form--bordered:not(.login) form .ur-form-row .ur-form-grid select:not([type=checkbox]),body.user-registration-page .user-registration.ur-frontend-form--bordered:not(.login) form .ur-form-row .ur-form-grid select:not([type=file]),body.user-registration-page .user-registration.ur-frontend-form--bordered:not(.login) form .ur-form-row .ur-form-grid select:not([type=radio]),body.user-registration-page .user-registration.ur-frontend-form--bordered:not(.login) form .ur-form-row .ur-form-grid textarea:not([type=checkbox]),body.user-registration-page .user-registration.ur-frontend-form--bordered:not(.login) form .ur-form-row .ur-form-grid textarea:not([type=file]),body.user-registration-page .user-registration.ur-frontend-form--bordered:not(.login) form .ur-form-row .ur-form-grid textarea:not([type=radio]){background:0 0;border-color:#e9e9e9;box-shadow:none}body.user-registration-membership_page_user-registration-login-forms .user-registration.ur-frontend-form--flat:not(.login),body.user-registration-page .user-registration.ur-frontend-form--flat:not(.login){box-shadow:none;border-radius:0}body.user-registration-membership_page_user-registration-login-forms .user-registration.ur-frontend-form--flat:not(.login) form .ur-form-row .ur-form-grid .ur-field-item,body.user-registration-page .user-registration.ur-frontend-form--flat:not(.login) form .ur-form-row .ur-form-grid .ur-field-item{margin-bottom:20px}body.user-registration-membership_page_user-registration-login-forms .user-registration.ur-frontend-form--flat:not(.login) form .ur-form-row .ur-form-grid .ur-field-item:last-child,body.user-registration-page .user-registration.ur-frontend-form--flat:not(.login) form .ur-form-row .ur-form-grid .ur-field-item:last-child{margin-bottom:0}body.user-registration-membership_page_user-registration-login-forms .user-registration.ur-frontend-form--flat:not(.login) form .ur-form-row .ur-form-grid input:not([type=checkbox]),body.user-registration-membership_page_user-registration-login-forms .user-registration.ur-frontend-form--flat:not(.login) form .ur-form-row .ur-form-grid input:not([type=file]),body.user-registration-membership_page_user-registration-login-forms .user-registration.ur-frontend-form--flat:not(.login) form .ur-form-row .ur-form-grid input:not([type=radio]),body.user-registration-membership_page_user-registration-login-forms .user-registration.ur-frontend-form--flat:not(.login) form .ur-form-row .ur-form-grid select:not([type=checkbox]),body.user-registration-membership_page_user-registration-login-forms .user-registration.ur-frontend-form--flat:not(.login) form .ur-form-row .ur-form-grid select:not([type=file]),body.user-registration-membership_page_user-registration-login-forms .user-registration.ur-frontend-form--flat:not(.login) form .ur-form-row .ur-form-grid select:not([type=radio]),body.user-registration-membership_page_user-registration-login-forms .user-registration.ur-frontend-form--flat:not(.login) form .ur-form-row .ur-form-grid textarea:not([type=checkbox]),body.user-registration-membership_page_user-registration-login-forms .user-registration.ur-frontend-form--flat:not(.login) form .ur-form-row .ur-form-grid textarea:not([type=file]),body.user-registration-membership_page_user-registration-login-forms .user-registration.ur-frontend-form--flat:not(.login) form .ur-form-row .ur-form-grid textarea:not([type=radio]),body.user-registration-page .user-registration.ur-frontend-form--flat:not(.login) form .ur-form-row .ur-form-grid input:not([type=checkbox]),body.user-registration-page .user-registration.ur-frontend-form--flat:not(.login) form .ur-form-row .ur-form-grid input:not([type=file]),body.user-registration-page .user-registration.ur-frontend-form--flat:not(.login) form .ur-form-row .ur-form-grid input:not([type=radio]),body.user-registration-page .user-registration.ur-frontend-form--flat:not(.login) form .ur-form-row .ur-form-grid select:not([type=checkbox]),body.user-registration-page .user-registration.ur-frontend-form--flat:not(.login) form .ur-form-row .ur-form-grid select:not([type=file]),body.user-registration-page .user-registration.ur-frontend-form--flat:not(.login) form .ur-form-row .ur-form-grid select:not([type=radio]),body.user-registration-page .user-registration.ur-frontend-form--flat:not(.login) form .ur-form-row .ur-form-grid textarea:not([type=checkbox]),body.user-registration-page .user-registration.ur-frontend-form--flat:not(.login) form .ur-form-row .ur-form-grid textarea:not([type=file]),body.user-registration-page .user-registration.ur-frontend-form--flat:not(.login) form .ur-form-row .ur-form-grid textarea:not([type=radio]){background:#fff;border:1px solid #e1e1e1;box-shadow:none;border-radius:0!important}body.user-registration-membership_page_user-registration-login-forms .user-registration.ur-frontend-form--flat:not(.login) form .ur-button-container .ur-submit-button,body.user-registration-page .user-registration.ur-frontend-form--flat:not(.login) form .ur-button-container .ur-submit-button{border-radius:0}body.user-registration-membership_page_user-registration-login-forms .user-registration.ur-frontend-form--rounded:not(.login) form .ur-form-row .ur-form-grid input:not([type=checkbox]),body.user-registration-membership_page_user-registration-login-forms .user-registration.ur-frontend-form--rounded:not(.login) form .ur-form-row .ur-form-grid input:not([type=file]),body.user-registration-membership_page_user-registration-login-forms .user-registration.ur-frontend-form--rounded:not(.login) form .ur-form-row .ur-form-grid input:not([type=radio]),body.user-registration-membership_page_user-registration-login-forms .user-registration.ur-frontend-form--rounded:not(.login) form .ur-form-row .ur-form-grid select:not([type=checkbox]),body.user-registration-membership_page_user-registration-login-forms .user-registration.ur-frontend-form--rounded:not(.login) form .ur-form-row .ur-form-grid select:not([type=file]),body.user-registration-membership_page_user-registration-login-forms .user-registration.ur-frontend-form--rounded:not(.login) form .ur-form-row .ur-form-grid select:not([type=radio]),body.user-registration-membership_page_user-registration-login-forms .user-registration.ur-frontend-form--rounded:not(.login) form .ur-form-row .ur-form-grid textarea:not([type=checkbox]),body.user-registration-membership_page_user-registration-login-forms .user-registration.ur-frontend-form--rounded:not(.login) form .ur-form-row .ur-form-grid textarea:not([type=file]),body.user-registration-membership_page_user-registration-login-forms .user-registration.ur-frontend-form--rounded:not(.login) form .ur-form-row .ur-form-grid textarea:not([type=radio]),body.user-registration-page .user-registration.ur-frontend-form--rounded:not(.login) form .ur-form-row .ur-form-grid input:not([type=checkbox]),body.user-registration-page .user-registration.ur-frontend-form--rounded:not(.login) form .ur-form-row .ur-form-grid input:not([type=file]),body.user-registration-page .user-registration.ur-frontend-form--rounded:not(.login) form .ur-form-row .ur-form-grid input:not([type=radio]),body.user-registration-page .user-registration.ur-frontend-form--rounded:not(.login) form .ur-form-row .ur-form-grid select:not([type=checkbox]),body.user-registration-page .user-registration.ur-frontend-form--rounded:not(.login) form .ur-form-row .ur-form-grid select:not([type=file]),body.user-registration-page .user-registration.ur-frontend-form--rounded:not(.login) form .ur-form-row .ur-form-grid select:not([type=radio]),body.user-registration-page .user-registration.ur-frontend-form--rounded:not(.login) form .ur-form-row .ur-form-grid textarea:not([type=checkbox]),body.user-registration-page .user-registration.ur-frontend-form--rounded:not(.login) form .ur-form-row .ur-form-grid textarea:not([type=file]),body.user-registration-page .user-registration.ur-frontend-form--rounded:not(.login) form .ur-form-row .ur-form-grid textarea:not([type=radio]){box-shadow:none;border:1px solid #e1e1e1;background:0 0}body.user-registration-membership_page_user-registration-login-forms .user-registration.ur-frontend-form--rounded-edge:not(.login),body.user-registration-page .user-registration.ur-frontend-form--rounded-edge:not(.login){border-radius:30px}body.user-registration-membership_page_user-registration-login-forms .user-registration.ur-frontend-form--rounded-edge:not(.login) form .ur-form-row .ur-form-grid input:not([type=checkbox]),body.user-registration-membership_page_user-registration-login-forms .user-registration.ur-frontend-form--rounded-edge:not(.login) form .ur-form-row .ur-form-grid input:not([type=file]),body.user-registration-membership_page_user-registration-login-forms .user-registration.ur-frontend-form--rounded-edge:not(.login) form .ur-form-row .ur-form-grid input:not([type=radio]),body.user-registration-membership_page_user-registration-login-forms .user-registration.ur-frontend-form--rounded-edge:not(.login) form .ur-form-row .ur-form-grid select:not([type=checkbox]),body.user-registration-membership_page_user-registration-login-forms .user-registration.ur-frontend-form--rounded-edge:not(.login) form .ur-form-row .ur-form-grid select:not([type=file]),body.user-registration-membership_page_user-registration-login-forms .user-registration.ur-frontend-form--rounded-edge:not(.login) form .ur-form-row .ur-form-grid select:not([type=radio]),body.user-registration-membership_page_user-registration-login-forms .user-registration.ur-frontend-form--rounded-edge:not(.login) form .ur-form-row .ur-form-grid textarea:not([type=checkbox]),body.user-registration-membership_page_user-registration-login-forms .user-registration.ur-frontend-form--rounded-edge:not(.login) form .ur-form-row .ur-form-grid textarea:not([type=file]),body.user-registration-membership_page_user-registration-login-forms .user-registration.ur-frontend-form--rounded-edge:not(.login) form .ur-form-row .ur-form-grid textarea:not([type=radio]),body.user-registration-page .user-registration.ur-frontend-form--rounded-edge:not(.login) form .ur-form-row .ur-form-grid input:not([type=checkbox]),body.user-registration-page .user-registration.ur-frontend-form--rounded-edge:not(.login) form .ur-form-row .ur-form-grid input:not([type=file]),body.user-registration-page .user-registration.ur-frontend-form--rounded-edge:not(.login) form .ur-form-row .ur-form-grid input:not([type=radio]),body.user-registration-page .user-registration.ur-frontend-form--rounded-edge:not(.login) form .ur-form-row .ur-form-grid select:not([type=checkbox]),body.user-registration-page .user-registration.ur-frontend-form--rounded-edge:not(.login) form .ur-form-row .ur-form-grid select:not([type=file]),body.user-registration-page .user-registration.ur-frontend-form--rounded-edge:not(.login) form .ur-form-row .ur-form-grid select:not([type=radio]),body.user-registration-page .user-registration.ur-frontend-form--rounded-edge:not(.login) form .ur-form-row .ur-form-grid textarea:not([type=checkbox]),body.user-registration-page .user-registration.ur-frontend-form--rounded-edge:not(.login) form .ur-form-row .ur-form-grid textarea:not([type=file]),body.user-registration-page .user-registration.ur-frontend-form--rounded-edge:not(.login) form .ur-form-row .ur-form-grid textarea:not([type=radio]){box-shadow:none}body.user-registration-membership_page_user-registration-login-forms #user-registration.user-registration-MyAccount,body.user-registration-membership_page_user-registration-login-forms .user-registration.user-registration-MyAccount,body.user-registration-page #user-registration.user-registration-MyAccount,body.user-registration-page .user-registration.user-registration-MyAccount{max-width:1280px}body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount),body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount),body.user-registration-page #user-registration:not(.user-registration-MyAccount),body.user-registration-page .user-registration:not(.user-registration-MyAccount){max-width:520px;margin:0 auto;border-radius:4px;border:0}body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount):has(.ur-frontend-form--bordered),body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount):has(.ur-frontend-form--bordered),body.user-registration-page #user-registration:not(.user-registration-MyAccount):has(.ur-frontend-form--bordered),body.user-registration-page .user-registration:not(.user-registration-MyAccount):has(.ur-frontend-form--bordered){box-shadow:none;border:1px solid #e1e1e1}body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount):has(.ur-frontend-form--flat),body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount):has(.ur-frontend-form--flat),body.user-registration-page #user-registration:not(.user-registration-MyAccount):has(.ur-frontend-form--flat),body.user-registration-page .user-registration:not(.user-registration-MyAccount):has(.ur-frontend-form--flat){box-shadow:none;border:1px solid #e1e1e1;border-radius:0}body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount):has(.ur-frontend-form--flat) .user-registration-form-login .ur-form-row .ur-form-grid input:not([type=checkbox]),body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount):has(.ur-frontend-form--flat) .user-registration-form-login .ur-form-row .ur-form-grid input:not([type=file]),body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount):has(.ur-frontend-form--flat) .user-registration-form-login .ur-form-row .ur-form-grid input:not([type=radio]),body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount):has(.ur-frontend-form--flat) .user-registration-form-login .ur-form-row .ur-form-grid select:not([type=checkbox]),body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount):has(.ur-frontend-form--flat) .user-registration-form-login .ur-form-row .ur-form-grid select:not([type=file]),body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount):has(.ur-frontend-form--flat) .user-registration-form-login .ur-form-row .ur-form-grid select:not([type=radio]),body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount):has(.ur-frontend-form--flat) .user-registration-form-login .ur-form-row .ur-form-grid textarea:not([type=checkbox]),body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount):has(.ur-frontend-form--flat) .user-registration-form-login .ur-form-row .ur-form-grid textarea:not([type=file]),body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount):has(.ur-frontend-form--flat) .user-registration-form-login .ur-form-row .ur-form-grid textarea:not([type=radio]),body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount):has(.ur-frontend-form--flat) .user-registration-form-login .ur-form-row .ur-form-grid input:not([type=checkbox]),body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount):has(.ur-frontend-form--flat) .user-registration-form-login .ur-form-row .ur-form-grid input:not([type=file]),body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount):has(.ur-frontend-form--flat) .user-registration-form-login .ur-form-row .ur-form-grid input:not([type=radio]),body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount):has(.ur-frontend-form--flat) .user-registration-form-login .ur-form-row .ur-form-grid select:not([type=checkbox]),body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount):has(.ur-frontend-form--flat) .user-registration-form-login .ur-form-row .ur-form-grid select:not([type=file]),body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount):has(.ur-frontend-form--flat) .user-registration-form-login .ur-form-row .ur-form-grid select:not([type=radio]),body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount):has(.ur-frontend-form--flat) .user-registration-form-login .ur-form-row .ur-form-grid textarea:not([type=checkbox]),body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount):has(.ur-frontend-form--flat) .user-registration-form-login .ur-form-row .ur-form-grid textarea:not([type=file]),body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount):has(.ur-frontend-form--flat) .user-registration-form-login .ur-form-row .ur-form-grid textarea:not([type=radio]),body.user-registration-page #user-registration:not(.user-registration-MyAccount):has(.ur-frontend-form--flat) .user-registration-form-login .ur-form-row .ur-form-grid input:not([type=checkbox]),body.user-registration-page #user-registration:not(.user-registration-MyAccount):has(.ur-frontend-form--flat) .user-registration-form-login .ur-form-row .ur-form-grid input:not([type=file]),body.user-registration-page #user-registration:not(.user-registration-MyAccount):has(.ur-frontend-form--flat) .user-registration-form-login .ur-form-row .ur-form-grid input:not([type=radio]),body.user-registration-page #user-registration:not(.user-registration-MyAccount):has(.ur-frontend-form--flat) .user-registration-form-login .ur-form-row .ur-form-grid select:not([type=checkbox]),body.user-registration-page #user-registration:not(.user-registration-MyAccount):has(.ur-frontend-form--flat) .user-registration-form-login .ur-form-row .ur-form-grid select:not([type=file]),body.user-registration-page #user-registration:not(.user-registration-MyAccount):has(.ur-frontend-form--flat) .user-registration-form-login .ur-form-row .ur-form-grid select:not([type=radio]),body.user-registration-page #user-registration:not(.user-registration-MyAccount):has(.ur-frontend-form--flat) .user-registration-form-login .ur-form-row .ur-form-grid textarea:not([type=checkbox]),body.user-registration-page #user-registration:not(.user-registration-MyAccount):has(.ur-frontend-form--flat) .user-registration-form-login .ur-form-row .ur-form-grid textarea:not([type=file]),body.user-registration-page #user-registration:not(.user-registration-MyAccount):has(.ur-frontend-form--flat) .user-registration-form-login .ur-form-row .ur-form-grid textarea:not([type=radio]),body.user-registration-page .user-registration:not(.user-registration-MyAccount):has(.ur-frontend-form--flat) .user-registration-form-login .ur-form-row .ur-form-grid input:not([type=checkbox]),body.user-registration-page .user-registration:not(.user-registration-MyAccount):has(.ur-frontend-form--flat) .user-registration-form-login .ur-form-row .ur-form-grid input:not([type=file]),body.user-registration-page .user-registration:not(.user-registration-MyAccount):has(.ur-frontend-form--flat) .user-registration-form-login .ur-form-row .ur-form-grid input:not([type=radio]),body.user-registration-page .user-registration:not(.user-registration-MyAccount):has(.ur-frontend-form--flat) .user-registration-form-login .ur-form-row .ur-form-grid select:not([type=checkbox]),body.user-registration-page .user-registration:not(.user-registration-MyAccount):has(.ur-frontend-form--flat) .user-registration-form-login .ur-form-row .ur-form-grid select:not([type=file]),body.user-registration-page .user-registration:not(.user-registration-MyAccount):has(.ur-frontend-form--flat) .user-registration-form-login .ur-form-row .ur-form-grid select:not([type=radio]),body.user-registration-page .user-registration:not(.user-registration-MyAccount):has(.ur-frontend-form--flat) .user-registration-form-login .ur-form-row .ur-form-grid textarea:not([type=checkbox]),body.user-registration-page .user-registration:not(.user-registration-MyAccount):has(.ur-frontend-form--flat) .user-registration-form-login .ur-form-row .ur-form-grid textarea:not([type=file]),body.user-registration-page .user-registration:not(.user-registration-MyAccount):has(.ur-frontend-form--flat) .user-registration-form-login .ur-form-row .ur-form-grid textarea:not([type=radio]){background:#fff;border-color:#e9e9e9;box-shadow:none;border-radius:0!important}body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount):has(.ur-frontend-form--flat) .user-registration-form-login .ur-form-row .ur-form-grid .user-registration-Button,body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount):has(.ur-frontend-form--flat) .user-registration-form-login .ur-form-row .ur-form-grid .user-registration-Button,body.user-registration-page #user-registration:not(.user-registration-MyAccount):has(.ur-frontend-form--flat) .user-registration-form-login .ur-form-row .ur-form-grid .user-registration-Button,body.user-registration-page .user-registration:not(.user-registration-MyAccount):has(.ur-frontend-form--flat) .user-registration-form-login .ur-form-row .ur-form-grid .user-registration-Button{border-radius:0}body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount):has(.ur-frontend-form--rounded-edge),body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount):has(.ur-frontend-form--rounded-edge),body.user-registration-page #user-registration:not(.user-registration-MyAccount):has(.ur-frontend-form--rounded-edge),body.user-registration-page .user-registration:not(.user-registration-MyAccount):has(.ur-frontend-form--rounded-edge){border-radius:30px}body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-frontend-form.login,body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-frontend-form.login,body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-frontend-form.login,body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-frontend-form.login{margin:0 auto;box-shadow:0 4px 16px 0 rgba(17,17,26,.05),0 8px 32px 0 rgba(17,17,26,.05)}body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-frontend-form.login .user-registration-error,body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-frontend-form.login .user-registration-error,body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-frontend-form.login .user-registration-error,body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-frontend-form.login .user-registration-error{display:block;color:#222!important;font-size:14px;line-height:21px;letter-spacing:.15px;padding:10px!important;font-weight:400}body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-frontend-form.login .user-registration-error::before,body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-frontend-form.login .user-registration-error::before,body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-frontend-form.login .user-registration-error::before,body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-frontend-form.login .user-registration-error::before{font-weight:500;color:rgb(255,2.5,11.1079545455)}body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-frontend-form.login .user-registration-error strong,body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-frontend-form.login .user-registration-error strong,body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-frontend-form.login .user-registration-error strong,body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-frontend-form.login .user-registration-error strong{font-weight:500}body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-frontend-form--bordered .user-registration-form-login .ur-form-row .ur-form-grid label,body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-frontend-form--bordered .user-registration-form-login .ur-form-row .ur-form-grid label,body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-frontend-form--bordered .user-registration-form-login .ur-form-row .ur-form-grid label,body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-frontend-form--bordered .user-registration-form-login .ur-form-row .ur-form-grid label{margin-left:0}body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-frontend-form--bordered .user-registration-form-login .ur-form-row .ur-form-grid .input-text,body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-frontend-form--bordered .user-registration-form-login .ur-form-row .ur-form-grid .input-text,body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-frontend-form--bordered .user-registration-form-login .ur-form-row .ur-form-grid .input-text,body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-frontend-form--bordered .user-registration-form-login .ur-form-row .ur-form-grid .input-text{background:0 0;height:auto}body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-frontend-form--bordered .user-registration-form-login .ur-form-row .ur-form-grid .ur-submit-button,body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-frontend-form--bordered .user-registration-form-login .ur-form-row .ur-form-grid .ur-submit-button,body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-frontend-form--bordered .user-registration-form-login .ur-form-row .ur-form-grid .ur-submit-button,body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-frontend-form--bordered .user-registration-form-login .ur-form-row .ur-form-grid .ur-submit-button{background:var(--ur-primary-color,#475bb2);border-radius:4px}body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-frontend-form--flat,body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-frontend-form--flat,body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-frontend-form--flat,body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-frontend-form--flat{background:#fff}body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-frontend-form--flat .user-registration-form-login .ur-form-row .ur-form-grid .input-text,body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-frontend-form--flat .user-registration-form-login .ur-form-row .ur-form-grid .input-text,body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-frontend-form--flat .user-registration-form-login .ur-form-row .ur-form-grid .input-text,body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-frontend-form--flat .user-registration-form-login .ur-form-row .ur-form-grid .input-text{height:auto}body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-frontend-form--flat .user-registration-form-login .ur-form-row .ur-form-grid .ur-submit-button:disabled,body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-frontend-form--flat .user-registration-form-login .ur-form-row .ur-form-grid .ur-submit-button:disabled,body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-frontend-form--flat .user-registration-form-login .ur-form-row .ur-form-grid .ur-submit-button:disabled,body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-frontend-form--flat .user-registration-form-login .ur-form-row .ur-form-grid .ur-submit-button:disabled{background:#eaeaea!important}body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-frontend-form--rounded .user-registration-form-login .ur-form-row .ur-form-grid label,body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-frontend-form--rounded .user-registration-form-login .ur-form-row .ur-form-grid label,body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-frontend-form--rounded .user-registration-form-login .ur-form-row .ur-form-grid label,body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-frontend-form--rounded .user-registration-form-login .ur-form-row .ur-form-grid label{margin-left:0}body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-frontend-form--rounded .user-registration-form-login .ur-form-row .ur-form-grid .input-text,body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-frontend-form--rounded .user-registration-form-login .ur-form-row .ur-form-grid .input-text,body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-frontend-form--rounded .user-registration-form-login .ur-form-row .ur-form-grid .input-text,body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-frontend-form--rounded .user-registration-form-login .ur-form-row .ur-form-grid .input-text{height:auto}body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form-login .ur-form-row .ur-form-grid .ur-submit-button,body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form-login .ur-form-row .ur-form-grid .ur-submit-button,body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form-login .ur-form-row .ur-form-grid .ur-submit-button,body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form-login .ur-form-row .ur-form-grid .ur-submit-button{margin-right:0;color:#fff}body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .user-registration-login-title,body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .user-registration-registration-title,body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .user-registration-login-title,body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .user-registration-registration-title,body.user-registration-page #user-registration:not(.user-registration-MyAccount) .user-registration-login-title,body.user-registration-page #user-registration:not(.user-registration-MyAccount) .user-registration-registration-title,body.user-registration-page .user-registration:not(.user-registration-MyAccount) .user-registration-login-title,body.user-registration-page .user-registration:not(.user-registration-MyAccount) .user-registration-registration-title{color:#1f1f1f;font-size:32px;font-weight:600;line-height:48px;letter-spacing:.15px;display:block;text-align:center;margin-bottom:8px}body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .user-registration-login-description,body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .user-registration-registration-description,body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .user-registration-login-description,body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .user-registration-registration-description,body.user-registration-page #user-registration:not(.user-registration-MyAccount) .user-registration-login-description,body.user-registration-page #user-registration:not(.user-registration-MyAccount) .user-registration-registration-description,body.user-registration-page .user-registration:not(.user-registration-MyAccount) .user-registration-login-description,body.user-registration-page .user-registration:not(.user-registration-MyAccount) .user-registration-registration-description{color:#333;font-size:14px;font-weight:400;line-height:21px;letter-spacing:.15px;margin-bottom:30px;text-align:center}body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) br,body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) br,body.user-registration-page #user-registration:not(.user-registration-MyAccount) br,body.user-registration-page .user-registration:not(.user-registration-MyAccount) br{display:none}body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid #user-registration-tfa-attempts-left,body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid #user-registration-tfa-attempts-left,body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid #user-registration-tfa-attempts-left,body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid #user-registration-tfa-attempts-left{margin-bottom:12px}body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .user-registration-error,body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .user-registration-error,body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .user-registration-error,body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .user-registration-error{width:100%;position:unset;align-items:center;margin-bottom:24px!important;letter-spacing:.18px}body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .user-registration-error::before,body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .user-registration-error::before,body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .user-registration-error::before,body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .user-registration-error::before{margin-right:4px;font-size:16px;color:#f25656}body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .user-registration-error svg,body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .user-registration-error svg,body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .user-registration-error svg,body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .user-registration-error svg{width:28px;height:28px}body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .user-registration-error li,body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .user-registration-error li,body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .user-registration-error li,body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .user-registration-error li{color:#222;font-size:inherit;font-weight:400;line-height:inherit;letter-spacing:.15px}body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .user-registration-error li strong,body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .user-registration-error li strong,body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .user-registration-error li strong,body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .user-registration-error li strong{font-weight:500;padding-right:4px}body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .user-registration-message,body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .user-registration-message,body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .user-registration-message,body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .user-registration-message{margin-left:10px;margin-right:10px;margin-bottom:24px}body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .user-registration-message ul,body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .user-registration-message ul,body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .user-registration-message ul,body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .user-registration-message ul{margin:0}body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-lost-password-content-container,body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-lost-password-content-container,body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-lost-password-content-container,body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-lost-password-content-container{margin-bottom:24px}body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-lost-password-content-container .ur-lost-password-title,body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-lost-password-content-container .ur-lost-password-title,body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-lost-password-content-container .ur-lost-password-title,body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-lost-password-content-container .ur-lost-password-title{margin:0}body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .user-registration-form-row,body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .user-registration-form-row,body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .user-registration-form-row,body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .user-registration-form-row{margin-bottom:12px}body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-input-with-icon,body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-input-with-icon,body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-input-with-icon,body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-input-with-icon{display:block}body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-input-with-icon svg,body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-input-with-icon svg,body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-input-with-icon svg,body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-input-with-icon svg{display:none}body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-input-with-icon input,body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-input-with-icon input,body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-input-with-icon input,body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-input-with-icon input{min-height:38px;max-height:38px;margin-bottom:0;padding:0 14px 0 0}body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-input-with-icon input:focus,body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-input-with-icon input:focus,body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-input-with-icon input:focus,body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-input-with-icon input:focus{border-color:var(--ur-primary-color,#475bb2)}body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-field-item label:not(.user-registration-error),body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-field-item label:not(.user-registration-error),body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-field-item label:not(.user-registration-error),body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-field-item label:not(.user-registration-error){margin-top:0;margin-bottom:16px;color:#222;font-size:15px;font-weight:500;line-height:19px}body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-field-item .input-wrapper,body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-field-item .input-wrapper,body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-field-item .input-wrapper,body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-field-item .input-wrapper{display:block}body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-field-item .input-wrapper input,body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-field-item .input-wrapper input,body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-field-item .input-wrapper input,body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-field-item .input-wrapper input{margin-bottom:0;border-radius:4px;min-height:38px;max-height:38px;font-size:14px;line-height:20px;padding:0 12px;color:#383838;box-shadow:none;border:1px solid #e1e1e1}body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-field-item .input-wrapper input:focus,body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-field-item .input-wrapper input:focus,body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-field-item .input-wrapper input:focus,body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-field-item .input-wrapper input:focus{border-color:var(--ur-primary-color,#475bb2);outline:0;box-shadow:none}body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-field-item .input-wrapper input::placeholder,body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-field-item .input-wrapper input::placeholder,body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-field-item .input-wrapper input::placeholder,body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-field-item .input-wrapper input::placeholder{color:#858585}body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-button-container,body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-button-container,body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-button-container,body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-button-container{display:flex!important;align-items:center;gap:4px;margin-top:32px;padding:0 10px}body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-button-container .ur-submit-button,body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-button-container .ur-submit-button,body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-button-container .ur-submit-button,body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-button-container .ur-submit-button{width:max-content;border:0;padding:10px 24px;color:var(--ur-button-text-normal-color,#fff);font-size:15px;font-weight:500;line-height:24px;letter-spacing:.15px;border:1px solid var(--ur-button-background-normal-color,#475bb2);margin-right:0;background:var(--ur-button-background-normal-color,#475bb2)}body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-button-container .ur-submit-button:hover,body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-button-container .ur-submit-button:hover,body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-button-container .ur-submit-button:hover,body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-button-container .ur-submit-button:hover{color:var(--ur-button-text-hover-color,#fff);background:var(--ur-button-background-hover-color,#38488e);border-color:var(--ur-button-background-hover-color,#38488e)}body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-button-container .user-registration-save-and-continue-button,body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-button-container .user-registration-save-and-continue-button,body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-button-container .user-registration-save-and-continue-button,body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-button-container .user-registration-save-and-continue-button{margin-left:0;background:0 0;color:var(--ur-primary-color,#475bb2);border:1px solid var(--ur-primary-color,#475bb2)}body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-button-container .user-registration-save-and-continue-button:hover,body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-button-container .user-registration-save-and-continue-button:hover,body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-button-container .user-registration-save-and-continue-button:hover,body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-button-container .user-registration-save-and-continue-button:hover{background:var(--ur-primary-color,#475bb2);color:#fff}body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-frontend-form,body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-frontend-form,body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-frontend-form,body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-frontend-form{box-shadow:none;margin-bottom:0}body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-error,body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-error,body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-error,body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-error{position:unset;width:100%;margin:0!important}body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-form-row,body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-form-row,body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-form-row,body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-form-row{margin-bottom:24px}body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-form-row .input-wrapper,body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-form-row .input-wrapper,body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-form-row .input-wrapper,body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-form-row .input-wrapper{display:block}body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-form-row .input-wrapper input,body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-form-row .input-wrapper input,body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-form-row .input-wrapper input,body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-form-row .input-wrapper input{min-height:38px}body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid>div,body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid>div,body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid>div,body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid>div{display:block;float:unset!important;flex-direction:row-reverse}body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid>div input[type=submit],body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid>div input[type=submit],body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid>div input[type=submit],body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid>div input[type=submit]{border:0;padding:10px 24px;color:#fff;font-size:15px;font-weight:400;line-height:24px;letter-spacing:.15px;background:#475bb2}body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid>div input[type=submit]:hover,body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid>div input[type=submit]:hover,body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid>div input[type=submit]:hover,body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid>div input[type=submit]:hover{background:#38488e;border-color:#38488e}body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid>div .user-registration-Button,body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid>div .user-registration-Button,body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid>div .user-registration-Button,body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid>div .user-registration-Button{padding:10px 24px;font-size:15px;line-height:25px;background:var(--ur-button-background-normal-color,#475bb2);color:var(--ur-button-text-normal-color,#fff)}body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid>div .user-registration-Button.ur-disabled-btn,body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid>div .user-registration-Button.ur-disabled-btn,body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid>div .user-registration-Button.ur-disabled-btn,body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid>div .user-registration-Button.ur-disabled-btn{cursor:not-allowed}body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid>div .user-registration-Button:disabled,body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid>div .user-registration-Button:disabled,body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid>div .user-registration-Button:disabled,body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid>div .user-registration-Button:disabled{pointer-events:none;border-color:#f6f7f7!important}body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid>div .user-registration-Button:hover,body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid>div .user-registration-Button:hover,body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid>div .user-registration-Button:hover,body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid>div .user-registration-Button:hover{background:var(--ur-button-background-hover-color,#475bb2);color:var(--ur-button-text-hover-color,#fff)}body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid>div:has(.user-registration-passwordless-login),body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid>div:has(.user-registration-passwordless-login),body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid>div:has(.user-registration-passwordless-login),body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid>div:has(.user-registration-passwordless-login){display:flex;flex-direction:column-reverse;gap:16px!important}body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid>div .user-registration-passwordless-login,body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid>div .user-registration-passwordless-login,body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid>div .user-registration-passwordless-login,body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid>div .user-registration-passwordless-login{width:100%;text-align:center;margin:0}body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid>div .user-registration-passwordless-login a,body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid>div .user-registration-passwordless-login a,body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid>div .user-registration-passwordless-login a,body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid>div .user-registration-passwordless-login a{font-size:15px;line-height:25px;color:#4e4e4e;background:#f4f4f4;border:1px solid #f4f4f4;width:100%;display:block;padding:10px 24px;border-radius:4px;transition:all .3s}body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid>div .user-registration-passwordless-login a:hover,body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid>div .user-registration-passwordless-login a:hover,body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid>div .user-registration-passwordless-login a:hover,body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid>div .user-registration-passwordless-login a:hover{background:#475bb2;border-color:#475bb2;color:#fff}body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-before-login-btn,body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-before-login-btn,body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-before-login-btn,body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-before-login-btn{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-direction:row;margin:8px 0;float:unset}body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-before-login-btn label,body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-before-login-btn label,body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-before-login-btn label,body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-before-login-btn label{width:auto;display:flex;align-items:center;gap:8px}body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-before-login-btn label input[type=checkbox],body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-before-login-btn label input[type=checkbox],body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-before-login-btn label input[type=checkbox],body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-before-login-btn label input[type=checkbox]{margin:0}body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-before-login-btn .user-registration-LostPassword,body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-before-login-btn .user-registration-LostPassword,body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-before-login-btn .user-registration-LostPassword,body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-before-login-btn .user-registration-LostPassword{font-size:14px;font-weight:400;line-height:21px;letter-spacing:.15px;margin:0}body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-before-login-btn .user-registration-LostPassword a,body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-before-login-btn .user-registration-LostPassword a,body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-before-login-btn .user-registration-LostPassword a,body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-before-login-btn .user-registration-LostPassword a{text-underline-offset:4px;color:var(--ur-primary-color,#475bb2)}body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-register,body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-register,body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-register,body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-register{display:flex;width:100%;padding-top:16px;justify-content:center;margin-bottom:0;font-size:14px;line-height:21px}body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-register a,body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-register a,body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-register a,body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-register a{text-underline-offset:4px;color:var(--ur-primary-color,#475bb2)}body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-social-connect-networks,body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-social-connect-networks,body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-social-connect-networks,body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-social-connect-networks{flex-direction:column;position:relative;margin-bottom:0;margin-top:20px}body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-social-connect-networks.user-registration-social-connect-networks__position_bottom::before,body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-social-connect-networks.user-registration-social-connect-networks__position_bottom::before,body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-social-connect-networks.user-registration-social-connect-networks__position_bottom::before,body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-social-connect-networks.user-registration-social-connect-networks__position_bottom::before{content:attr(data-or);font-size:14px;line-height:24px;background:#fff;display:block;z-index:1;position:relative;color:#333;letter-spacing:.15px;left:50%;transform:translateX(-50%);width:20px;text-align:center}body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-social-connect-networks.user-registration-social-connect-networks__position_bottom::after,body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-social-connect-networks.user-registration-social-connect-networks__position_bottom::after,body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-social-connect-networks.user-registration-social-connect-networks__position_bottom::after,body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-social-connect-networks.user-registration-social-connect-networks__position_bottom::after{content:"";position:absolute;width:100%;height:1px;top:12px;left:50%;transform:translateX(-50%);background:#d9d9d9;z-index:0}body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-social-connect-networks.user-registration-social-connect-networks__position_top::before,body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-social-connect-networks.user-registration-social-connect-networks__position_top::before,body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-social-connect-networks.user-registration-social-connect-networks__position_top::before,body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-social-connect-networks.user-registration-social-connect-networks__position_top::before{content:"";position:absolute;width:100%;height:1px;bottom:12px;left:50%;transform:translateX(-50%);background:#d9d9d9;z-index:0}body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-social-connect-networks.user-registration-social-connect-networks__position_top::after,body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-social-connect-networks.user-registration-social-connect-networks__position_top::after,body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-social-connect-networks.user-registration-social-connect-networks__position_top::after,body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-social-connect-networks.user-registration-social-connect-networks__position_top::after{content:attr(data-or);font-size:14px;line-height:24px;background:#fff;display:block;z-index:1;position:relative;color:#333;letter-spacing:.15px;left:50%;transform:translateX(-50%);width:20px;text-align:center}body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-social-connect-networks .ursc-network-lists,body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-social-connect-networks .ursc-network-lists,body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-social-connect-networks .ursc-network-lists,body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-social-connect-networks .ursc-network-lists{display:flex;justify-content:center;align-items:center;gap:20px;width:100%;margin:20px 0}body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-social-connect-networks .ursc-network-lists .ursc-login-media,body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-social-connect-networks .ursc-network-lists .ursc-login-media,body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-social-connect-networks .ursc-network-lists .ursc-login-media,body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-social-connect-networks .ursc-network-lists .ursc-login-media{margin:0}body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-social-connect-networks .ursc-network-lists.ursc_theme_2 .ursc-login-media a,body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-social-connect-networks .ursc-network-lists.ursc_theme_3 .ursc-login-media a,body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-social-connect-networks .ursc-network-lists.ursc_theme_2 .ursc-login-media a,body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-social-connect-networks .ursc-network-lists.ursc_theme_3 .ursc-login-media a,body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-social-connect-networks .ursc-network-lists.ursc_theme_2 .ursc-login-media a,body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-social-connect-networks .ursc-network-lists.ursc_theme_3 .ursc-login-media a,body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-social-connect-networks .ursc-network-lists.ursc_theme_2 .ursc-login-media a,body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-social-connect-networks .ursc-network-lists.ursc_theme_3 .ursc-login-media a{width:40px;height:40px;padding:0}body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-social-connect-networks .ursc-network-lists.ursc_theme_4,body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-social-connect-networks .ursc-network-lists.ursc_theme_4,body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-social-connect-networks .ursc-network-lists.ursc_theme_4,body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-social-connect-networks .ursc-network-lists.ursc_theme_4{flex-wrap:wrap}body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-social-connect-networks .ursc-network-lists.ursc_theme_4 .ursc-login-media,body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-social-connect-networks .ursc-network-lists.ursc_theme_4 .ursc-login-media,body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-social-connect-networks .ursc-network-lists.ursc_theme_4 .ursc-login-media,body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-social-connect-networks .ursc-network-lists.ursc_theme_4 .ursc-login-media{width:47%}body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-social-connect-networks .ursc-network-lists.ursc_theme_4 .ursc-login-media .ursc-login-text,body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-social-connect-networks .ursc-network-lists.ursc_theme_4 .ursc-login-media .ursc-login-text,body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-social-connect-networks .ursc-network-lists.ursc_theme_4 .ursc-login-media .ursc-login-text,body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-social-connect-networks .ursc-network-lists.ursc_theme_4 .ursc-login-media .ursc-login-text{font-size:13px;line-height:24px}body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-login-registration-nav ul li,body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-login-registration-nav ul li,body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-login-registration-nav ul li,body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-login-registration-nav ul li{margin:0;padding:16px;color:#c5c5c5;font-size:16px;font-weight:500;line-height:21px;letter-spacing:.85px;text-transform:uppercase;border:0;box-shadow:none;clip-path:none}body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-login-registration-nav ul li.active,body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-login-registration-nav ul li.active,body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-login-registration-nav ul li.active,body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-login-registration-nav ul li.active{color:#1f1f1f}body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount):has(.ur-login-registration-nav),body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount):has(.ur-login-registration-nav),body.user-registration-page #user-registration:not(.user-registration-MyAccount):has(.ur-login-registration-nav),body.user-registration-page .user-registration:not(.user-registration-MyAccount):has(.ur-login-registration-nav){padding:0}body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount):has(.ur-login-registration-nav) .ur-frontend-form,body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount):has(.ur-login-registration-nav) .ur-frontend-form,body.user-registration-page #user-registration:not(.user-registration-MyAccount):has(.ur-login-registration-nav) .ur-frontend-form,body.user-registration-page .user-registration:not(.user-registration-MyAccount):has(.ur-login-registration-nav) .ur-frontend-form{padding:50px 40px 40px}body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount):has(.ur-login-registration-nav) .ur-frontend-form .ur-form-row .ur-form-grid .user-registration,body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount):has(.ur-login-registration-nav) .ur-frontend-form .ur-form-row .ur-form-grid .user-registration,body.user-registration-page #user-registration:not(.user-registration-MyAccount):has(.ur-login-registration-nav) .ur-frontend-form .ur-form-row .ur-form-grid .user-registration,body.user-registration-page .user-registration:not(.user-registration-MyAccount):has(.ur-login-registration-nav) .ur-frontend-form .ur-form-row .ur-form-grid .user-registration{margin-top:0}body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount):has(.ur-login-registration-nav) .ur-frontend-form .ur-form-row .ur-form-grid .ur-frontend-form,body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount):has(.ur-login-registration-nav) .ur-frontend-form .ur-form-row .ur-form-grid .ur-frontend-form,body.user-registration-page #user-registration:not(.user-registration-MyAccount):has(.ur-login-registration-nav) .ur-frontend-form .ur-form-row .ur-form-grid .ur-frontend-form,body.user-registration-page .user-registration:not(.user-registration-MyAccount):has(.ur-login-registration-nav) .ur-frontend-form .ur-form-row .ur-form-grid .ur-frontend-form{padding:0;box-shadow:none;margin-bottom:0}body.woocommerce-checkout .user-registration.urwc-form{all:unset}body.woocommerce-checkout .user-registration.urwc-form .ur-form-row .ur-form-grid{margin:0 -10px}body.woocommerce-checkout .user-registration.urwc-form .ur-form-row .ur-form-grid .ur-field-item ol,body.woocommerce-checkout .user-registration.urwc-form .ur-form-row .ur-form-grid .ur-field-item ul{padding-left:4px}body.woocommerce-checkout .user-registration.urwc-form .ur-form-row .ur-form-grid .ur-field-item .input-wrapper input:not([type=checkbox]),body.woocommerce-checkout .user-registration.urwc-form .ur-form-row .ur-form-grid .ur-field-item .input-wrapper input:not([type=radio]){min-height:50px;max-height:50px;border:1px solid;border-color:inherit}body.woocommerce-checkout .user-registration.urwc-form .ur-form-row .ur-form-grid .ur-field-item select{min-height:50px;max-height:50px;border:1px solid;border-color:inherit;border-radius:4px}body.woocommerce-checkout .user-registration.urwc-form .ur-form-row .ur-form-grid .ur-field-item textarea{border:1px solid;border-color:inherit;border-radius:4px}.user-registration-login-form-container .ur-registered-from .ur-login-form-wrapper #user-registration{width:100%}.user-registration-membership_page_user-registration-login-forms #wpcontent .ur-admin-page-topnav{margin-bottom:0}.user-registration-membership_page_user-registration-login-forms #wpcontent .user-registration-login-form-container .user-registration__wrap.wrap{margin:0 auto}.user-registration-membership_page_user-registration-login-forms #wpcontent .user-registration-login-form-container .user-registration__wrap .ur-form-subcontainer .menu-edit{border:none}.user-registration-membership_page_user-registration-login-forms #wpcontent .user-registration-login-form-container .user-registration__wrap .ur-form-subcontainer .ur-registered-inputs .ui-widget-content .ur-tab-contents{background:#fff}.user-registration-membership_page_user-registration-login-forms #wpcontent .user-registration-login-form-container .user-registration__wrap .ur-form-subcontainer .ur-registered-inputs .ui-widget-content .ur-tab-contents .ur-login-view-doc a{border-radius:4px;cursor:pointer;text-decoration:none;text-align:center;vertical-align:middle;white-space:nowrap;box-shadow:none;font-size:14px;font-weight:500;letter-spacing:0;padding:10px 24px;border:none;background:#edeff7;color:var(--ur-primary-color,#475bb2);display:block;margin:32px 0 0;transition:all .3s ease-in-out}.user-registration-membership_page_user-registration-login-forms #wpcontent .user-registration-login-form-container .user-registration__wrap .ur-form-subcontainer .ur-registered-inputs .ui-widget-content .ur-tab-contents .ur-login-view-doc a:hover{background:var(--ur-primary-color,#475bb2);color:#fff}.user-registration-membership_page_user-registration-login-forms #wpcontent .user-registration-login-form-container .user-registration__wrap .ur-form-subcontainer .ur-registered-inputs .ui-widget-content .ur-tab-contents .ur-login-view-doc:disabled{cursor:default;opacity:.5}.user-registration-membership_page_user-registration-login-forms #wpcontent .user-registration-login-form-container .user-registration__wrap .ur-form-subcontainer .ur-registered-inputs .ui-widget-content .ur-tab-contents .ur-login-view-doc:disabled:hover{background-color:#475bb2}.user-registration-membership_page_user-registration-login-forms #wpcontent .user-registration-login-form-container .user-registration__wrap .ur-form-subcontainer .ur-registered-inputs .ui-widget-content .ur-heading{margin-top:0;padding-bottom:16px;border-bottom:1px solid #e9e9e9;text-transform:uppercase;font-size:16px}.user-registration-membership_page_user-registration-login-forms #wpcontent .user-registration-login-form-container .user-registration__wrap .ur-form-subcontainer .ur-registered-inputs .ui-widget-content .ur-login-content p{font-size:15px;line-height:26px;margin:12px 0}.user-registration-membership_page_user-registration-login-forms #wpcontent .user-registration-login-form-container .user-registration__wrap .ur-form-subcontainer .ur-registered-inputs .ui-widget-content .ur-login-content p:nth-child(3){margin-top:24px}.user-registration-membership_page_user-registration-login-forms #wpcontent .user-registration-login-form-container .user-registration__wrap .ur-form-subcontainer .ur-registered-inputs .ui-widget-content .ur-login-content .login-forms-shortcode-action{display:flex;padding:6px 6px 6px 12px;gap:8px;justify-content:space-between;width:100%;background:#fff;border:1px solid #edeff7;border-radius:4px}.user-registration-membership_page_user-registration-login-forms #wpcontent .user-registration-login-form-container .user-registration__wrap .ur-form-subcontainer .ur-registered-inputs .ui-widget-content .ur-login-content .login-forms-shortcode-action input{background:0 0;border:none}.user-registration-membership_page_user-registration-login-forms #wpcontent .user-registration-login-form-container .user-registration__wrap .ur-form-subcontainer .ur-registered-inputs .ui-widget-content .ur-login-content .login-forms-shortcode-action .ur-copy-shortcode{line-height:unset;padding:6px;background:#edeff7;border:none}.user-registration-membership_page_user-registration-login-forms #wpcontent .user-registration-login-form-container .user-registration__wrap .ur-form-subcontainer .ur-registered-inputs.ur-login-form-settings .ur-tab-contents .ur-tab-content{padding:0}.user-registration-membership_page_user-registration-login-forms #wpcontent .user-registration-login-form-container .user-registration__wrap .ur-form-subcontainer .ur-registered-inputs.ur-login-form-settings .ur-tab-contents .ur-tab-content form .ur-login-form-setting-block{padding:20px 12px 12px}.user-registration-membership_page_user-registration-login-forms #wpcontent .user-registration-login-form-container .user-registration__wrap .ur-form-subcontainer .ur-registered-inputs.ur-login-form-settings .ur-tab-contents .ur-tab-content form .ur-login-form-setting-block:first-child h2.ur-toggle-heading{margin-top:0}.user-registration-membership_page_user-registration-login-forms #wpcontent .user-registration-login-form-container .user-registration__wrap .ur-form-subcontainer .ur-registered-inputs.ur-login-form-settings .ur-tab-contents .ur-tab-content form .ur-login-form-setting-block .ur-toggle-content{margin-top:24px;padding-bottom:28px;display:flex;flex-direction:column;gap:28px}.user-registration-membership_page_user-registration-login-forms #wpcontent .user-registration-login-form-container .user-registration__wrap .ur-form-subcontainer .ur-registered-inputs.ur-login-form-settings #ur-login-form-setting .ur-login-form-setting-block{display:flex;flex-direction:column;gap:24px}.user-registration-membership_page_user-registration-login-forms #wpcontent .user-registration-login-form-container .user-registration__wrap .ur-form-subcontainer .ur-registered-inputs.ur-login-form-settings #ur-login-form-setting .ur-login-form-setting-block h2{margin:0 0 16px 0}.user-registration-membership_page_user-registration-login-forms #wpcontent .user-registration-login-form-container .user-registration__wrap .user-registration-login-settings-form{border-radius:8px}.user-registration-membership_page_user-registration-login-forms #wpcontent .user-registration-login-form-container .user-registration__wrap .user-registration-login-settings-form a{pointer-events:none}body.user-registration-page .elementor-widget-container .user-registration:not(.user-registration-MyAccount){background:0 0;border-radius:0}.et-db #et-boc .et-l .et-fb-modules-list ul>li{position:relative}.et-db #et-boc .et-l .et-fb-modules-list ul>li.urm-registration-form:before{content:"";display:inline-block;width:16px;height:16px;background-repeat:no-repeat;background-position:center;background-size:contain;background-image:url(https://www.aerovol.groupesri.com/wp-content/plugins/user-registration/assets/css/.https://www.aerovol.groupesri.com/wp-content/plugins/user-registration/assets/css/images/blocks/registration-form.svg)}.et-db #et-boc .et-l .et-fb-modules-list ul>li.urm-login-form:before{content:"";display:inline-block;width:16px;height:16px;background-repeat:no-repeat;background-position:center;background-size:contain;background-image:url(https://www.aerovol.groupesri.com/wp-content/plugins/user-registration/assets/css/.https://www.aerovol.groupesri.com/wp-content/plugins/user-registration/assets/css/images/blocks/login-form.svg)}.et-db #et-boc .et-l .et-fb-modules-list ul>li.urm-myaccount:before{content:"";display:inline-block;width:16px;height:16px;background-repeat:no-repeat;background-position:center;background-size:contain;background-image:url(https://www.aerovol.groupesri.com/wp-content/plugins/user-registration/assets/css/.https://www.aerovol.groupesri.com/wp-content/plugins/user-registration/assets/css/images/blocks/my-account.svg)}.et-db #et-boc .et-l .et-fb-modules-list ul>li.urm-edit-profile:before{content:"";display:inline-block;width:16px;height:16px;background-repeat:no-repeat;background-position:center;background-size:contain;background-image:url(https://www.aerovol.groupesri.com/wp-content/plugins/user-registration/assets/css/.https://www.aerovol.groupesri.com/wp-content/plugins/user-registration/assets/css/images/blocks/edit-profile.svg)}.et-db #et-boc .et-l .et-fb-modules-list ul>li.urm-edit-password:before{content:"";display:inline-block;width:16px;height:16px;background-repeat:no-repeat;background-position:center;background-size:contain;background-image:url(https://www.aerovol.groupesri.com/wp-content/plugins/user-registration/assets/css/.https://www.aerovol.groupesri.com/wp-content/plugins/user-registration/assets/css/images/blocks/edit-password.svg)}.et-db #et-boc .et-l .et-fb-modules-list ul>li.urm-content-restriction:before{content:"";display:inline-block;width:16px;height:16px;background-repeat:no-repeat;background-position:center;background-size:contain;background-image:url(https://www.aerovol.groupesri.com/wp-content/plugins/user-registration/assets/css/.https://www.aerovol.groupesri.com/wp-content/plugins/user-registration/assets/css/images/blocks/content-restriction.svg)}.et-db #et-boc .et-l .et-fb-modules-list ul>li.urm-membership-groups:before{content:"";display:inline-block;width:16px;height:16px;background-repeat:no-repeat;background-position:center;background-size:contain;background-image:url(https://www.aerovol.groupesri.com/wp-content/plugins/user-registration/assets/css/.https://www.aerovol.groupesri.com/wp-content/plugins/user-registration/assets/css/images/blocks/membership-groups.svg)}.et-db #et-boc .et-l .et-fb-modules-list ul>li.urm-membership-thank-you:before{content:"";display:inline-block;width:16px;height:16px;background-repeat:no-repeat;background-position:center;background-size:contain;background-image:url(https://www.aerovol.groupesri.com/wp-content/plugins/user-registration/assets/css/.https://www.aerovol.groupesri.com/wp-content/plugins/user-registration/assets/css/images/blocks/thankyou.svg)}#ur-field-all-settings .user-registration-login-form-global-settings:not(.ur-toggle-setting){display:flex;flex-direction:row;align-items:center}#ur-field-all-settings .ur-toggle-setting{display:flex;flex-direction:column}#ur-field-all-settings .user-registration-login-form-global-settings .user-registration-login-form-toggle-option{display:flex;gap:20px}#ur-field-all-settings .user-registration-login-form-global-settings .user-registration-help-tip{top:3px}#ur-field-all-settings .user-registration-login-form-global-settings.ur-form-settings-section{border-top:1px solid #e1e1e1;padding-top:20px}#ur-field-all-settings .user-registration-login-form-global-settings.ur-form-settings-section h4{color:#131313;font-weight:600;margin:0}.user-registration-login-settings-form .ur-form-row .ur-form-grid label{margin-top:0;margin-bottom:0}.user-registration-login-form-container .ur-login-form-settings .user-registration-login-form-global-settings--field{display:flex;align-items:center}.user-registration-login-form-container .ur-login-form-settings .user-registration-login-form-global-settings:has(.error) .select2-selection{border-color:#f34c4c!important}.user-registration-login-form-container .ur-login-form-settings .user-registration-login-form-global-settings .error.inline{box-shadow:none;color:#f34c4c;font-size:13px;font-weight:400;line-height:20px;display:flex;align-items:flex-start;gap:8px;margin-top:10px;border:0}.user-registration-login-form-container .ur-login-form-settings .user-registration-login-form-global-settings .error.inline::before{content:"";background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23F34C4C' viewBox='0 0 24 24'%3E%3Cpath d='M20.182 12a8.182 8.182 0 1 0-16.364 0 8.182 8.182 0 0 0 16.364 0ZM22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10Z'/%3E%3Cpath d='M11.091 12V8.363a.91.91 0 1 1 1.818 0V12a.91.91 0 1 1-1.818 0Zm.917 2.727.092.005a.91.91 0 0 1 0 1.809l-.092.004H12a.91.91 0 1 1 0-1.818h.008Z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:100%;background-position:center;width:40px;height:40px;position:relative;bottom:6px}.user-registration-login-form-container .ur-builder-wrapper .user-registration-login-form-global-settings--field{display:flex;align-items:center}.user-registration-login-form-container .ur-builder-wrapper .user-registration-login-form-global-settings--field .select2-selection{position:relative}.user-registration-login-form-container .ur-builder-wrapper .user-registration-login-form-global-settings:has(.error) .select2-selection{border-color:#f34c4c!important}.user-registration-login-form-container .ur-builder-wrapper .user-registration-login-form-global-settings .error.inline{box-shadow:none;color:#f34c4c;font-size:13px;font-weight:400;line-height:20px;display:flex;align-items:flex-start;gap:8px;margin-top:10px;border:0}.user-registration-login-form-container .ur-builder-wrapper .user-registration-login-form-global-settings .error.inline::before{content:"";background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23F34C4C' viewBox='0 0 24 24'%3E%3Cpath d='M20.182 12a8.182 8.182 0 1 0-16.364 0 8.182 8.182 0 0 0 16.364 0ZM22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10Z'/%3E%3Cpath d='M11.091 12V8.363a.91.91 0 1 1 1.818 0V12a.91.91 0 1 1-1.818 0Zm.917 2.727.092.005a.91.91 0 0 1 0 1.809l-.092.004H12a.91.91 0 1 1 0-1.818h.008Z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:100%;background-position:center;width:20px;height:20px;position:relative;top:4px}@keyframes toaster{0%{opacity:0;transform:translateX(-50%) translateY(100%)}10%{opacity:1;transform:translateX(-50%) translateY(0)}90%{opacity:1;transform:translateX(-50%) translateY(0)}100%{opacity:0;transform:translateX(-50%) translateY(100%)}}.ur-toaster{position:fixed;bottom:20px;left:50%;transform:translateX(-50%);background:#1ea71b;color:#fff;padding:10px 20px;border-radius:5px;display:inline-flex;white-space:nowrap;z-index:9999;animation:toaster 5s ease-in-out forwards}.ur-toaster.urm-error{background-color:red}.ur-frontend-form .user-registration-EditAccountForm.edit-password .ur-form-row .ur-form-grid fieldset{border:0;padding:0;margin:0}.ur-frontend-form .user-registration-EditAccountForm.edit-password .ur-form-row .ur-form-grid p>input.user-registration-Button.button{color:var(--ur-button-text-normal-color,#fff);background:var(--ur-button-background-normal-color,#475bb2);border:1px var(--ur-button-background-normal-color,#475bb2);border-radius:4px;border-style:inherit}.ur-frontend-form .user-registration-EditAccountForm.edit-password .ur-form-row .ur-form-grid p>input.user-registration-Button.button:hover{color:var(--ur-button-text-hover-color,#fff);background:var(--ur-button-background-hover-color,#38488e);border-color:var(--ur-button-background-hover-color,#38488e)}.urcr-block-notice{display:flex;align-items:center;justify-content:center;height:40px;background-color:#e5e7eb;border-top-left-radius:8px;border-top-right-radius:8px;gap:8px;font-size:13px;color:#111827}.urcr-block-notice .dashicons{font-size:16px;line-height:1}.ur-state-label{margin-top:16px!important}#ur-local-currency-switch-currency{margin-bottom:16px!important}.urm-courses-container{display:flex;flex-direction:column;gap:1.5rem;margin:2rem 0}.urm-course-card{display:flex;align-items:center;gap:2rem;padding:2rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.08);transition:box-shadow .3s ease}.urm-course-card:hover{box-shadow:0 4px 16px rgba(0,0,0,.12)}.urm-course-card__illustration{flex-shrink:0;width:200px;height:160px;overflow:hidden;border-radius:8px;background:#f3f4f6}.urm-course-card__illustration a{display:block;width:100%;height:100%}.urm-course-card__illustration img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.urm-course-card__illustration:hover img{transform:scale(1.05)}.urm-course-card__content{flex:1;min-width:0;text-align:left}.urm-course-card__title{font-size:1.25rem;font-weight:600;color:#1f2937;margin:0 0 .5rem 0;line-height:1.4}.urm-course-card__meta{font-size:.875rem;color:#6b7280}.urm-course-card__progress{flex-shrink:0;width:280px}.urm-course-card__progress .masteriyo-single-course-stats{width:100%}.urm-course-card__progress .course-progress-box{background:0 0!important;padding:0!important}.urm-course-card__progress .progress-header{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:1rem!important;margin-bottom:.75rem!important}.urm-course-card__progress .progress-component{display:flex!important;align-items:baseline!important;gap:.5rem!important;flex-direction:row!important}.urm-course-card__progress .progress-percent{font-size:1.5rem!important;font-weight:700!important;color:#1f2937!important;order:-1!important;line-height:1!important;margin:0!important}.urm-course-card__progress .progress-label{font-size:1rem!important;font-weight:400!important;color:#6b7280!important;margin:0!important;order:0!important;line-height:1!important}.urm-course-card__progress .completed-component{display:flex!important;align-items:center!important;gap:.5rem!important}.urm-course-card__progress .progress-icon{display:flex!important;align-items:center!important;color:#9ca3af!important;cursor:pointer;transition:color .2s ease}.urm-course-card__progress .progress-icon:hover{color:#4f46e5!important}.urm-course-card__progress .progress-icon svg{width:18px!important;height:18px!important;fill:currentColor!important}.urm-course-card__progress .completed-info{font-size:.75rem!important;color:#6b7280!important}.urm-course-card__progress .masteriyo-progress-bar-container{width:100%!important;height:8px!important;background:#e5e7eb!important;border-radius:999px!important;overflow:hidden!important;margin-bottom:1rem!important}.urm-course-card__progress .masteriyo-progress-bar{width:100%!important;height:100%!important;position:relative!important}.urm-course-card__progress .masteriyo-progress-fill{height:100%!important;width:var(--value,0%)!important;background:linear-gradient(90deg,#4f46e5 0,#6366f1 100%)!important;border-radius:999px!important;transition:width .6s ease!important}.urm-course-card__progress .masteriyo-progress-fill.animate{transition:width .6s cubic-bezier(.4, 0, .2, 1)!important}.urm-course-card__progress .masteriyo-hidden{display:none!important}.urm-continue-course-btn{display:block!important;width:100%!important;padding:.75rem 1.5rem!important;font-size:.9375rem!important;font-weight:600!important;color:#fff!important;background:#4f46e5!important;border:none!important;border-radius:8px!important;text-align:center!important;text-decoration:none!important;cursor:pointer!important;transition:background .2s ease!important;margin-top:.5rem!important}.urm-continue-course-btn:hover{background:#4338ca!important;color:#fff!important;text-decoration:none!important}.urm-continue-course-btn:active{background:#3730a3!important}.urm-continue-course-btn:focus{outline:2px solid #4f46e5!important;outline-offset:2px!important}.urm-masteriyo-course-portal{margin-top:2rem;padding:1rem;background:#f9fafb;border-radius:8px;text-align:center}.urm-masteriyo-course-portal p{margin:0;font-size:.875rem;color:#6b7280}.urm-masteriyo-course-portal a{color:#4f46e5;font-weight:600;text-decoration:none}.urm-masteriyo-course-portal a:hover{text-decoration:underline}.urm-masteriyo-course-portal a span{color:inherit}@media (max-width:968px){.urm-course-card{gap:1.5rem}.urm-course-card__illustration{width:160px;height:130px}.urm-course-card__progress{width:220px}.urm-course-card__progress .progress-percent{font-size:1.25rem!important}.urm-course-card__progress .progress-label{font-size:.875rem!important}}@media (max-width:768px){.urm-course-card{flex-wrap:wrap;padding:1.5rem;gap:1.5rem}.urm-course-card__illustration{display:none}.urm-course-card__content{flex:1;min-width:200px;text-align:left}.urm-course-card__title{font-size:1.125rem!important;margin-bottom:.375rem!important}.urm-course-card__meta{font-size:.813rem!important}.urm-course-card__progress{flex:1;min-width:200px;width:auto}.urm-course-card__progress .progress-header{justify-content:flex-start!important}.urm-course-card__progress .progress-percent{font-size:1.25rem!important}.urm-course-card__progress .progress-label{font-size:.875rem!important}}@media (max-width:480px){.urm-course-card{padding:1rem;gap:1rem}.urm-course-card__content{width:100%;min-width:0}.urm-course-card__title{font-size:1rem!important}.urm-course-card__meta{font-size:.75rem!important}.urm-course-card__progress{width:100%;min-width:0}.urm-course-card__progress .progress-component{gap:.375rem!important}.urm-course-card__progress .progress-percent{font-size:1.125rem!important}.urm-course-card__progress .progress-label{font-size:.813rem!important}.urm-continue-course-btn{padding:.625rem 1rem!important;font-size:.875rem!important}.urm-masteriyo-course-portal{padding:.875rem}.urm-masteriyo-course-portal p{font-size:.75rem}}@media (max-width:360px){.urm-course-card__title{font-size:.938rem!important}.urm-course-card__progress .progress-percent{font-size:1rem!important}.urm-course-card__progress .progress-label{font-size:.75rem!important}}@media print{.urm-course-card{box-shadow:none;border:1px solid #e5e7eb;page-break-inside:avoid}.urm-continue-course-btn{display:none!important}}.ur-field-address-state-outer-wrapper{display:flex!important;flex-direction:column;align-items:center}.ur-field-address-state-outer-wrapper .ur-front-spinner{margin-left:0!important;margin-right:-26px}