: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: light-dark(#d9edf7, #0d2a38);
--pmpro--color--info-border: light-dark(#bce8f1, #1a4a5e);
--pmpro--color--info-text: light-dark(#31708f, #7ec8e3);
--pmpro--color--info-link: light-dark(#245269, #a8d8ea);
--pmpro--color--success-background: light-dark(#d4edda, #0d2e17);
--pmpro--color--success-border: light-dark(#c3e6cb, #1a4d28);
--pmpro--color--success-text: light-dark(#0F441C, #6fcf8e);
--pmpro--color--success-link: light-dark(#2b542c, #9de0b0);
--pmpro--color--error-background: light-dark(#f8d7da, #2e0d10);
--pmpro--color--error-border: light-dark(#f5c6cb, #5a1a20);
--pmpro--color--error-text: light-dark(#721c24, #f08a90);
--pmpro--color--error-link: light-dark(#843534, #f5aeb3);
--pmpro--color--alert-background: light-dark(#fff8e0, #2a2000);
--pmpro--color--alert-border: light-dark(#ffeeba, #4d3c00);
--pmpro--color--alert-text: light-dark(#6C5101, #f0c050);
--pmpro--color--alert-link: light-dark(#66512c, #f5d07a);
--pmpro--color--alert2-background: light-dark(#ffecd9, #2e1a00);
--pmpro--color--alert2-border: light-dark(#ffddb1, #5a3400);
--pmpro--color--alert2-text: light-dark(#995d1d, #f0a060);
--pmpro--color--alert2-link: light-dark(#a65e3a, #f5bf8e);
} .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;
} .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;
}
} .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;
} .pmpro_form_field-radio-item {
margin-bottom: 0;
}
.pmpro_form_field-radio-item .pmpro_form_label {
cursor: pointer;
display: inline-block;
width: auto;
} .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;
} .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%;
} #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;
} #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.silvlife.de/wp-content/plugins/paid-memberships-pro/images/paypal-color.svg);
background-repeat: no-repeat;
background-size: contain;
display: inline-block;
height: 30px;
width: 100px;
} .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);
} .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;
} .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);
} #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; min-height: 30px;
} .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);
} .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;
} .pmpro_table {
border-collapse: collapse;
margin: 0;
width: 100%;
}
.pmpro_table-fixed {
table-layout: fixed;
} .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);
} #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;
} .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;
} .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;
} .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;
} @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;
}
}
} @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) {
} #pmpro-ab-icon {
background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iU3ZnanNTdmcxMDA2IiB3aWR0aD0iMjg4IiBoZWlnaHQ9IjI4OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxuczpzdmdqcz0iaHR0cDovL3N2Z2pzLmNvbS9zdmdqcyI+PGRlZnMgaWQ9IlN2Z2pzRGVmczEwMDciPjwvZGVmcz48ZyBpZD0iU3ZnanNHMTAwOCIgdHJhbnNmb3JtPSJtYXRyaXgoMSwwLDAsMSwwLDApIj48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDY1Mi44MTMgNjUzLjMzMyIgd2lkdGg9IjI4OCIgaGVpZ2h0PSIyODgiPjxwYXRoIGZpbGw9IiNhN2FhYWQiIGQ9Im0gNDI4MC4yMywyMjg5LjM2IDE3OC4xOSwtMTI0MC42MiAtMjgzMS4zMiwxNC40NyBjIC00Ljk2LC01LjkzIC05Ljg2LC0xMS44NCAtMTQuODUsLTE3Ljg0IC00LjkzLC01Ljg4IC05Ljg5LC0xMS43OSAtMTQuNzksLTE3Ljc2IC00Ljk2LC01Ljk0IC05LjgxLC0xMS44OCAtMTQuNzcsLTE3LjgyIC00Ljg3LC01Ljk4IC05LjgsLTExLjk2MiAtMTQuNjQsLTE3LjkzOCAtNC4zOCwtNS41IC04Ljc5LC0xMC45NzMgLTEzLjIsLTE2LjQ4MSAtNC40MSwtNS40NzMgLTguNzksLTExIC0xMy4xNywtMTYuNDkyIC00LjM4LC01LjUyIC04LjczLC0xMS4wNTkgLTEzLjExLC0xNi41OSAtNC4zMiwtNS40OCAtOC43MywtMTEuMDUxIC0xMy4wMiwtMTYuNTU5IGwgMzA1Ny4zMiwtNTUuNDAyIC0yMTEuOTMsMTQyNi4xMjIgLTgwLjcxLC03LjA5IiB0cmFuc2Zvcm09Im1hdHJpeCguMTMzMzMgMCAwIC0uMTMzMzMgMCA2NTMuMzMzKSIgY2xhc3M9InN2Z1NoYXBlIGNvbG9yMDAwMDAwLTAgc2VsZWN0YWJsZSI+PC9wYXRoPjxwYXRoIGZpbGw9IiNhN2FhYWQiIGQ9Im0gMTgzNi4xNSwxMzA2LjM0IGMgLTEwLjMyLC0xMS41MSAtMjAuNjIsLTIzLjEzIC0zMC45MSwtMzQuNzEgLTEwLjIxLC0xMS41MyAtMjAuNDIsLTIzLjIyIC0zMC42OSwtMzQuODUgLTEwLjE1LC0xMS42OSAtMjAuMzYsLTIzLjMyIC0zMC41NywtMzUuMDkgbCAyNTA5LjQ3LDE5LjMxIC0xNjAuMjcsMTIwMi4yNyAtMTkuMzIsMTQ1LjUyIC0xMDQuODcsLTExLjU3IDE0OC40MSwtMTE3MC43MSAtMjI1MC4yNywtNDUuNjcgYyAtMTAuMzgsLTExLjQ4IC0yMC43NCwtMjIuOTUgLTMwLjk4LC0zNC41IiB0cmFuc2Zvcm09Im1hdHJpeCguMTMzMzMgMCAwIC0uMTMzMzMgMCA2NTMuMzMzKSIgY2xhc3M9InN2Z1NoYXBlIGNvbG9yMDAwMDAwLTEgc2VsZWN0YWJsZSI+PC9wYXRoPjxwYXRoIGZpbGw9IiNhN2FhYWQiIGQ9Ik0zNzUwLjIxIDI4MTQuNzVsLTE2MC43OS0yMS4yNWMtMTYuNTYtMTAuNDYtMzMuMDctMjEuMDMtNDkuNjMtMzEuNjYtMTYuNDEtMTAuNTQtMzIuODMtMjEuMjEtNDkuMjItMzEuODYtMTYuNDQtMTAuNjgtMzIuNzQtMjEuNDItNDkuMTMtMzIuMjMtMTYuMjctMTAuNzgtMzIuNi0yMS43LTQ4LjgxLTMyLjY4LTIxLjktMTQuOC00My44My0yOS42NS02NS41NS00NC42LTIxLjc4LTE1LTQzLjQ4LTMwLjA3LTY1LjE3LTQ1LjI5LTIxLjU1LTE1LjIyLTQzLjEtMzAuNi02NC42Mi00Ni4wMi0yMS40Ni0xNS4zOC00Mi44Ny0zMC45Ny02NC4yNC00Ni42MS0xOC44My0xMy44Mi0zNy41Ni0yNy42OC01Ni4zOC00MS42My0xOC42Ni0xMy44OS0zNy40Mi0yNy44NC01Ni4wMS00MS45OC0xOC41OS0xNC4wOC0zNy4yMS0yOC4yNS01NS42OS00Mi40My0xOC41LTE0LjMzLTM2Ljk4LTI4LjY1LTU1LjM2LTQzLjEyLTExLjk2LTkuMzgtMjMuOTMtMTguOTEtMzUuODgtMjguNDQtMTEuODctOS40OC0yMy43OS0xOC45OC0zNS43MS0yOC41Ny0xMS44LTkuNTQtMjMuNzUtMTkuMS0zNS42NC0yOC43MS0xMS44MS05LjU5LTIzLjY3LTE5LjIzLTM1LjQyLTI4Ljg3LTQuNC0zLjctOC45My03LjMzLTEzLjMxLTExLjE0LTQuMzgtMy43LTguODctNy40Ni0xMy4yNS0xMS4yNC00LjQ3LTMuNzgtOC45MS03LjU1LTEzLjMxLTExLjI0LTQuNS0zLjgxLTguOTctNy40OC0xMy40My0xMS4yNy0xNS0xMi40NC0yOS45My0yNS4wMS00NC44MS0zNy41Ni0xNC44NS0xMi43Ni0yOS43My0yNS4zMy00NC40OS0zOC4wOS0xNC44LTEyLjc4LTI5LjU2LTI1LjU1LTQ0LjI3LTM4LjQ0LTE0Ljc2LTEyLjc4LTI5LjQ2LTI1LjY5LTQ0LjE3LTM4LjY0LTQ2LjU1LTQxLjEzLTkyLjc4LTgyLjg4LTEzOC42OS0xMjUuMjEtNDUuNzctNDIuMzEtOTEuMS04NS4wOS0xMzYuMDktMTI4LjQ1LTQ0Ljg3LTQzLjMzLTg5LjM2LTg3LjE2LTEzMy40MS0xMzEuNTItNDMuOTQtNDQuMzYtODcuNDgtODkuMjctMTMwLjYxLTEzNC43MmwxODk5LjMgNjIuMTQtMTMwLjM3IDExMzMuNjItMTUuODQgMTM3LjcxTTE4NDkuMzUgOTE5LjY4bC0zMzMuOCA2LjA1djBjLjI3LjM0IDQ1LjIyIDU3LjMyOSAxMTEuNTUgMTM3LjQ4djBsMzI4Ljk5LTEuNjhjLTM4LjE5LTQ4Ljk3LTczLjg0LTk2LjMzMS0xMDYuNzQtMTQxLjg1TTE3NDMuOTggMTIwMS42OWMxMC4yMSAxMS43NyAyMC40MiAyMy40IDMwLjU3IDM1LjA5IDEwLjEgMTEuNDQgMjAuMTUgMjIuOTQgMzAuMTkgMzQuMjkgMTcuNTEgMTkuMjkgMzQuNTYgMzcuNzcgNjIuMzkgNjkuNzd2MGwzMjQuOTYgNi42Yy00Mi4xNS00OC42My04Mi42My05Ni40My0xMjEuMzItMTQzLjI0bC0zMjYuNzktMi41MSIgdHJhbnNmb3JtPSJtYXRyaXgoLjEzMzMzIDAgMCAtLjEzMzMzIDAgNjUzLjMzMykiIGNsYXNzPSJzdmdTaGFwZSBjb2xvcjAwMDAwMC0yIHNlbGVjdGFibGUiPjwvcGF0aD48cGF0aCBmaWxsPSIjYTdhYWFkIiBkPSJtIDE5OTcuMTIsMTQ4MS4yOCBjIDQzLjEzLDQ1LjQ1IDg2LjY3LDkwLjM2IDEzMC42MSwxMzQuNzIgNDQuMDUsNDQuMzYgODguNTQsODguMTkgMTMzLjQxLDEzMS41MiA0NC45OSw0My4zNiA5MC4zMiw4Ni4xNCAxMzYuMDksMTI4LjQ1IDQ1LjkxLDQyLjMzIDkyLjE0LDg0LjA4IDEzOC42OSwxMjUuMjEgMTQuNzEsMTIuOTUgMjkuNDEsMjUuODYgNDQuMTcsMzguNjQgMTQuNzEsMTIuODkgMjkuNDcsMjUuNjYgNDQuMjcsMzguNDQgMTQuNzYsMTIuNzYgMjkuNjQsMjUuMzMgNDQuNDksMzguMDkgMTQuODgsMTIuNTUgMjkuODEsMjUuMTIgNDQuODEsMzcuNTYgNC40NiwzLjc5IDguOTMsNy40NiAxMy40MywxMS4yNyA0LjQsMy42OSA4Ljg0LDcuNDYgMTMuMzEsMTEuMjQgNC4zOCwzLjc4IDguODcsNy41NCAxMy4yNSwxMS4yNCA0LjM4LDMuODEgOC45MSw3LjQ0IDEzLjMxLDExLjE0IDExLjc1LDkuNjQgMjMuNjEsMTkuMjggMzUuNDIsMjguODcgMTEuODksOS42MSAyMy44NCwxOS4xNyAzNS42NCwyOC43MSAxMS45Miw5LjU5IDIzLjg0LDE5LjA5IDM1LjcxLDI4LjU3IDExLjk1LDkuNTMgMjMuOTIsMTkuMDYgMzUuODgsMjguNDQgMTguMzgsMTQuNDcgMzYuODYsMjguNzkgNTUuMzYsNDMuMTIgMTguNDgsMTQuMTggMzcuMSwyOC4zNSA1NS42OSw0Mi40MyAxOC41OSwxNC4xNCAzNy4zNSwyOC4wOSA1Ni4wMSw0MS45OCAxOC44MiwxMy45NSAzNy41NSwyNy44MSA1Ni4zOCw0MS42MyAyMS4zNywxNS42NCA0Mi43OCwzMS4yMyA2NC4yNCw0Ni42MSAyMS41MiwxNS40MiA0My4wNywzMC44IDY0LjYyLDQ2LjAyIDIxLjY5LDE1LjIyIDQzLjM5LDMwLjI5IDY1LjE3LDQ1LjI5IDIxLjcyLDE0Ljk1IDQzLjY1LDI5LjggNjUuNTUsNDQuNiAxNi4yMSwxMC45OCAzMi41NCwyMS45IDQ4LjgxLDMyLjY4IDE2LjM5LDEwLjgxIDMyLjY5LDIxLjU1IDQ5LjEzLDMyLjIzIDE2LjM5LDEwLjY1IDMyLjgxLDIxLjMyIDQ5LjIyLDMxLjg2IDE2LjU2LDEwLjYzIDMzLjA3LDIxLjIgNDkuNjMsMzEuNjYgbCAxNjAuNzksMjEuMjUgQyAzMjYzLjQ2LDI0NTEuMzYgMjczMi40OCwxOTQ4LjU2IDIzMTkuOTEsMTQ5MS44NCBsIC0zMjIuNzksLTEwLjU2IiB0cmFuc2Zvcm09Im1hdHJpeCguMTMzMzMgMCAwIC0uMTMzMzMgMCA2NTMuMzMzKSIgY2xhc3M9InN2Z1NoYXBlIGNvbG9yMDAwMDAwLTMgc2VsZWN0YWJsZSI+PC9wYXRoPjxwYXRoIGZpbGw9IiNhN2FhYWQiIGQ9Im0gNDYxNC44NywzNTY2LjgxIGMgLTkzLjA1LC0zNC42OSAtMTg2LjQ0LC03MC44IC0yNzkuOTcsLTEwOC4yOSAtOTIuMzgsLTM2Ljk5IC0xODQuOSwtNzUuMjkgLTI3Ny4yNSwtMTE0LjgxIC05MS4yMiwtMzkuMTMgLTE4Mi4zNCwtNzkuMzggLTI3My4xMywtMTIwLjg3IC0yLjM3LC0xIC00LjY3LC0yLjA0IC03LjA0LC0zLjE1IC0yLjI5LC0xLjA3IC00LjY0LC0yLjIgLTcuMDIsLTMuMzIgLTIuMzIsLTEuMTIgLTQuNjcsLTIuMjIgLTYuOTYsLTMuMzYgLTIuMzgsLTEuMTEgLTQuNjcsLTIuMjEgLTYuOTksLTMuMzQgLTczLjcsLTMzLjg2IC0xNDcuMjIsLTY4LjUzIC0yMjAuMjUsLTEwMy45NyAtNzIuNDYsLTM1LjEzIC0xNDQuNTksLTcxLjAyIC0yMTYuMjksLTEwNy41OSAtNzEuMDUsLTM2LjI2IC0xNDEuNzEsLTczLjI3IC0yMTEuODEsLTExMC45NyAtNjkuNTgsLTM3LjM2IC0xMzguNjEsLTc1LjM1IC0yMDcuMDUsLTExNC4wNCAtMjQuNDIsLTEzLjgyIC00OC43NiwtMjcuNzMgLTczLjA2LC00MS43MSAtMjQuMTYsLTEzLjg5IC00OC4yNiwtMjcuODYgLTcyLjI4LC00MS45MyAtMjQuMDEsLTE0LjExIC00Ny44MywtMjguMjYgLTcxLjYxLC00Mi41IC0yMy43LC0xNC4xOCAtNDcuMzMsLTI4LjQ0IC03MC44NiwtNDIuODQgLTIwLjQ0LC0xMi4zOCAtNDAuNzcsLTI0LjkxIC02MS4xMSwtMzcuNDQgLTIwLjIxLC0xMi41MSAtNDAuNDMsLTI1LjA5IC02MC41OSwtMzcuNzggLTIwLjA5LC0xMi42MSAtNDAuMTMsLTI1LjI0IC02MC4wOSwtMzguMDEgLTE5Ljg3LC0xMi43NyAtMzkuNzcsLTI1LjQ5IC01OS41NCwtMzguNCAtMTMuMiwtOC41NyAtMjYuMzEsLTE3LjE1IC0zOS40OCwtMjUuOCAtMTMuMTEsLTguNzEgLTI2LjIyLC0xNy4zMyAtMzkuMzMsLTI2LjA0IC0xMy4wMiwtOC42MyAtMjYuMDQsLTE3LjMzIC0zOS4wNiwtMjYuMDIgLTEzLC04LjcgLTI1LjksLTE3LjQzIC0zOC44NywtMjYuMjUgLTQuMzgsLTMuMDYgLTguODgsLTYuMTIgLTEzLjMxLC05LjIgLTQuNDEsLTMuMTEgLTguODUsLTYuMiAtMTMuMzcsLTkuMjYgLTQuNDEsLTMuMDYgLTguODgsLTYuMTIgLTEzLjMxLC05LjI0IC00LjQ0LC0zLjAzIC04LjgyLC02LjEgLTEzLjI5LC05LjEzIC0xNS44OSwtMTEuMDQgLTMxLjY3LC0yMi4wNyAtNDcuMzksLTMzLjE3IC0xNS42NiwtMTEuMDYgLTMxLjM1LC0yMi4xNyAtNDYuOTMsLTMzLjM1IC0xNS41NywtMTEuMDggLTMxLjE1LC0yMi4yNSAtNDYuNTgsLTMzLjUgLTE1LjQ2LC0xMS4xOSAtMzAuODYsLTIyLjQxIC00Ni4yNiwtMzMuNyAtMTAxLjUxLC03NC43IC0yMDAuNywtMTUxLjI4IC0yOTcuMjIsLTIyOS45NiAtOTUuNTIsLTc3Ljg5IC0xODguNjIsLTE1Ny45MSAtMjc4Ljc2LC0yNDAuMDMgLTg5LjM5LC04MS4zNyAtMTc2LjA4LC0xNjUuMTMgLTI1OS44MSwtMjUxLjA0IC04My4xNSwtODUuNDMgLTE2My40NjUsLTE3My4yMSAtMjQwLjYxNywtMjYzLjY2IC03LjA0NywtOC4xOSAtMTQuMDA4LC0xNi4zOCAtMjAuOTk2LC0yNC43MSAtNi45NjEsLTguMTYgLTEzLjkyNiwtMTYuNDQgLTIwLjg1NiwtMjQuNzEgLTYuODcxLC04LjI4IC0xMy44MDQsLTE2LjU5IC0yMC42NDgsLTI0Ljg0IC02Ljg0OCwtOC4zNSAtMTMuNjA2LC0xNi41OSAtMjAuNDIyLC0yNC45MiAtNS4yMTksLTYuMzIgLTEwLjQzOCwtMTIuNzEgLTE1LjQ4OCwtMTkuMTQgLTUuMTkyLC02LjQgLTEwLjMyNSwtMTIuOCAtMTUuNDI2LC0xOS4yNCAtNS4xMDYsLTYuNDIgLTEwLjI3LC0xMi44IC0xNS4yODUsLTE5LjIgLTUuMDIsLTYuNDQgLTEwLjAzNSwtMTIuOTEgLTE1LjA4MiwtMTkuMzMgLTIuNzg1LDMuMzUgLTUuNTEyLDYuNTggLTguMjM5LDkuODMgLTIuNzUzLDMuMjggLTUuNDIxLDYuNDUgLTguMDkzLDkuNjMgLTIuNjk2LDMuMDggLTUuMzY0LDYuMjcgLTguMDA0LDkuMzEgLTIuNjQxLDMuMTUgLTUuMjIzLDYuMjQgLTcuODMyLDkuMzIgLTI2LjEyOSwzMC45MSAtNTAuNjM3LDU5LjI3IC03My43ODIsODUuNzEgLTIyLjk3MiwyNi4xOSAtNDQuNjQsNTAuNTIgLTY1LjMyLDczLjU0IC0yMC41OSwyMi44MyAtNDAuMjgxLDQ0LjM2IC01OS4yNTQsNjUuMDUgLTE4LjkzNywyMC41NyAtMzcuMjExLDQwLjQyIC01NS4xNjQsNjAgLTQuNzI2LDUgLTkuNDI2LDEwLjA5IC0xNC4wNjIsMTUuMjEgLTQuNjcyLDUgLTkuMjgyLDEwLjA0IC0xMy45MjYsMTUuMTIgLTQuNTgyLDUuMDcgLTkuMjIzLDEwLjExIC0xMy44MDUsMTUuMTkgLTQuNTUxLDUuMDYgLTkuMTA5LDEwLjExIC0xMy42MDEsMTUuMjcgLTE5Ljk4NSwyMS44MiAtMzkuODUyLDQ0LjE0IC02MC4xODQsNjcuNDMgLTIwLjI0MiwyMy4xNSAtNDAuODM2LDQ3LjM4IC02Mi4zMDEsNzMuMTIgLTIxLjE2OCwyNS43IC00My4xODMsNTIuODkgLTY2LjMzMiw4Mi40NiAtMjIuOTM3LDI5LjI2IC00Ni45NTMsNjAuNjYgLTcyLjM5LDk0LjkgLTExLjQ4NSwxNS40IC0yMy4yODksMzEuMzggLTM1LjMyNSw0Ny45MyAtMTIuMDA3LDE2LjU0IC0yNC4zOTQxLDMzLjU4IC0zNy4wMTEzLDUxLjMzIC0xMi41Mjc0LDE3LjYyIC0yNS40OTIyLDM1Ljg4IC0zOC43Nzc0LDU0Ljg1IEMgMjcuNTIzNCwxODkxLjA5IDEzLjk0OTIsMTkxMC42IDAsMTkzMC44MyAyNy40OTYxLDE4NDIgNTMuNjI4OSwxNzU4LjMyIDc4LjgzMiwxNjc4Ljg4IGMgMjUuNjA5LC04MC43OSA1MC4xNDgsLTE1Ny4wMSA3My44NzEsLTIyOS41OCAyNC4xMDIsLTczLjcxIDQ3LjQyMiwtMTQzLjU2IDcwLjEwMiwtMjEwLjM5IDIzLjAyNywtNjggNDUuNTYyLC0xMzIuODYgNjcuOTI1LC0xOTUuNzYgNS4xOTYsLTE0LjY0IDEwLjMyOSwtMjkuMTYgMTUuNTE2LC00My42NjIgNS4xOTIsLTE0LjQ2OCAxMC4zMjgsLTI4Ljg0NyAxNS41MiwtNDMuMjUgNS4yMjIsLTE0LjMxNiAxMC40MTQsLTI4LjUxOSAxNS42MDEsLTQyLjc1OCA1LjE2NCwtMTQuMjY5IDEwLjQxLC0yOC41MTEgMTUuNjMzLC00Mi42NDggMi4zNTIsLTYuNDUzIDQuODQ0LC0xMi45NzMgNy4xOTUsLTE5LjQ5MiAyLjQwNywtNi41MzEgNC44NzEsLTEzLjA3IDcuMjc4LC0xOS41OTggMi40MSwtNi41MTIgNC44NDMsLTEzLjA2MiA3LjMwOCwtMTkuNjEzIDIuNDEsLTYuNTI3IDQuODc1LC0xMy4xNjggNy4zNCwtMTkuNjggMi41NTEsLTYuNzUgNS4wNzQsLTEzLjUzOSA3LjYyNSwtMjAuMTc5IDIuNTgyLC02LjgwOSA1LjEwNiwtMTMuNTcxIDcuNzE5LC0yMC4zNiAyLjU4MiwtNi43ODEgNS4xNiwtMTMuNTMxIDcuNzE1LC0yMC4zMDggMi42MDksLTYuNzkzIDUuMTYsLTEzLjU2MyA3LjgsLTIwLjQxMSAxLjg2LC00Ljg5IDMuNjg0LC05LjY2IDUuNTQsLTE0LjU3IDEuOTcyLC00Ljg3MSAzLjc2OSwtOS44MTIgNS43MTQsLTE0LjY1MiAxLjg2LC00LjkzIDMuNzk3LC05Ljc1OCA1LjcxMSwtMTQuNjE3IDEuODYsLTQuOTczIDMuODAxLC05LjgxMyA1Ljc0NiwtMTQuODIxIDAuNzgyLC0yLjA2MiAxLjU2MywtNC4xNiAyLjM3OSwtNi4yNjEgMC43ODUsLTIuMDU5IDEuNTk0LC00LjE2MSAyLjQzNCwtNi4yMzkgMC43ODUsLTIuMDcgMS41OTgsLTQuMTc5IDIuMzc5LC02LjI2MSAwLjg0LC0yLjA5IDEuNjgsLTQuMTI5IDIuNDY1LC02LjI4MiAyLjY2OCwtNi42NTYgNS4yNSwtMTMuMzI4IDcuODYzLC0yMC4wMjcgMi42MDUsLTYuNjk5IDUuMjQ2LC0xMy40NjEgNy44ODcsLTIwLjE3MiAyLjYzNiwtNi43NjkgNS4yODEsLTEzLjUxOSA4LjAwNCwtMjAuMjY5IDIuNjQsLTYuNzgyIDUuMjgxLC0xMy41NTkgNy45MTgsLTIwLjUgbCAtMS44MjUsLTYuODcyIDQuMDMyLDEuNTcxIGMgMTUuODYzLC0zOS45NjkgMzIuMDE5LC04MC41MiA0OC43ODEsLTEyMi4wNDcgMTYuODIsLTQxLjg4MyAzNC4yNTQsLTg0Ljc4MSA1Mi4zODMsLTEyOS4wNTEgMTguMTgzLC00NC42OCAzNy4xNTIsLTkwLjY5MSA1Ni45MDIsLTEzOC42OCBDIDY1Ny4yNSwxMDMgNjc4LjA3LDUyLjcxMDkgNjk5Ljg4MywwIGMgMzYuNDg0LDY2LjM5MDYgNzMuNjk5LDEzMS45MjIgMTExLjY2NCwxOTYuNTEyIDM3LjkzNyw2NC41NzggNzYuNTM5LDEyOC4yNzcgMTE1Ljg5OCwxOTEuMTI5IDM5LjM2LDYyLjg3OSA3OS40NjUsMTI0Ljk0MSAxMjAuMTM1LDE4Ni4xMjkgNDAuODEsNjEuMjQyIDgyLjE2LDEyMS42NzEgMTI0LjMxLDE4MS4zMTIgMC44NywxLjE2OCAxLjY4LDIuMzg3IDIuNTIsMy42MTcgMC44NywxLjIzMSAxLjc0LDIuNDczIDIuNjEsMy42OTkgMC45MywxLjEzMyAxLjc3LDIuMzcyIDIuNjEsMy42MDIgMC44NywxLjE5OSAxLjc0LDIuNDYxIDIuNTIsMy42MDIgOC4xOCwxMS40OCAxNi4yNywyMi44OTggMjQuNDUsMzQuMjY5IDguMjEsMTEuNDM4IDE2LjI4LDIyLjc3IDI0LjU3LDM0LjA1MSA4LjE4LDExLjM2NyAxNi4zNiwyMi42OTkgMjQuNTksMzMuODc5IDguMjQsMTEuMjY5IDE2LjU3LDIyLjUzMSAyNC44LDMzLjc4MSA3LjE3LDkuNjY4IDE0LjI3LDE5LjI3NyAyMS40NCwyOC43NzcgNy4xNiw5LjYxIDE0LjM4LDE5LjEyOSAyMS41NSwyOC42NDEgNy4xNiw5LjUxMiAxNC40NywxOC45OCAyMS42MSwyOC40NDkgNy4zLDkuNDMxIDE0LjUyLDE4LjkxMSAyMS43NSwyOC40MTEgMS4zLDEuNzEgMi42NiwzLjUgMy45Nyw1LjI5IDEuMjgsMS42NiAyLjU4LDMuMzggMy45Miw1LjE4IDEuMjcsMS43IDIuNTUsMy40NCAzLjg1LDUuMTIgMS4zNCwxLjczIDIuNjcsMy40MSAzLjk4LDUuMDYgOC43LDExLjM5IDE3LjQzLDIyLjYgMjYuMjIsMzQgOC43OCwxMS4xNiAxNy41NywyMi40MSAyNi40MiwzMy41NyA4LjksMTEuMjYgMTcuNzIsMjIuMzYgMjYuNiwzMy41MiA4LjkzLDExLjIgMTcuODksMjIuMjQgMjYuODIsMzMuMjQgOC45OSwxMS4yIDE4LjAxLDIyLjM5IDI3LjAzLDMzLjQyIDkuMDUsMTEuMTcgMTguMTMsMjIuMyAyNy4yMSwzMy4zMyA5LjA4LDExLjExIDE4LjE5LDIyLjExIDI3LjM1LDMzLjE4IDkuMTQsMTAuOTcgMTguMjcsMjIgMjcuNTIsMzIuOTggNjUuMTUsNzcuNTMgMTMxLjQ4LDE1My40NiAxOTguODUsMjI3LjkzIDY3LjYxLDc0LjY2IDEzNi4zMiwxNDcuOTYgMjA2LjEsMjE5Ljc0IDcwLjA3LDcyLjA1IDE0MS4xMywxNDIuNyAyMTMuMTgsMjExLjcgNzIuNTEsNjkuNDkgMTQ1Ljk0LDEzNy40NiAyMjAuMjIsMjAzLjkxIDE0LjMzLDEyLjc5IDI4LjcyLDI1LjU2IDQzLjEsMzguMjUgMTQuMzksMTIuNzEgMjguNzcsMjUuMzggNDMuMjIsMzcuOTUgMTQuNTMsMTIuNjIgMjguOTcsMjUuMTUgNDMuNTksMzcuNjIgMTQuNTMsMTIuNTIgMjkuMDYsMjQuOTQgNDMuNjgsMzcuMjQgNC40MSwzLjY5IDguODIsNy40MyAxMy4xMSwxMS4xNSA0LjMyLDMuNjkgOC43Myw3LjQxIDEzLjAyLDExLjE0IDQuMzIsMy43MyA4LjY3LDcuNDcgMTMuMDIsMTEuMTcgNC4yNywzLjc1IDguNjIsNy4zNiAxMi45NCwxMC45NiAxMS41MSw5LjYxIDIzLjA4LDE5LjIgMzQuNjYsMjguNzQgMTEuNTQsOS40MyAyMy4xMSwxOC45MyAzNC43NCwyOC40MSAxMS42LDkuNDQgMjMuMjMsMTguODYgMzQuOTIsMjguMjIgMTEuNjMsOS4zNSAyMy4zMiwxOC43OCAzNS4wMSwyOC4xMiAxOC4wMSwxNC4zMSAzNi4wNSwyOC41OCA1NC4xMiw0Mi42MiAxOC4wNywxNC4yMiAzNi4yMywyOC4xOCA1NC4zNSw0Mi4xMyAxOC4xOSwxNC4wMSAzNi40NiwyNy44MSA1NC42NSw0MS42NSAxOC4yNywxMy43OCAzNi42MywyNy41MSA1NC45Niw0MS4yNCAyMC44MiwxNS41MiA0MS43MSwzMC45IDYyLjY0LDQ2LjIyIDIxLjAxLDE1LjMgNDIuMDMsMzAuNTEgNjMuMDYsNDUuNTUgMjEuMTEsMTUuMTEgNDIuMzIsMzAuMDkgNjMuNDksNDQuOTUgMjEuMjMsMTQuOTMgNDIuNTIsMjkuNjIgNjMuODYsNDQuMzIgNDAuMjksMjcuNjcgODAuNjYsNTQuOTUgMTIxLjEyLDgxLjc4IDQwLjcyLDI2LjkzIDgxLjUzLDUzLjQyIDEyMi40OCw3OS40MyA0MS4wNCwyNi4xMSA4Mi4zMiw1MS44NCAxMjMuNjUsNzcuMDEgNDEuNjIsMjUuMjIgODMuMjksNTAuMDUgMTI1LjA2LDc0LjM3IDkxLjg4LDUzLjQ1IDE4NC4yLDEwNC42MSAyNzYuNzgsMTUzLjIxIDkzLjYyLDQ5LjE0IDE4Ny41NCw5NS44MyAyODEuNDgsMTM5Ljc4IDk1LjA0LDQ0LjM5IDE5MC4yMyw4Ni4xIDI4NS4zMSwxMjQuOTMgOTYuMiwzOS4xOSAxOTIuMjksNzUuNDkgMjg3Ljk3LDEwOC42MiAtOTMuMjQsLTMyLjIyIC0xODcuMSwtNjUuODggLTI4MS4yNywtMTAxIiB0cmFuc2Zvcm09Im1hdHJpeCguMTMzMzMgMCAwIC0uMTMzMzMgMCA2NTMuMzMzKSIgY2xhc3M9InN2Z1NoYXBlIGNvbG9yMDAwMDAwLTQgc2VsZWN0YWJsZSI+PC9wYXRoPjxwYXRoIGZpbGw9IiNhN2FhYWQiIGQ9Im0gNjk5Ljg4MywwIGMgLTAuMDU1LDAuMTI4OTA2IC0wLjExLDAuMjYxNzE5IC0wLjE2NCwwLjM5MDYyNSAwLjA1NCwtMC4xMjg5MDYgMC4xMDksLTAuMjYxNzE5IDAuMTY0LC0wLjM5MDYyNSAzNi40ODQsNjYuMzkwNiA3My42OTksMTMxLjkyMiAxMTEuNjY0LDE5Ni41MTIgMzcuOTM3LDY0LjU3OCA3Ni41MzksMTI4LjI3NyAxMTUuODk4LDE5MS4xMjkgMzkuMzYsNjIuODc5IDc5LjQ2NSwxMjQuOTQxIDEyMC4xMzUsMTg2LjEyOSA0MC44MSw2MS4yNDIgODIuMTYsMTIxLjY3MSAxMjQuMzEsMTgxLjMxMiAwLjg3LDEuMTY4IDEuNjgsMi4zODcgMi41MiwzLjYxNyAwLjg3LDEuMjMxIDEuNzQsMi40NzMgMi42MSwzLjY5OSAwLjkzLDEuMTMzIDEuNzcsMi4zNzIgMi42MSwzLjYwMiAwLjg3LDEuMTk5IDEuNzQsMi40NjEgMi41MiwzLjYwMiA4LjE4LDExLjQ4IDE2LjI3LDIyLjg5OCAyNC40NSwzNC4yNjkgOC4yMSwxMS40MzggMTYuMjgsMjIuNzcgMjQuNTcsMzQuMDUxIDguMTgsMTEuMzY3IDE2LjM2LDIyLjY5OSAyNC41OSwzMy44NzkgOC4yNCwxMS4yNjkgMTYuNTcsMjIuNTMxIDI0LjgsMzMuNzgxIDcuMTcsOS42NjggMTQuMjcsMTkuMjc3IDIxLjQ0LDI4Ljc3NyA3LjE2LDkuNjEgMTQuMzgsMTkuMTI5IDIxLjU1LDI4LjY0MSA3LjE2LDkuNTEyIDE0LjQ3LDE4Ljk4IDIxLjYxLDI4LjQ0OSA3LjMsOS40MzEgMTQuNTIsMTguOTExIDIxLjc1LDI4LjQxMSAxLjMsMS43MSAyLjY2LDMuNSAzLjk3LDUuMjkgMS4yOCwxLjY2IDIuNTgsMy4zOCAzLjkyLDUuMTggMS4yNywxLjcgMi41NSwzLjQ0IDMuODUsNS4xMiAxLjM0LDEuNzMgMi42NywzLjQxIDMuOTgsNS4wNiA4LjcsMTEuMzkgMTcuNDMsMjIuNiAyNi4yMiwzNCA4Ljc4LDExLjE2IDE3LjU3LDIyLjQxIDI2LjQyLDMzLjU3IDguOSwxMS4yNiAxNy43MiwyMi4zNiAyNi42LDMzLjUyIDguOTMsMTEuMiAxNy44OSwyMi4yNCAyNi44MiwzMy4yNCA4Ljk5LDExLjIgMTguMDEsMjIuMzkgMjcuMDMsMzMuNDIgOS4wNSwxMS4xNyAxOC4xMywyMi4zIDI3LjIxLDMzLjMzIDkuMDgsMTEuMTEgMTguMTksMjIuMTEgMjcuMzUsMzMuMTggOS4xNCwxMC45NyAxOC4yNywyMiAyNy41MiwzMi45OCA2NS4xNSw3Ny41MyAxMzEuNDgsMTUzLjQ2IDE5OC44NSwyMjcuOTMgNjcuNjEsNzQuNjYgMTM2LjMyLDE0Ny45NiAyMDYuMSwyMTkuNzQgNzAuMDcsNzIuMDUgMTQxLjEzLDE0Mi43IDIxMy4xOCwyMTEuNyA3Mi41MSw2OS40OSAxNDUuOTQsMTM3LjQ2IDIyMC4yMiwyMDMuOTEgMTQuMzMsMTIuNzkgMjguNzIsMjUuNTYgNDMuMSwzOC4yNSAxNC4zOSwxMi43MSAyOC43NywyNS4zOCA0My4yMiwzNy45NSAxNC41MywxMi42MiAyOC45NywyNS4xNSA0My41OSwzNy42MiAxNC41MywxMi41MiAyOS4wNiwyNC45NCA0My42OCwzNy4yNCA0LjQxLDMuNjkgOC44Miw3LjQzIDEzLjExLDExLjE1IDQuMzIsMy42OSA4LjczLDcuNDEgMTMuMDIsMTEuMTQgNC4zMiwzLjczIDguNjcsNy40NyAxMy4wMiwxMS4xNyA0LjI3LDMuNzUgOC42Miw3LjM2IDEyLjk0LDEwLjk2IDExLjUxLDkuNjEgMjMuMDgsMTkuMiAzNC42NiwyOC43NCAxMS41NCw5LjQzIDIzLjExLDE4LjkzIDM0Ljc0LDI4LjQxIDExLjYsOS40NCAyMy4yMywxOC44NiAzNC45MiwyOC4yMiAxMS42Myw5LjM1IDIzLjMyLDE4Ljc4IDM1LjAxLDI4LjEyIDE4LjAxLDE0LjMxIDM2LjA1LDI4LjU4IDU0LjEyLDQyLjYyIDE4LjA3LDE0LjIyIDM2LjIzLDI4LjE4IDU0LjM1LDQyLjEzIDE4LjE5LDE0LjAxIDM2LjQ2LDI3LjgxIDU0LjY1LDQxLjY1IDE4LjI3LDEzLjc4IDM2LjYzLDI3LjUxIDU0Ljk2LDQxLjI0IDIwLjgyLDE1LjUyIDQxLjcxLDMwLjkgNjIuNjQsNDYuMjIgMjEuMDEsMTUuMyA0Mi4wMywzMC41MSA2My4wNiw0NS41NSAyMS4xMSwxNS4xMSA0Mi4zMiwzMC4wOSA2My40OSw0NC45NSAyMS4yMywxNC45MyA0Mi41MiwyOS42MiA2My44Niw0NC4zMiA0MC4yOSwyNy42NyA4MC42Niw1NC45NSAxMjEuMTIsODEuNzggNDAuNzIsMjYuOTMgODEuNTMsNTMuNDIgMTIyLjQ4LDc5LjQzIDQxLjA0LDI2LjExIDgyLjMyLDUxLjg0IDEyMy42NSw3Ny4wMSA0MS42MiwyNS4yMiA4My4yOSw1MC4wNSAxMjUuMDYsNzQuMzcgOTEuODgsNTMuNDUgMTg0LjIsMTA0LjYxIDI3Ni43OCwxNTMuMjEgOTMuNjIsNDkuMTQgMTg3LjU0LDk1LjgzIDI4MS40OCwxMzkuNzggOTUuMDQsNDQuMzkgMTkwLjIzLDg2LjEgMjg1LjMxLDEyNC45MyA5Ni4yLDM5LjE5IDE5Mi4yOSw3NS40OSAyODcuOTcsMTA4LjYyIHYgMCBjIC05NS42OCwtMzMuMTMgLTE5MS43NywtNjkuNDMgLTI4Ny45NywtMTA4LjYyIC05NS4wOCwtMzguODMgLTE5MC4yNywtODAuNTQgLTI4NS4zMSwtMTI0LjkzIC05My45NCwtNDMuOTUgLTE4Ny44NiwtOTAuNjQgLTI4MS40OCwtMTM5Ljc4IC05Mi41OCwtNDguNiAtMTg0LjksLTk5Ljc2IC0yNzYuNzgsLTE1My4yMSAtNDEuNzcsLTI0LjMyIC04My40NCwtNDkuMTUgLTEyNS4wNiwtNzQuMzcgLTQxLjMzLC0yNS4xNyAtODIuNjEsLTUwLjkgLTEyMy42NSwtNzcuMDEgLTQwLjk1LC0yNi4wMSAtODEuNzYsLTUyLjUgLTEyMi40OCwtNzkuNDMgLTQwLjQ2LC0yNi44MyAtODAuODMsLTU0LjExIC0xMjEuMTIsLTgxLjc4IC0yMS4zNCwtMTQuNyAtNDIuNjMsLTI5LjM5IC02My44NiwtNDQuMzIgLTIxLjE3LC0xNC44NiAtNDIuMzgsLTI5Ljg0IC02My40OSwtNDQuOTUgLTIxLjAzLC0xNS4wNCAtNDIuMDUsLTMwLjI1IC02My4wNiwtNDUuNTUgLTIwLjkzLC0xNS4zMiAtNDEuODIsLTMwLjcgLTYyLjY0LC00Ni4yMiAtMTguMzMsLTEzLjczIC0zNi42OSwtMjcuNDYgLTU0Ljk2LC00MS4yNCAtMTguMTksLTEzLjg0IC0zNi40NiwtMjcuNjQgLTU0LjY1LC00MS42NSAtMTguMTIsLTEzLjk1IC0zNi4yOCwtMjcuOTEgLTU0LjM1LC00Mi4xMyAtMTguMDcsLTE0LjA0IC0zNi4xMSwtMjguMzEgLTU0LjEyLC00Mi42MiAtMTEuNjksLTkuMzQgLTIzLjM4LC0xOC43NyAtMzUuMDEsLTI4LjEyIC0xMS42OSwtOS4zNiAtMjMuMzIsLTE4Ljc4IC0zNC45MiwtMjguMjIgLTExLjYzLC05LjQ4IC0yMy4yLC0xOC45OCAtMzQuNzQsLTI4LjQxIC0xMS41OCwtOS41NCAtMjMuMTUsLTE5LjEzIC0zNC42NiwtMjguNzQgLTQuMzIsLTMuNiAtOC42NywtNy4yMSAtMTIuOTQsLTEwLjk2IC00LjM1LC0zLjcgLTguNywtNy40NCAtMTMuMDIsLTExLjE3IC00LjI5LC0zLjczIC04LjcsLTcuNDUgLTEzLjAyLC0xMS4xNCAtNC4yOSwtMy43MiAtOC43LC03LjQ2IC0xMy4xMSwtMTEuMTUgLTE0LjYyLC0xMi4zIC0yOS4xNSwtMjQuNzIgLTQzLjY4LC0zNy4yNCAtMTQuNjIsLTEyLjQ3IC0yOS4wNiwtMjUgLTQzLjU5LC0zNy42MiAtMTQuNDUsLTEyLjU3IC0yOC44MywtMjUuMjQgLTQzLjIyLC0zNy45NSAtMTQuMzgsLTEyLjY5IC0yOC43NywtMjUuNDYgLTQzLjEsLTM4LjI1IC03NC4yOCwtNjYuNDUgLTE0Ny43MSwtMTM0LjQyIC0yMjAuMjIsLTIwMy45MSAtNzIuMDUsLTY5IC0xNDMuMTEsLTEzOS42NSAtMjEzLjE4LC0yMTEuNyAtNjkuNzgsLTcxLjc4IC0xMzguNDksLTE0NS4wOCAtMjA2LjEsLTIxOS43NCAtNjcuMzcsLTc0LjQ3IC0xMzMuNywtMTUwLjQgLTE5OC44NSwtMjI3LjkzIC05LjI1LC0xMC45OCAtMTguMzgsLTIyLjAxIC0yNy41MiwtMzIuOTggLTkuMTYsLTExLjA3IC0xOC4yNywtMjIuMDcgLTI3LjM1LC0zMy4xOCAtOS4wOCwtMTEuMDMgLTE4LjE2LC0yMi4xNiAtMjcuMjEsLTMzLjMzIC05LjAyLC0xMS4wMyAtMTguMDQsLTIyLjIyIC0yNy4wMywtMzMuNDIgLTguOTMsLTExIC0xNy44OSwtMjIuMDQgLTI2LjgyLC0zMy4yNCAtOC44OCwtMTEuMTYgLTE3LjcsLTIyLjI2IC0yNi42LC0zMy41MiAtOC44NSwtMTEuMTYgLTE3LjY0LC0yMi40MSAtMjYuNDIsLTMzLjU3IC04Ljc5LC0xMS40IC0xNy41MiwtMjIuNjEgLTI2LjIyLC0zNCAtMS4zMSwtMS42NSAtMi42NCwtMy4zMyAtMy45OCwtNS4wNiAtMS4zLC0xLjY4IC0yLjU4LC0zLjQyIC0zLjg1LC01LjEyIC0xLjM0LC0xLjggLTIuNjQsLTMuNTIgLTMuOTIsLTUuMTggLTEuMzEsLTEuNzkgLTIuNjcsLTMuNTggLTMuOTcsLTUuMjkgLTcuMjMsLTkuNSAtMTQuNDUsLTE4Ljk4IC0yMS43NSwtMjguNDExIC03LjE0LC05LjQ2OSAtMTQuNDUsLTE4LjkzNyAtMjEuNjEsLTI4LjQ0OSAtNy4xNywtOS41MTIgLTE0LjM5LC0xOS4wMzEgLTIxLjU1LC0yOC42NDEgLTcuMTcsLTkuNSAtMTQuMjcsLTE5LjEwOSAtMjEuNDQsLTI4Ljc3NyAtOC4yMywtMTEuMjUgLTE2LjU2LC0yMi41MTIgLTI0LjgsLTMzLjc4MSAtOC4yMywtMTEuMTggLTE2LjQxLC0yMi41MTIgLTI0LjU5LC0zMy44NzkgLTguMjksLTExLjI4MSAtMTYuMzYsLTIyLjYxMyAtMjQuNTcsLTM0LjA1MSAtOC4xOCwtMTEuMzcxIC0xNi4yNywtMjIuNzg5IC0yNC40NSwtMzQuMjY5IC0wLjc4LC0xLjE0MSAtMS42NSwtMi40MDMgLTIuNTIsLTMuNjAyIC0wLjg0LC0xLjIzIC0xLjY4LC0yLjQ2OSAtMi42MSwtMy42MDIgLTAuODcsLTEuMjI2IC0xLjc0LC0yLjQ2OCAtMi42MSwtMy42OTkgLTAuODQsLTEuMjMgLTEuNjUsLTIuNDQ5IC0yLjUyLC0zLjYxNyAtNDIuMTUsLTU5LjY0MSAtODMuNSwtMTIwLjA3IC0xMjQuMzEsLTE4MS4zMTIgQyAxMDA2LjkxLDUxMi41ODIgOTY2LjgwNSw0NTAuNTIgOTI3LjQ0NSwzODcuNjQxIDg4OC4wODYsMzI0Ljc4OSA4NDkuNDg0LDI2MS4wOSA4MTEuNTQ3LDE5Ni41MTIgNzczLjU4MiwxMzEuOTIyIDczNi4zNjcsNjYuMzkwNiA2OTkuODgzLDAgbSAtNjIuNTg2LDE1MS40NDEgaCAtMC4wMDQgdiAwIE0gMzMxOS45NywyOTk4LjExIGMgMCwwIDAsMCAwLjAxLDAgLTAuMDEsLTAuMDEgMCwwIC0wLjAxLDAgbSAyMTUuMDgsMTA3IGMgMC40LDAuMiAwLjgsMC4zOSAxLjIxLDAuNTkgLTAuNDEsLTAuMiAtMC44MSwtMC40IC0xLjIxLC0wLjU5IiB0cmFuc2Zvcm09Im1hdHJpeCguMTMzMzMgMCAwIC0uMTMzMzMgMCA2NTMuMzMzKSIgY2xhc3M9InN2Z1NoYXBlIGNvbG9yMDAwMDAwLTUgc2VsZWN0YWJsZSI+PC9wYXRoPjxwYXRoIGZpbGw9IiNhN2FhYWQiIGQ9Ik02OTkuODgzIDBjLS4wNTUuMTI4OTA2LS4xMS4yNjE3MTktLjE2NC4zOTA2MjVDNjc3Ljk0MSA1My4wMzEzIDYzNy41NjYgMTUwLjc4MSA2MzcuMjk3IDE1MS40NDFjLS4wMDQgMC0uMDA0IDAtLjAwNCAwdjAgMCAwTDU3Mi41MDQgMzA5LjQxQzE0NzcuOTUgMTc5Ni4zOSAyNzg5LjQyIDI2NDguMzMgMzMxOS45NyAyOTk4LjExdjBjLjAxIDAgMC0uMDEuMDEgMCAuNDUuMjIgMTQyLjM1IDcxLjcyIDIxNS4wNyAxMDcgLjQuMTkuOC4zOSAxLjIxLjU5djBjNzMuMDMgMzUuNDQgMTQ2LjU1IDcwLjExIDIyMC4yNSAxMDMuOTcgMi4zMiAxLjEzIDQuNjEgMi4yMyA2Ljk5IDMuMzQgMi4yOSAxLjE0IDQuNjQgMi4yNCA2Ljk2IDMuMzYgMi4zOCAxLjEyIDQuNzMgMi4yNSA3LjAyIDMuMzIgMi4zNyAxLjExIDQuNjcgMi4xNSA3LjA0IDMuMTUgOTAuNzkgNDEuNDkgMTgxLjkxIDgxLjc0IDI3My4xMyAxMjAuODcgOTIuMzUgMzkuNTIgMTg0Ljg3IDc3LjgyIDI3Ny4yNSAxMTQuODEgOTMuNTMgMzcuNDkgMTg2LjkyIDczLjYgMjc5Ljk3IDEwOC4yOSA5NC4xNyAzNS4xMiAxODguMDMgNjguNzggMjgxLjI3IDEwMS05NS42OC0zMy4xMy0xOTEuNzctNjkuNDMtMjg3Ljk3LTEwOC42Mi05NS4wOC0zOC44My0xOTAuMjctODAuNTQtMjg1LjMxLTEyNC45My05My45NC00My45NS0xODcuODYtOTAuNjQtMjgxLjQ4LTEzOS43OC05Mi41OC00OC42LTE4NC45LTk5Ljc2LTI3Ni43OC0xNTMuMjEtNDEuNzctMjQuMzItODMuNDQtNDkuMTUtMTI1LjA2LTc0LjM3LTQxLjMzLTI1LjE3LTgyLjYxLTUwLjktMTIzLjY1LTc3LjAxLTQwLjk1LTI2LjAxLTgxLjc2LTUyLjUtMTIyLjQ4LTc5LjQzLTQwLjQ2LTI2LjgzLTgwLjgzLTU0LjExLTEyMS4xMi04MS43OC0yMS4zNC0xNC43LTQyLjYzLTI5LjM5LTYzLjg2LTQ0LjMyLTIxLjE3LTE0Ljg2LTQyLjM4LTI5Ljg0LTYzLjQ5LTQ0Ljk1LTIxLjAzLTE1LjA0LTQyLjA1LTMwLjI1LTYzLjA2LTQ1LjU1LTIwLjkzLTE1LjMyLTQxLjgyLTMwLjctNjIuNjQtNDYuMjItMTguMzMtMTMuNzMtMzYuNjktMjcuNDYtNTQuOTYtNDEuMjQtMTguMTktMTMuODQtMzYuNDYtMjcuNjQtNTQuNjUtNDEuNjUtMTguMTItMTMuOTUtMzYuMjgtMjcuOTEtNTQuMzUtNDIuMTMtMTguMDctMTQuMDQtMzYuMTEtMjguMzEtNTQuMTItNDIuNjItMTEuNjktOS4zNC0yMy4zOC0xOC43Ny0zNS4wMS0yOC4xMi0xMS42OS05LjM2LTIzLjMyLTE4Ljc4LTM0LjkyLTI4LjIyLTExLjYzLTkuNDgtMjMuMi0xOC45OC0zNC43NC0yOC40MS0xMS41OC05LjU0LTIzLjE1LTE5LjEzLTM0LjY2LTI4Ljc0LTQuMzItMy42LTguNjctNy4yMS0xMi45NC0xMC45Ni00LjM1LTMuNy04LjctNy40NC0xMy4wMi0xMS4xNy00LjI5LTMuNzMtOC43LTcuNDUtMTMuMDItMTEuMTQtNC4yOS0zLjcyLTguNy03LjQ2LTEzLjExLTExLjE1LTE0LjYyLTEyLjMtMjkuMTUtMjQuNzItNDMuNjgtMzcuMjQtMTQuNjItMTIuNDctMjkuMDYtMjUtNDMuNTktMzcuNjItMTQuNDUtMTIuNTctMjguODMtMjUuMjQtNDMuMjItMzcuOTUtMTQuMzgtMTIuNjktMjguNzctMjUuNDYtNDMuMS0zOC4yNS03NC4yOC02Ni40NS0xNDcuNzEtMTM0LjQyLTIyMC4yMi0yMDMuOTEtNzIuMDUtNjktMTQzLjExLTEzOS42NS0yMTMuMTgtMjExLjctNjkuNzgtNzEuNzgtMTM4LjQ5LTE0NS4wOC0yMDYuMS0yMTkuNzQtNjcuMzctNzQuNDctMTMzLjctMTUwLjQtMTk4Ljg1LTIyNy45My05LjI1LTEwLjk4LTE4LjM4LTIyLjAxLTI3LjUyLTMyLjk4LTkuMTYtMTEuMDctMTguMjctMjIuMDctMjcuMzUtMzMuMTgtOS4wOC0xMS4wMy0xOC4xNi0yMi4xNi0yNy4yMS0zMy4zMy05LjAyLTExLjAzLTE4LjA0LTIyLjIyLTI3LjAzLTMzLjQyLTguOTMtMTEtMTcuODktMjIuMDQtMjYuODItMzMuMjQtOC44OC0xMS4xNi0xNy43LTIyLjI2LTI2LjYtMzMuNTItOC44NS0xMS4xNi0xNy42NC0yMi40MS0yNi40Mi0zMy41Ny04Ljc5LTExLjQtMTcuNTItMjIuNjEtMjYuMjItMzQtMS4zMS0xLjY1LTIuNjQtMy4zMy0zLjk4LTUuMDYtMS4zLTEuNjgtMi41OC0zLjQyLTMuODUtNS4xMi0xLjM0LTEuOC0yLjY0LTMuNTItMy45Mi01LjE4LTEuMzEtMS43OS0yLjY3LTMuNTgtMy45Ny01LjI5LTcuMjMtOS41LTE0LjQ1LTE4Ljk4LTIxLjc1LTI4LjQxMS03LjE0LTkuNDY5LTE0LjQ1LTE4LjkzNy0yMS42MS0yOC40NDktNy4xNy05LjUxMi0xNC4zOS0xOS4wMzEtMjEuNTUtMjguNjQxLTcuMTctOS41LTE0LjI3LTE5LjEwOS0yMS40NC0yOC43NzctOC4yMy0xMS4yNS0xNi41Ni0yMi41MTItMjQuOC0zMy43ODEtOC4yMy0xMS4xOC0xNi40MS0yMi41MTItMjQuNTktMzMuODc5LTguMjktMTEuMjgxLTE2LjM2LTIyLjYxMy0yNC41Ny0zNC4wNTEtOC4xOC0xMS4zNzEtMTYuMjctMjIuNzg5LTI0LjQ1LTM0LjI2OS0uNzgtMS4xNDEtMS42NS0yLjQwMy0yLjUyLTMuNjAyLS44NC0xLjIzLTEuNjgtMi40NjktMi42MS0zLjYwMi0uODctMS4yMjYtMS43NC0yLjQ2OC0yLjYxLTMuNjk5LS44NC0xLjIzLTEuNjUtMi40NDktMi41Mi0zLjYxNy00Mi4xNS01OS42NDEtODMuNS0xMjAuMDctMTI0LjMxLTE4MS4zMTJDMTAwNi45MSA1MTIuNTgyIDk2Ni44MDUgNDUwLjUyIDkyNy40NDUgMzg3LjY0MSA4ODguMDg2IDMyNC43ODkgODQ5LjQ4NCAyNjEuMDkgODExLjU0NyAxOTYuNTEyIDc3My41ODIgMTMxLjkyMiA3MzYuMzY3IDY2LjM5MDYgNjk5Ljg4MyAwTTE0NDguNDQgMzU2Mi40bDEwLjYxIDMzNy41NGMyLjIzIDcwLjE5IDE4LjEzIDE0MC4zMSA0NS4wMiAyMDcuMTkgMjYuNzEgNjYuNzIgNjQuNDEgMTMwLjYzIDExMC41MyAxODguNTUgNDYuMjkgNTguMDQgMTAxLjE2IDExMC40MiAxNjIuMjEgMTUzLjgyIDYxLjU4IDQzLjc4IDEyOS44IDc4LjU5IDIwMi4xMyAxMDEgNzMuMjkgMjIuNzUgMTQ0LjIzIDMwLjU3IDIwOS45OCAyNS4yIDY2LjY2LTUuNTIgMTI4LjA4LTI0LjczIDE4MC45My01Ni4xNyA1My41Ny0zMS45MyA5OC4zNS03Ni4zNyAxMzAuNzItMTMxLjYyIDMyLjc0LTU2LjA4IDUyLjYxLTEyMy4xMSA1NS45OC0xOTkuMDNsMTUuOTItMzY2LjA5em0yMTIxLjQ5IDI2MS42M2MtMy40NiAzMS4zMy0xNC4xIDU5LjM4LTMwLjM3IDgzLjM2LTE2LjEzIDIzLjkzLTM3LjczIDQzLjY1LTYzLjI5IDU4LjQ2LTI1LjMxIDE0Ljc0LTU0LjU4IDI0LjU1LTg2LjA4IDI4LjY3LTMxLjI2IDQuMTEtNjQuODUgMi42MS05OS4zMy01LjQxbC0yNDEuNzUtNTUuOTEtLjQgNS44Ny04MC44Ny0xOC43OC0yNi4xNiAzNzAuMDNjLTguODEgMTI1LjMyLTQ1Ljc3IDIzNC42Ni0xMDQuMTIgMzI0LjcyLTU2Ljg4IDg4LTEzMy45MSAxNTcuMjgtMjI0LjY2IDIwNS40Ny04OC40OSA0Ni45OS0xODkuOTggNzMuODYtMjk4Ljg4IDc4LjY5LTEwNi4zIDQuNzQtMjE5Ljk0LTExLjU2LTMzNi4yMS01MC42OC0xMTMuOTMtMzguMzMtMjIwLjYzLTk1LjM3LTMxNi42LTE2NS41MS05NC44Mi02OS4yNS0xNzkuOTEtMTUxLjgxLTI1MS43Ni0yNDIuNjktNzEuNTctOTAuNjEtMTMwLjU3LTE5MC4xOS0xNzIuOTQtMjk0LjA4LTQyLjY3LTEwNC40My02OS0yMTQuMTgtNzQuNjktMzI0LjU5bC0xNi42NC0zMjQuNDItNTAuMTUtMTEuNjItLjI5LTUuMS0xOTQuMjA5LTQ1LjAyYy0yMi4zMzYtNS4xMi00My44NTUtMTUuMTQtNjMuNzIyLTI4LjcyLTE5LjgzNi0xMy42Mi0zOC4wMjQtMzAuNzUtNTMuNjI1LTUwLjQ4LTE1LjYwNi0xOS42NC0yOC43MTUtNDEuODYtMzguNDYxLTY1LjM1LTkuNjU3LTIzLjYxLTE1Ljk4MS00OC42NC0xNy45NTMtNzMuODdMNTkzLjc2MiAxNTAwLjdsMTQ1LjAxNS0xNjQuMDggMzMuNDQyIDYxNi4wMmMzLjQ1MyA2My42IDE2Ljk5NiAxMjQuNzUgMzguMzc1IDE4MS4wNiAyMS40MDIgNTYuMDkgNTAuNjY0IDEwNy42IDg1Ljk5MiAxNTEuOTggMzUuMjk3IDQ0LjUxIDc2Ljc2OSA4Mi4xMiAxMjIuMzk0IDExMC4yMiA0NS45MSAyOC4yNSA5Ni4yMyA0Ny4wNSAxNDkuMTEgNTMuNjVsNjUuMjUgOC4yNmMtMjYuNTMgOC42NS01MC44MSAyMi4wNS03Mi4yMSAzOS40NC0yMS4zMiAxNy4yNC0zOS43MSAzOC40NC01NC42MiA2Mi44NS0xNC44OCAyNC4yNC0yNi4yMiA1MS43NS0zMy41NiA4MS42My03LjI0IDI5Ljc3LTEwLjU1IDYxLjk4LTkuMjIgOTYgMS43NyA0My44OSAxMC45NyA4Ni42NyAyNi4xNCAxMjYuNTQgMTUuMDggMzkuNzkgMzYuMTYgNzYuODMgNjEuNzcgMTA5LjI4IDI1LjU4IDMyLjUyIDU1Ljc1IDYwLjUyIDg5LjEgODIuMTcgMzMuNSAyMS43NyA3MC4xOSAzNy4xMSAxMDguNzkgNDQuMjZoLjIxLjE3bC4xNy4wNi4xOC4wMWMzOC45MiA3LjE1IDc2LjExIDUuMTIgMTEwLjA0LTQuNzQgMzQuMjItOS44OSA2NS4yLTI3LjggOTEuMy01Mi4yMiAyNi4zNC0yNC42NyA0Ny42NS01Ni4wMSA2Mi4zNi05Mi42MiAxNC45NC0zNi44MSAyMy4wNi03OC45NCAyMi44Mi0xMjQuODUtLjItMzUuNjktNS40Mi03MC45NC0xNC45OS0xMDQuNzYtOS41Ny0zMy45Ni0yMy40Ni02Ni4zNy00MC45Mi05Ni4yOS0xNy40Ni0yOS45Ni0zOC40OS01Ny4zMy02Mi4yNS04MS4xNy0yMy42Ni0yMy44Mi01MC00NC4wNC03OC4yNS01OS44M2w1Ny40IDcuMzJjMzkuNzkgNC45OSA3OC40OCAzLjM0IDExNS4yMy00LjMgMzcuMTUtNy42NiA3Mi40Mi0yMS4zNSAxMDQuOTQtNDAuMzkgMzIuODMtMTkuMTcgNjIuOTEtNDMuNzUgODkuNDctNzMuMDMgMjQuMTEtMjYuNjQgNDQuNzgtNTcuNjggNjIuMzYtOTEuNTEgMTQuODggMTEuNDEgMjkuNzMgMjIuNzUgNDQuNTIgMzMuNjlsLTIuMzggMjAyLjI1Yy0uNTIgNDcuMyA3LjY2IDkzLjE4IDIyLjg2IDEzNS44NiAxNS4yMiA0Mi41NyAzNy41IDgxLjk5IDY1LjI2IDExNi40NiAyNy44MSAzNC40NyA2MS4yMiA2My45NCA5OC42MSA4Ni41NiAzNy42MSAyMi43OCA3OS4yOSAzOC41MyAxMjMuNyA0NS4yOGw1NC41MiA4LjM2Yy0yMi43NiA1LjQ3LTQzLjk3IDE0LjYyLTYyLjg4IDI2Ljg4LTE4Ljg4IDEyLjEyLTM1LjUzIDI3LjMyLTQ5LjQyIDQ1LjA1LTEzLjggMTcuNjgtMjQuOTEgMzcuODgtMzIuNjkgNjAuMDctNy43NCAyMi4wOS0xMi4yMSA0Ni4yNS0xMi44NyA3MS45My0uODEgMzMuMDMgNC44MSA2NS41NCAxNS43MiA5Ni4wNyAxMC44NSAzMC41MSAyNy4wMyA1OS4wOCA0Ny4yMiA4NC4zMSAyMC4yMSAyNS4yOCA0NC42MyA0Ny4yMSA3MS45OCA2NC4zNiAyNy40NyAxNy4yOCA1Ny45NSAyOS43MyA5MC4zOCAzNiAzMi43MSA2LjI1IDY0LjE4IDUuNDkgOTMuMjctMS4xNSAyOS4zMi02LjcgNTYuMS0xOS40MyA3OS4xNS0zNy4yNSAyMy4xNS0xNy44NiA0Mi40NC00MC43OCA1Ni40NC02Ny43NiAxNC4wNy0yNy4xNCAyMi43Ny01OC40MSAyNC42My05Mi42IDEuMzktMjYuNTgtMS4zNC01Mi45NS03LjgxLTc4LjQtNi40My0yNS4zOC0xNi41Ni00OS44NC0yOS43OC03Mi41MS0xMy4xNy0yMi42OS0yOS40NC00My41OC00OC4xMi02MS45NS0xOC42Mi0xOC40LTM5LjczLTM0LjIzLTYyLjU5LTQ2Ljg2bDQ3LjYzIDcuMDljMjUuMjYgMy44NiA1MC4xNyA0Ljc2IDc0LjI4IDIuOTkgMjQuMjctMS44NSA0Ny44Mi02LjM2IDcwLjQ3LTEzLjM3IDIyLjYtNy4wOSA0NC4yNi0xNi42MiA2NC41NC0yOC40OCAyMC40Mi0xMS45NSAzOS40MS0yNi4xNyA1Ni44NC00Mi40LTUuMzktMy4wOS0xMC41OC02LjQ2LTE1Ljg2LTkuNTMgNi43My0uMTYgMTMuNC0uMjYgMjAuMS0uNTUgMjQuMzMgMTQuNDcgNDcuNjggMjguMTggNzEuNjcgNDIuMzNsLTUuOTggOTAuMDFjLTIuNDQgMzUuNzYgMi42NCA3MC44NiAxMy44MSAxMDMuNzIgMTEuMDcgMzIuODYgMjguMzMgNjMuNTcgNTAuNCA5MC42OCAyMi4xMSAyNy4wMyA0OS4wMiA1MC40OCA3OS42NSA2OC42OSAzMC42NSAxOC4zIDY1LjExIDMxLjM4IDEwMi4wMyAzNy42NWw0NS4yMiA3LjQ3Yy0xOS4xNyAzLjYxLTM3LjE4IDEwLjExLTUzLjQ1IDE5LTE2LjI4IDguOTEtMzAuODEgMjAuMTQtNDMuMTYgMzMuNDktMTIuMyAxMy4yOS0yMi4zMyAyOC41Ny0yOS43MyA0NS40Ny03LjQgMTYuODYtMTIuMDcgMzUuMzUtMTMuNjMgNTUuMDgtMi4wMyAyNS41MiAxLjQ4IDUwLjc5IDkuNDggNzQuNTggOC4wMSAyMy43NSAyMC41MSA0Ni4xNCAzNi42MyA2NS45NyAxNi4xMyAxOS44OSAzNS44NSAzNy4xOSA1OC4zIDUwLjg3IDIyLjUxIDEzLjc3IDQ3LjY1IDIzLjg1IDc0Ljc0IDI5LjA2IDI3LjA2IDUuMTggNTMuNDMgNSA3Ny45Ni4yOCAyNC41Ny00Ljg1IDQ3LjI1LTE0LjM4IDY2Ljk0LTI3LjcgMTkuNzgtMTMuNDUgMzYuNC0zMC43OCA0OC43OS01MS4zMSAxMi40MS0yMC41OSAyMC41My00NC4zIDIzLTcwLjM5IDItMjAuMjUuNTItNDAuMy00LjA2LTU5LjcyLTQuNS0xOS4zOS0xMi4wNC0zOC4xNC0yMi4xNi01NS42MS0xMC4xOC0xNy41MS0yMi44OS0zMy42OC0zNy42OC00OC4wMi0xNC43LTE0LjQyLTMxLjUyLTI2LjktNTAuMDMtMzYuOTJsMzguNjEgNi41NWMyMi42MiAzLjc2IDQ0Ljc4IDQuOTIgNjYuMzMgMy42MyAyMS42My0xLjMyIDQyLjQ5LTUuMDEgNjIuNDctMTAuOTEgMTkuODctNS45NyAzOC44Ny0xNC4wOSA1Ni40NC0yNC4yNyA1LjQ4LTMuMTkgMTAuNDctNi43NyAxNS42Ni0xMC4zM2wuNzYuNDRjNy42MyAzLjgzIDE1LjQgNy43IDIzLjAzIDExLjQzIDE1Ljk1IDcuODcgMzEuODEgMTUuNjYgNDcuNDcgMjMuMyAxNS42NyA3Ljc0IDMxLjIxIDE1LjI3IDQ2LjU1IDIyLjY2bC01My42MiA0ODQuNzkiIHRyYW5zZm9ybT0ibWF0cml4KC4xMzMzMyAwIDAgLS4xMzMzMyAwIDY1My4zMzMpIiBjbGFzcz0ic3ZnU2hhcGUgY29sb3IwMDAwMDAtNiBzZWxlY3RhYmxlIj48L3BhdGg+PC9zdmc+PC9nPjwvc3ZnPg==");
background-position: 0px 6px;
background-repeat: no-repeat;
background-size: 20px;
float: left;
height: 30px;
width: 26px;
}:root {
--pmpro--color--white: #fff;
--pmpro--box-shadow: 2px 2px 7px rgba( 0, 0, 0, 0.07 );
} .pmpro {
color: var(--pmpro--color--contrast); .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;
} .pmpro_card {
background-color: var(--pmpro--color--base);
border: 1px solid var(--pmpro--color--border--variation);
border-radius: var(--pmpro--base--border-radius);
box-shadow: var(--pmpro--box-shadow);
display: flex;
flex-direction: column;
margin: var(--pmpro--base--spacing--medium) 0;
overflow: hidden;
}
.pmpro_card_title {
color: var(--pmpro--color--contrast);
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: rgba( 0, 0, 0, 0.04 );
border-bottom: 1px solid var(--pmpro--color--border--variation);
padding: var(--pmpro--base--spacing--small) var(--pmpro--base--spacing--large);
}
.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;
} .pmpro_card .pmpro_card {
background-color: transparent;
border: 0;
border-radius: 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;
padding: 0;
}
.pmpro_card .pmpro_card .pmpro_card_content + .pmpro_card_actions {
border: 0;
} .pmpro_heading-with-avatar {
align-items: center;
display: flex;
font-weight: 700;
gap: var(--pmpro--base--spacing--small);
} .pmpro_message {
box-shadow: var(--pmpro--box-shadow);
} .pmpro_btn {
background-color: var(--pmpro--color--accent);
border: 1px solid var(--pmpro--color--accent);
border-radius: var(--pmpro--base--border-radius);
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: var(--pmpro--color--error-link);
border-color: var(--pmpro--color--error-link);
}
.pmpro_btn-cancel {
background-color: transparent;
border-color: var(--pmpro--color--border);
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: var(--pmpro--color--border--variation);
border-color: var(--pmpro--color--border);
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);
} .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: var(--pmpro--base--border-radius);
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_input-multiselect {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.pmpro_form_field-file {
.pmpro_form_input-file {
border: 3px dashed var(--pmpro--color--border--variation);
border-radius: var(--pmpro--base--border-radius);
padding: var(--pmpro--base--spacing--small) var(--pmpro--base--spacing--medium);
width: 100%;
}
.pmpro_btn {
padding: 0 var(--pmpro--base--spacing--small);
}
} .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;
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_tos_fields #pmpro_license {
border-top-right-radius: 0;
border-bottom-right-radius: 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 {
background-color: var(--pmpro--color--white);
border-radius: var(--pmpro--base--border-radius);
padding: calc( var(--pmpro--base--spacing--small) + 3px );
}
[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;
} #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: var(--pmpro--base--border-radius);
box-shadow: none;
box-sizing: border-box;
color: var(--pmpro--color--contrast);
font-size: 16px;
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: var(--pmpro--base--border-radius);
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;
} #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%;
}
} .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);
}
} .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;
}
} .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;
}
} #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;
}
}
} .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;
} [id^="pmpro_billing-"] .pmpro_card .pmpro_card {
background-color: transparent;
border: none;
border-radius: unset;
box-shadow: none;
margin: 0;
.pmpro_card_content {
padding: 0;
}
} .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);
} .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 );
} .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;
}
.pmpro_content_message .pmpro_card_actions {
padding-right: var(--pmpro--base--spacing--large);
padding-left: var(--pmpro--base--spacing--large);
} .pmpro_pagination {
align-items: center;
display: flex;
gap: var(--pmpro--base--spacing--small);
justify-content: center;
margin: var(--pmpro--base--spacing--medium) 0;
a {
background-color: var(--pmpro--color--base);
border: 1px solid var(--pmpro--color--border--variation);
border-radius: var(--pmpro--base--border-radius);
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);
border-radius: var(--pmpro--base--border-radius);
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;
}
} .avatar {
border: 1px solid var(--pmpro--color--border--variation);
border-radius: 50%;
box-shadow: var(--pmpro--box-shadow);
margin: 0;
padding: 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 {
.pmpro_form_field-password-toggle {
padding: 0 0 0 var(--pmpro--base--spacing--small);
}
} @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;
}
}
} @media print {
.pmpro {
.pmpro_card {
background-color: transparent;
border: none;
box-shadow: none;
}
.pmpro_card_title,
.pmpro_card_content,
.pmpro_section:has(.pmpro_form) .pmpro_card_title + .pmpro_card_content {
padding: 0;
}
.pmpro_form_legend {
margin-bottom: 0;
}
}
} @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 {
border-bottom: 1px solid var(--pmpro--color--border--variation);
}
.pmpro_table_cancel tbody tr td {
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%;
}
}
}.ays-quiz-container {
box-sizing: border-box;
}
.ays-quiz-container p{
padding: 0 10px;
margin: 1em 0;
}
.ays-quiz-container section.ays_quiz_redirection_timer_container,
.ays-quiz-container section.ays_quiz_timer_container {
padding-top: 5px; width:100%;
}
.ays-quiz-container section.ays_quiz_redirection_timer_container hr,
.ays-quiz-container section.ays_quiz_timer_container hr{
padding: 0px;
margin: 0px;
border-bottom-color: #ccc;
}
.ays-quiz-container form span {
margin-top: 0;
margin: 0;
}
.ays-field {
display: flex;
text-align: left;
opacity: 1;
margin-bottom: 10px;
position: relative;
}
[id^="ays-quiz-container-"] .ays-field input[type='checkbox'],
[id^="ays-quiz-container-"] .ays-field input[type='radio']{
display: none!important;
}
.ays-quiz-answers .ays-field input~label[for^="ays-answer-"] {
font-weight: 600;
color: #484848;
margin-bottom: 0;
width: 100%;
height: unset;
transition: all .3s;
cursor: pointer;
display: block !important;
padding: 5px !important;
padding-left: 10px !important;
padding-right: 10px !important;
word-wrap: break-word !important;
white-space: initial !important;
line-height: 33px;
text-transform: initial;
letter-spacing: unset;
}
.ays-quiz-answers .ays-field input~label.ays_answer_image_label[for^="ays-answer-"] {
line-height: 0 !important;
}
.ays-quiz-answers .ays-field input[type="checkbox"]+label[for^="ays-answer-"] {
margin-left: 0;
}
.ays-field input+label:before {
content: "";
display: inline-block;
background: #ddd;
background-clip: content-box;
width: 20px;
height: 20px;
border: 3px solid #ccc;
padding: 3px 3px 3px 3px;
box-sizing: border-box;
transition: all .4s linear;
vertical-align: middle;
margin-right: 10px;
}
.ays-field input[type="radio"]+label:before {
border-radius: 50%;
}
.ays-field input+label:hover:before {
background: #ddd;
color: #ddd;
background-clip: content-box;
}
.ays-field .select2-container {
display: block;
width: 100%!important;
}
.ays-field .select2-container .select2-selection--single,
.ays-field .select2-container--default .select2-selection--single .select2-selection__rendered {
height: 40px;
line-height: 40px;
font-size: 17px !important;
width: 100%;
color: white;
display: inline-block;
}
.ays-field .select2-container--default,
.ays-field .select2-container--default .selection,
.ays-field .select2-container--default .select2-selection {
display: inline-block;
width: 100%;
background-color: #444;
height: 40px;
padding: 0 !important;
}
.ays-field .select2-container--default .select2-selection--single {
background: transparent;
border: none;
border-radius: unset;
}
.ays-field .select2-container--default .select2-selection--single:focus {
outline: none;
box-shadow: none;
}
.ays-field .select2-container .select2-selection--single .select2-selection__arrow b[role="presentation"] {
border: none;
}
.ays-field .select2-container--default .select2-selection--single .select2-selection__arrow {
top: 0;
right: 10px;
color: #fff;
transform: translate(0) !important;
transform: translateX(0) !important;
transform: translateY(0) !important;
}
[id^="ays-quiz-container-"] * {
box-sizing: border-box;
word-wrap: break-word;
}
[id^="ays-quiz-container-"] p{
margin: 5px !important;
}
[id^="ays-quiz-container-"] p:empty{
display: none;
}
div.ays-quiz-container[id^="ays-quiz-container-"] {
width: 96%;
min-width: 200px;
max-width: 96%;
margin: 20px auto;
text-align: center;
background: white;
border: 0 none;
border-radius: 3px;
box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
box-sizing: border-box;
position: relative;
padding-bottom: 60px;
transition: .5s ease;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
[id^="ays_finish_quiz_"] {
border: 0 none;
padding: 0;
margin: 0;
}
form[id^="ays_finish_quiz_"] {
background-color: initial !important;
}
[id^="ays_finish_quiz_"] div.step {
display: flex;
justify-content:  center;
align-items:  center;
border: 0 none;
width: 100%;
position: relative;
padding-top: 45px;
}
[id^="ays_finish_quiz_"] > div.step:first-of-type {
background-color: transparent !important;
border: none !important;
}
[id^="ays_finish_quiz_"] div.step div.ays-image-question-img{
margin-bottom: 15px;
}
[id^="ays_finish_quiz_"] div.step div.ays-abs-fs {
width: 90%;
}
[id^="ays_finish_quiz_"] > div.step.ays_thank_you_fs {
padding-top: 0px !important;
}
[id^="ays_finish_quiz_"] > div.step.ays_thank_you_fs .ays-abs-fs.ays-end-page {
margin-top: 0px !important;
} [id^="ays_finish_quiz_"] div.step:not(:first-of-type) {
display: none;
} [id^="ays_finish_quiz_"] input[type=search],
[id^="ays_finish_quiz_"] input[type=tel],
[id^="ays_finish_quiz_"] input[type=time],
[id^="ays_finish_quiz_"] input[type=url],
[id^="ays_finish_quiz_"] input[type=password],
[id^="ays_finish_quiz_"] input[type=date],
[id^="ays_finish_quiz_"] input[type=datetime],
[id^="ays_finish_quiz_"] input[type=datetime-local],
[id^="ays_finish_quiz_"] input[type=email],
[id^="ays_finish_quiz_"] input[type=number], 
[id^="ays_finish_quiz_"] input[type="text"],
[id^="ays_finish_quiz_"] textarea {
padding: 15px;
border: 1px solid #ccc;
border-radius: 3px!important;
margin-bottom: 10px;
width: 100%;
box-sizing: border-box;
color: #2C3E50;
font-size: 13px;
height: auto;
background-color: #fff;
}
[id^="ays_finish_quiz_"] textarea {
background-color: rgba(255, 255, 255, 0.7);
}
[id^="ays_finish_quiz_"] input[type=search]:focus,
[id^="ays_finish_quiz_"] input[type=tel]:focus,
[id^="ays_finish_quiz_"] input[type=time]:focus,
[id^="ays_finish_quiz_"] input[type=url]:focus,
[id^="ays_finish_quiz_"] input[type=password]:focus,
[id^="ays_finish_quiz_"] input[type=date]:focus,
[id^="ays_finish_quiz_"] input[type=datetime]:focus,
[id^="ays_finish_quiz_"] input[type=datetime-local]:focus,
[id^="ays_finish_quiz_"] input[type=email]:focus,
[id^="ays_finish_quiz_"] input[type=number]:focus, 
[id^="ays_finish_quiz_"] input[type="text"]:focus,
[id^="ays_finish_quiz_"] textarea:focus {
border-color: unset;
}
div.ays-quiz-container[id^="ays-quiz-container-"] input[type=button]:hover,
div.ays-quiz-container[id^="ays-quiz-container-"] input[type=search]:hover,
div.ays-quiz-container[id^="ays-quiz-container-"] input[type=tel]:hover,
div.ays-quiz-container[id^="ays-quiz-container-"] input[type=time]:hover,
div.ays-quiz-container[id^="ays-quiz-container-"] input[type=url]:hover,
div.ays-quiz-container[id^="ays-quiz-container-"] input[type=password]:hover,
div.ays-quiz-container[id^="ays-quiz-container-"] input[type=date]:hover,
div.ays-quiz-container[id^="ays-quiz-container-"] input[type=datetime]:hover,
div.ays-quiz-container[id^="ays-quiz-container-"] input[type=datetime-local]:hover,
div.ays-quiz-container[id^="ays-quiz-container-"] input[type=email]:hover,
div.ays-quiz-container[id^="ays-quiz-container-"] input[type=number]:hover, 
div.ays-quiz-container[id^="ays-quiz-container-"] input[type="text"]:hover,
div.ays-quiz-container[id^="ays-quiz-container-"] textarea:hover {
transform: unset; 
-o-transform: unset;
-moz-transform: unset;
-webkit-transform: unset; 
}
div.ays-quiz-container[id^="ays-quiz-container-"] .information_form label[for^="ays_form_field"] {
text-align: left;
display: block;
cursor: pointer;
} [id^="ays_finish_quiz_"] .action-button {
display: inline-block;
width: auto; font-weight: bold;
font-size: 17px; border: 0 none; cursor: pointer; margin: 10px 5px;
line-height: 1;
text-transform: initial;
max-width: 100%;
box-shadow: unset;
float: unset;
}
[id^="ays_finish_quiz_"] .action-button.start_button {
padding: 10px 20px;
margin: 10px auto;
display: block;
}
[id^="ays_finish_quiz_"] div.information_form .action-button {
padding: 10px 10px;
display: block;
}
[id^="ays_finish_quiz_"] .action-button.ays_finish {
margin: 10px 5px;
}
[id^="ays_finish_quiz_"] .action-button:disabled:hover,
[id^="ays_finish_quiz_"] .action-button:disabled:focus,
[id^="ays_finish_quiz_"] .action-button:disabled {
outline: none !important;
background-color: #aaa !important;
box-shadow: none !important;
text-decoration: none !important;
cursor: default !important;
} [id^="ays_finish_quiz_"] .ays-fs-title {
font-size: 21px;
text-transform: uppercase;
color: #2C3E50;
margin-bottom: 10px;
text-align: center;
}
[id^="ays_finish_quiz_"] .ays-fs-subtitle {
font-weight: normal;
font-size: 17px;
color: #666;
margin-bottom: 20px;
}
.ays-quiz-container .select2-container .select2-dropdown {
margin: 0;
max-width: unset;
}
.ays-quiz-container .select2-dropdown input.select2-search__field {
border-radius: 0px!important;
}
.ays-quiz-container .select2-container--default .select2-results__option--highlighted[aria-selected] {
color: #fff !important;
}
.ays-quiz-container .select2-container--default .select2-results__option[aria-selected="true"] {
background-color: #aaa;
}
.ays-quiz-container .select2-container--default .select2-results>.select2-results__options {
max-height: calc( 100vh / 3 );
margin: 0!important;
padding: 0!important;
}
[id^="ays_finish_quiz_"] .select2-container--default .select2-results__option::after
[id^="ays_finish_quiz_"] .select2-container--default .select2-results__option::before {
content: none !important;
}
.ays-quiz-container .select2-container--default .select2-results__option {
list-style-type: none !important;
text-align: left;
color: #000 !important;
margin: 0!important;
}
.ays-quiz-container .select2-container.select2-container--default.select2-container--open {
z-index: 99999;
}
.ays-quiz-container .select2-container.select2-container--default.select2-container--open .select2-dropdown--below{
animation: fadeInUp;
animation-duration: .3s !important;
max-width: unset;
}
.ays-quiz-container .select2-container--default .select2-selection--single .select2-selection__arrow{
display: inline-block;
height: 26px;
}
[id^="ays_finish_quiz_"] p.ays_message{
font-size: 20px;
}
[id^="ays_finish_quiz_"] p.ays_score.ays_score_percent{
font-size: 18px;
}
[id^="ays_finish_quiz_"] p.ays_score {
text-align: center;
} .ays-progress {
position: relative;
overflow: hidden;
}
.ays-progress-bar {
overflow: hidden;
width: 0%;
height: 100%;
position: absolute;
top: 0;
left: 0;
border-radius: 5px;
}
.ays-progress-value {
color: #333;
display: block;
font-size: 12px;
line-height: 15px;
white-space: nowrap;
background-color: transparent;
}
.ays-progress-bg {
position: relative;
height: 8px;
border-radius: 5px;
overflow: hidden;
}
.ays-progress-bar:after {
background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
-webkit-background-size: 40px 40px;
background-size: 40px 40px;
position: absolute;
content: '' !important;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
@keyframes ays_progress_bar {
0% {
background-position: 0 0;
}
100% {
background-position: -40px 0;
}
} .ays-progress.first {
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
-ms-border-radius: 10px 10px 10px 10px;
border-radius: 10px 10px 10px 10px;
margin-bottom: 10px;
padding: 0px;
background-color: #000;
border: 1px solid;
}
.ays-progress-bar.first {
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
-ms-border-radius: 10px 10px 10px 10px;
border-radius: 10px 10px 10px 10px; display: block;
height: 15px;
width: 0%;
margin: 0px;
padding: 0px;
background-color: #fff;
}
.ays-progress-bar.first::after {
content: none !important;
}
.ays-progress-value.first {
position:absolute;
z-index:1;
width:0;
height:100%;
text-align: center;
}
.ays-progress-bg.first {
height:15px;
background: transparent;
} .ays-progress.second {
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
-ms-border-radius: 0px;
border-radius: 0px;
margin-bottom: 10px;
padding: 0px;
background-color: #000;
border: 1px solid;
}
.ays-progress-bar.second {
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
-ms-border-radius: 0px;
border-radius: 0px; display: block;
height: 15px;
width: 0%;
margin: 0px;
padding: 0px;
background-color: #fff;
}
.ays-progress-bar.second::after {
content: none !important;
}
.ays-progress-value.second {
position:absolute;
z-index:1;
width:0;
height:100%;
font-size: 12px;
line-height: 15px !important;
white-space: nowrap;
background-color: transparent;
text-align: center;
}
.ays-progress-bg.second {
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
-ms-border-radius: 0px;
border-radius: 0px;
height:15px;
background: transparent;
} .ays-progress.third {
border-radius: 5px;
border: none;
}
.ays-progress-value.third {    
width:100%;
height:100%;
text-align: center;
}
.ays-progress-bg.third {
} .ays-progress.fourth {    
border-radius: 5px;
border: none;
}
.ays-progress-bar.fourth {    
border-radius: 0px;
}
.ays-progress-value.fourth {
position:absolute;
z-index:1;
width:100%;
height:100%;
text-align: center;
}
.ays-progress-bg.fourth {
height:15px;
}
.ays-progress-bar.fourth:after {
animation: ays_progress_bar linear infinite;
animation-duration: 0.8s !important;
} div.ays-quiz-container[id^="ays-quiz-container-"] .ays-quiz-social-shares{
margin: 15px 0;
text-align: center;
}
div.ays-quiz-container[id^="ays-quiz-container-"] .ays-quiz-share-btn-icon {
font-family: FontAwesome;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 14px;
}
.ays-share-btn-linkedin .ays-quiz-share-btn-icon:before {
content: "\f08c";
}
.ays-share-btn-facebook .ays-quiz-share-btn-icon:before {
content: "\f082";
}
.ays-share-btn-twitter .ays-quiz-share-btn-icon:before { }
.ays-share-btn-whatsapp .ays-quiz-share-btn-icon:before {
content: "\f232";
}
.ays-share-btn-email .ays-quiz-share-btn-icon:before {
content: "\e945";
}
.ays-share-btn-more .ays-quiz-share-btn-icon:before {
content: "\ea82";
}
.ays-share-btn-googleplus .ays-quiz-share-btn-icon:before {
content: "\ea88";
}
.ays-share-btn-github .ays-quiz-share-btn-icon:before {
content: "\eab4";
}
.ays-share-btn-tumblr .ays-quiz-share-btn-icon:before {
content: "\eabb";
}
.ays-share-btn-reddit .ays-quiz-share-btn-icon:before {
content: "\eac7";
}
.ays-share-btn-delicious .ays-quiz-share-btn-icon:before {
content: "\eacc";
}
.ays-share-btn-stumbleupon .ays-quiz-share-btn-icon:before {
content: "\eace";
}
.ays-share-btn-pinterest .ays-quiz-share-btn-icon:before {
content: "\ead0";
}
.ays-share-btn-vkontakte .ays-quiz-share-btn-icon:before {
content: "\f189";
}
.ays-share-btn-instagram .ays-quiz-share-btn-icon:before {
content:"\f16d";
}
.ays-share-btn-youtube .ays-quiz-share-btn-icon:before {
content:"\f16a";
}
.ays-share-btn-behance .ays-quiz-share-btn-icon:before {
content:"\f1b4";
}
.ays-share-btn,
.ays-share-btn * {
box-sizing: border-box;
}
.ays-share-btn,
.ays-share-btn *,
.ays-share-btn *:before,
.ays-share-btn *:after {
box-sizing: border-box;
}
.ays-quiz-container[id^="ays-quiz-container-"] .ays-share-btn {
position: relative;
display: inline-block;
height: 24px;
margin: 0;
margin-bottom: 5px;
padding: 2px 8px;
line-height: 1.53;
letter-spacing: .04em;
vertical-align: top;
font-size: 12px;
font-weight: bold;
font-family: "Helvetica Neue", Arial, sans-serif;
color: #111;
background: #e0e0e0;
border: 1px solid #c7c7c7;
border-radius: 2px;
text-decoration: none;
transition: all 0.2s ease;
}
.ays-share-btn:hover,
.ays-share-btn:focus {
background: #d3d3d3;
border-color: #bababa;
text-decoration: none;
color: #111;
}
.ays-share-btn:active {
background: #c7c7c7;
border-color: #adadad;
text-decoration: none;
color: #111;
}
.ays-share-btn-rounded { border-radius: 8px;
height: auto;
}
.ays-share-btn.ays-share-btn-sm {
height: 20px;
font-size: 10px;
padding: 0 8px;
line-height: 1.6;
}
.ays-share-btn.ays-share-btn-lg {
height: 28px;
font-size: 16px;
line-height: 1.4;
}
.ays-share-btn .ays-share-btn-text-sr {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
.ays-share-btn.ays-share-btn-branded {
color: #fff;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-twitter {
background: #000000;
border-color: #000000;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-twitter:hover,
.ays-share-btn.ays-share-btn-branded.ays-share-btn-twitter:focus {
background: #000000;
border-color: #000000;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-twitter:active {
background: #000000;
border-color: #000000;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-whatsapp {
background: #25D366;
border-color: #1ebe5b;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-whatsapp:hover,
.ays-share-btn.ays-share-btn-branded.ays-share-btn-whatsapp:focus {
background: #1ebe5b;
border-color: #18aa50;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-whatsapp:active {
background: #18aa50;
border-color: #149145;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-facebook {
background: #3b5998;
border-color: #344e86;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-facebook:hover,
.ays-share-btn.ays-share-btn-branded.ays-share-btn-facebook:focus {
background: #344e86;
border-color: #2d4373;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-facebook:active {
background: #2d4373;
border-color: #263961;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-vkontakte {
background: #486c91 !important;
border-color: #4b719a !important;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-vkontakte:hover,
.ays-share-btn.ays-share-btn-branded.ays-share-btn-vkontakte:focus {
background: #2a6098 !important;
border-color: #4b719a !important;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-vkontakte:active {
background: #4b719a !important;
border-color: #4b719a !important;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-instagram {
background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%) !important;
border-color: #8d3bbf !important;
border: 0;
display: inline-block;
padding-top: 0;
padding-bottom: 0;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-instagram:hover,
.ays-share-btn.ays-share-btn-branded.ays-share-btn-instagram:focus {
background: radial-gradient(circle at 30% 107%, #fff37b 0%, #f5e96a 5%, #f83926 45%,#d61299 60%,#0e48f0 90%) !important;
border-color: #8d3bbf !important;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-instagram:active {
background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%) !important;
border-color: #8d3bbf !important;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-instagram .ays-quiz-share-btn-icon {
line-height: 24px;
padding: 0;
margin: 0;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-youtube {
background: #fff !important;
border-color: #fff !important;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-youtube:hover,
.ays-share-btn.ays-share-btn-branded.ays-share-btn-youtube:focus {
background: #ffffffd1 !important;
border-color: #ffffffd1 !important;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-youtube:active {
background: #ffffffd1 !important;
border-color: #ffffffd1 !important;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-youtube .ays-quiz-share-btn-icon {
color: #FF0000;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-behance {
background: #000B1D !important;
border-color: #000B1D !important;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-behance:hover,
.ays-share-btn.ays-share-btn-branded.ays-share-btn-behance:focus {
background: #000206 !important;
border-color: #000206 !important;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-behance:active {
background: #000206 !important;
border-color: #000206 !important;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-googleplus {
background: #dd4b39;
color: #fff;
border-color: #d73925;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-googleplus:hover,
.ays-share-btn.ays-share-btn-branded.ays-share-btn-googleplus:focus {
background: #d73925;
border-color: #c23321;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-googleplus:active {
background: #c23321;
border-color: #ac2d1e;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-tumblr {
background: #35465c;
color: #fff;
border-color: #2c3a4c;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-tumblr:hover,
.ays-share-btn.ays-share-btn-branded.ays-share-btn-tumblr:focus {
background: #2c3a4c;
border-color: #222d3c;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-tumblr:active {
background: #222d3c;
border-color: #19212b;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-reddit {
background: #ff4500;
color: #fff;
border-color: #e63e00;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-reddit:hover,
.ays-share-btn.ays-share-btn-branded.ays-share-btn-reddit:focus {
background: #e63e00;
border-color: #cc3700;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-reddit:active {
background: #cc3700;
border-color: #b33000;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-linkedin {
background: #0976b4;
color: #fff;
border-color: #08669c;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-linkedin:hover,
.ays-share-btn.ays-share-btn-branded.ays-share-btn-linkedin:focus {
background: #08669c;
border-color: #075683;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-linkedin:active {
background: #075683;
border-color: #05466b;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-delicious {
background: #3399ff;
color: #fff;
border-color: #198cff;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-delicious:hover,
.ays-share-btn.ays-share-btn-branded.ays-share-btn-delicious:focus {
background: #198cff;
border-color: #007fff;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-delicious:active {
background: #007fff;
border-color: #0073e5;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-stumbleupon {
background: #eb4924;
color: #fff;
border-color: #e13b15;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-stumbleupon:hover,
.ays-share-btn.ays-share-btn-branded.ays-share-btn-stumbleupon:focus {
background: #e13b15;
border-color: #ca3412;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-stumbleupon:active {
background: #ca3412;
border-color: #b22e10;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-pinterest {
background: #cc2127;
color: #fff;
border-color: #b61d23;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-pinterest:hover,
.ays-share-btn.ays-share-btn-branded.ays-share-btn-pinterest:focus {
background: #b61d23;
border-color: #a01a1f;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-pinterest:active {
background: #a01a1f;
border-color: #8a161a;
}
.ays-share-btn.ays-share-btn-inverse {
color: #eeeeee;
background: #1f1f1f;
border-color: #050505;
}
.ays-share-btn.ays-share-btn-inverse:hover,
.ays-share-btn.ays-share-btn-inverse:focus {
background: #121212;
border-color: #000000;
color: #eeeeee;
}
.ays-share-btn.ays-share-btn-inverse:active {
background: #050505;
border-color: #000000;
color: #eeeeee;
}
.ays-share-btn.ays-share-btn-twitter .ays-quiz-share-btn-icon,
.ays-share-btn.ays-share-btn-whatsapp .ays-quiz-share-btn-icon,
.ays-share-btn.ays-share-btn-googleplus .ays-quiz-share-btn-icon,
.ays-share-btn.ays-share-btn-tumblr .ays-quiz-share-btn-icon,
.ays-share-btn.ays-share-btn-linkedin .ays-quiz-share-btn-icon,
.ays-share-btn.ays-share-btn-pinterest .ays-quiz-share-btn-icon,
.ays-share-btn.ays-share-btn-stumbleupon .ays-quiz-share-btn-icon,
.ays-share-btn.ays-share-btn-delicious .ays-quiz-share-btn-icon,
.ays-share-btn.ays-share-btn-more .ays-quiz-share-btn-icon {
position: relative;
top: 1px;
}
@-moz-document url-prefix() {
.ays-share-btn.ays-share-btn-twitter .ays-quiz-share-btn-icon,
.ays-share-btn.ays-share-btn-whatsapp .ays-quiz-share-btn-icon,
.ays-share-btn.ays-share-btn-googleplus .ays-quiz-share-btn-icon,
.ays-share-btn.ays-share-btn-tumblr .ays-quiz-share-btn-icon,
.ays-share-btn.ays-share-btn-linkedin .ays-quiz-share-btn-icon,
.ays-share-btn.ays-share-btn-pinterest .ays-quiz-share-btn-icon,
.ays-share-btn.ays-share-btn-stumbleupon .ays-quiz-share-btn-icon,
.ays-share-btn.ays-share-btn-delicious .ays-quiz-share-btn-icon,
.ays-share-btn.ays-share-btn-more .ays-quiz-share-btn-icon {
top: 0;
}
}
.ays-share-btn.ays-share-btn-more.ays-share-btn-lg .ays-quiz-share-btn-icon {
top: 2px;
}
.ays-share-btn .ays-share-btn-text {
padding-left: 2px;
}
.ays-question-counter{
position: absolute;
right: 8px;
top: 0px;
color: rgba(0,0,0,.6);
margin: 1em 0;
}
.ays-answer-image:hover{
cursor: pointer;
}
.ays_answer_select_image,
.ays-answer-image {
width: 100px;
height: auto;
min-width: 150px;
object-fit: contain;
object-position: center center;
}
.ays-quiz-container .select2-results__options .select2-results__option span {
display: flex;
align-items: center;
word-wrap: break-word;
}
.ays-quiz-container .select2-results__options .select2-results__option .ays_answer_select_image {
width: 150px;
height: 100px;
display: inline-block;
margin-right: 15px;
}
.ays_feedback_button_div,
.ays_buttons_div{
display: flex;
justify-content: center;
margin-top: 15px;
margin-bottom: 15px;
flex-wrap: wrap;
}
.ays_buttons_div input{ }
.ays-quiz-container .ays_display_none {
display: none !important;
}
.active-step{
-webkit-transform: scale(1) !important;
-moz-transform: scale(1) !important;
-ms-transform: scale(1) !important;
-o-transform: scale(1) !important;
transform: scale(1) !important;
}
.ays_red_border{
border-color:red !important;
}
.ays_green_border{
border-color:green !important;
}
.ays_arrow{
background: none !important;
font-size: 40px !important;
}
.ays_arrow:hover{
box-shadow:none !important;
transform: scale(1.1);
}
@keyframes bar-fill {
0% {
width: 0;
}
}
@-webkit-keyframes bar-fill {
0% {
width: 0;
}
}
@-moz-keyframes bar-fill {
0% {
width: 0;
}
}
@-o-keyframes bar-fill {
0% {
width: 0;
}
}
.ays-field.ays_list_view_item input+label.answered::after,
.ays-field.ays_grid_view_item label.answered::after{
content: '';
display: inline-block;
width: 30px;
height: auto; vertical-align: middle;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
margin-left: 5px;
position: unset;
}
.ays-field input~label.answered.correct::after{
content: url(//www.silvlife.de/wp-content/plugins/quiz-maker/public/images/correct.png);
}
.ays_quiz_results .ays-field input~label.ays_answer_image.answered.correct::after {
content: none;
}
.ays-field input~label.answered.wrong::after{
content: url(//www.silvlife.de/wp-content/plugins/quiz-maker/public/images/wrong.png);
}
.ays-field label.answered {
position: relative;
}
.ays-field label.answered.correct:last-of-type::after,
.ays-field label.answered.wrong:last-of-type::after{
position: absolute;
}
.ays-field input~label.ays_without_after_content.answered::after {
content: none;
}
.ays-field.ays_grid_view_item input:checked~label.answered.wrong:before,
.ays-field.ays_list_view_item input:checked~label.answered.wrong:before {
border-color: #cc3700!important;
background: #cc3700!important;
background-clip: content-box!important;
}
.ays-field.ays_grid_view_item input:checked~label.answered.correct:before,
.ays-field.ays_list_view_item input:checked~label.answered.correct:before {
border-color: #27ae60!important;
background: #27ae60!important;
background-clip: content-box!important;
}
.ays-field label.ays_position_initial,
.ays-field.ays_list_view_item input+label {
position: initial !important;
}
.ays_quiz_rect_light .ays-field.ays_list_view_item label[for^="ays-answer"]:last-of-type::before,
.ays_quiz_rect_dark .ays-field.ays_list_view_item label[for^="ays-answer"]:last-of-type::before,
.ays-field.ays_list_view_item label[for^="ays-answer"]:last-of-type::before {
content: none!important;
}
.ays-field input:checked+label.answered.correct:before{
background-color: #1cbf8b;
}
.ays_question_result{
pointer-events: none;
opacity: 1 !important;
display: flex !important;
position:static !important;
min-height: 0 !important;
transform: scale(1) !important;
}
.ays-quiz-container .ays-loader{
display: none;
}
.ays-quiz-container div[data-role="loader"] {
display: block !important;
margin: 0 auto;
}
.lds-ellipsis {
display: inline-block;
position: relative;
width: 64px;
height: 64px;
}
.lds-ellipsis div {
position: absolute;
top: 27px;
width: 11px;
height: 11px;
border-radius: 50%;
animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
left: 6px;
animation: lds-ellipsis1 infinite;
animation-duration: 0.6s !important;
}
.lds-ellipsis div:nth-child(2) {
left: 6px;
animation: lds-ellipsis2 infinite;
animation-duration: 0.6s !important;
}
.lds-ellipsis div:nth-child(3) {
left: 26px;
animation: lds-ellipsis2 infinite;
animation-duration: 0.6s !important;
}
.lds-ellipsis div:nth-child(4) {
left: 45px;
animation: lds-ellipsis3 infinite;
animation-duration: 0.6s !important;
}
.ays_grid_view_container {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: flex-start;
}
.ays_grid_view_item{
width: calc(50% - 5px);
}
.ays_grid_view_item:nth-child(odd) {
margin-right: 5px;
}
.ays-quiz-redirection-timer,
.ays-quiz-timer {
margin: 0 !important;
}
.ays-quiz-after-timer {
display: none;
margin: 0 !important;
}
.ays-quiz-question-waiting-time-box{
position: absolute;
margin-left: auto;
margin-right: auto;
top: 10px;
left: 0;
right: 0;
text-align: center;
}
.ays_question_hint_container {
position: absolute;
top: 10px;
left: 10px;
}
.ays_question_hint_container .ays_question_hint {
font-size: 20px;
cursor: pointer;
}
.ays_question_hint_container .ays_question_hint_text {
visibility: hidden;
max-width: 270px;
width: max-content; text-align: center;
border-radius: 6px;
padding: 5px 0;
position: absolute;
z-index: 999;
top: 0;
left: unset;
margin-left: 15px;
opacity: 0;
box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
transition: opacity 0.5s;
}
.ays_question_hint_container .ays_question_hint_text.show_hint {
visibility: visible;
opacity: 1;
z-index: 1000;
} .ays_question_result .ays_question_hint{
display: none;
}
.ays_average{
display: none;
text-align: center;
}
.ays_quiz_form_input{
display: block !important;
}
.ays-quiz-container *:after{
content: none;
}
.ays-quiz-container .ays-image-question-img img{
width:100%;
margin: 0 auto;
max-width:100%;
}
.ays-quiz-container .ays-field label:last-child {
overflow: hidden;
}
.ays-quiz-container .ays-field label:empty{
display: none;
}
.ays-quiz-container .ays-field input ~ label[for^="ays-answer"]:empty{
display: none !important;
padding: 0px !important;
}
.ays-quiz-container .ays-field input ~ label[for^="ays-answer"].ays_empty_before_content::before,
.ays-quiz-container .ays-field input:checked ~ label[for^="ays-answer"].ays_empty_before_content::before {
content: none !important;
}
.ays-field label.ays_answer_image {
overflow: hidden;
border-radius: 0;
margin: 0;
padding: 0;
line-height: 0 !important;
}
.ays-quiz-container{
max-width: 100%;
}
.ays_empty_before_content:before{
content: none !important;
}
.ays_score_display_none{
display:none;
}
.ays-quiz-container .disable_social_buttons{
display: none;
}
.ays-quiz-container .ays_quiz_image{
max-width: 100%;
margin: auto;
}
.ays-form-title{
margin-bottom: 20px;
font-size: 20px;
}
.ays-quiz-container .ays-field.ays-select-field {
padding: 0;
width: 100% !important;
position: relative;
}
.ays-quiz-container .ays-field.ays-text-field {
padding: 5px;
width: 100% !important;
display: flex;
flex-wrap: nowrap !important;
flex-direction: row !important;
margin-bottom: 20px;
align-items: stretch;
}
.ays-quiz-container .ays-field.ays-text-field textarea.ays-text-input{
padding: 10px;
margin: 5px;
text-indent: 10px;
outline: 0;
transition: .8s ease;
height: 100px;
resize: none;
color: #000 !important;
background-color: #fff;
min-height: 100px;
background-image: unset;
}
.ays-quiz-container .ays-field.ays-text-field input.ays-text-input[type="text"],
.ays-quiz-container .ays-field.ays-text-field input.ays-text-input[type="number"] {
padding: 10px;
margin: 5px;
text-indent: 10px;
outline: 0;
transition: .8s ease;
color: #000 !important;
background-color: #fff;
background-image: unset;
}
.ays-quiz-container .ays-field.ays-text-field input.ays-text-input ~ button.ays_check_answer {
margin-right: 0 !important;
}
.ays-quiz-container .ays-field.ays-text-field input.ays-text-input{
padding: 10px;  margin-bottom: 0;
text-indent: 10px;
outline: 0;
transition: .8s ease;
color: #000 !important;
background-image: unset;
max-width: 100%;
margin-top: 0;
margin: 0;
}
.ays-quiz-container .ays-quiz-answers div.ays-text-right-answer {
display: none;
width: 100%;
border: 1px solid #ccc;
padding: 10px;
border-radius: 4px;
color: #ddd;
background: rgba(39,174,96,0.5);
}
.ays_quiz_question {
word-wrap: break-word;
}
.ays-quiz-container .ays-field.ays-text-field textarea.ays-text-input ~ button.ays_check_answer {
margin: 5px !important;
margin-left: 0 !important;
}
.ays-quiz-container .ays-field.ays-text-field input.ays-text-input[type="text"] ~ button.ays_check_answer,
.ays-quiz-container .ays-field.ays-text-field input.ays-text-input[type="number"] ~ button.ays_check_answer {
margin: 5px !important;
margin-left: 0 !important;
}
.ays-quiz-container .ays-field.ays-text-field button.ays_check_answer{
margin: 0 !important;
margin-right: 5px !important;
margin-left: 5px !important;
width: auto !important;
}
.ays-live-bar-wrap {
box-sizing: border-box;
position: absolute;
height: 15px;
top: -15px;
border: none;
width: 100%;
background-color: transparent;
display: none;
}
.ays-live-bar-fill{
height: 100%;
border-bottom: 2px solid rgb(0, 0, 0);
}
.ays-live-bar-fill>span {
line-height: 15px !important;
white-space: nowrap;
}
.ays-live-bar-fill span {
text-align: right;
display: block;
height: 100%;
color: inherit;
font-size: 11px;
} div.ays-live-second-wrap{
background-color: black;
}
div.ays-live-second{
border-bottom: unset !important;
}
div.ays-live-third-wrap{
background-color: black;
}
div.ays-live-third{
border-bottom: unset !important;
border-radius: inherit;
}
div.ays-live-third::after {
content: "";
background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent) !important;
background-size: 40px 40px;
width: inherit;
height: 100%;
position: absolute;
top: 0;
left: 0;
}
@keyframes ays_progress_live_bar {
0% {
background-position: 0 0;
}
100% {
background-position: -40px 0;
}
}
div.ays-live-fourth-wrap{
background-color: black;
}
div.ays-live-fourth{
border-bottom: unset !important;
border-radius: inherit;
}
div.ays-live-fourth::before {
content: "";
background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent) !important;
background-size: 40px 40px;
width: inherit;
height: 100%;
position: absolute;
top: 0;
left: 0;
animation: ays_progress_live_bar linear infinite;
animation-duration: 0.8s;
} .ays_quiz_reports {
display: flex;
position: absolute;
bottom: 0;
justify-content: space-between;
align-items: stretch;
left: 0;
width: 100%;
}
.ays_quiz_reports .ays_quiz_rete_avg {
display: flex;
justify-content: flex-start;
align-items: center;
flex-wrap: wrap;
width: 80%;
position: relative;
bottom: unset;
left: unset;
padding: 5px 8px;
border-radius: 0px; 
font-size: 12px;
font-weight: 600;
line-height: 1rem;
}
.ays_quiz_reports .ays_quiz_rete_avg span {
display: inline-block;
}
.ays_quiz_reports .ays_quizn_ancnoxneri_qanak i {
margin-right: 4px;
font-style: initial !important;
}
.ays_quiz_reports .ays_quizn_ancnoxneri_qanak {
display: flex;
justify-content: flex-end;
align-items: center;
position: relative; 
bottom: unset; 
right: unset; 
padding: 5px 20px; 
border-radius: 0px; 
font-weight: bold;
font-size: 14px;
width: 20%;
text-align: right;
padding: 5px 8px;
}
.ays_quizn_ancnoxneri_qanak i {
font-style: initial !important;
}
.ays_quizn_ancnoxneri_qanak {
display: block;
position: absolute;
bottom: 0;
right: 0;
padding: 5px 20px;
border-radius: 4px 0px 0px 0px;
font-weight: bold
}
.ays_quiz_rete_avg i.icon {
font-size: 12px;
}
.ays_quiz_rete_avg {
display: block;
justify-content: flex-start;
align-items: center;
flex-wrap: wrap;
width: fit-content;
position: absolute;
bottom: 0;
left: 0;
padding: 5px 8px;
border-radius: 0px 4px 0px 0px;
font-size: 12px;
font-weight: 600;
line-height: 1rem;
}
div.ays-quiz-container[id^="ays-quiz-container-"] .ays_quiz_rete {
display: none;
margin-bottom: 10px;
padding: 0px;
padding-top: 15px;
font-size: 12px;
font-weight: 600;
text-align: center;
}
.ays_quiz_results_page .ays_quiz_rete .for_quiz_rate.ui.huge.rating{
font-size: 23px;
}
.ays_quiz_rete p {
text-align: center;
}
.ays_quiz_rete .for_quiz_rate {
margin-bottom: 15px;
}
.ays_quiz_rete .for_quiz_rate_reason {
display: none;
margin-bottom: 20px;
}
.ays_quiz_rete .for_quiz_rate_reason textarea.quiz_rate_reason {
width: 100%;
height: 150px;
resize: vertical;
background-color: #fff;
padding: 15px;
}
.ays_quiz_rete .for_quiz_rate_reason .ays_feedback_button_div {
justify-content: flex-end;
margin: 0;
}
.ays_quiz_rete .for_quiz_rate_reason .ays_feedback_button_div .action-button{
max-width: fit-content;
height: 40px;
margin: 0;
}
.ays_quiz_rete .quiz_rate_more_review,
.ays_quiz_rete .quiz_rate_reasons_container {
display: none;
}
.ays_quiz_rete .quiz_rate_reasons_container .quiz_rate_reasons {
margin-bottom: 15px;
}
.ays_quiz_rete .quiz_rate_reasons_container .quiz_rate_reasons blockquote {
text-align: left;
}
.ays_quiz_rete .ays-quiz-rate-link-box .ays-quiz-rate-link {
cursor: pointer;
}
div.ays-quiz-container[id^="ays-quiz-container-"] .ays_quiz_rete .ays-quiz-rate-link-box {
text-align: center;
}
@keyframes lds-ellipsis1 {
0% {
transform: scale(0);
}
100% {
transform: scale(1);
}
}
@keyframes lds-ellipsis3 {
0% {
transform: scale(1);
}
100% {
transform: scale(0);
}
}
@keyframes lds-ellipsis2 {
0% {
transform: translate(0, 0);
}
100% {
transform: translate(19px, 0);
}
} .ays_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;
font-family: FontAwesome !important;
}
.ays_fa_flag_checkered::before {
content: "\f11e";
font-weight: 900;
}
.ays_fa_arrow_left::before {
content: "\f060";
font-weight: 900;
}
.ays_fa_arrow_right::before {
content: "\f061";
font-weight: 900;
}
.ays_fa_info_circle::before {
content: "\f05a";
font-weight: 900;
}
.ays_fa_chevron_up::before {
content: "\f077";
font-weight: 900;
}
.ays_fa_chevron_down::before {
content: "\f078";
font-weight: 900;
}
.ays_fa_eye::before {
content: '\f06e';
font-weight: 400;
}
.ays_fa_users::before {
content: '\f0c0';
font-weight: 400;
}
.ays_fa_square_o::before {
content: "\f096";
font-weight: 900;
}
.ays_fa_check_square_o::before {
content: "\f046";
font-weight: 900;
}
.ays_fa_star::before {
content: "\f005";
font-weight: 400;
}
.ays_fa_star_o::before {
content: "\f006";
font-weight: 400;
}
.ays_fa_user::before {
content: "\f007";
font-weight: 400;
}
.ays_fa_clock_o::before {
content: "\f017";
font-weight: 400;
}
.ays_fa_undo::before {
content: "\f0e2";
font-weight: 400;
}
.ays_fa_volume_up::before {
content: "\f028";
font-weight: 400;
}
.ays_fa_volume_off::before {
content: "\f026";
font-weight: 400;
}
.ays_fa_sign_out::before {
content: "\f08b";
font-weight: 400;
}
.ays_fa_eraser::before {
content: "\f12d";
font-weight: 400;
}
.ays_fa_music::before {
content: "\f001";
font-weight: 400;
}
.ays_fa_linkedin_square::before {
content: "\f08c";
font-weight: 400;
}
.ays_fa_twitter_square::before {
content: "\f081";
font-weight: 400;
}
.ays_fa_facebook_square::before {
content: "\f082";
font-weight: 400;
}
.ays_fa_long_arrow_left::before {
content: "\f177";
font-weight: 400;
}
.ays_fa_long_arrow_right::before {
content: "\f178";
font-weight: 400;
}
.ays_fa_arrow_circle_o_left::before {
content: "\f190";
font-weight: 400;
}
.ays_fa_arrow_circle_o_right::before {
content: "\f18e";
font-weight: 400;
}
.ays_fa_arrow_circle_left::before {
content: "\f0a8";
font-weight: 400;
}
.ays_fa_arrow_circle_right::before {
content: "\f0a9";
font-weight: 400;
}
.ays_fa_check::before {
content: "\f00c";
}
.ays_fa_times::before {
content: "\f00d";
}
.logged_in_message{
padding: 15px;
}
.ays_quiz_results {
display: none;
}
.ays-quiz-container .rate_comment_row * {
box-sizing: border-box;
}
.ays-quiz-container .rate_comment_row {
display: flex;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.ays-quiz-container .rate_comment_row.row_reverse {
flex-direction: row-reverse;
}
.ays-quiz-container .rate_comment_row .rate_comment_user {
width: 25%;
}
.ays-quiz-container .rate_comment_row .rate_comment {
width: fit-content;
max-width: 75%;
}
.ays-quiz-container .rate_comment_row .rate_comment_user,
.ays-quiz-container .rate_comment_row .rate_comment {
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
.ays-quiz-container .rate_comment_row .thumbnail {
padding: 4px;
display: block;
line-height: 1.42857143;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 4px;
-webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.ays-quiz-container .rate_comment_row .img-responsive,
.ays-quiz-container .rate_comment_row .thumbnail>img,
.ays-quiz-container .rate_comment_row .thumbnail a>img {
display: block;
width: 100%;
max-width: 100%;
height: auto;
}
.ays-quiz-container .rate_comment_row .panel {
position:relative;
background-color: #fff;
border: 1px solid transparent;
border-radius: 4px;
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
box-shadow: 0 1px 1px rgba(0,0,0,.05);
text-align: left !important;
}
.ays-quiz-container .rate_comment_row .panel-default {
border-color: #ddd;
}
.ays-quiz-container .rate_comment_row .panel>.panel-heading:after,
.ays-quiz-container .rate_comment_row .panel>.panel-heading:before{
position:absolute;
top:11px;left:-16px;
right:100%;
width:0;
height:0;
display:block;
content:" ";
border-color:transparent;
border-style:solid solid outset;
pointer-events:none;
}
.ays-quiz-container .rate_comment_row.row_reverse .panel>.panel-heading:after,
.ays-quiz-container .rate_comment_row.row_reverse .panel>.panel-heading:before{
right:-16px;
left:100%;
}
.ays-quiz-container .rate_comment_row .panel>.panel-heading:after{
border-width:7px;
border-right-color:#f7f7f7;
margin-top:1px;
margin-left:2px;
}
.ays-quiz-container .rate_comment_row .panel>.panel-heading:before{
border-right-color:#ddd;
border-width:8px;
}
.ays-quiz-container .rate_comment_row.row_reverse .panel>.panel-heading:after{
border-width: 7px;
border-left-color: #f7f7f7;
margin-top: 1px;
margin-left: 0;
margin-right: 2px;
border-right: none
}
.ays-quiz-container .rate_comment_row.row_reverse .panel>.panel-heading:before{
border-left-color: #ddd;
border-width: 8px;
border-right: none;
}
.ays-quiz-container .rate_comment_row .panel>.panel-body {
padding: 15px;
}
.ays-quiz-container .rate_comment_row .panel>.panel-heading {
color: #333;
background-color: #f5f5f5;
border-color: #ddd;
border-width:8px;
padding: 10px 15px;
border-bottom: 1px solid transparent;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.lds-spinner2-none,
.lds-spinner-none {
display: none;
}
.lds-spinner2,
.lds-spinner {
display: inline-block;
position: relative;
width: 64px;
height: 64px;
transform: scale(0.5);
}
.lds-spinner2 div,
.lds-spinner div {
transform-origin: 32px 32px;
animation: lds-spinner linear infinite;
animation-duration: 1.2s !important;
}
.lds-spinner2 div:after,
.lds-spinner div:after {
content: " ";
display: block;
position: absolute;
top: 3px;
left: 29px;
width: 5px;
height: 14px;
border-radius: 20%;
}
.lds-spinner2 div:nth-child(1),
.lds-spinner div:nth-child(1) {
transform: rotate(0deg);
animation-delay: -1.1s;
}
.lds-spinner2 div:nth-child(2),
.lds-spinner div:nth-child(2) {
transform: rotate(30deg);
animation-delay: -1s;
}
.lds-spinner2 div:nth-child(3),
.lds-spinner div:nth-child(3) {
transform: rotate(60deg);
animation-delay: -0.9s;
}
.lds-spinner2 div:nth-child(4),
.lds-spinner div:nth-child(4) {
transform: rotate(90deg);
animation-delay: -0.8s;
}
.lds-spinner2 div:nth-child(5),
.lds-spinner div:nth-child(5) {
transform: rotate(120deg);
animation-delay: -0.7s;
}
.lds-spinner2 div:nth-child(6),
.lds-spinner div:nth-child(6) {
transform: rotate(150deg);
animation-delay: -0.6s;
}
.lds-spinner2 div:nth-child(7),
.lds-spinner div:nth-child(7) {
transform: rotate(180deg);
animation-delay: -0.5s;
}
.lds-spinner2 div:nth-child(8),
.lds-spinner div:nth-child(8) {
transform: rotate(210deg);
animation-delay: -0.4s;
}
.lds-spinner2 div:nth-child(9),
.lds-spinner div:nth-child(9) {
transform: rotate(240deg);
animation-delay: -0.3s;
}
.lds-spinner2 div:nth-child(10),
.lds-spinner div:nth-child(10) {
transform: rotate(270deg);
animation-delay: -0.2s;
}
.lds-spinner2 div:nth-child(11),
.lds-spinner div:nth-child(11) {
transform: rotate(300deg);
animation-delay: -0.1s;
}
.lds-spinner2 div:nth-child(12),
.lds-spinner div:nth-child(12) {
transform: rotate(330deg);
animation-delay: 0s;
}
@keyframes lds-spinner {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.ays_paypal_div {
padding: 100px 0;
}
.ays_paypal_div > div {
margin: auto;
width: 200px;
}
.ays_restart_button_p {
display: flex;
justify-content: center;
align-items: center;
padding: 0;
flex-wrap: wrap;
text-align: center;
margin: 0 !important;
}
.action-button.ays_restart_button { max-width: 100%;
padding: 10px 20px;
}
a.action-button.ays_restart_button {
margin: 0 5px;
}
.action-button.ays_restart_button span {
margin-left: 7px;
}
div.ays_quiz_results_page {
display: none;
}
div.ays_quiz_results_page img {
margin: 0;
}
.ays_user_explanation {
margin-top: 5px;
padding-top: 15px;
}
.ays_user_explanation textarea {
resize: vertical;
height: 120px;
transition: .5s ease;
}
.ays_user_explanation textarea::placeholder {
font-size: 14px;
}
.ays_questtion_explanation,
.wrong_answer_text,
.right_answer_text {
text-align: initial;
}
.ays_animated_x5ms {
-webkit-animation-duration: .5s !important;
animation-duration: .5s !important;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.ays_animated_x1s {
-webkit-animation-duration: 1s !important;
animation-duration: 1s !important;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
} .ays_user_explanation {
margin-top: 5px;
padding-top: 15px;
}
.ays_user_explanation textarea {
resize: vertical;
height: 120px;
transition: .5s ease;
}
.ays_user_explanation textarea::placeholder {
font-size: 14px;
} .ays_music_sound {
display: block;
cursor: pointer;
position: absolute;
top: 0;
right: 0;
left: 0;
margin: auto;
z-index: 998;
width: 35px;
margin: auto !important;
padding: 5px;
}
.ays_music_sound.z_index_0 {
z-index: 0;
}
.ays_music_sound > i {
font-size: 20px;
vertical-align: middle;
}
.ays_music_sound.ays_sound_with_timer{    
margin-top: 35px !important;
} fieldset.ays_fieldset {
border: 1px solid #e3939394;
padding: 5px;
background-color: transparent !important;
word-break: break-all;
}
fieldset.ays_fieldset legend {
font-size: 12px;
padding: 0 7px;
color: #f00;
margin: 0 auto;
display: block;
text-align: center;
border-top: 1px solid #e3939394;
border-bottom: 1px solid #e3939394;
margin-bottom: 10px;
background-color: transparent !important;
}
fieldset.ays_fieldset .ays_quiz_question .wp-video {
width: 100%;
max-height: 100%;
}
[id^="ays-quiz-container-"] fieldset.ays_fieldset .wp-video {
width: 100% !important;
max-width: 100% !important;
} .ays_cb_and_a {
position: relative;
top: -40px;
width: 100%;
text-align: center;
font-size: 12px;
}
.ays_cb_and_a span,
.ays_cb_and_a strong {
margin-right: 7px;
}
.ays_cb_and_a img {
display: inline-block !important;
width: 15px !important;
height: 15px !important;
object-fit: cover;
object-position: center center;
border-radius: 50%;
border: 1px solid #aaa;
margin-right: 3px;
margin-left: 5px;
vertical-align: text-top;
} .ays-quiz-question-with-bg {
background-repeat: no-repeat;
background-position: center center;
-webkit-background-size: cover;
background-size: cover;
} [id^="ays-quiz-container-"] .ays_quiz_login_form input#ays-submit {
display: inline-block;
width:auto; font-weight: bold;
color: white;
border: 0 none;
border-radius: 1px;
cursor: pointer;
padding: 5px 10px;
margin: 10px 5px;
line-height: 1;
white-space: break-spaces;
}
.ays_quiz_login_form label {
display: block;
}
.wrong_shortcode_text::first-letter {
color: red !important;
background-color: transparent !important;
font-size: inherit !important;
font-weight: inherit !important;
float: none !important;
line-height: inherit !important;
margin: 0 !important;
padding: 0 !important;
}
.ays-quiz-container .ays-field.ays-text-field textarea.ays-text-input::-webkit-input-placeholder,
.ays-quiz-container .ays-field.ays-text-field textarea.ays-text-input:-moz-placeholder, .ays-quiz-container .ays-field.ays-text-field textarea.ays-text-input::-moz-placeholder, .ays-quiz-container .ays-field.ays-text-field textarea.ays-text-input:-ms-input-placeholder,
.ays-quiz-container .ays-field.ays-text-field textarea.ays-text-input::placeholder {
color: #ccc !important;  
}
.ays-quiz-container .mejs-container {
width: 100% !important;
} .ays-quiz-container .mejs-container.mejs-video {
min-height: 220px !important;
}
.ays-quiz-container .mejs-container.mejs-audio {
min-height: 40px !important;
}
[id^="ays-quiz-container-"] .mejs-container .mejs-inner .mejs-controls .mejs-time {
height: 22px;
overflow: hidden;
padding: 16px 6px 0;
text-align: center;
width: auto;
margin: 0;
} .ays_quiz_display_none_important{
display: none !important;
}
.ays-has-error {
border-width: 1px !important;
border-style: solid !important;
border-color: #d93025 !important;
}
.ays-quiz-question-validation-error {
font-family: Roboto, Arial, sans-serif;
font-size: 12px;
font-weight: 400;
letter-spacing: .3px;
line-height: 16px;
color: #d93025;
padding-bottom: 10px;
display: none;
}
.ays-has-error .ays-quiz-question-validation-error {
-webkit-box-align: center;
box-align: center;
-webkit-align-items: center;
align-items: center;
display: -webkit-box;
display: -webkit-flex;
display: flex;
}
.ays-has-error .ays-quiz-question-validation-error img {
margin-right: 12px;
}
img.ays-loader-custom-gif-content{ margin: auto;
}
.ays_quiz_question_text_message{
text-align: left;
font-size: 12px;
}
.ays_quiz_question_text_error_message {
color: #ff0000;
} .ays-quiz-container .ays-quiz-start-button-preloader{
position: relative;
}
.ays-quiz-container .ays_quiz_start_button_loader{
position: absolute;
margin-left: auto;
margin-right: auto;
width: 30px;
top: 4px;
left: 0;
right: 0;
text-align: center;
cursor: wait;
}
.ays-quiz-container .ays_next.start_button.ays_quiz_enable_loader{
color: #a0a5aa!important;
background: grey!important;
border-color: #ddd!important;
box-shadow: none!important;
text-shadow: none!important;
padding: 10px 20px !important;
border: none;
opacity: 0.5;
cursor: wait;
} div.ays_quiz_maker_block_select select.components-select-control__input {
width: 100%;
max-width: 100%;
padding: 0;
}
.ays-individual-quiz-all-results-container,
.ays-quiz-all-results-container {
overflow: auto;
}
.ays-individual-quiz-all-results-container .dataTables_wrapper .dataTables_filter,
.ays-quiz-all-results-container .dataTables_wrapper .dataTables_filter{
padding-right: 10px;
}
.ays-individual-quiz-all-results-container .dataTables_wrapper .dataTables_filter input,
.ays-quiz-all-results-container .dataTables_wrapper .dataTables_filter input {
margin: 0;
}
.ays-quiz-display-questions-container .ays-quiz-display-question-box {
border-bottom: 0.5px solid #848688;
}
.ays-quiz-all-results-container .ays-quiz-status-column .ays-quiz-score-column-check {
color: green;
font-weight: 900;
}
.ays-quiz-all-results-container .ays-quiz-status-column .ays-quiz-score-column-times {
color: brown;
font-weight: 900;
}
.ays-quiz-all-results-container .ays-quiz-status-column .ays_fa_check {
color: green;
font-size: 18px;
}
.ays-quiz-all-results-container .ays-quiz-status-column .ays_fa_times {
color: brown;
font-size: 18px;
}
.ays-quiz-all-results-container .ays-quiz-score-column-check-box {
display: flex;
} .ays-quiz-container input[type=number]::-webkit-outer-spin-button,
.ays-quiz-container input[type=number]::-webkit-inner-spin-button {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
margin: 0; 
}
.ays-quiz-container input[type=number] {
-moz-appearance:textfield;
}
.ays-quiz-container input[type=number]:hover{
-moz-appearance: auto;
}
.ays-quiz-container input[type=number]:hover::-webkit-outer-spin-button,
.ays-quiz-container input[type=number]:hover::-webkit-inner-spin-button{
-webkit-appearance: auto;
-moz-appearance: auto;
appearance: auto;
}
.ays-quiz-container input[type=number]:hover:disabled {
-moz-appearance:textfield;
} div.ays-quiz-category-container-flex {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}
div.ays-quiz-container[id^="ays-quiz-container-"] .ays-quiz-lds-spinner-box,
div.ays-quiz-container[id^="ays-quiz-container-"] .ays-start-page {
text-align: center;
}
div.ays-quiz-container[id^="ays-quiz-container-"] .ays-quiz-question-note-message-box,
div.ays-quiz-container[id^="ays-quiz-container-"] .ays-quiz-question-note-message-box * {
font-style: italic;
text-align: left;
font-size: 14px;
} .ays-quiz-full-screen-wrap {
display: flex;
justify-content: flex-end;
padding: 13px 10px;
}
.ays-quiz-full-screen-container {
cursor: pointer;
}
.ays-quiz-full-screen-container > svg.ays-quiz-close-full-screen {
display: none;
} div.ays-quiz-container[id^="ays-quiz-container-"] .ays-quiz-password-toggle-visibility-box {
position: relative;
margin: 0 auto;
}
div.ays-quiz-container[id^="ays-quiz-container-"] .ays-start-page > input[id^='ays_quiz_password_val_'],
div.ays-quiz-container[id^="ays-quiz-container-"] .ays-quiz-password-toggle-visibility-box {
max-width: 100%;
}
div.ays-quiz-container[id^="ays-quiz-container-"] .ays-quiz-password-toggle-visibility-box .ays_quiz_password {
padding-right: 40px;
}
div.ays-quiz-container[id^="ays-quiz-container-"] .ays-quiz-password-toggle-visibility-box .ays-quiz-password-toggle {
position: absolute;
right: 10px;
top: 25%;
width: 20px;
cursor: pointer;
}
div.ays-quiz-container[id^="ays-quiz-container-"] .ays-quiz-number-error-message {
color: #ff0000;
text-align: left;
font-size: 14px;
}
div.ays-quiz-container[id^="ays-quiz-container-"] .ays-quiz-answers .ays-field input+label[for^="ays-answer-"] {
margin-top: 0;
}
div.ays-quiz-container[id^="ays-quiz-container-"] .ays-quiz-category-description-box {
margin-bottom: 20px;
}
.ays-quiz-container label.ays_switch_toggle {
cursor: pointer;
text-indent: -9999px;
width: 35px;
height: 14px;
background: grey;
display: block;
border-radius: 50px;
position: relative;
transition: .3s ease;
}
.ays-quiz-container label.ays_switch_toggle:after {
content: '';
position: absolute;
top: -3px;
left: -3px;
width: 20px;
height: 20px;
background: #0085ba;
border-radius: 30px;
transition: 0.3s;
}
.ays-quiz-container input:checked + label.ays_switch_toggle {
background: #b7ccea;
}
.ays-quiz-container input:checked + label.ays_switch_toggle:after {
left: calc(100% - -5px);
transform: translateX(-100%);
}
.ays-quiz-container label.ays_switch_toggle:active:after {
}
.ays-quiz-container label.ays_switch_toggle:hover:after {
box-shadow: 0 0 10px #31618c;
}
.ays-quiz-container div.ays-quiz-results-toggle-block {
display: flex;
align-items: center;
justify-content: flex-end;
padding-right: 15px;
}
.ays-quiz-container input.ays_toggle[type=checkbox]{
display: none;
}
.ays-quiz-container div.ays-quiz-results-toggle-block label.ays_switch_toggle:after {
left: calc(100% - 13px);
top: 2px;
background-color: #aaa;
width: 10px;
height: 10px;
}
.ays-quiz-container div.ays-quiz-results-toggle-block label.ays_switch_toggle {
width: 40px;
height: 15px;
background: white;
border: 1px solid #aaa;
}
.ays-quiz-container div.ays-quiz-results-toggle-block span.ays-show-res-toggle.ays-res-toggle-show{
color: #2277CC;
}
.ays-quiz-container div.ays-quiz-results-toggle-block label.ays_switch_toggle:hover:after {
box-shadow: none;
}
.ays-quiz-container div.ays-quiz-results-toggle-block input:checked + label.ays_switch_toggle {
width: 40px;
height: 15px;
background: white;    
border: 1px solid #2277CC;
}
.ays-quiz-container div.ays-quiz-results-toggle-block input:checked + label.ays_switch_toggle:after {
top: 2px;
left: 13px;
width: 10px;
height: 10px;
background: #2277CC;
}
.ays-quiz-container div.ays-quiz-results-toggle-block > label.ays_switch_toggle {
margin: 0 10px;
}
.ays-quiz-container .ays-quiz-question-image-zoom {
cursor: zoom-in;
transition: 0.3s;
}
.ays-quiz-container .ays-quiz-question-image-zoom:hover {
opacity: 0.9;
}
@keyframes aysAnimationLightboxImages {
from{
transform: scale(0);
}
to{
transform: scale(1);
}   
}
.ays-quiz-question-image-lightbox-container {
display: none;
justify-content: center;
align-items: center;
position: fixed;
top: 0;
left: 0;
z-index: 100;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgba(0 ,0 ,0 ,0.8);
}
.ays-quiz-question-image-lightbox-container .ays-quiz-question-image-lightbox-close-button {
font-size: 40px;
font-weight: bold;
position: absolute;
top: 10px;
right: 20px;
color: #fff;
cursor: pointer;
transition: 0.3s;
z-index: 99999;
}
.ays-quiz-question-image-lightbox-container .ays-quiz-question-image-lightbox-close-button:hover,
.ays-quiz-question-image-lightbox-container .ays-quiz-question-image-lightbox-close-button:focus {
color: #b5b5b5;
}
.ays-quiz-question-image-lightbox-container .ays-quiz-question-image-lightbox-img {
margin: auto;
display: block;
width: 100%;
max-width: 1200px;
height: auto;
text-align: center;
animation-name: aysAnimationLightboxImages;
animation-duration: 0.7s;
position: relative;
}
.ays-quiz-question-image-lightbox-container .ays-quiz-question-image-lightbox-preloader {
opacity: 0.7;
top: 0;
right: 0;
bottom: 0;
margin: auto;
z-index: 101;
position: absolute;
left: 0;
}
.ays-quiz-question-image-lightbox-container .ays-quiz-question-image-lightbox-preloader img {
width: 100px;
}
@media screen and (max-width: 768px) {
div.ays-quiz-question-image-lightbox-container .ays-quiz-question-image-lightbox-close-button {
top: 40px;
}
}
.ays-quiz-container .ays-quiz-user-cհoosing-anonymous-assessment {
margin: 10px 0;
} .ays-modal {
display: none;
position: fixed;
left: 0;
top: 0;
z-index: 1000000 !important;
width: 100%;
height: 100%;
animation-duration: .5s;
transition: .5s ease-in-out;
outline: 0;
}
.ays-modal {
overflow-x: hidden;
overflow-y: auto;
}
.modal-open {
overflow: hidden;
position: relative;
height: 100%;
}
.ays-modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 99999 !important;
background-color: rgba(0, 0, 0, 0.5);
} .ays-modal-content {
background-color: #fefefe;
margin: auto; margin-bottom: 30px;
margin-top: 40px;
border: 1px solid #888;
width: 85%; z-index: 100000000;
position: relative;
padding-left: 0 !important;
animation-duration: .3s;
transition: .5s ease-in-out;
border-radius: 4px;
}
#ays-results-modal .ays-modal-content {
min-height: 500px;
margin: auto !important; margin-bottom: 30px !important;
margin-top: 40px !important;
} .ays-close {
color: #aaa;
float: right;
line-height: 1.3;
font-size: 28px;
font-weight: bold;
}
.ays-close:hover,
.ays-close:focus {
color: black;
text-decoration: none;
cursor: pointer;
}
.ays-modal-header {
padding: 4px 16px;
}
.ays-modal .ays-modal-header h2 {
line-height: 1.3;
font-size: 1.8rem;
margin: 0;
padding: 0;
clear: none;
font-weight: 500;
} .ays-modal-body {
padding: 2px 16px 20px;
overflow-x: auto;
width: 100%;
box-sizing: border-box;
} .ays-modal-footer {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: end;
justify-content: flex-end;
padding: 1rem;
border-top: 1px solid #e9ecef;
}
#ays-results-modal .ays-modal-header {
padding: 4px 16px !important;
}
#ays-results-modal .ays-modal-body {
padding: 2px 16px 20px !important;
}
#ays-results-modal .ays-modal-footer {
padding: 1rem !important;
}
table#ays-results-table {
border: 1px solid #ccc;
}
table#ays-results-table .ays-quiz-report-table-header {
display: flex;
justify-content: space-between;
align-items: center;
}
table#ays-results-table .ays-quiz-report-table-header::after,
table#ays-results-table .ays-quiz-report-table-header::before {
content: none !important;
}
table#ays-results-table svg {
width: 30px;
vertical-align: middle;
}
table#ays-results-table .wp-video {
width: max-content !important;
}
table#ays-results-table video {
max-width: 300px;
height: auto !important;
vertical-align: middle;
}
table#ays-results-table audio {
max-width: 300px;
vertical-align: middle;
}
table#ays-results-table {
margin: 0;
width: 100%;
}
table#ays-results-table h1::before {
content: none !important;
}
table#ays-results-table h1 {
margin: 0;
font-size: 25px;
}
table#ays-results-table tr td:first-child {
font-weight: bold;
}
tr.ays_result_element {
border-bottom: 1px solid #ccc;
}
table#ays-results-table tr td:first-child {
font-weight: bold;
}
.ays-modal-body * {
word-break: initial !important;
word-wrap: break-word;
vertical-align: middle;
}
.ays-modal-body tr td {
padding: 10px;
font-size: 15px;
border: none;
}
table#ays-results-table p.success img,
table#ays-results-table p.error img {
max-width: 150px !important;
}
table#ays-results-table p.success {
color: #73AF55;
}
table#ays-results-table p {
display: inline-block;
margin: 0;
font-size: 1.25em;
vertical-align: middle;
word-wrap: break-word;
}
table#ays-results-table p.error {
color: #D06079;
}
table#ays-results-table tr td {
word-wrap: break-word;
}
table#ays-results-table tr td:first-child,
table#ays-results-table tr td:first-child *{
color: #000 !important;
}
table#ays-results-table tr td:first-child{
font-weight: bold;
width: 40%;
}
table#ays-results-table tr td.ays-report-correct-answer {
width: 25%;
}
table#ays-results-table tr td.ays-report-user-answer {
width: 25%;
}
table#ays-results-table tr td.ays-report-status-icon {
width: 10%;
}
table#ays-results-table tr td.ays-report-user-answer.ays-report-user-answer-by-points {
width: 40%
}
table#ays-results-table tr td.ays-report-answer-point {
width: 20%;
}
div.ays-quiz-preloader{
display: none;
position: absolute;
background: rgba(255, 255, 255, 0.8);
width: 100%;
justify-content: center;
height: 100%;
align-items: center;
z-index: 1;
}
.ays_question_report {
text-align: right;
}
.ays_question_report .ays-quiz-open-report-window {
cursor: pointer;
margin-bottom: 10px;
display: inline-block;
}
.ays-quiz-question-report-popup-container .swal2-popup {
width: 480px;
font-size: 15px;
}
.ays-quiz-question-report-popup-container .swal2-popup .swal2-styled.swal2-confirm {
line-height: 15.9375px;
}
.ays-quiz-question-report-popup-container.swal2-popup {
padding: 1.25em;
}
.ays-quiz-question-report-popup-container.swal2-popup .swal2-icon {
margin: 1.25em auto 1.875em;
}
.ays-quiz-question-report-popup-container.swal2-popup *:before,
.ays-quiz-question-report-popup-container.swal2-popup *:after {
content: unset;
}
.ays-modal-content-reports .ays-quiz-submit-question-report-box {
display: flex;
justify-content: center;
align-items: center;
}
.ays-quiz-question-report-popup-container.swal2-popup .swal2-content {
font-size: 18px;
}
.ays-quiz-question-report-popup-container.swal2-popup {
min-width: 480px;
} #ays-quiz-preview-notice-main-container.ays-quiz-preview-notice-wrap {
box-sizing: border-box;
width: 100%;
max-width: 800px; margin: 0;
padding-top: 8px;
}
#ays-quiz-preview-notice-main-container .ays-quiz-preview-notice {
box-sizing: border-box;
display: flex;
align-items: flex-start;
gap: 12px;
width: 100%;
padding: 12px 16px;
border: 1px solid #e5d3a6;
border-radius: 12px;
background: #fff9e8;
box-shadow:
0 1px 2px rgba(15, 23, 42, 0.06),
0 1px 8px rgba(120, 88, 28, 0.12);
color: #45351f;
font-family:
ui-sans-serif,
system-ui,
-apple-system,
BlinkMacSystemFont,
"Segoe UI",
sans-serif;
}
#ays-quiz-preview-notice-main-container .ays-quiz-preview-notice-icon {
display: flex;
flex: 0 0 auto;
align-items: center;
justify-content: center;
width: 28px;
height: 28px;
margin-top: 2px;
border-radius: 50%;
background: #ffedbf;
color: #9a6a10;
}
#ays-quiz-preview-notice-main-container .ays-quiz-preview-notice-text {
flex: 1 1 auto;
margin: 0;
color: #45351f;
font-size: 14px;
line-height: 1.625;
}
#ays-quiz-preview-notice-main-container .ays-quiz-preview-notice-text strong {
color: #2f2619;
font-weight: 600;
}
#ays-quiz-preview-notice-main-container .ays-quiz-preview-shortcode-actions {
display: inline-flex;
flex: 0 0 auto;
flex-direction: column;
align-items: stretch;
gap: 4px;
}
#ays-quiz-preview-notice-main-container .ays-quiz-preview-copy-shortcode {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 6px;
margin: 0;
padding: 6px 10px;
border: 1px solid #d9c394;
border-radius: 6px;
background: rgba(255, 255, 255, 0.7);
color: #3f321f;
font-size: 12px;
font-weight: 600;
line-height: 1.2;
cursor: pointer;
transition:
background-color 0.15s ease,
color 0.15s ease,
border-color 0.15s ease;
white-space: nowrap;
}
#ays-quiz-preview-notice-main-container .ays-quiz-preview-shortcode-text {
display: block;
padding: 2px 6px;
border: 1px solid rgba(217, 195, 148, 0.75);
border-radius: 4px;
background: rgba(255, 255, 255, 0.56);
color: #5a4526;
font-family: "Courier New", Courier, monospace;
font-size: 11px;
font-style: normal;
font-weight: 600;
line-height: 1.45;
text-align: center;
white-space: nowrap;
}
#ays-quiz-preview-notice-main-container .ays-quiz-preview-copy-shortcode:hover,
#ays-quiz-preview-notice-main-container .ays-quiz-preview-copy-shortcode:focus {
border-color: #c7aa69;
background: #fff;
color: #2f2619;
outline: none;
}
#ays-quiz-preview-notice-main-container .ays-quiz-preview-copy-shortcode:focus {
box-shadow: 0 0 0 2px rgba(195, 145, 36, 0.28);
}
#ays-quiz-preview-notice-main-container p {
margin: 0;
}
@media screen and (min-width: 640px) {
#ays-quiz-preview-notice-main-container .ays-quiz-preview-notice {
align-items: center;
}
#ays-quiz-preview-notice-main-container .ays-quiz-preview-notice-icon {
margin-top: 0;
}
}
@media screen and (max-width: 600px) {
#ays-quiz-preview-notice-main-container .ays-quiz-preview-notice {
flex-wrap: wrap;
justify-content: center;
text-align: center;
}
#ays-quiz-preview-notice-main-container .ays-quiz-preview-shortcode-actions {
width: 100%;
align-items: center;
}
}html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
section,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
margin: 0;
padding: 0;
border: 0;
vertical-align: baseline;
}
section,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block;
}
body {
line-height: 1;
}
ol,
ul {
list-style: none;
}
blockquote,
q {
quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: '';
content: none;
}
table {
border-spacing: 0;
border-collapse: collapse;
}
input[type='text'],
input[type='email'],
input[type='number'],
input[type='password'],
input[type='search'],
input[type='button'],
input[type='submit'],
input[type='reset'],
textarea,
button {
-webkit-appearance: none;
appearance: none;
}
input::-moz-focus-inner {
margin-top: 0;
margin-bottom: -1px;
padding: 0;
border: 0;
}  * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
outline: none;
-webkit-text-size-adjust: none;
}
html {
overflow-x: hidden;
}
body {
margin: 0;
padding: 0;
font-size: 16px;
line-height: 36px;
-webkit-text-size-adjust: 100%;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-font-variant-ligatures: none;
font-variant-ligatures: none;
}
#wpadminbar {
z-index: 99999999 !important;
}
.dialog-type-lightbox {
z-index: 99999 !important;
}  .gp-page-loader {
display: flex;
overflow: hidden;
position: fixed;
z-index: 1000002;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 1;
visibility: visible;
background: #fff;
-webkit-transition: all 0.35s ease-out;
transition: all 0.35s ease-out;
justify-content: center;
align-items: center;
}
.gp-page-loader.gp-remove-loader {
opacity: 0;
visibility: hidden;
}
.gp-page-loader-icon {
color: #eee;
}
.gp-animation-horizontal-vertical-flip .gp-page-loader-icon {
-webkit-animation: flip 2.4s infinite linear both;
animation: flip 2.4s infinite linear both;
}
.gp-animation-spin .gp-page-loader-icon {
-webkit-animation: spin 5s infinite linear;
animation: spin 5s infinite linear;
} .gp-loader {
display: none;
overflow: hidden;
position: absolute;
z-index: 1;
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-transition: all 0.35s ease-out;
transition: all 0.35s ease-out;
justify-content: center;
align-items: center;
}
.gp-loading .gp-loader {
display: flex;
}
.gp-loader-icon {
color: #000;
font-size: 40px;
}
.gp-animation-horizontal-vertical-flip .gp-loader-icon {
-webkit-animation: flip 2.4s infinite linear both;
animation: flip 2.4s infinite linear both;
}
.gp-animation-spin .gp-loader-icon {
-webkit-animation: spin 5s infinite linear;
animation: spin 5s infinite linear;
} @-moz-keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
@-webkit-keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
@keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
@-moz-keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@-webkit-keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@-moz-keyframes flip {
from {
-moz-transform: rotate(0deg);
}
to {
-moz-transform: rotate(360deg);
}
}
@-webkit-keyframes flip {
from {
-webkit-transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@-moz-keyframes flip {
0%,
10% {
-moz-transform: perspective(140px) rotateX(-180deg);
opacity: 0;
}
25%,
75% {
-moz-transform: perspective(140px) rotateX(0deg);
opacity: 1;
}
90%,
100% {
-moz-transform: perspective(140px) rotateY(180deg);
opacity: 0;
}
}
@-webkit-keyframes flip {
0%,
10% {
-webkit-transform: perspective(140px) rotateX(-180deg);
opacity: 0;
}
25%,
75% {
-webkit-transform: perspective(140px) rotateX(0deg);
opacity: 1;
}
90%,
100% {
-webkit-transform: perspective(140px) rotateY(180deg);
opacity: 0;
}
}
@keyframes flip {
0%,
10% {
transform: perspective(140px) rotateX(-180deg);
opacity: 0;
}
25%,
75% {
transform: perspective(140px) rotateX(0deg);
opacity: 1;
}
90%,
100% {
transform: perspective(140px) rotateY(180deg);
opacity: 0;
}
} a {
text-decoration: none;
transition: all 0.2s;
}
a:focus-visible {
outline-style: solid;
outline-width: 1px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
word-break: normal;
overflow-wrap: anywhere;
margin: 20px 0;
line-height: 1.35;
}
h1 {
font-size: 2.44em;
}
h2 {
font-size: 1.95em;
}
h3 {
font-size: 1.56em;
}
h4 {
font-size: 1.25em;
}
h5 {
font-size: 1em;
}
h6 {
font-size: 0.8em;
}
.has-medium-font-size {
line-height: 1.45;
}
.has-large-font-size {
line-height: 1.4;
}
.has-larger-font-size {
line-height: 1.3;
}
.has-huge-font-size {
line-height: 2.2;
}
p,
address {
margin-bottom: 16px;
}
em,
var,
q {
font-style: italic;
}
small {
font-size: xx-small;
line-height: 1em;
}
sup {
vertical-align: top;
font-size: xx-small;
line-height: 1em;
}
sub {
vertical-align: bottom;
font-size: xx-small;
line-height: 1em;
}
mark {
padding: 3px 5px;
border: 1px solid #ffd600;
background: #ffeb00;
color: #726c29;
font-weight: bold;
}
ins {
text-decoration: underline;
}
dl {
margin-bottom: 20px;
}
dd {
padding-left: 20px;
margin-bottom: 10px;
}
dt {
font-weight: bold;
} ol {
margin: 0 0 12px 24px;
padding: 0;
list-style-type: decimal;
}
ol li > * {
margin-bottom: 0;
}
ul {
margin: 0 0 12px 24px;
padding: 0;
list-style-type: square;
}
ul li > * {
margin-bottom: 0;
}  input,
select,
textarea {
max-width: 100%;
padding: 12px;
background: #f0f0f0;
border: 0;
font-family: inherit;
font-size: 16px;
line-height: 26px;
}
input:focus,
textarea:focus {
border-color: #d3ced2;
}
textarea {
width: 100%;
height: 150px;
resize: vertical;
}
input[type='radio'],
input[type='checkbox'] {
position: relative;
top: 2px;
margin: 0 8px 0 0;
background: transparent;
}
input[type='radio'] {
-webkit-appearance: radio;
appearance: radio;
}
input[type='checkbox'] {
-webkit-appearance: checkbox;
appearance: checkbox;
}
input[type='submit'] {
cursor: pointer;
}
button {
border: 0;
}
button,
input[type='button'],
input[type='submit'],
.elementor-button,
.elementor-clickable {
transition: all 0.2s;
cursor: pointer;
font-size: 16px;
line-height: 26px;
font-weight: 500;
} .gp-theme .select2-container {
max-width: 100%;
}
.gp-theme .select2-container--default .select2-selection--single {
height: 46px;
}
.gp-theme .select2-container .select2-selection--single .select2-selection__rendered {
padding-left: 12px;
padding-right: 30px;
}
.gp-theme .select2-container--default .select2-selection--single .select2-selection__rendered {
height: 46px;
line-height: 46px;
}
.gp-theme .select2-container--default .select2-selection--single .select2-selection__arrow {
width: 30px;
height: 46px;
}
.gp-theme .select2-container--open .select2-dropdown--below {
margin-top: 34px;
}
.gp-theme .select2-container--default .select2-selection--single .select2-selection__clear {
padding: 0 10px 0 15px;
} .gp-theme .select2-container .select2-selection--multiple {
min-height: 42px;
}
.gp-theme .select2-container--default .select2-selection--multiple .select2-selection__clear {
margin-top: 0;
margin-left: 10px;
}
.gp-theme .select2-container--default .select2-search--inline .select2-search__field {
display: none;
opacity: 0;
}
.gp-theme .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
padding: 0;
background: none;
} ::-webkit-input-placeholder {
opacity: 0.7;
}
::-moz-placeholder {
opacity: 0.7;
}
:-ms-input-placeholder {
opacity: 0.7;
} .gp-theme .wp-core-ui .button,
.gp-theme .wp-core-ui .button-primary,
.gp-theme .wp-core-ui .button-secondary {
display: inline-block;
text-decoration: none;
font-size: 13px;
line-height: 2.15384615;
min-height: 30px;
padding: 0 10px;
cursor: pointer;
border-width: 1px;
border-style: solid;
-webkit-appearance: none;
appearance: none;
border-radius: 3px;
white-space: nowrap;
box-sizing: border-box;
text-transform: none;
}
.gp-theme .switch-html.wp-switch-editor,
.gp-theme .switch-tmce.wp-switch-editor {
background: #ebebeb;
color: #666;
font-size: 13px;
line-height: 1.46153846;
height: 20px;
margin: 5px 0 0 5px;
padding: 3px 8px 4px;
border: 1px solid #e5e5e5;
border-radius: 0;
text-transform: none;
}
.gp-theme .html-active .switch-html.wp-switch-editor,
.gp-theme .tmce-active .switch-tmce.wp-switch-editor {
background: #f5f5f5;
color: #555;
border-bottom-color: #f5f5f5;
} .gp-theme .mce-btn button {
padding: 4px 6px;
font-size: 14px;
line-height: 20px;
text-align: center;
background: none;
border-radius: 3px;
text-transform: none;
}
.gp-theme .mce-btn button:hover {
background: none;
border: 0;
}
.gp-theme .mce-btn.mce-active,
.gp-theme .mce-btn.mce-active button,
.gp-theme .mce-btn.mce-active i,
.gp-theme .mce-btn.mce-active:hover button,
.gp-theme .mce-btn.mce-active:hover i,
.gp-theme .mce-menu .mce-container-body,
.gp-theme .mce-window .mce-wp-help > .mce-container-body,
.gp-theme .mce-window .mce-container-body.mce-abs-layout,
.gp-theme #wp-link-wrap #link-selector {
color: #000;
} .gp-theme .wp-core-ui .quicktags-toolbar input.button.button-small {
font-size: 13px;
line-height: 2.15384615;
min-height: 30px;
margin: 2px;
padding: 0 10px;
color: #0071a1;
border-color: #0071a1;
background: #f3f5f6;
border-radius: 3px;
}
.gp-theme .wp-core-ui .quicktags-toolbar input.button.button-small:hover {
font-size: 13px;
line-height: 2.15384615;
min-height: 30px;
margin: 0;
padding: 0 10px;
color: #0071a1;
border-color: #0071a1;
background: #f3f5f6;
}
.gp-theme .mce-toolbar .mce-listbox button {
text-transform: none;
}
.gp-theme .wp-editor-container textarea.wp-editor-area {
border-radius: 0;
} .gp-theme div.wp-link-input input {
padding: 3px !important;
line-height: 1.28571429 !important;
background: #fff !important;
}
.gp-theme #wp-link input[type='text'] {
border: 1px solid #777;
}
.gp-theme #wp-link-submit {
background: #2271b1;
border-color: #2271b1;
color: #fff;
text-decoration: none;
text-shadow: none;
font-weight: normal;
} .gp-theme .mce-window .wp-editor-help h2,
.gp-theme .mce-window .wp-editor-help p {
color: #000;
}
.gp-theme .mce-window .mce-window-head .mce-close,
.gp-theme .mce-window-head .mce-close .mce-i-remove {
background: none;
} .gp-theme .mce-textbox {
padding: 0 !important;
} .gp-theme .media-frame,
.gp-theme .media-modal,
.gp-theme .media-frame-title h1,
.gp-theme .uploader-inline h2,
.gp-theme .media-attachments-filter-heading,
.gp-theme .media-frame-menu-heading {
color: #000;
}
.gp-theme .media-menu .media-menu-item,
.gp-theme .media-router .media-menu-item,
.gp-theme .wp-core-ui .attachment.details .check,
.gp-theme .wp-core-ui .attachment.selected .check:focus,
.gp-theme .wp-core-ui .media-frame.mode-grid .attachment.selected .check {
font-family: inherit;
font-weight: inherit;
text-transform: none;
border-radius: 0;
}
.gp-theme .uploader-inline .browser,
.gp-theme .media-toolbar-primary > .media-button,
.gp-theme .media-toolbar-primary > .media-button-group,
.gp-theme .selection-info .clear-selection,
.gp-theme .media-modal .delete-attachment,
.gp-theme .media-modal .trash-attachment,
.gp-theme .media-modal .untrash-attachment,
.gp-theme .wp-core-ui .button-group.button-small .button,
.gp-theme .wp-core-ui .button.button-small {
font-family: inherit;
font-size: inherit;
font-weight: inherit;
text-transform: none;
}
.gp-theme .media-menu .media-menu-item:focus,
.gp-theme .media-router .media-menu-item:hover,
.gp-theme .media-router .media-menu-item:focus,
.gp-theme .selection-info .clear-selection:focus,
.gp-theme .selection-info .clear-selection:hover,
.gp-theme .media-modal .delete-attachment:focus,
.gp-theme .media-modal .delete-attachment:hover,
.gp-theme .media-modal .trash-attachment:focus,
.gp-theme .media-modal .trash-attachment:hover,
.gp-theme .media-modal .untrash-attachment:focus,
.gp-theme .media-modal .untrash-attachment:hover {
background: none;
}
.gp-theme .media-frame input[type='date'],
.gp-theme .media-frame input[type='datetime-local'],
.gp-theme .media-frame input[type='datetime'],
.gp-theme .media-frame input[type='email'],
.gp-theme .media-frame input[type='month'],
.gp-theme .media-frame input[type='number'],
.gp-theme .media-frame input[type='password'],
.gp-theme .media-frame input[type='search'],
.gp-theme .media-frame input[type='tel'],
.gp-theme .media-frame input[type='text'],
.gp-theme .media-frame input[type='time'],
.gp-theme .media-frame input[type='url'],
.gp-theme .media-frame input[type='week'] {
padding: 0 8px !important;
font-size: 13px !important;
line-height: 2.15384615 !important;
border-radius: 4px !important;
}
.gp-theme .media-attachments-filter-heading,
.gp-theme .media-frame-menu-heading {
font-size: 13px;
line-height: 1;
}
.gp-theme .media-router .active:hover {
background: #fff;
}
.gp-theme .attachment-details .setting + .description {
line-height: 1.2;
}
.gp-theme .media-modal-close {
padding: 0;
background: none;
color: #666;
}
.gp-theme .media-modal-close:active,
.gp-theme .media-modal-close:hover {
background: none;
padding: 0;
border-radius: 0;
} pre:not(.wp-block-verse) {
overflow: auto;
margin: 0 0 20px 0;
padding: 15px 20px;
font-family: 'Courier New';
white-space: pre-wrap;
word-break: normal;
overflow-wrap: anywhere;
}
code,
kbd {
font-family: 'Courier New';
} table,
.wp-block-table {
width: 100%;
min-width: 240px;
margin-top: 28px;
margin-bottom: 28px;
border-collapse: collapse;
}
table td,
table th,
.wp-block-table td,
.wp-block-table th {
padding: 10px;
border: 1px solid;
} .gp-element-post-content
> *[class*='wp-block-']:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(
.wp-block-separator
):not(.woocommerce) {
max-width: 100%;
}
.gp-element-post-content > *.alignwide {
margin-left: auto;
margin-right: auto;
clear: both;
}
.gp-element-post-content > *.alignfull,
.elementor
.elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content)
.gp-element-post-content
figure.alignfull {
clear: both;
position: relative;
left: 50%;
right: 50%;
width: 100vw;
margin-left: -50vw;
margin-right: -50vw;
max-width: none;
}
.alignleft,
.gp-element-post-content > *.alignleft {
float: left;
margin: 10px 2rem 10px 0 !important;
}
.alignright,
.gp-element-post-content > *.alignright {
float: right;
margin: 10px 0 10px 2rem !important;
}
.aligncenter,
.gp-element-post-content > *.aligncenter {
width: 100%;
margin: 10px auto !important;
text-align: center;
}
.gp-element-post-content > *.alignfull iframe {
width: 100%;
} .gp-clear {
display: block;
clear: both;
margin: 0;
padding: 0;
width: 100%;
height: 0;
content: '';
font-size: 0;
line-height: 0;
}
.gp-hidden {
display: none;
}
.invisible {
visibility: visible;
}
.js .invisible {
visibility: hidden;
}
.screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
}
.wp-block-spacer {
margin-bottom: 0 !important;
} .wp-caption,
.wp-block-gallery figcaption,
.wp-block-embed figcaption,
.wp-block-image figcaption {
width: 100%;
max-width: 100%;
margin-bottom: 1em;
color: #555;
font-size: 14px;
line-height: 20px;
}
.gallery-caption,
.wp-caption-text {
font-size: 14px;
line-height: 20px;
}
.wp-caption-text {
margin: 5px 0 20px 0;
} object,
embed,
video,
iframe {
max-width: 100%;
} img {
max-width: 100%;
height: auto;
}  .gp-element-icon {
text-align: center;
flex: 0 0 auto;
}
.gp-element-icon svg {
width: 1em;
vertical-align: middle;
transition: all 0.2s;
} .gp-icon-cross {
display: block;
position: relative;
width: 32px;
height: 32px;
}
.gp-icon-cross:before,
.gp-icon-cross:after {
position: absolute;
content: ' ';
left: 15px;
height: 32px;
width: 2px;
background: #fff;
}
.gp-icon-cross:before {
transform: rotate(45deg);
}
.gp-icon-cross:after {
transform: rotate(-45deg);
} .gp-slider {
position: relative;
zoom: 1;
}
.gp-slider .slides {
margin: 0;
padding: 0;
zoom: 1;
list-style-type: none;
line-height: 1;
}
.gp-slider .slides > li {
position: relative;
display: none;
margin: 0;
padding: 0;
list-style-type: none;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
} .gp-slider .slides li > img {
width: 100%;
line-height: 0;
}
.gp-slider .slides:after {
content: '\0020';
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
html[xmlns] .gp-slider .slides {
display: block;
}
* html .gp-slider .slides {
height: 1%;
} .gp-slider .flex-direction-nav {
display: none;
position: absolute;
z-index: 99;
width: 100%;
top: 50%;
transform: translateY(-50%);
margin: 0;
list-style: none;
justify-content: space-between;
}
.gp-slider .flex-direction-nav.gp-active {
display: flex;
}
.gp-slider .flex-direction-nav .flex-nav-prev {
margin-left: 20px;
}
.gp-slider .flex-direction-nav .flex-nav-next {
margin-right: 20px;
}
.gp-slider .flex-direction-nav a {
display: block;
width: 40px;
height: 40px;
background: rgba(0, 0, 0, 0.5);
text-align: center;
cursor: pointer;
border-radius: 50%;
}
.gp-slider .flex-direction-nav a:before {
font-family: 'fontello';
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #fff;
font-size: 20px;
line-height: 40px;
font-weight: 100;
}
.gp-slider .flex-direction-nav .flex-next:before {
content: '\e810';
}
.gp-slider .flex-direction-nav .flex-prev:before {
content: '\e811';
}
.gp-slider .flex-direction-nav a:hover {
background: rgba(0, 0, 0, 0.8);
}
.gp-slider .flex-direction-nav .flex-disabled {
opacity: 0.2;
cursor: auto;
pointer-events: none;
} .gp-slider .flex-control-nav {
display: flex;
width: 100%;
overflow: hidden;
list-style: none;
margin: 10px 0 0 0;
line-height: 0;
justify-content: center;
}
.gp-slider .flex-control-nav li {
display: inline-block;
margin: 0 2px 0 2px;
padding: 0;
list-style: none;
}
.gp-slider .flex-control-nav li a {
position: relative;
z-index: 99;
display: block;
width: 14px;
height: 14px;
border-radius: 50%;
background: rgba(0, 0, 0, 0.25);
text-indent: -8999px;
cursor: pointer;
}
.gp-slider .flex-control-nav li a:hover,
.gp-slider .flex-control-nav li .flex-active {
background: rgba(0, 0, 0, 0.8);
}  .gp-success-message,
.gp-error-message {
display: none;
}
.gp-success-message {
position: relative;
width: 100%;
clear: both;
overflow: hidden;
padding: 20px;
background: #eee;
border-left: 5px solid #4caf50;
border-radius: 5px;
color: #000;
} .gp-error-message {
position: relative;
width: 100%;
clear: both;
overflow: hidden;
padding: 20px;
background: #eee;
border-left: 5px solid #ff0000;
border-radius: 5px;
color: #000;
}
.gp-error-message a[href] {
color: #ff0000;
}
.gp-error-message a[href]:hover {
color: #ff0000;
text-decoration: underline;
}
.gp-global-error-message {
margin: 20px;
font-size: 16px;
line-height: 22px;
}  .wp-block-columns.alignfull,
.alignfull:not(.has-background) .wp-block-columns {
padding-left: 2rem;
padding-right: 2rem;
}
.wp-block-archives,
.wp-block-categories,
.wp-block-code,
.wp-block-columns,
.wp-block-cover,
.wp-block-embed,
.wp-block-gallery,
.wp-block-group,
.wp-block-image,
.wp-block-latest-comments,
.wp-block-latest-posts,
.wp-block-media-text,
.wp-block-preformatted,
.wp-block-pullquote,
.wp-block-quote,
.wp-block-verse,
.wp-block-video {
margin-top: 28px;
margin-bottom: 28px;
}
.wp-block-latest-posts {
margin-left: 0;
}
.wp-block-group.has-background {
padding: 25px;
} .wp-block-button {
margin-top: 28px;
margin-bottom: 28px;
}
.wp-block-button.is-style-squared > * {
border-radius: 0;
}
.gp-theme .wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-text-color) {
color: #fff;
}
.gp-theme .wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-text-color):active,
.gp-theme .wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-text-color):focus,
.gp-theme .wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-text-color):hover,
.gp-theme .wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-text-color):visited {
color: #fff;
} .gp-theme .wp-block-cover-image h1:not(.has-text-color),
.gp-theme .wp-block-cover-image h2:not(.has-text-color),
.gp-theme .wp-block-cover-image h3:not(.has-text-color),
.gp-theme .wp-block-cover-image h4:not(.has-text-color),
.gp-theme .wp-block-cover-image h5:not(.has-text-color),
.gp-theme .wp-block-cover-image h6:not(.has-text-color),
.gp-theme .wp-block-cover-image p:not(.has-text-color),
.gp-theme .wp-block-cover .wp-block-subhead:not(.has-text-color),
.gp-theme .wp-block-cover h1:not(.has-text-color),
.gp-theme .wp-block-cover h2:not(.has-text-color),
.gp-theme .wp-block-cover h3:not(.has-text-color),
.gp-theme .wp-block-cover h4:not(.has-text-color),
.gp-theme .wp-block-cover h5:not(.has-text-color),
.gp-theme .wp-block-cover h6:not(.has-text-color),
.gp-theme .wp-block-cover p:not(.has-text-color) {
color: #fff;
} .has-drop-cap:not(:focus)::after {
content: '';
display: table;
clear: both;
padding-top: 14px;
} .has-small-font-size {
font-size: 13px;
}
.has-normal-font-size,
.has-regular-font-size {
font-size: 16px;
}
.has-medium-font-size {
font-size: 20px;
}
.has-large-font-size {
font-size: 36px;
line-height: 1.3;
}
.has-large-font-size + p {
line-height: 1.6em;
}
.has-huge-font-size {
font-size: 46px;
line-height: 2.2;
} .wp-block-media-text .wp-block-media-text__content {
padding-top: 20px;
}
.wp-block-media-text__content .has-small-font-size {
font-size: 0.842em;
}
.wp-block-media-text__content .has-normal-font-size,
.wp-block-media-text__content .has-regular-font-size {
font-size: 1em;
}
.wp-block-media-text__content .has-medium-font-size {
font-size: 1.1em;
line-height: 1.45;
}
.wp-block-media-text__content .has-large-font-size {
font-size: 1.25em;
line-height: 1.4;
}
.wp-block-media-text__content .has-larger-font-size {
font-size: 1.5em;
line-height: 1.3;
}  blockquote,
.wp-block-quote {
margin-top: 40px;
margin-bottom: 40px;
padding: 20px;
}
blockquote p,
.wp-block-quote p {
line-height: 1.6;
}
.wp-block-quote:not([class*='-font-size']) p {
font-size: 30px; } .wp-block-pullquote,
.elementor
.elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content)
.wp-block-pullquote {
margin-top: 40px;
margin-bottom: 40px;
padding: 40px;
border-style: solid;
}
.wp-block-pullquote blockquote {
margin: 0;
}
.wp-block-pullquote.is-style-solid-color blockquote {
max-width: 100%;
}
.wp-block-pullquote.is-style-solid-color blockquote p {
margin-bottom: 16px;
}
.wp-block-pullquote p {
line-height: 1.6;
color: inherit;
} cite {
display: block;
opacity: 0.7;
line-height: 1;
}
br + cite {
margin-top: 10px;
} .gp-theme .wp-block-separator,
.elementor hr.wp-block-separator {
margin: 28px auto;
}
hr:not(.wp-block-separator) {
margin: 28px auto;
border-top: 0;
border-bottom-width: 1px;
}  .gp-element-add-rating.gp-loading {
opacity: 0.5;
} .gp-element-add-rating.gp-unrated .rating-symbol {
cursor: pointer;
} .gp-submit-rating-button {
margin-top: 10px;
cursor: pointer;
} .gp-submit-rating-button + .gp-min-rating-error-message {
margin-top: 20px;
} .gp-element-advanced-tabs {
display: flex;
}
.gp-element-advanced-tabs.gp-format-column {
flex-direction: column;
}
.gp-tabs-menu {
position: relative;
z-index: 1;
display: flex;
flex-direction: row;
flex-flow: wrap;
flex: 1 0 auto;
}
.gp-format-row .gp-tabs-menu {
flex-direction: column;
}
.gp-tab-label {
display: block;
cursor: pointer;
margin-right: 20px;
}
.gp-tab-label:hover,
.gp-tab-label.gp-active {
color: #005daf;
}
.gp-icon-align-right .gp-tab-label .gp-element-icon {
margin-left: 8px;
}
.gp-icon-align-left .gp-tab-label .gp-element-icon {
margin-right: 8px;
}
.gp-tab-content {
margin-top: 10px;
}
.gp-tab-content.gp-active {
display: block;
} .gp-element-advertisement {
line-height: 0;
}
.gp-element-advertisement a,
.gp-element-advertisement img {
display: inline-block;
line-height: 0;
} .gp-element-attribute-filters.gp-format-row {
display: flex;
flex-wrap: wrap;
}
.gp-attribute-filters-ul {
display: flex;
width: 100%;
flex-wrap: wrap;
margin: 0;
}
.gp-format-column .gp-attribute-filters-ul {
flex-direction: column;
}
.gp-format-row .gp-attribute-filters-ul {
flex-direction: row;
}
.gp-attribute-filter-li {
list-style-type: none;
}
.gp-format-column .gp-attribute-filter-li {
width: 100%;
padding-bottom: 10px;
}
.gp-format-row .gp-attribute-filter-li {
padding: 10px;
}
.gp-attribute-header {
display: flex;
align-items: center;
justify-content: space-between;
font-weight: 700;
}
.gp-attribute-header.gp-clear-terms-attribute-click-filter {
cursor: pointer;
}
.gp-attribute-label .gp-element-icon {
margin-right: 8px;
}
.gp-toggle-terms .gp-attribute-terms {
display: none;
}
.gp-attribute-terms-ul {
list-style-type: none;
margin: 0;
}
.gp-attribute-term-li {
display: flex;
list-style-type: none;
cursor: pointer;
}
.gp-attribute-term-li.gp-active,
.gp-attribute-term-li:hover {
color: #005daf;
}
.gp-attribute-term-li:after {
cursor: pointer;
}
.gp-attribute-terms select,
.gp-attribute-terms input {
width: 100%;
margin-bottom: 10px;
}
.gp-toggle-icon {
cursor: pointer;
}
.gp-clear-filters {
display: none;
list-style-type: none;
cursor: pointer;
margin: 10px 0;
}
.gp-format-row .gp-clear-filters {
margin: 0 0 10px 10px;
}
.gp-format-column .gp-clear-filters {
margin: 10px 0;
} .gp-element-author-box {
display: flex;
}
.gp-author-box-layout-left {
flex-direction: row;
}
.gp-author-box-layout-above {
flex-direction: column;
}
.gp-author-box-layout-right {
flex-direction: row-reverse;
}
.gp-author-box-v-align-middle {
align-items: center;
}
.gp-author-box-avatar {
display: inline-block;
flex-shrink: 0;
line-height: 0;
}
.gp-author-box-layout-left .gp-author-box-avatar {
margin-right: 20px;
}
.gp-author-box-layout-above .gp-author-box-avatar {
margin-bottom: 20px;
}
.gp-author-box-layout-right .gp-author-box-avatar {
margin-left: 20px;
}
.gp-author-box-avatar img.avatar {
width: 100px;
height: auto;
border-radius: 50%;
}
.gp-author-box-fields {
display: flex;
flex-wrap: wrap;
width: 100%;
align-content: start;
}
.gp-author-box-field {
width: 100%;
align-self: start;
line-height: 1;
}
.gp-author-box-field.gp-field-wrap {
width: auto;
} .gp-element-back-to-top {
display: none;
position: fixed;
z-index: 99;
text-align: center;
cursor: pointer;
background: #000;
width: 48px;
height: 48px;
line-height: 48px;
border-radius: 50%;
right: 20px;
bottom: 20px;
}
.gp-element-back-to-top i {
line-height: 1;
letter-spacing: 0;
color: #fff;
font-size: 18px;
}
.gp-element-back-to-top svg {
fill: #fff;
width: 18px;
} .gp-button {
display: inline-block;
cursor: pointer;
padding: 10px;
background: #005daf;
color: #fff;
}
.gp-button:hover {
background: #000;
color: #fff;
}
.gp-button-full-width .gp-button {
width: 100%;
}
.gp-icon-align-right .gp-button .gp-element-icon {
margin-left: 8px;
}
.gp-icon-align-left .gp-button .gp-element-icon {
margin-right: 8px;
} .gp-follow-item {
opacity: 1;
transition:
transform 0.3s ease,
opacity 0.3s;
}
.gp-follow-item:not(.gp-following) .gp-element-icon:not(.gp-unfollow-icon),
.gp-follow-item.gp-following .gp-element-icon.gp-unfollow-icon {
display: inline;
}
.gp-follow-item:not(.gp-following) .gp-element-icon.gp-unfollow-icon,
.gp-follow-item.gp-following .gp-element-icon:not(.gp-unfollow-icon) {
display: none;
}
.gp-follow-item.gp-loading {
opacity: 0.5;
} .gp-tooltip {
position: relative;
}
.gp-tooltip .gp-tooltip-text {
visibility: hidden;
width: 120px;
background-color: rgba(0, 0, 0, 0.9);
font-size: 12px;
line-height: 18px;
text-transform: none;
font-weight: normal;
color: #fff;
text-align: center;
padding: 5px;
border-radius: 6px;
position: absolute;
z-index: 3;
bottom: 105%;
left: 50%;
margin-left: -60px;
}
.gp-tooltip:hover .gp-tooltip-text {
visibility: visible;
}
.gp-tooltip .gp-tooltip-text::after {
content: ' ';
position: absolute;
top: 100%;
left: 50%;
margin-left: -5px;
border-width: 5px;
border-style: solid;
border-color: rgba(0, 0, 0, 0.9) transparent transparent transparent;
} .gp-element-carousel {
opacity: 0;
}
.gp-carousel-item {
width: 200px;
display: flex;
align-items: flex-start;
margin: 0 20px;
}
.gp-carousel-item img {
display: block;
width: 200px;
max-height: 100%;
}
.flickity-enabled {
position: relative;
}
.flickity-enabled:focus {
outline: none;
}
.flickity-viewport {
overflow: hidden;
position: relative;
height: 100%;
}
.flickity-slider {
position: absolute;
width: 100%;
height: 100%;
}
.flickity-enabled.is-draggable {
-webkit-tap-highlight-color: transparent;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
cursor: move;
cursor: -webkit-grab;
cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
cursor: -webkit-grabbing;
cursor: grabbing;
} .gp-theme button.flickity-button {
width: 40px;
height: 40px;
background: rgba(0, 0, 0, 0.5);
border: none;
color: #fff;
padding: 0;
}
.gp-prev-next-position-relative .flickity-button {
position: relative;
}
.gp-prev-next-position-absolute .flickity-button {
position: absolute;
top: 50%;
transform: translateY(-50%);
}
.gp-theme button.flickity-button:hover {
background: rgba(0, 0, 0, 0.8);
cursor: pointer;
}
.gp-theme button.flickity-button:active {
opacity: 0.6;
}
.gp-theme button.flickity-button:disabled {
opacity: 0.3;
cursor: auto;
pointer-events: none;
}
.flickity-button-icon {
fill: currentColor;
}
.flickity-prev-next-button.previous {
left: 10px;
}
.flickity-prev-next-button.next {
right: 10px;
}
.flickity-rtl .flickity-prev-next-button.previous {
left: auto;
right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
right: auto;
left: 10px;
}
.flickity-prev-next-button .flickity-button-icon {
width: 20px;
height: 100%;
text-align: center;
} .flickity-page-dots {
display: flex;
width: 100%;
padding: 0;
margin: 0;
list-style: none;
text-align: center;
line-height: 1;
}
.gp-buttons-position-relative .flickity-page-dots {
position: relative;
margin-top: 10px;
}
.gp-buttons-position-absolute .flickity-page-dots {
position: absolute;
top: 10px;
left: auto;
}
.flickity-rtl .flickity-page-dots {
direction: rtl;
}
.flickity-page-dots .dot {
display: inline-block;
width: 14px;
height: 14px;
margin: 0 2px;
background: rgba(0, 0, 0, 0.25);
border-radius: 50%;
cursor: pointer;
line-height: 14px;
transition: all 0.2s;
}
.gp-stretch-buttons .flickity-page-dots .dot {
width: 100%;
border-radius: 0;
}
.flickity-page-dots .dot:hover,
.flickity-page-dots .dot.is-selected {
background: rgba(0, 0, 0, 0.8);
}  .gp-comment-list-outer {
position: relative;
}
.gp-loading .gp-comment-list-inner {
opacity: 0.5;
} .gp-comments-title,
.gp-reply-title {
margin-top: 0;
}
.gp-comments-title {
margin-bottom: 20px;
} .gp-comment-dropdown {
max-width: 46%;
margin: 0 10px 20px 0;
}
.gp-comments-count-title {
margin-bottom: 20px;
} #comments {
position: relative;
}
.gp-comment-list {
margin: 0;
list-style: none;
}
.gp-comment-li {
margin: 0;
list-style: none;
}
.gp-comment-list .children {
margin-left: 20px;
list-style: none;
}
.gp-comment-body {
display: flex;
margin-bottom: 30px;
padding: 20px;
border-radius: 5px;
word-break: normal;
overflow-wrap: anywhere;
}
.gp-comment-body > p:last-child {
margin-bottom: 0;
}
.gp-comment-avatar {
flex-shrink: 0;
}
.gp-comment-avatar .avatar {
width: 48px;
height: auto;
margin-right: 20px;
border-radius: 50%;
}
.gp-comment-content {
flex: 1 1 auto;
}
.gp-comment-meta {
line-height: 1;
}
.gp-comment-author {
display: block;
margin-bottom: 5px;
}
.gp-comment-author .gp-verified-icon,
.gp-comment-author .gp-verified-image {
margin-left: 5px;
}
.gp-comment-date-time {
display: block;
margin-bottom: 10px;
font-size: 12px;
line-height: 12px;
}
.gp-comment-text {
font-size: 14px;
line-height: 24px;
}
.gp-comment-text > p:last-child {
margin-bottom: 0;
}
.gp-comment-review-title {
margin-bottom: 10px;
font-weight: 500;
}
.gp-comment-good-bad-points {
display: flex;
gap: 20px;
flex-direction: column;
}
.gp-comment-good-bad-points ul {
margin: 0;
flex: 1 0 50%;
}
.gp-comment-good-bad-points li {
display: flex;
list-style-type: none;
}
.gp-comment-good-bad-points .gp-element-icon {
margin-right: 8px;
}
.gp-comment-reply-link {
display: block;
margin-top: 10px;
line-height: 0;
}
.gp-comment-reply-link a {
display: inline-block;
font-size: 12px;
line-height: 12px;
}
#respond + .gp-comment-reply-link {
display: none;
} .gp-comment-list-outer .gp-pagination {
text-align: center;
margin: 0;
}
.gp-comment-list-outer .gp-pagination li {
padding: 0 5px;
}
.gp-comment-list-outer .gp-pagination ul.page-numbers .page-numbers.prev:before,
.gp-comment-list-outer .gp-pagination ul.page-numbers .page-numbers.next:before {
content: none;
} #respond {
position: relative;
}
#respond label {
display: block;
margin-bottom: 5px;
line-height: 1;
}
#commentform.gp-loading {
opacity: 0.5;
}
#commentform p {
display: inline-block;
width: 100%;
line-height: 1;
}
.gp-comment-field {
margin-bottom: 20px;
}
#commentform .gp-comment-form-good-bad-points {
display: flex;
flex-direction: column;
}
#commentform .form-submit {
margin: 0;
}
#commentform p.logged-in-as,
#commentform p.comment-notes,
#commentform p.comment-form-cookies-consent label {
font-size: 90%;
line-height: 1.4em;
letter-spacing: inherit;
text-transform: inherit;
font-weight: inherit;
font-style: inherit;
}
#commentform p.comment-form-cookies-consent label {
display: inline;
}
.gp-standard-reply #commentform .gp-comment-form-review-title,
.gp-standard-reply #commentform .gp-form-rating,
.gp-standard-reply #commentform .gp-comment-form-good-bad-points {
display: none;
}
.gp-reply-title {
margin: 0 0 10px 0;
}
.gp-cancel-reply {
display: block;
margin: 0;
}
#cancel-comment-reply-link {
font-size: small;
line-height: 1;
font-weight: normal;
}
.gp-comment-success-message {
margin-top: 20px;
}
.gp-comment-error-message {
margin-top: 20px;
}
.gp-character-limit-message {
display: block;
margin-top: 10px;
}  .elementor-widget-ghostpool_featured_image {
line-height: 0;
}
.gp-element-featured-item {
position: relative;
line-height: 0;
}
.gp-featured-item-background.gp-featured-item-outer {
display: inline-block;
position: relative;
max-width: 100%;
overflow: hidden;
}
.gp-featured-item-outer.gp-video-item {
width: 100%;
}
.gp-featured-item-outer:not(.gp-video-item) .gp-featured-item-inner {
position: absolute;
z-index: 1;
top: 0;
left: 0;
width: 100%;
height: 100%;
max-width: 100%;
background-size: cover;
background-repeat: no-repeat;
}
.gp-placeholder-image + .elementor-background-overlay {
display: none;
}
.gp-items-grid .gp-featured-item-inner {
width: 100% !important;
} .gp-image-link {
position: absolute;
z-index: 2;
top: 0;
left: 0;
width: 100%;
height: 100%;
cursor: pointer;
}
.gp-featured-image-caption-text {
display: block;
width: 100%;
margin-top: 0.5em;
} .gp-audio-item {
display: block;
position: absolute;
bottom: 0;
left: 0;
width: 100%;
}
.gp-featured-item-outer + .gp-audio-item {
position: relative;
z-index: 3;
}
.gp-theme .mejs-button > button,
.gp-theme .mejs-button > button:hover,
.gp-theme .mejs-button > button:focus {
background-color: transparent;
border-radius: 0;
padding: 0;
} .gp-post-format-gallery-content p,
.gp-post-format-gallery-content .wp-caption-text {
display: none;
}
.gp-post-format-gallery-content .gallery-item {
margin: 0 !important;
} .gp-gallery-slider-item {
display: block;
}  .gp-element-form {
position: relative;
}
.gp-element-form.gp-loading {
opacity: 0.5;
}
.gp-element-form p {
margin: 0;
}
.gp-field:not(.gp-field-hide) {
margin-bottom: 20px;
}
.gp-field:last-child {
margin: 0 !important;
}
.gp-field-hide {
margin: 0;
}
.gp-element-form .gp-label {
display: block;
margin-bottom: 10px;
font-size: 16px;
line-height: 22px;
font-weight: 500;
}
.gp-field-desc {
font-size: small;
}
.gp-field > .gp-field-desc,
.gp-post-format-field > .gp-field-desc {
margin-top: 5px;
} .gp-element-form .gp-text-field {
width: 100%;
} .gp-element-form .gp-checkbox-field-span {
display: flex;
align-items: center;
} .gp-element-form input[type='radio'] {
margin-bottom: 3px;
} .gp-upload-button {
cursor: pointer;
}
.gp-uploads .gp-upload-preview {
margin-bottom: 10px;
}
.gp-gallery-field .gp-uploads .gp-upload-preview {
margin-right: 10px;
} .gp-post-format-field {
display: none;
margin-top: 10px;
}
.gp-post-format-field.gp-show {
display: block;
} .gp-element-form .gp-privacy-policy,
.gp-element-form .gp-rememberme {
display: block;
float: left;
width: 100%;
line-height: 1;
}
.gp-element-form .gp-privacy-policy-label {
display: inline-block;
width: 100%;
} .gp-element-form .gp-submit-button-wrapper {
margin-bottom: 0;
}
.gp-element-form .gp-submit-button {
width: auto;
cursor: pointer;
}
.gp-button-full-width.gp-element-form .gp-submit-button {
width: 100%;
}
.gp-element-form .gp-submit-button .gp-icon-align-right {
margin-left: 8px;
}
.gp-element-form .gp-submit-button .gp-icon-align-left {
margin-right: 8px;
} .gp-form-success-message {
margin-bottom: 30px;
}
.gp-form-success-message.gp-show-message {
display: block;
}
.gp-form-error-message {
margin-top: 10px;
padding: 10px 20px;
}
.gp-error .gp-form-error-message {
display: block;
} .gp-affiliates-header {
display: flex;
padding: 10px;
text-align: center;
align-items: center;
}
.gp-affiliates-field-row {
display: flex;
padding: 10px;
text-align: center;
align-items: center;
justify-content: space-between;
}
.gp-affiliates-title {
font-weight: 600;
}
.gp-affiliates-image-field {
line-height: 0 !important;
} .gp-element-image-gallery {
display: flex;
flex-wrap: wrap;
align-items: center;
overflow: hidden;
}
.gp-gallery-item {
float: left;
padding: 0 5px 15px 5px;
text-align: center;
}
.gp-gallery-item a {
display: block;
line-height: 0;
}
.gp-gallery-item img {
line-height: 0;
}   .gp-items-grid .gp-item .elementor,
.gp-items-grid .gp-item .elementor > .elementor-element,
.gp-items-grid .gp-item .elementor > .elementor-inner,
.gp-items-grid .gp-item .elementor > .elementor-element > .elementor-container,
.gp-items-grid .gp-item .elementor > .elementor-element > .elementor-container > .elementor-column,
.gp-items-grid
.gp-item
.elementor
> .elementor-element
> .elementor-container
> .elementor-column
> .elementor-widget-wrap {
height: 100%;
}
.gp-no-items-found-message {
width: 100%;
} .gp-items-list .gp-item:last-child {
margin-bottom: 0;
} .gp-items-masonry {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.gp-item-gutter-size {
position: absolute;
} .gp-items-grid {
display: -ms-grid;
display: grid;
} .gp-items-columns .gp-item {
display: inline-block;
vertical-align: top;
} .gp-basic-post-item {
width: 100%;
}
.gp-items-list .gp-basic-post-item {
display: flex;
}
.gp-basic-image-link {
display: block;
width: 100%;
margin-bottom: 10px;
line-height: 0;
}
.gp-items-list .gp-basic-image-link {
display: block;
width: auto;
margin-right: 15px;
flex: 0 0 auto;
line-height: 0;
}
.gp-basic-image-link img {
width: 100%;
}
.gp-items-list .gp-basic-image-link img {
width: auto;
}
.gp-basic-post-item .gp-basic-post-item-text h2 {
margin: 0 0 5px 0;
font-size: 18px;
line-height: 24px;
}
.gp-basic-post-item-excerpt {
margin-bottom: 10px;
hyphens: auto;
word-break: normal;
overflow-wrap: anywhere;
}
.gp-basic-post-item-metas {
display: flex;
position: relative;
font-size: 15px;
line-height: 21px;
}
.gp-basic-post-item-meta {
margin-right: 10px;
} .gp-element-items-wrapper.gp-loading .gp-element-items {
opacity: 0.5;
} .gp-element-good-bad-points ul {
margin: 0;
}
.gp-element-good-bad-points li {
display: flex;
list-style-type: none;
}
.gp-element-good-bad-points li:last-child {
margin: 0 !important;
}
.gp-element-good-bad-points .gp-element-icon {
margin-right: 8px;
}  .gp-element-heading {
position: relative;
margin: 0;
line-height: 1;
}
.gp-element-heading.gp-has-heading-filters {
display: flex;
}
.gp-heading-secondary-background {
position: absolute;
z-index: 1;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #000;
}
.gp-style-bottom-left-slanted .gp-heading-secondary-background,
.gp-style-bottom-right-slanted .gp-heading-secondary-background {
top: auto;
bottom: 0;
}
.gp-element-heading.gp-icon-align-right .gp-element-icon {
margin-left: 8px;
}
.gp-element-heading.gp-icon-align-left .gp-element-icon {
margin-right: 8px;
}  .gp-heading {
position: relative;
z-index: 2;
margin: 0;
}
.gp-inline-header .gp-heading {
display: inline-block;
}
.gp-stretch-header .gp-heading {
display: block;
} .gp-style-standard-background .gp-heading {
padding: 20px;
background-color: #000;
color: #fff;
} .gp-style-horizontal-line-through {
display: flex;
}
.gp-style-horizontal-line-through .gp-heading,
.gp-style-horizontal-line-through.gp-heading {
display: flex;
flex-direction: row;
width: 100%;
}
.gp-style-horizontal-line-through .gp-heading:after,
.gp-style-horizontal-line-through .gp-heading:before,
.gp-style-horizontal-line-through.gp-heading:after,
.gp-style-horizontal-line-through.gp-heading:before {
content: '';
flex: 1 1;
margin: auto;
border-style: solid;
border-width: 2px 0 0 0;
}
.gp-style-horizontal-line-through .gp-heading:before,
.gp-style-horizontal-line-through.gp-heading:before {
margin-right: 10px;
}
.gp-style-horizontal-line-through .gp-heading:after,
.gp-style-horizontal-line-through.gp-heading:after {
margin-left: 10px;
}
.gp-style-horizontal-line-through.gp-text-align-left .gp-heading:before {
content: none;
}
.gp-style-horizontal-line-through.gp-text-align-left .gp-heading:after {
content: '';
}
.gp-style-horizontal-line-through.gp-text-align-right .gp-heading:after {
content: none;
}
.gp-style-horizontal-line-through.gp-text-align-right .gp-heading:before {
content: '';
}
.gp-style-horizontal-line-through.gp-text-align-center .gp-heading:before,
.gp-style-horizontal-line-through.gp-text-align-center .gp-heading:after {
content: '';
}
.gp-style-horizontal-line-through.gp-text-align-left {
text-align: start;
justify-content: flex-start;
}
.gp-style-horizontal-line-through.gp-text-align-right {
text-align: end;
justify-content: flex-end;
}
.gp-style-horizontal-line-through.gp-text-align-center {
text-align: center;
justify-content: center;
} .gp-style-double-slanted .gp-heading,
.gp-style-double-slanted.gp-heading,
.gp-style-top-left-slanted .gp-heading,
.gp-style-top-left-slanted.gp-heading,
.gp-style-top-right-slanted .gp-heading,
.gp-style-top-right-slanted.gp-heading,
.gp-style-bottom-left-slanted .gp-heading,
.gp-style-bottom-left-slanted.gp-heading,
.gp-style-bottom-right-slanted .gp-heading,
.gp-style-bottom-right-slanted.gp-heading,
.gp-style-double-slanted .gp-heading:before,
.gp-style-double-slanted.gp-heading:before,
.gp-style-top-left-slanted .gp-heading:before,
.gp-style-top-left-slanted.gp-heading:before,
.gp-style-top-right-slanted .gp-heading:before,
.gp-style-top-right-slanted.gp-heading:before,
.gp-style-bottom-left-slanted .gp-heading:before,
.gp-style-bottom-left-slanted.gp-heading:before,
.gp-style-bottom-right-slanted .gp-heading:before,
.gp-style-bottom-right-slanted.gp-heading:before {
background-color: #000;
color: #fff;
} .gp-style-double-slanted .gp-heading,
.gp-style-double-slanted.gp-heading {
position: relative;
padding: 10px 50px 10px 10px;
background: none !important;
}
.gp-style-double-slanted .gp-heading:before,
.gp-style-double-slanted.gp-heading:before {
content: '';
z-index: -1;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-transform-origin: 100% 0;
-ms-transform-origin: 100% 0;
transform-origin: 100% 0;
-webkit-transform: skew(-45deg);
-ms-transform: skew(-45deg);
transform: skew(-45deg);
}
body.rtl .gp-style-double-slanted .gp-heading:before,
body.rtl .gp-style-double-slanted.gp-heading:before {
-webkit-transform: skew(45deg);
-ms-transform: skew(45deg);
transform: skew(45deg);
} .gp-style-top-left-slanted .gp-heading,
.gp-style-top-left-slanted.gp-heading {
position: relative;
margin-left: 44px;
padding: 10px;
}
body:not(.rtl) .gp-style-top-left-slanted .gp-heading:before,
body.rtl .gp-style-top-right-slanted .gp-heading:before,
body:not(.rtl) .gp-style-top-left-slanted.gp-heading:before,
body.rtl .gp-style-top-right-slanted.gp-heading:before {
content: '';
z-index: -1;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-transform-origin: bottom left;
-ms-transform-origin: bottom left;
transform-origin: bottom left;
-webkit-transform: skew(45deg, 0deg);
-ms-transform: skew(45deg, 0deg);
transform: skew(45deg, 0deg);
} .gp-style-bottom-left-slanted .gp-heading,
.gp-style-bottom-left-slanted.gp-heading {
position: relative;
margin-left: 44px;
padding: 10px;
font-size: 20px;
line-height: 30px;
}
body:not(.rtl) .gp-style-bottom-left-slanted .gp-heading:before,
body.rtl .gp-style-bottom-right-slanted .gp-heading:before,
body:not(.rtl) .gp-style-bottom-left-slanted.gp-heading:before,
body.rtl .gp-style-bottom-right-slanted.gp-heading:before {
content: '';
z-index: -1;
position: absolute;
top: 0;
left: -50px;
width: 100%;
height: 100%;
-webkit-transform-origin: bottom left;
-ms-transform-origin: bottom left;
transform-origin: bottom left;
-webkit-transform: skew(-45deg);
-ms-transform: skew(-45deg);
transform: skew(-45deg);
} .gp-style-top-right-slanted .gp-heading,
.gp-style-top-right-slanted.gp-heading {
position: relative;
margin-right: 44px;
padding: 10px;
}
body:not(.rtl) .gp-style-top-right-slanted .gp-heading:before,
body.rtl .gp-style-top-left-slanted .gp-heading:before,
body:not(.rtl) .gp-style-top-right-slanted.gp-heading:before,
body.rtl .gp-style-top-left-slanted.gp-heading:before {
content: '';
z-index: -1;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-transform-origin: bottom left;
-ms-transform-origin: bottom left;
transform-origin: bottom left;
-webkit-transform: skew(-45deg, 0deg);
-ms-transform: skew(-45deg, 0deg);
transform: skew(-45deg, 0deg);
} .gp-style-bottom-right-slanted .gp-heading,
.gp-style-bottom-right-slanted.gp-heading {
position: relative;
margin-right: 44px;
padding: 10px;
font-size: 20px;
line-height: 30px;
}
body:not(.rtl) .gp-style-bottom-right-slanted .gp-heading:before,
body.rtl .gp-style-bottom-left-slanted .gp-heading:before,
body:not(.rtl) .gp-style-bottom-right-slanted.gp-heading:before,
body.rtl .gp-style-bottom-left-slanted.gp-heading:before {
content: '';
z-index: -1;
position: absolute;
top: 0;
right: -50px;
width: 100%;
height: 100%;
-webkit-transform-origin: bottom left;
-ms-transform-origin: bottom left;
transform-origin: bottom left;
-webkit-transform: skew(45deg);
-ms-transform: skew(45deg);
transform: skew(45deg);
}  .gp-heading-filters,
.gp-filter-format-links {
display: flex;
}
.gp-filters-align-flex-start {
justify-content: flex-start;
}
.gp-filters-align-center {
justify-content: center;
}
.gp-filters-align-flex-end {
justify-content: flex-end;
}
.gp-filters-align-space-between {
justify-content: space-between;
} .gp-filter-format-links a {
margin-right: 25px;
}
.gp-filter-format-links a:last-child {
margin-right: 0;
} .gp-heading-filters {
position: relative;
z-index: 3;
height: 100%;
align-self: center;
flex: 1 1 auto;
}
.gp-filter-format-dropdown-menu {
height: 100%;
flex-shrink: 0;
}
.gp-filter-dropdown-menu-link {
display: block;
position: relative;
height: 100%;
padding: 0 10px;
cursor: pointer;
}
.gp-filter-dropdown-text {
display: inline-flex;
align-items: center;
height: 100%;
}
.gp-filter-dropdown-menu-icon {
display: inline-block;
margin-left: 10px;
}
.gp-filter-dropdown-menu-icon:after {
content: '\e812';
font-family: 'fontello';
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 0.8em;
}
.gp-filter-dropdown-menu {
display: none;
position: absolute;
z-index: 3;
top: auto;
left: 0;
min-width: 200px;
padding: 5px 0;
background: #f8f8f8;
text-align: left;
}
.gp-filters-align-flex-end .gp-filter-format-dropdown-menu .gp-filter-dropdown-menu,
.gp-filters-align-space-between .gp-filter-format-dropdown-menu:last-child .gp-filter-dropdown-menu {
left: auto;
right: 0;
}
.gp-filter-dropdown-menu-link:hover .gp-filter-dropdown-menu {
display: block;
}
.gp-filter-dropdown-menu a.gp-filter-link {
display: block;
margin: 0;
padding: 5px 10px;
color: inherit;
}  .gp-pagination {
margin-top: 40px;
}
.gp-pagination-numbers {
position: relative;
width: 100%;
clear: both;
}
.gp-pagination ul.page-numbers,
.gp-pagination.gp-post-page-numbers {
display: flex;
position: relative;
overflow: hidden;
width: 100%;
margin: 0;
padding: 0;
list-style: none;
}
.gp-pagination li {
display: inline-block;
}
.gp-pagination li .page-numbers,
.gp-pagination .post-page-numbers {
display: inline-block;
width: 42px;
height: 42px;
line-height: 42px;
margin-right: 5px;
text-align: center;
}
.gp-pagination li .current.page-numbers,
.gp-pagination .post-page-numbers.current {
cursor: default;
}
.gp-pagination li .page-numbers.prev:before,
.gp-pagination li .page-numbers.next:before {
font-family: 'fontello';
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.gp-pagination li .page-numbers.prev:before,
body.rtl .gp-pagination li .page-numbers.next:before {
content: '\e811';
}
.gp-pagination li .page-numbers.next:before,
body.rtl .gp-pagination li .page-numbers.prev:before {
content: '\e810';
}
.gp-pagination.gp-post-page-numbers {
margin-top: 40px;
} .gp-pagination-arrows {
display: flex;
position: relative;
z-index: 3;
top: 0;
left: 0;
width: 100%;
clear: both;
}
.gp-pagination-arrows .page-numbers {
display: inline-block;
line-height: 1;
}
.gp-pagination-arrows .page-numbers li .page-numbers {
margin: 0;
}
.gp-pagination-arrows .page-numbers.gp-disabled {
opacity: 0.5;
}
.gp-pagination-arrows .gp-icons-default:before {
position: relative;
font-family: 'fontello';
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 30px;
}
.gp-pagination-arrows .gp-prev.gp-icons-default:before {
content: '\e811';
}
.gp-pagination-arrows .gp-next.gp-icons-default:before {
content: '\e810';
} .gp-load-more-button {
display: inline-block;
cursor: pointer;
}
.gp-element-items[data-pagination-type='load-more-scrolling'] + .gp-pagination {
display: none;
} .gp-element-logo {
display: block;
line-height: 0;
}   .gp-menu-container {
position: relative;
}
.gp-menu-container .menu {
display: flex;
margin: 0;
list-style: none;
font-size: 0; flex-wrap: wrap;
}
.gp-menu-container.gp-format-vertical .menu {
flex-direction: column;
width: 100%;
clear: both;
} .gp-menu-container.gp-format-horizontal .menu-item {
display: inline-block;
position: relative;
vertical-align: bottom;
}
.gp-menu-container.gp-format-vertical .menu-item {
display: block;
position: relative;
width: 100%;
clear: both;
}
.gp-menu-container .menu-item.gp-standard-menu {
position: relative;
}
.gp-menu-container .menu-item.gp-hide-on-mobile {
display: none;
}
.gp-menu-container .menu > .menu-item {
white-space: nowrap;
}
.gp-menu-container .menu-item.gp-hidden {
display: none !important;
}
.gp-menu-container .sub-menu .menu-item {
position: relative;
width: 100%;
} .gp-menu-link {
display: flex;
font-size: 16px;
line-height: 22px;
align-items: center;
padding: 5px 10px;
margin: 0 10px;
word-break: normal;
overflow-wrap: anywhere;
}
.menu-item-has-children > .gp-menu-link {
justify-content: space-between;
}
.gp-menu-container.gp-format-vertical .gp-menu-link {
white-space: normal;
}
.gp-menu-container .sub-menu .gp-menu-link {
padding: 5px 20px;
margin: 0;
}
.gp-menu-container.gp-format-horizontal .sub-menu .gp-menu-link {
width: 100%;
}
.gp-top-level-dropdown-icon-position-left .gp-menu-link,
.gp-dropdown-menu-dropdown-icon-position-left .sub-menu .gp-menu-link {
flex-direction: row-reverse;
text-align: right;
} .gp-top-level-icon-position-left .gp-menu-icon {
margin-right: 10px;
}
.gp-top-level-icon-position-right .gp-menu-icon {
margin-left: 10px;
}
.gp-top-level-icon-position-top .gp-menu-icon {
margin-bottom: 10px;
}
.gp-top-level-icon-position-bottom .gp-menu-icon {
margin-top: 10px;
}
.menu > .menu-item.gp-hide-menu-label > .gp-menu-link .gp-menu-icon {
margin: 0;
}
.gp-top-level-icon-position-top .gp-menu-icon,
.gp-top-level-icon-position-bottom .gp-menu-icon {
display: block;
text-align: center;
} .gp-top-level-dropdown-icon-position-right .menu > .menu-item > .gp-menu-link .gp-dropdown-menu-icon {
margin-left: 10px;
}
.gp-top-level-dropdown-icon-position-left .menu > .menu-item > .gp-menu-link .gp-dropdown-menu-icon {
margin-right: 10px;
} .gp-menu-username {
margin-left: 8px;
} .gp-menu-divider:before,
.gp-menu-divider:after {
display: block;
background-color: #eee;
width: 100%;
height: 1px;
}
.gp-menu-divider-top:before {
content: '';
}
.gp-menu-divider-bottom:after {
content: '';
} .menu-item.gp-columns-menu .gp-column-menu-item .sub-menu {
display: block;
position: relative;
top: auto !important;
left: auto !important;
right: auto !important;
width: auto;
}  .gp-menu-container .sub-menu {
display: none;
margin: 0;
}
.gp-menu-container .menu-item:not(.gp-column-menu-item):not(.gp-mega-menu-ready) > .sub-menu {
padding: 10px 0;
}
.gp-menu-container .menu-item:not([data-sub-menu-width]):focus-within > .sub-menu {
display: block;
}
.gp-menu-container .menu-item[data-sub-menu-width]:focus-within > .sub-menu {
display: flex;
}
.gp-menu-container .sub-menu .menu-item {
font-size: initial;
} .gp-menu-container.gp-format-horizontal .menu-item:not(.gp-column-menu-item) > .sub-menu {
background: #f8f8f8;
}
.gp-menu-container.gp-dropdown-menu-hover .menu-item:not([data-sub-menu-width]):hover > .sub-menu {
display: block;
}
.gp-menu-container.gp-dropdown-menu-hover .menu-item.gp-mega-menu-ready:hover > .sub-menu {
display: flex;
}
.gp-menu-container.gp-format-horizontal .sub-menu {
display: none;
position: absolute;
z-index: 99;
top: auto;
left: auto;
overflow: visible;
width: 250px;
margin: 0;
white-space: normal;
list-style: none;
text-align: left;
}
.gp-menu-container.gp-format-horizontal .gp-columns-menu .sub-menu {
width: 100%;
}
.gp-menu-container.gp-format-horizontal
.menu-item:not(.gp-columns-menu):not([data-sub-menu-width])
.sub-menu
.menu-item {
display: flex;
flex-wrap: wrap;
clear: both;
justify-content: space-between;
}
.gp-menu-container.gp-format-horizontal .sub-menu .menu-item:last-child {
margin-bottom: 0 !important;
border-bottom-width: 0 !important;
}
.gp-menu-container.gp-format-horizontal.gp-dropdown-menu-position-left .sub-menu {
right: 0;
}
.gp-menu-container.gp-format-horizontal.gp-dropdown-menu-position-right .sub-menu {
left: 0;
}
.gp-menu-container.gp-format-horizontal.gp-dropdown-menu-position-right .sub-menu .menu-item .sub-menu {
left: 100%;
right: auto;
}
.gp-menu-container.gp-format-horizontal.gp-dropdown-menu-position-left .sub-menu .menu-item .sub-menu {
left: -100%;
right: auto;
} .gp-dropdown-menu-icon {
line-height: 1;
font-weight: 100;
cursor: pointer;
}
.menu-item:not(.menu-item-has-children) > .gp-dropdown-menu-icon {
display: none;
}
.gp-dropdown-menu-dropdown-icon-position-left .menu .sub-menu > .menu-item .gp-dropdown-menu-icon {
padding-right: 10px;
}
.gp-dropdown-menu-dropdown-icon-position-right .menu .sub-menu > .menu-item .gp-dropdown-menu-icon {
padding-left: 10px;
}
.gp-dropdown-menu-icon:before {
content: '\e812';
font-family: 'fontello';
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 0.8em;
}
body:not(.rtl)
.gp-menu-container.gp-format-horizontal.gp-dropdown-menu-position-right
.sub-menu
.menu-item-has-children
.gp-dropdown-menu-icon:before,
body.rtl
.gp-menu-container.gp-format-horizontal.gp-dropdown-menu-position-left
.sub-menu
.menu-item-has-children
.gp-dropdown-menu-icon:before {
content: '\e810';
}
body:not(.rtl)
.gp-menu-container.gp-format-horizontal.gp-dropdown-menu-position-left
.sub-menu
.menu-item-has-children
.gp-dropdown-menu-icon:before,
body.rtl
.gp-menu-container.gp-format-horizontal.gp-dropdown-menu-position-right
.sub-menu
.menu-item-has-children
.gp-dropdown-menu-icon:before {
content: '\e811';
}
.gp-menu-container.gp-format-vertical .gp-selected > .gp-menu-link .gp-dropdown-menu-icon:before {
content: '\e80f';
} .menu-item .gp-notification-counter {
width: 20px;
height: 20px;
font-size: 12px;
line-height: 20px;
color: #fff;
background: #000;
border-radius: 50%;
text-align: center;
}
.gp-top-level-dropdown-icon-position-right .menu > .menu-item .gp-notification-counter {
margin-left: 5px;
}
.gp-top-level-dropdown-icon-position-left .menu > .menu-item .gp-notification-counter {
margin-right: 5px;
} .gp-profile-menu .gp-profile-menu-inner {
position: relative;
display: flex;
align-items: center;
}
.gp-profile-menu .gp-profile-menu-inner .avatar {
width: 30px;
height: 30px;
margin-right: 10px;
border-radius: 50%;
}
.gp-profile-menu.gp-hide-menu-label .avatar {
margin-right: 0;
}
.gp-profile-menu .gp-profile-menu-inner .gp-notification-counter,
.menu .gp-profile-menu.menu-item:hover .gp-profile-menu-inner .gp-notification-counter {
position: absolute;
top: -5px;
left: 15px;
} .gp-profile-link > .gp-menu-link {
border: 0 !important;
background: transparent !important;
}
.gp-profile-link .avatar {
width: 30px;
height: 30px;
border-radius: 50%;
}
.gp-profile-link > .gp-notification-counter,
.menu .gp-profile-link.menu-item:hover > .gp-notification-counter {
position: absolute;
left: 25px;
top: 50%;
} .elementor-widget-ghostpool_trending.elementor-invisible {
visibility: visible;
}
.gp-element-news-ticker {
margin: 0;
list-style: none;
}
.gp-element-news-ticker[data-animation='slide'] {
visibility: hidden;
}
.gp-element-news-ticker[data-animation='fade'] a {
display: block;
}
.gp-element-news-ticker[data-animation='slide'] li {
display: inline-block;
}
.gp-element-news-ticker[data-animation='slide'] li:after {
margin: 0 5px;
}
.gp-element-news-ticker.gp-divider-none li:after {
content: '\00A0';
}
.gp-element-news-ticker.gp-divider-backslash li:after {
content: '\005C';
}
.gp-element-news-ticker.gp-divider-dash li:after {
content: '\2013';
}
.gp-element-news-ticker.gp-divider-middle-dot li:after {
content: '\00B7';
}
.gp-element-news-ticker.gp-divider-forward-slash li:after {
content: '\2215';
}
.gp-element-news-ticker.gp-divider-vertical-bar li:after {
content: '\007C';
} .gp-element-number {
display: flex;
align-items: center;
width: 40px;
height: 40px;
} .gp-level-comparison-items .gp-level-td {
display: flex;
}
.gp-level-badge.gp-button {
cursor: auto;
} .gp-element-post-format-icon {
line-height: 1;
}
.gp-element-post-format-icon i {
font-size: 30px;
}
.gp-element-post-format-icon svg {
width: 30px;
} .gp-element-post-meta {
display: flex;
position: relative;
align-items: flex-start;
word-break: normal;
overflow-wrap: anywhere;
hyphens: auto;
}
.gp-element-post-meta .gp-heading {
display: inline-flex;
flex-flow: wrap;
}
.gp-element-post-meta.gp-style-none .gp-heading {
width: 100%;
}
body:not(.rtl) .gp-element-post-meta.gp-icon-align-left .gp-element-icon,
body.rtl .gp-element-post-meta.gp-icon-align-right .gp-element-icon {
margin-right: 8px;
}
body:not(.rtl) .gp-element-post-meta.gp-icon-align-right .gp-element-icon,
body.rtl .gp-element-post-meta.gp-icon-align-left .gp-element-icon {
margin-left: 8px;
}
.gp-element-post-meta .gp-post-meta {
display: flex;
}
.gp-element-post-meta .gp-post-meta:last-child {
margin: 0;
}
.gp-element-post-meta .gp-post-meta:not(:last-child):after {
margin: 0 5px;
}
.gp-element-post-meta.gp-divider-none .gp-post-meta:not(:last-child):after {
content: '\00A0';
}
.gp-element-post-meta.gp-divider-backslash .gp-post-meta:not(:last-child):after {
content: '\005C';
}
.gp-element-post-meta.gp-divider-dash .gp-post-meta:not(:last-child):after {
content: '\2013';
}
.gp-element-post-meta.gp-divider-middle-dot .gp-post-meta:not(:last-child):after {
content: '\00B7';
}
.gp-element-post-meta.gp-divider-forward-slash .gp-post-meta:not(:last-child):after {
content: '\2215';
}
.gp-element-post-meta.gp-divider-vertical-bar .gp-post-meta:not(:last-child):after {
content: '\007C';
}
.gp-format-row .gp-post-meta-inner {
flex-shrink: 0;
width: 100%;
}
.gp-element-post-meta .gp-post-meta.gp-post-meta-avatar:not(:last-child):after {
content: '';
}
.gp-element-post-meta .gp-post-meta.gp-post-meta-avatar {
display: inline-block;
line-height: 0;
align-self: center;
}
.gp-element-post-meta .gp-post-meta-avatar img {
display: inline-block;
width: 48px;
height: auto;
margin-right: 20px;
border-radius: 50%;
}
.gp-element-post-meta.gp-format-column .gp-post-meta:last-child {
margin-bottom: 0 !important;
}
.gp-element-post-meta .gp-term {
display: inline-block;
line-height: 1;
}  .gp-element-post-navigation {
display: flex;
position: relative;
justify-content: space-between;
}
.gp-element-post-navigation.gp-has-post-titles {
flex-direction: column;
}
.gp-post-navigation-link {
display: flex;
width: 100%;
word-break: normal;
overflow-wrap: anywhere;
}
.gp-post-navigation-link[rel='prev'] {
text-align: left;
}
.gp-post-navigation-link[rel='next'] {
text-align: right;
}
.gp-post-navigation-border {
width: 100%;
height: 1px;
margin: 20px 0;
flex-shrink: 0;
background-color: #eee;
}
.gp-post-navigation-text {
display: block;
position: relative;
flex: 1 1 auto;
align-self: center;
} .gp-post-navigation-label {
display: block;
color: #000;
font-size: 12px;
line-height: 20px;
font-weight: 700;
text-transform: uppercase;
text-decoration: none;
transition: all 0.2s;
} .gp-post-navigation-post-title {
display: block;
font-size: 14px;
line-height: 22px;
text-decoration: none;
transition: all 0.2s;
} .gp-post-navigation-image {
display: block;
position: relative;
flex: 0 0 auto;
align-self: center;
line-height: 0;
border-radius: 50%;
}
.gp-post-navigation-image .gp-image {
width: 75px;
height: 75px;
border-radius: 50%;
}
.gp-post-navigation-link[rel='prev'] .gp-post-navigation-image {
margin-right: 20px;
}
.gp-post-navigation-link[rel='next'] .gp-post-navigation-image {
margin-left: 20px;
} .gp-post-navigation-icon {
display: block;
position: relative;
align-self: center;
font-size: 30px;
}
.gp-element-post-navigation .gp-post-navigation-icon:before {
font-family: 'fontello';
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 30px;
line-height: 30px;
font-weight: 100;
}
.gp-element-post-navigation.gp-icons-default a[rel='prev'] .gp-post-navigation-icon:before,
body.rtl .gp-element-post-navigation.gp-icons-default a[rel='next'] .gp-post-navigation-icon:before {
content: '\e811';
}
.gp-element-post-navigation.gp-icons-default a[rel='next'] .gp-post-navigation-icon:before,
body.rtl .gp-element-post-navigation.gp-icons-default a[rel='prev'] .gp-post-navigation-icon:before {
content: '\e810';
}
.gp-element-post-navigation.gp-icons-arrows a[rel='prev'] .gp-post-navigation-icon:before,
body.rtl .gp-element-post-navigation.gp-icons-arrows a[rel='next'] .gp-post-navigation-icon:before {
content: '\E830';
}
.gp-element-post-navigation.gp-icons-arrows a[rel='next'] .gp-post-navigation-icon:before,
body.rtl .gp-element-post-navigation.gp-icons-arrows a[rel='prev'] .gp-post-navigation-icon:before {
content: '\E82F';
}
.gp-element-post-navigation.gp-icons-circle-arrows a[rel='prev'] .gp-post-navigation-icon:before,
body.rtl .gp-element-post-navigation.gp-icons-circle-arrows a[rel='next'] .gp-post-navigation-icon:before {
content: '\E82E';
}
.gp-element-post-navigation.gp-icons-circle-arrows a[rel='next'] .gp-post-navigation-icon:before,
body.rtl .gp-element-post-navigation.gp-icons-circle-arrows a[rel='prev'] .gp-post-navigation-icon:before {
content: '\E82D';
}
.gp-element-post-navigation.gp-icons-chevrons a[rel='prev'] .gp-post-navigation-icon:before,
body.rtl .gp-element-post-navigation.gp-icons-chevrons a[rel='next'] .gp-post-navigation-icon:before {
content: '\E811';
}
.gp-element-post-navigation.gp-icons-chevrons a[rel='next'] .gp-post-navigation-icon:before,
body.rtl .gp-element-post-navigation.gp-icons-chevrons a[rel='prev'] .gp-post-navigation-icon:before {
content: '\E810';
}
.gp-element-post-navigation.gp-icons-double-chevrons a[rel='prev'] .gp-post-navigation-icon:before,
body.rtl .gp-element-post-navigation.gp-icons-double-chevrons a[rel='next'] .gp-post-navigation-icon:before {
content: '\E834';
}
.gp-element-post-navigation.gp-icons-double-chevrons a[rel='next'] .gp-post-navigation-icon:before,
body.rtl .gp-element-post-navigation.gp-icons-double-chevrons a[rel='prev'] .gp-post-navigation-icon:before {
content: '\E833';
}
.gp-element-post-navigation.gp-icons-circle-chevrons a[rel='prev'] .gp-post-navigation-icon:before,
body.rtl .gp-element-post-navigation.gp-icons-circle-chevrons a[rel='next'] .gp-post-navigation-icon:before {
content: '\E832';
}
.gp-element-post-navigation.gp-icons-circle-chevrons a[rel='next'] .gp-post-navigation-icon:before,
body.rtl .gp-element-post-navigation.gp-icons-circle-chevrons a[rel='prev'] .gp-post-navigation-icon:before {
content: '\E831';
}
a[rel='prev'] .gp-post-navigation-icon {
margin-right: 20px;
}
a[rel='next'] .gp-post-navigation-icon {
margin-left: 20px;
} .gp-post-title,
.gp-subtitle,
.gp-archive-title {
margin: 0;
}
.gp-post-title:before,
.gp-post-title:after {
display: inline-block;
vertical-align: middle;
margin-top: -4px;
padding: 4px 5px;
background: #000;
color: #fff;
font-size: 12px;
line-height: 1;
font-weight: 500;
border-radius: 3px;
}
.gp-post-title:before {
margin-right: 5px;
}
.gp-post-title:after {
margin-left: 5px;
}
.gp-has-subtitle .gp-post-title,
.gp-has-desc .gp-archive-title {
margin-bottom: 10px;
}
.gp-archive-description p:last-child {
margin-bottom: 0;
}
.gp-title-divider-outer {
display: flex;
}
.gp-title-divider-inner {
width: 100%;
height: 1px;
margin: 15px 0;
background-color: #000;
} .gp-element-post-content {
hyphens: auto;
word-break: normal;
overflow-wrap: anywhere;
}
.gp-element-post-content p:last-child {
margin-bottom: 0;
}
.gp-element-post-content > *[class*='wp-block'],
.elementor
.elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content)
.gp-element-post-content
figure {
margin-bottom: 28px;
} .gp-element-post-excerpt {
hyphens: auto;
word-break: normal;
overflow-wrap: anywhere;
}
.gp-element-post-excerpt p:last-child {
margin-bottom: 0;
}
.gp-element-post-excerpt .gp-read-more-link {
margin-top: 10px;
} .gp-element-recent-comments ul,
.widget_recent_comments ul {
margin: 0;
list-style: none;
}
.gp-element-recent-comments ul li {
display: flex;
margin: 0;
list-style: none;
align-items: flex-start;
}
.gp-element-recent-comments li {
background-color: #f8f8f8;
padding: 15px;
border-radius: 5px;
}
.widget_recent_comments ul li {
margin: 0;
list-style: none;
}
.gp-element-recent-comments li:not(:last-child) {
margin-bottom: 15px;
}
.gp-element-recent-comments ul li:last-child,
.widget_recent_comments ul li:last-child,
.wp-block-latest-comments__comment:last-child {
margin-bottom: 0;
}
.gp-element-recent-comments .gp-recent-comments-avatar {
margin-right: 20px;
flex: 0 0 auto;
line-height: 0;
border-radius: 50%;
}
.gp-element-recent-comments .gp-recent-comments-avatar img {
width: 48px;
height: auto;
border-radius: 50%;
}
.gp-element-recent-comments .gp-recent-comments-link {
display: block;
width: 100%;
margin-bottom: 5px;
font-size: 14px;
line-height: 20px;
}
.gp-element-recent-comments .gp-recent-comments-excerpt {
display: block;
width: 100%;
font-size: 14px;
line-height: 20px;
}
.gp-element-recent-comments .gp-recent-comments-date {
display: block;
width: 100%;
margin-top: 5px;
color: #b1b1b1;
font-size: 12px;
line-height: 18px;
}  .gp-search-button-wrapper {
position: relative;
line-height: 0;
}
.gp-search-button-wrapper.gp-popup-box-align-left {
text-align: left;
}
.gp-search-button-wrapper.gp-popup-box-align-center {
text-align: center;
}
.gp-search-button-wrapper.gp-popup-box-align-right {
text-align: right;
}
.gp-search-button-wrapper.gp-popup-box-align-justify {
text-align: justify;
}
.gp-search-button {
cursor: pointer;
} .gp-search-popup-box-wrapper {
display: none;
z-index: 1;
position: absolute;
top: 100%;
margin-top: 30px;
}
.gp-search-box-position-type-button.gp-popup-box-align-left.gp-search-popup-box-wrapper {
right: 0;
}
.gp-search-box-position-type-button.gp-popup-box-align-right.gp-search-popup-box-wrapper {
left: 0;
}
.gp-search-box-position-type-page.gp-popup-box-align-center.gp-search-popup-box-wrapper {
right: 0;
}
.gp-search-popup-box {
display: inline-block;
width: 100%;
padding: 15px;
background-color: #f8f8f8;
}
.gp-search-popup-box-wrapper .searchform {
width: 100%;
} .gp-element-search-form,
.gp-search-form {
display: flex;
}
.gp-element-search-form .gp-search-form-input,
.gp-element-search-button .gp-search-form-input {
min-width: 0;
margin: 0;
padding: 0 15px;
flex: 1 1 auto;
border: 1px solid #ddd;
font-size: 20px;
line-height: 20px;
}
.gp-element-search-form .gp-search-form-button,
.gp-element-search-button .gp-search-form-button {
border: 0;
margin: 0 0 0 10px;
padding: 15px;
font-size: 20px;
line-height: 20px;
cursor: pointer;
}
.gp-element-search-form.gp-icon-align-right .gp-element-icon {
margin-left: 8px;
}
.gp-element-search-form.gp-icon-align-left .gp-element-icon {
margin-right: 8px;
}  .elementor,
.elementor-section-wrap {
position: relative;
} .elementor-column-gap-narrow > .elementor-column > .elementor-element-populated {
padding: 5px !important;
}
.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
padding: 10px !important;
}
.elementor-column-gap-extended > .elementor-column > .elementor-element-populated {
padding: 15px !important;
}
.elementor-column-gap-wide > .elementor-column > .elementor-element-populated {
padding: 20px !important;
}
.elementor-column-gap-wider > .elementor-column > .elementor-element-populated {
padding: 30px !important;
}
.elementor-column-gap-no > .elementor-column > .elementor-element-populated,
.elementor-inner-section .elementor-column-gap-no .elementor-element-populated {
padding: 0 !important;
}
.gp-sticky-column-inner {
width: 100%;
} .gp-featured-section-background {
display: none;
position: absolute;
top: 0;
left: 0;
z-index: 0; overflow: hidden;
width: 100%;
height: 100%;
}
.e-con.e-child {
z-index: 1; }
.gp-featured-section-background .gp-featured-item-inner {
display: block;
width: 100%;
height: 100%;
}
.gp-image-background-color {
display: none;
position: absolute;
top: 0;
left: 0;
z-index: -2;
width: 100%;
height: 100%;
}
.gp-hover-effect-dark-overlay + .gp-featured-section-background + .gp-image-background-color {
background: #000;
}  .gp-hover-effect-blur + .gp-featured-item-outer .gp-image-item {
-webkit-filter: blur(0);
filter: blur(0);
-webkit-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
} .gp-hover-effect-dark-overlay + .gp-featured-item-outer .gp-image-item {
opacity: 1;
-webkit-transition: opacity 0.5s ease;
transition: opacity 0.5s ease;
} .gp-hover-effect-zoom + .gp-featured-item-outer .gp-image-item {
-webkit-transition:
-webkit-transform 0.75s ease,
opacity 0.75s;
transition:
transform 0.75s ease,
opacity 0.75s;
}
.gp-hover-effect-zoom:hover + .gp-featured-item-outer .gp-image-item {
-webkit-transform: scale3d(1.04, 1.04, 1);
transform: scale3d(1.04, 1.04, 1);
} .gp-hover-effect-shift-up + .gp-featured-item-outer {
transform: translate3d(0, 0, 0);
transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.gp-hover-effect-shift-up:hover + .gp-featured-item-outer {
transform: translate3d(0, -6px, 0);
}  .gp-element-share-buttons {
display: flex;
flex-wrap: wrap;
width: calc(100% + 1vh);
margin: -5px 0 -5px -5px;
}
.gp-columns-1 .gp-share-button {
width: 100%;
}
.gp-columns-2 .gp-share-button {
width: 50%;
}
.gp-columns-3 .gp-share-button {
width: 33.3%;
}
.gp-columns-4 .gp-share-button {
width: 25%;
}
.gp-columns-5 .gp-share-button {
width: 20%;
}
.gp-columns-6 .gp-share-button {
width: 16.6%;
} .gp-share-button a {
display: flex;
justify-content: center;
position: relative;
height: 36px;
margin: 5px;
padding: 0 10px;
line-height: 36px;
border-radius: 50%;
}
.gp-button-style-icon .gp-share-button a {
width: 36px;
}
.gp-button-style-text .gp-share-button a,
.gp-button-style-icon-text .gp-share-button a {
padding: 0 10px;
}
.gp-button-shift-up .gp-share-button a {
top: 0;
-webkit-transition: top 0.2s;
transition: top 0.2s;
}
.gp-button-shift-up .gp-share-button a:hover {
top: -3px;
}
.gp-button-shift-down .gp-share-button a {
top: 0;
-webkit-transition: top 0.2s;
transition: top 0.2s;
}
.gp-button-shift-down .gp-share-button a:hover {
top: 3px;
} .gp-share-button a:before {
color: #fff;
}
.gp-element-share-buttons:not(.gp-button-style-text) .gp-share-button a:before {
font-family: 'fontello';
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 20px;
}
.gp-element-share-buttons.gp-button-style-icon-text .gp-share-button a:before {
margin-right: 8px;
}
.gp-element-share-buttons:not(.gp-button-style-text) .gp-facebook-icon a:before {
content: '\E82B';
}
.gp-element-share-buttons:not(.gp-button-style-text) .gp-twitter-icon a:before {
content: '\E82A';
}
.gp-element-share-buttons:not(.gp-button-style-text) .gp-pinterest-icon a:before {
content: '\E829';
}
.gp-element-share-buttons:not(.gp-button-style-text) .gp-linkedin-icon a:before {
content: '\E828';
}
.gp-element-share-buttons:not(.gp-button-style-text) .gp-reddit-icon a:before {
content: '\E827';
}
.gp-element-share-buttons:not(.gp-button-style-text) .gp-tumblr-icon a:before {
content: '\E826';
}
.gp-element-share-buttons:not(.gp-button-style-text) .gp-email-icon a:before {
content: '\E825';
}
.gp-element-share-buttons:not(.gp-button-style-text) .gp-whatsapp-icon a:before {
content: '\E82C';
} .gp-share-button-text {
color: #fff;
} .gp-show-comments-item {
padding: 20px;
border-radius: 5px;
background: #fff;
}
.gp-show-comments-columns .gp-show-comments-item {
display: inline-block;
vertical-align: top;
}
.gp-show-comments-columns .gp-show-comments-field {
float: left;
}
.gp-show-comments-avatar {
margin-right: 20px;
border-radius: 50%;
line-height: 0;
}
.gp-show-comments-avatar img {
width: 48px;
height: auto;
border-radius: 50%;
}
.gp-show-comments-item .gp-verified-icon,
.gp-show-comments-item .gp-verified-image {
margin-left: 5px;
}
.gp-show-comments-date {
margin-top: 5px;
}
.gp-show-comments-rating {
margin-top: 10px;
}
.gp-show-comments-excerpt {
margin-top: 10px;
}
.gp-show-comments-post-title {
margin-top: 10px;
}
.gp-show-comments-post-image {
margin-top: 10px;
}  .gp-element-show-rating {
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.gp-criterion-title {
margin-bottom: 5px;
}
.gp-your-criteria-user-rating-text {
margin-top: 5px;
}
.gp-post-average-user-rating-text {
margin-right: 10px;
}
.gp-user-votes-text {
margin-right: 10px;
}
.gp-rating-word {
margin-left: 10px;
}  .gp-non-linear-rating-container {
z-index: 1;
display: -webkit-flex;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
position: relative;
margin-bottom: 15px;
}
.gp-non-linear-rating-container .gp-rating-container {
display: -webkit-flex;
display: flex;
position: relative;
align-items: center;
justify-content: center;
}
.gp-element-show-rating.gp-non-linear-rating-container:not(.gp-rating-style-gauge) .gp-rating-container {
width: 100%;
}  .gp-rating-style-square .gp-rating-container {
width: 100px;
height: 100px;
border-radius: 0;
background: #000;
color: #fff;
} .gp-rating-style-circle .gp-rating-container {
width: 100px;
height: 100px;
border-radius: 50%;
background: #000;
color: #fff;
} .gp-rating-style-gauge .gp-gauge-rating-container {
position: relative;
width: 100px;
height: 100px;
border-radius: 50%;
background: #eee;
}
.gp-rating-style-gauge .gp-gauge-rating-container.gp-full-gauge-rating {
background: #ff0053;
}
.gp-rating-style-gauge .gp-summary-rating-text-wrapper,
.gp-rating-style-gauge .gp-rating-text-wrapper {
z-index: 4;
position: absolute;
width: calc(100% - 20px);
height: calc(100% - 20px);
top: 10px;
right: 10px;
bottom: 10px;
left: 10px;
background: #fff;
color: #000;
border-radius: 50%;
border-style: solid;
align-items: center;
justify-content: center;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.gp-gauge-circle {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
}
.gp-small-rating .gp-gauge-1 {
clip: rect(0, 100px, 100px, 50px);
}
.gp-small-rating .gp-gauge-2 {
clip: rect(0, 50px, 100px, 0);
}
.gp-gauge-spinner {
z-index: 2;
position: absolute;
left: 0;
overflow: hidden;
width: 50%;
height: 100%;
background: #1e73be;
border-radius: 100% 0 0 100%/50% 0 0 50%;
-webkit-transform-origin: 100% 50%;
transform-origin: 100% 50%;
}
body.rtl .gp-gauge-spinner {
right: 0;
left: auto;
border-radius: 100% 0 0 100%/50% 0 0 50%;
}
.gp-small-rating .gp-gauge-spinner {
background: #ff0053;
background: -webkit-linear-gradient(#ff0053 0%, #ff0053 70%);
background: linear-gradient(#ff0053 0%, #ff0053 70%);
}
.gp-large-rating .gp-gauge-spinner {
background: #ff0053;
}
.gp-gauge-filler {
z-index: 3;
position: absolute;
left: 50%;
overflow: hidden;
width: 50%;
height: 100%;
border-radius: 0 100% 100% 0/0 50% 50% 0;
-webkit-transform-origin: 0% 50%;
transform-origin: 0% 50%;
background: #ff0053;
background: -webkit-linear-gradient(#ff0053 0%, #ff0053 70%);
background: linear-gradient(#ff0053 0%, #ff0053 70%);
}
body.rtl .gp-gauge-filler {
right: 50%;
left: auto;
border-radius: 100% 0 0 100%/50% 0 0 50%;
} .gp-non-linear-rating-container .gp-criterion-title {
align-self: center;
} .gp-non-linear-rating-container .gp-rating-text-wrapper {
display: -webkit-flex;
display: flex;
flex-direction: column;
}
.gp-non-linear-rating-container .gp-rating-text {
font-size: 30px;
align-self: center;
}
.gp-non-linear-rating-container .gp-average-rating-user-votes-text {
flex-direction: column;
}
.gp-non-linear-rating-container .gp-user-votes-text.gp-rating-text {
font-size: 14px;
} .gp-non-linear-rating-container .gp-rating-word {
display: -webkit-flex;
display: flex;
}  .gp-linear-rating-container {
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
}
.gp-linear-rating-container.gp-rating-container {
margin-bottom: 15px;
}  .gp-bootstrap-wrapper {
display: -webkit-flex;
display: flex;
line-height: 0;
white-space: nowrap;
}
.rating-symbol {
padding-right: 2px;
line-height: 1;
font-size: 20px;
}
.rating-symbol *[class*='icon-'] {
display: inline-block;
} .gp-rating-style-closed-stars .rating-symbol-foreground,
.gp-rating-style-open-stars .rating-symbol-foreground,
.gp-rating-style-custom-icon .rating-symbol-foreground {
color: #ffc107;
}
.gp-rating-style-closed-stars .rating-symbol-background,
.gp-rating-style-open-stars .rating-symbol-background,
.gp-rating-style-custom-icon .rating-symbol-background {
color: #d6d6d6;
} .gp-rating-style-hearts .rating-symbol-foreground {
color: #e60060;
}
.gp-rating-style-hearts .rating-symbol-background {
color: #ccc;
} .gp-rating-style-circles .rating-symbol-foreground {
color: #000;
}
.gp-rating-style-circles .rating-symbol-background {
color: #ccc;
} .gp-rating-style-squares .rating-symbol-foreground {
color: #000;
}
.gp-rating-style-squares .rating-symbol-background {
color: #ccc;
} .gp-rating-style-bars .gp-linear-rating-container {
display: flex;
}
.gp-rating-style-bars .gp-linear-rating-container .gp-rating-icon-text-container,
.gp-rating-style-bars .gp-linear-rating-container .gp-bootstrap-wrapper {
flex: 1 1 auto;
}
.gp-rating-style-bars .rating-symbol {
display: inline-block;
width: 100%;
background-color: #e6e6e6;
}
.gp-rating-style-bars .rating-symbol-background {
background-color: #e6e6e6;
}
.gp-rating-style-bars .rating-symbol-foreground {
background-color: #000;
} .gp-rating-style-custom-image .gp-rating-icon {
display: inline-block;
background-repeat: no-repeat;
}
.gp-rating-style-custom-image .gp-rating-icon-empty {
background-position: left top;
}
.gp-rating-style-custom-image .gp-rating-icon-filled {
background-position: left bottom;
}  .gp-rating-text-wrapper {
display: -webkit-flex;
display: flex;
}
.gp-summary-rating-text-wrapper {
flex-direction: column;
}
.gp-rating-text {
display: -webkit-flex;
display: flex;
} .gp-rating-text-position-top-bottom .gp-linear-rating-container,
.gp-rating-text-position-top .gp-linear-rating-container,
.gp-rating-text-position-bottom .gp-linear-rating-container {
flex-direction: column;
}
.gp-rating-text-position-left .gp-linear-rating-container,
.gp-rating-text-position-right .gp-linear-rating-container,
.gp-rating-text-position-left-right .gp-linear-rating-container {
align-items: center;
}
.gp-rating-icon-text-container {
display: -webkit-flex;
display: flex;
}
.gp-rating-text-position-left .gp-linear-rating-container .gp-rating-icon-text-container,
.gp-rating-text-position-right .gp-linear-rating-container.gp-rating-icon-text-container,
.gp-rating-text-position-left-right .gp-linear-rating-container .gp-rating-icon-text-container {
align-items: center;
} .gp-rating-text .gp-label:after {
content: '';
margin-right: 5px;
} .gp-actual-rating + .gp-max-rating:before {
content: '\002F';
margin: 0 2px;
} .gp-linear-rating-container .gp-user-votes-text {
margin-left: 5px;
} .gp-element-show-rating-breakdown .gp-element-show-rating {
flex-direction: column;
}
.gp-breakdown-entry {
display: flex;
align-items: center;
}
.gp-breakdown-entry .elementor-element-rating_breakdown,
.gp-breakdown-entry .gp-linear-rating-container {
width: 100%;
}
.gp-breakdown-average-rating .gp-linear-rating-container.gp-rating-container {
margin-bottom: 15px;
}
.gp-breakdown-entry .gp-linear-rating-container.gp-rating-container {
margin-bottom: 0;
}
.gp-breakdown-entry .rating-symbol {
font-size: 15px;
}
.gp-breakdown-entry .gp-rating-style-bars,
.gp-breakdown-entry > .elementor-element-rating_breakdown {
max-width: 100%;
}
.gp-breakdown-rating {
width: 30px;
margin-left: 10px;
}
.gp-breakdown-percentage {
width: 50px;
margin-left: 10px;
}  html.gp-slide-in-menu-active {
overflow: hidden;
min-height: 100%;
}
.gp-slide-in-menu {
position: fixed;
z-index: 999998;
-webkit-transition: -webkit-transform 0.2s;
transition: transform 0.2s;
background-color: #fff;
}
.gp-active .gp-slide-in-menu {
-webkit-transform: translate(0, 0) !important;
transform: translate(0, 0) !important;
}
.gp-slide-in-menu-inner {
height: 100%;
padding: 20px;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
}
.gp-slide-in-menu-left .gp-slide-in-menu {
left: 0;
right: auto;
top: 0;
bottom: 0;
width: 80%;
height: 100%;
transform: translateX(-100%);
-webkit-transform: translateX(-100%);
}
.gp-slide-in-menu-right .gp-slide-in-menu {
right: 0;
left: auto;
top: 0;
bottom: 0;
width: 80%;
height: 100%;
transform: translateX(100%);
-webkit-transform: translateX(100%);
}
.gp-slide-in-menu-top .gp-slide-in-menu {
top: 0;
left: 0;
right: 0;
width: 100%;
height: 300px;
-webkit-transform: translateY(-300px);
transform: translateY(-300px);
}
.gp-slide-in-menu-bottom .gp-slide-in-menu {
bottom: 0;
left: 0;
right: 0;
width: 100%;
height: 300px;
-webkit-transform: translateY(300px);
transform: translateY(300px);
} .gp-slide-in-menu-bg {
display: none;
position: fixed;
top: 0;
left: 0;
z-index: 999998;
background: rgba(0, 0, 0, 0.8);
width: 100%;
height: 100%;
}
.gp-active .gp-slide-in-menu-bg {
display: block;
} .gp-slide-in-menu-open-button {
display: flex;
align-items: center;
font-size: 24px;
line-height: 24px;
cursor: pointer;
}
.gp-icon-align-right.gp-slide-in-menu-open-button .gp-element-icon {
margin-left: 8px;
}
.gp-icon-align-left.gp-slide-in-menu-open-button .gp-element-icon {
margin-right: 8px;
}
.gp-open-slide-in-menu-bars {
display: inline-block;
}
.gp-icon-bars {
display: block;
width: 30px;
height: 2px;
margin: 6px 0;
background: #000;
} .gp-slide-in-menu-close-button {
display: none;
align-items: center;
z-index: 999999;
left: 0;
right: auto;
font-size: 24px;
line-height: 24px;
cursor: pointer;
}
.gp-slide-in-menu-close-button.gp-button-position-absolute {
position: absolute;
}
.gp-slide-in-menu-close-button.gp-button-position-fixed {
position: fixed;
}
.gp-icon-align-right.gp-slide-in-menu-close-button .gp-element-icon {
margin-left: 8px;
}
.gp-icon-align-left.gp-slide-in-menu-close-button .gp-element-icon {
margin-right: 8px;
}
.gp-slide-in-menu-close-button.gp-button-position-absolute .gp-icon-cross:before,
.gp-slide-in-menu-close-button.gp-button-position-absolute .gp-icon-cross:after {
background-color: #000;
}
.gp-slide-in-menu-close-button.gp-button-position-absolute svg {
fill: #000;
}
.gp-slide-in-menu-close-button.gp-button-position-fixed .gp-icon-cross:before,
.gp-slide-in-menu-close-button.gp-button-position-fixed .gp-icon-cross:after {
background-color: #fff;
}
.gp-slide-in-menu-close-button.gp-button-position-fixed svg {
fill: #fff;
}
.gp-active .gp-slide-in-menu-close-button {
display: inline-flex;
}
.admin-bar .gp-slide-in-menu-inner {
position: relative;
height: calc(100% - 32px);
}
.admin-bar .gp-slide-in-menu-left .gp-slide-in-menu-close-button.gp-button-position-fixed,
.admin-bar .gp-slide-in-menu-right .gp-slide-in-menu-close-button.gp-button-position-fixed,
.admin-bar .gp-slide-in-menu-top .gp-slide-in-menu-close-button.gp-button-position-fixed {
margin-top: 32px;
}
.gp-slide-in-menu-left .gp-slide-in-menu-close-button {
top: 15px;
right: 15px;
left: auto;
}
.gp-slide-in-menu-right .gp-slide-in-menu-close-button {
top: 15px;
left: 15px;
right: auto;
}
.gp-slide-in-menu-top .gp-slide-in-menu-close-button {
top: 15px;
right: 15px;
left: auto;
}
.gp-slide-in-menu-bottom .gp-slide-in-menu-close-button {
bottom: 15px;
right: 15px;
left: auto;
} .elementor-widget-ghostpool_slider.elementor-invisible {
visibility: visible;
}
.gp-element-slider.gp-slider-no-template li {
line-height: 0;
}
.gp-element-slider.gp-slider .flex-direction-nav {
bottom: auto;
}
.gp-prev-next-position-relative.gp-element-slider.gp-slider .flex-direction-nav {
position: relative;
top: auto;
left: auto;
}
.gp-prev-next-position-absolute.gp-element-slider.gp-slider .flex-direction-nav {
position: absolute;
top: 50%;
left: auto;
}
.gp-buttons-position-relative.gp-element-slider.gp-slider .flex-control-nav {
position: relative;
top: auto;
left: auto;
}
.gp-buttons-position-absolute.gp-element-slider.gp-slider .flex-control-nav {
position: absolute;
top: 10px;
left: auto;
}
.gp-stretch-buttons.gp-element-slider.gp-slider .flex-control-nav li {
width: 100%;
flex: 1 1 auto;
}
.gp-stretch-buttons.gp-element-slider.gp-slider .flex-control-nav li a {
width: 100%;
} .gp-element-stats {
display: flex;
flex-wrap: wrap;
width: calc(100% + 1vh);
}
.gp-stat {
display: flex;
margin-bottom: 20px;
}
.gp-element-stats.gp-icon-align-top .gp-stat,
.gp-element-stats.gp-icon-align-bottom .gp-stat {
flex-direction: column;
}
.gp-stat-label {
margin-bottom: 5px;
line-height: 1;
}
.gp-stat-number {
font-size: 30px;
line-height: 1;
}
.gp-element-stats .gp-element-icon {
display: flex;
align-items: center;
justify-content: center;
}
.gp-element-stats .gp-element-icon i {
font-size: 25px;
}
.gp-element-stats .gp-element-icon svg {
width: 25px;
}
.gp-element-stats.gp-icon-align-right .gp-element-icon {
margin-left: 15px;
}
.gp-element-stats.gp-icon-align-left .gp-element-icon {
margin-right: 15px;
}
.gp-element-stats.gp-icon-align-top .gp-element-icon {
margin-bottom: 15px;
}
.gp-element-stats.gp-icon-align-bottom .gp-element-icon {
margin-top: 15px;
} .gp-element-taxonomies ul {
margin: 0;
}
.gp-element-taxonomies li {
display: flex;
list-style-type: none;
justify-content: space-between;
}
.gp-element-taxonomies.gp-new-line .gp-term-li {
margin-bottom: 10px;
}
.gp-element-taxonomies.gp-new-line .gp-term-li:last-child {
margin-bottom: 0 !important;
}
.gp-element-taxonomies.gp-same-line .gp-term-li {
display: inline-block;
}
.gp-element-taxonomies.gp-same-line .gp-term-li a {
display: block;
margin: 5px;
}
.gp-element-taxonomies.gp-same-line .gp-term-count {
margin-left: 5px;
} .gp-element-text p:last-child {
margin: 0;
}  .gp-voting-buttons {
display: -webkit-flex;
display: flex;
line-height: 1;
}
.gp-vote-data {
display: -webkit-inline-flex;
display: inline-flex;
-webkit-justify-content: center;
justify-content: center;
-webkit-align-items: center;
align-items: center;
}
.gp-vote-button {
display: -webkit-inline-flex;
display: inline-flex;
-webkit-justify-content: center;
justify-content: center;
-webkit-align-items: center;
align-items: center;
cursor: pointer;
}
.gp-voted .gp-vote-button,
.gp-my-comment .gp-vote-button {
cursor: default;
}
.gp-vote-icon {
margin: 0 !important;
text-align: center;
}
.gp-vote-icon:before {
line-height: 1;
}
.gp-up-vote + .gp-down-vote {
margin-left: 15px;
}
.gp-vote-icon + .gp-vote-label {
margin-left: 7px;
}
.gp-vote-count {
display: -webkit-flex;
display: flex;
line-height: 1;
}  .gp-voting-style-round-icons .gp-vote-icon {
display: -webkit-flex;
display: flex;
border-radius: 50%;
-webkit-align-items: center;
align-items: center;
-webkit-justify-content: center;
justify-content: center;
}
.gp-voting-style-round-icons .gp-up-vote .gp-vote-icon,
.gp-voting-style-round-icons .gp-down-vote .gp-vote-icon {
color: #fff;
width: 30px;
height: 30px;
}
.gp-voting-style-round-icons .gp-up-vote .gp-vote-icon {
background-color: #61ce70;
}
.gp-voting-style-round-icons .gp-up-vote.gp-voted .gp-vote-icon,
.gp-voting-style-round-icons.gp-element-up-down-voting:not(.gp-my-comment):not(.gp-voted)
.gp-up-vote:hover
.gp-vote-icon {
background-color: #23a455;
}
.gp-voting-style-round-icons .gp-down-vote .gp-vote-icon {
background-color: #ff0101;
}
.gp-voting-style-round-icons .gp-down-vote.gp-voted .gp-vote-icon,
.gp-voting-style-round-icons.gp-element-up-down-voting:not(.gp-my-comment):not(.gp-voted)
.gp-down-vote:hover
.gp-vote-icon {
background-color: #e20000;
} .gp-voting-style-rounded-buttons .gp-vote-button {
padding: 5px 8px;
border-radius: 4px;
color: #fff;
}
.gp-voting-style-rounded-buttons .gp-up-vote.gp-vote-button {
background-color: #61ce70;
}
.gp-voting-style-rounded-buttons:not(.gp-my-comment):not(.gp-voted) .gp-up-vote.gp-vote-button:hover,
.gp-voting-style-rounded-buttons .gp-up-vote.gp-vote-button.gp-voted {
background-color: #23a455;
}
.gp-voting-style-rounded-buttons .gp-down-vote.gp-vote-button {
background-color: #ff0101;
}
.gp-voting-style-rounded-buttons:not(.gp-my-comment):not(.gp-voted) .gp-down-vote.gp-vote-button:hover,
.gp-voting-style-rounded-buttons .gp-down-vote.gp-vote-button.gp-voted {
background-color: #e20000;
} .gp-voting-count-position-top .gp-vote-button {
-webkit-flex-direction: column-reverse;
flex-direction: column-reverse;
}
.gp-voting-count-position-bottom .gp-vote-button {
-webkit-flex-direction: column;
flex-direction: column;
}
.gp-voting-count-position-top .gp-vote-count {
margin-bottom: 7px;
-webkit-justify-content: center;
justify-content: center;
}
.gp-voting-count-position-bottom .gp-vote-count {
margin-top: 7px;
-webkit-justify-content: center;
justify-content: center;
}
body:not(.rtl) .gp-voting-count-position-left .gp-vote-data,
body.rtl .gp-voting-count-position-right .gp-vote-data {
order: 2;
}
.gp-voting-count-position-left .gp-vote-count {
margin-right: 7px;
-webkit-align-items: center;
align-items: center;
order: 1;
}
body.rtl .gp-voting-count-position-right .gp-vote-count {
order: 1;
}
body:not(.rtl) .gp-voting-count-position-right .gp-vote-data,
body.rtl .gp-voting-count-position-right .gp-vote-data {
order: 1;
}
.gp-voting-count-position-right .gp-vote-count {
margin-left: 7px;
-webkit-align-items: center;
align-items: center;
order: 2;
}
body.rtl .gp-voting-count-position-left .gp-vote-count {
order: 2;
}
.gp-voting-count-position-left-right .gp-up-vote .gp-vote-data {
order: 2;
}
.gp-voting-count-position-left-right .gp-up-vote .gp-vote-count {
margin-right: 7px;
-webkit-align-items: center;
align-items: center;
order: 1;
}
.gp-voting-count-position-left-right .gp-down-vote .gp-vote-data {
order: 1;
}
.gp-voting-count-position-left-right .gp-down-vote .gp-vote-count {
margin-left: 7px;
-webkit-align-items: center;
align-items: center;
order: 2;
}  .gp-selected-video-iframe {
display: block;
position: relative;
padding-bottom: 56.25%; height: 0;
background: #000;
line-height: 0;
}
.gp-selected-video-iframe iframe,
.gp-selected-video-iframe .mejs-video {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}
.gp-selected-video-info {
display: flex;
width: 100%;
padding: 15px;
background-color: #000;
}
.gp-video-status-button {
flex: 0 0 auto;
padding: 0 35px 0 20px;
align-self: center;
text-align: center;
line-height: 1;
cursor: pointer;
}
.gp-video-status-button.gp-play-button:before {
content: '\25b6';
font-size: 28px;
color: #fff;
}
.gp-video-status-button.gp-pause-button:before {
content: '\258d\258d';
font-size: 22px;
letter-spacing: -7px;
color: #fff;
}
.gp-selected-video-title {
font-size: 14px;
line-height: 18px;
color: #fff;
}
.gp-selected-video-duration {
font-size: 11px;
line-height: 17px;
color: #9c9da1;
} .gp-element-video-playlist {
overflow: hidden;
transform: translateZ(0);
background-color: #333;
}
.gp-video-playlist {
overflow-y: auto;
overflow-x: hidden;
height: 350px;
}
.gp-video-playlist::-webkit-scrollbar {
width: 6px;
}
.gp-video-playlist::-webkit-scrollbar-thumb {
background-color: #919191;
border-radius: 10px;
}
.gp-video-playlist .gp-video-item {
display: flex;
width: 100%;
padding: 10px 15px;
cursor: pointer;
background-color: #333;
}
.gp-video-playlist .gp-video-item:hover {
background-color: #171717;
}
.gp-video-playlist .gp-selected.gp-video-item {
border-left: 3px solid #fff;
background-color: #292929;
}
.gp-video-playlist .gp-video-item .gp-video-thumbnail {
flex: 0 0 auto;
margin-right: 15px;
width: 70px;
line-height: 0;
}
.gp-video-playlist .gp-video-item .gp-video-title,
.gp-video-playlist .gp-video-item .gp-video-duration {
font-size: 12px;
line-height: 16px;
}
.gp-video-playlist .gp-video-item .gp-video-title {
color: #fff;
}
.gp-video-playlist .gp-video-item .gp-video-duration {
color: #9c9da1;
}  .gp-header {
position: relative;
z-index: 99999;
}
.gp-header .elementor-section.elementor-section-stretched { left: 0 !important;
}
.gp-header-overlay {
position: absolute;
width: 100%;
} .gp-scrolling.gp-header-fixed-both,
.gp-scrolling.gp-header-fixed-up {
position: fixed;
top: 0;
left: 0;
right: 0;
}
.gp-header-scrolling.gp-header-fixed-both,
.gp-header-scrolling.gp-header-fixed-up {
display: none;
}
.gp-header-scrolling.gp-scrolling.gp-header-fixed-both,
.gp-header-scrolling.gp-scrolling.gp-header-fixed-up {
display: block;
} .gp-scrolling.gp-header-mobile {
-webkit-animation: fadeIn 0.5s;
animation: fadeIn 0.5s;
} html.gp-no-scroll {
overflow: hidden;
min-height: 100%;
}
.gp-popup-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
z-index: 999991;
width: 100%;
height: 100%;
padding: 20px;
justify-content: center;
align-items: center;
background-color: rgba(0, 0, 0, 0.8);
}
.gp-popup-open.gp-popup-overlay {
display: flex;
-webkit-animation: fadeIn 0.5s;
animation: fadeIn 0.5s;
}
.gp-popup-close.gp-popup-overlay {
-webkit-animation: fadeOut 0.5s;
animation: fadeOut 0.5s;
}
.gp-popup-box {
opacity: 1;
overflow-y: auto;
width: 100%;
height: auto;
max-height: 100%;
position: relative;
background: #fff;
box-shadow: 0 8px 23px 3px rgba(0, 0, 0, 0.2);
align-items: flex-start;
}
.gp-popup-box.fadeOut {
opacity: 0;
-webkit-animation: fadeOut 0.5s;
animation: fadeOut 0.5s;
}
.gp-popup-close-button {
display: none;
position: absolute;
top: 20px;
right: 20px;
z-index: 3;
cursor: pointer;
}
.gp-popup-close-button .gp-icon-cross {
width: 20px;
height: 20px;
}
.gp-popup-close-button .gp-icon-cross:before,
.gp-popup-close-button .gp-icon-cross:after {
left: 9px;
height: 20px;
background: #000;
}  .widget {
position: relative;
clear: both;
width: 100%;
}
.widget:not(:last-child) {
margin-bottom: 35px;
}
.widget:last-child {
margin-bottom: 0 !important;
}
.widget-title,
.widget_block .wp-block-group__inner-container > h2,
.widget_block .wp-block-search__label {
display: block;
margin: 0 0 10px;
font-size: 18px;
line-height: 28px;
font-weight: 500;
}
.widget ol,
.widget ul,
.widget_block > .wp-block-group {
margin: 0;
}
.widget li {
list-style-type: none;
padding: 5px 0;
font-size: 16px;
line-height: 22px;
}
.widget .children li,
.widget .sub-menu li {
padding-left: 10px;
}
.widget .children li:last-child,
.widget .sub-menu li:last-child {
padding-bottom: 0;
border-bottom: 0;
} #wp-calendar {
width: 100%;
}
#wp-calendar th {
padding: 8px 0;
text-align: center;
font-weight: 500;
border-width: 1px;
border-style: solid;
}
#wp-calendar td {
padding: 8px 0;
text-align: center;
font-size: 16px;
border-width: 1px;
border-style: solid;
}
#wp-calendar #today {
background-color: #fafafa;
}
#wp-calendar caption {
margin-bottom: 10px;
text-align: left;
font-weight: 500;
} .wp-block-latest-posts.wp-block-latest-posts__list li {
margin-bottom: 10px;
}
.wp-block-latest-posts.wp-block-latest-posts__list li:last-child {
margin-bottom: 0;
}
.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date {
line-height: 1;
} .widget_recent_entries .post-date,
.widget_rss .rss-date {
margin-left: 12px;
font-size: 11px;
}
ul.wp-block-rss {
margin: 0;
} .widget_search .gp-search-form-input {
width: 100%;
}
.searchform .accessibly-hidden {
display: none;
}
.wp-block-search__input {
border: 0;
line-height: 1;
}
.wp-block-search__button {
border: 0;
line-height: 1;
} .tagcloud {
font-size: 0;
}
.tagcloud a {
margin-right: 8px;
}  .gp-custom.elementor-section .elementor-container {
display: block;
} .gp-theme div.wpforms-container-full,
.gp-theme div.wpforms-container-full .wpforms-form * {
visibility: unset;
}
.gp-theme .wpforms-container label.wpforms-error {
margin-top: 10px;
}
.gp-theme div.wpforms-container-full .wpforms-form .wpforms-field-label {
font-size: inherit;
font-weight: inherit;
}
.gp-theme div.wpforms-container-full .wpforms-form input[type='date'],
.gp-theme div.wpforms-container-full .wpforms-form input[type='datetime'],
.gp-theme div.wpforms-container-full .wpforms-form input[type='datetime-local'],
.gp-theme div.wpforms-container-full .wpforms-form input[type='email'],
.gp-theme div.wpforms-container-full .wpforms-form input[type='month'],
.gp-theme div.wpforms-container-full .wpforms-form input[type='number'],
.gp-theme div.wpforms-container-full .wpforms-form input[type='password'],
.gp-theme div.wpforms-container-full .wpforms-form input[type='range'],
.gp-theme div.wpforms-container-full .wpforms-form input[type='search'],
.gp-theme div.wpforms-container-full .wpforms-form input[type='tel'],
.gp-theme div.wpforms-container-full .wpforms-form input[type='text'],
.gp-theme div.wpforms-container-full .wpforms-form input[type='time'],
.gp-theme div.wpforms-container-full .wpforms-form input[type='url'],
.gp-theme div.wpforms-container-full .wpforms-form input[type='week'],
.gp-theme div.wpforms-container-full .wpforms-form select,
.gp-theme div.wpforms-container-full .wpforms-form textarea {
height: auto;
} .gp-theme .youzify .activity-header {
padding-right: 40px;
}
.elementor .youzify-profile-img img {
border-radius: 50%;
}
.gp-theme #bbpress-forums #bbp-search-form #bbp_search,
.gp-theme #bbpress-forums .bbp-search-form #rs,
.gp-theme #bbpress-forums .bbp-search-form #ts {
border-color: #eee;
}
body .elementor-widget-container > .buddypress.widget .item-list,
body .elementor-widget-container > .buddypress.widget .item-options {
padding: 0 !important;
}
.gp-theme[class*='youzify-'] .buddypress.widget .item-options {
flex-wrap: wrap;
flex-direction: row;
column-gap: 10px;
row-gap: 10px;
margin-bottom: 20px;
} #querylist {
z-index: 99999;
} .wpml-elementor-ls .wpml-ls-legacy-list-horizontal .wpml-ls-item {
width: 100%;
}
.wpml-elementor-ls .wpml-ls-legacy-list-horizontal {
padding: 0;
}
.wpml-elementor-ls .wpml-ls-legacy-list-horizontal a {
padding-left: 0;
padding-right: 0;
}  @media only screen and (min-width: 768px) {
.elementor
.elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content)
figure
blockquote,
.wp-block-quote,
.wp-block-pullquote,
.elementor
.elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content)
.wp-block-pullquote {
padding: 20px 40px;
}
.gp-element-post-content > *.alignwide {
width: 100%;
max-width: 100%;
}
.alignleft,
.gp-element-post-content > *.alignleft {
max-width: calc(4 * (100vw / 12)) !important;
margin-right: calc(2 * 1rem) !important;
}
.alignright,
.gp-element-post-content > *.alignright {
max-width: calc(4 * (100vw / 12));
margin-right: 0 !important;
margin-left: calc(2 * 1rem) !important;
}
.gp-comment-good-bad-points {
flex-direction: row;
gap: 20px;
}
#commentform .gp-comment-form-good-bad-points {
flex-direction: row;
gap: 10px;
}
.gp-element-post-navigation.gp-has-post-titles {
flex-direction: row;
}
.gp-post-navigation-link {
width: 50%;
}
.gp-has-border .gp-post-navigation-link {
width: 48%;
}
.gp-post-navigation-border {
width: 1px;
height: auto;
margin: 0 30px;
}
.gp-linear-rating-container .gp-summary-rating-text-wrapper {
flex-direction: row;
}
} @media only screen and (min-width: 1025px) {
blockquote,
.wp-block-quote,
.wp-block-pullquote,
.elementor
.elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content)
.wp-block-pullquote {
padding: 50px 100px;
}
.gp-popup-overlay {
padding: 0;
}
.gp-popup-box {
width: 600px;
}
.gp-tab-label {
display: inline-block;
}
.gp-menu-container .menu-item.gp-hide-desktop-display {
display: none !important;
}
.gp-whatsapp-icon {
display: none;
}
} @media only screen and (max-width: 1260px) and (min-width: 1025px) {
.gp-theme .youzify-forum .youzify-page-main-content,
.gp-theme .youzify-global-wall .youzify-page-main-content {
padding-left: 30px;
padding-right: 30px;
}
} @media only screen and (max-width: 1024px) {
.gp-menu-container .menu-item.gp-hide-tablet-display {
display: none !important;
}
.gp-theme .youzify-forum .youzify-page-main-content {
padding-left: 20px;
padding-right: 20px;
}
} @media only screen and (max-width: 767px) {
.gp-element-advanced-tabs.gp-format-row {
flex-direction: column;
}
.gp-format-row .gp-tabs-menu,
.gp-format-column .gp-tabs-menu {
flex-direction: row;
flex: 1 1 auto;
}
.gp-menu-container .menu-item.gp-hide-mobile-display {
display: none !important;
}
} @media only screen and (max-width: 782px) {
.admin-bar .gp-slide-in-menu-inner {
height: calc(100% - 46px);
}
.admin-bar .gp-slide-in-menu-left .gp-slide-in-menu-close-button.gp-button-position-fixed,
.admin-bar .gp-slide-in-menu-right .gp-slide-in-menu-close-button.gp-button-position-fixed,
.admin-bar .gp-slide-in-menu-top .gp-slide-in-menu-close-button.gp-button-position-fixed {
margin-top: 46px;
}
}
@media only screen and (max-width: 481px) {
.alignleft,
.gp-element-post-content > *.alignleft,
.alignright,
.gp-element-post-content > *.alignright {
float: none !important;
margin-left: auto !important;
margin-right: auto !important;
}
}
@media only screen and (max-width: 395px) { .gp-element-search-form .gp-search-form-input,
.gp-search-form-button .gp-search-form-input {
width: 50%;
}
}div:not(.gp-element-bp) > .gp-bp-container,
#buddypress .group-invites-column {
padding: 25px;
background-color: #fff;
border-radius: 10px;
box-shadow: 0px 4px 34px 0px rgb(0 0 0 / 10%);
}
.bp-screen-title {
display: none;
}
.bp-screen-reader-text {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
word-wrap: normal !important;
}
.clearfix:before, .clearfix:after {
content: " ";
display: table;
}
.clearfix:after {
clear: both;
}
.bp-hide {
display: none;
}
.bp-show {
height: auto;
left: 0;
overflow: visible;
position: static;
top: 0;
}
.elementor img.avatar,
.elementor .item-avatar img,
img.avatar,
.item-avatar img {
border-radius: 50%;
}
.buddypress-wrap a.loading,
.buddypress-wrap input.loading {
animation: loader-pulsate 0.5s infinite ease-in-out alternate;
}
@keyframes loader-pulsate {
from {
opacity: 0.5;
}
to {
opacity: 0.9;
}
} #buddypress .gp-bp-table {
overflow-x: auto;
}
#buddypress .gp-bp-table .bp-tables-user {
overflow: hidden;
min-width: 600px;
margin: 0;
border-radius: 5px;
}
#buddypress .gp-bp-table .bp-tables-user thead tr {
background: #d36555;
color: #fff;
}
#buddypress .gp-bp-table .bp-tables-user th {
padding: 15px;
border: 0;
text-align: left;
vertical-align: middle;
font-size: 16px;
line-height: 22px;
font-weight: 500;
}
#buddypress .gp-bp-table .bp-tables-user td {
padding: 15px;
border: 0;
border-bottom: 1px solid #eee;
vertical-align: middle;
}
#buddypress .gp-bp-table .bp-tables-user .bulk-select-check label {
margin: 0;
}
#buddypress .gp-bp-table .bp-tables-user .bulk-select-check input {
margin: 0;
} .bp-list .avatar {
border-radius: 50%;
}
.bp-list:before,
.bp-list:after {
content: " ";
display: table;
}
.bp-list:after {
clear: both;
}
.bp-list {
list-style: none;
margin: 0;
}
.bp-list li:before,
.bp-list li:after {
content: " ";
display: table;
}
.bp-list li:after {
clear: both;
}
.item-list .action {
list-style: none;
margin: 10px 0 0 0;
line-height: 1;
}
.item-list .action .generic-button,
.item-list .action .button {
display: inline-block;
margin-right: 5px;
}
.item-list .action .generic-button:last-child,
.item-list .action .button:last-child {
margin-right: 0;
}
.item-list .action .button,
.item-list .action button.friendship-button,
.item-list .action .generic-button .bp-feedback {
padding: 6px;
border-radius: 5px;
font-size: 12px;
line-height: 1;
} #buddypress .bp-pagination.top {
font-size: 12px;
line-height: 1;
margin: 0 0 25px 0;
}
#buddypress .bp-pagination.bottom {
font-size: 12px;
line-height: 1;
}
#buddypress .bp-pagination-links.top,
#buddypress .bp-pagination-links.bottom {
margin-top: 15px;
}
#buddypress .bp-pagination-links .page-numbers {
padding: 5px;
} .bp-template-notice,
.bp-feedback {
width: 100%;
padding: 15px;
background-color: #eee;
border-left: 5px solid;
border-radius: 5px;
color: #000;
margin-bottom: 20px;
font-size: 14px;
line-height: 20px;
}
.bp-template-notice.success,
.bp-feedback.success {
border-left-color: #4caf50;
}
.bp-template-notice.error,
.bp-feedback.error {
border-left-color: #ff0000;
}
.bp-template-notice p:last-child,
.bp-feedback p:last-child {
margin-bottom: 0;
} [data-bp-tooltip] {
position: relative;
}
[data-bp-tooltip]:after {
content: attr(data-bp-tooltip);
display: none;
opacity: 0;
position: absolute;
visibility: hidden;
background-color: rgba(0,0,0,0.8);
transform: translate3d(0, 0, 0);
border-radius: 5px;
color: #fff;
font-family: "Helvetica Neue", helvetica, arial, san-serif;
font-size: 12px;
font-weight: 400;
letter-spacing: normal;
line-height: 1.25;
max-width: 200px;
padding: 5px 8px;
pointer-events: none;
text-shadow: none;
text-transform: none;
transition: all 1.5s ease;
white-space: nowrap;
word-wrap: break-word;
z-index: 100000;
}
[data-bp-tooltip]:hover:after, 
[data-bp-tooltip]:active:after, 
[data-bp-tooltip]:focus:after {
display: block;
opacity: 1;
overflow: visible;
visibility: visible;
}
[data-bp-tooltip=""] {
display: none;
opacity: 0;
visibility: hidden;
}
.bp-tooltip:after {
left: 50%;
top: -30px;
transform: translate(-50%, 0);
}
.bp-tooltip.activity-time-since:after {
left: 0;
transform: none;
} #buddypress .standard-form input[type="text"],
#buddypress .standard-form input[type="email"],
#buddypress .standard-form textarea {
width: 100%;
} #buddypress .standard-form fieldset {
position: relative;
} #buddypress .standard-form legend {
display: block;
margin-bottom: 10px;
font-weight: 600;
font-size: 16px;
line-height: 22px;
text-transform: uppercase;
} #buddypress .standard-form label {
display: block;
margin-bottom: 10px;
font-weight: 500;
font-size: 16px;
line-height: 22px;
} #buddypress .standard-form .option-label,
#buddypress .standard-form .xprofile-field-label {
font-weight: normal;
font-size: 14px;
line-height: 20px;
} #buddypress .standard-form .datebox-selects select {
margin-top: 5px;
}
#buddypress .standard-form .datebox-selects label {
margin: 10px 5px 0 0;
}
#buddypress .standard-form .datebox-selects label:first-child {
margin-top: 0;
} #buddypress input[type="text"].pac-target-input {
width: calc(100% - 35px);
min-width: auto !important;
}
#buddypress .gp-map-icon {
margin: 10px 0 0 10px;
cursor: pointer;
width: 18px;
} #buddypress .anr_captcha_field {
float: left;
width: 100%;
margin-bottom: 15px;
} #buddypress .submit {
margin-top: 25px;
}
.buddypress .buddypress-wrap button,
.buddypress .buddypress-wrap a.button,
.buddypress .buddypress-wrap input[type="submit"],
.buddypress .buddypress-wrap input[type="button"],
.buddypress .buddypress-wrap input[type="reset"],
.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a,
.buddypress .buddypress-wrap .generic-button a,
.buddypress .buddypress-wrap .comment-reply-link,
.buddypress .buddypress-wrap a.bp-title-button,
.buddypress .buddypress-wrap .activity-read-more a {
cursor: pointer;
}
.buddypress .buddypress-wrap input[type="submit"].pending,
.buddypress .buddypress-wrap input[type="button"].pending,
.buddypress .buddypress-wrap input[type="reset"].pending,
.buddypress .buddypress-wrap input[type="submit"]:disabled,
.buddypress .buddypress-wrap input[type="button"]:disabled,
.buddypress .buddypress-wrap input[type="reset"]:disabled,
.buddypress .buddypress-wrap button.pending,
.buddypress .buddypress-wrap button.disabled,
.buddypress .buddypress-wrap div.pending a,
.buddypress .buddypress-wrap a.disabled {
background-color: #eee;
color: #767676;
cursor: default;
}
.buddypress .buddypress-wrap input[type="submit"].pending:hover,
.buddypress .buddypress-wrap input[type="button"].pending:hover,
.buddypress .buddypress-wrap input[type="reset"].pending:hover,
.buddypress .buddypress-wrap input[type="submit"]:hover:disabled,
.buddypress .buddypress-wrap input[type="button"]:hover:disabled,
.buddypress .buddypress-wrap input[type="reset"]:hover:disabled,
.buddypress .buddypress-wrap button.pending:hover,
.buddypress .buddypress-wrap button.disabled:hover,
.buddypress .buddypress-wrap div.pending a:hover,
.buddypress .buddypress-wrap a.disabled:hover {
background-color: #eee;
color: #767676;
}
.buddypress-wrap #pass-strength-result {
max-width: 100%;
background-color: #eee;
display: none;
font-weight: 600;
margin: 10px 0 10px 0;
padding: 0.5em;
text-align: center;
width: auto;
font-size: 14px;
line-height: 14px;
border-radius: 5px;
}
.buddypress-wrap #pass-strength-result.show {
display: block;
}
.buddypress-wrap #pass-strength-result.mismatch {
background-color: #333;
color: #fff;
}
.buddypress-wrap #pass-strength-result.error, 
.buddypress-wrap #pass-strength-result.bad {
background-color: #ffb78c;
color: #333;
}
.buddypress-wrap #pass-strength-result.short {
background-color: #ffa0a0;
color: #333;
}
.buddypress-wrap #pass-strength-result.good {
background-color: #ffec8b;
color: #333;
}
.buddypress-wrap #pass-strength-result.strong {
background-color: #66d66e;
color: #333;
} .gp-verified-icon {
color: #2ea5ed;
}
.gp-verified-icon i {
position: relative;
line-height: 1;
}
.gp-verified-icon i:before {
position: relative;
z-index: 1;
}
.gp-verified-icon .icon-circle {
position: absolute;
z-index: 0;
top: 4px;
left: 2px;
color: #fff;
font-size: 0.9em;
}  #buddypress .register-section {
margin-bottom: 30px;
padding: 25px;
background-color: #fff;
border-radius: 10px;
box-shadow: 0px 4px 34px 0px rgb(0 0 0 / 10%);
}
#buddypress #signup-form .bp-heading {
margin: 0;
padding: 0;
font-size: 20px;
line-height: 26px;
font-weight: 500;
}
#buddypress #profile-details-section .bp-heading {
margin-bottom: 25px;
}
#buddypress #signup-form .submit {
margin: 0;
}
#buddypress #signup-form div div.error,
#buddypress #signup-form div.error {
clear: both;
width: 100%;
background: transparent;
color: #a00;
margin: 0 0 5px 0;
padding: 0;
}
#buddypress #signup-form .field-visibility-settings-header {
display: none;
} #buddypress #basic-details-section label {
margin-top: 25px;
padding-top: 25px;
border-top: 1px solid #eee;
}
#buddypress #signup-form legend {
text-transform: none;
}
#buddypress #basic-details-section input[type='text'], 
#buddypress #basic-details-section input[type='email'], 
#buddypress #basic-details-section input[type='password'] {
width: calc(100% - 30px);
} #buddypress #basic-details-section .password-input-wrapper {
display: flex;
}
#buddypress #signup-form .password-entry {
margin: 0;
}
#buddypress #signup-form .indicator-hint {
font-size: 14px;
line-height: 20px;
opacity: 0.8;
}
#buddypress #signup-form .pw-weak label {
padding: 0;
border: 0;
}   #buddypress .activity-type-navs .subnav-filters {
display: flex;
flex-direction: column;
}
#buddypress .activity-type-navs .subnav-search {
margin-bottom: 15px;
} #buddypress .activity-update-form {
margin-bottom: 30px;
padding: 25px;
background-color: #fff;
border-radius: 10px;
box-shadow: 0px 4px 34px 0px rgb(0 0 0 / 10%);
padding: 25px;
}
#whats-new-form {
display: flex;
flex-wrap: wrap;
}
#whats-new-avatar {
width: 50px;
margin-right: 20px;
}
#whats-new-content {
width: calc(100% - 70px);
}
#whats-new {
border: 0;
background: none;
padding: 10px 0;
margin: 0;
border-bottom: 1px dotted #bbb;
border-radius: 0;
}
#whats-new-options {
display: flex !important;
flex-wrap: wrap;
margin: 10px 0 0 0;
}
#whats-new-post-in-box {
display: block !important; margin: 0 15px 15px 0;
}
.gp-theme #buddypress form#whats-new-form #whats-new-options select {
width: 100%;
}
#whats-new-post-in-box-items {
list-style: none;
margin: 10px 0 0 0;
}
#whats-new-post-in-box-items li {
display: flex;
align-items: center;
margin-bottom: 10px;
}
#whats-new-post-in-box-items li.bp-activity-object {
cursor: pointer;
}
#whats-new-post-in-box-items li .avatar {
width: 30px;
}
#whats-new-post-in-box-items li .bp-item-name {
margin: 0 10px;
font-size: 13px;
line-height: 18px;
}
#whats-new-post-in-box-items li .bp-remove-item {
padding: 0;
width: 20px;
height: 20px;
}
#whats-new-post-in-box-items li .bp-remove-item:before {
font-size: 14px;
display: flex;
justify-content: center;
}
.gp-theme #aw-whats-new-reset,
.gp-theme #buddypress .ac-reply-cancel {
margin-left: 20px;
border: 0;
background: none;
padding: 0;
font-size: 12px;
line-height: 12px;
box-shadow: none;
color: inherit;
}
.gp-theme #buddypress .ac-reply-cancel {
margin-left: 10px;
} #buddypress .activity-comments {
width: 100%;
}
#buddypress .ac-form {
display: none;
width: 100%;
margin: 25px -25px -25px -25px;
padding: 25px;
width: calc(100% + 50px);
border-radius: 0 0 10px 10px;
background-color: #f8f9fa;
}
#buddypress .activity-comments ul .ac-form {
margin: 25px -25px -25px -25px;
padding: 25px;
width: calc(100% + 50px);
}
#buddypress .ac-reply-avatar {
display: none;
}
#buddypress .ac-reply-content {
width: 100%;
}
#buddypress .ac-textarea {
margin-bottom: 10px;
}
#buddypress .ac-textarea textarea {
background-color: #fff;
border: 1px solid #eee;
border-radius: 5px;
box-shadow: none;
}
.gp-theme .ac-reply-content input[type="submit"] {
padding: 11px 20px;
font-size: 13px;
line-height: 13px;
}  #buddypress .activity-list {
margin: 0;
}
#buddypress .activity-list > li,
#buddypress .activity-list .activity-comments li {
list-style: none;
margin: 30px 0 0 0;
padding: 25px;
background-color: #fff;
box-shadow: 0px 4px 34px 0px rgb(0 0 0 / 10%);
border-radius: 10px;
}
#buddypress .activity-list > li:first-child {
margin: 0;
} #buddypress .activity-comments ul {
margin: 25px -25px -25px -25px;
padding: 25px;
width: calc(100% + 50px);
border-radius: 0 0 10px 10px;
background-color: #f8f9fa;
border-left-width: 0 !important;
border-right-width: 0 !important;
border-bottom-width: 0 !important;
list-style: none;
}
#buddypress .activity-comments ul ul {
width: calc(100% + 50px);
margin: 25px -25px -25px -25px;
padding: 25px;
}
#buddypress .activity-comments li {
padding: 25px;
margin-top: 25px;
}
#buddypress .activity-comments li:first-child {
margin-top: 0;
} #buddypress .activity-avatar,
#buddypress .acomment-avatar {
float: left;
margin: 0;
line-height: 0;
}
#buddypress .activity-avatar .avatar {
width: 40px;
}
#buddypress .item-list:not(.gp-bp-widget-item-list) .acomment-avatar .avatar {
width: 35px;
} #buddypress .activity-header,
#buddypress .acomment-meta {
min-height: 41px;
margin: 0 0 0 55px;
font-size: 14px;
line-height: 20px;
font-weight: 500;
color: #9c9da1;
}
#buddypress .acomment-meta {
margin: 0 0 15px 50px;
}
#buddypress .activity-header a, 
#buddypress .acomment-meta a {
color: #000;
font-weight: 500;
}
#buddypress .activity-header a:hover, 
#buddypress .acomment-meta a:hover {
color: #f6635e;
}
#buddypress .activity-header .activity-time-since,
#buddypress .acomment-meta .activity-time-since,
#buddypress .activity-header p > .time-since {
display: block;
margin-top: 2px;
color: #9c9da1;
font-size: 13px;
line-height: 19px;
}
#buddypress .activity-header .activity-time-since:hover,
#buddypress .acomment-meta .activity-time-since:hover {
color: #9c9da1;
text-decoration: underline;
}
#buddypress .activity-header img {
display: none;
} #buddypress .activity-inner {
overflow: hidden;
margin-top: 25px;
font-size: 15px;
line-height: 25px;
}
#buddypress .activity-inner p {
margin-bottom: 12px;
}
#buddypress .activity-inner p:last-child {
margin-bottom: 0;
}
#buddypress .activity-content .bp-group-avatar-content img.group-photo, 
#buddypress .activity-content .bp-group-avatar-content img.profile-photo, 
#buddypress .activity-content .bp-member-avatar-content img.group-photo,
#buddypress .activity-content .bp-member-avatar-content img.profile-photo {
width: 80px;
height: auto;
margin: 0 !important;
}
#buddypress .activity-inner .bp-group-short-description, 
#buddypress .activity-inner .bp-member-short-description {
display: flex;
position: relative;
padding: 25px;
border-radius: 10px;
background: #f8f9fa;
flex-direction: column;
text-align: center;
}
#buddypress .activity-inner .bp-group-short-description-title,
#buddypress .activity-inner .bp-member-short-description-title {
margin-bottom: 0;
font-size: 16px;
line-height: 22px;
font-weight: 500;
}
#buddypress .activity-inner .bp-group-short-description-title a,
#buddypress .activity-inner .bp-member-short-description-title a {
color: #000;
}
#buddypress .activity-inner .bp-group-short-description-title a:hover,
#buddypress .activity-inner .bp-member-short-description-title a:hover {
color: #f6635e;
}
#buddypress .activity-inner .bp-member-nickname {
font-size: 13px;
line-height: 19px;
margin-bottom: 0;
}
#buddypress .activity-inner .bp-profile-button {
margin-top: 10px;
}
#buddypress .activity-inner .bp-group-preview-cover,
#buddypress .activity-inner .bp-member-preview-cover {
position: relative;
max-height: 250px;
overflow: hidden;
}
#buddypress .activity-inner .bp-group-preview-cover a,
#buddypress .activity-inner .bp-member-preview-cover a {
display: block;
line-height: 0;
}
#buddypress .bp-group-preview-cover  + .bp-group-short-description,
#buddypress .bp-member-preview-cover + .bp-member-short-description {
border-radius: 0 0 10px 10px;
}
#buddypress .activity-inner .bp-group-avatar-content:not(.has-cover-image), 
#buddypress .activity-inner .bp-member-avatar-content:not(.has-cover-image) {
margin: 0 0 15px 0;
}
#buddypress .activity-inner .bp-group-avatar-content.has-cover-image, 
#buddypress .activity-inner .bp-member-avatar-content.has-cover-image {
margin: -75px 0 15px 0;
}
#buddypress .activity-inner .bp-group-avatar-content.has-cover-image a, 
#buddypress .activity-inner .bp-member-avatar-content.has-cover-image a {
display: block;
line-height: 0;
}
#buddypress .activity-inner .bp-group-preview-cover a:before,
#buddypress .activity-inner .bp-member-preview-cover a:before {
content: '';
position: absolute;
top: 0;
left: 0;
background: rgba(0,0,0,0.5);
width: 100%;
height: 100%;
border-radius: 10px 10px 0 0;
}
#buddypress .activity-inner .bp-group-preview-cover img,
#buddypress .activity-inner .bp-member-preview-cover img {
border-radius: 10px 10px 0 0;
}
#buddypress .activity-inner .has-cover-image img.profile-photo {
margin: 0 !important;
width: 150px;
height: auto;
border: 5px solid #fff;
}
#buddypress .activity-inner .bp-profile-button .button-primary {
padding: 10px;
border-radius: 5px;
font-size: 12px;
line-height: 1;
font-weight: 500;
} #buddypress .acomment-content {
margin-top: 25px;
font-size: 14px;
line-height: 24px;
}
#buddypress .acomment-content p {
margin-bottom: 12px;
}
#buddypress .acomment-content p:last-child {
margin-bottom: 0;
} #buddypress .activity-list .action {
display: flex;
flex-wrap: wrap;
position: relative;
top: auto;
right: auto;
margin-top: 25px;
line-height: 1;
}
#buddypress .activity-list .activity-inner + .action,
#buddypress .activity-list .acomment-content + .action {
margin-top: 5px;
}
#buddypress .activity-list .action .generic-button {
margin-top: 10px;
}
#buddypress .activity-list .activity-item .action a {
margin-right: 20px;
padding: 0;
font-size: 14px;
line-height: 1;
font-weight: 500;
color: #9c9da1;
}
#buddypress .activity-list .spam-activity.button {
display: none;
}
#buddypress .activity-list .spam-activity.button .dashicons-flag:before {
position: relative;
top: -4px;
font-size: 18px;
}
#buddypress .activity-list .activity-item .action a:before,
#buddypress .activity-list .spam-activity.button .dashicons-flag:before {
position: relative;
margin-right: 4px;
font-family: dashicons;
vertical-align: middle;
color: #9c9da1;
}
#buddypress .activity-list .activity-item .action .acomment-reply:before {
content: "\f101";
}
#buddypress .activity-list .activity-item .action .view:before {
content: "\f125";
}
#buddypress .activity-list .activity-item .action .fav:before {
content: "\f154";
top: -2px;
}
#buddypress .activity-list .activity-item .action .unfav:before {
content: "\f155";
top: -2px;
}
#buddypress .activity-list .activity-item .action .delete-activity:before,
#buddypress .activity-list .activity-item .action .acomment-delete:before {
content: "\f182";
top: -2px;
} #buddypress .activity-list li:not(.gp-bp-widget-item-list).load-more,
#buddypress .activity-list li:not(.gp-bp-widget-item-list).load-newest {
padding: 15px 25px;
font-size: 14px;
line-height: 1;
font-weight: 500;
}
#buddypress .activity-list li:not(.gp-bp-widget-item-list).load-more a,
#buddypress .activity-list li:not(.gp-bp-widget-item-list).load-newest a {
display: inline-block;
margin: 0 auto;
}  #buddypress .members-type-navs .subnav-filters {
display: flex;
flex-direction: column;
}
#buddypress .members-type-navs .subnav-search {
margin-bottom: 15px;
} #buddypress #members-list,
#buddypress #groups-list,
.gp-theme .gp-element-bp .item-list {
display: flex;
flex-wrap: wrap;
margin: 0 -12.5px;
}
#buddypress #members-list > li,
#buddypress #groups-list > li,
.gp-theme .gp-element-bp .item-list > li {
position: relative;
background: none;
box-shadow: none;
padding: 0 12.5px;
margin: 0 0 25px 0;
max-width: 100%;
flex: 0 0 100%;
}
#buddypress #members-list .list-wrap,
#buddypress #groups-list .list-wrap,
.gp-theme .gp-element-bp .item-list .list-wrap {
position: relative;
width: 100%;
}
#buddypress #members-list.gp-format-small-avatar .list-wrap,
#buddypress #groups-list.gp-format-small-avatar .list-wrap,
.gp-theme .gp-element-bp .item-list.gp-format-small-avatar .list-wrap {
display: flex;
overflow: hidden;
padding: 15px;
text-align: left;
background-color: #fff;
border-radius: 10px;
box-shadow: 0px 4px 34px 0px rgb(0 0 0 / 10%);
}  #buddypress #members-list.gp-hover-effect-blur > li,
#buddypress #groups-list.gp-hover-effect-blur > li,
.gp-theme .gp-element-bp .item-list.gp-hover-effect-blur > li {
-webkit-filter: blur(0);
filter: blur(0);
-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;
} #buddypress #members-list.gp-hover-effect-dark-overlay > li,
#buddypress #groups-list.gp-hover-effect-dark-overlay > li,
.gp-theme .gp-element-bp .item-list.gp-hover-effect-dark-overlay > li {
opacity: 1;
-webkit-transition: opacity .5s ease;
transition: opacity .5s ease;
} #buddypress #members-list.gp-hover-effect-zoom > li,
#buddypress #groups-list.gp-hover-effect-zoom > li,
.gp-theme .gp-element-bp .item-list.gp-hover-effect-zoom  > li {
transition-timing-function: ease;
-webkit-transition: -webkit-transform .75s ease, opacity .75s;
transition: transform opacity .75s;
}
#buddypress #members-list.gp-hover-effect-zoom > li:hover,
#buddypress #groups-list.gp-hover-effect-zoom > li:hover,
.gp-theme .gp-element-bp .item-list.gp-hover-effect-zoom > li:hover {
-webkit-transform: scale3d(1.04,1.04,1);
transform: scale3d(1.04,1.04,1);
} #buddypress #members-list.gp-hover-effect-shift-up > li,
#buddypress #groups-list.gp-hover-effect-shift-up > li,
.gp-theme .gp-element-bp .item-list.gp-hover-effect-shift-up > li {
transform: translate3d(0, 0, 0);
transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#buddypress #members-list.gp-hover-effect-shift-up > li:hover,
#buddypress #groups-list.gp-hover-effect-shift-up > li:hover,
.gp-theme .gp-element-bp .item-list.gp-hover-effect-shift-up > li:hover {
transform: translate3d(0, -6px, 0);
} #buddypress #members-list.gp-format-full-avatar .item-avatar,
#buddypress #members-list.gp-format-small-avatar-cover-image .item-avatar,
#buddypress #groups-list.gp-format-full-avatar .item-avatar,
#buddypress #groups-list.gp-format-small-avatar-cover-image .item-avatar,
.gp-theme .gp-element-bp .item-list.gp-format-full-avatar .item-avatar,
.gp-theme .gp-element-bp .item-list.gp-format-small-avatar-cover-image .item-avatar {
position: relative;
float: none;
margin: 0;
line-height: 0;
flex: 0 0 auto;
}
#buddypress #members-list.gp-format-small-avatar-cover-image .item-avatar,
#buddypress #groups-list.gp-format-small-avatar-cover-image .item-avatar,
.gp-theme .gp-element-bp .item-list.gp-format-small-avatar-cover-image .item-avatar {
position: relative;
z-index: 1;
float: none;
margin: 0;
height: 160px;
border-radius: 10px 10px 0 0;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
#buddypress #members-list.gp-format-small-avatar .item-avatar,
#buddypress #groups-list.gp-format-small-avatar .item-avatar,
.gp-theme .gp-element-bp .item-list.gp-format-small-avatar .item-avatar {
position: relative;
margin: 0 15px 0 0;
flex: 0 0 auto;
}
#buddypress #members-list.gp-format-small-avatar-cover-image .gp-cover-image-overlay,
#buddypress #groups-list.gp-format-small-avatar-cover-image .gp-cover-image-overlay,
.gp-theme .gp-element-bp .item-list.gp-format-small-avatar-cover-image .gp-cover-image-overlay {
border-radius: 10px 10px 0 0;
}
#buddypress #members-list.gp-format-small-avatar-cover-image .item-avatar:before,
#buddypress #groups-list.gp-format-small-avatar-cover-image .item-avatar:before,
.gp-theme .gp-element-bp .item-list.gp-format-small-avatar-cover-image .item-avatar:before {
content: '';
position: absolute;
top: 0;
left: 0;
background: rgba(0,0,0,0.5);
width: 100%;
height: 100%;
border-radius: 10px 10px 0 0;
}
#buddypress #members-list.gp-format-full-avatar .item-avatar a:before,
#buddypress #groups-list.gp-format-full-avatar .item-avatar a:before,
.gp-theme .gp-element-bp .item-list.gp-format-full-avatar .item-avatar a:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 10px 10px 0 0;
background: transparent;
background: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 50%);
}
#buddypress #members-list.gp-format-full-avatar.gp-no-item-content .item-avatar a:before,
#buddypress #groups-list.gp-format-full-avatar .item-avatar.gp-no-item-content a:before,
.gp-theme .gp-element-bp .item-list.gp-format-full-avatar.gp-no-item-content .item-avatar a:before {
border-radius: 10px;
}
#buddypress #members-list .item-avatar img,
#buddypress #groups-list .item-avatar img,
.gp-theme .gp-element-bp .item-list .item-avatar img {
height: auto;
}
#buddypress #members-list.gp-format-full-avatar .item-avatar img,
#buddypress #groups-list.gp-format-full-avatar .item-avatar img,
.gp-theme .gp-element-bp .item-list.gp-format-full-avatar .item-avatar img {
width: 100%;
border-radius: 10px 10px 0 0;
}
#buddypress #members-list.gp-format-full-avatar.gp-no-item-content .item-avatar img,
#buddypress #groups-list.gp-format-full-avatar.gp-no-item-content .item-avatar img,
.gp-theme .gp-element-bp .item-list.gp-format-full-avatar.gp-no-item-content .item-avatar img {
border-radius: 10px;
}
#buddypress #members-list.gp-format-small-avatar-cover-image .item-avatar img,
#buddypress #groups-list.gp-format-small-avatar-cover-image .item-avatar img,
.gp-theme .gp-element-bp .item-list.gp-format-small-avatar-cover-image .item-avatar img {
position: absolute;
bottom: -45px;
left: 22px;
width: 90px;
border: 3px solid #fff;
}
#buddypress #members-list.gp-format-small-avatar .item-avatar img,
#buddypress #groups-list.gp-format-small-avatar .item-avatar img,
.gp-theme .gp-element-bp .item-list.gp-format-small-avatar .item-avatar img {
width: 90px;
} #buddypress #members-list.gp-format-full-avatar .list-title,
#buddypress #groups-list.gp-format-full-avatar .list-title,
.gp-theme .gp-element-bp .item-list.gp-format-full-avatar .list-title {
position: absolute;
bottom: 0;
left: 0;
margin: 0;
padding: 15px;
color: #fff;
font-size: 18px;
line-height: 24px;
font-weight: 500;
text-shadow: 2.427px 1.763px 4px rgba(0, 0, 0, 0.6); 
word-break: normal;
overflow-wrap: anywhere;
}
#buddypress #members-list.gp-format-small-avatar-cover-image .list-title,
#buddypress #members-list.gp-format-small-avatar .list-title,
#buddypress #groups-list.gp-format-small-avatar-cover-image .list-title,
#buddypress #groups-list.gp-format-small-avatar .list-title,
.gp-theme .gp-element-bp .item-list.gp-format-small-avatar-cover-image .list-title,
.gp-theme .gp-element-bp .item-list.gp-format-small-avatar .list-title {
margin: 0 0 5px 0;
font-size: 18px;
line-height: 24px;
font-weight: 500;
}
#buddypress #members-list .gp-verified-icon,
.gp-theme .gp-element-bp .item-list .gp-verified-icon,
.item-list .gp-verified-icon {
margin-left: 5px;
text-shadow: none;
} #buddypress #members-list.gp-format-full-avatar .item,
#buddypress #members-list.gp-format-small-avatar-cover-image .item,
#buddypress #groups-list.gp-format-full-avatar .item,
#buddypress #groups-list.gp-format-small-avatar-cover-image .item,
.gp-theme .gp-element-bp .item-list.gp-format-full-avatar .item,
.gp-theme .gp-element-bp .item-list.gp-format-small-avatar-cover-image .item {
position: relative;
width: 100%;
padding: 19px 25px 25px 25px;
text-align: left;
background-color: #fff;
border-radius: 0 0 10px 10px;
border-top-left-radius: 0 !important;
border-top-right-radius: 0 !important;
box-shadow: 0px 4px 34px 0px rgb(0 0 0 / 10%);
}
#buddypress #members-list.gp-format-small-avatar-cover-image .item,
#buddypress #groups-list.gp-format-small-avatar-cover-image .item,
.gp-theme .gp-element-bp .item-list.gp-format-small-avatar-cover-image .item {
padding-top: 70px;
padding-bottom: 25px;
}
#buddypress #members-list.gp-format-small-avatar .item,
#buddypress #groups-list.gp-format-small-avatar .item,
.gp-theme .gp-element-bp .item-list.gp-format-small-avatar .item {
float: left;
text-align: left;
border-radius: 10px;
}
#buddypress #members-list.gp-format-full-avatar.gp-no-item-content .item,
#buddypress #groups-list.gp-format-full-avatar.gp-no-item-content .item,
.gp-theme .gp-element-bp .item-list.gp-format-full-avatar.gp-no-item-content .item {
display: none;
}
#buddypress #members-list .gp-bp-field,
#buddypress #groups-list .gp-bp-field,
.gp-theme .gp-element-bp .item-list .gp-bp-field {
display: block;
width: 100%;
font-size: 14px;
line-height: 20px;
font-weight: 400;
margin-top: 5px;
color: #9c9da1;
} #buddypress #members-list .gp-bp-field .gp-element-icon,
#buddypress #groups-list .gp-bp-field .gp-element-icon,
.gp-theme .gp-element-bp .item-list .gp-bp-field .gp-element-icon {
margin-right: 5px;
} .gp-bp-members-meta-text {
margin-top: 6px;
}  #buddypress .groups-type-navs .subnav-filters {
display: flex;
flex-direction: column;
}
#buddypress .groups-type-navs .subnav-search {
margin-bottom: 15px;
} .gp-bp-groups-meta-text {
margin-top: 10px;
color: #9c9da1;
}  .group-create-buttons.button-tabs li {
display: inline-block;
margin: 0 30px 15px 0;
} .buddypress-wrap .standard-form .left-menu {
float: left;
margin: 0 0 20px 0;
}
.buddypress-wrap .standard-form .left-menu img {
width: 200px;
}
.buddypress-wrap .standard-form .main-column {
margin: 0 0 20px 220px;
} .group-invites #group-create-body .gp-bp-container {
padding: 0;
background: transparent;
border: 0;
box-shadow: none;
border-radius: 0;
} #buddypress #previous-next {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
#buddypress #previous-next input:last-child {
margin-top: 5px;
}   .groups-header .gp-bp-group-header-meta {
margin: 0 0 15px 0;
font-size: 15px;
line-height: 21px;
font-weight: 500;
color: #9c9da1;
}
.groups-header .gp-bp-group-header-meta .gp-bp-field {
margin: 0 0 5px 0;
}
.groups-header .gp-bp-group-header-meta .gp-group-type:before {
content: '\e835';	
margin-right: 6px;
font-family: 'fontello';
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.groups-header .gp-bp-group-header-meta .gp-active-time-ago:before {
content: '\e836';	
margin-right: 6px;
font-family: 'fontello';
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} .groups-header .gp-bp-group-header-desc {
margin: 0 0 15px 0;
font-size: 15px;
line-height: 21px;
font-weight: 500;
color: #9c9da1;
}
.groups-header .gp-bp-group-header-desc p:last-child {
margin: 0;
} #buddypress .group-item-actions {
display: flex;
flex-direction: column;
text-align: center;
margin-top: 25px;
}
.groups-header .moderators-lists {
margin: 15px 0 0 0;
padding: 0;
}
.groups-header .user-list {
margin: 0;
padding: 0;
}
.groups-header .moderators-title,
.groups-header .user-list .activity {
margin: 0 0 10px 0;
font-weight: normal;
font-size: 12px;
line-height: 1;
font-weight: 500;
}
#buddypress .group-item-actions ul {
list-style: none;
margin: 0;
font-size: 0;
line-height: 0;
}
#buddypress .group-item-actions li {
display: inline-block;
margin: 0 -2.5px;
}
#buddypress .group-item-actions img {
width: 30px;
border-radius: 50%;
border: 2px solid #fff;
} #buddypress .gp-main-nav-buttons button.join-group {
background: #deffc0;
color: #87c94c;
}
#buddypress .gp-main-nav-buttons button.join-group:hover {
background: #87c94c;
color: #fff;
}
#buddypress .gp-main-nav-buttons button.leave-group {
background: #ffdfdf;
color: #ff6c6c;
}
#buddypress .gp-main-nav-buttons button.leave-group:hover {
background: #ff6c6c;
color: #fff;
}
#buddypress .gp-main-nav-buttons .join-group:before {
content: '\E81F';
}
#buddypress .gp-main-nav-buttons .leave-group:before {
content: '\E820';
}  #buddypress .bp-invites-filters > div {
width: 100%;
}
.bp-invites-filters .last {
display: flex;
justify-content: space-between;
margin-top: 25px;
}
.bp-invites-filters .last:empty {
margin-top: 0;
}
.buddypress-wrap .bp-invites-filters ul li #bp-invites-next-page:before,
.buddypress-wrap .bp-messages-filters ul li #bp-messages-next-page:before {
content: "\f345";
}
.buddypress-wrap .bp-invites-filters ul li #bp-invites-prev-page:before,
.buddypress-wrap .bp-messages-filters ul li #bp-messages-prev-page:before {
content: "\f341";
} #buddypress .group-invites-column #members-list {
margin: 0;
}
#buddypress .group-invites-column #members-list > li {
display: flex;
margin: 0 0 15px 0;
padding: 0 0 15px 0;
border-bottom: 1px solid #eee;
}
#buddypress .group-invites-column #members-list .item-avatar {
margin-right: 15px;
}
#buddypress .group-invites-column #members-list .item-avatar img {
width: 35px;
}
#buddypress .group-invites-column #members-list .member-name {
font-weight: 500;
}
#buddypress .group-invites-column #members-list .action {
position: absolute;
top: 0;
right: 0;
margin: 0;
}
#buddypress .bp-invites-content .invite-button {
padding: 10px;
border-radius: 5px;
font-size: 14px;
line-height: 1;
background: #deffc0;
color: #87c94c;
}
#buddypress .bp-invites-content .invite-button:hover {
background: #87c94c;
color: #fff;
}
#buddypress .bp-invites-content .invite-button.selected,
#buddypress .bp-invites-content .invite-button.group-remove-invite-button {
background: #ffdfdf;
color: #ff6c6c;
}
#buddypress .bp-invites-content .invite-button.selected:hover,
#buddypress .bp-invites-content .invite-button.group-remove-invite-button:hover {
background: #ff6c6c;
color: #fff;
}
#buddypress .bp-invites-content .invite-button span.icons:before {
font-family: dashicons;
font-size: 18px;
}
#buddypress .bp-invites-content .invite-button span.icons:before {
content: "\f502";
}
#buddypress .bp-invites-content .invite-button.selected span.icons:before,
#buddypress .bp-invites-content .invite-button.group-remove-invite-button span.icons:before {
content: "\f153";
} #send-invites-editor ul {
list-style: none;
margin: 0 0 9px 0;
}
#send-invites-editor ul li {
display: inline-block;
margin: 0 6px 6px 0;
}
#send-invites-editor ul li a {
display: block;
}
#send-invites-editor ul img {
width: 35px;
}
#bp-send-invites-form label {
display: block;
margin-bottom: 5px;
}
#bp-send-invites-form .action {
display: flex;
justify-content: space-between;
margin-top: 25px;
} #buddypress .group-inviters {
display: flex;
list-style: none;
margin: 10px 0 10px 0;
align-items: center;
}
#buddypress .group-inviters li a {
display: block;
margin: 0 0 0 5px;
line-height: 0;
}
#buddypress .group-inviters li img {
width: 25px;
}  #buddypress #create-group-form input[type="text"],
#buddypress #group-settings-form input[type="text"],
#buddypress #group-settings-form textarea,
#buddypress #create-group-form .bp-controls-wrap,
#buddypress #group-settings-form .bp-controls-wrap {
margin: 0 0 25px 0;
} #buddypress .standard-form .group-settings-selections fieldset:last-child {
margin-bottom: 25px;
}
#buddypress .standard-form .group-settings-selections label {
font-weight: 500;
margin-bottom: 5px;
}
#buddypress .standard-form .group-settings-selections ul {
margin: 0 0 25px 42px;
font-size: 14px;
line-height: 20px;
}
#buddypress .standard-form .group-settings-selections li {
margin: 0 0 5px 0;
}
#buddypress .standard-form .group-settings-selections li:last-child {
margin: 0;
}  #buddypress .group-subnav .subnav-filters {
display: flex;
justify-content: space-between;
flex-direction: column;
}
#buddypress .subnav-filters #group-roles-filter {
width: 100%;
}
#buddypress .subnav-filters #group-roles-filter label {
display: none;
}
#buddypress .subnav-filters #group-roles-filter select {
width: 100%;
}
#buddypress .subnav-filters #group-members-pagination {
width: 0;
padding: 10px;
}
#buddypress .subnav-filters #group-members-search-form {
width: 100%;
} #buddypress #group-manage-members-ui {
overflow-x: auto;
}
#buddypress #group-members-list-table {
overflow: hidden;
min-width: 600px;
margin: 0;
border-radius: 5px;
}
#buddypress #group-members-list-table thead tr {
background: #d36555;
color: #fff;
}
#buddypress #group-members-list-table th {
padding: 15px;
border: 0;
text-align: left;
vertical-align: middle;
font-size: 16px;
line-height: 22px;
font-weight: 500;
}
#buddypress #group-members-list-table td {
padding: 15px;
border: 0;
border-bottom: 1px solid #eee;
vertical-align: middle;
}
#buddypress #group-members-list-table .group-member {
font-size: 14px;
line-height: 20px;
font-weight: 500;
}
#buddypress #group-members-list-table .group-member img {
float: left !important;
width: 30px;
margin: 0 15px 0 0 !important;
}
#buddypress #group-members-list-table .group-member-actions {
margin-top: 7px;
font-size: 12px;
line-height: 1;
}
#buddypress #group-members-list-table .group-member-actions a {
color: #9c9da1;
}
#buddypress #group-members-list-table .group-member-actions a:hover {
text-decoration: underline;
}
#buddypress #group-members-list-table .urole-column label {
font-size: 12px;
line-height: 1;
}
#buddypress #group-members-list-table .urole-column select {
padding: 5px;
font-size: 12px;
line-height: 1;
}   #item-header {
flex-wrap: wrap;
margin: 0 auto;
}
.gp-boxed-item-header .gp-item-header-outer {
padding: 0 20px;
}
.gp-item-header-inner {
margin: 0 auto;
}
#item-header #cover-image-container {
position: relative;
width: 100%;
height: 300px;
}
#item-header #cover-image-container.gp-no-cover-image {
height: 200px;
}
.groups #item-header #cover-image-container.gp-no-cover-image {
height: 100px;
}
#item-header .bp-template-notice {
display: none;
} .gp-cover-image-overlay {
display: none;
width: 100%;
height: 100%;
background-color: #000;
opacity: 0.5;
}
#item-header #header-cover-image {
background-color: #3e3e3e;
background-position: center top;
background-repeat: no-repeat;
background-size: cover;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
} #item-header-cover-image {
z-index: 1;
position: relative;
display: flex;
flex-wrap: wrap;
height: 100%;
margin: 0 auto;
justify-content: center;
align-items: center;
} #item-header-avatar {
position: relative;
display: flex;
flex: 0 0 auto;
justify-content: center;
margin: -200px 0 30px 0;
}
#item-header-avatar a {
display: block;
position: relative;
line-height: 0;
}
#item-header-avatar .avatar {
width: 200px;
height: auto;
border-radius: 10px;
border: 4px solid #fff;
}
.gp-user-status {
display: block;
position: absolute;
top: 10px;
right: 10px;
width: 12px;
height: 12px;
border: 2px solid rgba(255,255,255,0.5);
border-radius: 50%;
}
.gp-format-small-avatar .gp-user-status {
top: 5px;
right: 5px;
}
.gp-user-online {
background-color: #1cbf01;
}
.gp-user-offline {
display: none;
background-color: #ccc;
opacity: 0.5;
} .gp-item-header-content-outer {
padding: 35px 20px;
background-color: #fff;
box-shadow: 0px 4px 34px 0px rgb(0 0 0 / 10%);
}
.gp-item-header-content-inner {
margin: 0 auto;
}
#item-header-content {
position: relative;
z-index: 1;
width: 100%;
margin: 0 auto;
text-align: center;
}
#item-header-content > div:last-child {
margin-bottom: 0;
} .gp-bp-header-field-content {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
margin-bottom: 15px;
}
#item-header-content h2.gp-bp-header-name {
margin: 0;
padding: 0;
text-align: center;
}
#item-header-content h2.gp-bp-header-name.gp-has-profile-fields {
width: 100%;
}
#item-header-content h2.gp-bp-header-name, 
#item-header-content h2.gp-bp-header-name a {
font-size: 24px;
line-height: 30px;
font-weight: 500;
}
.gp-bp-header-field-content .gp-verified-icon {
display: block;
margin: 0 0 0 10px;
} .gp-bp-profile-header-primary-fields {
font-size: 24px;
line-height: 30px;
font-weight: 500;
}
.gp-bp-profile-header-primary-fields .gp-element-icon {
margin-right: 6px;
}
.gp-bp-field {
display: inline-block;
width: 100%;
}  .gp-bp-profile-header-secondary-fields {
font-size: 15px;
line-height: 21px;
font-weight: 500;
}
.gp-bp-profile-header-secondary-fields .gp-bp-field {
margin: 0 0 5px 0;
}
.gp-bp-profile-header-secondary-fields .gp-element-icon {
margin-right: 8px;
} #item-header-avatar .gp-membership-level {
display: block;
position: absolute;
bottom: -10px;
text-align: center;
left: 50%;
transform: translateX(-50%);
color: #fff;
font-size: 12px;
line-height: 12px;
background-color: #2ea5ed;
border-radius: 5px;
padding: 7px 10px;
} .bp-member-type-list {
margin: 0 0 15px 0;
}  #object-nav.main-navs {
margin-top: 30px;
padding: 0 10px;
}
.gp-main-nav-outer {
margin: 0 auto;
padding: 0 10px;
} .gp-main-nav-inner {
margin: 0 auto;
padding: 25px;
background-color: #fff;
box-shadow: 0px 4px 34px 0px rgb(0 0 0 / 10%);
border-radius: 10px;
}
.gp-main-nav-mobile-wrapper {
display: flex;
justify-content: space-between;
align-items: center;
}
.gp-main-nav-inner ul {
list-style: none;
} .gp-main-nav-ul {
display: none;
list-style: none;
margin: 20px auto 0;
}
.gp-main-nav-ul li {
display: block;
margin: 0 0 15px 0;
font-size: 15px;
line-height: 21px;
font-weight: 500;
}
.gp-main-nav-ul li:last-child {
margin: 0;
}
.gp-main-nav-ul li a {
color: #858585;
}
.gp-main-nav-ul li a:hover, 
.gp-main-nav-ul li.current a, 
.gp-main-nav-ul li.selected a {
color: #f6635e;
}
.gp-main-nav-mobile-button {
display: block;
line-height: 1;
cursor: pointer;
}
.gp-main-nav-mobile-button.gp-active .gp-icon-bars,
.gp-main-nav-mobile-button:not(.gp-active) .gp-icon-cross {
display: none;
}
.gp-main-nav-mobile-button.gp-active .gp-icon-cross,
.gp-main-nav-mobile-button:not(.gp-active) .gp-icon-bars {
display: block;
}
.gp-main-nav-mobile-button .gp-icon-bar,
.gp-main-nav-mobile-button .gp-icon-cross:before, 
.gp-main-nav-mobile-button .gp-icon-cross:after {
background-color: #000;
}
.gp-main-nav-mobile-button .gp-icon-bars {
width: 22px;
}
.gp-main-nav-mobile-button .gp-icon-cross {
width: 22px; 
height: 22px;
}
.gp-main-nav-mobile-button .gp-icon-cross:before, 
.gp-main-nav-mobile-button .gp-icon-cross:after {
height: 22px; 
left: calc((22px - 2px) / 2);
} .gp-main-nav-ul li a .count {
position: relative;
top: -2px;
margin-left: 2px;
display: inline-block;
padding: 5px 10px;
text-align: center;
font-size: 10px;
line-height: 1;
color: #fff;
background-color: #f6635e;
border-radius: 25px;
font-weight: 700;
}
.gp-main-nav-ul li a .count:empty {
display: none;
} #buddypress .gp-main-nav-buttons {
margin: 0;
flex: 0 0 auto;
font-size: 0;
line-height: 1;
}
#buddypress .gp-main-nav-buttons li,
#buddypress .gp-main-nav-buttons > div {
display: inline-block;
margin: 0 0 0 6px;
}
#buddypress .gp-main-nav-buttons a,
#buddypress .gp-main-nav-buttons button {
display: flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
padding: 0;
border-radius: 5px;
font-size: 0;
line-height: 1;
}
#buddypress .gp-main-nav-buttons a:before,
#buddypress .gp-main-nav-buttons button:before {
font-family: 'fontello';
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 14px;
line-height: 1;
}
.gp-main-nav-buttons a.friendship-button, 
.gp-main-nav-buttons button.friendship-button {
background: #deffc0;
color: #87c94c;
}
.gp-main-nav-buttons button.friendship-button:hover {
background: #87c94c;
color: #fff;
}
#buddypress .gp-main-nav-buttons button.friendship-button.remove {
background: #ffdfdf;
color: #ff6c6c;
}
#buddypress .gp-main-nav-buttons button.friendship-button.remove:hover {
background: #ff6c6c;
color: #fff;
}
.gp-main-nav-buttons a.activity-button.mention {
background-color: #fdddff;
color: #ee8cf4;
}
.gp-main-nav-buttons a.activity-button.mention:hover {
background-color: #ee8cf4;
color: #fff;
}
#buddypress .gp-main-nav-buttons a.send-message {
background: #dff5ff;
color: #3dc2ff;
}
#buddypress .gp-main-nav-buttons a.send-message:hover {
background: #3dc2ff;
color: #fff;
}
#buddypress .gp-main-nav-buttons a.friendship-button:before,
#buddypress .gp-main-nav-buttons button.friendship-button:before {
content: '\E81F';
}
#buddypress .gp-main-nav-buttons a.friendship-button.pending_friend:before,
#buddypress .gp-main-nav-buttons button.friendship-button.pending_friend:before {
content: '\E820';
}
#buddypress .gp-main-nav-buttons button.friendship-button.remove:before {
content: '\E820';
}
#buddypress .gp-main-nav-buttons a.activity-button.mention:before {
content: '\E822';
}
#buddypress .gp-main-nav-buttons a.send-message:before {
content: '\E823';
} body:not(.gp-my-profile).profile #buddypress .bp-subnavs {
display: none;
}
#buddypress .profile .gp-bp-container {
margin-bottom: 30px;
}
#buddypress .profile-fields.bp-tables-user {
margin: 0;
border-collapse: separate;
}
#buddypress .profile-group-title {
margin: 0 0 25px 0;
}
#buddypress .profile-fields.bp-tables-user td,
#buddypress .profile-fields.bp-tables-user th {
display: block;
padding: 25px 0;
border: 0;
}
#buddypress .profile-fields.bp-tables-user .label {
padding-bottom: 0;
font-weight: 600;
border-top: 1px solid #eee;
}
#buddypress .profile-fields.bp-tables-user .data {
padding-top: 5px;
border: 0;
}
#buddypress .profile-fields.bp-tables-user tr:last-child .data {
padding-bottom: 0;
} .screen-heading.profile-group-title.edit {
display: none;
}
.buddypress-wrap .profile.edit ul.button-nav {
list-style: none;
margin: 0;
padding: 15px 0;
}
.buddypress-wrap .profile.edit ul.button-nav li {
display: inline-block;
margin-right: 20px;
}
.buddypress-wrap .profile.edit ul.button-nav li a {
color: inherit;
font-weight: 500;
}
.buddypress-wrap .profile.edit ul.button-nav li.current a,
.buddypress-wrap .profile.edit ul.button-nav li a:hover {
border-bottom: 1px dotted;
}
#buddypress .editfield {
padding: 25px 0;
border-top: 1px solid #eee;
}
#buddypress .editfield .description {
margin: 10px 0 0 0;
font-size: 14px;
line-height: 20px;
opacity: 0.8;
}
#buddypress .field-visibility-settings-notoggle,
#buddypress .field-visibility-settings-toggle {
margin: 10px 0 0 0;
font-size: 12px;
line-height: 18px;
}
#buddypress .current-visibility-level {
font-weight: 600;
}
#buddypress .visibility-toggle-link {
position: relative;
top: -1px;
margin-left: 5px;
padding: 2px 4px;
font-size: 10px;
line-height: 10px;
background: none;
color: inherit;
border: 1px solid #9c9da1;
border-radius: 50px;
cursor: pointer;
}
#buddypress .visibility-toggle-link:hover {
background-color: #f8f9fa;
}
#buddypress .field-visibility-settings legend,
#buddypress .field-visibility-settings label {
font-size: 14px;
line-height: 20px;
}
#buddypress .field-visibility-settings.field-visibility-settings-open {
margin-top: 10px;
}
#buddypress .field-visibility-settings .radio label {
display: inline-block;
}
#buddypress .field-visibility-settings-close {
margin-top: 10px;
padding: 5px 8px;
font-size: 12px;
line-height: 12px;
}
#buddypress .clear-value {
position: absolute;
bottom: 0;
right: 0;
font-size: small;
line-height: 1;
} #buddypress #avatar-crop-actions {
margin-top: 10px;
}
#buddypress #avatar-crop-pane.avatar {
border-radius: 0;
}
#buddypress .avatars-history {
flex-wrap: wrap;
}
#buddypress .avatar-history-list {
width: 100%;
}
#buddypress .avatar-history-table {
margin: 0;
}
#buddypress .avatar-history-table input[type='radio'] {
width: 0;
}
#buddypress .avatar-history-table .avatar {
margin-top: -18px;
}
#buddypress .avatar-history-actions {
width: 100%;
margin-left: 0;
}  #buddypress .subnav-filters #notifications-filter-select .select-wrap {
width: 100%;
}
#buddypress .bp-tables-user.notifications th.date {
width: 30%;
}
#buddypress .bp-tables-user.notifications th.actions {
width: 22%;
}
#buddypress .bp-tables-user.notifications .actions,
#buddypress .bp-tables-user.notifications .notification-actions {
text-align: center;
}
#buddypress .notification-actions .mark-read,
#buddypress .notification-actions .mark-unread,
#buddypress .notification-actions .delete {
display: inline-flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
margin: 0 3px;
padding: 0;
border-radius: 5px;
font-size: 14px;
line-height: 1;
}
#buddypress .notification-actions .mark-read,
#buddypress .notification-actions .mark-unread {
background: #fff1df;
color: #ffb049;
}
#buddypress .notification-actions .mark-read:hover,
#buddypress .notification-actions .mark-unread:hover {
background: #ffb049;
color: #fff;
}
#buddypress .notification-actions .delete {
background: #ffdfdf;
color: #ff6c6c;
}
#buddypress .notification-actions .delete:hover {
background: #ff6c6c;
color: #fff;
}
#buddypress .notifications-options-nav {
display: flex;
flex-wrap: wrap;
margin: 25px 0;
}
#buddypress .notifications-options-nav .select-wrap {
width: 100%;
margin-bottom: 10px;
}  .bp-messages-search-form {
margin-bottom: 10px;
}
#buddypress .subnav-filters .user-messages-search {
width: 100%;
}
#buddypress .subnav-filters .user-messages-bulk-actions {
margin-top: 10px;
}
#buddypress .subnav-filters .user-messages-bulk-actions:empty {
display: none;
}
#buddypress .subnav-filters .user-messages-bulk-actions .bulk-actions-wrap {
display: flex;
margin-top: 10px;
}
#buddypress .subnav-filters .user-messages-bulk-actions .bulk-actions-wrap.bp-hide {
display: none;
}
#buddypress .subnav-filters .user-messages-bulk-actions .select-wrap {
width: 100%;
margin-right: 10px;
}
#buddypress .subnav-filters .user-messages-bulk-actions .select-wrap select {
width: 100%;
}
#buddypress .subnav-filters .messages-button {
border-radius: 5px;
padding: 0 15px;
}  .bp-messages-content #thread-preview {
margin-top: 25px;
}
.bp-messages-content #thread-preview:empty {
display: none;
}
.bp-messages-content #thread-preview .preview-message {
overflow: hidden;
}
.bp-messages-content #thread-preview .preview-content .preview-message {
margin-top: 15px;
}
.bp-messages-content .preview-pane-header {
display: block;
padding: 10px 0 15px 0;
border-bottom: 1px solid #eee;
}
.bp-messages-content .preview-pane-header:after,
.bp-messages-content .single-message-thread-header:after {
clear: both;
content: "";
display: table;
}
.bp-messages-content .preview-thread-title,
.bp-messages-content .single-thread-title {
font-size: 16px;
margin: 0;
}
.bp-messages-content .preview-thread-title .messages-title,
.bp-messages-content .single-thread-title .messages-title {
padding-left: 10px;
}
.bp-messages-content .thread-participants {
float: left;
width: 70%;
margin: 0;
}
.bp-messages-content .thread-participants dd {
padding: 0;
margin: 0;
}
.bp-messages-content .preview-pane-header .thread-participants ul {
list-style: none;
margin: 0;
}
.bp-messages-content .thread-participants dt {
margin-bottom: 5px;
font-weight: 600;
}
.bp-messages-content .thread-participants ul:after {
clear: both;
content: "";
display: table;
}
.bp-messages-content .thread-participants li {
float: left;
margin-right: 5px;
}
.bp-messages-content .thread-participants li a {
display: block;
}
.bp-messages-content .thread-participants img {
width: 30px;
height: auto;
} #buddypress .bp-messages-content input[type="text"],
#buddypress #bp-message-content {
margin-bottom: 15px;
}
#buddypress .bp-messages-content #send_message_form .submit {
display: flex;
justify-content: space-between;
} #message-threads {
overflow-x: auto;
overflow-y: auto;
width: 100%;
max-height: 220px;
border-top: 1px solid #eee;
clear: both;
list-style: none;
margin: 0;
padding: 0;
}
#message-threads:empty {
display: none;
}
#message-threads li {
display: flex;
flex-flow: row nowrap;
align-items: center;
min-width: 600px;
margin: 0;
overflow: hidden;
padding: 15px;
background-color: #fff;
border-bottom: 1px solid #eee;
}
#message-threads li .thread-cb {
display: flex;
align-items: center;
flex: 1 2 5%;
}
#message-threads li .thread-from,
#message-threads li .thread-to {
flex: 1 2 20%;
}
#message-threads li .thread-from img.avatar,
#message-threads li .thread-to img.avatar {
float: left;
margin: 0 10px 0 0;
width: 30px;
height: 30px;
}
#message-threads li .thread-from .user-name,
#message-threads li .thread-to .user-name {
display: inline-block;
font-size: 14px;
line-height: 1;
font-weight: 500;
}
#message-threads li .thread-from .user-link,
#message-threads li .thread-to .user-link {    
display: flex;
align-items: center;
color: inherit;
}
#message-threads li .thread-from .num-recipients,
#message-threads li .thread-to .num-recipients {
color: #737373;
font-weight: 400;
font-size: 12px;
margin: 0;
}
#message-threads li .thread-content {
flex: 1 2 60%;
}
#message-threads li .thread-date {
flex: 1 2 15%;
}
#message-threads li.selected {
background-color: #f9f9f9;
}
#message-threads li .thread-subject .subject {
font-weight: 500;
color: inherit;
}
#message-threads li .thread-content .excerpt {
margin: 0;
font-size: 12px;
line-height: 18px;
}
#message-threads li .thread-content .thread-subject {
vertical-align: top;
}
#message-threads li .thread-content .thread-subject .excerpt {
font-weight: 400;
}
#message-threads li .thread-date {
padding-right: 5px;
text-align: right;
}  .bp-messages-content .single-message-thread-header {
display: block;
margin: 15px 0 25px 0;
padding-bottom: 25px;
border-bottom: 1px solid #eee;
}
.bp-messages-content #bp-message-thread-header ul {
margin: 0;
list-style: none;
} .bp-messages-content .actions {
display: flex;
float: right;
}
.bp-messages-content #bp-message-thread-list .message-metadata .actions {
position: absolute;
top: 0;
right: 0;
margin: 0;
}
#buddypress .message-action-view,
#buddypress .message-action-delete,
#buddypress .message-action-exit,
#buddypress #thread-preview .message-action-star,
#buddypress #thread-preview .message-action-unstar {
margin: 0 6px 0 0;
display: flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
padding: 0;
border-radius: 5px;
font-size: 20px;
line-height: 17px;
}
#buddypress .message-action-view {
background: #dff5ff;
color: #3dc2ff;
}
#buddypress .message-action-view:hover {
background: #3dc2ff;
color: #fff;
}
#buddypress .message-action-delete {
background: #ffdfdf;
color: #ff6c6c;
}
#buddypress .message-action-delete:hover {
background: #ff6c6c;
color: #fff;
}
#buddypress .message-action-exit {
background: #e6e6e6;
color: #949494;
}
#buddypress .message-action-exit:hover {
background: #949494;
color: #fff;
}
#buddypress .message-action-star,
#buddypress .message-action-unstar {
padding: 0;
background: transparent;
border: 0;
color: #ffa71c;
font-size: 20px;
line-height: 1;
}
#buddypress #thread-preview .message-action-star,
#buddypress #thread-preview .message-action-unstar {
background: #ffeccf;
color: #ffa71c;
}
#buddypress #thread-preview .message-action-star:hover,
#buddypress #thread-preview .message-action-unstar:hover {
background: #ffa71c;
color: #fff;
}
.message-action-star:before,
.message-action-unstar:before,
.message-action-view:before,
.message-action-delete:before,
.message-action-exit:before {
font-family: dashicons;
}
.message-action-star:before,
.message-action-unstar:hover::before {
content: "\f154";
}
.message-action-unstar:before,
.message-action-star:hover::before {
content: "\f155";
}
.message-action-view:before {
content: "\f473";
}
.message-action-delete:before {
content: "\f153";
}
.message-action-exit:before {
content: "\f14a";
} .bp-messages-content #bp-message-thread-list {
clear: both;
list-style: none;
margin: 0;
}
.bp-messages-content #bp-message-thread-list li {
position: relative;
margin-bottom: 25px;
padding-bottom: 25px;
border-bottom: 1px solid #eee;
}
.bp-messages-content #bp-message-thread-list .message-metadata {
display: table;
width: 100%;
margin-bottom: 15px;
}
.bp-messages-content #bp-message-thread-list img.avatar {
float: left;
margin: 0 10px 0 0;
}
.bp-messages-content #bp-message-thread-list .message-metadata .avatar {
width: 30px;
}
.bp-messages-content #bp-message-thread-list .message-metadata .user-link {
display: block;
font-size: 13px;
line-height: 1;
color: inherit;
}
.bp-messages-content #bp-message-thread-list .message-metadata .user-link strong {
font-weight: 500;
}
.bp-messages-content #bp-message-thread-list .message-metadata time {
display: block;
margin-top: 7px;
color: #9c9da1;
font-size: 12px;
line-height: 1;
}
.bp-messages-content #bp-message-thread-list .message-content {
overflow: hidden;
font-size: 14px;
line-height: 24px;
} .bp-messages-content form.send-reply .avatar-box img {
display: none;
}
.bp-messages-content form.send-reply {
margin-top: 25px;
}
.bp-messages-content form.send-reply strong {
display: block;
font-size: 16px;
line-height: 16px;
font-weight: 500;
margin-bottom: 10px;
}  #buddypress #members-list.members-friends-list.gp-format-small-avatar > li {
max-width: 100%;
flex: 0 0 100%;
} #buddypress #members-list.friends-request-list.gp-format-small-avatar > li {
max-width: 100%;
flex: 0 0 100%;
}  #buddypress #groups-list.groups-list.gp-format-small-avatar > li {
max-width: 100%;
flex: 0 0 100%;
} #buddypress #groups-list.invites.item-list.gp-format-small-avatar > li {
max-width: 100%;
flex: 0 0 100%;
} .item-body #bbp_search_submit {
margin-left: 10px;
}  #buddypress input#pwd,
#buddypress input#email {
margin-bottom: 15px;
}
#buddypress .password-input-wrapper input[type="text"],
#buddypress .password-input-wrapper input[type="password"] {
width: 100%;
margin: 0 0 10px 0;
}
body.buddypress.settings.js .wp-pwd,
body.buddypress.settings.js .user-pass2-wrap,
body.buddypress.settings.no-js .wp-generate-pw,
body.buddypress.settings.no-js .wp-cancel-pw,
body.buddypress.settings.no-js .wp-hide-pw,
body.buddypress.settings #pass1-text,
body.buddypress.settings .pw-weak,
body.buddypress.settings #pass-strength-result {
display: none;
}
#buddypress button.wp-generate-pw {
padding: 10px;
border-radius: 5px;
font-size: 12px;
line-height: 1;
}
body.bp-user.settings.general #buddypress .wp-pwd:not(.is-open) {
display: none;
}
#buddypress .wp-pwd.is-open {
margin-top: 15px;
}
#buddypress button.wp-hide-pw {
margin-left: 10px;
padding: 0;
background: none;
border: 0;
color: #000;
}
#buddypress button.wp-cancel-pw {
margin-left: 10px;
}
#buddypress .pw-weak label {
font-size: 14px;
line-height: 20px;
font-weight: normal;
}
#buddypress .pw-weak input {
position: relative;
top: 2px;
margin-right: 5px;
} #buddypress .notification-settings {
margin: 15px 0 0 0;
text-align: left;
}
#buddypress .notification-settings:first-child {
margin: 0;
}
#buddypress .notifications th.icon,
#buddypress .notifications td:first-child,
#buddypress .notification-settings th.icon,
#buddypress .notification-settings td:first-child {
display: none;
}
#buddypress .notification-settings th { 
font-weight: 600;
}
#buddypress .notification-settings td,
#buddypress .notification-settings th {
border: 0;
padding: 0 0 10px 0;
}
#buddypress .notification-settings .no,
#buddypress .notification-settings .yes {
text-align: center;
width: 60px;
vertical-align: middle;
} #buddypress .profile-settings .field-name {
font-weight: 600;
}
#buddypress .profile-settings .field-visibility select {
padding: 5px;
font-size: 12px;
line-height: 1;
} #buddypress #bp-data-export {
margin-bottom: 30px;
}
#buddypress .screen-heading {
margin: 0 0 15px 0;
font-size: 20px;
line-height: 26px;
}  #buddypress .bp-subnavs {
margin-bottom: 30px;
border-radius: 10px;
background-color: #fff;
box-shadow: 0px 4px 34px 0px rgb(0 0 0 / 10%);
} #buddypress .bp-subnavs > ul,
#buddypress .bp-subnavs > ol {
padding: 25px 25px 10px 25px;
margin: 0;
line-height: 1;
list-style: none;
}
#buddypress .bp-subnavs > ul li {
display: block;
margin: 0 0 10px 0;
}
#buddypress .bp-subnavs li,
.buddypress.widget .item-options a {
font-size: 15px;
line-height: 21px;
font-weight: 500;
}
#buddypress .bp-subnavs > ul li:last-child,
#buddypress .bp-subnavs > ol li:last-child {
margin-right: 0;
}
#buddypress .bp-subnavs li a, 
.buddypress.widget .item-options a {
color: #ff8b88;
}
#buddypress .bp-subnavs li a:hover, 
#buddypress .bp-subnavs li.current a, 
#buddypress .bp-subnavs li.selected a,
.buddypress.widget .item-options a:hover, 
.buddypress.widget .item-options a.selected {
color: #000;
}
#buddypress .bp-subnavs li a .count {
position: relative;
top: -2px;
margin-left: 4px;
display: inline-block;
padding: 5px 10px;
text-align: center;
font-size: 10px;
line-height: 1;
color: #fff;
background-color: #f6635e;
border-radius: 25px;
font-weight: 700;
}
#buddypress .bp-subnavs li a .count:empty {
display: none;
} #buddypress .bp-subnavs .subnav-filters {
width: 100%;
padding: 25px;
margin: 0; 
background-color: #fff;
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
border-radius: 0;
}
#buddypress .bp-subnavs .subnav-filters:last-child {
border-radius: 0 0 10px 10px;
border-bottom-width: 0 !important;
}
#buddypress .bp-subnavs .subnav-filters:empty {
display: none;
}
#buddypress .bp-subnavs .subnav-filters ul {
list-style: none;
margin: 0;
}
#buddypress .bp-subnavs .subnav-filters li {
margin: 0;
}
#buddypress .subnav-search {
width: 100%;
}
#buddypress .subnav-search:empty {
display: none;
}
#buddypress .bp-subnavs .subnav-filters .select-wrap select {
width: 100%;
}
#buddypress .bp-search label,
#buddypress .bp-search button {
display: none !important;
}
#buddypress .bp-search input {
width: 100%;
border-radius: 5px;
box-shadow: none;
} #buddypress .bp-subnavs .bps-form-outer {
padding: 15px;
}
#buddypress .bp-subnavs .bps-form > div {
margin: 10px;
} #buddypress .item-body {
font-size: 14px;
line-height: 20px;
} .buddypress.widget .item-options {
display: flex;
flex-wrap: wrap;
flex-direction: row;
margin-bottom: 15px;
}
.buddypress.widget .item-options a {
margin: 0 15px 5px 0;
}
.buddypress.widget .item-options a {
margin: 0 15px 5px 0;
}
.buddypress.widget .item-options a:last-child {
margin-right: 0;
}
.buddypress.widget .bp-separator {
display: none;
}
.bp-dynamic-block-container ul.item-list {
margin: 0;
}
.buddypress.widget .item-list li {
display: flex;
margin: 0 0 25px 0;
padding: 0;    
align-items: center;
}
.buddypress.widget .item-list li:last-child {
margin-bottom: 0;
}
.bp-dynamic-block-container ul.item-list li .item-avatar {
width: 50px;
}
.buddypress.widget .item-avatar {
margin-right: 15px;
}
.buddypress.widget .item-avatar a {
display: block;
line-height: 0;
}
.buddypress.widget .item-avatar img {
width: 50px;
height: auto;
}
.bp-dynamic-block-container ul.item-list li .item {
margin: 0;
}
.buddypress.widget .item-title a {
display: block;
line-height: 0;
font-size: 14px;
line-height: 20px;
}
.buddypress.widget .item-meta {
margin-top: 4px;
font-size: 12px;
line-height: 18px;
color: #9c9da1;
}
.buddypress.widget .gp-verified-icon {
margin-left: 5px;
}
.widget_bp_core_whos_online_widget .widget-title {
width: 100%;
}
.widget_bp_core_whos_online_widget .avatar-block {
display: flex;
flex-wrap: wrap;
}
.widget_bp_core_whos_online_widget .avatar-block .item-avatar {
margin-bottom: 15px;
}
.widget_bp_core_recently_active_widget .avatar-block {
display: flex;
justify-content: center;
}  .gp-percentage-text {
color: #FF0053;
} #item-header .gp-non-linear-rating-container {
position: absolute;
top: auto;
left: auto;
margin: -15px 0 0 -15px;
} 
#item-header .gp-rating-style-gauge .gp-gauge-rating-container {  
width: 70px;
height: 70px;
}
#item-header .gp-rating-style-gauge .gp-summary-rating-text-wrapper {
width: calc(100% - 10px);
height: calc(100% - 10px);
top: 5px;
right: 5px;
bottom: 5px;
left: 5px;
}
#item-header .gp-match-text {
font-size: 11px;
line-height: 11px;
margin-bottom: 2px;
font-weight: 500;
}
#item-header .gp-percentage-text {
font-size: 14px;
line-height: 14px;
font-weight: 500;
}
#item-header .gp-small-rating .gp-gauge-1 {
clip: rect(0, 70px, 70px, 35px);
}
#item-header .gp-small-rating .gp-gauge-2 {
clip: rect(0, 35px, 70px, 0);
} .item-list .gp-non-linear-rating-container {
position: absolute;
margin: 0;
} 
.item-list.gp-format-full-avatar .gp-non-linear-rating-container,
.item-list.gp-format-small-avatar-cover-image .gp-non-linear-rating-container {
top: 10px;
left: 10px;
}
.item-list.gp-format-small-avatar .gp-non-linear-rating-container {
top: 10px;
right: 10px;
} 
.item-list .gp-rating-style-gauge .gp-gauge-rating-container {  
width: 50px;
height: 50px;
}
.item-list .gp-rating-style-gauge .gp-summary-rating-text-wrapper {
width: calc(100% - 6px);
height: calc(100% - 6px);
top: 3px;
right: 3px;
bottom: 3px;
left: 3px;
}
.item-list .gp-match-text {
font-size: 10px;
line-height: 10px;
margin-bottom: 2px;
}
.item-list .gp-percentage-text {
font-size: 12px;
line-height: 12px;
font-weight: 500;
}
.item-list .gp-small-rating .gp-gauge-1 {
clip: rect(0, 50px, 50px, 25px);
}
.item-list .gp-small-rating .gp-gauge-2 {
clip: rect(0, 25px, 50px, 0);
}  .bps-form-title {
font-size: 0;
width: 38px;
height: 38px;
line-height: 38px;
text-align: center;
padding: 0;
border-radius: 3px;
border: 0;
cursor: pointer;
background: #eee;
color: #000;
border-radius: 3px;
}
.bps-form-title.gp-active {
background-color: #2ea5ed;
color: #fff;
}
.bps-form-title:before {    
width: auto;
height: auto;
margin: 0;
font-family: 'fontello';
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 20px;
text-indent: 0;
content: "\E824";
}  .bps-form-outer.gp-collapsible {
display: none;
}
.bps-form {
display: flex;
flex-wrap: wrap;
padding: 0;
background: none;
border: 0;
}
.bps-filters {
display: none;
} .bps-form > div {
position: relative;
margin: 0 0 20px 0;
width: 100%;
}
.bps-label {
display: block;
margin-bottom: 10px;
}
.bp-navs .bps-label {
margin-bottom: 0;
padding: 15px;
line-height: 1;
cursor: pointer;
border: 1px solid #eee;
color: #000;
border-radius: 100px;
}
.bps-label,
.bps-label strong {
font-size: 14px;
line-height: 1;
font-weight: 500;
}
.bps-label span {
font-weight: 400;
opacity: 0.5;
}
.bp-navs .bps-label.gp-highlight {
background-color: #2ea5ed;
color: #fff;
}
.bp-navs .bps-label:after {
position: relative;
top: 1px;
margin-left: 10px;
content: '\e812';	
font-family: 'fontello';
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} .bp-navs .bps-field-options {
display: none;
z-index: 2;
position: absolute;
background-color: #fff;
margin-top: 5px;
padding: 25px;
border-radius: 10px;
box-shadow: 0px 4px 34px 0px rgb(0 0 0 / 10%);
}
.bp-navs .bps-field-options.gp-nav-shift {
right: 0;
}
.bps-field-options input[type="text"],
.bps-field-options input[type="search"],
.bps-field-options select:not([name*="[units]"]) {
width: 100%;
}
.bps-field-options input[type="date"],
.bps-integer-range .bps-field-options input {
width: 47%;
}
.bps-field-options input[type="search"].pac-target-input {
width: calc(100% - 30px);
margin-top: 5px;
}
.bps-distance input[type="number"],
.bps-distance select {
width: 44%;
}
.bps-distance select + span {
width: 10%;
margin-left: 2%;
}
.bps-distance .gp-map-icon {
margin: 10px 0 0 10px;
cursor: pointer;
width: 18px;
} .bps-description {
margin-top: 10px;
width: 100%;
display: block;
font-style: normal;
font-size: 14px;
line-height: 20px;
color: #9c9da1;
}
.bps-checkbox .bps-field-options label {
display: block;
width: 100%;
margin-bottom: 10px;
font-size: 0.9em;
line-height: 1.6em;
} .bps-form > div:last-child button {
padding: 15px;
border-radius: 100px;
cursor: pointer;
font-size: 14px;
line-height: 1;
}
.bps-form > div:last-child a {
font-size: 14px;
line-height: 1;
margin-left: 10px;
}   .gp-theme .gp-element-bp-activity .rtmedia-container {
display: none !important;
} .gp-theme #buddypress #whats-new-form .rtmedia-uploader-div {
width: 100%;
margin: 10px 0 0 0;
}
.gp-theme button#rtmedia-add-media-button-post-update {
padding: 3px 6px;
margin-bottom: 10px;
padding: 10px 20px;
}
.gp-theme #buddypress form#whats-new-form #whats-new-options select {
margin: 0;
border: 1px solid #eee;
font-size: 16px;
line-height: 16px;
}
.gp-theme #whats-new-submit {
display: block; 
}
.gp-theme #whats-new-submit #aw-whats-new-submit,
.gp-theme.bp-nouveau .activity-update-form #aw-whats-new-submit {
display: inline-block;
margin: 0;
font-size: 16px;
line-height: 16px;
}
.gp-theme.bp-nouveau .activity-update-form #aw-whats-new-reset {
margin-top: 0;
}
.gp-theme #aw-whats-new-reset:hover {
border: 0;
background: transparent;
color: initial;
}
.gp-theme #rtmedia-uploader-form .rtm-plupload-list, 
.gp-theme form .rtmedia-container .rtm-plupload-list, 
.gp-theme #rtmedia_uploader_filelist {
overflow: hidden;
width: 100%;
margin: 0 0 10px 0;
}
.gp-theme #rtmedia-uploader-form .rtm-plupload-list .rtm-upload-edit-title, 
.gp-theme form .rtmedia-container .rtm-plupload-list .rtm-upload-edit-title, 
.gp-theme #rtmedia_uploader_filelist .rtm-upload-edit-title,
.gp-theme #rtmedia-uploader-form .rtm-plupload-list .rtm-upload-edit-desc, 
.gp-theme #buddypress ul.activity-list li.activity-item .activity-comments .rtmedia-uploader-div .rtm-plupload-list .rtm-upload-edit-desc {
background: none;
box-shadow: none;
border: 1px solid #ccc;
padding: 5px 5px 3px 5px;
font-size: 12px;
line-height: 16px;
margin-bottom: 10px;
}
.gp-theme #rtmedia-uploader-form .rtm-plupload-list .rtm-upload-edit-desc, 
.gp-theme #buddypress ul.activity-list li.activity-item .activity-comments .rtmedia-uploader-div .rtm-plupload-list .rtm-upload-edit-desc {
margin-bottom: 0;
} .gp-theme #buddypress ul.rtmedia-list li {
list-style: none;
margin: 10px 5px 0;
padding: 0;
background-color: transparent;
box-shadow: none;
border-radius: 0;
} .gp-theme #buddypress .rtmedia-comment-media-upload {
padding: 7px 12px;
position: relative;
top: -1px;
margin-right: 5px;
}
.gp-theme #buddypress ul.activity-list li.activity-item .activity-comments .rtmedia-uploader-div {
margin: 0;
padding: 0;
}
.gp-theme #buddypress ul.activity-list li.activity-item .activity-comments .rtm-plupload-list {
margin-top: 0;
} .gp-theme .rtm-time-privacy {
display: flex;
}
.gp-theme .rtm-time-privacy span {
line-height: 1;
}
.gp-theme .rtm-time-privacy .dashicons {
margin: -4px 0 0 2px;
}
.gp-theme .rtmedia-like-info {
display: flex;
align-items: center;
}
.gp-theme .rtmedia-like-info .dashicons {
margin-right: 5px;
}
.gp-theme .rtmedia-like-info .rtmedia-like-counter-wrap {
line-height: 1;
} .gp-theme #buddypress #item-body {
padding: 0;
}
.gp-theme.bp-nouveau.media #buddypress div#item-header div#item-header-content button, 
.gp-theme.bp-nouveau.media #buddypress div#item-header div#item-header-content a {
background: transparent;
border-width: 0;
}
.gp-theme.bp-nouveau.media #buddypress div#item-header div#item-header-content button:hover, 
.gp-theme.bp-nouveau.media #buddypress div#item-header div#item-header-content a:hover {
background: transparent;
}
.gp-theme #item-body .rtmedia-container {
padding: 25px;
margin-bottom: 30px;
border-radius: 10px;
background-color: #fff;
box-shadow: 0px 4px 34px 0px rgb(0 0 0 / 10%);
}
.gp-theme .rtm-gallery-title {
margin: 0 0 15px 0;
font-size: 20px;
line-height: 26px;
}
.gp-theme .rtm-album-privacy {
display: flex;
align-items: center;
justify-content: center;
}
.gp-theme .rtm-album-privacy span {
display: flex;
align-items: center;
}
.gp-theme #rtmedia-uploader-form .rtm-plupload-list canvas, 
.gp-theme form .rtmedia-container .rtm-plupload-list canvas, 
.gp-theme #rtmedia_uploader_filelist canvas {
height: 60px;
}
.gp-theme .rtmedia-gallery-item-actions a:hover {
color: #fff;
}
.gp-theme button.mfp-close, 
.gp-theme button.mfp-arrow,
.gp-theme button.mfp-close:hover, 
.gp-theme button.mfp-arrow:hover {
color: #000;
background: none;
border: 0;
box-shadow: none;
} .gp-theme .imgedit-group {
padding: 10px 0;
}
.gp-theme .imgedit-menu {
min-width: 0;
}
.gp-theme .imgedit-menu button,
.gp-theme .imgedit-settings .imgedit-scale .button,
.gp-theme .button.imgedit-cancel-btn {
display: inline-flex;
align-items: center;
font-size: 12px;
line-height: 1;
padding: 10px;
border-radius: 5px;
}
.gp-theme .imgedit-menu div,
.gp-theme .imgedit-menu div:hover {
width: auto;
height: auto;
background: none;
border: none;
box-shadow: none;
}
.gp-theme .imgedit-menu button {
margin: 0 0 4px 0;
}
.gp-theme .imgedit-settings .imgedit-scale .button {
margin-top: 5px;
}
.gp-theme .rtmedia-container .rtmedia-image-editor-cotnainer .dashicons-editor-help {
margin-top: 5px;
font-family: dashicons;
}
.gp-theme #imgedit-rotate-menu,
.gp-theme #imgedit-rotate-menu:hover {
background: #fff;
}
.gp-theme  .imgedit-submit {
margin: 0;
}  .yzw-quote-content .yzw-quote-icon i, 
.yzw-quote-content .yzw-quote-owner, 
.yzw-quote-content blockquote {
color: #fff !important;
}
.youzify select:not([multiple]) {
​-webkit-appearance: menulist;
appearance: menulist;
}
.gp-theme .dialog-type-lightbox,
.youzify-lightbox-script-loaded .lightboxOverlay,
.youzify-lightbox-script-loaded #lightbox {
z-index: 999991;
}
.youzify-wall-embed .youzify-embed-avatar img {
border-radius: 0;
}
.gp-theme .youzify-responsive-menu, 
.gp-theme .youzify-responsive-menu:hover {
padding: 0;
background: transparent;
}
.gp-theme .youzify-save-options {
background-color: #a3e05c;
color: #fff;
}
.gp-theme .youzify-reset-options, 
.gp-theme .youzify-save-options {
color: #fff;
line-height: 45px;
} 
.gp-theme .youzify-save-options:hover {
color: #fff;
background-color: #a3e05c;
}
.gp-theme .youzify-account-head h2 {
color: #8b8b94;
font-size: 14px;
font-weight: 600;
line-height: 24px;
}
.gp-theme .youzify-uploader-change-item h2 {
color: #89afc1;
font-size: 13px;
font-weight: 600;
line-height: 26px;
}
.gp-theme .youzify-search-landing-heading-text {
margin-bottom: 0;
}
.gp-theme .youzify-search-input-with-dropdown .youzify-search-input {
width: 100% !important;
padding: 0 !important;
border: 0 !important;
height: 100% !important;
font-size: 14px !important;
color: #8c9094 !important;
background-color: #fff !important;
font-weight: 600 !important;
padding-left: 60px !important;
padding-right: 24px !important;
background: 0 0 !important;
} .gp-theme[class*="youzify-"] .elementor-widget-container .widget_bp_core_members_widget #members-list .vcard .item-title, 
.gp-theme[class*="youzify-"] .elementor-widget-container .widget_bp_groups_widget #groups-list li .item-title {
line-height: 19px;
}
.gp-theme[class*="youzify-"] .widget_bp_core_members_widget #members-list .vcard .item-meta, 
.gp-theme[class*="youzify-"] .widget_bp_groups_widget #groups-list li .item-meta {
line-height: 16px;
}
.gp-theme[class*="youzify-"] .buddypress.widget .item-options {
flex-wrap: wrap;
flex-direction: row;
column-gap: 10px;
row-gap: 10px;
margin-bottom: 20px;
}
.gp-theme[class*="youzify-"] .widget.buddypress.widget_bp_core_members_widget div.item-options a, 
.gp-theme[class*="youzify-"] .widget.buddypress.widget_bp_groups_widget div.item-options a {
line-height: 10px;
} .gp-theme[class*="youzify-"] .elementor-widget-container .widget_bp_core_recently_active_widget .item-avatar, 
.gp-theme[class*="youzify-"] .elementor-widget-container .widget_bp_core_whos_online_widget .item-avatar, 
.gp-theme[class*="youzify-"] .elementor-widget-container .widget_bp_follow_following_widget .item-avatar {
margin: 0;
padding: 10px 5px 0 5px;
line-height: 0;
}
.gp-theme[class*="youzify-"] .elementor-widget-container .widget_bp_core_recently_active_widget .item-avatar img, 
.gp-themev .elementor-widget-container .widget_bp_core_whos_online_widget .item-avatar img, 
.gp-theme[class*="youzify-"] .elementor-widget-container .widget_bp_follow_following_widget .item-avatar img {
width: 50px;
height: auto;
margin: 0;
} @media only screen and (max-width: 768px) {
.gp-theme .youzify-search-landing-heading {
font-size: 32px;
font-weight: 700;
line-height: 40px;
margin-bottom: 16px;
}
} @media only screen and (min-width: 481px) {
#buddypress .activity-inner .bp-group-short-description, 
#buddypress .activity-inner .bp-member-short-description {
flex-direction: row;
text-align: left;
}
#buddypress .activity-inner .bp-group-avatar-content:not(.has-cover-image), 
#buddypress .activity-inner .bp-member-avatar-content:not(.has-cover-image) {
margin: 0 15px 0 0;
}
#buddypress .activity-inner .bp-group-avatar-content.has-cover-image, 
#buddypress .activity-inner .bp-member-avatar-content.has-cover-image {
margin: -75px 30px 0 0;
}
#buddypress #members-list.gp-format-full-avatar > li,
#buddypress #groups-list.gp-format-full-avatar > li,
.gp-theme .gp-element-bp .item-list.gp-format-full-avatar > li {
max-width: 50%;
flex: 0 0 50%;
}	
#whats-new-options,
.gp-theme #buddypress #whats-new-form .rtmedia-uploader-div {
margin-left: 70px;
}
#whats-new-post-in-box {
width: auto;
margin-right: 10px;
}
.gp-theme #buddypress form#whats-new-form #whats-new-options select {
width: auto;
}
.gp-theme #buddypress .notifications-options-nav .select-wrap {
width: auto;
margin: 0 10px 0 0;
}
} @media only screen and (min-width: 768px) {
.item-list .action {
position: absolute;
top: 15px;
right: 15px;
margin: 0;
}
.item-list.gp-format-full-avatar .action,
.item-list.gp-format-small-avatar .action {
position: relative;
top: 0;
left: 0;
margin-top: 10px;
}
#buddypress .standard-form .datebox-selects label {
display: inline-block;
margin-top: 0;
}
#buddypress .standard-form .datebox-selects select {
width: auto;
margin: 0 20px 0 0;
}
#buddypress #previous-next input:last-child {
margin: 0;
}
#buddypress .activity-type-navs .subnav-filters,
#buddypress .members-type-navs .subnav-filters,
#buddypress .groups-type-navs .subnav-filters,
#buddypress .group-subnav .subnav-filters {
flex-direction: row;
}
#buddypress .activity-type-navs .subnav-search,
#buddypress .members-type-navs .subnav-search,
#buddypress .groups-type-navs .subnav-search {
margin: 0 15px 0 0;
}
#buddypress .password-input-wrapper input[type="text"],
#buddypress .password-input-wrapper input[type="password"] {
width: 70%;
margin: 0 5px 0 0;
}
#buddypress #members-list.gp-format-full-avatar > li,
#buddypress #groups-list.gp-format-full-avatar > li,
.gp-theme .gp-element-bp .item-list.gp-format-full-avatar > li {
max-width: 33.33333%;
flex: 0 0 33.33333%;
}
#buddypress #members-list.gp-format-small-avatar-cover-image > li,
#buddypress #members-list.gp-format-small-avatar > li,
#buddypress #groups-list.gp-format-small-avatar-cover-image > li,
#buddypress #groups-list.gp-format-small-avatar > li,
.gp-theme .gp-element-bp .item-list.gp-format-small-avatar-cover-image > li,
.gp-theme .gp-element-bp .item-list.gp-format-small-avatar > li {
max-width: 50%;
flex: 0 0 50%;
}
#buddypress .message-action-view,
#buddypress .message-action-delete,
#buddypress .message-action-exit,
#buddypress #thread-preview .message-action-star,
#buddypress #thread-preview .message-action-unstar {
margin: 0 0 0 6px;
}
#buddypress .profile-fields.bp-tables-user td,
#buddypress .profile-fields.bp-tables-user th {
display: table-cell;
}		
#buddypress .profile-fields.bp-tables-user .label {
width: 30%;
padding-bottom: 25px;
border-top: 1px solid #eee;
}
#buddypress .profile-fields.bp-tables-user .data {
border-top: 1px solid #eee;
}
#buddypress .profile-fields.bp-tables-user tr:last-child .label,
#buddypress .profile-fields.bp-tables-user tr:last-child .data {
padding-bottom: 0;
}
#buddypress .profile-settings .title:not(.field-group-name),
#buddypress .profile-settings .field-visibility {
padding-top: 15px;
}
#buddypress .subnav-filters #group-roles-filter {
width: 30%;
}
#buddypress .subnav-filters #group-members-search-form {
width: 70%;
}
.gp-main-nav-inner {
padding: 15px 25px;
}
.gp-main-nav-ul {
display: block;
margin-top: 0;
}
.gp-main-nav-mobile-button {
display: none;
}
.gp-main-nav-ul li {
display: inline-block;
margin: 0 30px 0 0;
}
#buddypress .bp-subnavs > ul li {
display: inline-block;
margin: 0 30px 15px 0;
}
#item-header-cover-image {
flex-wrap: nowrap;
justify-content: normal;
}
#item-header-avatar {
position: absolute;
left: 0;
bottom: 0;
margin: 0;
}
#item-header-content {
padding-left: 240px;
text-align: left;
}
#item-header-content h2.gp-bp-header-name {
width: auto;
text-align: left;
}
#item-header-content h2.gp-bp-header-name.gp-has-profile-fields {
width: auto;
} 
.gp-bp-profile-header-primary-fields .gp-bp-field {
margin: 0 0 0 15px;
}
.gp-bp-profile-header-secondary-fields .gp-bp-field {
margin: 0 25px 0 0;
}
.gp-bp-field {
width: auto;
}
.gp-bp-header-field-content {
justify-content: normal;
}
.gp-bp-profile-header-secondary-fields {
text-align: left;
}
.gp-theme #youzify-profile-navmenu .youzify-inner-content {
padding-left: 30px;
padding-right: 30px;
}
.groups-header .gp-bp-group-header-meta .gp-bp-field {
margin: 0 25px 0 0;
}
#buddypress .group-item-actions {
position: absolute;
top: 0;
right: 0;
flex-direction: row;
margin: 0;
text-align: right;
}
.groups-header .moderators-lists {
width: 140px;
margin: 0 0 0 15px;
}	
#buddypress .group-item-actions li {
margin: 0 0 0 -5px;
}
.bp-navs .bps-form > div {
width: auto;
}
#buddypress .avatars-history {
flex-wrap: nowrap;
}
#buddypress .avatar-history-list {
width: auto;
overflow-y: visible;
}
#buddypress .avatar-history-table {
margin-top: 0;
}
#buddypress .avatar-history-actions {
width: auto;
margin-left: 1em;
}
} @media only screen and (min-width: 992px) {
#buddypress #members-list.gp-format-full-avatar > li,
#buddypress #groups-list.gp-format-full-avatar > li,
.gp-theme .gp-element-bp .item-list.gp-format-full-avatar > li {
max-width: 25%;
flex: 0 0 25%;
}
#buddypress #members-list.gp-format-small-avatar-cover-image > li,
#buddypress #members-list.gp-format-small-avatar > li,
#buddypress #groups-list.gp-format-small-avatar-cover-image > li,
#buddypress #groups-list.gp-format-small-avatar > li,
.gp-theme .gp-element-bp .item-list.gp-format-small-avatar-cover-image > li,
.gp-theme .gp-element-bp .item-list.gp-format-small-avatar > li {
max-width: 33.3333%;
flex: 0 0 33.3333%;
}	
} @media only screen and (min-width: 1025px) {
.gp-boxed-item-header .gp-item-header-outer {
padding: 0 30px;
}	
.gp-item-header-content-outer { 
padding: 35px 30px;
}
.gp-full-width-item-header #object-nav.main-navs {
padding: 0 30px;
}
.gp-boxed-item-header #object-nav.main-navs {
padding: 0 30px;
}	
.gp-full-width-item-header .gp-main-nav-outer {
padding: 0;
}	
.gp-boxed-item-header .gp-main-nav-outer {
padding: 0;
}
.gp-theme .youzify-hdr-v1 .youzify-cover-content .youzify-inner-content, 
.gp-theme .youzify-vertical-layout .youzify-content, 
.gp-theme .youzify .youzify-boxed-navbar, 
.gp-theme .youzify .wild-content, 
.gp-theme .youzify-page-main-content {
padding-left: 30px;
padding-right: 30px;
}
.gp-theme .youzify-members-directory-page .youzify-page-main-content,
.gp-theme .youzify-groups-directory-page .youzify-page-main-content {
padding-left: 0;
padding-right: 0;	
}	
.gp-theme .youzify-forum .youzify-page-main-content {
padding-bottom: 35px;
}
} @media only screen and (min-width: 1261px) {
#buddypress #members-list.gp-format-full-avatar > li,
#buddypress #groups-list.gp-format-full-avatar > li,
.gp-theme .gp-element-bp .item-list.gp-format-full-avatar > li {
max-width: 25%;
flex: 0 0 25%;
}
.gp-theme .youzify-page-main-content,
.gp-theme .youzify-global-wall .youzify-page-main-content {
padding-left: 30px;
padding-right: 30px;
}
.gp-theme .youzify-members-directory-page .youzify-page-main-content,
.gp-theme .youzify-groups-directory-page .youzify-page-main-content {
padding-left: 0;
padding-right: 0;	
}
}.pmpro_form {
width: 100%;
max-width: 100%;
}
.pmpro_form hr {
display: none;
}
.pmpro_hidden {
display: none;
}
.gp-theme .pmpro_btn,
.gp-theme .pmpro_btn:link {
cursor: pointer;
font-weight: inherit;
border: 0;
}
.gp-theme #member-profile-edit .pmpro_card,
.gp-theme #change-password .pmpro_card {
margin-top: 0;
} .gp-theme .pmpro_card_content + .pmpro_card_actions {
background: none;
} .pmpro_message {
background-color: #d9edf7;
border: 1px solid #bce8f1;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
color: #31708f;
font-size: 14px;
font-weight: 400;
line-height: 1.5em;
margin: 0 0 20px 0;
padding: 10px 15px;
text-align: left;
}
.pmpro_success {
background-color: #dff0d8;
border-color: #d6e9c6;
color: #3c763d;
}
.pmpro_error,
input[type="text"].pmpro_error,
input[type="email"].pmpro_error,
input[type="url"].pmpro_error,
input[type="password"].pmpro_error,
input[type="number"].pmpro_error,
input[type="tel"].pmpro_error,
input[type="range"].pmpro_error,
input[type="date"].pmpro_error,
input[type="month"].pmpro_error,
input[type="week"].pmpro_error,
input[type="time"].pmpro_error,
input[type="datetime"].pmpro_error,
input[type="datetime-local"].pmpro_error,
input[type="color"].pmpro_error,
textarea.pmpro_error {
background-color: #f2dede;
border-color: #ebccd1;
color: #a94442;
}
.pmpro_alert {
background-color: #fcf8e3;
border-color: #faebcc;
color: #8a6d3b;
}
.pmpro_content_message a,
.pmpro_content_message a:link {
margin: 0 10px 0 10px;
}
.gp-theme .pmpro_message a {
color: #245269;
text-decoration: underline;
}
.gp-theme .pmpro_message a:hover {
color: inherit;
text-decoration: none;
}
.gp-theme .pmpro_success a {
color: #2b542c;
}
.gp-theme .pmpro_error a {
color: #843534;
}
.gp-theme .pmpro_alert a {
color: #66512c;
}
input.pmpro_error {
background-image: none;
}
select.pmpro_error {
background-image: none;
}
.pmpro_message p:last-child {
margin-bottom: 0;
}
#pmpro_message_bottom {
margin-bottom: 1em;
} .pmpro_form .pmpro_change_password-fields #pass-strength-result.empty {
display: none;
}
.pmpro_form .pmpro_change_password-fields #pass-strength-result {
margin-top: 20px;
}
.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 {
padding: 0 4px;
font-size: 14px;
font-weight: normal;
}
.pmpro_form_field-password-toggle button svg {
width: 14px;
}
.pmpro_form_field-password-toggle button:hover svg,
.pmpro_form_field-password-toggle button:focus svg,
.pmpro_form_field-password-toggle button:focus:hover svg,
.pmpro_form_field-password-toggle button:active svg,
.pmpro_form_field-password-toggle button:active:hover svg {
stroke: var(--e-global-color-b3c880b);
} .pmpro_content_message {
margin: 80px 0 120px 0;
text-align: center;
}
.pmpro_content_message .gp-element-icon {
display: block;
margin-bottom: 30px;
font-size: 50px;
line-height: 1;
}
.gp-pmpro-restricted > p {
-webkit-mask-image: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
-webkit-mask-size: 100%;
-webkit-mask-repeat: no-repeat;
-webkit-mask-position: top bottom;
} .gp-level .gp-level-name-text {
font-size: 30px;
line-height: 36px;
font-weight: 600;
}
.gp-level .gp-level-price {
font-size: 20px;
line-height: 26px;
font-weight: 600;
}
.gp-level .gp-payment-cycle {
font-size: 14px;
line-height: 20px;
font-weight: 400;
}
.gp-level .gp-trial-amount {
display: block;
}
.gp-level .gp-level-description {
color: #777;
font-size: 16px;
line-height: 26px;
}
.gp-level-comparison-item .gp-element-icon {
margin-right: 10px;
} .gp-element-pmpro-levels.gp-format-columns {
display: flex;
flex-wrap: wrap;
}
.gp-format-columns .gp-level {
padding: 30px;
}
.gp-format-columns .gp-level-name,
.gp-format-columns .gp-level-price,
.gp-format-columns .gp-level-description,
.gp-format-columns .gp-level-expiration,
.gp-format-columns .gp-level-comparison-item {
margin-bottom: 30px;
} .gp-element-pmpro-levels.gp-format-table {
display: table;
table-layout: fixed;
border-collapse: collapse;
width: 100%;
}
.gp-element-pmpro-levels.gp-format-table .gp-table-header {
display: none;
}
.gp-format-table .gp-level {
display: table;
table-layout: fixed;
border-collapse: collapse;
width: 100%;
padding: 30px;
margin-bottom: 30px;
border: 1px solid #000;
border-radius: 10px;
}
.gp-format-table .gp-level-th,
.gp-format-table .gp-level-td {
display: table-cell;
}
.gp-format-table .gp-level-th {
padding: 30px;
color: #fff;
background-color: #000;
}
.gp-format-table .gp-level-td {
padding: 30px;
}
.gp-format-table .gp-level-inner {
display: table-row;
vertical-align: middle;
border-color: #000;
border-style: solid;
border-bottom-width: 1px;
border-top-width: 1px;
}  .pmpro_form .pmpro_form_fields > .pmpro_form_field {
line-height: 1;
} .pmpro_form .pmpro_form_fields > .pmpro_form_field .pmpro_form_input-select {
width: 100%;
} .pmpro_form .pmpro_form_field-date select,
.pmpro_form .pmpro_form_field-date input {
display: inline-block;
}
.pmpro_form .pmpro_form_field-date select,
.pmpro_form .pmpro_form_field-date input {
margin-right: 5px;
}
.pmpro_form .pmpro_form_field-date input:last-child {
margin-right: 0;
} .pmpro_form .pmpro_form_field-checkbox-grouped ul {
margin: 0;
}
.pmpro_form .pmpro_form_field-checkbox-grouped input[type="checkbox"] {
min-height: 0;
}
.pmpro_form .pmpro_form_field-checkbox-grouped li {
margin-bottom: 10px;
line-height: 20px;
}
.pmpro_form .pmpro_form_field-checkbox-grouped li:last-child {
margin-bottom: 0;
}
.pmpro_form .pmpro_form_field-checkbox-grouped li label {
margin: 0;
font-size: 14px;
line-height: 20px;
}
.pmpro_form_field-checkbox-grouped {
display: flex;
align-items: baseline;
} .pmpro_form input[type="text"].pac-target-input {
width: calc(100% - 35px);
}
.pmpro_form .gp-map-icon {
margin: 10px 0 0 10px;
cursor: pointer;
width: 18px;
}
.pmpro_form .lite.gp-bds-location-error {
display: none;
color: #ff0000;
} .pmpro_form .pmpro_checkout-fields .pmpro_form_field-radio-item {
display: block;
margin-bottom: 10px;
line-height: 1;
}
.pmpro_form .pmpro_checkout-fields .pmpro_form_field-radio-item:last-child {
margin-bottom: 0;
}
.pmpro_form .pmpro_form_field-radio-item label,
.pmpro_form
.pmpro_member_profile_edit-fields
.pmpro_form_field-radio-item
label {
display: inline-block;
margin: 0;
font-size: 14px;
line-height: 1;
}
.pmpro_form .pmpro_form_field-radio-item input[type="radio"] {
min-height: 0;
} .pmpro_form
.select2-container--default
.select2-search--inline
.select2-search__field,
.pmpro_form
.select2-container--default
.select2-search--inline
.select2-search__field:focus {
background: none !important;
border: 0 !important;
padding: 0 !important;
margin: 0 !important;
}
.pmpro_form
.select2-container--default
.select2-selection--multiple
.select2-selection__rendered {
padding: 0 !important;
} .pmpro-checkout .pmpro_captcha {
padding: 0 !important;
background: none !important;
border: 0 !important;
} .pmpro_form input[type="image"] {
width: auto;
border: 0;
padding: 0;
margin: 0;
} .gp-button-full-width .pmpro_btn-submit-checkout[type="submit"] {
width: 100%;
}
.gp-theme .pmpro_btn-submit-checkout[disabled],
.gp-theme .pmpro_btn-submit-checkout[disabled]:hover {
opacity: 0.5;
pointer-events: none;
}  @media only screen and (min-width: 768px) {
.gp-element-pmpro-levels.gp-format-table .gp-table-header {
display: table-row;
}
.gp-element-pmpro-levels.gp-format-table .gp-level {
display: table-row;
width: auto;
margin: 0;
}
.gp-element-pmpro-levels.gp-format-table .gp-level-inner {
display: table-cell;
}
.gp-element-pmpro-levels .gp-level .gp-level-th {
display: none;
} .pmpro_form .pmpro_form_fields > .pmpro_form_field .pmpro_form_input-select {
width: auto;
}
}.atwho-view{background:rgba(204,204,204,.8);border-radius:2px;border:1px solid #ccc;box-shadow:0 0 5px rgba(204,204,204,.25),0 0 1px #fff;color:#d84800;display:none;font-family:sans-serif;margin-top:18px;position:absolute;top:0;z-index:1000}.atwho-view{left:0}.atwho-view ul{background:#fff;list-style:none;margin:auto;padding:0}.atwho-view ul li{border-bottom:1px solid #efefef;box-sizing:content-box;cursor:pointer;display:block;font-size:14px;height:20px;line-height:20px;margin:0;overflow:hidden;padding:5px 10px}.atwho-view img{border-radius:2px;float:right;height:20px;margin-top:0;width:20px}.atwho-view strong{background:#efefef;font-weight:700}.atwho-view .username strong{color:#d54e21}.atwho-view small{color:#aaa;float:right;font-size:smaller;font-weight:400;margin:0 10px 0 40px}.atwho-view .cur{background:rgba(239,239,239,.5)}@media (max-width:900px){.atwho-view img{float:left;margin:0 10px 0 0}}@media (max-width:400px){.atwho-view ul li{font-size:16px;line-height:23px;padding:13px}.atwho-view ul li img{height:30px;margin-top:-5px;width:30px}.atwho-view{border-radius:0;left:0!important;width:100%}.atwho-view ul li .username{display:inline-block;margin:-10px 0 0 0;padding:10px 0}.atwho-view ul li small{display:inline-block;margin-left:20px}}