body {
    overflow-x: visible !important;
}

.SRTitle {
    font-size: 1.5rem;
    /*text-transform: uppercase;*/
    color: #025b8b;
}

.breadcrumb li {
    color: #025b8b;
    font-weight: 600;
}

.region-box {
    display: inline-block;
    background-color: #f5ee127d;
    padding: 3px 6px;
    margin-right: 5px;
    border-radius: 1.2rem;
    font-size: 14px;
    margin-top: 5px;
}

.region-box .close-btn {
    margin-left: 6px;
    color: #025b8b;
    cursor: pointer;
}

.category-box {
    display: inline-block;
    background-color: #f5ee127d;
    padding: 3px 6px;
    margin-right: 5px;
    border-radius: 1.2rem;
    font-size: 14px;
    margin-top: 5px;
}

.filterSort {
    display: flex;
}

.category-box .close-btn {
    margin-left: 6px;
    color: #025b8b;
    cursor: pointer;
}

#sortOptions {
    border: none;
    /*width: 94%;*/
    font-size: 0.9rem;
}

#sortOptions option {
    font-size: 0.9rem;
}

#sortOptions:focus {
    box-shadow: none
}

#resultsPerPage {
    border: none;
    font-size: 0.9rem;
    justify-content: flex-end;
    width: 78%;
}

#resultsPerPage option {
    font-size: 0.9rem;
}

#resultsPerPage:focus {
    box-shadow: none
}


.search-box {
    border: 1px solid #c3b4b4;
    padding: 1.5rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    color: #f55e27;
}

.search-header {
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0.9rem;
}

.category-container {
    border-bottom: 2px dotted #d9d9d9;
    /*padding: 0.5rem 1.5rem;*/
    /*box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);*/
  }

.category-header {
    font-weight: 500;
    /*text-transform: uppercase;*/
    color: #055990;
}

.category-list-container {
    background-color: white;
}

.category-list {
    padding: 0;
    margin: 0;
}

.category-list li {
    display: block;
    align-items: center;
    text-align: start;
    padding: 6px 0;
    font-size: 0.9rem;
}

.nav-link {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.indutryTitle {
    font-size: 1.2rem;
    font-weight: 600;
    text-align: center;
    color: #025b8b;
}

.reportBox {
    padding: 0.5rem 1rem;
    box-shadow: 5px 5px 0px #d4dbdf;
    background-color: #025b8b05;
    overflow: hidden;
}

.reportBox h4 {
    font-size: 1.3rem;
    margin-bottom: 0;
}

.analysis {
    font-size: 0.9rem;
    font-weight: bold;
    color: #000000a6;
}

.explore {
    text-align: center;
}

.explore a {
    text-decoration: none;
    font-size: 1.2rem;
}

.filter-box {
    border-bottom: 2px dotted #d9d9d9;
    /*padding: 0.5rem 1.5rem;*/
    /*box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);*/
}

.filter-header {
    font-weight: 500;
    text-transform: uppercase;
    color: #198754;
    font-size: 1.05rem !important;
}

.region {
    background-color: white;
}

.region label{
    font-size: 0.9rem;
    color: #000; /*#025b8b;*/ 
    padding: 6px 0;
    letter-spacing: 1px;
}

#regionNames {
    font-size: 0.9rem;
}

.sort-box {
    display: inline-block;
    background-color: #f5ee127d;
    padding: 3px 6px;
    margin-right: 5px;
    border-radius: 1.2rem;
    font-size: 14px;
    margin-top: 5px;
}

.close-btn {
    margin-left: 6px;
    color: #025b8b;
    cursor: pointer;
}




#industryNames {
    font-size: 0.9rem;
}

.filter-section ul {
    padding: 0;
    margin: 0;
}

.filter-section ul li {
    display: flex;
    align-items: center;
    padding: 6px 0;
    font-size: 0.9rem;
}

.filter-section ul li input[type="radio"] {
    margin-right: 1rem;
}

.belowText {
    margin-left: 1.2rem;
}

.close {
    filter: invert(1);
}

