#pdfLinkField{
    display: none;
}

.report-filters {
    display: flex;
    justify-content: space-between;
    gap:55px;
    align-items: center;
    position: relative;
    z-index: 10;
    flex-wrap: wrap;
}
.report-filters h2{
    font-size:var(--heading-1);
}

.report-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    position: relative;
    gap: 15px;
    margin: 56px 0;
}

.report-grid .report-item {
    display: flex;
    flex-direction: column;
    /* background: #fff; */
    /* border-radius: 30px; */
    overflow: hidden;
    /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
    height: 100%;
}

.report-grid .report-logo {
    width: 100%;
    /* aspect-ratio: 16/9; */
    overflow: hidden;
    position: relative;
    /* border-radius: 10px; */
}

.report-grid .report-logo img {
    width: auto;
    height: 100%;
    object-fit: contain;
    transition: 0.3s;
    transition-delay: 0.2s;
}

h2.Download-report-title{
    margin:0px 0px 20px;
    font-size:35px;
}
.subscribe-newsletter-popup-wrapper.fancybox-content{
    padding:40px 44px 22px 44px 
}
.report-item:hover .report-logo img{
    transform: scale(1.4);
}

.report-grid .report-content {
    flex: 1;
    margin: 0px 0px 20px 0px;
}

.report-filters .report-main-heading{
    margin:0px;
}

.report-grid .report-content p {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    font-weight: 500;
}

.report-grid .report-btns {
    padding: 0 0px 20px;
    /* padding: 19px;
    border-radius: 50%;
    width: fit-content;
    background: currentColor;
    place-self: end; */
}

/* Modified button style with just arrow */
.report-grid .report-btns .vg-btn-blue {
    /* display: flex;
    align-items: center; */
    /* justify-content: space-between; */
    /* width: 10px;
    border-radius: 50%;
    height: 10px;
    padding: 0px; */
    /* background: transparent; */
    /* border: none;
    color: #0B2340;
    text-decoration: none;
    transition: all 0.3s ease; */


    display: flex;
    align-items: center;
    justify-content: space-between;
    width: fit-content;
    padding: 12px 0px;
    background: transparent;
    border: none;
    color: #0B2340;
    text-decoration: none;
    transition: all 0.3s ease;
}

.report-grid .report-btns .vg-btn-blue:hover {
    /* background: rgba(11, 35, 64, 0.05); */
}

.report-grid .report-btns .vg-btn-blue svg {
    margin-left: auto;
}
.search-main-group {
    /* display: flex; */
    display:none;
    justify-content: end;
    align-items: center;
    /* margin-bottom: 30px; */
    width:30%;
    gap:20px;
}
.report-text-column h2 {
    margin-top:0px;
    padding-top:50px;
    margin-left:-2px
}

.report-content-grid .downlaod-report-btn{
    padding:0px;
}

.report-image-column .featured-image-wrapper img {
    padding-top:60px
}

.search-main-group input#report-search {
    width: 100%;
    height: 60px;
    background: #fff;
    color: #696969;
    padding: 0px 30px 0px 63px;
    border-radius: 30px;
    position: relative;
    border:none;
}
.search-main-inputwrapper{
    width: fit-content;
    position:relative;
    max-width: 500px;
    width: 100%;
    height: 60px;
}
.search-main-inputwrapper svg.report-clear-search {
    display: none;
    position:absolute;
    right:20px;
    top:20px;
    cursor: pointer;
}

.search-main-inputwrapper svg.report-searchicon {
    position: absolute;
    left: 5px;
    background-color: #45A59D;
    top: 5px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    padding: 14px;
}
/* Responsive styling */
@media (max-width: 1024px) {
    .report-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .search-main-group{
        width: 100%;
    }
}

@media (max-width: 768px) {
    .report-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    
    h2.Download-report-title{
        padding-right: 40px;
    }
    .report-filters{
        flex-direction: column;
        align-items: flex-start;
    }
    .report-filters .mainfilter-group{
        max-width: 100% !important;
        overflow-x: scroll;
    }
    #view-all{
        max-width: 100%;
        width:100% !important;
    }
    .mainfilter-group .filter-group{
        max-width: 100%;
    }
    .mainfilter-group{
        width:100% !important;
    }
    .report-grid .report-content p{
        /* font-size: 14px; */
    }
    .report-grid .report-content {
        margin: 0px 0px 10px 0px;
    }

    
    .custom-dropdown, 
    .report-button,
    .dropdown-option {
        flex: 1 1 auto;        /* Allow items to shrink and grow */
        max-width: 100%;       /* Prevent items from overflowing */
        box-sizing: border-box;
        min-width: 150px;      /* Optional: Set a reasonable min-width */
    }
    .dropdown-option{
        /* white-space: wrap !important; */
    }
    .dropdown-header {
        white-space: normal;   /* Allow text to wrap */
        word-break: break-word;
    }
    .dropdown-options{
        padding: 20px 20px 20px 20px  !important;
        left:0px !important;
    }
    .report-filters .mainfilter-group{
       flex-direction: column;
    }
    .custom-dropdown{
        height:38px;
    }
    
}

