.subscription-cancel-modal-bg  {
    padding: 100px;
    position: relative;
    height: 100%;
    overflow: auto;
}
.plixi-scroll-modal , .add-new-sub-account  {
    padding: 0 !important;
    overflow: unset !important;
    scrollbar-width: unset !important;
}
.plixi-scroll-modal-inner-wrapper{
     padding: 100px;
    position: relative;
    height: 100%;
    overflow: auto;
    width:100%;
}
.subscription-cancel-modal {
    padding: 0 !important;
    overflow: unset !important;
    scrollbar-width: unset !important;
}
.connectNew-Account-modal.add-new-sub-account.step-1 {
    overflow: hidden;
    scrollbar-width: unset;
    padding: 0;
}
.connectNew-account-inner-wrapper {
    position: relative;
    overflow: auto;
    height: 100%;
    padding: 100px;
    width: 100%;
}
.plixi-modal-inner-div {
    position: relative;
    height: 100vh;
    overflow-y: auto;
}
.plixi-modal-wrapper {
    overflow: hidden !important;
}
.autopilotModalClose-btn {
    position: absolute;
    right: 10px;
    top: 3px;
    display: block !important;
}
.ai-match-modal .autopilotModalClose-btn svg path {
    fill: #fff;
}
 .projected-growth-sec{
        width: 100%;
        display: flex;
        justify-content: center;
        border: 1px solid #E5E9EB;
        box-shadow: 0px 2px 4px rgba(27, 28, 29, 0.04);
        border-radius: 12px;
    }
    .current-growth{
        width: 100%;
        padding:20px 20px;
        background: linear-gradient(78.53deg, rgba(75, 37, 234, 0.05) 0%, rgba(189, 24, 230, 0.05) 30%, rgba(251, 89, 14, 0.05) 100%);
        border-top-left-radius: 12px;
        border-bottom-left-radius: 12px;
    }

    .projected-growth {
        width: 100%;
        background: rgba(213, 245, 197, 0.39);
        padding: 20px;
        border-top-right-radius: 12px;
        border-bottom-right-radius: 12px;
    }
    html[lang="pl"] .cur-pro-head {
        font-size: 13px;
    }
    .cur-pro-head{
        color: #364A63;
        font-weight: 700;
    }
    .projected-growth-sec .post-likes{
        display: flex;
        justify-content: space-between;
        background: #ffffff;
        align-items: center;
        margin: 20px 0px 0px 0px;
    }
    .projected-growth-sec .space-lft{
        margin-left: 7px;
        color: #364A63;
        font-weight: 700;
        text-decoration: none;
    }
    .post-comments{
        display: flex;
        justify-content: space-between;
        background: linear-gradient(to bottom, #F4EEFA, #FBEFF0);
        align-items: center;
    }
    .boost-f-checkout-button-back {
        border-radius: 4px;
        border: 0;
        color: #000;
        font-size: 16px;
        font-weight: 500;
        padding: 0;
        background-color: transparent;
        width: 100%;
        margin-top: 20px;
    }

    .boost-f-growth-checkout-sec {
        display: flex;
        flex-direction: column;
        gap: 30px;
        width: 100%;
    }
    .boost-f-checkout-button-back:focus {
        outline: none;
    }
    /* Invalid username Bootstrap modal must not stack over resume-my-growth full-screen overlay */
    body.resume-growth-modal-active #invalid-username-modal {
        display: none !important;
    }

    /* Resume My Growth Modal css */
    .resumeMyGrowth-Modal.pl-full-screen-dashboard-Modal {
        top: 0;
        position: fixed;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #000000d6;
        z-index: 99999;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: unset !important;
        scrollbar-width: unset !important;
    }
    .pl-full-screen-dashboard-Modal .pl-modal-white-bg {
        max-width:650px;
        border-radius: 10px;
        margin: auto;
        background: #ffffff;
        width: 100%;
        position: relative;
        width:100%;
    }
    .pl-dashborder-scroll {
        width: 100%;
        padding: 100px;
        height: 100%;
        overflow: auto;
    }
    .resumeGrowth-inner-wrapper {
        padding: 60px 40px;
    }
    .pl-Modal-title {
        font-weight: 700;
        font-size: 30px;
        line-height: 120%;
        letter-spacing: 0%;
        text-align: center;
    }
    .pl-instagramAccount-wrapper h4 {
        font-weight: 500;
        font-size: 20px;
        line-height: 120%;
        letter-spacing: 0%;
        color: #364A63;
        margin-bottom:5px;
    }
    .pl-social-select {
        position: relative;
        margin-bottom: 30px;
    }
    .pl-select-header{
        display:flex;
        align-items:center;
        gap:10px;
        border:1px solid #d0d5dd;
        padding:12px 14px;
        border-radius:10px;
        cursor:pointer;
        background:#fff;
        position: relative;
    }
    .pl-social-icon{
         width:22px;
    }
    .pl-insta-arrow{
     margin-left:auto;
     font-size:12px;
    }
    .pl-dropdown-list{
        display:none;
        border: 1px solid #d0d5dd;
        border-radius: 10px;
        padding: 15px;
        margin-top: 6px;
        background: #fff;
        box-shadow: 0px 8px 24px 0px #00000026;
        position: absolute;
        left: 0;
        right: 0;
        top: 32px;
        z-index: 9;
    }
    .pl-label{
        font-size:14px;
        color:#667085;
        margin-bottom:10px;
    }

    .pl-option{
        display:flex;
        align-items:center;
        gap:10px;
        padding:10px;
        border-radius:8px;
        cursor:pointer;
    }
    .pl-option img{
        width:32px;
        height:32px;
        border-radius:50%;
    }
    .pl-option img.pl-option-platform-icon {
        width: 24px;
        height: 24px;
        border-radius: 4px;
        object-fit: contain;
    }
    .pl-option.selected{
        border:2px solid #2E90FA;
    }
    .pl-check{
        margin-left:auto;
        display:none;
        color:#2E90FA;
    }
    .pl-selected {
        width: 100%;
    }
    .pl-option.selected .pl-check{
        display:block;
    }
    select.pl-social-dropdown {
        font-weight: 500;
        font-size: 16px;
        line-height: 120%;
        letter-spacing: 0%;
    }
    .pl-social-select .pl-social-dropdown {
        border: 0;
        width: 100%;
        position: absolute;
        left:10px;
        top: 0;
        bottom: 0;
        background: transparent;
        padding: 0 40px;
        height: 50px;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }
    .pl-instagramAccount-wrapper {
        width: 100%;
        margin: 0 auto 0;
        padding: 20px 0;
        max-width:540px;
    }
    .pl-social-dropdown:focus-visible {
        outline: none !important;
    }
    .pl-insta-arrow {
        position: absolute;
        right: 10px;
    }
    .pl-insta-arrow svg {
        width: 15px;
        height: 10px;
        stroke: #475467;
    }
    .pl-price-toggle a {
        color: #0F172A;
        width: 50%;
        display: inline-flex !important;
        font-weight: 500;
        font-size: 16px;
        line-height: 120%;
        letter-spacing: 0%;
        vertical-align: middle;
        padding: 10px;
        border-radius: 50px !important;
        justify-content: center;
    }
    .pl-discountContent {
        position: absolute;
        right: 7px;
        width: 72px;
        height: 23px;
        border-radius: 100px;
        border: 1px solid #289155;
        background: #BEFAD8;
        display: flex;
        align-items: center;
        padding: 2px 2px;
        font-size: 12px;
        justify-content: center;
        font-weight: 600;
        top: -10px;
    }
    .pl-plan-card {
        border: 2px solid #E1E5EF;
        border-radius: 10px 10px;
        padding: 30px 20px 20px 20px;
        margin-bottom: 20px;
    }
    .pl-plan-card.selected {
       border: 4px solid transparent;
        border-radius: 14px;
        background: linear-gradient(white, white) padding-box, conic-gradient(from 186.1deg at 51.1% 54.29%, #fc405d -146.99deg, #0077ff 37.15deg, #f29dff 125.08deg, #fc405d 213.01deg, #0077ff 397.15deg) border-box;
    }
    .pl-plan-header {
        display: flex;
        justify-content: space-between;
    }
    .pl-plan-header h2 {
        font-size: 20px;
        font-weight: normal;
    }

    .pl-plan-header h2 strong {
        font-weight: 700;
    }
    .pl-radio{
        width:20px;
        height:20px;
        border:2px solid #F6F6F6;
        border-radius:50%;
        display:inline-block;
        position:relative;
        cursor:pointer;
    }
    .pl-radio.selected::after{
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 16px;   /* adjust size as needed */
        height: 16px;
        background-image: url('https://cdn.plixi.com/landing/assets/img/check-radio-icon.svg');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
    .pl-billed {
        display: inline-block;
        position: relative;
        border-radius: 100px;
        padding: 2px; /* space for border */
    }

    .pl-billed-inner {
        position: relative;
        z-index: 1;
        display: inline-block;
        padding: 3px 4px; /* inner padding */
        border-radius: 100px;
        font-weight: 500;
        font-size: 12px;
        line-height: 120%;
        text-align: center;
        background: linear-gradient(137.12deg, #FF5050 -8.64%, #FED418 99.09%);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
    }
    .pl-plan-price-row {
        display: flex;
        justify-content: space-between;
        margin: 20px 0;
    }
    .pl-price {
        font-weight: 700;
        font-size: 20px;
        color: #111827;
    }
    .pl-price span {
        font-size: 16px;
    }
    .pl-plan-desc {
        font-weight: 400;
        font-size: 14px;
        line-height: 150%;
        letter-spacing: 0%;
        color: #475467;
        margin-bottom: 20px;
    }
    .pl-features li {
        font-weight: normal;
        font-size: 14px;
        line-height: 120%;
        letter-spacing: 0%;
        margin-bottom:5px;
        color: #111827;
        position: relative;
        display: grid;
        grid-template-columns: 12fr 1fr;
    }
    .pl-features li img {
        margin-right: 10px;
    }
    .pl-billed::before {
        content: '';
        position: absolute;
        top: 0; left: 0; right: 0; bottom: 0;
        border-radius: 100px;
        padding: 1px; 
        background: linear-gradient(137.12deg, #FF5050 -8.64%, #FED418 99.09%);
        -webkit-mask:  linear-gradient(#fff 0 0) content-box,  linear-gradient(#fff 0 0);
        -webkit-mask-composite: destination-out;
        mask-composite: exclude;
        z-index: 0;
    }
    .pl-features.extra li {
        font-weight: 500;
    }
    .pl-planCard-border {
        position: relative;
        border-top: 0;
        margin-bottom: 20px;

    }
    .pl-planCard-border:before {
        padding: 1px;
        z-index: 0;
        content: "";
        width: 100%;
        left: 0;
        position: absolute;
        top: 0;
        height: 9px;
        border-radius: 10px 10px 0 0;
        background: #000000;
    }
    .pl-features li span .fa-question-circle {
        color: #8094AE;
    }
    .dashboard-modal-btn-wrapper {
        text-align: center;
        padding-top: 20px !important;
    }
    .dashboard-modal-btn-wrapper  .pl-main-btn {
        height: 70px !important;
        align-items: center !important;
        border: 5px solid transparent;
        box-sizing: border-box;
        background: linear-gradient(#111827, #111827) padding-box,
        conic-gradient(
                from 186.1deg at 51.1% 54.29%,
                #fc405d -146.99deg,
                #0077ff 37.15deg,
                #f29dff 125.08deg,
                #fc405d 213.01deg,
                #0077ff 397.15deg
            )
            border-box;
                justify-content: center !important;
                border-radius: 100px;
                color: #fff;
                padding:0 78px;
                font-size:20px;
    }
    .log_out_button.link {
        font-weight: 700;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 0%;
        text-align: center;
        margin-top: 30px;
        color: #a0aec0;
    }
    .social-modal-hr {
        margin:40px 0 40px 0;
    }
    .dontHeveAccount-heading {
        padding: 30px 0 0;
        font-weight: 700;
        font-size: 24px;
        line-height: 120%;
        letter-spacing: 0%;
        text-align: center;
    }
    .add-accout--btn {
        align-items: center !important;
        border: 5px solid #D8D8D8;
        box-sizing: border-box;
        border-radius: 100px;
        padding: 15px 10px;
        color: #fff;
        position: relative;
        display: inline-block;
        width: 50%;
        font-weight: 500;
        font-size: 16px;
        line-height: 120%;
        letter-spacing: 0%;
        text-align: center;
        background: #000000;
    }
    .add-accout--btn:hover {
        color: #000000;
    }
    .add-accout--btn span {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
    }
    .pl-instagramAccount-wrapper .dontHeveAccount-heading {
        font-weight: 700;
        margin-top: 10px;
    }
    .previewYourGrowth-wrapperDiv:hover {
        color: #111827;
    }
    .previewYourGrowth-wrapperDiv span svg {
        margin-top: -3px;
        margin-left: 4px;
        width: 14px;
        height: 14px;
        object-fit: contain;
    }
    .pl-tooltiptext-content {
        text-align: center;
        padding: 10px 16px;
        color: #fff;
        font-size: 12px;
        line-height: 20px;
        background: #86939e;
        box-shadow: 0 10px 20px rgba(0,0,0,0.15);
        border-radius: 6px;
        position: absolute;
        visibility: hidden;
        bottom: 140%;
        left: 50%;
        transform: translateX(-45%);
        width: 230px;
    }
    .pl-tooltiptext-content:before{
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        border-width: 6px;
        border-style: solid;
        border-color: #86939e transparent transparent transparent;
    }
    .pl-tooltip {
        text-align: right;
        position: relative;
        display: inline-block;
    }
    .pl-tooltip:hover .pl-tooltiptext-content {
        visibility: visible;
    }
    .add-accout-social-btn span {
        display: flex;
        align-items: center;
        gap: 20px;
        justify-content: center;
    }
    .previewYourGrowth-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        text-align: center;
        width:80%;
        margin: 0 auto;
    }
    .add-accout--btn  .pl-social-icon {
        padding-right: 5px;
    }
    .pl-resumeMyGrowth-subHeading {
        font-size: 12px;
    }
    /* Resume My Growth Modal css */
    /* toggle ui */
    .pl-instagramAccount-wrapper .segmented-control {
        background-color: rgba(225, 229, 235, 1);
        border: 3px solid #d4ddea;
        border-radius: 100px;
        box-sizing: border-box;
        display: inline-flex;
        flex-direction: row-reverse;
        padding: 6px;
        font-size: 16px;
        gap: 10px;
        border-radius: 100px;
    }
    .pl-instagramAccount-wrapper .segmented-control-button.selected {
        background-color: #0077ff !important; 
        color: #fff !important;
    }
    .pl-instagramAccount-wrapper .toggle-yearly-growth-plan.segmented-control-button._2.w-inline-block > div.toggle-yearly-slide{
        width: 50px;
    }
    .pl-instagramAccount-wrapper .toggle-yearly-growth-plan.segmented-control-button._2.w-inline-block.selected > div.toggle-yearly-slide{
        color: #fff !important;
        width: 50px;
    }
    .pl-instagramAccount-wrapper .segmented-control-button._1.w-inline-block {
        align-items: center;
        background-color: transparent;
        border-color: rgba(0, 0, 0, 0.1);
        border-radius: 100px;
        box-sizing: border-box;
        color: #002129;
        display: flex;
        max-width: 100%;
        margin-left: 0 !important;
        padding: 10px 25px;
        text-decoration: none;
        transition: all .2s cubic-bezier(.77, 0, 0.175, 1);
        font-weight: 500;;
        font-size: 16px;
    }
    .pl-instagramAccount-wrapper .segmented-control-button._2.w-inline-block {
        background-color: transparent;
        padding: 0px 25px;
        font-weight: 500;
        height: 44px !important;
        display: flex !important;
        width: 100%;
        gap:5px;
    }
    .pl-instagramAccount-wrapper .badge {
        font-family: "Plixi", sans-serif;
        background-color: rgba(230, 242, 255, 1) !important;
        border-radius: 100px;
        box-sizing: border-box;
        color: rgba(0, 119, 255, 1) !important;
        font-size: 12px;
        line-height: 1.75;
        padding: 0.05rem 0.35rem;
        letter-spacing: 0px;
        font-weight: 500;
        border: 0;
        border-radius: 100px !important;
        margin-left: 10px;
    }
    .addNewAccount-HeadingWrapper{
        text-align: center;
    }
    .addNewAccount-HeadingWrapper .pl-resumeMyGrowth-subHeading {
        margin-bottom: 30px;
    }
    .add-accout--btn:hover {
        color: #fff;
    }
    .pl-planCard-border.selected:before {
        width: 100%;
        left: 0;
    }
    /* end toggle ui */
    /* modal css */
    html.no-scroll{
        overflow: hidden;
    }
    .suggestions-list {
        transition: opacity 0.16s ease-in-out;
        color: #a0aec0;
        padding: 10px 10px;
        border-radius: 5px;
        box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06), 0 10px 15px rgba(0, 0, 0, 0.07);
        background: white;
    }
    .suggestions-list .label {
        font-size: 13px;
    }
    .suggestions-list .name {
        font-size: 12px;
        line-height: normal;
    }
    .suggestions-list .suggestion {
        padding-bottom: 10px;
    }
    .suggestions-list .label svg {
        width: 10px;
        height: 10px;
        object-fit: contain;
    }
@media (max-width: 768px) 
{
    .connectNew-Account-modal{
        padding:0;
    }
    .subscription-cancel-modal-bg {
        padding: 0;
    }
    .plixi-scroll-modal-inner-wrapper , .add-new-sub-account-container{
        padding: 0;
        width:90%;
    }
    .plixi-scroll-modal-inner-wrapper {
        width:100% !important;
    }
    .connectNew-account-inner-wrapper{
        padding: 0;
        position: unset;
        overflow: unset;
        height: unset;
        width: unset;
    }
    .connectNew-account-inner-wrapper .add-new-sub-account-container {
        margin-top: 0 !important;
    }
    .plixi-aimatch-modal .lead {
        text-align: left;
        font-size: 12px !important;
        line-height: normal;
    }
    .plixi-aimatch-modal h5.title.pb-1 {
       font-size: 16px !important;
        line-height: 30px !important;
    }
    .plixi-aimatch-modal   h3.nk-block-title.fw-normal {
        font-size: 18px;
    }
    .subscription-cancel-modal .add-new-sub-account-container {
        max-width: 90%;
        width: 90%;
    }
    .subscription-cancel-modal .add-new-sub-account-container {
        max-width: 90%;
        width: 90%;
    }
    .add-new-sub-account .add-new-sub-account-container-plan {
        width: 100%;
        max-width: 90%;
    }
    .plixi-scroll-modal .add-new-sub-account-container {
        max-width: 90%;
        width: 90%;
    }
    .cancel_pop_start.cancel_container.cancel_step_1.subscription-cancel-modal .subscription-cancel-modal-bg .add-new-sub-account-container-plan{
        width: 90%;
    }
    .projected-growth-sec{
        flex-direction: column;
    }
    .current-growth , .projected-growth {
        border-radius: 0;
    }
    .projected-growth-sec .post-likes{
        margin: 7px 0px 12px 0px;
    }
    .boost-f-growth-checkout-sec {
        width: 100%;
        gap: 20px;
    }
    .pl-dashborder-scroll {
        padding: 10px 10px;
    }
    .resumeGrowth-inner-wrapper {
        padding: 40px 20px;
    }
    .pl-Modal-title {
        font-size: 24px;
    }
    select.pl-social-dropdown {
        font-size: 13px;
    }
    .pl-social-icon {
        width: 20px;
        height: 20px;
        object-fit: contain;
    }
    .pl-social-select {
        padding: 10px 10px;
    }
    .pl-discountContent {
        font-size: 12px;
    }
    .dashboard-modal-btn-wrapper .pl-main-btn {
        width: 100%;
        text-align: center;
    }
    .dashboard-modal-btn-wrapper .pl-main-btn {
        padding: 10px 10px;
    }
    .addNewAccount-wrapper {
        flex-flow: column;
    }
    .previewYourGrowth-wrapper {
        width: 100%;
        margin-top: 20px;
    }
    .add-accout--btn {
        font-size: 14px;
        padding: 10px 10px;
    }
    .pl-instagramAccount-wrapper .toggle-yearly-growth-plan.segmented-control-button._2.w-inline-block > div.toggle-yearly-slide {
        font-size: 12px;
    }
    .pl-instagramAccount-wrapper .badge {
        font-size: 10px !important;
    }
    .pl-instagramAccount-wrapper a#monthlyButton.toggle-monthly-growth-plan.segmented-control-button._1.w-inline-block{
        font-size: 12px;
    }
    .pl-features li > span {
        display: grid;
        gap: 2px;
        grid-template-columns: 1fr 11fr 1fr;
        font-size: 12px;
    }
    .pl-tooltip {
        display: inline-block !important;
        text-align: right;
    }
    .pl-tooltiptext-content {
        max-width: 90vw;
        width: max-content;
        left: 0;
        right: 0;
        transform: translateX(-83%);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    }
    .pl-tooltiptext-content:before {
        display: none;
    }
    html[lang="es"] .log_out_button.link {
        font-size: 12px;
    }
    html[lang="ar"] .log_out_button.link {
        font-size: 12px;
    }
    html[lang="de"] .log_out_button.link {
        font-size: 10px;
    }
    html[lang="pl"] .log_out_button.link {
        font-size: 10px;
    }
    html[lang="pt"] .log_out_button.link {
        font-size: 14px;
    }
    html[lang="fr"] .log_out_button.link {
        font-size: 14px;
    }
    html[lang="it"] .log_out_button.link {
        font-size: 13px;
    }
    html[lang="ko"] .log_out_button.link {
        font-size: 13px;
    }
    .aimatch_upgrade_modal_openpay_modal {
        margin-top: 0 !important;
    }
    #aimatchModal .modal-dialog .modal-content .modal-body{
        padding-top: 15px !important;
    }
    .aimatch-content {
        font-size: 12px;
    }
    #aimatchUpgradeButton {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .plixi-modal-inner-div .modal-dialog-centered .modal-header .close{
        padding-right: 0;
    }
    /* .plixi-modal-inner-div .modal-dialog.modal-dialog-centered.modal-lg {
        top: 30px !important;
    } */
    /* end modal css */
    .ui-autocomplete {
        min-width: unset;
        max-width: 100%;
        left: 0 !important;
        right: 0 !important;
        margin: 10px auto 0;
        max-width: 84%;
    }
    .search-popup-container {
        max-width: 90% !important;
        overflow: hidden;
    }
    .search-popup-container .popup-title.text-center span {
        word-wrap: break-word;
        font-size:20px;
    }
    .suggestions-list {
        max-width: 100%;
        overflow-x: hidden;
    }
    .suggestion {
        padding: 5px 5px 5px 5px;
    }
}