                                                    html {
                                                        scroll-behavior: smooth !important;
                                                        scroll-padding-top: 220px !important;
                                                    }

                                                    ul#reportTab.nav-tabs {
                                                        top: 110px !important;
                                                        background: white;
                                                        z-index: 1050;
                                                        justify-content: space-between;
                                                        padding: 10px;
                                                    }
                                                    .report-single .middle-div ul li a {
                                                    text-decoration: underline !important;
                                                    }
                                                    .tawk-mobile {
                                                        width: 74% !important;
                                                        height: 47% !important;
                                                        padding: 20px 0px 0px 25px !important;
                                                        margin-bottom: 10px !important;
                                                    }

                                                    .speak {
                                                        width: 80%;
                                                    }

                                                    .mobile-only {
                                                        display: none;
                                                    }

                                                    .sticky-div {
                                                        position: sticky;
                                                        top: 119px;
                                                        z-index: 1050;
                                                        max-width: 349px;
                                                        padding: 10px 10px;
                                                    }

                                                    .purchase-heading {
                                                        font-size: 15px;
                                                        font-weight: 600;
                                                        background-color: #2b477a;
                                                        color: #fff !important;
                                                        justify-content: center;
                                                        padding: 15px 10px;
                                                        border-radius: 5px;
                                                        position: relative;
                                                    }
                                                     .purchase-heading .sale span, .sale span {
        font-size: 14px;
        color: #fff;
        font-weight: 700
    }
