*,
body {
    font-family: Manrope, Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0
}

body,
p {
    font-size: 0.9rem
}

.orgBtn {
    background: #DB3500 !important
}

.bannerBtnWrap .btn {
    width: inherit
}

.bannerBtnWrap {
    display: flex;
    gap: 8px
}

@media(max-width:767px) {
    .bannerBtnWrap {
        flex-direction: column
    }
}

.market-seg-report {
    background: #f8f8f8;
    border: 1px solid #cfcfcf;
    border-radius: 6px;
    padding: 22px;
    width: 100%;
    color: #1f2937;
    margin: 15px 0
}

.market-seg-report_title {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 700;
    color: #1e3a5f
}

.market-seg-report_description {
    margin: 0 0 22px;
    font-size: 14px;
    line-height: 1.6;
    color: #4b5563
}

.market-seg-report_grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px 50px
}

.market-seg-report_group {
    min-width: 0
}

.market-seg-report_badge {
    display: inline-block;
    padding: 5px 10px;
    background: #d7ebe2;
    color: #0f3b4f;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 12px
}

.market-seg-report_list {
    list-style: disc;
    padding: 0;
    margin: 0 0 0 20px
}

.market-seg-report_list li {
    font-size: 0.9rem;
    line-height: 1.9;
    color: #111827
}

.market-seg-report_more {
    margin-top: 6px;
    font-size: 14px;
    color: #6b7280
}

.market-seg-report_divider {
    margin: 24px 0;
    border-top: 1px solid #d7d7d7
}

.market-seg-report_details {
    display: flex;
    flex-direction: column;
    gap: 18px
}

.market-seg-report_section h4 {
    margin: 0 0 6px;
    font-weight: 700;
    color: #1f2937
}

.market-seg-report_section p {
    margin: 0;
    line-height: 1.65;
    color: #374151
}

@media(max-width:767px) {
    .market-seg-report_grid {
        grid-template-columns: 1fr;
        gap: 20px
    }

    .market-seg-report {
        padding: 18px
    }
}

.com-coverd {
    background: #fff;
    border: 1px solid #d7d7d7;
    border-radius: 6px;
    padding: 18px;
    margin: 15px 0;
    overflow: hidden
}

.com-coverd-title {
    font-size: 22px;
    font-weight: 700;
    color: #1f4977;
    margin-bottom: 10px
}

.com-coverd-subtitle {
    font-size: 13px;
    color: #666;
    margin-bottom: 18px
}

.com-coverd-table-wrap {
    width: 100%;
    overflow-x: auto
}

.com-coverd-table {
    width: 100%;
    border-collapse: collapse
}

.com-coverd-table th {
    font-size: 12px;
    font-weight: 600;
    color: #666;
    text-align: left;
    padding: 8px 10px;
    border-bottom: 1px solid #d9d9d9
}

.com-coverd-table td {
    font-size: 13px;
    padding: 8px 10px;
    border-bottom: 1px solid #e5e5e5;
    vertical-align: top
}

.com-coverd-company {
    color: #184b7a;
    font-weight: 500
}

.com-coverd-badge {
    display: inline-block;
    margin-left: 6px;
    padding: 1px 5px;
    font-size: 9px;
    border: 1px solid #cfcfcf;
    border-radius: 6px;
    background: #f4f4f4;
    color: #666;
    vertical-align: middle
}

.com-coverd-share {
    font-weight: 700
}

.com-coverd-section {
    margin-top: 22px
}

.com-coverd-section-title {
    color: #1f4977;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 6px
}

.com-coverd-text {
    font-size: 1rem;
    line-height: 1.6;
    color: #333;
    margin-bottom: 18px
}

@media(max-width:767px) {
    .com-coverd-table {
        min-width: 900px
    }

    .com-coverd-title {
        font-size: 18px
    }
}

.rtb-box {
    border: 1px solid #d3cec4;
    border-radius: 6px;
    background: #fff;
    padding: 22px 28px 18px;
    margin-bottom: 10px
}

.rtb-title {
    margin: 0 0 18px;
    font-size: 20px;
    font-weight: 700;
    color: #163d72;
    line-height: 1.2
}

