@keyframes ppress-dual-ring {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

.ppress-hint-wrap[class*=hint--] {
    position: relative;
    display: inline-block
}

.ppress-hint-wrap[class*=hint--]:after,
.ppress-hint-wrap[class*=hint--]:before {
    position: absolute;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: hidden;
    opacity: 0;
    z-index: 1000000;
    pointer-events: none;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    transition: .3s ease;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s
}

.ppress-hint-wrap[class*=hint--]:before {
    content: "";
    background: 0 0;
    border: 6px solid transparent;
    z-index: 1000001
}

.ppress-hint-wrap[class*=hint--]:hover:after,
.ppress-hint-wrap[class*=hint--]:hover:before {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    transition-delay: .1s
}

.ppress-hint-wrap[class*=hint--]:after {
    background: #383838;
    color: #fff;
    padding: 8px 10px;
    font-size: 12px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 12px;
    white-space: nowrap;
    text-shadow: 0-1px 0#000;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, .3)
}

.ppress-hint-wrap[class*=hint--][aria-label]:after {
    content: attr(aria-label)
}

.ppress-hint-wrap[class*=hint--][data-hint]:after {
    content: attr(data-hint)
}

.ppress-hint-wrap[aria-label=""]:after,
.ppress-hint-wrap[aria-label=""]:before,
[data-hint=""]:after,
[data-hint=""]:before {
    display: none !important
}

.ppress-hint-wrap.hint--top-left:before,
.ppress-hint-wrap.hint--top-right:before,
.ppress-hint-wrap.hint--top:before {
    border-top-color: #383838
}

.ppress-hint-wrap.hint--bottom-left:before,
.ppress-hint-wrap.hint--bottom-right:before,
.ppress-hint-wrap.hint--bottom:before {
    border-bottom-color: #383838
}

.ppress-hint-wrap.hint--top:after,
.ppress-hint-wrap.hint--top:before {
    bottom: 100%;
    left: 50%
}

.ppress-hint-wrap.hint--top:before {
    margin-bottom: -11px;
    left: calc(50% - 6px)
}

.ppress-hint-wrap.hint--top:after {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%)
}

.ppress-hint-wrap.hint--top:hover:before {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px)
}

.ppress-hint-wrap.hint--top:hover:after {
    -webkit-transform: translateX(-50%) translateY(-8px);
    -moz-transform: translateX(-50%) translateY(-8px);
    transform: translateX(-50%) translateY(-8px)
}

.ppress-hint-wrap.hint--bottom:after,
.ppress-hint-wrap.hint--bottom:before {
    top: 100%;
    left: 50%
}

.ppress-hint-wrap.hint--bottom:before {
    margin-top: -11px;
    left: calc(50% - 6px)
}

.ppress-hint-wrap.hint--bottom:after {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%)
}

.ppress-hint-wrap.hint--bottom:hover:before {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    transform: translateY(8px)
}

.ppress-hint-wrap.hint--bottom:hover:after {
    -webkit-transform: translateX(-50%) translateY(8px);
    -moz-transform: translateX(-50%) translateY(8px);
    transform: translateX(-50%) translateY(8px)
}

.ppress-hint-wrap.hint--right:before {
    border-right-color: #383838;
    margin-left: -11px;
    margin-bottom: -6px
}

.ppress-hint-wrap.hint--right:after {
    margin-bottom: -14px;
    left: 100%;
    bottom: 50%
}

.ppress-hint-wrap.hint--right:before {
    left: 100%;
    bottom: 50%
}

.ppress-hint-wrap.hint--right:hover:after,
.ppress-hint-wrap.hint--right:hover:before {
    -webkit-transform: translateX(8px);
    -moz-transform: translateX(8px);
    transform: translateX(8px)
}

.ppress-hint-wrap.hint--left:before {
    border-left-color: #383838;
    margin-right: -11px;
    margin-bottom: -6px
}

.ppress-hint-wrap.hint--left:after {
    margin-bottom: -14px;
    right: 100%;
    bottom: 50%
}

.ppress-hint-wrap.hint--left:before {
    right: 100%;
    bottom: 50%
}

.ppress-hint-wrap.hint--left:hover:after,
.ppress-hint-wrap.hint--left:hover:before {
    -webkit-transform: translateX(-8px);
    -moz-transform: translateX(-8px);
    transform: translateX(-8px)
}

.ppress-hint-wrap.hint--top-left:after,
.ppress-hint-wrap.hint--top-left:before {
    bottom: 100%;
    left: 50%
}

.ppress-hint-wrap.hint--top-left:before {
    margin-bottom: -11px;
    left: calc(50% - 6px)
}

.ppress-hint-wrap.hint--top-left:after {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
    margin-left: 12px
}

.ppress-hint-wrap.hint--top-left:hover:before {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px)
}

.ppress-hint-wrap.hint--top-left:hover:after {
    -webkit-transform: translateX(-100%) translateY(-8px);
    -moz-transform: translateX(-100%) translateY(-8px);
    transform: translateX(-100%) translateY(-8px)
}

.ppress-hint-wrap.hint--top-right:after,
.ppress-hint-wrap.hint--top-right:before {
    bottom: 100%;
    left: 50%
}

.ppress-hint-wrap.hint--top-right:before {
    margin-bottom: -11px;
    left: calc(50% - 6px)
}

.ppress-hint-wrap.hint--top-right:after {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    margin-left: -12px
}

.ppress-hint-wrap.hint--top-right:hover:after,
.ppress-hint-wrap.hint--top-right:hover:before {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px)
}

.ppress-hint-wrap.hint--bottom-left:after,
.ppress-hint-wrap.hint--bottom-left:before {
    top: 100%;
    left: 50%
}

.ppress-hint-wrap.hint--bottom-left:before {
    margin-top: -11px;
    left: calc(50% - 6px)
}

.ppress-hint-wrap.hint--bottom-left:after {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
    margin-left: 12px
}

.ppress-hint-wrap.hint--bottom-left:hover:before {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    transform: translateY(8px)
}

.ppress-hint-wrap.hint--bottom-left:hover:after {
    -webkit-transform: translateX(-100%) translateY(8px);
    -moz-transform: translateX(-100%) translateY(8px);
    transform: translateX(-100%) translateY(8px)
}

.ppress-hint-wrap.hint--bottom-right:after,
.ppress-hint-wrap.hint--bottom-right:before {
    top: 100%;
    left: 50%
}

.ppress-hint-wrap.hint--bottom-right:before {
    margin-top: -11px;
    left: calc(50% - 6px)
}

.ppress-hint-wrap.hint--bottom-right:after {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    margin-left: -12px
}

.ppress-hint-wrap.hint--bottom-right:hover:after,
.ppress-hint-wrap.hint--bottom-right:hover:before {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    transform: translateY(8px)
}

.ppress-hint-wrap.hint--large:after,
.ppress-hint-wrap.hint--medium:after,
.ppress-hint-wrap.hint--small:after {
    white-space: normal;
    line-height: 1.4em;
    word-wrap: break-word
}

.ppress-hint-wrap.hint--small:after {
    width: 80px
}

.ppress-hint-wrap.hint--medium:after {
    width: 150px
}

.ppress-hint-wrap.hint--large:after {
    width: 300px
}

.ppress-hint-wrap.hint--error:after {
    background-color: #b34e4d;
    text-shadow: 0-1px 0#592726
}

.ppress-hint-wrap.hint--error.ppress-hint-wrap.hint--top-left:before,
.ppress-hint-wrap.hint--error.ppress-hint-wrap.hint--top-right:before,
.ppress-hint-wrap.hint--error.ppress-hint-wrap.hint--top:before {
    border-top-color: #b34e4d
}

.ppress-hint-wrap.hint--error.ppress-hint-wrap.hint--bottom-left:before,
.ppress-hint-wrap.hint--error.ppress-hint-wrap.hint--bottom-right:before,
.ppress-hint-wrap.hint--error.ppress-hint-wrap.hint--bottom:before {
    border-bottom-color: #b34e4d
}

.ppress-hint-wrap.hint--error.ppress-hint-wrap.hint--left:before {
    border-left-color: #b34e4d
}

.ppress-hint-wrap.hint--error.ppress-hint-wrap.hint--right:before {
    border-right-color: #b34e4d
}

.ppress-hint-wrap.hint--warning:after {
    background-color: #c09854;
    text-shadow: 0-1px 0#6c5328
}

.ppress-hint-wrap.hint--warning.ppress-hint-wrap.hint--top-left:before,
.ppress-hint-wrap.hint--warning.ppress-hint-wrap.hint--top-right:before,
.ppress-hint-wrap.hint--warning.ppress-hint-wrap.hint--top:before {
    border-top-color: #c09854
}

.ppress-hint-wrap.hint--warning.ppress-hint-wrap.hint--bottom-left:before,
.ppress-hint-wrap.hint--warning.ppress-hint-wrap.hint--bottom-right:before,
.ppress-hint-wrap.hint--warning.ppress-hint-wrap.hint--bottom:before {
    border-bottom-color: #c09854
}

.ppress-hint-wrap.hint--warning.ppress-hint-wrap.hint--left:before {
    border-left-color: #c09854
}

.ppress-hint-wrap.hint--warning.ppress-hint-wrap.hint--right:before {
    border-right-color: #c09854
}

.ppress-hint-wrap.hint--info:after {
    background-color: #3986ac;
    text-shadow: 0-1px 0#1a3c4d
}

.ppress-hint-wrap.hint--info.ppress-hint-wrap.hint--top-left:before,
.ppress-hint-wrap.hint--info.ppress-hint-wrap.hint--top-right:before,
.ppress-hint-wrap.hint--info.ppress-hint-wrap.hint--top:before {
    border-top-color: #3986ac
}

.ppress-hint-wrap.hint--info.ppress-hint-wrap.hint--bottom-left:before,
.ppress-hint-wrap.hint--info.ppress-hint-wrap.hint--bottom-right:before,
.ppress-hint-wrap.hint--info.ppress-hint-wrap.hint--bottom:before {
    border-bottom-color: #3986ac
}

.ppress-hint-wrap.hint--info.ppress-hint-wrap.hint--left:before {
    border-left-color: #3986ac
}

.ppress-hint-wrap.hint--info.ppress-hint-wrap.hint--right:before {
    border-right-color: #3986ac
}

.ppress-hint-wrap.hint--success:after {
    background-color: #458746;
    text-shadow: 0-1px 0#1a321a
}

.ppress-hint-wrap.hint--success.ppress-hint-wrap.hint--top-left:before,
.ppress-hint-wrap.hint--success.ppress-hint-wrap.hint--top-right:before,
.ppress-hint-wrap.hint--success.ppress-hint-wrap.hint--top:before {
    border-top-color: #458746
}

.ppress-hint-wrap.hint--success.ppress-hint-wrap.hint--bottom-left:before,
.ppress-hint-wrap.hint--success.ppress-hint-wrap.hint--bottom-right:before,
.ppress-hint-wrap.hint--success.ppress-hint-wrap.hint--bottom:before {
    border-bottom-color: #458746
}

.ppress-hint-wrap.hint--success.ppress-hint-wrap.hint--left:before {
    border-left-color: #458746
}

.ppress-hint-wrap.hint--success.ppress-hint-wrap.hint--right:before {
    border-right-color: #458746
}

.ppress-hint-wrap.hint--always:after,
.ppress-hint-wrap.hint--always:before {
    opacity: 1;
    visibility: visible
}

.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--top:before {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px)
}

.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--top:after {
    -webkit-transform: translateX(-50%) translateY(-8px);
    -moz-transform: translateX(-50%) translateY(-8px);
    transform: translateX(-50%) translateY(-8px)
}

.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--top-left:before {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px)
}

.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--top-left:after {
    -webkit-transform: translateX(-100%) translateY(-8px);
    -moz-transform: translateX(-100%) translateY(-8px);
    transform: translateX(-100%) translateY(-8px)
}

.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--top-right:after,
.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--top-right:before {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px)
}

.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--bottom:before {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    transform: translateY(8px)
}

.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--bottom:after {
    -webkit-transform: translateX(-50%) translateY(8px);
    -moz-transform: translateX(-50%) translateY(8px);
    transform: translateX(-50%) translateY(8px)
}

