/*css for the plugin*/
/*===my acccount css start===*/
.woocommerce-account  .site-header-wrapper{
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 40px;
    padding-bottom: 20px;
}
.active_status{
    background: #c9edc5;
    color: green;
    border-radius: 100px;
    padding: 5px 0px !important;
    font-size: 13px !important;
    width: 96px !important;
    text-align: center;
    display: block;
}
.cancel_status{
    background: #fdd3d3;
    color: #cf1c1c;
    border-radius: 100px;
    padding: 5px 0px !important;
    font-size: 13px !important;
    width: 96px !important;
    text-align: center;
    display: block;
}
.created_status{
    background: #c5e9ed;
    color: #004a80;
    border-radius: 100px;
    padding: 5px 0px !important;
    font-size: 13px !important;
    width: 96px !important;
    text-align: center;
    display: block;
}
#rzpay_upgrade_downgrade_form{
    display: flex;
    gap: 10px;
}
.woocommerce-account .woocommerce a{
    text-decoration: underline;
}
#rzpay_upgrade_downgrade_product{
    max-width: 350px;
}
#cancel_subscription{
    background: #ff3239;
    color: white;
    border-radius: 100px;
    padding: 12px 24px !important;
    font-size: 14px !important;
    font-weight: 500;
    border: none;
    cursor: pointer;
    font-family: "Inter";
}
p.order-again{
    display:none;
}
/*===my acccount css ends===*/

/* For Pricing Page Start */
.subscription-plans-grid {
    display: flex;
    gap: 40px;
    justify-content: center;
}

.subscription-plan-card {
    width: 37%;
    border: 1px solid #193758;
    border-radius: 8px;
    padding: 30px;
    background: #081422;
}
.subscription-plans-grid .subscription-plan-card:nth-child(2) h2{
    background-color: rgb(103 219 8 / 20%);
    color: #67db08;
}
.subscription-plan-card h2 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #fff;
    color: #3fc5ff;
    padding: 9px 18px;
    background-color: rgb(63 197 255 / 15%);
    display: inline-block;
    border-radius: 8px;
}
.plan-description{
    margin: 20px 0 20px 0;
}
.subscription-plan-card .price {
    font-size: 45px;
    font-weight: bold;
    margin-bottom: 0px;
    color: #fff;
}
.subscription-plan-card .price span{
    font-size: 14px;
    color: #cfcfcf;
}
.price-divider{
    border-top: 1px solid #193758;
    padding: 0 0 0 0;
    margin: 24px 0 24px 0;
}
.features-title{
    font-size: 20px;
    margin-bottom: 24px;
    color: #ffa341;
}
.subscription-plan-card ul {
    list-style: none;
    padding: 0 0 0 0;
    margin: 0px 0 40px 0;
    font-size: 16px;
    line-height: 1.6;
}
.subscription-plan-card ul li{
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}

.features.not-cover .features-title{
    color: #fff;
}

.features ul.features-list li::before{
    content: "\f00c";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 52%;
    transform: translateY(-50%);
	color: #57bf01;
}
.features.not-cover ul.features-list li::before{
    content: "";
    height: 5px;
    width: 5px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
}

.subscription-plan-card .btn-theme {
    width: 100%;
    border-radius: 8px;
    height: 50px;
    font-size: 18px;
}
/* For Pricing Page End */

.woocommerce-password-strength.short {
    color: #e35b5b;
}

.woocommerce-password-strength.bad {
    color: #f78b53;
}

.woocommerce-password-strength.good {
    color: #ffb900;
}

.woocommerce-password-strength.strong {
    color: #22b573;
}

/* === Checkout Error Notice — Force red text === */
.woocommerce-notices-wrapper .woocommerce-error,
.woocommerce-error {
    color: #e53935 !important;
}

.woocommerce-notices-wrapper .woocommerce-error li,
.woocommerce-error li {
    color: #e53935 !important;
}

/* Links inside error notices should also be red, not blue */
.woocommerce-notices-wrapper .woocommerce-error a,
.woocommerce-error a {
    color: #e53935 !important;
    text-decoration: underline;
}

.woocommerce-notices-wrapper .woocommerce-error a:hover,
.woocommerce-error a:hover {
    color: #b71c1c !important;
}