.rtb-list {
    margin: 0;
    padding-left: 30px;
    list-style: disc
}

.rtb-list li {
    font-size: 16px;
    line-height: 1.55;
    color: #2f2f2f;
    margin-bottom: 10px
}

.rtb-list li:last-child {
    margin-bottom: 0
}

@media(max-width:767px) {
    .rtb-box {
        padding: 20px
    }

    .rtb-list {
        margin-bottom: 10px
    }
}

.ta-box {
    border: 1px solid #d3cec4;
    border-radius: 6px;
    background: #fff;
    padding: 22px 28px 18px
}

.ta-title {
    margin: 0 0 18px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    color: #163d72
}

.ta-list {
    margin: 0;
    padding-left: 30px;
    list-style: disc
}

.ta-list li {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.55;
    color: #2f2f2f
}

.ta-list li:last-child {
    margin-bottom: 0
}

@media(max-width:767px) {
    .ta-box {
        padding: 20px
    }

    .ta-list {
        margin-bottom: 10px
    }
}

.freq-asked-section {
    margin: 10px 0;
    background: #fff
}

.freq-asked-wrapper {
    border: 1px solid #d8d8d8;
    border-radius: 6px;
    padding: 18px;
    background: #f8f8f8
}

.freq-asked-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    color: #173b74;
    margin-bottom: 18px
}

.freq-asked-item {
    background: #eef1f7;
    border-radius: 6px;
    padding: 16px 18px;
    margin-bottom: 14px
}

.freq-asked-item:last-child {
    margin-bottom: 0
}

.freq-asked-question {
    font-size: 24px;
    line-height: 1.35;
    font-weight: 700;
    color: #173b74;
    margin-bottom: 10px
}

.freq-asked-answer {
    font-size: 1rem;
    line-height: 1.65;
    color: #1f1f1f;
    margin: 0
}

@media(max-width:767px) {
    .freq-asked-title {
        font-size: 26px
    }

    .freq-asked-question {
        font-size: 20px
    }

    .freq-asked-answer {
        font-size: 16px
    }
}

@media(max-width:767px) {
    .freq-asked-wrapper {
        padding: 15px
    }

    .freq-asked-item {
        padding: 14px
    }

    .freq-asked-title {
        font-size: 22px
    }

    .freq-asked-question {
        font-size: 18px
    }

    .freq-asked-answer {
        font-size: 15px;
        line-height: 1.6
    }
}

.res-method {
    background: #f2f3f5;
    border-left: 4px solid #6b6b6b;
    padding: 24px 32px;
    border-radius: 6px;
    margin-bottom: 10px
}

.res-method img {
    width: 70%
}

.res-method_text {
    margin: 0;
    font-size: 1rem;
    line-height: 1.7;
    color: #556270
}

.bootm-cta {
    background: #eaf2fb;
    border: 2px solid #b8d3f0;
    border-radius: 6px;
    padding: 35px 32px;
    margin-bottom: 10px
}

.bootm-cta_title {
    margin: 0 0 16px;
    font-size: 1.9rem !important;
    font-weight: 800 !important;
    line-height: 1.3;
    color: #0d4a8c
}

.bootm-cta_text {
    margin: 0 0 25px;
    font-size: 20px;
    line-height: 1.6;
    color: #1d5aa7
}

.bootm-cta_btn {
    border-radius: 6px;
    font-size: 20px;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none
}

.bootm-cta_btn-outline {
    background: #fff;
    border: 2px solid #1f3f6d;
    color: #1f3f6d
}

.bootm-cta_btn-outline:hover {
    background: #f8f9fa;
    color: #1f3f6d
}

.bootm-cta_btn-primary {
    background: #d80f2f;
    border: 2px solid #d80f2f;
    color: #fff
}

.bootm-cta_btn-primary:hover {
    background: #be0d29;
    border-color: #be0d29;
    color: #fff
}

@media(max-width:767px) {
    .res-method img {
        width: 100%
    }

    .bootm-cta {
        padding: 25px 20px
    }

    .bootm-cta_title {
        font-size: 28px
    }

    .bootm-cta_text {
        font-size: 18px
    }

    .bootm-cta_btn {
        width: 100%;
        min-width: auto
    }
}