.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--bottom-left:before {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    transform: translateY(8px)
}

.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--bottom-left:after {
    -webkit-transform: translateX(-100%) translateY(8px);
    -moz-transform: translateX(-100%) translateY(8px);
    transform: translateX(-100%) translateY(8px)
}

.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--bottom-right:after,
.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--bottom-right:before {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    transform: translateY(8px)
}

.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--left:after,
.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--left:before {
    -webkit-transform: translateX(-8px);
    -moz-transform: translateX(-8px);
    transform: translateX(-8px)
}

.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--right:after,
.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--right:before {
    -webkit-transform: translateX(8px);
    -moz-transform: translateX(8px);
    transform: translateX(8px)
}

.ppress-hint-wrap.hint--rounded:after {
    border-radius: 4px
}

.ppress-hint-wrap.hint--no-animate:after,
.ppress-hint-wrap.hint--no-animate:before {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    transition-duration: 0s
}

.ppress-hint-wrap.hint--bounce:after,
.ppress-hint-wrap.hint--bounce:before {
    -webkit-transition: opacity .3s ease, visibility .3s ease, -webkit-transform .3s cubic-bezier(.71, 1.7, .77, 1.24);
    -moz-transition: opacity .3s ease, visibility .3s ease, -moz-transform .3s cubic-bezier(.71, 1.7, .77, 1.24);
    transition: opacity .3s ease, visibility .3s ease, transform .3s cubic-bezier(.71, 1.7, .77, 1.24)
}

.ppress-hint-wrap.hint--no-shadow:after,
.ppress-hint-wrap.hint--no-shadow:before {
    text-shadow: initial;
    box-shadow: initial
}

.ppress-checkout__form * {
    --ppress-heading-fs: 22px;
    --ppress-body-fs: 16px;
    --ppress-btn-color: #2563eb;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: var(--ppress-body-fs)
}

.ppress-checkout__form {
    margin: 1px auto 10px;
    max-width: 100%;
    width: 100%;
    line-height: 20px;
    position: relative
}

.ppress-checkout__form p {
    margin: 0 0 5px;
    padding: 0
}

.ppress-checkout__form .ppress-main-checkout-form__block .ppress-main-checkout-form__social_login_wrap {
    padding: 5px
}

.ppress-checkout__form,
.ppress-checkout__form .ppress-main-checkout-form__block .ppress-main-checkout-form__login_form_wrap {
    display: flex;
    flex-wrap: wrap
}

.ppress-checkout__form .ppress-main-checkout-form__block .ppress-main-checkout-form__logged_in_text_wrap {
    margin: 5px 0 10px
}

.ppress-checkout__form .ppress-main-checkout-form__block .ppress-main-checkout-form__logged_in_text_wrap .ppress-main-checkout-form__block__item {
    border-radius: 6px;
    background-color: #eff6ff;
    padding: 14px 16px
}

.ppress-checkout__form .ppress-main-checkout-form__block .ppress-main-checkout-form__logged_in_text_wrap .ppress-main-checkout-form__block__item a,
.ppress-checkout__form .ppress-main-checkout-form__block .ppress-main-checkout-form__logged_in_text_wrap .ppress-main-checkout-form__block__item p {
    font-size: 14px;
    margin: 0;
    line-height: 20px
}

.ppress-checkout__form .ppress-main-checkout-form__block .ppress-main-checkout-form__login_form_wrap .ppress-main-checkout-form__block__item {
    margin-bottom: 5px
}

.ppress-checkout__form .ppress-main-checkout-form__block .ppress-main-checkout-form__login_form_wrap .ppress-main-checkout-form__block__item:last-of-type {
    margin-bottom: 15px
}

.ppress-checkout__form .ppress-main-checkout-form__block .ppress-main-checkout-form__login_form_wrap .ppress-main-checkout-form__block__item.ppress-login-submit-btn p {
    padding: 0;
    margin: 10px 0
}

.ppress-checkout__form .ppress-checkout-section.ppress-checkout_side_section {
    width: 35%;
    order: 2
}

.ppress-checkout__form .ppress-checkout-section.ppress-checkout_main {
    width: 65%;
    order: 1;
    padding: 0 30px 0 0
}

.ppress-checkout__form .ppress-checkout_order_summary {
    border: 1px solid #e5e7eb;
    border-radius: 5px
}

.ppress-checkout__form .ppress-checkout_order_summary__plan_name {
    padding: 10px 20px;
    font-size: var(--ppress-body-fs);
    font-weight: 700;
    border-bottom: 1px solid #e4e4e4
}

.ppress-checkout__form .ppress-checkout_order_summary__plan_price {
    font-weight: 500;
    font-size: 14px
}

.ppress-checkout__form .ppress-checkout_order_summary__bottom_details * {
    font-size: var(--ppress-body-fs)
}

.ppress-checkout__form .ppress-checkout_order_summary__bottom_details .checkout_order_summary__fee_structure__item dd a {
    font-size: 14px;
    display: block;
    text-decoration: none;
    margin: 0;
    padding: 0
}

.ppress-checkout__form .checkout_order_summary__fee_structure__item dt .checkout_order_summary__fee_structure__item__trial_term {
    display: block;
    background: unset;
    margin-left: 0;
    font-weight: 600;
    padding-left: 0
}

.ppress-checkout__form .ppress-checkout_order_summary__bottom_details {
    padding: 10px 20px
}

.ppress-checkout__form .ppress-checkout_order_summary__plan_description {
    padding: 20px;
    border-bottom: 1px solid #e5e7eb;
    line-height: 1.7;
    font-size: var(--ppress-body-fs)
}

.ppress-checkout__form .checkout_order_summary__fee_structure__item {
    display: flex;
    flex-wrap: nowrap;
    padding: 5px 0;
    font-size: var(--ppress-body-fs)
}

.ppress-checkout__form .checkout_order_summary__fee_structure__item dt {
    width: 60%;
    text-align: left
}

.ppress-checkout__form .checkout_order_summary__fee_structure__item dd {
    width: 40%;
    text-align: right
}

.ppress-checkout__form .checkout_order_summary__fee_structure__item dt span {
    color: #4b5563;
    background-color: #e5e7eb;
    margin-left: 5px;
    border-radius: 9999px;
    letter-spacing: .35px;
    padding: 2px 6px;
    font-size: 12px
}

.ppress-checkout__form .ppress-main-checkout-form__block fieldset {
    margin: 0;
    padding: 0;
    border: 0
}

.ppress-checkout__form .ppress-main-checkout-form__block .ppress-main-checkout-form__block__fieldset {
    border: 0;
    margin: 10px 0 0;
    padding: 20px 0 0
}

.ppress-checkout__form .ppress-main-checkout-form__block .ppress-main-checkout-form__block__fieldset:first-of-type {
    border: 0;
    margin-top: 10px;
    padding-top: 0
}

.ppress-checkout__form .ppress-main-checkout-form__block legend {
    border: 0;
    color: #000;
    font-size: var(--ppress-heading-fs);
    font-weight: 700;
    line-height: 1.7;
    margin: 0 0 15px;
    padding: 0 5px;
    width: 100%;
    background: 0 0;
    position: static
}

.ppress-checkout__form .ppress-main-checkout-form__block legend span {
    font-size: var(--ppress-heading-fs)
}

.ppress-checkout__form .ppress-main-checkout-form__block a.ppress-checkout-show-login-form,
.ppress-checkout__form a.ppress-checkout-show-login-form {
    cursor: pointer;
    float: right;
    font-size: 14px;
    font-weight: 400;
    line-height: 35px;
    margin: 0;
    padding: 0;
    text-decoration: none;
    vertical-align: baseline
}

.ppress-checkout__form .ppress-checkout_order_summary__discount {
    margin: 0 0 5px
}

.ppress-checkout__form .ppress-checkout_order_summary__discount p {
    font-size: 14px
}

.ppress-checkout__form .ppress-checkout__link {
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    line-height: 35px;
    margin: 10px 0;
    padding: 0;
    text-decoration: none
}

.ppress-checkout__form .ppress-main-checkout-form__block .ppress-main-checkout-form__block__item {
    width: calc(100% - 5px);
    display: inline-block;
    padding: 5px;
    margin-bottom: 15px
}

.ppress-checkout__form .ppress-main-checkout-form__block__fieldset .ppress-main-checkout-form__login_form_wrap .ppress-main-checkout-form__block__item {
    margin-bottom: 10px
}

.ppress-checkout-form__payment_method__content_wrap .ppress-main-checkout-form__block__item:first-of-type {
    margin-top: 15px
}

.ppress-checkout__form .ppress-main-checkout-form__block__fieldset .ppress-main-checkout-form__block__item:last-of-type {
    margin-bottom: 0
}

.ppress-checkout__form .ppress-required {
    color: rgb(239 68 68)
}

.ppress-checkout__form .ppress-main-checkout-form__block__item.ppress-co-half {
    width: calc(50% - 5px)
}

.ppress-checkout__form .ppress-main-checkout-form__block__item.ppress-two-third {
    width: calc(66.6666666667% - 5px)
}

.ppress-checkout__form .ppress-main-checkout-form__block__item.ppress-one-third {
    width: calc(33.3333333333% - 5px)
}

.ppress-checkout__form .ppress-main-checkout-form__block__item.ppress-expiry-date {
    width: calc(40% - 5px)
}

.ppress-checkout__form .ppress-main-checkout-form__block__item.ppress-cc-cvc {
    width: calc(60% - 5px)
}

.ppress-checkout__form .press-main-checkout-form__block__item__cc_expiry_date {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.ppress-checkout__form .press-main-checkout-form__block__item__cc_expiry_date select {
    width: calc(50% - 5px) !important;
    margin: 0 5px 0 0;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4MjgzNGQzMC03MmY4LTRkM2MtYTU4NC1lNzMzZDE1YjU2NzYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzJGMzNGODgwRkI5MTFFN0E3NzQ5QUE3QTdEMENEQjEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NzJGMzNGODcwRkI5MTFFN0E3NzQ5QUE3QTdEMENEQjEiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowMzAzN2MxMy01N2VhLTRiN2UtYjg3Yi04OGZhODk2NDYzZTgiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDplMTI0MmMzNy1mZTljLTExNzktYWE3NC1kYzYxZWJhMDdhNDAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7ItaH1AAABFklEQVR42uzZuw3CMBAG4NhiAFiDAsahp0sqJOaghQ5mIkgwBmwQzlJAoLz8OCe29Z90urMb65MfjUVVVVkKIbNEAhBAAAEEEEAAoZjdyseG6olyEanhSZmL8npXzTzyDXnJRI6XVIhdApCdXK2XF2qKiBGFMojPiO5KTuUYIUI9VJn4nY0M80U0IBFh/hCtkAgwDUQnJGBMK6IXEiCmEzEICQjTi9CCBIAZRGhDJsRoIYwgE2C0EcaQETFGCCvICBhjhDXEI8YK4QTxgLFGOEMYMU4IFggDxhnBBnHAsCBYIRYYNgQ7xADDivAC0cCwI7xBejBeEF4hNWZL5VAP94Q4+1pL4FcXEEAAAQQQQAABxFu8BRgA2gaBhwO0rwAAAAAASUVORK5CYII=);
    background-position: right 20px center;
    background-repeat: no-repeat;
    background-size: 10px auto
}

.ppress-checkout__form .press-main-checkout-form__block__item__cc_expiry_date select:last-of-type {
    margin-right: 0
}

.ppress-checkout__form label.checkout_order_summary__discount__label {
    width: 100%;
    line-height: 20px
}

.ppress-checkout__form .checkout_order_summary__discount__field_wrap {
    margin-bottom: 20px
}

.ppress-checkout__form .ppress-checkout-section .ppress-checkout-form__place_order_wrap {
    margin: 20px 0 10px
}

.ppress-checkout__form .ppress-checkout-section #ppress-paypal-button-element {
    margin: 16px 0 0
}

.ppress-checkout__form .ppress-checkout-section #ppress-stripe-card-element,
.ppress-checkout__form .ppress-checkout-section input:not([type=checkbox]):not([type=radio]),
.ppress-checkout__form .ppress-checkout-section select,
.ppress-checkout__form .ppress-checkout-section textarea {
    width: 100%;
    background-color: #fff;
    border: 1px solid #d1d5db;
    padding: 8px 12px;
    line-height: 20px;
    border-radius: 6px;
    box-shadow: 0 0#0000, 0 0#0000, 0 1px 2px 0 rgba(0, 0, 0, .05);
    height: auto
}