.report-grid .report-logo {
    /* min-height: 435px; */
}
#report-search::placeholder {
    color: #fff;
}
.report-button{
    background-color:hsl(170, 80%, 35%) !important;
    color:#fff;
    border:none;
    font-size: var(--fs-text-400) !important;
    /* margin-left:5px; */
    text-align: center;
    border-radius:0;
    padding: 10px;
    letter-spacing:0.15em;
    text-transform: uppercase;
    width: 100%;
    height: 100%;
    min-width:142px;
    min-height: 38px;
    font-family: Helvetica, Arial, sans-serif;
    cursor:pointer;
    font-weight: 400;
    border-radius:3px;
}
.filter-select option{
    font-size: var(--fs-text-400) !important;
    padding: 10px;
    letter-spacing:0.15em;
    text-transform: uppercase;
    width: 100%;
    height: 100%;
}
#go-button{
    display:none;
}
#view-all, #go-button{
    font-size: var(--fs-text-400) !important;;
    text-align: center;
    border-radius:0;
    cursor:pointer;
    font-family: Helvetica, Arial, sans-serif;
    border-radius:0;
    letter-spacing:0.15em;
    padding: 0px 10px;
    width:142px;
    min-height: 43px;
    min-width:142px;
    border-radius: 3px;
}
.report-button:hover{
 background-color:#45A59D !important;
 color:#fff !important;
 border:none;
}
.report-list-date.eg-insights-list-element-22 {
    /* position: absolute; */
    /* bottom: 80px; */
    font-size: 14px !important;
    font-weight: 500 !important;
    font-family: var(--main-font-family) !important;
    line-height: 12px !important;
    /* color: #14203d!important; */
    font-style: italic !important;
    display: inline-block !important;
    float: left !important;
    clear: none !important;
    padding:5px 0;
    /* margin: 0px 60px 0px 25px !important; */
    margin: 0px 10px 20px 0px !important;
    border-radius: 20px !important;
    width: fit-content;
    background: transparent !important;
    position: relative !important;
    z-index: 2 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    text-transform: capitalize !important;
    color: #000;
    /* border:1px solid;
    border-color: var(--primary-color) !important;
    border-style: solid !important; */

}
.report-list-content-wrapper {
    z-index: 1;
    position: relative;
    /* bottom: 0px; */
    background-color: #45A59D;
    padding: 20px;
    display: flex;
    flex-direction: column;
    /* margin-bottom: 30px;*/
}
.report-list-content-wrapper h5{
    color:#14203d !important;
    margin:0px;
    font-weight: 500;
}
.report-filters .mainfilter-group{
    display:flex;
    /* max-width: 52%; */
    /* width: 100%; */
    flex-wrap: wrap;
    width: fit-content;
    gap: 5px;
    overflow: visible;
}
.mainfilter-group .vg-tab-btn.filter-group {
    width: 100%;
    margin-left: 5px;
}

.report-filters .filter-select {
    margin-bottom: 0px;
    outline: 0;
}

.load-more-btn-wrapper.report-btn-wrapper {
    text-align: center;
}
.load-more-btn-wrapper button#load-more {
    width: fit-content;
    padding:0px 20px;
}
.report-title{
    margin-top:0px;
    padding: 0px 0px 20px 0px;
    width: fit-content;
}

.report-title h5{
    font-weight: 900;
}

.search-input-button{
    background-color: red;
}

.nf-normal-btn {
    background-color: #45A59D !important;
    padding:15px 20px;
    font-size:var(--fs-base);
    font-family: Helvetica, Arial, sans-serif;
    color:#fff;
    display: flex;
    justify-content: center;
    align-items: center;
    /* letter-spacing:0.15em; */
    letter-spacing:0;
    text-transform: uppercase;
    /* font-weight: 400; */
    font-weight:bold;
    cursor:pointer;
    border:none;
    line-height: 1;
    border-radius:0px;
}
.nf-normal-btn:hover{
    background-color:#518C87 !important;
    color:#fff !important;
    border:none;
   }

   
   .pagination-container a.pagination-link {
    background: transparent;
    margin-right: 5px;
    padding: 0px !important;
    line-height: 34px !important;
    color: #000 !important;
    font-family: var(--main-font-family) !important;
    min-height: 37px !important;
    border-radius: 10px !important;
    min-width: 37px !important;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.pagination-container a.pagination-link:hover{
    background-color:#45A59D;
    color:#fff!important;
}
.pagination-container a.pagination-link.active{
        background-color:#45A59D;
        color:#fff!important;
}


.pagination-container .pagination {
    display: flex;
    justify-content: center;
    flex-wrap:wrap;
}


/* Spinner or loader style's */

#loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(255, 255, 255, 0.8); */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
}
.spinner {
    width: 50px;
    height: 50px;
    border: 6px solid #ccc;
    border-top-color: #12a189;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