.region-nav {
    margin: 10px auto
}

.region-nav_card {
    background: #f3f4f6;
    border-radius: 6px;
    padding: 32px
}

.region-nav_title {
    margin: 0 0 20px;
    color: #153f7a;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.3
}

.region-nav_text {
    margin: 0 0 28px;
    color: #5a5a5a;
    font-size: 1.1rem;
    line-height: 1.6
}

.region-nav_list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px
}

.region-nav_btn {
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 9px 9px;
    text-decoration: none;
    background: #fff;
    border: 2px solid #d3cdc1;
    border-radius: 6px;
    color: #183d73;
    font-size: 1.05rem;
    transition: all .25s ease
}

.region-nav_btn:hover {
    border-color: #183d73;
    color: #183d73
}

.region-nav_btn.active {
    background: #eaf3fb;
    border-color: #183d73;
    font-weight: 600
}

.related-report {
    margin-bottom: 20px
}

.related-report_card {
    background: #fff;
    border: 2px solid #d3cdc1;
    border-radius: 6px;
    padding: 32px
}

.related-report_title {
    margin: 0 0 10px;
    color: #153f7a;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.3
}

.related-report_list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 40px
}

.related-report_list li {
    margin: 0;
    padding: 0
}

.related-report_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    text-decoration: none;
    color: #183d73;
    font-size: 0.9rem;
    transition: color .2s ease
}

.related-report_item:hover {
    color: #0f2f5c
}

.related-report_item span:last-child {
    color: #7a7a7a;
    font-size: 1.4rem;
    flex-shrink: 0
}

@media(max-width:767px) {
    .region-nav_list {
        gap: 12px
    }

    .region-nav_btn {
        flex: 1 1 calc(50% - 12px)
    }
}

@media(max-width:767px) {

    .region-nav_card,
    .related-report_card {
        padding: 24px
    }

    .region-nav_title,
    .related-report_title {
        font-size: 1.5rem
    }

    .related-report_list {
        grid-template-columns: 1fr
    }

    .region-nav_btn {
        flex: 1 1 100%
    }
}

.breadcrumb-content {
    margin-top: 15px
}

.breadcrumb_list {
    text-align: left;
    font-size: 14px;
    margin-bottom: 15px;
    color: #fff;
    padding-left: 0
}

.breadcrumb_list li a {
    color: #fff
}

.breadcrumb_head {
    text-align: left;
    font-size: 27px;
    font-family: 'Manrope';
    color: #fff;
    max-width: 80%;
    text-transform: uppercase;
    font-weight: 800
}

.breadcrumb-area {
    background: #f2f2f2;
    padding: 10px 0 10px 0;
    background: #00222b
}

.breadcrumb-content ul li {
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    margin-right: 18px;
    text-transform: uppercase;
    position: relative
}

.breadcrumb-content ul li::before {
    position: absolute;
    width: 17px;
    height: 1px;
    content: ":";
    right: -23px;
    top: 0;
    z-index: 9
}

.breadcrumb-content ul li:last-child::before {
    display: none
}

.breadcrumb-content ul li:last-child {
    margin-right: 0
}

.breadcrumb-content ul li a {
    color: #fff;
    position: relative;
    text-transform: uppercase;
    text-decoration: none
}

.breadcrumb-content ul li a::after {
    content: '';
    position: absolute;
    left: auto;
    right: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    -webkit-transition: width .6s cubic-bezier(0.25, 0.8, 0.25, 1) 0;
    -o-transition: width .6s cubic-bezier(0.25, 0.8, 0.25, 1) 0;
    transition: width .6s cubic-bezier(0.25, 0.8, 0.25, 1) 0;
    background: #fff
}

.breadcrumb-content ul li a:hover {
    color: #fff
}

.breadcrumb-content ul li a:hover::after {
    width: 100%;
    left: 0;
    right: auto
}

.breadcrumb-title h1 {
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2;
    color: #333;
    margin: 0
}

.sticky-tabs {
    display: none
}

.newHTML26 {
    margin-top: 140px
}

.newHTML26 h1 {
    font-size: 1.5rem;
    font-weight: 600
}

