
.text-foggy {
    color: var(--color-foggy);   
}
.text-foggy a {
    color: inherit;
}

.plan-page-container {
    margin: auto;
    max-width: 912px;
}

.google-message {
    padding: 20px 20px 0 20px;
}

.label-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.label-right span {
    font-size: 14px;
}

.column-left-border {
    border-left: 1px solid rgba(234,243,253,.9);
    margin: -20px 0;
    padding-top: 15px;
    padding-bottom: 15px;
}
.column-left-border p {
    margin-bottom: 15px;
    line-height: 1.6;
}

.plan-page-footer {
    text-align: center;
    padding-bottom: 40px;
    margin-top: 60px;
    font-size: 16px;
}
.plan-page-footer .text-foggy {
    font-style: italic;
}
.plan-page-footer img {
    margin: 0 17px;
}
.plan-page-footer p {
    font-size: inherit;
    margin-bottom: 25px;
}
.plan-page-footer .login-intro a {
    color: var(--color-blue-2);
    font-weight: 400;
}

/* switch box */
.switch-box input {
    display: none;
}
.switch-box input + span {
    position: relative;
    padding-right: 42px;
    font-size: 16px;
    font-weight: 300;
}
.switch-box input + span:before {
    content: "";
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-sizing: content-box;
    background-clip: content-box;
    border-radius: 20px;
    height: 20px;
    width: 33px;
    border: 1px solid #dfdfdf;
    position: absolute;
    top: 0;
    right: 0;
    box-shadow: rgb(223, 223, 223) 0 0 0 0 inset;
    border-color: rgb(223, 223, 223);
    background-color: rgb(255, 255, 255);
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s;
}
.switch-box input:checked + span:before {
    box-shadow: var(--color-blue-2) 0 0 0 11px inset;
    border-color: var(--color-blue-2);
    background-color: var(--color-blue-2);
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
.switch-box input + span:after {
    content: "";
    background: #fff;
    border-radius: 100%;
    box-shadow: 0 1px 3px rgba(0,0,0,.4);
    position: absolute;
    top: 1px;
    height: 20px;
    width: 20px;
    transition: background-color 0.4s ease 0s, left 0.2s ease 0s;
    right: 1px;
}
.switch-box input:checked + span:after {
    transition: background-color 0.4s ease 0s, left 0.2s ease 0s;
    right: 14px;
}
/* e: switch box */

.choose-plan {
    max-width: 1200px;
    margin: auto;
}
.choose-plan h1 {
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    letter-spacing: -0.48px;
}

.choose-plan .pricing-wrapper {
    margin-bottom: 0;
}
.choose-plan .card-header-pricing {
    margin-top: 0;
    font-weight: 400;
    padding-top: 30px;
}
.choose-plan .price-list {
    list-style: none;
    padding: 0;
    font-weight: 400;
}
.choose-plan .price {
    font-size: 12px;
    font-weight: 400;
}
.choose-plan .price strong {
    font-size: 31px;
    font-weight: 800;
    letter-spacing: -0.67px;
}
.choose-plan .card-container .card.card-flip .card-back, 
.choose-plan .card-container .card.card-flip .card-front {
    height: auto;
    background: none;
    box-shadow: none;
}
.choose-plan .pricing-wrapper .card.pricing-card {
    background-color: transparent;
    box-shadow: none;
    margin-bottom: 0;
}
.choose-plan .pricing-card .card-content {
    background: #fff;
    border-radius: 4px;
    border: 2px solid #fff;
    position: relative;
}
.choose-plan .pricing-card.current-pricing-card .card-content {
    border-color: var(--color-blue-2);
}
.choose-plan section:hover .card-content,
.choose-plan section.selected .card-content {
    border-color: var(--color-pink-1);    
}
.choose-plan section:not(.freeze-card):hover .card-content {
    cursor: pointer;
}
.choose-plan .pricing-card.switch-card .card-content::before {
    content: "Switch To This Plan";
    background: var(--color-pink-1);
    border-radius: 4px;
    padding: 0 20px;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    color: #fff;
    position: absolute;
    top: -14px;
    right: 20px;
}
.choose-plan .feature-pricing-card .card-content .high-light-label {
    background: var(--color-pink-1);
    border-radius: 4px;
    padding: 0 20px;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    color: #fff;
    position: absolute;
    top: -14px;
    right: 20px;
    z-index: 10;
}
.choose-plan .current-pricing-card .card-content::after {
    content: "Your Plan";
    background: var(--color-blue-2);
    border-radius: 4px;
    padding: 0 20px;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    color: #fff;
    position: absolute;
    top: -14px;
    left: 20px;
}

.choose-plan .current-pricing-card .card-content .high-light-label {
    background: var(--color-blue-2);
    border-radius: 4px;
    padding: 0 20px;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    color: #fff;
    position: absolute;
    top: -14px;
    left: 20px;
    z-index: 10;
}

.choose-plan .addon-pricing-card .card-content {
    border-color: var(--color-pink-1); 
}
.choose-plan .addon-pricing-card .card-content::before {
    content: "Add On";
    background: var(--color-pink-1);    
    border-radius: 4px;
    padding: 0 20px;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    color: #fff;
    position: absolute;
    top: -14px;
    right: 20px;
}
.choose-plan .pricing-card.addon-pricing-card .btns {
    display: block;
}

.choose-plan .pricing-card .btns {
    margin-top: 20px;
    display: none;
}
.choose-plan section.selected .btns {
    display: block;
}
.choose-plan .card-back, 
.choose-plan .card-container, 
.choose-plan .card-front {
    height: 520px;
}

.choose-plan-appsumo .card-back, 
.choose-plan-appsumo .card-container, 
.choose-plan-appsumo .card-front {
    height: auto;
}
.choose-plan-appsumo .price-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.choose-plan-appsumo .price-list li {
    width: 48%;
}

.checkout-container iframe {
    height: 725px;
    margin-left: -13px;
    width: calc(100% + 20px) !important;
}
.checkout-page--ltd .checkout-container iframe {
    height: 810px;
}
.checkout-page .column-left-border {
    padding-top: 35px;
}
.checkout-page .dynamic-price:not(.section-loading) .preloader {
    display: none;
}
.checkout-page .dynamic-price.section-loading .preloader ~ * {
    display: none;
}
.checkout-page .result-empty,
.checkout-page .dynamic-price.section-empty > * {
    display: none;
}
.checkout-page .dynamic-price.section-empty .result-empty {
    display: block;
}
.checkout-page .dynamic-price h2 {
    font-weight: 500;
    color: var(--color-pink-1);
    margin: 12px 0;
    font-size: 20px;
}
.checkout-page .dynamic-price .tip-label {
    color: var(--color-foggy);
}
.checkout-page .dynamic-price .end-date-trial {
    font-style: italic;
}
.checkout-page .dynamic-price .price {
    margin-bottom: 2px;
}
.checkout-page .dynamic-price .price strong {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.67px;
}
.checkout-page .dynamic-price .price span {
    font-style: italic;
}
.checkout-page .dynamic-price .tip-price {
    font-size: 12px;
}
.checkout-page .dynamic-price p {
    margin-bottom: 5px;
}

.thankyou-page .column-left-border {
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.thankyou-page  h1 {
    font-weight: 600;
    margin: 10px 0 30px;
    font-size: 18px;
}
.thankyou-page  h2 {
    font-weight: 500;
    margin: 0;
    font-size: 14px;
}
.thankyou-page  h3 {
    font-weight: 500;
    margin: 0 0 1rem 0;
    font-size: 12px;
}
.thankyou-page p {
    font-size: 12px;
    line-height: 1.7;
}
.thankyou-page a.btn {
    color: #fff;
}
.thankyou-page .card-header strong {
    font-weight: 500;
    font-size: 20px;
    display: block;
    margin-bottom: 5px;
}

.paddle-loader {
    display: none !important;
}
.reload-link {
    font-size: 12px;
    text-decoration: underline;
}

.tier-listing {
    display: flex;
    justify-content: space-between;
}
.tier {
    width: 19%;
}
.tier .price-list li::before {
    content: "- ";
}
.tier .price-list li {
    font-weight: 300;
}
.tier .price-list li strong {
    font-weight: 500;
}
.choose-plan.tier-page {
    max-width: 1450px;
}
.choose-plan.tier-page h1 {
    font-weight: 300;
}
.choose-plan.tier-page h1 strong {
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}
.choose-plan.tier-page .card-back, 
.choose-plan.tier-page .card-container, 
.choose-plan.tier-page .card-front {
    height: auto;
}
.deal-success .card {
    max-width: 800px;
    margin: auto;
    padding: 50px;
    font-weight: 300;
    font-size: 20px;
}
.deal-success h1 {
    font-weight: 500;
    margin-top: 0;
}
.deal-success .btn {
    min-width: 200px;
}
.freeze-card {
    opacity: .6;
}
.choose-plan section.freeze-card:hover .card-content {
    border-color: #fff;    
}   

/* LemonSqueezy */
.lemonsqueezy-open iframe {
    z-index: 99 !important;
}
/* E: LemonSqueezy */

.paddle-invoice-btns {
    text-align: center;
}
.paddle-invoice-btns a {
    width: 300px;
}

.top-switcher .nav-item {
    margin: 0 5px;
}
.top-switcher .nav-link.show {
    border: 2px solid var(--color-pink-1);
}
.top-switcher .nav-link:not(.show) {
    color: var(--color-text);
    border: 2px solid var(--color-grey-2);
    background: #fff;
}
.top-switcher svg {
    width: 20px;
    height: auto;
    vertical-align: middle;
    margin-right: 5px;
}

.invoices-accordion {
    margin: 30px auto 0;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid var(--color-blue-1);
    border-top: none;
}
.invoices-accordion .accordion-title {
    font-weight: 400;
    background: var(--color-blue-1);
    color: #fff;
    padding: 10px 20px;
}
.invoices-accordion ul {
    margin-bottom: 0;
    list-style: none;
    padding: 0;
}
.invoices-accordion li {
    padding: 8px 20px;
    border-top: 1px solid var(--color-blue-1);
    display: flex;
    justify-content: space-between;
}
.invoices-accordion li:first-child {
    border-top: none;
}
