/*************************Pricing tab css Start **************************/

.pricing-section {
    display: flex;
    gap: 20px;
}
.pricing-header p {
    font-size: 24px;
    font-family: 'Raleway';
}
.pricing-price {
    font-size: 34px;
    font-weight: 600;
    /* font-family: 'Raleway'; */
}
ul.pricing-features li {
    padding-top: 7px;
    font-family: "Raleway", Sans-serif;
    font-size: 20px;
}
.custom_pmpro_account .pricing-cta a {
    /* background: #0f4c81; */
    padding: 10px 35px;
    border-radius: 50px;
    font-size: 22px !important;
    text-decoration: none !important;
    color: #0f4c81!important;
    /* width: 100% !important; */
    /* float: left; */
    display: inline-block !important;
    border: 1px solid #0f4c81;
}
.pricing-cta {
    margin-top: 30px;
    text-align: center;
    margin-bottom: 30px;
}
.pricing-box {
    box-shadow: 0 0 5px;
    border-radius: 16px;
    padding: 13px;
    background: #fff;
}
.pricing-section {
    display: grid;
    gap: 20px;
    justify-content: space-between !important;
    grid-template-columns: 1fr 1fr 1fr;
}

.pricing-cta a:hover {
    background: #000;
    color: #fff !important;
}


/*************************Pricing tab css End **************************/





.pmpro a {
    color: #0F4C81;
    /*color: #00bfff;*/
    font-weight: 600;
}
.cancel-subscription-btn {
    position: relative;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 13px;
    padding: 4px 10px 6px;
}
.cancel-subscription-btn::after {
    content: "Cancel Subscription";
    position: absolute;
    bottom: 110%;
    left: 50%;
    transform: translateX(-50%);
    background: #000;
    color: #fff;
    padding: 5px 10px;
    font-size: 10px;
    border-radius: 4px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease-in-out;
}