.newHTML26 h2 {
    font-size: 1.3rem;
    font-weight: 600
}

.newHTML26 h3 {
    font-size: 1.1rem;
    font-weight: 600
}

.newHTML26 h4 {
    font-size: 1.1rem;
    font-weight: 600
}

.cntry-cut-breadcum .breadcrumb-content ul li::before {
    position: absolute;
    width: 17px;
    height: 1px;
    content: ">";
    right: -23px;
    top: 0;
    z-index: 9;
    color: #8b95ab
}

.cntry-cut-breadcum .breadcrumb-content ul li:last-child::before {
    content: ""
}

.cntry-cut-breadcum .breadcrumb-content ul li a,
.cntry-cut-breadcum .breadcrumb-content ul li {
    color: #000 !important
}

.view-part-of {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
    background: #dfeaf7;
    border: 1px solid #a9c5e8;
    border-radius: 6px;
    padding: 10px 14px;
    font-size: 14px;
    color: #244a78;
    margin-top: 10px
}

.cntry-cut-desc {
    background: #fff;
    border: 1px solid #cfc8be;
    border-radius: 6px;
    padding: 20px;
    margin-top: 10px
}

.cntry-cut-desc-meta {
    font-size: .8rem;
    color: #5c5a5a;
    margin-bottom: 15px
}

.cntry-cut-reg-overview {
    background: #fff;
    border: 1px solid #cfc8be;
    border-radius: 6px;
    padding: 20px;
    margin-top: 10px
}

.cntry-cut-reg-overview .reg-overview-content {
    border-left: 4px solid #1f5fa8;
    padding-left: 14px;
    margin-bottom: 20px
}

.cntry-cut-reg-overview .reg-overview-content:last-child {
    margin-bottom: 0
}

.cntry-cut-reg-overview .reg-overview-content p:last-child {
    margin-bottom: 0
}

#driv-rest-opp {
    padding: 20px;
    background: #fff;
    border: 1px solid #cfc8be;
    border-radius: 6px;
    margin-top: 10px
}

#driv-rest-opp .driv-rest-oppGrid {
    display: grid;
    /* grid-template-columns: repeat(3, 1fr); */
    /* grid-template-columns: repeat(auto-fill, 32%); */
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 10px;
    margin-top: 20px
}



.driv-rest-oppGrid-cont {
    padding: 15px;
    border-radius: 6px
}

.driv-rest-oppGrid-cont h4 {
    text-transform: capitalize
}

.driv-rest-oppGrid-cont .top-Ecosystem {
    font-weight: bold
}

.driv-rest-oppGrid-cont ul {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 20px;
    padding-top: 5px
}

.driv-rest-oppGrid-cont ul li {
    font-size: .9rem
}

.driv-rest-oppGrid-cont.green {
    background: #d7e6e0;
    border-top: 4px solid #14915d
}

.driv-rest-oppGrid-cont.red {
    background: #fcebeb;
    border-top: 4px solid #a32d2d
}

.driv-rest-oppGrid-cont.yello {
    background: #faeeda;
    border-top: 4px solid #ba7517
}

#key {
    padding: 20px;
    background: #fff;
    border: 1px solid #cfc8be;
    border-radius: 6px;
    margin-top: 10px
}

#key .cntry-cutkeyTakaways {
    list-style: disc;
    margin-bottom: 0;
    padding-left: 20px;
    font-size: 1rem;
    display: flex;
    flex-direction: column;
    gap: 10px
}

#country-comp {
    padding: 20px;
    background: #fff;
    border: 1px solid #cfc8be;
    border-radius: 6px;
    margin-top: 10px
}

.note {
    font-size: 12px;
    color: #5c5a5a;
    font-style: italic;
    margin-top: 10px
}

.eu-market-report-chart {
    width: 100%
}

.eu-market-report-row {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 12px
}

.eu-market-report-country {
    width: 110px;
    flex-shrink: 0;
    font-size: 16px
}

.eu-market-report-track {
    flex: 1;
    height: 32px;
    background: #e7e4df;
    border-radius: 6px;
    overflow: hidden
}

.eu-market-report-fill {
    height: 100%;
    background: #1f5fa3;
    border-radius: 6px
}