.ppress-checkout__form .ppress-checkout-section #ppress-stripe-card-element {
    padding-top: 10px;
    padding-bottom: 10px
}

.ppress-checkout__form .ppress-checkout-section textarea {
    min-height: 100px
}

.ppress-checkout__form .ppress-checkout-section.ppress-checkout_main input[type=submit] {
    padding: 12px 16px;
    border-color: transparent;
    background: var(--ppress-btn-color);
    background-color: var(--ppress-btn-color);
    color: #fff;
    box-shadow: none;
    font-weight: 500;
    text-align: center;
    -webkit-appearance: none;
    width: 100%;
    height: auto;
    display: block
}

.ppress-checkout__form .ppress-checkout-section.ppress-checkout_main input[type=submit]:disabled {
    opacity: .65
}

.ppress-checkout__form .ppress-checkout-section input[type=checkbox],
.ppress-checkout__form .ppress-checkout-section input[type=radio] {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #d1d5db;
    height: 16px;
    width: 16px;
    color: #4f46e5;
    padding: 0 5px;
    margin: 0
}

.ppress-checkout__form .ppress-checkout-section input[type=radio] {
    border-radius: 100%
}

.ppress-checkout__form .ppress-checkout-section input[type=checkbox] {
    border-radius: 0;
    cursor: pointer
}

.ppress-checkout__form .ppress-checkout-section #ppress-stripe-card-element:focus,
.ppress-checkout__form .ppress-checkout-section input:not([type=checkbox]):not([type=radio]):focus,
.ppress-checkout__form .ppress-checkout-section textarea:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    box-shadow: 0 0 0 0#fff, 0 0 0 calc(1px + 0px) var(--ppress-btn-color), 0 0#0000;
    border-color: #2563eb
}

.ppress-checkout__form .ppress-checkout-section input[type=submit]:hover {
    filter: brightness(85%)
}

.ppress-checkout__form .ppress-checkout-section label {
    font-weight: 500;
    display: block;
    line-height: 25px;
    vertical-align: baseline
}

.ppress-checkout__form .ppress-checkout-section .pp-checkbox-wrap label,
.ppress-checkout__form .ppress-checkout-section .pp-radio-wrap label {
    display: inline-block
}

.ppress-checkout__form .ppress-checkout-section .pp-checkbox-wrap .ppress-checkout-field__input,
.ppress-checkout__form .ppress-checkout-section .pp-radio-wrap .ppress-checkout-field__input {
    margin-right: 5px
}

.ppress-checkout__form .checkout_order_summary__discount__field_wrap input[type=text].checkout_order_summary__discount__input {
    width: 68%;
    display: inline-block
}

.ppress-checkout__form .ppress-checkout-section input[type=submit].ppress-apply-discount-btn {
    width: 25%;
    margin-left: 10px;
    border: 0;
    border-radius: 6px;
    padding: 8px 15px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    display: inline-block;
    color: #4b5563;
    background-color: #d1d5db
}

.ppress-checkout__form .ppress-checkout_charge_details {
    padding: 10px 20px
}

.ppress-checkout__form .ppress-checkout_charge_details span {
    font-weight: 700
}

.ppress-checkout__form .ppress-checkout-form__payment_methods_wrap {
    border: 1px solid #ddd;
    border-radius: 5px;
    line-height: 1;
    list-style: none;
    overflow: visible;
    padding: 0;
    margin: 5px 0 0
}

.ppress-checkout__form .ppress-checkout-form__payment_method {
    border-top: 1px solid #ddd;
    padding: 0
}

.ppress-checkout__form .ppress-checkout-form__payment_method:first-of-type {
    border-top: none;
    border-bottom: none
}

.ppress-checkout__form .ppress-checkout-form__payment_method__title_wrap {
    background: #fff;
    margin: 0;
    padding: 16px 8px
}

.ppress-checkout__form .ppress-checkout-form__payment_method__title_wrap:first-of-type {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.ppress-checkout__form .ppress-checkout-form__payment_method:last-of-type .ppress-checkout-form__payment_method__content_wrap,
.ppress-checkout__form .ppress-checkout-form__payment_method:last-of-type .ppress-checkout-form__payment_method__title_wrap {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

.ppress-checkout__form .ppress-checkout-section .ppress-checkout-form__payment_method__title_wrap label {
    display: inline-block;
    padding-left: 5px;
    padding-top: 2px;
    position: relative;
    cursor: pointer;
    width: calc(100% - 30px);
    line-height: 1;
    margin: 0
}

.ppress-checkout__form .ppress-checkout-form__payment_method__icons {
    position: absolute;
    right: 20px;
    top: -5px
}

.ppress-checkout__form .ppress-checkout-form__payment_method__icons img,
.ppress-checkout__form .ppress-checkout-form__payment_method__icons svg {
    max-height: 22px
}

.ppress-checkout__form .ppress-checkout-form__payment_method .ppress-checkout-form__payment_method__content_wrap p {
    padding: 0 5px;
    font-size: 14px;
    line-height: 1.25;
    margin: 0 !important
}

.ppress-checkout__form .ppress-checkout-form__payment_method .ppress-checkout-form__payment_method__content_wrap {
    background: #f4f4f4;
    border-top: 1px solid #ddd;
    margin: 0 !important;
    padding: 20px 10px;
    display: none
}

.ppress-checkout__form .ppress-checkout-form__payment_method .ppress-checkout-form__payment_method__title_wrap input[type=radio] {
    vertical-align: bottom
}

.ppress-checkout__form .ppress-checkout-form__payment_method.ppress-active .ppress-checkout-form__payment_method__content_wrap {
    display: block
}

.pp-form-wrapper.ppress-default-profile .pp-user-post-item h3.pp-post-item-head,
.ppress-checkout__form .ppress-checkout-form__payment_method__content_wrap label {
    line-height: 20px
}

.ppress-checkout__form .ppress-checkout-form__payment_method__content_wrap .ppress-checkout-form__payment_method__heading {
    padding: 10px 5px;
    margin: 15px 0;
    font-size: var(--ppress-body-fs);
    font-weight: 700;
    border-bottom: 1px solid #e4e4e4
}

.ppress-checkout__form .ppress-checkout-form__before_button_wrap,
.ppress-checkout__form .ppress-checkout-form__terms_condition_wrap {
    margin: 0;
    border: 0;
    padding: 40px 0 0
}

.ppress-checkout__form .ppress-checkout-form__terms_condition_wrap+.ppress-checkout-form__before_button_wrap {
    padding-top: 0
}

.ppress-checkout__form .ppress-checkout-form__before_button_wrap .ppress-checkout-form__before_button__checkbox__label span,
.ppress-checkout__form .ppress-checkout-form__terms_condition_wrap .ppress-checkout-form__terms_condition__checkbox__label span {
    vertical-align: middle
}

.ppress-checkout__form .ppress-checkout-form__terms_condition__content {
    border: 1px solid #e5e7eb;
    padding: 20px;
    max-height: 200px;
    overflow: auto;
    border-radius: 6px;
    display: none;
    margin: 0 0 20px
}

.ppress-checkout__form .ppress-checkout-form__before_button__checkbox_wrap,
.ppress-checkout__form .ppress-checkout-form__terms_condition__checkbox_wrap {
    margin: 0 0 20px
}

.ppress-checkout__form .ppress-checkout__form__preloader {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(250, 250, 250, .9);
    z-index: 99995
}

.ppress-checkout__form .ppress-checkout__form__spinner {
    display: block;
    width: 85px;
    height: 85px;
    top: 40%;
    right: 50%;
    text-align: center;
    margin: auto;
    position: fixed
}

.ppress-checkout__form .ppress-checkout__form__spinner:after {
    content: " ";
    display: block;
    width: 70px;
    height: 70px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid #212529;
    border-color: #212529 transparent;
    animation: ppress-dual-ring 1.2s linear infinite
}

.ppress-checkout__form .ppress-alert,
.ppress-checkout__form .ppress-checkout-alert {
    width: 100%;
    padding: 12px 16px;
    border-radius: 6px;
    margin: 10px 0
}

.ppress-checkout__form .ppress-alert ul,
.ppress-checkout__form .ppress-checkout-alert ul {
    margin: 0 0 0 16px;
    padding: 0;
    list-style-type: disc
}

.ppress-checkout__form .ppress-alert li,
.ppress-checkout__form .ppress-checkout-alert li {
    font-size: var(--ppress-body-fs);
    font-weight: 400;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 22px
}

.ppress-checkout__form .ppress-alert li strong,
.ppress-checkout__form .ppress-alert p,
.ppress-checkout__form .ppress-checkout-alert li strong,
.ppress-checkout__form .ppress-checkout-alert p {
    font-size: var(--ppress-body-fs);
    margin: 0 !important;
    padding: 0 !important;
    line-height: 22px
}

.ppress-checkout__form .ppress-alert li strong,
.ppress-checkout__form .ppress-checkout-alert li strong {
    font-weight: 700
}

.ppress-checkout__form .ppress-alert.ppress-error,
.ppress-checkout__form .ppress-checkout-alert.ppress-error {
    background-color: #fef2f2;
    color: #b91c1c
}

.ppress-checkout__form .ppress-alert.ppress-success,
.ppress-checkout__form .ppress-checkout-alert.ppress-success {
    background-color: #ecfdf5;
    color: #065f46
}

.ppress-alert.ppress-warning,
.ppress-checkout-alert.ppress-warning {
    border-left: 4px solid rgb(250 204 21);
    border-radius: 0;
    background-color: rgb(254 252 232);
    color: rgb(161 98 7)
}

.ppress-checkout__form .ppress-alert p,
.ppress-checkout__form .ppress-checkout-alert p {
    font-weight: 500
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-reveal .pp-form-field-description,
.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-reveal .ppress-hint-tooltip,
.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-standard .ppress-hint-tooltip,
.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-tooltip .pp-form-field-description,
.ppress-checkout__form .ppress-checkout_order_summary #ppress-checkout-coupon-code-wrap {
    display: none
}

.ppress-main-checkout-form__block__fieldset .ppress-main-checkout-form__block__group_selector_label {
    display: flex !important;
    padding: 24px;
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    cursor: pointer;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05)
}

.ppress-main-checkout-form__block__fieldset .ppress-main-checkout-form__block__group_selector__span_wrap {
    display: flex;
    align-items: center;
    padding-left: 10px
}

.ppress-main-checkout-form__block__fieldset .ppress-main-checkout-form__block__group_selector__span {
    display: flex;
    font-size: 1rem;
    line-height: 20px;
    flex-direction: column
}

.ppress-main-checkout-form__block__fieldset .ppress-main-checkout-form__block__group_selector__title {
    font-weight: 500
}

.ppress-main-checkout-form__block__fieldset .ppress-main-checkout-form__block__group_selector__price_wrap {
    display: flex;
    margin-top: 0;
    font-size: 1rem;
    line-height: 20px;
    margin-left: auto;
    order: 2
}

.ppress-main-checkout-form__block__fieldset .ppress-main-checkout-form__block__group_selector__price_amount {
    font-weight: 500
}

.ppress-main-checkout-form__block__fieldset .ppress-main-checkout-form__block__group_selector__price_duration {
    margin-left: 4px
}

.ppress-main-checkout-form__block__fieldset .ppress-main-checkout-form__block__group_selector_label:not(:first-child) {
    margin-top: 16px;
    margin-bottom: 0
}

.ppress-main-checkout-form__block__fieldset .ppress-main-checkout-form__block__group_selector_label input[type=radio] {
    height: auto !important
}

.ppress-main-checkout-form__block__fieldset .ppress-main-checkout-form__block__group_selector_label:has(input[type=radio]:checked) {
    border-width: 2.5px
}

.ppress-checkout__form.ppressui340 .ppress-checkout-section.ppress-checkout_main,
.ppress-checkout__form.ppressui340 .ppress-checkout-section.ppress-checkout_side_section,
.ppress-checkout__form.ppressui500 .ppress-checkout-section.ppress-checkout_main,
.ppress-checkout__form.ppressui500 .ppress-checkout-section.ppress-checkout_side_section,
.ppress-checkout__form.ppressui768 .ppress-checkout-section.ppress-checkout_main,
.ppress-checkout__form.ppressui768 .ppress-checkout-section.ppress-checkout_side_section,
.ppress-checkout__form.ppressui800 .ppress-checkout-section.ppress-checkout_main,
.ppress-checkout__form.ppressui800 .ppress-checkout-section.ppress-checkout_side_section,
.ppress-checkout__form.ppressui960 .ppress-checkout-section.ppress-checkout_main,
.ppress-checkout__form.ppressui960 .ppress-checkout-section.ppress-checkout_side_section {
    width: 100%
}

.ppress-checkout__form.ppressui340 .ppress-checkout-section.ppress-checkout_side_section,
.ppress-checkout__form.ppressui500 .ppress-checkout-section.ppress-checkout_side_section,
.ppress-checkout__form.ppressui768 .ppress-checkout-section.ppress-checkout_side_section,
.ppress-checkout__form.ppressui800 .ppress-checkout-section.ppress-checkout_side_section,
.ppress-checkout__form.ppressui960 .ppress-checkout-section.ppress-checkout_side_section {
    order: 1;
    margin-bottom: 15px
}

.ppress-checkout__form.ppressui340 .ppress-checkout-section.ppress-checkout_main,
.ppress-checkout__form.ppressui500 .ppress-checkout-section.ppress-checkout_main,
.ppress-checkout__form.ppressui768 .ppress-checkout-section.ppress-checkout_main,
.ppress-checkout__form.ppressui800 .ppress-checkout-section.ppress-checkout_main,
.ppress-checkout__form.ppressui960 .ppress-checkout-section.ppress-checkout_main {
    order: 2;
    padding-right: 0
}

.ppress-checkout__form.ppressui340 .ppress-main-checkout-form__block .ppress-main-checkout-form__block__item,
.ppress-checkout__form.ppressui500 .ppress-main-checkout-form__block .ppress-main-checkout-form__block__item,
.ppress-checkout__form.ppressui768 .ppress-main-checkout-form__block .ppress-main-checkout-form__block__item {
    width: 100%
}

.profilepress-myaccount-orders-subs,
.profilepress-myaccount-orders-subs * {
    font-family: Inter var, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
}

.profilepress-myaccount-orders-subs .ppress-my-account-order-sub-wrap {
    box-shadow: transparent 0 0 0 0, transparent 0 0 0 0, rgba(0, 0, 0, .05)0 1px 2px 0;
    border-radius: 8px;
    border: 1px solid rgb(229 231 235);
    margin-top: 16px
}

.ppress-details-table p:first-child,
.profilepress-myaccount-orders-subs .ppress-my-account-order-sub-wrap:first-child {
    margin-top: 0
}

.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-body-content-header p {
    margin-bottom: 8px
}

.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-header-wrap {
    padding: 16px;
    border-color: rgb(229 231 235);
    display: grid;
    column-gap: 8px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-bottom: 1px solid rgb(229 231 235)
}

.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-header--details {
    display: grid;
    column-gap: 16px;
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    grid-template-columns: auto auto auto;
    grid-column: span 2/span 2
}

.profilepress-myaccount-orders-subs .ppress-my-account-order-sub-header--actions a:not(a:first-child) {
    margin-left: 8px
}

.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-header--details dt {
    margin: 0;
    font-weight: 500;
    font-size: 14px
}

.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-header--details dd {
    margin: 4px 0 0
}

.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-header--actions {
    justify-content: flex-end;
    display: flex;
    grid-column: span 2/span 2;
    align-items: center
}

.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-header--actions a,
.profilepress-myaccount-orders-subs a.ppress-myac-action {
    box-shadow: transparent 0 0 0 0, transparent 0 0 0 0, rgba(0, 0, 0, .05)0 1px 2px 0;
    font-weight: 500;
    font-size: 14px;
    padding: 6px 8px;
    border: 1px solid rgb(209 213 219);
    border-radius: 6px;
    justify-content: center;
    display: flex;
    align-items: center;
    text-decoration: inherit
}

.profilepress-myaccount-orders-subs a.ppress-myac-action {
    display: inline-block;
    margin-right: 5px
}

.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-body-content {
    padding: 16px;
    align-items: flex-start;
    flex: 1 1 0%;
    font-size: 14px;
    line-height: 20px
}

.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-body-content-header {
    font-weight: 500;
    display: flex;
    justify-content: space-between
}

.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-product-name {
    font-weight: 500;
    font-size: 14px
}

.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap p.ppress-my-account-order-sub-product-price {
    margin-top: 0 !important
}

.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-body-content p {
    margin: 8px 0 0;
    display: block
}

.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-body-wrap {
    display: flex;
    align-items: flex-start
}

.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-header--details dd span {
    border-radius: 6px;
    color: rgb(31 41 55);
    background-color: rgb(243 244 246);
    padding: 4px 8px;
    margin: 0;
    font-weight: 500;
    font-size: 12px
}

.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-header--details .active span,
.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-header--details .completed span,
.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-header--details .trialling span {
    background-color: rgb(220 252 231);
    color: rgb(22 101 52)
}

.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-header--details .cancelled span,
.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-header--details .expired span,
.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-header--details .refunded span {
    background-color: rgb(254 226 226);
    color: rgb(153 27 27)
}

.profilepress-myaccount-orders-subs .ppress-myac-pagination-wrap {
    padding: 10px 0;
    text-align: right
}

.profilepress-myaccount-orders-subs .ppress-myac-pagination-wrap .page-numbers {
    border: 1px solid rgb(209 213 219);
    padding: 8px 16px;
    font-size: 14px;
    line-height: 20px
}

.profilepress-myaccount-orders-subs .ppress-myac-pagination-wrap .page-numbers.current {
    background-color: #eeeeec;
    color: rgb(107 114 128)
}

.profilepress-myaccount-orders-subs .ppress-myac-pagination-wrap .ppress-material-icons {
    vertical-align: middle;
    margin: 0
}

table.ppress-details-table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    table-layout: fixed;
    box-shadow: transparent 0 0 0 0, transparent 0 0 0 0, rgba(0, 0, 0, .05)0 1px 2px 0
}

