/* Plan selection */

.login-container-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}


.plan-selected-box {
    background: #ffffff;
    border: 1px solid #e0e7ff;
    border-radius: 10px;
    padding: 6px 12px 12px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    text-align: center;
}

    .plan-selected-box .plan-icon {
        font-size: 24px;
        color: #4a6cf7;
        margin-bottom: 8px;
    }

    .plan-selected-box .plan-title {
        font-size: 14px;
        font-weight: 600;
        color: #1a1a1a;
        margin-bottom: 4px;
    }

    .plan-selected-box .trial-info {
        font-size: 12px;
        color: #2e7d32;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 4px;
        margin-bottom: 8px;
    }

        .plan-selected-box .trial-info .check {
            font-size: 14px;
        }

    .plan-selected-box .btn {
        background-color: #4a6cf7;
        color: #ffffff;
        border: none;
        border-radius: 8px;
        padding: 6px 12px;
        font-size: 12px;
        font-weight: 500;
        cursor: pointer;
        transition: background-color 0.2s ease;
    }



/*pricing modal*/
.pricing-main-popup-box {
    display: flex;
    gap: 15px;
    justify-content: space-between;
}

    .pricing-main-popup-box figure img {
        height: 120px;
    }

    .pricing-main-popup-box .pricing-plan-box {
        border: 1px solid #ddd;
        text-align: center;
        padding: 15px;
        border-radius: 6px;
        flex:1;
    }
.pricingModal .modal-dialog {
    width: 100%;
    max-width: 920px;
}
.pricing-plan-box .access-device {
    margin: 0;
}
.plan-features {
    text-align: left;
    margin-top: 15px;
    border-top: 1px dashed #5e72e4;
    padding-top: 15px;
}

    .plan-features ul {
        padding: 0;
        margin: 0;
        font-size: 12px;
        list-style: none;
        list-style: none;
    }

        .plan-features ul li + li {
            margin-top: 10px;
        }


.plan-name {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
}
.plan-pricing .btn {
    color: #ffffff !important;
    font-weight: 400;
}


.plan-features ul li {
    background: url(../img/greentick.png);
    background-position: 0px 4px;
    background-size: 10px;
    background-repeat: no-repeat;
    padding-left: 16px;
    color: #333333;
}

    .plan-features ul li.not-included {
        background-image: url(../img/red_close.png);
    }
.pricing-plan-box.pricing-team-plan {
    background: #f7f8fe;
}

.pricing-plan-box.pricing-creator-plan {
    background: #f0f2fd;
}

.pricing-plan-box.pricing-enterprise-plan {
    background: #e5e8fb;
}
.pricingModal .modal-header {
    padding: 14px 20px;
    box-sizing: border-box;
    background: #5e72e4;
}

    .pricingModal .modal-header button.close {
        padding: 0;
        margin: 0;
        color: #ffffff;
    }

    .pricingModal .modal-header h4 {
        color: #ffffff;
        font-size: 20px;
    }
.pricingModal .modal-footer {
    padding: 14px 20px;
}


/*email confirmation*/

.confirmation-card {
    max-width: 98%;
    margin: 0 auto;
    padding: 3rem 2rem;
    background: rgb(25 38 69);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 16px;
    backdrop-filter: blur(20px);
    text-align: center;
    box-shadow: 0 12px 30px rgba(0, 255, 136, 0.3);
    position: relative;
    z-index: 1;   
    width:600px;
}

.checkout-page .status-icon img {
    width: 100%;
    margin-bottom: 1rem;
    max-width: 460px;
}

.checkout-page h1 {
    color: #00ff88;
    font-size: 1.8rem;
    margin-bottom: 0.3rem;
}

.checkout-page .subtitle {
    color: #ffffff;
    margin-bottom: 2rem;
}

.checkout-page .summary-card {
    background-color: rgb(34 47 76);
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 2rem;
    text-align: left;
}

.checkout-page .summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    flex-wrap: wrap;
    gap: 2px;
    margin: 0 0 1rem;
}

.checkout-page .label {
    font-weight: 600;
    color: #fff;
}

.checkout-page .value {
    font-weight: 500;
    color: #fff;
}

.checkout-page .change-plan {
    margin-left: auto;
    font-size: 0.9rem;
    color: #11cdef;
    text-decoration: underline;
    margin-top: 0.5rem;
}

.checkout-page .actions {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.checkout-page .btn {
    padding: 0.75rem 1.6rem;
    border-radius: 8px;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 180px;
}

    .checkout-page .btn.ghost {
        background: transparent;
        border: 1px solid #00ff88;
        color: #00ff88;
    }

        .checkout-page .btn.ghost:hover {
            background-color: rgba(0, 255, 136, 0.1);
        }

    .checkout-page .btn.primary {
        background: #00ff88;
        color: #111;
        font-weight: bold;
        border: none;
        box-shadow: 0 4px 15px rgba(0, 255, 136, 0.3);
    }

        .checkout-page .btn.primary:hover {
            background: #00e67a;
        }


.checkout-page::after {
    display: inline-block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    content: '';
    opacity: 1;
    background: url(https://www.taxappealplus.com/assets/img/dot_bg.png);
}

.checkout-page {
    position: relative;
    padding: 7rem 0;
    background: linear-gradient(to bottom right, #0d1b40, #0e1a33);
    width: 100%;
    min-height:100vh;
    display:flex;
    align-items:center;
}
.custom-page-header{
    min-height:inherit;
    overflow:hidden !important;
}


/*email sent*/

.email-sent-box figure img {
    max-width: 110px;
}

.email-sent-box {
    text-align: center;
}

    .email-sent-box h3 {
        font-weight: 600;
        font-size: 1.5rem;
        margin-bottom: 0;
    }

    .email-sent-box p {
        margin: 10px 0;
        font-weight: 500;
        line-height: 24px;
        letter-spacing: normal;
    }

    .email-sent-box .not-received-email {
        margin-top: 20px;
    }

        .email-sent-box .not-received-email a {
            color: #5e72e4;
        }

            .email-sent-box .not-received-email a:hover {
                text-decoration: underline;
            }


@media only screen and (max-width:680px) {
    .pricing-main-popup-box {
        flex-wrap: wrap;
        flex-direction:column;
    }
}