.eu-market-report-value {
    width: 110px;
    flex-shrink: 0;
    text-align: right;
    font-size: 15px;
    color: #666
}

@media(max-width:767px) {
    .eu-market-report-country {
        width: 80px;
        font-size: 14px
    }

    .eu-market-report-value {
        width: 90px;
        font-size: 13px
    }

    .eu-market-report-track {
        height: 24px
    }

    #driv-rest-opp .driv-rest-oppGrid {
        grid-template-columns: 1fr
    }

    .view-part-of {
        flex-direction: column;
        gap: 5px
    }

    .cntry-cutCAGR-Grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

.region-insights-widget {
    background: #faeeda;
    border-left: 4px solid #ba7517;
    border-radius: 6px;
    padding: 22px 26px;
    margin: 10px auto
}

.region-insights-widget_title {
    margin: 0 0 12px;
    font-size: 30px;
    font-weight: 700;
    color: #4a2d0f
}

.region-insights-widget_subtitle {
    margin: 0 0 20px;
    font-size: 17px;
    color: #6d532f;
    line-height: 1.5
}

.region-insights-widget_grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px
}

.region-insights-widget_card {
    background: #fff;
    border: 2px solid #efb04b;
    border-radius: 6px;
    padding: 14px;
    transition: all .25s ease
}

.region-insights-widget_card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08)
}

.region-insights-widget_card-title {
    font-size: 18px;
    font-weight: 700;
    color: #5c3710;
    margin-bottom: 10px
}

.region-insights-widget_card-content {
    font-size: 15px;
    line-height: 1.6;
    color: #7a5630
}

@media(max-width:767px) {
    .region-insights-widget_grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width:767px) {
    .region-insights-widget {
        padding: 18px
    }

    .region-insights-widget_title {
        font-size: 24px
    }

    .region-insights-widget_grid {
        grid-template-columns: 1fr
    }

    .headerMobile {
        background-color: #fff
    }

    .newHTML26 {
        margin-top: 75px
    }

    .breadcrumb-content ul li {
        font-size: .8rem
    }

    .driv-rest-oppGrid-cont ul:last-child {
        margin-bottom: 0
    }
}

.hedertop .navbar-nav {
    gap: 10px
}

.topParaList {
    list-style: disc;
    padding-left: 20px;
    margin-top: 15px
}

.topParaList li {
    line-height: 1.9rem
}

.cntry-cutCAGR-Grid {
    width: 50%;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden
}

.cntry-cutCAGR-Grid-grid-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 20px;
    border-bottom: 1px solid #ddd;
    background: #fff
}

.cntry-cutCAGR-Grid-grid-box:last-child {
    border-bottom: 0
}

