    body {
        background: #F1F1F0;
    }

    /* Nav bar section */
    #container01 .ptc-license-header>.inner>div:first-child {
        width: 17% !important;
    }

    #container01 .ptc-license-header>.inner>div:last-child {
        width: 83% !important;
    }

    #container01 .wrapper {
        border-bottom: 1px solid #000000;
    }

    .account-content .sidebar {
        border-right: 1px solid #000000;
    }

    #container01 .ptc-license-header>.inner>div>div {
        text-align: left;
    }

    #UserDropdown span {
        font-size: 1rem;
    }

    #userdrop {
        position: absolute !important;
        top: 5% !important;
        left: 18% !important;
    }

    .pi-purchased-products {
        background-color: #C0C0C04D;
        border-radius: 10px;
        padding: 0 6px;
    }

    .rango-toggle:before {
        font-family: "Font Awesome 5 Free";
        content: "\f0c9";
        font-weight: 900;
    }

    /* left side bar */
    .pitch-left-side-nav li {
        color: #3f3f3f;
        font-weight: 500;
    }

    .pitch-left-side-nav .active {
        color: #1668D7 !important;
    }

    .account-content .sidebar .customer-sidebar .navigation li:hover {
        background: transparent !important;
    }

    .account-content .sidebar .customer-sidebar .navigation.pitch-left-side-nav li:hover :is(span, i) {
        color: #051aff !important;
    }

    /* Dashborad heading */
    .card.round-box {
        background-color: #E2E2E2 !important;
    }

    .card.plugin-box {
        background: #C0C0C04D !important;
        margin-top: 0px !important;
    }

    .pi-purchased-products .card.plugin-box {
        background: unset !important;
    }

    #vplugin input[type="text"] {
        border-bottom: 3px solid #cecccc !important;
        text-align: center;
        text-transform: uppercase;
        border-radius: 0;
        font-size: 13px;
    }

    #payment .btnblue {
        background-color: #0C5CFF !important;
        border: none;
        border-radius: 15px !important;
        padding: 15px !important;
    }

    #payment .btnblue:hover {
        border: none !important;
    }

    #payment .btninlineblue {
        background-color: #0C5CFF !important;
        border: none;
        border-radius: 10px !important;
        font-size: 12px !important;
        color: #fff;
        padding: 10px !important;
    }

    .fw5.pitch-main-head {
       color: rgba(63, 63, 63, 0.8);
    font-weight: 600;
    font-size: 1.5rem !important;
    text-wrap: nowrap;
    }


    .pitch-reg-prd {
        color: #1668d7;
        display: inline-block;
        padding-right: 15px;
        font-size: 20px;
        font-weight: 500 !important;
        text-align: end;
    }

    .pitch-license-key-container {
        width: 55%;
    }

    .pitch-license-key {
        box-shadow: 0px 10px 20px 1px #0000000f;
    }

    .pitch-license-key .btn1 {
        background: #0C5CFF;
        border: none;
        font-size: 16px;
        color: #ffffff;
        border-radius: 10px;
        text-wrap: nowrap;
        font-weight: 500;
        padding: 8px 0px;
        width: 130px;
    }

    .btn1-plus {
        font-size: 23px;
        font-weight: 600;
        line-height: 1;
    }

    /* acordian */
    #collapseOne.accordion-collapse:last-child hr {
        display: none !important;
    }

    #collapseTwo .product:last-child hr {
        display: none !important;
    }

    .freetrial-section hr,
    .loyalty-section hr {
        border-top: none;
        height: 2px;
        opacity: 1;
        background: #0000000f;
       
    }

    .pitch_license .accordion-top .accordion-button {
        background: transparent;
    }

    .pitch_license .accordion-top .accordion-button:focus {
        box-shadow: none !important;
    }

    .pitch_license .accordion-top .accordion-item {
        background-color: #DFE5F2;
        padding-bottom: 0.5rem !important;
        border: none;
        border-radius: 10px;
    }

    .pitch_license .freetrial-section .accordion-item {
        background-color: #F2E4DF;
        padding-bottom: 0.5rem !important;
        border: none;
        border-radius: 10px;
    }

    .pitch_license .accordion-button:not(.collapsed) {
        color: #000000;
        background-color: transparent !important;
        box-shadow: none !important;
    }

    .pitch_license .accordion-top .accordion-button::after {
        background-color: #515151;
        color: #fff !important;
        padding: 1rem;
        border-radius: 50%;
        background-image: none;
        content: "\f107";
        font-size: 25px !important;
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: "FontAwesome";
        height: 40px !important;
        width: 40px !important;
    }

    .pitch_license .accordion-button[aria-expanded="true"]::after {
        transform: rotate(180deg);
        background-color: #c2cde4 !important;
        color: var(--black-clr) !important;
    }

    .pitch_license .accordion-button[aria-expanded="false"]::after {
        transform: rotate(0);
    }

    .pitch_license .accordion-top .accordion-body {
        padding: 0rem;
    }

    .pitch_license .accordion-top .accordion-item {
        padding: 0rem;
    }

    /* acoordion style end  */



    .shop_plugin_section {
        padding: 20px 10px !important;
        background-color: rgba(223, 229, 242, 1);
        border-width: 1px 0px 1px 0px;
        border-style: solid;
        border-color: rgba(95, 95, 95, 0.6);
    }


    /* Accordian content */
    .pitch_license .accordion-button .loyalty-head {
            font-size: 1.13rem !important;
    font-weight: 700;
    color: #192A3E;
    }

    .loyalty-sub-head img {
        width: 19px;
    }

    .pitch-pct-box {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 15px;
        /*padding-bottom: 20px;*/

    }

    .pitch-pct-box .pitch-pct-img {
        width: 20%;
    }

    /*.pitch-pct-box div:nth-child(1) {*/
    /*  width: 20%;*/
    /*}*/
    .pitch-pct-box div:nth-child(2) {
        width: 60%;
    }

    .pitch-pct-box div:nth-child(3) {
        width: 20%;
    }

    /*.pitch-pct-box div:nth-child(3) {*/
    /*  width: 16%;*/
    /*}*/

    .pitch-offer-content h4 {
        font-size: 16px;
        font-weight: 600;
    }

    .pitch-offer-content p {
        font-family: 'Inter';
    }

    .f-inter {
        font-family: 'Inter', sans-serif !important;
    }

    .pitch-red-text {
        color: #ff0000;
    }

    .pitch-trial-red-text {
        color: #ff0000;
        width: 100% important;
        text-wrap: nowrap;
        font-size: 15px;
        font-weight: 400;
        /*display:flex;*/
        /*flex-direction: column;*/
        /*align-items:center;*/
    }

    .freetrial-section .ptc-license-buybtn {
        width: 100% !important;
    }

    .pitch-strike-price {
        color: #ff0000;
        font-size: 19px;
        font-weight: 600;
        text-wrap: nowrap;
    }

    .pitch-strike-price span {
        text-decoration: line-through;
    }

    .pitch-aco-pct-name {
        border-bottom: 1px solid black;
    }

    .pitch-buy-now-btn {
        border-radius: 5px !important;
    }

    /*    Licenses Section    */
    .pitch-ins-btn {
        background: #0C5CFF;
    padding: 2px 10px;
    font-size: 12px;
    border-radius: 5px !important;
    color: #fff;
    display: flex
;
    align-items: center;
    justify-content: space-between;
    width: 115px;
    box-shadow: 2px 2px 0px #000000d9;
    margin: 7px auto !important;
    }

    .pitch-ins-btn:hover {
        color: #fff;
    }

    .pitch-ins-btn .dwn-icon {
        height: 10px !important;
        width: 10px !important;
    }

    .watch-ttr .download-pdf-icon {
        height: 11px !important;
        width: 11px !important;
        margin-left: 3px;
    }

    .alt-dwnlink {
        color: #979292;
        text-decoration: underline;
        font-size: 10px;
        font-weight: 500;
        text-underline-offset: 2px;
    }

    .watch-ttr {
 
            color: #1F1F1F !important;
    text-decoration: underline;
    text-underline-offset: 2px;
    font-size: 15px;
    display: block;
    margin-bottom: 5px;
    }

    .account-content .account-layout.right {
        padding-right: 1rem;
    }

    .table {
        margin-bottom: 0;
    }

    .table th {
        padding: 10px !important;
    }

    .table td,
    .table th {
        border: none !important;
    }

    .pitch-product-text {
        font-weight: 400;
    }

    .pitch-license-history {
        font-size: 1rem;
        text-underline-offset: 4px;
        padding-left: 6px !important;
    }

    .ptc_license_page .table.pdetails th {
        font-weight: 800 !important;
    }

    /*  copy clip board style  */
    .lic-copy-clip {
        color: #0C5CFFB8;
        font-size: 14px;
        font-weight: 500;
        cursor: pointer;
        text-underline-offset: 2px;
        text-decoration-color: #0C5CFFB8;
    }

    .lic-copy-clip span:hover {
        text-decoration: underline;

    }

    .lic-copy-clip:active {
        color: #0C5CFF;
    }

    .main-panel.pitch_license .accordion-button {
        padding: 1rem !important;
    }

    /* toast  */


    #alert-container .alert {
        max-height: 200px !important;
        max-width: 400px !important;
        min-height: 45px !important;
    }

    #alert-container .alert-success strong {
        display: block;
        font-size: 22px;
        font-weight: 500;
        color: #fff;
        margin-bottom: 10px;
    }

    #alert-container .alert-success {
        padding-right: 2.5rem !important;
        color: #9FAED7 !important;
        font-size: 14px;
        line-height: 1.7em;
    }

    /*#alert-container .alert-success{*/
    /*padding-right: 0 !important;*/
    /*}*/
    #alert-container #920.alert-success {
        padding-right: 2 !important;
    }

    #alert-container .alert-success.alert-dismissible a {
        width: 100%;
        position: relative;
        display: flex;
        align-items: center;
    }

    /*#alert-container .alert-success strong:after {*/
    /*        content: '\f00d';*/
    /*    font-family: 'Font Awesome 5 Free';*/
    /*    font-size: 1.7rem;*/
    /*    font-weight: 700;*/
    /*    float: right;*/
    /*    color: #9DACD3;*/
    /*}*/

    #alert-container .alert-success strong:before {
        content: '\f00c' !important;
        font-family: 'Font Awesome 5 Free';
        font-size: 1rem;
        color: #48B16E !important;
        border: 2px solid #48B16E;
        padding: 4px;
        display: inline-flex;
        height: 26px;
        width: 26px;
        border-radius: 50%;
        opacity: 1 !important;
        font-weight: 700;
        margin-right: 1rem;
        align-items: center;
        justify-content: center;

    }

    /* Register product form key size */

    @media (min-width: 280px) {
        .vplugin input[type="text"] {
            min-width: 15%;
            margin: 8px 0px;
        }
    }

    @media (min-width: 993px) {
        .vplugin input[type="text"] {
            margin: 1rem 0.2rem;
            min-width: 10%;
        }
    }

    @media (min-width: 1200px) {
        .vplugin input[type="text"] {
            margin: 1rem 0.4rem;
        }
    }

    @media screen and (max-width: 1296px) {
        .velocity-divide-page .left {
            width: 18% !important;
        }
    }

    @media screen and (max-width: 1296px) {
        .velocity-divide-page .left {
            width: 18% !important;
        }

    }

    @media screen and (max-width: 1160px) {
        .fw5.pitch-main-head {
            font-size: 23px !important;
        }

        .account-content .sidebar .customer-sidebar .navigation li a {
            font-size: 15px;
            padding: 10px 5px;
        }

        /*.pitch-pct-box div:nth-child(1) {*/
        /*  width: 25%;*/
        /*}*/
        .pitch-pct-box div:nth-child(2) {
            width: 50%;
        }

        /*.pitch-pct-box div:nth-child(3) {*/
        /*  width: 21%;*/
        /*}*/
        .table {
            margin-bottom: 0;
            width: 100vw;
        }


        #main-lic-table {
            overflow-x: scroll;
        }

        .account-table-content .table {
            width: 100%;
        }

        .account-table-content .table .table-responsive {
            overflow-x: scroll;
        }

        .invoice-table-main,
        .invoice-table-head {
            padding-left: 1rem !important;
            padding-right: 1rem !important;
        }
    }

    @media screen and (max-width: 1055px) {

        .ptc-license-key {
            flex-direction: column !important;
        }

        .pitch-license-key-container {
            width: 100%;
        }

        .pitch-reg-prd {
            font-size: 16px;
            text-align: start;
        }
    }

    @media screen and (max-width: 993px) {
        .table {
            width: 155vw;
        }

        .account-table-content .table {
            width: 100%;
        }

        .account-content .account-layout {
            padding-bottom: 3rem;
        }

        .invoice-table-main,
        .invoice-table-head {
            padding-left: 1rem !important;
            padding-right: 1rem !important;
        }

        .pitch-pc-welcome {
            display: none;
        }

        .pitch-pct-box {
            align-items: flex-start;
        }

        .pitch-pct-box>div:nth-child(1) {
            margin-top: 5px;
        }

        .pitch-license-key .btn1 {
            font-size: 13px;
            padding: 6px 10px;
        }

        .table {
            margin-bottom: 0;
        }

        .nav-container .wrapper .greeting {
            z-index: 10 !important;
        }

        .account-content.row.no-margin.velocity-divide-page.ptc_license_page {
            padding-left: 12px !important;
            padding-right: 12px !important;
        }
    }

    @media screen and (max-width: 767px) {
        .account-content .account-layout.right {
            padding-left: 0% !important;
            padding-right: 0% !important;
        }

        .invoice-table-main,
        .invoice-table-head {
            padding-left: 1rem !important;
            padding-right: 1rem !important;
        }

        .pitch-pc-welcome {
            display: none;
        }

        /* Accordian texts */
        .accordion-button .loyalty-head {
            font-size: 1.2rem !important;
        }

        .accordion-button .loyalty-sub-head {
            font-size: 1rem;
        }

        .loyalty-sub-head img {
            width: 15px;
        }

        .accordion-button h5 {
            font-size: 0.4rem !important;
        }

        .license_download {
            font-size: 0.8rem;
        }

        .pitch_license .accordion-top .accordion-button::after {
            height: 30px !important;
            width: 30px !important;
            font-size: 20px !important;
        }

        .pitch-strike-price {
            font-size: 16px;
            margin-bottom: 5px !important;
        }

        .loyalty-sub-head {
            font-size: 14px;
        }

        .pitch-offer-content p {
            font-size: 14px;
        }

        .pitch-offer-content h4 {
            font-size: 16px;
            margin-bottom: 5px;
        }

        .freetrial-section .pitch-offer-content h4 {
            font-size: 18px !important;
            font-weight: 700 !important;
        }

        .pitch-pct-box {
            flex-direction: column;
        }

        .pitch-pct-box>div:nth-child(1) {
            width: 35%;
        }

        .btn1-plus {
            font-size: 17px;
        }

        .pitch-pct-box>div:nth-child(2) {
            width: 100%;
            padding-left: 1rem !important;
            padding-right: 1rem !important;
        }

        .pitch-pct-box>div:nth-child(3) {
            width: 100%;
            padding-left: 1rem;
            padding-right: 1rem;
            margin: 0 !important;
        }

        div#collapseTwo .ptc-license-buybtn form#payment {
            text-align: left !important;
        }

        .ptc-license-buybtn {
            justify-content: start;
        }

        .watch-ttr .download-pdf-icon {
            height: 11px !important;
            width: 11px !important;
            margin-left: 3px;
        }

        /* table font responsive */
        .ptc_license_page .table th {
            text-wrap: nowrap;
        }

        .watch-ttr {
            font-size: 12px;
        }

        .pitch-license-history {
            font-size: 1rem;
        }
    }


    @media screen and (max-width: 640px) {
        .table {
            margin-bottom: 0;
            width: 100% !important;
        }

        .pi-purchased-products {
            background-color: #C0C0C04D;
            border-radius: 10px;
            padding: 16px;
        }

        .pdetails_mobile {
            padding: 0px !important;
        }

        .pitch-license-history {
            padding-left: 0px !important;
            padding-bottom: 5px !important;
        }

        .table td,
        .table th {
            width: 100% !important;
        }
        .pdetails_mobile {
            background:#fff;
        padding: 10px !important;
    }
            .pitch-ins-btn {
        margin: 7px 0 !important;
    }
    }

    @media screen and (max-width: 544px) {
        .account-content .account-layout.right {
            padding: 0rem !important;
        }

        .pitch_license .accordion-button .loyalty-head {
            font-size: 1.25rem !important;
        }

        .ptc_license_page :is(h5, .h5) {
            font-size: 0.8rem !important;
            line-height: 1.4em !important;
        }

        .pitch-pct-box>div:nth-child(1) {
            width: 60%;
            margin-bottom: 10px;
        }

        .pitch-pct-box>div:nth-child(2) {
            margin-bottom: 10px;
            padding-bottom: 0 !important;
        }

        .pitch-pct-box>div:nth-child(3) {
            margin-bottom: 10px;
        }

        .pitch-pct-box {
            gap: 0;
        }

        .watch-ttr {
            margin-bottom: 3px;
        }
    }

    .ptc-license-buybtn {
        width: 100% !important;
        text-align: right;
    }

    .account-content .sidebar .customer-sidebar .navigation li:hover :is(span, i) {
        color: #051aff !important;
    }
    
 div#nav-tab {
    margin-bottom: 0 !important;
        gap: 15px;
}
.nav-tabs .nav-link.active {
    border-bottom: 4px solid #3A7BFF !important;
    
    border-radius: 12px 12px 0 0;
    color: #0C5CFF;
    font-size: 19px;
    font-weight: 600;
    background-color: #fff;
}
.nav-tabs .nav-link {
    padding: 5px 20px 0 20px;
    width: 232px;
    padding: 8px 15px 4px 15px;
    border-radius: 12px 12px 0 0 !important;
    color: #000000;
    font-size: 17px;
    font-weight: 500;
    background-color: #D3D3D3;
    border: 0;
    border-bottom: 4px solid transparent;
    transition: 200ms linear all;
}
.pi-purchased-products{
    border-radius: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: unset !important;
}
.pitch-lic-count{
        font-weight: 500;
    font-size: 18px;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: transparent;
}
img.img-fluid.pitch-lic-img {
    width: 100% !important;
    height: 80px !important;
        object-fit: contain;
}