@media (max-width: 576px) {
    #resultsPerPage{
        width: 83% !important;
    }
    
    #postList{
        padding:0 !important;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    #sortOptions{
        width: 50% !important;
    }
    
    #resultsPerPage{
        width: 50% !important;
    }
    
    #postList{
        padding:0 !important;
    }
}

@media (max-width: 767px) {
   .report-content{
       margin-bottom:0 !important;
   }
}
@media (max-width: 992px) {
    .SRTitle {
        font-size: 1.5rem;
    }

    .btn {
        margin: 0 1rem 1rem 1rem;
        text-transform: uppercase;
    }

    .btnFilters {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .content-box {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .reportBox h4 {
        font-size: 1rem;
        font-weight: bold;
        margin-bottom: 0;
    }
    
    .all-filters{
        padding:0;
    }
    
    #postList{
        border-left: none !important;
    }

}


.search-container {
    display: flex;
    align-items: center;
    border: 1px solid #ced4da;
    border-radius: 5px;
    background-color: #f8f9fa;
}

.search-input {
    border: none;
    outline: none;
    padding: 10px;
    flex-grow: 1;

}

.search-input:focus {
    box-shadow: none;
}

.dropdown-container {
    display: flex;
    align-items: center;
    border-right: 1px solid #ced4da;
}

.dropdown-toggle {
    background-color: transparent;
    border: none;
    color: #007bff;
    padding: 10px;
}

.search-btn {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.search-btn:hover {
    background-color: #0056b3;
}

.report-card {
    /*margin-bottom: 20px;*/
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.full-report-card {
    border-radius: 1.3rem;
    box-shadow: 0px 3px 0px #025b8ba6;
}

.report-image{
   /* margin-right: 2rem;*/
    border: 1px solid #8080806e;
    /*background-color: #1e6da5;*/
    /*background: linear-gradient(135deg, #1e6da5, #33d9b2);*/
    border-radius: 6px;
}

.report-content {
    flex-grow: 1;
    margin-left: 20px;
    margin-bottom: 1rem;
}

.report-title {
    font-size: 1.15rem;
    margin-bottom: 10px;
    color: #025b8b;
}

.industry-players {
    font-size: 1.05rem;
    margin-bottom: 10px;
    color: #025b8b;
}

.report-tags {
    margin-bottom: 10px;
}

.report-tags .badge {
    margin-right: 5px;
    border-radius: 0;
    padding: 0.3rem 0.6rem;
}

.btn1 {
    background-color: #fae5e5;
    color: #d75f5d
}

.btn2 {
    background-color: #e6f7d7;
    color: #3d8214
}

.btn3 {
    background-color: #dcebea;
    color: #27786f
}

.report-price {
    font-size: 1rem;
    color: #333;
    margin-bottom: 10px;
}

.btnText {
    font-size: 0.79rem;
}

.btn-buy {
    background-color: #00695c;
    color: #fff;
    border-radius: 4px;
    padding: 5px 16px;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
    font-size: 0.9rem;
}

.btn-download {
    background-color: #0a5b8c;
    color: #fff;
    border-radius: 4px;
    padding: 2px 10px;
}

.btn-download:hover {
    background-color: #f57c00;
    color: #fff;
    border-radius: 4px;
    padding: 2px 10px;
}
.metadata {
    color: #6c757d;
    font-size: 0.775rem;
    /*display: flex;*/
}
.searchbar{
    border-radius:0;
}

.searchbar:focus{
    box-shadow:none;
    border: 1px solid #ced4da;
}

.searchbtn{
    border-radius:0;
    background-color: #1e6da5;
}

.searchbtn:hover{
    border-radius:0;
    background-color: #1e6da5;
}

.search-bar-container {
    width: 100%;
    background-color: white;
    border-radius: 50px;
    padding: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    border: 0.5px solid #e9dfdf;
}
    
.search-input {
    border: none;
    outline: none;
    flex: 1;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 16px;
    background-color: transparent;
}
    
.search-input::placeholder {
    color: #adb5bd;
}

.search-button {
    background-color: #0a5b8c;
    border: none;
    color: white;
    padding: 10px 20px;
    border-radius: 50px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s ease;
}