.forecast-data {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.cntry-cutCAGR-Grid-sub-head {
    width: 45%;
    font-size: 16px;
    font-weight: 600;
    color: #555
}

.cntry-cutCAGR-Grid-head {
    width: 55%;
    text-align: right;
    font-size: 1rem;
    font-weight: 700;
    color: #111
}

.forecast-data small {
    display: none
}

.top-pra-table {
    width: 50%;
    margin-top: 20px
}

.top-list-cagr {
    list-style: disc;
    padding-left: 20px;
    line-height: 1.8rem
}

.top-ta-btn {
    display: flex;
    gap: 13px;
    border-bottom: 1px solid #1f5fa8;
    background-color: #fff;
    justify-content: space-between
}

.top-ta-btn .csm-border {
    border-radius: .25rem .25rem 0 0;
    border-bottom: 0;
    padding: .575rem 1rem;
    width: 100%;
    border-color: #1f5fa8;
    font-weight: bold;
    color: #1f5fa8;
    font-size: 0.9rem !important;
}

.top-ta-btn .csm-border:hover {
    color: #fff;
    background-color: #1f5fa8
}

.stick-btn {
    position: sticky;
    top: 77px;
    z-index: 11;
    padding-top: 10px
}

.top-ta-btn .csm-border.active {
    background-color: #1f5fa8;
    color: #fff
}

.downPdf {
    background-color: #DB3500;
    color: #fff !important;
    border-color: #DB3500 !important
}

.downPdf:hover {
    border-color: #DB3500 !important;
    background-color: #c54216 !important
}

@media(max-width:767px) {
    .top-ta-btn {
        overflow: scroll
    }

    .top-ta-btn .csm-border {
        white-space: nowrap;
        flex-shrink: 0;
        width: auto
    }

    .stick-btn {
        top: 55px
    }
}

.rd-of-cci {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 20px;
    padding-top: 5px
}

.chooseWrap {
    background-color: #fff;
    padding: 18px 20px;
    border-radius: 5px
}

.licensce_type {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
}

.chooseWrap .form-check-label {
    cursor: pointer;
    font-weight: bold;
    font-size: 0.9rem;
}

.buy-btn {
    object-fit: cover !important;
    position: inherit !important;
    background: inherit !important;
    /* height: 45px !important; */
    margin: auto !important;
    width: 90% !important;
}


.topban,
.topban img {
    background: linear-gradient(90deg, #142855 0, #25789a 100%)
}

.topban {
    position: relative;
    justify-content: center;
    overflow: hidden;
    padding: 20px 0;
    z-index: 0;
    margin: -15px 0 15px 0;
}

.topban .btn-light:hover {
    color: #fff;
    background-color: #000;
    border-color: #ffffff99
}

.topban img {
    z-index: -1;
    width: 100%;
    height: -webkit-fill-available;
    object-fit: cover;
    top: 0;
    position: absolute;
}

.custom_border {
    border-right: 1px solid #8b95ab;
    padding-right: 20px;
}

.report_code_publish {
    display: flex;
    flex-direction: column;
}

.breadcrumb-content ul li,
.breadcrumb-content ul li a,
.report_code_head {
    color: #8b95ab !important;
}

.padleft {
    padding-left: 20px;
}

.repbanH {
    font-size: 35px !important;
    font-weight: 500 !important;
}

#analysis-tab {
    margin-bottom: 10px;
}

#analysis-tab .nav-link.active {
    background: #122652;
    color: #fff;
}

#myTab {
    gap: 0px;
}

#myTab .nav-link {
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #ccc;
    border-radius: .45rem .45rem 0 0;
    font-weight: bold;
    color: #122652;
    padding: 10px 20px;
}

.auto-flex {
    display: flex;
    flex-flow: wrap;
}

.auto-content {
    flex: 1 1 250px;
}
.auto-content:only-child {
    flex-basis: 100%;
}
#myTabContent{padding: 15px;}

.cutoutLink {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-top: 0px;
}

.cutoutLink li a:hover {
    background: #f2f2f2;
}

.cutoutLink li a {
    padding: 6px 10px;
    display: block;
}

@media (max-width:767px) {
    .cutoutLink {
        grid-template-columns: repeat(2, 1fr);
    }
    .mob-ban-btn{width: 100%; padding: 10px;font-weight: bold;font-size: 1rem;}
}
.cutoutLink li{display: flex;align-items: center;border-bottom: 1px solid #ccc;}
.cutoutLink li::before{content:'>'}

.citation-container {
    position: relative;
    display: inline-block
}

.citation-btn {
    color: #fff;
    border: none;
    border-radius: 0;
    cursor: pointer;
    transition: background-color .3s;
    text-decoration: underline;
    text-underline-offset: 5px;
    font-size: .8rem
}

.citation-btn:hover {
    color: #d9ad57;
    text-decoration: underline
}

.tooltip {
    visibility: hidden;
    opacity: 0;
    background-color: #fff;
    color: #117a8b;
    text-align: left;
    border-radius: 5px;
    padding: 8px 10px;
    bottom: 130%;
    transform: translateX(-50%);
    width: 260px;
    font-size: 13px;
    transition: opacity .3s;
    pointer-events: none;
    z-index: 1
}

.tooltip::after {
    content: "";
    top: 100%;
    margin-left: -6px;
    border-width: 6px;
    border-style: solid;
    border-color: #fff transparent transparent
}

.citation-container:hover .tooltip {
    visibility: visible;
    opacity: 1
}

#description {
    scroll-margin-top: 200px; /* adjust to your header height */
}

#methodology h3{color: #173b74 !important;}
.login_head a{background: #60810E;}