@keyframes blinker {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
                                                    .sale {
                                                        position: absolute;
                                                        top: -10px;
                                                        right: -5px;
                                                        width: 58px;
                                                        height: 58px;
                                                        border-radius: 50%;
                                                        background-color: #ed1a2e;
                                                        color: var(--white-color);
                                                        font-size: 10px;
                                                        font-weight: 700;
                                                        line-height: 17px;
                                                        padding: 12px 5px;
                                                        text-align: center;
                                                    }
                                                    .blink {animation: 1.5s linear infinite blinker;}
                                                    .author-image {
                                                        min-width: 140px;
                                                        max-width: 140px;
                                                        height: auto!important;
                                                        object-fit: cover;
                                                        object-position: 0% 10%;
                                                        aspect-ratio: 1;
                                                        padding-right: 10px;
                                                    }
                                                    .non-sticky {
                                                        max-width: 349px;
                                                        padding: 10px;
                                                    }

                                                    .subheading {
                                                        border: solid 1px #0e1f41 !important;
                                                        padding: 5px 4px 6px 11px !important;
                                                        border-radius: 10px;
                                                        background-color: #eaeaea;
                                                    }

                                                    .border-check,
                                                    .border-check:hover {
                                                        border: 1px solid var(--heading-color);
                                                        color: var(--heading-color) !important;
                                                    }

                                                    .border-check-btn {
                                                        border: 1px solid var(--heading-color);
                                                        background-color: var(--heading-color);
                                                        color: white !important;
                                                    }

                                                    .border-check-btn:hover {
                                                        border: 1px solid var(--heading-color);
                                                        background-color: white !important;
                                                        color: var(--heading-color) !important;
                                                    }

                                                    .nav-justified .nav-item,
                                                    .nav-justified>.nav-link {
                                                        text-align: center !important;
                                                    }

                                                    .test-nav-pills .nav-link {
                                                        padding: 5px 8px !important;
                                                    }

                                                    [pointer-events="bounding-box"] {
                                                        display: none;
                                                    }

                                                    .py-5 {
                                                        padding-top: 1rem !important;
                                                        padding-bottom: 3rem !important;
                                                    }

                                                    .heading-color {
                                                        font-size: 1.25rem !important;
                                                    }

                                                    .heading-color-nav {
                                                        padding: 0.25rem 1rem .75rem !important;
                                                        margin-bottom: 0;
                                                        color: var(--heading-color) !important;
                                                        text-align: center !important;
                                                        position: sticky;
                                                        top: 10px;
                                                        background: white;
                                                        z-index: 1000;
                                                        padding: 8px 0;
                                                    }

                                                    .btn-new {
                                                        width: 39% !important;
                                                        margin-left: 7px !important;
                                                    }

                                                    img {
                                                        max-width: 100%;
                                                    }

                                                    /* Home content styles */
                                                    .homecss h3,
                                                    .homecss h2,
                                                    .homecss li,
                                                    .homecss p {
                                                        text-align: justify;
                                                        color: #000000;
                                                        font-family: Arial, Helvetica, sans-serif !important;
                                                        font-size: 16px !important;
                                                    }

                                                    .homecss h2 {
                                                        line-height: 1.2;
                                                        margin-top: 1rem;
                                                        margin-bottom: 1rem;
                                                    }

                                                    .homecss li {
                                                        margin-top: 10px;
                                                        margin-bottom: 10px;
                                                    }

                                                    .homecss table td {
                                                        border: solid 1px black;
                                                        padding: 11px !important;
                                                    }

                                                    .homecss table tr:first-child td {
                                                        background-color: #002060 !important;
                                                        color: #ffffff !important;
                                                    }

                                                    .homecss table tr:first-child td p {
                                                        color: #ffffff !important;
                                                    }

                                                    .homecss table td:first-child {
                                                        width: 35%;
                                                    }

                                                    #myTabContent ul {
                                                        list-style-type: disc !important;
                                                    }

                                                    #myTabContent table p {
                                                        margin: 0;
                                                        padding: 10px;
                                                    }

                                                    #myTabContent table {
                                                        margin-bottom: 20px;
                                                    }

                                                    ul#reportTab li {
                                                        padding: 0px !important;
                                                        flex-grow: initial !important;
                                                        flex-basis: auto;
                                                    }

                                                    .report-tab-content #reportTab .nav-link {
                                                        height: 100%;
                                                        display: flex;
                                                        justify-content: center;
                                                        align-items: center;
                                                        text-decoration: none !important;
                                                    }

                                                    .report-faq .accordion .accordion-item:last-child {
                                                        margin-bottom: 0 !important;
                                                    }

                                                    .selected-radio {
                                                        background-color: #0d6efd !important;
                                                        border: 2px solid black !important;
                                                    }



                                                    .selected-radio:checked[type=radio] {
                                                        --bs-form-check-bg-image: url('https://www.nextmsc.com/images/download.svg');
                                                    }

                                                    .nav-css {
                                                        font-size: 13px !important;
                                                    }

                                                    .subTitle-second {
                                                        font-weight: 600;
                                                    }

                                                    .report-top-banner-sec {
                                                        background: var(--heading-color);
                                                        padding: 14px 0 0;
                                                        z-index: 1000000;
                                                        position: sticky;
                                                        top: 70px;
                                                    }

                                                    .title-text {
                                                        font-size: 1rem !important;
                                                    }

                                                    .left-nav {
                                                        position: sticky;
                                                        top: 119px;
                                                    }

                                                    .fs-4 {
                                                        font-size: 20px !important;
                                                    }

                                                    /* Highlight Section */
                                                    .most-popular-btn {
                                                        background-color: #b0f0e3;
                                                        color: #002244;
                                                        font-size: 0.8rem;
                                                        font-weight: bold;
                                                        padding: 10px 20px;
                                                        border: none;
                                                        width: auto;
                                                        height: auto;
                                                        position: relative;
                                                        cursor: pointer;
                                                        line-height: 1;
                                                    }

                                                    .most-popular-btn::after {
                                                        content: '';
                                                        position: absolute;
                                                        bottom: -10px;
                                                        right: 0px;
                                                        width: 13px;
                                                        height: 15px;
                                                        background-color: #b0f0e3;
                                                        clip-path: polygon(100% 0, 0 0, 100% 100%);
                                                    }

                                                    .highlight-box {
                                                        position: relative;
                                                        background: #f0f3ff;
                                                        border: 2px solid #2b467b;
                                                        display: flex;
                                                        justify-content: space-between;
                                                        align-items: center;
                                                        padding: 1rem;
                                                        max-width: 100%;
                                                        border-radius: 6px;
                                                        margin: 0px;
                                                        overflow: hidden;
                                                    }

                                                    .highlight-text {
                                                        color: #2b467b;
                                                    }

                                                    .highlight-text h2 {
                                                        font-size: 18px;
                                                        font-weight: bold;
                                                        margin: 0 0 6px 0;
                                                    }

                                                    .highlight-text p {
                                                        font-size: 14px;
                                                        margin: 0;
                                                        color: #333;
                                                    }

                                                    .highlight-button {
                                                        background-color: #2b467b;
                                                        color: white;
                                                        font-weight: bold;
                                                        border: none;
                                                        padding: 10px 18px;
                                                        border-radius: 3px;
                                                        cursor: pointer;
                                                        white-space: nowrap;
                                                        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
                                                        text-decoration: none !important;
                                                    }

                                                    .highlight-flag {
                                                        position: absolute;
                                                        bottom: 0;
                                                        right: 0;
                                                        height: 100%;
                                                        z-index: 0;
                                                        opacity: 0.3;
                                                    }

                                                    .red-mark-overlay {
                                                        position: absolute;
                                                        top: -15px;
                                                        left: -15px;
                                                        width: 130%;
                                                        height: 130%;
                                                        background: url("red-mark.png") no-repeat center center;
                                                        background-size: cover;
                                                        pointer-events: none;
                                                        z-index: 1;
                                                    }

                                                    .highlight-content {
                                                        position: relative;
                                                        z-index: 2;
                                                        display: flex;
                                                        justify-content: space-between;
                                                        align-items: center;
                                                        width: 100%;
                                                        gap: 20px;
                                                    }

                                                    /* Navbar disclaimer */
                                                    .navbar-disclaimer-sec1 {
                                                        /* max-height: 50vh;
                                                        min-height: 400px; */
                                                        overflow-y: auto;
                                                        overflow-x: hidden;
                                                        scrollbar-width: thin;
                                                    }

                                                    .navbar-disclaimer-sec1::-webkit-scrollbar, .navbar-disclaimer-sec1 .nav_titles::-webkit-scrollbar {
                                                        width: 6px;
                                                    }

                                                    .navbar-disclaimer-sec1::-webkit-scrollbar-thumb , .navbar-disclaimer-sec1 .nav_titles::-webkit-scrollbar-thumb {
                                                        background-color: #ccc;
                                                        border-radius: 3px;
                                                    }

                                                    .navbar-disclaimer-sec1 .nav_titles {
                                                        max-height: 50vh;
                                                        min-height: 200px;
                                                        overflow-y: auto;
                                                        overflow-x: hidden;
                                                        scrollbar-width: thin;
                                                    }

                                                    /* Call icon */
                                                    .call-icon {
                                                        background-color: #a0ecd1 !important;
                                                        border-radius: 20px;
                                                        display: inline-block;
                                                        line-height: 32px;
                                                        height: 35px;
                                                        width: 35px;
                                                        text-align: center;
                                                        float: right;
                                                    }

                                                    .call-icon:hover {
                                                        cursor: pointer;
                                                    }

                                                    /* Customize button */
                                                    .customize-btn {
                                                        background: #2b467b;
                                                        border: 1px solid #2b467b;
                                                        color: #fff !important;
                                                        line-height: 1.6;
                                                        transition: 0.2s ease all;
                                                    }

                                                    .customize-btn:hover {
                                                        background: #fff;
                                                        color: #2b467b !important;
                                                        border: 1px solid #2b467b;
                                                    }

                                                    .top-down-md .call-analyst a {
                                                        border: 1px solid var(--heading-color);
                                                        padding: 10px;
                                                        height: 46px;
                                                    }

                                                    .top-down-md .call-analyst a img {
                                                        width: 50%;
                                                        height: 26px;
                                                    }

                                                    .audio-wrap {
                                                        min-width: 50% !important;
                                                        white-space: nowrap !important;
                                                    }

                                                    .report-tab-content h3 {
                                                        font-size: 17px;
                                                        font-weight: 500 !important;
                                                    }

                                                    .h2 {
                                                        font-size: 32px !important;
                                                    }

                                                    .topReportTitle {
                                                        min-height: 175px;
                                                    }

                                                    .related-reports .sticker h5 {
                                                        width: 14px;
                                                        height: 8px;
                                                        bottom: 9px;
                                                        font-size: 6px;
                                                    }

                                                    .source-txt {
                                                        color: #999999;
                                                        font-size: 13px;
                                                        font-family: "Source Sans 3", sans-serif;
                                                        font-optical-sizing: auto;
                                                        font-weight: 500;
                                                        font-style: normal;
                                                        text-align: center;
                                                    }

                                                    .nav-link {
                                                        color: #233d7b;
                                                        font-weight: 500;
                                                        cursor: pointer;
                                                    }

                                                    .nav-link:hover,
                                                    .nav-link.active {
                                                        text-decoration: underline;
                                                        background-color: transparent;
                                                    }

                                                    .mb-3.d-flex.captcha-css {
                                                        position: relative;
                                                        top: -5px;
                                                    }

                                                    .share-btn-div {
                                                        background-color: #ebf3fc;
                                                        border: 1px solid #d1e4f9;
                                                        border-radius: 16px;
                                                        box-shadow: 0 1px 2px rgba(15, 23, 42, 0.08);
                                                        text-align: center;
                                                        padding: 30px 15px;
                                                    }

                                                    .share-buttons {
                                                        display: flex;
                                                        flex-direction: column;
                                                        align-items: center;
                                                        gap: 0;
                                                    }

                                                    .share-buttons h4 {
                                                        margin-bottom: 1.5rem;
                                                        font-size: 18px;
                                                        font-weight: 600;
                                                        color: #1d3360;
                                                    }

                                                    .ai-buttons {
                                                        display: flex;
                                                        flex-wrap: wrap;
                                                        justify-content: center;
                                                        gap: 12px;
                                                    }

                                                    .ai-btn {
                                                        display: flex;
                                                        flex-direction: column;
                                                        align-items: center;
                                                        gap: 8px;
                                                        text-decoration: none;
                                                        color: #1d3360;
                                                        font-weight: 600;
                                                        width: 90px;
                                                        flex-shrink: 0;
                                                        transition: transform 0.2s ease, opacity 0.2s ease;
                                                    }

                                                    .ai-btn:hover {
                                                        transform: translateY(-2px);
                                                    }

                                                    .ai-icon {
                                                        width: 56px;
                                                        height: 56px;
                                                        background-color: #1d3360;
                                                        border-radius: 9999px;
                                                        display: flex;
                                                        align-items: center;
                                                        justify-content: center;
                                                        overflow: hidden;
                                                        box-shadow: 0 10px 15px -3px rgba(15, 23, 42, 0.1), 0 4px 6px -4px rgba(15, 23, 42, 0.1);
                                                    }

                                                    .ai-icon img {
                                                        width: 100%;
                                                        height: 100%;
                                                        padding: 10px;
                                                        object-fit: contain;
                                                    }

                                                    .ai-label {
                                                        font-size: 11px;
                                                        font-weight: 700;
                                                        color: #1d3360;
                                                        text-align: center;
                                                        border: 1px solid #1d3360;
                                                        padding: 4px 8px;
                                                        background-color: #ffffff;
                                                        border-radius: 2px;
                                                        box-shadow: 0 1px 2px rgba(15, 23, 42, 0.08);
                                                        line-height: 1.1;
                                                    }

                                                    /* ---- MEDIA QUERIES ---- */

                                                    /* Narrow screens and mobile refinement */
                                                    @media (max-width: 576px) {
                                                        .license-txt {
                                                            font-size: 14px;
                                                            padding: 10px 5px;
                                                            width: 100%;
                                                            display: flex;
                                                            justify-content: center;
                                                            text-align: center;
                                                        }

                                                        .highlight-text h2 {
                                                            font-size: 18px !important;
                                                        }

                                                        .ai-buttons {
                                                            gap: 10px;
                                                        }

                                                        .ai-btn {
                                                            width: 78px;
                                                        }

                                                        .ai-icon {
                                                            width: 52px;
                                                            height: 52px;
                                                        }

                                                        .ai-icon img {
                                                            padding: 8px;
                                                        }

                                                        .ai-label {
                                                            font-size: 10px;
                                                            padding: 3px 6px;
                                                        }
                                                    }

                                                    @media (min-width: 1001px) {
                                                        .report-tab-content .nav-justified .nav-item .nav-link {
                                                            font-size: 11px !important;
                                                        }

                                                        ul#reportTab.nav-tabs {
                                                            top: 120px !important;
                                                        }
                                                    }
                                                    /* Large desktop */
                                                    @media (min-width: 992px) {
                                                        .btn,
                                                        .speak {
                                                            font-size: small !important;
                                                        }

                                                        .custom-desktop-row {
                                                            display: flex;
                                                            flex-wrap: nowrap;
                                                        }

                                                        .custom-desktop-row .side-div {
                                                            width: 20.833%;
                                                        }

                                                        .custom-desktop-row .middle-div {
                                                            width: 58.333%;
                                                        }

                                                        ul#reportTab.nav-tabs {
                                                            top: 120px !important;
                                                        }
                                                        .homecss table {
                                                            width: 100% !important;
                                                        }
                                                        .faq_sticky_title {
                                                            position: sticky;
                                                            top: 200px;
                                                            background: #fff;
                                                            overflow-y: hidden;
                                                            height: 50px;
                                                            z-index: 999;
                                                            padding: 0.95rem 0 1rem 0;
                                                            box-shadow: 0px 0px 0px 7px #fff;
                                                        }
                                                    }

                                                    @media (max-width: 991px) {
                                                        ul#reportTab.nav-tabs {
                                                            top: 120px !important;
                                                        }

                                                        .sticky-div {
                                                            max-width: 100%;
                                                            position: static;
                                                        }

                                                        .non-sticky {
                                                            max-width: 100%;
                                                            position: static;
                                                        }

                                                        .left-nav {
                                                            display: none;
                                                        }

                                                        .text-icon {
                                                            height: 100%;
                                                            display: inline-flex;
                                                            align-items: center;
                                                            justify-content: center;
                                                        }

                                                        svg#Layer_1 {
                                                            height: 36px;
                                                        }

                                                        .speak {
                                                            width: 95% !important;
                                                            height: 40px !important;
                                                        }
                                                    }
                                                    @media (max-width: 531px) {
                                                        ul#reportTab.nav-tabs {
                                                            top: 122px !important;
                                                        }
                                                    }
                                                    @media (max-width: 365px) {
                                                        ul#reportTab.nav-tabs {
                                                            /* top: 145px !important; */
                                                        }
                                                    }
                                                    @media (max-width: 500px) {
                                                        a#home-tab.mobile-nav-link,
                                                        a#menu1-tab.mobile-nav-link,
                                                        a#menu2-tab.mobile-nav-link {
                                                            font-size: 11px !important;
                                                        }
                                                    }

                                                    @media (max-width: 386px) {
                                                        .ai-buttons {
                                                            gap: 10px;
                                                        }
                                                        .ai-icon {
                                                            width: 48px;
                                                            height: 48px;
                                                        }
                                                    }


                                                    @media (max-width: 369px) {
                                                        .report-tab-content #reportTab .nav-link {
                                                            font-size: 9px !important;
                                                        }
                                                    }

                                                    @media (max-width: 767.98px) {
                                                        .mobile-only {
                                                            display: block;
                                                        }

                                                        ul#reportTab {
                                                            position: sticky !important;
                                                            top: 167px !important;
                                                        }

                                                        .top-down-md .call-analyst img {
                                                            width: 17px !important;
                                                            height: 17px !important;
                                                        }
                                                    }

                                                    @media (max-width: 768px) {
                                                        #desktop-list {
                                                            display: none;
                                                        }
                                                        .middle-div .img-fluid {
                                                            max-width: 100%;
                                                            height: auto !important;
                                                        }
                                                        .report_header_section {
                                                            flex-wrap: wrap;
                                                            gap: 0.5rem !important;
                                                        }

                                                        .report_header_section h1 {
                                                            flex: 0 0 100%;
                                                        }

                                                        .report_header_btn {
                                                            flex: 0 0 47%;
                                                            min-width: 8.5rem !important;
                                                            font-size: .8rem !important;
                                                        }

                                                        .footer_tabs {
                                                            display: none !important;
                                                        }

                                                        .custom-desktop-row .middle-div {
                                                            background: #FFF;
                                                            padding-top: 1rem !important;
                                                        }
                                                        ul#reportTab.nav-tabs {
                                                            flex-wrap: nowrap !important;
                                                        }
                                                        .side-div {
                                                            z-index: 9;
                                                        }

                                                    }



                                                    @media (max-width: 1000px) {
                                                        .tab-pane#menu1 p {
                                                            margin-left: 0 !important;
                                                            margin-right: 0 !important;
                                                        }

                                                        .sticky-menu {
                                                            margin-top: 0 !important;
                                                        }

                                                        .call-analyst {
                                                            display: block !important;
                                                        }

                                                        .report-tab-content .nav-justified .nav-item .nav-link {
                                                            font-size: 12px !important;
                                                        }
                                                    }





                                                    @media (min-width: 1026px) {
                                                        .report-tab-content .nav-justified .nav-item .nav-link {
                                                            font-size: 12px !important;
                                                        }
                                                    }

                                                    @media (min-width: 1087px) {
                                                        .report-tab-content .nav-justified .nav-item .nav-link {
                                                            font-size: 13px !important;
                                                        }
                                                    }

                                                    @media (min-width: 1149px) {
                                                        .report-tab-content .nav-justified .nav-item .nav-link {
                                                            font-size: 13px !important;
                                                        }
                                                    }
                                                    @media (min-width: 1261px) {
                                                        .report-tab-content .nav-justified .nav-item .nav-link {
                                                            font-size: 14px !important;
                                                        }
                                                    }

                                                    /* Custom layout widths for very large screens */
                                                    @media (min-width: 1500px) {
                                                        .container,
                                                        .container-lg,
                                                        .container-md,
                                                        .container-sm,
                                                        .container-xl,
                                                        .container-xxl {
                                                            max-width: 1490px;
                                                        }
                                                    }

                                                    .container,
                                                    .container-lg,
                                                    .container-md,
                                                    .container-sm,
                                                    .container-xl {
                                                        max-width: 97.975%;
                                                    }

                                                    .research-methodology img {
                                                        max-width: 100% !important;
                                                        height: auto !important;
                                                        width: auto !important;
                                                    }

                                                    .report-single h2,
                                                    .report-single h2 span {
                                                        font-size: 1.0625rem !important;
                                                    }

                                                    .report-single h3,
                                                    .report-single h3 span,
                                                    .report-single h3 strong {
                                                        font-weight: 600 !important;
                                                    }

                                                    .report-description-content {
                                                        width: 100%;
                                                        max-width: 100%;
                                                    }

                                                    .report-description-content table {
                                                        overflow-x: auto;
                                                    }

                                                    .report-description-clear {
                                                        clear: both;
                                                    }

                                                    .blog-read-more a:hover {
                                                        transform: scaleY(1) !important;
                                                    }

                                                    .industry-blog-slider .blog-news-box {
                                                        height: 300px !important;
                                                    }


                                                    /* .report_sample_btn_left{
                                                        position: absolute;
                                                        bottom: -10%;
                                                        width: -webkit-fill-available;
                                                    } */

                                                    /* .fixed-first {
                                                        padding: 25px;
                                                        background: var(--heading-color);
                                                        position: sticky;
                                                        top: 130px;
                                                    } */

                                                        .fixed_top_bg::before {
                                                            content: "";
                                                            background-color: var(--heading-color);
                                                            position: sticky;
                                                            display: block;
                                                            width: 100%;
                                                            height: 50px;
                                                            top: 120px;
                                                        }

                                                        .middle-div {
                                                            z-index: 1;
                                                        }

                                                        .tab-content {
                                                            margin-bottom: 0.75rem;
                                                        }

                                                        .tab-content #tocAccordion ol {
                                                            padding-left: 0.5rem;
                                                        }

                                                        .tab-content #tocAccordion ol li {
                                                            padding: 0.05rem;   l
                                                        }

                                                        .empty-accordion-body {
                                                            height: 0 !important;
                                                            padding: 0 !important;
                                                            overflow: hidden;
                                                        }
                                                        #tocAccordion .accordion-button.disabled::after {
                                                            display: none !important;
                                                        }

                                                        .report_header_section {
                                                            display: flex;
                                                            gap: 1.5rem;
                                                            align-items: center;
                                                            padding-bottom: 14px;
                                                        }

                                                        .report_header_btn {
                                                            background-color: #00000000 !important;
                                                            color: #ffffff !important;
                                                            border: solid 2px;
                                                            border-radius: 0.375rem;
                                                            padding: 0.25rem 1rem !important;
                                                            min-width: 12rem;
                                                            text-align: center;
                                                        }

                                                        .report_header_btn:hover {
                                                            color: #052c65 !important;
                                                            background-color: #ffffff !important;
                                                            border: solid 2px #fff;
                                                        }

                                                        .footer_tabs ul.nav-tabs {
                                                            display: flex;
                                                        }

                                                        .footer_tabs .nav-link {
                                                            padding: 0.5rem 1rem !important;
                                                            border: 2px solid var(--heading-color);
                                                            color: var(--heading-color);
                                                            border-radius: 5px;
                                                            transition: 0.1s ease all;
                                                        }

                                                        .footer_tabs .nav-item:hover, .footer_tabs .nav-link.active {
                                                            background-color: var(--heading-color);
                                                            color: white !important;
                                                            border-radius: 5px;
                                                        }

                                                        .footer_tabs .nav-item:hover .nav-link, .footer_tabs .nav-link.active {
                                                            color: white !important;
                                                        }

                                                        .footer_tabs .nav-link::after {
                                                            display: none !important;
                                                        }

                                                        .footer_tab_list {
                                                            display: flex;
                                                            gap: .625rem;
                                                            align-items: center;
                                                            justify-content: center !important;
                                                        }
                                         .report-summary-table {
                                                    max-width: 750px;

                                                }

                                                .report-summary-table td {
                                                    border: 1px solid #2B467B!important;
                                                }
                                                .report-summary-table tr:nth-child(odd) td {
                                                        background-color: #d9e2f3!important;
                                                }

                                                table.report-summary-table thead tr:first-child td {
                                                    background: #4472c4 !important;
                                                    color: #ffffff !important;
                                                }
                                                table.report-summary-table thead tr:first-child td h2{
                                                    color:#ffffff;
                                                    margin: 0;
                                                    font-weight:bold;
                                                }
                                                table.report-summary-table tr:first-child td {
                                                    background: #d9e2f3!important;
                                                    color: #000000!important;
                                                    }