.ppress-details-table thead {
    background-color: rgb(249 250 251)
}

.ppress-details-table thead tr th {
    padding: 14px 12px;
    text-align: left;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    background-color: rgb(249 250 251)
}

.ppress-details-table thead th,
.ppress-details-table tr td {
    padding: 16px;
    border: 1px solid rgb(229 231 235)
}

.ppress-details-table thead th {
    text-align: left;
    background: rgb(229 231 235);
    vertical-align: bottom
}

.ppress-details-table-wrap .ppress-details-table tr:nth-of-type(odd) {
    background-color: rgb(249 250 251)
}

.ppress-details-table tr td:first-child {
    font-weight: 700
}

.ppress-details-table td:last-child {
    width: 70%
}

.ppress-details-table p {
    margin: 5px 0 0
}

.ppress-details-table .ppress-billing-title {
    font-weight: 500
}

.ppress-details-table .ppress-sub-info {
    color: #4b5563;
    background-color: #e5e7eb;
    margin-left: 5px;
    border-radius: 9999px;
    padding: 4px 8px;
    font-size: 14px
}

@font-face {
    font-family: "Material Icons";
    font-style: normal;
    font-weight: 400;
    src: local("Material Icons"), local("MaterialIcons-Regular"), url(../images/MaterialIcons-Regular.woff2)format("woff2"), url(../images/MaterialIcons-Regular.woff)format("woff")
}

#profilepress-myaccount-wrapper .ppmyac-icons,
.pp-form-field-wrap .pp-form-material-icons,
.ppress-material-icons {
    font-family: "Material Icons" !important;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "liga"
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
    display: inline-block !important
}

.pp-tab-widget-avatar img {
    display: block;
    border-radius: 50%;
    height: 190px;
    margin: 0 auto 10px !important;
    padding: 2px;
    text-align: center;
    width: 190px;
    float: none !important
}

.pp-user-panel {
    border-radius: 6px;
    text-align: center
}

.pp-user-panel-title {
    font-size: 20px;
    margin: 0
}

.pp-user-panel p {
    font-size: 15px;
    margin-bottom: 23px
}

.pp-tabbed-btn {
    border: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    border-radius: 4px;
    padding: 10px 15px;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
    transition: border .25s linear, color .25s linear, background-color .25s linear
}

.pp-tabbed-btn-inverse {
    color: #fff !important;
    background-color: #34495e
}

.pp-password-reset-handler-wrap .pp-reset-password-form {
    padding: 40px;
    max-width: 500px;
    margin-top: 5px;
    margin-bottom: 5px
}

.pp-password-reset-handler-wrap .pp-reset-password-form h3 {
    color: #444;
    font-weight: 300;
    margin: 0 auto 40px
}

.pp-password-reset-handler-wrap .pp-reset-password-form label {
    color: #444;
    font-size: 15px
}

.pp-password-reset-handler-wrap .pp-reset-password-form label .req {
    margin: 2px;
    color: red
}

.pp-password-reset-handler-wrap .pp-reset-password-form label.active .req {
    opacity: 0
}

.pp-password-reset-handler-wrap .pp-reset-password-form input {
    font-size: 22px;
    display: block;
    width: 100%;
    box-sizing: border-box;
    height: auto;
    padding: 5px 10px;
    background: 0 0;
    margin-bottom: 40px;
    border: 1px solid #a0b3b0;
    border-radius: 0;
    -webkit-transition: border-color .25s ease, box-shadow .25s ease;
    transition: border-color .25s ease, box-shadow .25s ease
}

.pp-password-reset-handler-wrap .pp-reset-password-form input:focus {
    outline: 0;
    border-color: #1ab188
}

.pp-password-reset-handler-wrap .pp-reset-password-form .pp-reset-button {
    border: 0;
    outline: 0;
    border-radius: 0;
    padding: 15px 0;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .1em;
    background: #1ab188;
    color: #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-appearance: none;
    text-shadow: none;
    box-shadow: none
}

.pp-password-reset-handler-wrap .pp-reset-password-form .pp-reset-button:focus,
.pp-password-reset-handler-wrap .pp-reset-password-form .pp-reset-button:hover {
    background: #179b77
}

.pp-password-reset-handler-wrap .pp-reset-password-form .pp-reset-button-block {
    display: block;
    width: 100%
}

.pp-password-reset-handler-wrap .profilepress-reset-status {
    margin-left: 40px;
    max-width: 420px
}

#pp-pass-strength-result {
    background-color: #eee;
    border: 1px solid #ddd;
    color: #23282d;
    padding: 3px 5px;
    text-align: center;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#pp-pass-strength-result.short {
    background-color: #f1adad;
    border-color: #e35b5b;
    opacity: 1
}

#pp-pass-strength-result.bad {
    background-color: #fbc5a9;
    border-color: #f78b53;
    opacity: 1
}

#pp-pass-strength-result.good {
    background-color: #ffe399;
    border-color: #ffc733;
    opacity: 1
}

#pp-pass-strength-result.strong {
    background-color: #c1e1b9;
    border-color: #83c373;
    opacity: 1
}

.pp-form-wrapper .pp-form-label-wrap .pp-form-required-label {
    color: red;
    font-weight: 400
}

.pp-form-wrapper input[type=checkbox],
.pp-form-wrapper input[type=radio] {
    cursor: pointer
}

.pp-form-wrapper p {
    margin: 0 0 5px !important;
    padding: 0 !important
}

.pp-form-wrapper input[type=datetime],
.pp-form-wrapper input[type=email],
.pp-form-wrapper input[type=number],
.pp-form-wrapper input[type=password],
.pp-form-wrapper input[type=search],
.pp-form-wrapper input[type=tel],
.pp-form-wrapper input[type=text],
.pp-form-wrapper input[type=url],
.pp-form-wrapper select,
.pp-form-wrapper textarea {
    -webkit-appearance: none;
    width: 100%;
    background: #fff;
    border: 1px solid #dedee5;
    padding: 13px 15px;
    outline: 0;
    line-height: 1
}

