/*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===*/