﻿/* Download Table Module Container and Layout Styling*/
.download__svg {
    mix-blend-mode: darken;
}

.download-table-header {
    text-align: left;
}

.download-table-title {
    margin-bottom: 48px;
}
/* Filter Section */
.download-table-filters {
    margin-bottom: 48px;
    gap: 12px !important;
    display: flex;
    flex-wrap: wrap;
}

.primary-filter-buttons {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.download-table-new .d-link:hover, .dt-link:hover {
    text-decoration: underline
}

.dt-link img,
.download-table-new .download-table-content .accordion-body a img{
    margin-top: 3px;
}

.download-table-new .download-table-content .accordion-body a {
    color: #000;
    font-family: "Nunito Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin: 0px;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}
.download-table-new .download-table-content .accordion-body a img{
   padding-right:0px;
}
.no-data-message, .no-data-dash {
    font-family: "Nunito Sans" !important;
}
.download-table-new .table-controls {
    align-items: center
}

.lt-card-content li a {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

    .lt-card-content li a img {
        padding-right: 0px !important;
            margin-top:3px;
    }

/*.download-table-new .download_container .download__headings {
    padding: 16px 0 !important;
}*/
/*.filter-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border: 2px solid #e8f1f4;
    border-radius: 24px;
    background: transparent;
    color: #2e645b;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
}*/
.filter-btn {
    padding: 8px 24px;
    background-color: transparent;
    cursor: pointer;
    color: #000;
    font-family: "Nunito Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
    border-radius: 100px;
    border: 1px solid #D1E3E9;
    background: #FFF;
}

    .filter-btn:hover {
                text-decoration: underline;
    }

    /*Remoed for the timebeing*/

    .filter-btn.active:not(.filter-btn.dropdown-toggle ) {
        background-color: #2e645b;
        color: #ffffff;
        border-color: #2e645b;
    }

    .filter-btn
    svg {
        margin-top: -1px;
    }

    .filter-btn.dropdown-toggle {
        /*Additional Styling*/
        width: 160px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        padding-right: 40px;
        border-radius: 24px;
        text-align: left;
        position:relative;
    }
        .filter-btn.dropdown-toggle:hover {
            border-color: #3F9E46;
        }
        .filter-btn.dropdown-toggle .down-chevron-select {
            position: absolute;
            top: 4px;
            right: 0px;
            transform: translate(0px, 3px);
        }
/* Archive Dropdown */
.archive-dropdown {
    position: relative;
}

    .archive-dropdown.show {
    }

.download-table-new .dropdown-menu {
    /*    position: absolute;
    top: 100%;
    left: 0;*/
    background: #ffffff;
    border: 1px solid #3F9E46;
    /*    border-radius: 4px;*/
    /*    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);*/
    max-width: 150px;
    max-height: 300px;
    overflow-y: auto;
    /*    z-index: 1000;*/
    display: none;
    padding: 8px 0;
    /*Additional*/
    position: absolute;
    top: 85%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 5;
    border-radius: 0px;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    /*    border: 1px solid #3F9E46;*/
    border-top: 0;
}

    .download-table-new .dropdown-menu.show {
        display: block;
    }

.removeBorderRadius {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-color: #3F9E46;
    border-radius:24px;
}
    .removeBorderRadius .down-chevron-select:after {
        transform: rotate(180deg);
    }

.archive-dropdown .down-chevron-select:after {
    z-index: 1;
}

.download-table-new .dropdown-item {
    width: 100%;
    padding: 8px 24px;
    border: none;
    background: none;
    text-align: left;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

    .download-table-new .dropdown-item:hover {
        text-decoration: underline
    }

.search__other_filter {
    display: flex;
    justify-content: end;
    gap: 12px;
    grid-column: 5/-1;
}

.secondary-controls {
    display: flex;
    align-items: center;
    gap: 16px;
    grid-column: 4/-1;
    justify-content: flex-end;
}

/* Search */
.search-container {
    position: relative;
    display: flex;
    align-items: center;
}

.search-input {
    padding: 12px 24px;
    border: 1px solid #D1E3E9;
    border-radius: 4px;
    font-size: 14px;
    background: #ffffff;
    color: #000;
    font-weight: 600;
}

    .search-input::placeholder {
        color: #000;
        font-weight: 600
    }

    .search-input:focus {
        outline: none;
        border-color: #3F9E46;
    }

.search-icon {
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    display: block;
}

.clear-btn {
    position: absolute;
    right: 24px;
    background: none;
    border: none;
    color: #8fa8b0;
    cursor: pointer;
    display: none;
}

    .clear-btn svg {
        margin-top: -1px;
    }

.search-input:not(:placeholder-shown) + .search-icon + .clear-btn {
    display: block;
}

.search-input:not(:placeholder-shown) + .search-icon {
    display: none;
}
/* Secondary Filter */
.secondary-filter {
    position: relative;
}

.secondary-dropdown {
    position: relative;
}

.secondary-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border: 2px solid #d1e3e9;
    border-radius: 8px;
    background: #ffffff;
    color: #2e645b;
    font-size: 14px;
    cursor: pointer;
    min-width: 150px;
    justify-content: space-between;
}

    .secondary-btn:hover {
        border-color: #3f9e46;
    }

.secondary-dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    background: #ffffff;
    border: 2px solid #e8f1f4;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    min-width: 200px;
    max-height: 300px;
    overflow-y: auto;
    z-index: 1000;
    display: none;
    padding: 8px 0;
}

    .secondary-dropdown-menu.show {
        display: block;
    }

.secondary-option {
    width: 100%;
    padding: 10px 16px;
    border: none;
    background: none;
    text-align: left;
    color: #2e645b;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

    .secondary-option:hover {
        background-color: #e8f1f4;
    }

    .secondary-option.active {
        background-color: #3f9e46;
        color: #ffffff;
    }

/* Pagination Styles */
.download-table-pagination .pagination {
    display: flex;
    gap: 8px;
    align-items: center;
}

    .download-table-pagination .pagination li:last-child {
        margin-bottom: 16px
    }

    .download-table-pagination .pagination [aria-label="Previous"],
    .download-table-pagination .pagination [aria-label="Next"] {
        border: 1px solid transparent;
        background: transparent !important;
        border-radius: 50%;
    }

    .download-table-pagination .pagination .page-item.disabled {
        opacity: 0.6;
    }

.pagination .page-item {
    list-style: none;
}

.pagination .page-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid transparent;
    border-radius: 50%;
    background: #ffffff;
    color: #2e645b;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s ease;
}

    .pagination .page-link:hover {
        border-color: #2e645b;
    }

    .pagination .page-link:focus {
        box-shadow: none;
        outline: 1px solid #2e645b;
    }

.pagination .page-item.active .page-link {
    background-color: #2e645b;
    color: #ffffff;
    border-color: #2e645b;
}

.pagination .page-item.disabled .page-link {
    color: #8fa8b0;
    cursor: not-allowed;
    background: #f5f8f9;
}

.pagination .page-link svg {
    width: 16px;
    height: 16px;
}
/* Load More Controls */
.load-more-controls {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-top: 64px;
}

.load-more-btn, .view-all-btn, .cta-link-btn, .download-table-load-more-btn {
    display: inline-flex;
    height: 48px;
    min-width: 150px;
    padding: 12px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 100px;
    outline: 2px solid #FFFFFF33;
    background: #303c42;
    color: white;
    cursor: pointer;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.2s ease;
}

    .load-more-btn:hover, .view-all-btn:hover, .cta-link-btn:hover, .download-table-load-more-btn:hover {
        text-decoration: underline;
    }
/* Utility Classes */
.hidden-item {
    display: none !important;
}

.filtered-out {
    display: none !important;
}
/* Responsive Design */
@media (max-width: 1199.9px) {
    .filter-btn.dropdown-toggle{
        max-width:150px;
    }
}
@media (max-width: 767.9px) {
    .download-table-new {
        padding: 0 16px;
    }

    .search__other_filter {
        flex-direction: column;
        grid-column: 1/span 4;
    }

    .secondary-btn {
        width: 100%;
    }

    .table-controls {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }

    .search-input {
        width: 100%;
    }

    .filter-btn {
        flex-shrink: 0;
    }

    .secondary-dropdown-menu {
        right: 0;
        left: 0;
    }

    .pagination .page-link {
        width: 36px;
        height: 36px;
        font-size: 13px;
    }

    .load-more-controls {
        margin-top: 48px;
    }
}
/*@media (max-width: 480px) {
    .primary-filter-buttons {
        gap: 8px;
    }

    .filter-btn {
        padding: 8px 16px;
        font-size: 13px;
    }

    .pagination .page-link {
        width: 32px;
        height: 32px;
        font-size: 12px;
    }
}
*/
/*
    Region Start
    Accordion Download Module CSS
*/
.search-input-container {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

    .search-input-container label {
        font-size: 14px;
        font-weight: 600;
        color: #2e645b;
    }

.search-input-wrapper {
    position: relative;
    display: inline-block;
}

.accordion-search-input {
    padding: 8px 40px 8px 12px;
    border: 1px solid #d1e3e9;
    border-radius: 8px;
    font-size: 14px;
    min-width: 200px;
    background: #fff;
    width: 100%;
}

    .accordion-search-input:focus {
        outline: none;
        border-color: #3f9e46;
        box-shadow: 0 0 0 2px rgba(63, 158, 70, 0.1);
    }

.clear-icon {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    opacity: 0.6;
    transition: opacity 0.2s ease;
    display: none;
}

    .clear-icon:hover {
        opacity: 1;
    }

.search-input-wrapper.has-text .search-icon {
    display: none;
}

.search-input-wrapper.has-text .clear-icon {
    display: block;
}

.group-categories-container {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

    .group-categories-container label {
        font-size: 14px;
        font-weight: 600;
        color: #2e645b;
    }
/*.dropdown__btn {
    padding: 8px 16px;
    border: 1px solid #d1e3e9;
    border-radius: 8px;
    background: #fff;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 150px;
}
*/
/*.dropdown__select {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #d1e3e9;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    max-height: 200px;
    overflow-y: auto;
}
*/
/*.dropdown__option {
    width: 100%;
    padding: 8px 16px;
    border: none;
    background: none;
    text-align: left;
    cursor: pointer;
    font-size: 14px;
    color: #2e645b;
}
*/
.dropdown__option:hover {
    text-decoration: underline;
}
/*    .dropdown__option.active {
        background-color: #3f9e46;
        color: #fff;
    }*/
.js-dropdown {
    position: relative;
}

.accordion-table .accordion-header {
    border-top: 1px solid #d1e3e9;
}

.accordion-table .accordion-table-content .accordion-item:last-of-type .accordion-header {
    border-bottom: 1px solid #d1e3e9;
}

.accordion-table .accordion-button:focus {
    box-shadow: none;
}

.accordion-table .accordion-button:not(.collapsed), .accordion-table .accordion-collapse.collapse, .accordion-table .accordion-collapse.collapsing {
    background-color: #f5faf5;
    box-shadow: none;
}
/* underline both year-label and title-label on hover */
.accordion-table .accordion-button.collapsed:hover .title-label,
.accordion-table .accordion-button:hover .title-label {
    text-decoration: underline;
}
/* change the ::after styles on hover */
.accordion-table .accordion-table-content .accordion-button.collapsed:hover::after {
    background-color: #3f9e46;
    background-image: url("/Images/plus-white.svg");
}
    .accordion-table .accordion-table-content .accordion-button::after {
        background-color: #ffffff;
        outline: 1px solid #d1e3e9;
        border-radius: 50%;
        background-image: url(/Images/plus.svg);
        background-position: center;
        background-size: 16px 16px;
        content: "";
        display: block;
        width: 32px;
        height: 32px;
        position: absolute;
        right: 16px;
    }

.accordion-table .accordion-table-content .accordion-button:not(.collapsed)::after {
    background-color: #3f9e46;
    background-image: url("/Images/cross.svg");
}
.accordion-table .accordion-table-content .accordion-button:not(.collapsed):hover::after {
    background-color: #fff;
    background-image: url("/Images/Icon-16-Cross.svg");
    background-size: 15px 15px;
}

.accordion-table .accordion-table-content .custom-accordion-header {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 12px;
    grid-column: 1 / span 4;
}

.accordion-table-sort-sec, .according-table-search-filter-sec {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.download__label {
    border-radius: 8px;
    padding: 8px 16px;
    background: #fff;
    cursor: pointer;
    font-weight: 600;
}

.accordion-table .year-label {
    grid-column: 1 / span 4;
    color: #000;
    font: normal 400 16px/24px "Nunito Sans";
}

.accordion-table .title-label {
    color: #000;
    font: normal 600 16px/24px Stag;
    letter-spacing: 0.32px;
    grid-column: 1 / span 4;
}

.accordion-table-content {
    grid-column: 1 / span 4;
}

.accordion-table .accordion-button {
    padding: 12px 16px 12px 8px;
    position: relative;
    row-gap: 4px;
}

.accordion-table .accordion-body {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    padding: 12px 16px 12px 8px;
    grid-column: 1 / span 4;
    gap: 16px;
}

.accordion-button:not(.collapsed) {
    background-color: #f5faf5;
    padding-bottom: 16px;
}

.accordion-body ul li {
    margin-bottom: 16px;
}

    .accordion-body ul li:last-child {
        margin-bottom: 0px;
    }

.accordion-column {
    margin-bottom: 20px;
}

.accordion-column-header {
    font-weight: 600;
    font-size: 14px;
    color: #2e645b;
    margin-bottom: 8px;
}

.accordion-table-content .accordion-table-load-more-btn {
    display: inline-flex;
    height: 48px;
    min-width: 150px;
    padding: 12px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 100px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    background: #303c42;
    margin-top: 48px;
    color: white;
    cursor: pointer;
}

.accordion-table-lmbtn {
    grid-column: 1 / span 4;
}

.d-link a {
    color: #3f9e46;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
}

    .d-link a:hover {
        text-decoration: underline;
    }

@media screen and (min-width: 767.9px) {
    .custom-accordion-header {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        gap: 12px;
        grid-column: 1 / span 8;
    }

    .download-table-new .dropdown__btn {
        max-width: 150px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        padding-right: 40px;
    }

    .accordion-table-sort-sec,
    .according-table-search-filter-sec {
        flex-direction: row;
    }

    .accordion-table-content {
        grid-column: 1 / span 8;
    }

    .accordion-table .accordion-button {
        align-items: center;
        flex-direction: row;
        padding: 20px 16px 20px 8px;
    }

    .accordion-table .accordion-body {
        padding-bottom: 20px;
        grid-column: 3 / -2;
        flex-direction: row;
        padding-left: 0.9rem;
        justify-content: space-between;
        grid-template-columns: repeat(2, 1fr);
    }

    .accordion-table .year-label {
        grid-column: 1 / span 2;
    }

    .accordion-table .title-label {
        grid-column: 3 / span 6;
        padding-left: 0.8rem;
    }

    .accordion-table-lmbtn {
        grid-column: 1 / span 8;
    }
}

@media screen and (min-width: 1019.9px) {
    .custom-accordion-header {
        grid-column: 1 / span 12;
    }

    .accordion-table-content {
        grid-column: 1 / span 12;
    }

    .accordion-table-lmbtn {
        grid-column: 1 / span 12;
    }
}

.hidden-item {
    display: none !important;
}

.js-accordion-item.filtered-out {
    display: none !important;
}
/*
 Region Start 
    List Download View
*/
.list-search-input {
    padding: 8px 40px 8px 12px;
    border: 1px solid #d1e3e9;
    border-radius: 8px;
    font-size: 14px;
    min-width: 200px;
    background: #fff;
    width: 100%;
}

    .list-search-input:focus {
        outline: none;
        border-color: #3f9e46;
        box-shadow: 0 0 0 2px rgba(63, 158, 70, 0.1);
    }

.clear-icon {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    opacity: 0.6;
    transition: opacity 0.2s ease;
    display: none;
}

    .clear-icon:hover {
        opacity: 1;
    }

.search-input-wrapper.has-text .search-icon {
    display: none;
}

.search-input-wrapper.has-text .clear-icon {
    display: block;
}

.group-categories-container {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

    .group-categories-container label {
        font-size: 14px;
        font-weight: 600;
        color: #2e645b;
    }

.custom-list-header {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 12px;
    grid-column: 1 / span 4;
}

.list-table-sort-sec, .list-table-search-filter-sec {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.download__label {
    border-radius: 4px;
    padding: 8px 16px;
    background: #fff;
    cursor: pointer;
    font-weight: 600;
}

.list-table-content {
    grid-column: 1 / span 4;
}
/* List card styles */
.lt {
    grid-column: 1 / span 4;
}

.lt-card ul li {
    margin-bottom: 16px;
}

    .lt-card ul li:last-child {
        margin-bottom: 0;
    }

.lt:last-of-type .lt-card {
    border-bottom: 1px solid #d1e3e9;
}

.lt-card {
    padding: 20px 8px;
    grid-column: 1 / span 4;
    border-top: 1px solid #d1e3e9;
}
    /*    .lt-card:first-child {
        border-top: 1px solid £D1E3E9;
    }*/
    .lt-card:nth-of-type(even) {
        background: rgba(63, 158, 70, 0.05);
    }

.alternate__row__color.lt-card:nth-of-type(even) {
    background: #fff;
}

.alternate__row__color.lt-card:nth-of-type(odd) {
    background: rgba(63, 158, 70, 0.05);
}

.lt-card-content {
    grid-column: 1 / span 4;
}

.lt-year-label {
    grid-column: 1 / span 4;
    color: #000;
    font: normal 400 16px/24px "Nunito Sans";
    margin-bottom: 4px;
}

.lt-title-label {
    color: #000;
    font: normal 600 16px/24px Stag;
    letter-spacing: 0.32px;
    grid-column: 1 / span 4;
    margin-bottom: 20px;
}

.lt-card-content li {
    color: #000;
    font: normal 600 16px/24px "Nunito Sans";
}

.list-table-load-more-btn {
    display: inline-flex;
    height: 48px;
    min-width: 150px;
    padding: 12px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 100px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    background: #303c42;
    margin-top: 48px;
    color: white;
    cursor: pointer;
}

.list-table-lmbtn {
    grid-column: 1 / span 4;
}

.d-link a {
    color: #3f9e46;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
}

    .d-link a:hover {
        text-decoration: underline;
    }
/* Media queries for responsive design */
@media (min-width: 767.9px) {
    .custom-list-header {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        gap: 12px;
        grid-column: 1 / span 8;
    }

    .list-table-sort-sec,
    .list-table-search-filter-sec {
        flex-direction: row;
    }

    .list-table-content {
        grid-column: 1 / span 8;
    }

    .lt {
        grid-column: 1 / span 8;
    }

    .lt-card {
        grid-column: 1 / span 8;
    }

    .lt-year-label {
        grid-column: 1 / span 2;
        margin-bottom: 0;
    }

    .lt-title-label {
        grid-column: 3 / span 3;
        margin-bottom: 0;
        padding-left: 0.6rem;
    }

    .lt-card-content {
        grid-column: 6 / span 3;
    }

    .list-table-lmbtn {
        grid-column: 1 / span 8;
    }
}

@media (min-width: 1019.9px) {
    .custom-list-header {
        grid-column: 1 / span 12;
    }

    .list-table-content {
        grid-column: 1 / span 12;
    }

    .lt {
        grid-column: 1 / span 12;
    }

    .lt-card {
        grid-column: 1 / span 12;
    }

    .lt-year-label {
        grid-column: 1 / span 2;
    }

    .lt-title-label {
        grid-column: 3 / span 5;
    }

    .lt-card-content {
        grid-column: 8 / span 5;
    }

    .list-table-lmbtn {
        grid-column: 1 / span 12;
    }
}

.js-list-item.filtered-out {
    display: none !important;
}
/*
Download Tbale Module Grid View

*/
.download-table-content .table {
    margin: 0;
    grid-column: 1 / span 12;
    --bs-table-active-color: transparent;
    --bs-table-striped-bg: transparent;
}

.dt-link a {
    color: #000;
    font-family: "Nunito Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    /*    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    display: inline-block;*/
}

.dt-title {
    padding: 8px 32px 8px 0px !important;
    color: #000;
    font-family: "Nunito Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.download-table-content .table > :not(caption) > * > * {
    padding: 16px 32px 16px 0px;
}

.download-table-content tbody tr td:first-of-type {
    padding-left: 8px;
}

.download-table-content tr td span:first-child {
    color: #000;
    font-family: Stag;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.32px;
}

.download-table-content tr td:not(:first-child) {
    font-size: 20px;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-color-type: none;
    --bs-table-bg-type: none;
}

.table-striped > tbody > tr:nth-child(even) > td, .table-striped > tbody > tr:nth-child(even) > th {
    background-color: rgba(63, 158, 70, 0.05);
}

.table-striped.alternate__row__color > tbody > tr:nth-child(odd) > td {
    background-color: rgba(63, 158, 70, 0.05);
}

.table-striped.alternate__row__color > tbody > tr:nth-child(even) > td {
    background-color: #fff
}

.download-table-content td ul, td ul {
    padding-left: 0;
    margin: 0;
    list-style: none;
}

    .download-table-content td ul li, td ul li {
        list-style: none;
        list-style-type: none;
    }

        td ul li::before, td ul li::after {
            content: none !important;
            display: none !important;
        }

.download-table-content ul {
    list-style: none !important;
    list-style-type: none !important;
    padding-left: 0;
    margin: 0;
}

    .download-table-content ul li {
        list-style: none !important;
        list-style-type: none !important;
    }

.download-table-content .table td ul {
    list-style: none !important;
    list-style-type: none !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
}

    .download-table-content .table td ul li {
        list-style: none !important;
        list-style-type: none !important;
        position: relative;
    }

        .download-table-content .table td ul li::marker {
            content: none !important;
        }
/* === CARD VIEW FOR MOBILE & TABLET === */
.download-table-cards {
    display: none;
}

.download-table-lmbtn {
    grid-column: 1 / span 12;
}
/* === NO DATA STYLING === */
.download-card-no-data {
    grid-column: 1 / span 4;
    text-align: center;
    padding: 20px;
    color: #666;
    font-style: italic;
}

.download-card-date {
    color: #000;
    font-family: "Nunito Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

@media (max-width: 1019px) {
    .download-table-content {
        grid-column: 1/span 8
    }

        .download-table-content table {
            display: none;
        }

    .download-table-cards {
        display: grid;
        width: 100%;
        grid-column: 1 / span 8;
    }

    .download-table-card {
        border-block: 1px solid #e8f1f4;
        background: #fff;
        padding: 16px 8px;
        gap: 16px;
    }

    .alternate__row__color .download-table-card {
        background: rgba(63, 158, 70, 0.05)
    }

    .download-table-card:first-child {
        border-top: 2px solid #000;
    }

    .download-table-card:nth-child(even) {
        background: rgba(63, 158, 70, 0.05);
    }

    .alternate__row__color .download-table-card:nth-child(even) {
        background: #fff
    }

    .download-card-header {
        color: #000;
        font-family: Stag;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
        letter-spacing: 0.32px;
    }



    .download-card-section {
        display: flex;
        flex-direction: column;
        gap: 20px;
        grid-column: 4 / span 2;
        justify-content: space-between
    }

    .download-card-content {
        display: flex;
        flex-direction: column;
        gap: 20px;
        grid-column: 6 / span 3;
    }

    .download-card-label {
        color: #000;
        font-family: "Nunito Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
    }

    .download-table-lmbtn {
        grid-column: 1 / span 8;
    }

    .download-card-head-sec {
        grid-column: 1 / span 3;
    }

    .download-card-no-data {
        grid-column: 1 / span 8;
    }

    .download-table-new .dropdown-menu {
        display: none !important;
        width: 100%;
        max-width: 300px;
        margin-top: 5px;
        position: absolute;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }

        .download-table-new .dropdown-menu.show {
            display: block !important;
        }
}

@media screen and (max-width: 767.9px) {
    .download-table-content {
        grid-column: 1/span 4
    }

    .download-table-cards {
        grid-column: 1 / span 4;
    }

    .download-table-card {
        grid-column: 1 / span 4;
    }

    .download-table-lmbtn {
        grid-column: 1 / span 4;
    }

    .download-card-head-sec {
        grid-column: 1 / span 4;
    }

    .download-card-section {
        grid-column: 1 / span 2;
    }

    .download-card-content {
        grid-column: 3 / span 2;
    }

    .download-card-no-data {
        grid-column: 1 / span 4;
    }
}

@media (min-width: 1019.9px) {
    .download-table-content table {
        display: table;
    }

    .download-table-content thead {
        display: table-header-group;
        border-bottom: 2px solid #000
    }
}

.js-table-item.filtered-out, .js-card-item.filtered-out {
    display: none !important;
}

.download-table-new .download-table-header, .download-table-new .download-table-filters, .download-table-new .download_container, .download-table-new .accordion-table, .download-table-new .load-more-controls {
    grid-column: 1/-1;
}

.download-card-content ul {
    margin: 0px
}

    .download-card-content ul li {
        margin-bottom: 8px;
    }

        .download-card-content ul li:last-child {
            margin-bottom: 0px;
        }

/* Disabled (no class) => all white */
:root {
    --row-odd-bg: #fff;
    --row-even-bg: #fff;
}

/* Enabled (class present) => only even rows green */
.alternate__row__color {
    --row-odd-bg: #fff; /* odd rows stay white */
    --row-even-bg: rgba(63, 158, 70, 0.05); /* even rows green */
}

/* Apply to table rows */
tbody tr.odd-row > td {
    background: var(--row-odd-bg) !important;
}

tbody tr.even-row > td {
    background: var(--row-even-bg) !important;
}

/* Apply to cards and accordion rows */
.download-table-card.odd-row,
.lt-card.odd-row,
.js-accordion-item.odd-row {
    background: var(--row-odd-bg) !important;
}

.download-table-card.even-row,
.lt-card.even-row,
.js-accordion-item.even-row {
    background: var(--row-even-bg) !important;
}