.pp-form-wrapper select {
    background-image: url(../images/arrow-down.png) !important;
    background-position: right 20px center !important;
    background-repeat: no-repeat !important;
    background-size: 10px auto !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important
}

.pp-form-wrapper .pp-form-label-wrap {
    margin: 0 0 4px;
    padding: 0
}

.pp-form-wrapper .pp-form-label {
    font-size: 14px;
    text-transform: none;
    text-align: left;
    font-weight: 400;
    font-style: normal;
    float: none;
    line-height: 1.3;
    margin: 0;
    padding: 0;
    width: auto;
    display: inline;
    cursor: pointer
}

.pp-form-wrapper .pp-checkbox-wrap,
.pp-form-wrapper .pp-radio-wrap {
    display: block;
    text-align: left;
    line-height: normal;
    margin: 5px 0;
    padding: 0
}

.pp-form-wrapper .pp-checkbox-wrap label,
.pp-form-wrapper .pp-radio-wrap label {
    margin-left: 5px
}

.pp-form-wrapper input[type=checkbox],
.pp-form-wrapper input[type=radio] {
    border: 1px solid #ccc;
    background-color: #fff;
    width: 14px !important;
    height: 14px !important;
    display: inline-block;
    vertical-align: baseline
}

.pp-form-wrapper .ppress-pf-profile-connect {
    padding: 5px 0 10px
}

.pp-form-wrapper a.ppress-pf-social-icon {
    width: 100%;
    height: 100%;
    display: inline
}

.pp-form-wrapper .ppress-pf-social-icon svg {
    vertical-align: middle;
    width: 40px;
    height: 40px
}

.pp-form-wrapper .ppress-pf-social-icon.dpf-github svg,
.pp-form-wrapper .ppress-pf-social-icon.dpf-instagram svg,
.pp-form-wrapper .ppress-pf-social-icon.dpf-pinterest svg {
    padding: 3px
}

a.pp-button-social-login:focus {
    outline-color: transparent
}

a.pp-button-social-login:focus .ppsc,
a.pp-button-social-login:hover .ppsc {
    background-color: rgba(255, 255, 255, .75)
}

a.pp-button-social-login:visited {
    color: #fff
}

a.pp-button-social-login,
a.pp-button-social-login .ppsc {
    display: inline-block;
    font-size: 100%;
    height: 2.5em;
    padding: 0
}

a.pp-button-social-login {
    position: relative;
    vertical-align: middle;
    line-height: 2.5em;
    font-family: inherit;
    font-weight: 700;
    overflow: hidden;
    white-space: nowrap;
    border: 1px solid #333;
    color: #fff !important;
    background: #333;
    margin: 6px 0;
    border-radius: 2px;
    box-sizing: content-box;
    cursor: pointer;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    text-decoration: none !important;
    min-width: 220px
}

a.pp-button-social-login .ppsc {
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
    vertical-align: top;
    text-align: center;
    width: 2.5em;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 1.8em 1.8em;
    border-top-left-radius: 1px;
    border-bottom-left-radius: 1px;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    position: absolute;
    left: 0;
    margin: 0
}

a.pp-button-social-login span.ppsc-text {
    margin-left: 40px;
    padding: .5em;
    color: #fff !important
}

a.pp-button-social-login .ppsc-google {
    background-image: url(../images/google.svg)
}

a.pp-button-social-login.pp-button-social-login-google {
    background: #4285f4;
    border-color: #4285f4
}

a.pp-button-social-login.pp-button-social-login-facebook {
    background: #3b5998;
    border-color: #3b5998
}

a.pp-button-social-login.pp-button-social-login-twitter {
    background: #000;
    border-color: #000
}

a.pp-button-social-login.pp-button-social-login-linkedin {
    background: #0077b5;
    border-color: #0077b5
}

a.pp-button-social-login.pp-button-social-login-microsoft {
    background: #404040;
    border-color: #404040
}

a.pp-button-social-login.pp-button-social-login-amazon {
    background: #f9991d;
    border-color: #f9991d
}

a.pp-button-social-login.pp-button-social-login-vk {
    background: #4a76a8;
    border-color: #4a76a8
}

a.pp-button-social-login.pp-button-social-login-wordpresscom {
    background: #0675c4;
    border-color: #0675c4
}

a.pp-button-social-login.pp-button-social-login-yahoo {
    background: #430297;
    border-color: #430297
}

a.pp-button-social-login.pp-button-social-login-github {
    background: #24292e;
    border-color: #24292e
}

a.pp-button-social-login .ppsc-vk {
    background-image: url(../images/vk-fa.svg)
}

a.pp-button-social-login .ppsc-microsoft {
    background-image: url(../images/microsoft.svg)
}

a.pp-button-social-login .ppsc-amazon {
    background-image: url(../images/amazon.svg)
}

a.pp-button-social-login .ppsc-yahoo {
    background-image: url(../images/yahoo.svg)
}

a.pp-button-social-login .ppsc-wordpresscom {
    background-image: url(../images/wpcom.svg)
}

a.pp-button-social-login .ppsc-facebook {
    background-image: url(../images/facebook.svg)
}

a.pp-button-social-login .ppsc-twitter {
    background-image: url(../images/x.svg)
}

a.pp-button-social-login .ppsc-linkedin {
    background-image: url(../images/linkedin.svg)
}

a.pp-button-social-login .ppsc-github {
    background-image: url(../images/github-fa.svg)
}

#profilepress-myaccount-wrapper,
#profilepress-myaccount-wrapper *,
#profilepress-myaccount-wrapper ::after,
#profilepress-myaccount-wrapper ::before,
.pp-form-container *,
.pp-form-container .pp-form-wrapper,
.pp-form-container .pp-form-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap span.select2-selection.select2-selection--multiple,
html .pp-form-container .select2 input.select2-search__field {
    border: 0 !important
}

.pp-form-container form input[type=submit] {
    -webkit-appearance: none !important;
    cursor: pointer;
    text-shadow: none
}

.pp-form-container form {
    margin: 0;
    padding: 0;
    background-color: transparent
}

.woocommerce .woocommerce-MyAccount-content .pp-form-container {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.pp-form-container form input,
.pp-form-container form select,
.pp-form-container form textarea {
    outline: 0;
    background-image: none;
    height: auto;
    float: none;
    position: static;
    box-shadow: none;
    text-shadow: none;
    text-transform: none;
    text-decoration: none;
    resize: vertical
}

.pp-form-container form p {
    margin: 0 0 .5em
}

.pp-form-container form input[type=submit]:focus {
    outline: 0
}

.pp-form-container .pp-user-avatar {
    border-radius: 50% !important;
    display: block !important;
    margin: 0 auto 10px !important;
    text-align: center !important
}

.pp-form-container img.pp-user-cover-image {
    width: 100% !important;
    height: auto !important
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content input[type=checkbox],
#profilepress-myaccount-wrapper .profilepress-myaccount-content input[type=radio],
.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=checkbox],
.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=radio] {
    border: 1px solid #7e8993 !important;
    border-radius: 4px !important;
    background: #fff !important;
    color: #555 !important;
    clear: none !important;
    cursor: pointer !important;
    display: inline-block !important;
    line-height: 0 !important;
    margin: 0 !important;
    outline: 0 !important;
    padding: 0 !important;
    text-align: center !important;
    vertical-align: middle !important;
    -webkit-appearance: none !important;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1) !important;
    transition: .05s border-color ease-in-out !important;
    width: 16px !important;
    height: 16px !important
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content input[type=radio],
.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=checkbox],
.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=radio] {
    border-radius: 50% !important
}

.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=checkbox],
.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=radio] {
    border-radius: 4px !important
}