.cancel-subscription-btn:hover::after {
    opacity: 1;
    visibility: visible;
}
button.trigger-button {
    padding: 0px;
    background: transparent;
    color: #6e53f5;
    border: none;
    font-size: 13px;
    text-decoration: underline;
}
.overlay.sec {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.6);
            backdrop-filter: blur(6px);
            z-index: 1000;
            animation: fadeIn 0.3s ease-out;
        }

        .overlay.sec .popup-sec {
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%) scale(0.7);
            background: white;
            padding: 40px;
            border-radius: 24px;
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
            width: 90%;
            max-width: 480px;
            z-index: 1001;
            opacity: 0;
            transition: all 0.3s ease-out;
            background-image: 
                radial-gradient(circle at 0% 0%, rgba(79, 70, 229, 0.03) 0%, transparent 50%),
                radial-gradient(circle at 100% 100%, rgba(124, 58, 237, 0.03) 0%, transparent 50%);
            border: 1px solid rgba(255, 255, 255, 0.1);
        }

        .overlay.sec .popup-sec.active {
            transform: translate(-50%, -50%) scale(1);
            opacity: 1;
        }

        .overlay.sec .close-button {
            position: absolute;
            top: 20px;
            right: 20px;
            background: rgba(243, 244, 246, 0.8);
            border: none;
            font-size: 20px;
            cursor: pointer;
            color: #6B7280;
            padding: 8px;
            line-height: 1;
            border-radius: 50%;
            width: 36px;
            height: 36px;
            transition: all 0.2s;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .overlay.sec .close-button:hover {
            background: rgba(243, 244, 246, 1);
            color: #374151;
            transform: rotate(90deg);
        }

        .overlay.sec .popup-content {
            position: relative;
        }

        .overlay.sec .popup-content h2 {
            margin: 0 0 12px 0;
            color: #000;
            font-size: 28px;
            font-weight: 700;
            background: var(--primary-gradient);
            -webkit-background-clip: text;
            /*-webkit-text-fill-color: transparent;*/
            line-height: 1.2;
        }
.overlay.sec .popup-content p {
    margin-bottom: 5px !important;
}
.overlay.sec .popup-content {
    text-align: center;
}
        .overlay.sec .popup-content p {
            margin: 0 0 32px 0;
            color: #4B5563;
            font-size: 16px;
            line-height: 1.6;
        }

        
        @keyframes fadeIn {
            from { opacity: 0; }
            to { opacity: 1; }
        }

        @keyframes slideUp {
            from { transform: translateY(20px); opacity: 0; }
            to { transform: translateY(0); opacity: 1; }
        }

        

        @media (max-width: 640px) {
            .overlay.sec .popup-sec {
                padding: 32px;
                width: 95%;
            }

            .overlay-sec .popup-content h2 {
                font-size: 24px;
            }
        }

        /* Decorative elements */
        .overlay.sec .decorative-shape {
            position: absolute;
            width: 80px;
            height: 80px;
            border-radius: 50%;
            background: linear-gradient(45deg, rgba(79, 70, 229, 0.1), rgba(124, 58, 237, 0.1));
            z-index: -1;
        }

        .overlay.sec .shape-1 {
            top: -20px;
            left: -20px;
        }

        .overlay.sec .shape-2 {
            bottom: -20px;
            right: -20px;
            background: linear-gradient(45deg, rgba(59, 130, 246, 0.1), rgba(37, 99, 235, 0.1));
        }
        
        
        
        
        
        

/*** PMPRO Account CSS start Here **/
    
    
div.custom_pmpro_account ul.tabs{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
div.custom_pmpro_account ul.tabs li {
    background: #00BFFF;
    color: #222;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
    font-family: "Montserrat", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    border-radius: 10px 10px 0 0;
    padding: 15px 40px 15px 40px;
    color: #fff;
    transition: all .3s;
}

div.custom_pmpro_account ul.tabs li.current {
            background: #0F4C81;
            color: #fff;
}

div.custom_pmpro_account .tab-content {
    display: none;
    /*background: #ededed;*/
    padding: 30px 20px 15px;
    border-radius: 0px 10px 10px 10px;
    background-image: linear-gradient(180deg, #FFFFFF 0%, #00BFFF 100%);
    box-shadow: 0 0 10px #0000002e;
}

div.custom_pmpro_account .tab-content.current{
	display: inherit;
}
.site-main .page-header {
    text-align: center;
    color: #fff;
    margin-bottom: 40px;
}

div.custom_pmpro_account h2.pmpro_section_title.pmpro_font-x-large {
    font-family: "Montserrat", Sans-serif;
    font-size: 24px;
    font-weight: 600;
}
div.custom_pmpro_account h3.pmpro_card_title {
    font-size: 18px;
    padding: 20px 20px 0;
}
div.custom_pmpro_account .pmpro_card_content {
    padding: 20px;
}

div.custom_pmpro_account .pmpro_card .pmpro_card_actions {
    padding: 10px 20px;
}
div.custom_pmpro_account .account-content .pmpro .pmpro_section{
    margin: 0 0 20px;
}
div.custom_pmpro_account ul.tabs li:hover {
    background: #0F4C81;
}
div.custom_pmpro_account a {
    color: #0f4c81;
    font-size: 14px;
    font-weight: 600;
}
div.custom_pmpro_account .pmpro_tag-success {
    background-color: #0F4C81;
    color: #fff;
    border-color: #0F4C81;
    border-radius: 99px;
}
.custom_pmpro_account {
    padding: 0 0 50px;
}
.site-main .page-header h1.entry-title {
    font-family: "Montserrat", Sans-serif;
    font-size: 60px;
    font-weight: 600;
    color: #FFFFFF;
}
.custom_pmpro_account .account-content form#inviteForm  label {
    font-size: 16px;
    font-weight: 600;
}
.custom_pmpro_account .account-content form#inviteForm div {
    margin-bottom: 10px;
}
.custom_pmpro_account .account-content form#inviteForm div input {
    margin-top: 2px;
    border-color: #d3d3d3;
    border-radius: 6px;
}
.custom_pmpro_account .account-content form#inviteForm p {
    text-align: right;
}
.custom_pmpro_account .account-content form#inviteForm button {
    /* border-color: #fff; */
    background-color: #0F4C81;
    /* font-family: "Montserrat", Sans-serif; */
    font-size: 16px;
    font-weight: 600;
    fill: #fff;
    color: #fff;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FFFFFF;
    border-radius: 100px 100px 100px 100px;
    padding: 13px 30px 13px 30px;
    line-height: normal;
}
.custom_pmpro_account .account-content form#inviteForm button:hover {
    background-color: #00BFFF;
    color: #FFFFFF;
}
.custom_pmpro_account form#inviteForm {
    box-shadow: rgb(155 155 155 / 20%) 0px 7px 29px 0px;
    background-color: #ffffff;
    padding: 20px 20px 10px;
    width: 100%;
    max-width: 570px;
    margin: 20px auto 30px;
    border-radius: 10px;
}
.unsuccess_stripe_msg ,
.success_stripe_msg {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    padding:12px 20px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
    width: 100%;
    max-width: 570px;
    margin: 0 auto;
}
.unsuccess_stripe_msg {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
button.main-btn-rect.popup-btn {
    background: #0f4c81;
    color: #ffffff;
    border-color: #0f4c81;
    margin-bottom: 10px;
}
.main-btn-circle {
    position: absolute;
     margin: 0; 
    font-family: 'Roboto', sans-serif;
    color: #FFFFF0;
    background-color: #00BFFF;
    text-transform: uppercase;
    font-size: 25px;
    letter-spacing: 1px;
    outline: none;
    cursor: pointer;
    z-index: 100;
    top: -15px !important;
    right: -13px;
}


.main-btn-circle {
    height: 29px;
    width: 29px;
    -webkit-border-radius: 50%;
    border-radius: 100%;
    line-height: 29px;
    -webkit-transition: box-shadow 0.3s;
    -o-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
    align-items: center;
    text-align: center;
    font-size: 12px;
    font-weight: 800;
}
.main-btn-circle:hover{   
  -webkit-box-shadow: inset 2px 1px 0px 20px rgba(255, 255, 240, 0.2);
  -moz-box-shadow: inset 2px 1px 0px 20px rgba(255, 255, 240, 0.2);
  box-shadow: inset 2px 1px 0px 20px rgba(255, 255, 240, 0.2);
}


@media screen and (max-width: 600px) {
    
    div.custom_pmpro_account ul.tabs li {
    border-radius: 10px;
    padding: 15px 30px 15px 30px;
    width: 100%;
    margin-bottom: 6px;
}
div.custom_pmpro_account .tab-content {
    border-radius: 10px;
}
.site-main .page-header h1.entry-title {
    font-size: 30px;
}
.site-main .page-header {
    margin-bottom: 20px;
    margin-top: 20px;
}
div.custom_pmpro_account .pmpro_card .pmpro_card_actions {
    display: flex;
    flex-wrap: wrap;
}
.unsuccess_stripe_msg, .success_stripe_msg {
    font-size: 14px;
}
.custom_pmpro_account .account-content form#inviteForm  label {
    font-size: 14px;
}
.custom_pmpro_account form#inviteForm {
    margin: 20px auto 20px;
}
}
/*** PMPRO Account CSS end Here **/

/*------------------*/

.admin-subscriptions-section {
    margin-top: 40px;
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.admin-subscriptions-section h3 {
    margin-bottom: 15px;
    font-size: 1.5em;
    color: #333;
}

.admin-subscriptions-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

.admin-subscriptions-table th,
.admin-subscriptions-table td {
    padding: 10px;
    border: 1px solid #ddd;
    text-align: left;
}

.admin-subscriptions-table th {
    background-color: #f5f5f5;
    font-weight: bold;
}

.admin-subscriptions-table tr:nth-child(even) {
    background-color: #f9f9f9;
}