.row.gx-0.quick-action-toolbar {
    background-color: #E5E5E4;
    padding: 16px !important;
        margin-top: 16px;
}
.pitch-license-history-div{
    margin-bottom:14px;
}
.lic-prd-name {
    font-weight: 700;
}
.prd-perp-lic{
    font-size: 12px;
    color: #2F2F2F;
    opacity: 0.8;
}
.accordion-body div#nav-tabContent {
    padding-top: 16px;
    background: #ffffff;
}
.fw-medium{
    font-weight:500;
}
#nav-home hr:last-of-type {
  background-color: transparent;
}
#collapseTwo hr:last-of-type {
  display:none;
}
@media screen and (max-width: 768px){
    #collapseOne #nav-tab .nav-link, 
    .quick-action-toolbar .nav-link{
        width: min(235px, 100%);
        border-radius: 5px !important;
        padding: 5px 0 !important;
    }
    .ptc-license-buybtn {
        text-align: left;
    }
    div#nav-tab {
    margin-bottom: 10px !important;
}

}
@media screen and (max-width: 500px){
        #collapseOne #nav-tab .nav-link, 
        .quick-action-toolbar .nav-link{
        width: 100%;

    }
    .pitch-pct-box {
    padding-bottom: 0px;
}
.account-content.row.no-margin.velocity-divide-page.ptc_license_page {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

}