.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=radio] {
    border-radius: 50% !important
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content input[type=checkbox]:checked::before,
.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=checkbox]:checked::before {
    content: url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23000000%27%2F%3E%3C%2Fsvg%3E) !important;
    margin: -3px 0 0-4px !important;
    width: 20px !important;
    height: 20px !important;
    position: static
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content input[type=radio]:checked::before,
.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=radio]:checked::before {
    content: "";
    border-radius: 50% !important;
    margin: 3px !important;
    background-color: #000 !important;
    line-height: 1.14285714 !important;
    width: 8px !important;
    height: 8px !important
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content input[type=checkbox]:checked::before,
#profilepress-myaccount-wrapper .profilepress-myaccount-content input[type=radio]:checked::before,
.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=checkbox]:checked::before,
.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=radio]:checked::before {
    float: left !important;
    display: inline-block !important;
    vertical-align: middle !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.pp-form-container .pp-form-wrapper.ppBuildScratch,
.pp-form-container .pp-form-wrapper.ppBuildScratch * {
    font-family: "Merriweather", sans-serif
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .ppbs-headline {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 1em;
    margin-top: 0;
    text-align: center;
    margin-right: 6.387%
}

.pp-form-container .pp-form-wrapper.ppBuildScratch h1,
.pp-form-container .pp-form-wrapper.ppBuildScratch h2,
.pp-form-container .pp-form-wrapper.ppBuildScratch h3,
.pp-form-container .pp-form-wrapper.ppBuildScratch h4 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 1em;
    margin-top: 1em
}

.pp-form-container .pp-form-wrapper.ppBuildScratch input:disabled {
    opacity: .5
}

.pp-form-container .pp-form-wrapper.ppBuildScratch {
    max-width: 100%;
    width: 100%;
    padding: 6%0 6% 6%;
    background: #fff;
    color: #222;
    font-size: 14px;
    position: relative;
    box-shadow: 0 0 0 .5px rgba(0, 20, 40, .1), 0 2px 8px 0 rgba(50, 55, 90, .2);
    border-radius: 3px;
    margin: 0 auto
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppf-remove-frame {
    box-shadow: none;
    border-radius: 0
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap {
    padding: 0 6.387% 4%0;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-submit-button-wrap {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 0 6.387%0 0
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap .pp-form-label-wrap {
    margin: 0 0 5px;
    padding: 0
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-reveal .pp-form-field-input-textarea-wrap .pp-form-field:focus~.pp-form-field-description {
    display: block
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-tooltip .ppress-hint-tooltip {
    display: inline;
    font-weight: 400
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-tooltip .ppress-hint-tooltip .pp-form-material-icons {
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 110%;
    display: inline;
    vertical-align: top
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fld-inside {
    position: relative
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fld-inside .pp-form-label-wrap {
    position: absolute;
    top: 5px;
    left: 15px;
    z-index: 2
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap.fld-inside .pp-form-label-wrap {
    left: 0 !important
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fld-inside .pp-form-field-input-textarea-wrap .pp-form-field {
    padding-top: 18px;
    padding-bottom: 2px
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-medium .pp-form-field-wrap.fld-inside .pp-form-field-input-textarea-wrap .pp-form-field {
    padding-top: 23px;
    padding-bottom: 7px
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-large .pp-form-field-wrap.fld-inside .pp-form-field-input-textarea-wrap .pp-form-field {
    padding-top: 30px;
    padding-bottom: 10px
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fw-half {
    width: 50%
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fw-third {
    width: 33.3333333333%
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap input:not([type=radio]):not([type=checkbox]),
.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap select,
.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap textarea {
    border: 1px solid #dbdbdb;
    font-size: 14px;
    padding: 10px 15px;
    -webkit-transition: all .35s;
    transition: all .35s;
    background: #fff;
    color: #69717a;
    width: 100%;
    border-radius: 0;
    line-height: 1.3;
    min-height: 40px;
    display: inline-block;
    margin: 0
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap textarea {
    height: 100px;
    overflow: auto
}

.pp-form-field-wrap .pp-form-material-icons {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: text;
    margin: 8px 12px 0 0
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfia-right .pp-form-field-wrap.field-has-icon input,
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfia-right .pp-form-field-wrap.field-has-icon textarea {
    padding-right: 40px
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfia-left .pp-form-field-wrap.field-has-icon input,
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfia-left .pp-form-field-wrap.field-has-icon textarea {
    padding-left: 40px
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material.ppfia-left .pp-form-field-wrap.field-has-icon input,
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material.ppfia-left .pp-form-field-wrap.field-has-icon textarea {
    padding-left: 30px !important
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material.ppfia-right .pp-form-field-wrap.field-has-icon input,
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material.ppfia-right .pp-form-field-wrap.field-has-icon textarea {
    padding-right: 30px !important
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfia-left .pp-form-field-wrap .pp-form-material-icons {
    left: 0;
    margin-left: 12px
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material.ppfia-left .pp-form-field-wrap .pp-form-material-icons {
    left: 0 !important;
    margin-left: 0 !important
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material.ppfia-right .pp-form-field-wrap .pp-form-material-icons {
    margin-right: 0 !important
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-medium .pp-form-field-wrap .pp-form-material-icons {
    margin-top: 10px
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-large .pp-form-field-wrap .pp-form-material-icons {
    margin-top: 18px
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .has-password-visibility-icon .pp-form-material-icons {
    cursor: pointer
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-pill .pp-form-field-wrap input:not([type=radio]):not([type=checkbox]),
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-pill .pp-form-field-wrap select,
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-pill .pp-form-field-wrap textarea {
    border-radius: 25px !important
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-round .pp-form-field-wrap input:not([type=radio]):not([type=checkbox]),
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-round .pp-form-field-wrap select,
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-round .pp-form-field-wrap textarea {
    border-radius: 6px !important
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap .select2.select2-container,
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap input:not([type=radio]):not([type=checkbox]),
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap select,
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap textarea {
    border: 0 !important;
    border-bottom: 1px solid #dbdbdb !important;
    padding-left: 0 !important
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap input[type=text]:focus,
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap select:focus,
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap textarea:focus {
    border-top: 0 !important;
    border-right: 0 !important;
    border-left: 0 !important;
    box-shadow: none !important
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-flat .pp-form-field-wrap .select2-selection,
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-flat .pp-form-field-wrap input:not([type=radio]):not([type=checkbox]),
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-flat .pp-form-field-wrap select,
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-flat .pp-form-field-wrap textarea {
    border: 0 !important;
    background: #f7f7f7 !important
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-medium .pp-form-field-wrap input,
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-medium .pp-form-field-wrap select {
    padding-top: 15px;
    padding-bottom: 15px
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-medium .pp-form-field-wrap textarea {
    height: 150px
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-large .pp-form-field-wrap input,
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-large .pp-form-field-wrap select {
    padding-top: 20px;
    padding-bottom: 20px
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-large .pp-form-field-wrap textarea {
    height: 200px
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap input[type=text]:focus,
.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap select:focus,
.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap textarea:focus {
    border: 1px solid #999
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap .pp-form-label-wrap .pp-form-label,
.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap .ppform-remember-label {
    font-style: normal;
    background-color: transparent;
    display: block;
    font-weight: 700;
    font-size: 14px;
    float: none;
    line-height: 1.3;
    margin: 0;
    padding: 0;
    color: #444
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap .ppform-remember-label {
    display: inline-block
}

.pp-field-user-avatar-picture-wrap .pp-profile-avatar-overlay ins,
.pp-field-user-cover-image-wrap .pp-cover-image-overlay ins,
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppf-hide-asterisk .pp-form-required-label {
    display: none
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-submit-button-wrap input[type=submit] {
    background: #000;
    border: 0;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    padding: 15px 10px;
    transition: .15s ease-in-out;
    width: auto;
    min-width: 110px;
    text-align: center
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-large .pp-form-submit-button-wrap input[type=submit],
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-medium .pp-form-submit-button-wrap input[type=submit] {
    padding-top: 20px;
    padding-bottom: 20px
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbl-pill .pp-form-submit-button-wrap input[type=submit] {
    border-radius: 25px !important
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbl-round .pp-form-submit-button-wrap input[type=submit] {
    border-radius: 6px !important
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-submit-button-wrap input[type=submit]:focus,
.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-submit-button-wrap input[type=submit]:hover {
    background-color: #ededed;
    color: #000;
    text-decoration: none
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-checkbox-wrap,
.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-radio-wrap {
    margin: 0 0 5px
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-checkboxes-container,
.ppressmd-new-dropdown ul {
    margin: 0;
    padding: 0
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-checkbox-wrap:last-of-type,
.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-radio-wrap:last-of-type {
    margin-bottom: 0
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-description {
    font-size: 12px;
    font-weight: 400;
    color: #666;
    line-height: 1.3;
    text-align: left;
    margin: 4px 0 0
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbw-wide .pp-form-submit-button-wrap input[type=submit] {
    width: 100%
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbw-full-width .pp-form-submit-button-wrap {
    margin-top: 4%;
    margin-bottom: 4%
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbw-full-width .pp-form-submit-button-wrap input[type=submit] {
    width: 100% !important;
    position: absolute !important;
    bottom: 0 !important;
    right: 0 !important;
    left: 0 !important;
    display: block;
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbw-full-width.ppsbl-pill {
    border-bottom-right-radius: 25px !important;
    border-bottom-left-radius: 25px !important
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbw-full-width.ppsbl-round {
    border-bottom-right-radius: 6px !important;
    border-bottom-left-radius: 6px !important
}

.pp-form-container .pp-form-wrapper.ppBuildScratch a.pp-button-social-login:last-of-type {
    margin-bottom: 1.5em !important
}

#profilepress-myaccount-wrapper {
    font-size: 16px
}

#profilepress-myaccount-wrapper .profilepress-myaccount-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

#profilepress-myaccount-wrapper .profilepress-myaccount-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

#profilepress-myaccount-wrapper .ppmyac-dashboard-item {
    text-decoration: none !important;
    position: relative;
    display: block;
    padding: .75em 1.25em;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
    width: 100%;
    text-align: inherit;
    box-shadow: none
}

#profilepress-myaccount-wrapper .ppmyac-dashboard-item.isactive {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

#profilepress-myaccount-wrapper .ppmyac-dashboard-item:first-child {
    border-top-left-radius: .25em;
    border-top-right-radius: .25em
}

#profilepress-myaccount-wrapper .ppmyac-dashboard-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: .25em;
    border-bottom-left-radius: .25em
}

#profilepress-myaccount-wrapper .ppmyac-icons {
    margin-right: .5em;
    vertical-align: text-bottom
}

#profilepress-myaccount-wrapper .profilepress-myaccount-col-sm-3 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width:576px) {
    #profilepress-myaccount-wrapper .profilepress-myaccount-col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content {
    position: relative;
    width: 100%;
    padding-top: 30px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width:576px) {
    #profilepress-myaccount-wrapper .profilepress-myaccount-content {
        flex: 0 0 75%;
        max-width: 75%
    }
}

#profilepress-myaccount-wrapper .profilepress-myaccount-avatar-wrap {
    text-align: center;
    margin-bottom: 20px
}

#profilepress-myaccount-wrapper .profilepress-myaccount-avatar-wrap .profilepress-myaccount-avatar img.pp-user-avatar {
    margin: 0 !important;
    position: static !important;
    float: none !important;
    display: inline-block;
    -moz-border-radius: 999px;
    -webkit-border-radius: 999px;
    border-radius: 999px;
    width: 120px;
    height: 120px
}

#profilepress-myaccount-wrapper .profilepress-myaccount-nav a:focus {
    outline: 0;
    text-shadow: none;
    box-shadow: none
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content h2,
#profilepress-myaccount-wrapper .profilepress-myaccount-content h3 {
    margin-top: 0 !important;
    margin-bottom: 1em !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    font-size: 2em !important
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content h3 {
    font-weight: 500 !important;
    font-size: 1.2em !important
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-submenus-wrap {
    margin-bottom: 2em
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-submenu-wrap {
    display: inline;
    padding-right: 1em
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-submenu-item {
    color: inherit;
    padding: 0 0 10px
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-submenu-item.ppsubmenu-active {
    border-bottom: 3px solid #6c757d
}

.profilepress-myaccount-alert,
.profilepress-myaccount-edit-profile .profilepress-edit-profile-status {
    position: relative;
    padding: .75em 1.25em !important;
    margin-bottom: 1em !important;
    border: 1px solid transparent !important;
    border-radius: .25em
}

.profilepress-myaccount-alert.pp-alert-danger,
.profilepress-myaccount-edit-profile .profilepress-edit-profile-status {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.profilepress-myaccount-alert.pp-alert-success,
.profilepress-myaccount-edit-profile .profilepress-edit-profile-status.success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-field {
    margin-top: .5em;
    margin-bottom: 1em
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-cover-image-empty {
    min-height: 250px;
    background-color: #eee
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-delete-cover-image-wrap {
    padding: .75em;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
    margin-bottom: 0;
    border-radius: .25em
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-delete-cover-image-wrap img {
    width: 100%;
    height: auto
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-email-notifications-wrap .profilepress-myaccount-form-field {
    margin-top: .5em;
    margin-bottom: .5em
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-email-notifications-wrap {
    margin-bottom: 2em
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-field label {
    margin-bottom: .2em;
    font-weight: 500;
    display: block
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-field input[type=checkbox]+label,
#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-field input[type=radio]+label {
    display: inline
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .profilepress-myaccount-form-control:not([type=radio]):not([type=checkbox]),
#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap input:not([type=radio]):not([type=checkbox]):not([type=submit]),
#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap select,
#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap textarea {
    display: block;
    width: 100%;
    height: calc(1.5em + .75em + 2px);
    padding: .375em .75em;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25em;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    overflow: visible;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .125)
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap textarea {
    height: auto !important;
    min-height: 100px !important;
    resize: vertical !important
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content input.profilepress-myaccount-form-control:focus,
#profilepress-myaccount-wrapper .profilepress-myaccount-content select.profilepress-myaccount-form-control:focus,
#profilepress-myaccount-wrapper .profilepress-myaccount-content textarea.profilepress-myaccount-form-control:focus {
    background-color: #fff;
    border-color: #bbb;
    outline: 0;
    box-shadow: none
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .profilepress-myaccount-form-field input[type=submit] {
    display: inline-block;
    cursor: pointer;
    width: auto
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .profilepress-myaccount-form-field input[type=submit]:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    text-decoration: none
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .ppmyac-custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75em + 2px);
    margin-bottom: 0
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .ppmyac-custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + .75em + 2px);
    margin: 0;
    opacity: 0
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .ppmyac-custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75em + 2px);
    padding: .375em .75em;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25em
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .ppmyac-custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    box-sizing: border-box;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75em);
    padding: .375em .75em;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25em .25em 0
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .ppmyac-custom-file-input~.ppmyac-custom-file-label[data-browse]::after {
    content: attr(data-browse)
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-field .pp-checkbox-wrap label.pp-form-label,
#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-field .pp-radio-wrap label.pp-form-label {
    display: inline-block;
    margin: 0 0 0 .3819820591em
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-delete-avatar-wrap {
    display: flex;
    flex-direction: column;
    margin: 1em 0 0;
    padding-left: 0
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-delete-avatar {
    position: relative;
    padding: .75em 1.25em;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
    margin-bottom: 0;
    border-radius: .25em;
    justify-content: space-between !important;
    display: flex !important
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .pp-user-avatar {
    width: 70px;
    height: 70px;
    min-height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 50%
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .ppmyac-remove-avatar {
    margin-bottom: .5em !important;
    margin-top: .5em !important;
    padding: .25em .5em;
    font-size: .875em;
    line-height: 1.5;
    border-radius: .2em;
    color: #fff;
    height: 35px;
    background-color: #6c757d;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    text-shadow: none;
    cursor: pointer;
    user-select: none;
    border: 1px solid #6c757d;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-delete-cover-image-wrap .ppmyac-remove-avatar {
    margin-top: .75em !important;
    margin-bottom: 0 !important
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content input.profilepress-myaccount-form-control::-webkit-file-upload-button {
    background: #fff;
    border-radius: 6px;
    font-size: 14px;
    border: 1px solid #ddd
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .select2-selection {
    border-radius: .25em;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .125)
}

.ppress-2fa-setup-wrap .ppmyac-2fa-recovery-codes-wrap {
    width: 250px;
    text-align: center
}

.pp-form-container .pp-field-user-avatar-picture-wrap {
    width: 250px;
    height: auto;
    margin: auto;
    position: relative
}

.pp-form-container .pp-field-user-cover-image-wrap {
    margin: auto;
    position: relative
}

.pp-field-user-avatar-picture-wrap:hover .pp-profile-avatar-overlay-wrap,
.pp-field-user-cover-image-wrap:hover .pp-cover-image-overlay-wrap {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    text-align: center;
    box-sizing: border-box;
    padding: 0;
    color: #fff;
    text-shadow: 0 1px #666;
    line-height: 21px;
    font-size: 16px;
    height: 100%;
    width: 100%;
    border-radius: 50%
}

.pp-field-user-cover-image-wrap:hover .pp-cover-image-overlay-wrap {
    border-radius: 0
}

.pp-field-user-avatar-picture-wrap:hover .pp-profile-avatar-overlay,
.pp-field-user-cover-image-wrap:hover .pp-cover-image-overlay {
    display: table;
    height: 100%;
    width: 100%
}

.pp-field-user-avatar-picture-wrap:hover .pp-profile-avatar-overlay ins,
.pp-field-user-cover-image-wrap:hover .pp-cover-image-overlay ins {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    text-decoration: none !important;
    background: 0 0 !important;
    color: #fff !important;
    border-bottom: none !important
}

.pp-field-user-avatar-picture-wrap:hover .pp-profile-avatar-overlay-wrap .pp-profile-avatar-overlay .pp-form-material-icons,
.pp-field-user-cover-image-wrap:hover .pp-cover-image-overlay-wrap .pp-cover-image-overlay .pp-form-material-icons {
    font-size: 35px !important;
    display: block !important;
    position: static !important;
    right: auto !important;
    top: auto !important;
    color: #fff !important;
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
    cursor: pointer
}

html .select2.select2-container .select2-selection.select2-selection--multiple input.select2-search__field {
    border: 0 !important;
    height: auto !important
}

.select2.select2-container .select2-selection.select2-selection--multiple input.select2-search__field {
    border: 0 !important;
    box-shadow: none !important
}

.select2.select2-container .select2-selection.select2-selection--multiple li.select2-selection__choice {
    height: auto;
    line-height: normal
}

.pp-form-wrapper.pp-member-directory {
    opacity: 0
}

.pp-form-wrapper.ppress-default-profile {
    max-width: 1000px;
    width: 100%;
    box-sizing: border-box;
    font-size: 15px;
    color: #666;
    margin-bottom: 30px;
    opacity: 0
}

.pp-form-wrapper.ppress-default-profile * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.pp-form-wrapper.ppress-default-profile a,
.pp-form-wrapper.ppress-default-profile a:hover {
    text-decoration: none !important
}

.pp-form-wrapper.ppress-default-profile .ppress-default-profile-cover {
    background-color: #eee;
    box-sizing: border-box;
    position: relative
}

.pp-form-wrapper.ppress-default-profile .ppress-default-profile-cover-e {
    text-align: center;
    overflow: hidden
}

.pp-form-wrapper.ppress-default-profile .ppress-default-profile-cover-e img {
    width: 100%;
    display: block;
    overflow: hidden;
    border-radius: 0;
    margin: 0
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-header {
    position: relative;
    padding: 0 0 25px;
    border-bottom: solid 2px #eee;
    min-height: 85px;
    box-sizing: content-box
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-headericon {
    position: absolute;
    top: 15px;
    right: 0;
    vertical-align: middle;
    font-size: 30px;
    height: 30px;
    line-height: 30px;
    z-index: 66;
    margin-right: 10px
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-headericon .ppress-dpf-edit-a .ppress-material-icons {
    font-size: 30px
}

.pp-form-wrapper.ppress-default-profile a.ppress-dpf-edit-a {
    color: #aaa;
    text-decoration: none;
    border-bottom: 0
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-headericon a:hover,
.pp-form-wrapper.ppress-default-profile a.ppress-dpf-edit-a.active {
    color: #007bff
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-photo {
    float: left;
    position: absolute;
    margin: 0 0 0 30px;
    box-sizing: border-box;
    width: 200px;
    height: 200px
}

.pp-form-wrapper.ppress-default-profile.ppdf-nocover .ppress-dpf-profile-photo {
    position: relative
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-photo img {
    width: 100%;
    height: auto;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    display: block;
    overflow: hidden;
    margin: 0;
    box-shadow: none;
    background: #fff;
    border: 5px solid #fff
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-meta {
    padding-right: 30px;
    -ms-word-break: break-all;
    word-break: break-word;
    word-wrap: break-word
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-main-meta {
    padding: 10px 0 0;
    color: #999
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-name {
    font-size: 24px;
    font-weight: 700;
    margin-right: 30px;
    color: #555;
    line-height: 1.7em
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-clear {
    clear: both
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-meta span {
    margin: 0 5px;
    font-size: 14px;
    display: inline-block;
    line-height: .1
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-meta span:first-child {
    margin: 0 5px 0 0
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-meta-text {
    margin: 5px 0 0;
    line-height: 1.4em;
    font-size: 13px
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-nav {
    padding: 10px;
    background: #444;
    text-align: center
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-nav-item a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 6px 10px 6px 28px;
    display: block;
    float: left;
    border-radius: 4px;
    margin-left: 5px;
    position: relative;
    border-bottom: 0;
    text-decoration: none !important
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-nav-item a:hover {
    background: #555
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-nav-item .ppress-material-icons {
    font-size: 18px;
    height: 18px;
    line-height: 1.5;
    position: absolute;
    display: block;
    left: 10px
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-nav-item span.ppress-dpf-nav-title {
    padding-left: 5px
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-nav-item.ppress-dpf-active a {
    background: #007bff
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-body {
    max-width: 600px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: auto
}

.pp-form-wrapper.ppress-default-profile .pp-user-comment-no-item,
.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-note {
    text-align: center;
    padding-top: 20px;
    color: #666
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-note .ppress-material-icons {
    display: inline-block;
    font-size: 70px;
    height: 70px;
    line-height: 70px
}

.pp-form-wrapper.ppress-default-profile .pp-user-comment-no-item span,
.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-note span {
    margin-top: 10px;
    display: block;
    font-size: 16px;
    color: #888
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-note a {
    border: 0 !important
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-body-items {
    margin: 0 0 30px
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-body-item {
    position: relative;
    padding: 15px 0 0
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-item-label {
    display: block;
    margin: 0 0 8px;
    border-bottom: solid 2px #eee;
    padding-bottom: 4px;
    font-size: 15px;
    line-height: 22px;
    font-weight: 700
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-field-label-icon {
    float: left;
    margin: 0 8px 0 0;
    height: 22px;
    line-height: 18px;
    display: inline-block;
    width: 24px;
    text-align: center
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-field-label-icon i {
    font-size: 22px;
    position: relative;
    top: 1px
}

.pp-form-wrapper.ppress-default-profile .ppdf-nocover .ppress-dpf-profile-photo {
    float: none;
    margin: 0 auto;
    text-align: center;
    position: relative
}

.pp-form-wrapper.ppress-default-profile .ppdf-nocover .ppress-dpf-profile-meta {
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center !important
}

.ppress-default-profile.ppressui340 .ppress-dpf-profile-nav {
    padding: 0 !important
}

.ppress-default-profile.ppressui340 .ppress-dpf-profile-nav-item a,
.ppress-default-profile.ppressui500 .ppress-dpf-profile-nav-item a {
    margin-left: 0 !important;
    border-radius: 0 !important
}

.ppress-dpf-profile-nav-item.ppressui340 .ppress-dpf-profile-body {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.ppress-default-profile.ppressui340.ppdf-nocover .ppress-dpf-header .ppress-dpf-profile-photo {
    position: static !important;
    top: auto !important;
    left: auto !important
}

.ppress-default-profile.ppressui340 .ppress-dpf-header .ppress-dpf-profile-meta {
    text-align: center !important;
    padding: 0 !important;
    margin-top: -30px !important
}

.ppress-default-profile.ppressui340.ppdf-nocover .ppress-dpf-header .ppress-dpf-profile-meta {
    padding-top: 0 !important
}

.ppress-default-profile.ppressui340 .ppress-dpf-header .ppress-dpf-name {
    float: none !important;
    margin-right: 0 !important;
    font-size: 18px !important
}

.ppress-default-profile.ppressui340 .ppress-dpf-header .ppress-dpf-meta-text {
    padding: 0 20px !important
}

.ppress-default-profile.ppressui340 .ppress-dpf-profile-photo {
    position: relative !important;
    width: 100px !important;
    height: 100px !important;
    margin: 0 auto !important;
    float: none !important;
    left: auto !important;
    text-align: center !important;
    top: -40px !important
}

.ppress-default-profile.ppressui340.ppdf-nocover .ppress-dpf-header .ppress-dpf-profile-photo {
    width: 120px !important;
    height: 120px !important
}

.ppress-default-profile.ppressui340 .ppress-dpf-nav-title {
    font-size: 12px !important
}

.ppress-default-profile.ppressui340 .ppress-dpf-profile-nav-item .ppress-material-icons,
.ppress-default-profile.ppressui500 .ppress-dpf-profile-nav-item i {
    display: block !important;
    position: static !important;
    top: auto !important;
    left: auto !important;
    height: 20px !important;
    line-height: 20px !important
}

.ppress-default-profile.ppressui340.ppdf-nocover .ppress-dpf-header .ppress-dpf-profile-meta {
    margin-top: 0 !important
}

.ppress-default-profile.ppressui500 .ppress-dpf-profile-nav {
    padding: 0 !important
}

.ppress-default-profile.ppressui500 .ppress-dpf-profile-nav-item i {
    font-size: 22px !important;
    height: 22px !important;
    line-height: 22px !important
}

.ppress-default-profile.ppressui500 .ppress-dpf-profile-body {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.ppress-default-profile.ppressui500.ppdf-nocover .ppress-dpf-header .ppress-dpf-profile-photo {
    position: static !important;
    top: auto !important;
    left: auto !important;
    width: 120px !important;
    height: 120px !important
}

.ppress-default-profile.ppressui500 .ppress-dpf-profile-photo {
    position: relative !important;
    width: 100px !important;
    height: 100px !important;
    margin: 0 auto !important;
    float: none !important;
    display: block !important;
    top: -40px !important;
    left: 0 !important
}

.ppress-default-profile.ppressui500 .ppress-dpf-header .ppress-dpf-profile-meta {
    text-align: center !important;
    padding: 0 !important;
    margin-top: -30px !important
}

.ppress-default-profile.ppressui500 .ppress-dpf-header .ppress-dpf-name {
    float: none !important;
    margin-right: 0 !important;
    font-size: 21px !important
}

.ppress-default-profile.ppressui500 .ppress-dpf-header .ppress-dpf-meta-text {
    padding-top: 10px !important
}

.ppress-default-profile.ppressui500 .ppress-dpf-header .ppress-dpf-meta {
    padding: 0 20px !important;
    display: block !important
}

.ppress-default-profile.ppressui500 .ppress-dpf-nav-title {
    font-size: 12px !important
}

.ppress-default-profile.ppressui500 .ppress-dpf-profile-nav-item .ppress-material-icons {
    display: block !important;
    position: static !important;
    top: auto !important;
    left: auto !important;
    height: 20px !important;
    line-height: 20px !important
}

.ppress-default-profile.ppressui500.ppdf-nocover .ppress-dpf-header .ppress-dpf-profile-meta {
    margin-top: 0 !important
}

.ppress-default-profile.ppressui800 .ppress-dpf-profile-nav {
    padding: 0 !important
}

.ppress-default-profile.ppressui800 .ppress-dpf-profile-nav-item a {
    padding: 10px 20px !important;
    margin-left: 0 !important;
    border-radius: 0 !important
}

.ppress-default-profile.ppressui800 .ppress-dpf-profile-photo {
    width: 140px !important;
    height: 140px !important;
    top: -70px !important
}

.ppress-default-profile.ppressui800.ppdf-nocover .ppress-dpf-header .ppress-dpf-profile-photo {
    top: auto !important
}

.ppress-default-profile.ppressui800 .ppress-dpf-header .ppress-dpf-meta-text {
    padding-top: 10px !important
}

.ppress-default-profile.ppressui800 .ppress-dpf-nav-title {
    font-size: 12px !important
}

.ppress-default-profile.ppressui800 .ppress-dpf-profile-nav-item .ppress-material-icons {
    display: block !important;
    position: static !important;
    top: auto !important;
    left: auto !important;
    font-size: 20px !important;
    height: 20px !important;
    line-height: 20px !important
}

.ppress-default-profile.ppressui960 .ppress-dpf-profile-photo {
    width: 140px !important;
    height: 140px !important;
    top: -70px !important
}

.ppress-default-profile.ppressui960.ppdf-nocover .ppress-dpf-profile-meta {
    margin-top: -50px !important
}

.ppress-default-profile.ppressui340 .ppress-dpf-profile-nav-item a,
.ppress-default-profile.ppressui500 .ppress-dpf-profile-nav-item a {
    padding: 5px 11px !important;
    font-size: 12px !important
}

.ppress-default-profile.ppressui340 .ppress-dpf-profile-nav-item .ppress-material-icons,
.ppress-default-profile.ppressui500 .ppress-dpf-profile-nav-item .ppress-material-icons {
    font-size: 14px !important
}

.ppress-default-profile.ppressui340 span.ppress-dpf-nav-title,
.ppress-default-profile.ppressui500 span.ppress-dpf-nav-title {
    font-size: 10px !important
}

.pp-form-wrapper.ppress-default-profile ul.pp-user-post-list {
    list-style: none;
    margin: 0;
    padding: 0
}

.pp-form-wrapper.ppress-default-profile li.pp-user-post-item {
    padding: 20px 0;
    border-bottom: 1px solid #eee
}

.pp-form-wrapper.ppress-default-profile .pp-user-post-item a,
.pp-form-wrapper.ppress-default-profile .pp-user-post-item h3 {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    text-decoration: none
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-more-post-wrap {
    text-align: center;
    padding-top: 30px
}

.pp-form-wrapper.ppress-default-profile a.ppress-dpf-more-post-btn {
    font-size: 15px;
    border: 0;
    display: block;
    width: 100%;
    line-height: 1em;
    padding: 15px;
    text-decoration: none;
    text-align: center;
    text-transform: none;
    font-weight: 400;
    transition: .25s;
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    max-width: 250px;
    margin: 0 auto;
    color: #fff;
    background: #007bff
}

.pp-form-wrapper.ppress-default-profile .pp-user-comment-item {
    padding: 20px 0;
    border-bottom: 1px solid #eee
}

.pp-form-wrapper.ppress-default-profile .pp-user-comment-item-link a {
    color: inherit
}

.pp-form-wrapper.ppress-default-profile .pp-user-comment-no-item+.ppress-dpf-more-post-wrap {
    display: none
}

.pp-member-directory .ppressmd-member-directory-header.ppressmd-form {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: nowrap;
    width: 100%
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row:not(.ppressmd-member-directory-filters-bar) {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: baseline;
    flex-wrap: nowrap;
    margin: 0 0 10px
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row.ppressmd-member-directory-search-row {
    justify-content: flex-end
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-search-line {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    width: 60%
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-search-line label {
    flex: 1;
    margin: 0 10px 0 0;
    min-width: 90px;
    max-width: 85%
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-search-line label .ppressmd-search-line {
    -webkit-appearance: textfield;
    width: 100%;
    padding: 0 12px !important;
    display: block !important;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    outline: 0 !important;
    cursor: text !important;
    font-size: 15px !important;
    height: 40px !important;
    box-sizing: border-box !important;
    box-shadow: none !important;
    margin: 0 !important;
    position: static
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-search-line .ppressmd-do-search {
    min-width: 15%;
    width: auto
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-sorting {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: baseline;
    flex-wrap: nowrap;
    flex: 5
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-sorting .ppressmd-member-directory-sorting-a {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: baseline;
    flex-wrap: nowrap;
    position: relative;
    cursor: pointer
}

.pp-member-directory .ppressmd-member-directory-header a {
    text-decoration: none;
    border-bottom: none;
    box-shadow: none
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppress-material-icons {
    display: inline;
    vertical-align: middle
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-filters {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: baseline;
    flex-wrap: nowrap;
    flex: 2;
    text-align: right
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-filters .ppressmd-member-directory-filters-a {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: baseline;
    flex-wrap: nowrap;
    cursor: pointer
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-filters .ppressmd-member-directory-filters-a a {
    margin: 0 5px 0 0
}

.ppressmd-member-directory-header:not(.ppmd-filters-expand) .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-filters .ppressmd-member-directory-filters-a .ppress-up {
    display: none
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-search.ppressmd-search-invisible,
.ppressmd-member-directory-header.ppmd-filters-expand .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-filters .ppressmd-member-directory-filters-a .ppress-down {
    display: none
}

.ppressmd-new-dropdown {
    font-size: 16px;
    margin: 0;
    position: absolute;
    height: auto;
    background: #fff;
    z-index: 10;
    display: none;
    border: 1px solid #ddd;
    box-shadow: 0 7px 14px 0 rgba(50, 50, 93, .1), 0 3px 6px 0 rgba(0, 0, 0, .07);
    -webkit-box-shadow: 0 7px 14px 0 rgba(50, 50, 93, .1), 0 3px 6px 0 rgba(0, 0, 0, .07);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px
}

.ppressmd-new-dropdown ul li {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-sorting .ppressmd-member-directory-sorting-a .ppressmd-new-dropdown {
    top: 24px;
    width: 200px;
    left: -12px
}

.ppressmd-new-dropdown ul li a {
    display: block;
    padding: 8px 12px;
    line-height: 1
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row.ppressmd-member-directory-filters-bar {
    padding: 0 0 10px
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row.ppressmd-header-row-invisible {
    margin: 0
}

.ppressmd-member-directory-header.ppmd-filters-expand .ppressmd-member-directory-header-row .ppressmd-search.ppressmd-search-invisible {
    display: grid
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-search {
    margin: 0;
    width: 100%;
    display: grid;
    grid-template-rows: auto 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    grid-auto-rows: minmax(max-content, auto);
    -ms-grid-template-rows: auto 1fr;
    -ms-grid-template-columns: repeat(3, 1fr);
    -ms-grid-gap: 10px;
    -ms-grid-auto-rows: minmax(max-content, auto);
    align-items: center
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-search .ppressmd-search-filter {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: baseline;
    flex-wrap: nowrap;
    width: 100%
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-search .ppressmd-search-filter.ppressmd-text-filter-type input {
    width: 100%;
    padding: 10px 30px
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-search-line label .ppressmd-search-line,
.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-search .ppressmd-search-filter.ppressmd-text-filter-type input:not(.select2-search__field),
.pp-member-directory .ppressmd-member-directory-header .select2.select2-container .select2-selection {
    background-color: transparent;
    border: 1px solid #ddd !important
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppress-material-icons,
.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-search-line label .ppressmd-search-line,
.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-search .ppressmd-search-filter.ppressmd-text-filter-type input,
.pp-member-directory .ppressmd-member-directory-header .select2.select2-container .select2-selection__rendered {
    color: #666;
    background-color: transparent
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row input[type=search]:focus {
    border: 1px solid #bbb !important
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-button {
    border: 0 !important;
    display: block;
    width: 100%;
    line-height: 1em !important;
    padding: 16px 20px !important;
    text-decoration: none !important;
    text-align: center;
    text-transform: none !important;
    font-weight: 400 !important;
    overflow: hidden;
    position: relative;
    transition: .25s;
    box-sizing: border-box;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;
    box-shadow: none;
    vertical-align: middle !important;
    height: auto !important;
    cursor: pointer !important;
    text-shadow: none;
    font-family: inherit;
    outline: 0 !important;
    margin: 0;
    -webkit-appearance: none
}

.pp-member-directory .ppressmd-members-total-wrap {
    text-align: center;
    margin: 0 0 10px
}

.pp-member-directory .ppressmd-members-total {
    font-size: 20px;
    font-weight: 300
}

.pp-member-directory .ppressmd-member-directory-header .select2.select2-container {
    width: 100% !important
}

.pp-member-directory .ppressmd-member-directory-header .select2-search.select2-search--inline .select2-search__field {
    width: auto !important
}

.pp-member-directory .ppressmd-member-directory-header .select2.select2-container .select2-selection {
    display: block !important;
    height: 40px;
    padding: 0 0 0 12px !important;
    overflow: hidden !important;
    position: relative !important;
    white-space: nowrap !important;
    line-height: 35px !important;
    font-size: 15px !important;
    text-align: left !important;
    text-decoration: none !important;
    -moz-border-radius: 2px !important;
    -webkit-border-radius: 2px !important;
    border-radius: 2px !important;
    background-clip: padding-box !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: 0 0 !important
}

.pp-member-directory .ppressmd-member-directory-header .select2.select2-container .select2-selection .select2-selection__arrow {
    display: inline-block !important;
    width: 34px !important;
    height: 100% !important;
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    -moz-border-radius: 0 2px 2px 0 !important;
    -webkit-border-radius: 0 2px 2px 0 !important;
    border-radius: 0 2px 2px 0 !important;
    background-clip: padding-box !important;
    text-align: center !important;
    background: 0 0 !important;
    border-left: 0 !important
}

.pp-member-directory .ppressmd-member-directory-header .select2-container.select2-container--open .select2-dropdown {
    border: 1px solid #ddd;
    border-top: 0;
    border-radius: 0
}

.pp-member-directory .ppressmd-member-directory-header .select2-container.select2-container--open .select2-dropdown .select2-results li {
    list-style: none;
    display: list-item;
    background-image: none;
    font-size: 15px;
    margin: 5px !important;
    color: #666 !important;
    padding: 3px 7px 4px !important;
    cursor: pointer;
    min-height: 1em !important
}

.pp-member-directory .ppressmd-member-directory-header .select2.select2-container .select2-selection.select2-selection--multiple {
    height: auto !important;
    line-height: .8 !important
}

.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 0 !important;
    line-height: 37px
}

.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    line-height: 37px;
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding-left: 0 !important;
    padding-right: 30px;
    width: 100%;
    font-size: 13px
}

.pp-member-directory .ppressmd-member-directory-header .select2-results li.select2-results__option.select2-results__option--highlighted {
    background: 0 0 !important;
    background: #f4f4f4 !important;
    color: #666 !important
}

.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--single .select2-selection__clear {
    right: 10px;
    margin: 0 !important
}

.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--multiple .select2-selection__clear {
    right: 10px;
    font-size: 30px;
    margin: 0 !important
}

.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--multiple .select2-selection__clear,
.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--single .select2-selection__arrow b,
.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--single .select2-selection__clear {
    color: #888 !important
}

.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--multiple .select2-selection__clear {
    position: absolute
}

.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding: 3px 3px 3px 5px
}

.pp-member-directory .ppressmd-member-directory-header .select2-container .select2-search.select2-search--inline>input {
    border: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important
}

.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    overflow-x: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    box-sizing: border-box
}

.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--single .select2-selection__clear {
    font-size: 20px !important
}

.pp-member-directory .ppmd-pagination-wrap {
    font-size: 16px;
    width: 100%;
    margin: 0 auto 10px;
    padding: 0;
    text-align: center
}

.pp-member-directory .ppmd-pagination-wrap .page-numbers {
    display: inline-block;
    width: auto;
    height: 34px;
    line-height: 34px;
    transition: all .2s linear;
    padding: 0 14px;
    color: #666;
    font-weight: 400
}

.pp-member-directory .ppmd-pagination-wrap .page-numbers.current {
    background: #007bff;
    color: #fff
}

.pp-member-directory .ppmd-pagination-wrap .page-numbers .ppress-material-icons {
    vertical-align: middle
}

.ppress-paywall-message-wrap {
    position: relative;
    width: 100%;
    margin: -5em auto 2em;
    padding: 6em 0 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, .5) .5em, #fff 5.5em, #fff 100%)
}

.ppress-paywall-message {
    box-shadow: 0 0 .5em .25em rgba(0, 0, 0, .125);
    padding: 1.375em;
    border: 6px solid #fff;
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;
    background-color: #f4f4f4;
    color: #333
}

.ppress-paywall-message p:last-child {
    margin-bottom: 0 !important
}

p:has(+.ppress-paywall-message-wrap) {
    margin-bottom: 0
}

.ppress-main-container {
    width: 100%
}

.ppress-container-div {
    margin: 3em 0;
    padding: 3em;
    background-color: #fff;
    width: 100%;
    text-align: center
}