.search {
    display: flex;
    position: relative;
    width: 100%;
}

.search-input {
    width: 100%;
    height: 48px;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    outline: none;
    text-indent: 36px;
}

.blog-search-input {
    width: 100%;
    height: 48px;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    outline: none;
    text-indent: 36px;
}

.search-icon {
    position: absolute;
    margin-top: 16px;
    margin-left: 16px;
    opacity: 75%;
    width: 32px;
    height: 32px;
}

.dropdown-content,
.dropdown-content-f-b,
.dropdown-content-f-s,
.dropdown-content-m-f,
.filterModalDropdownContent {
    width: 100%;
    position: absolute;
    display: none;
    margin-top: 4px;
    padding-top: 8px;
    padding-bottom: 8px;
    border: 2px solid #e8e8e8;
    border-radius: 12px;
    outline: none;
    background-color: #fff;
    text-indent: 16px;
    z-index: 9;
}

.dropdown-content {
    margin-top: 52px;
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}

.dropdown-content::-webkit-scrollbar {
    width: 5px;
    height: 90%;
    right: 25px;
}

.dropdown-content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #44bab6;
    color: #000;
}
.dropdown-content::-webkit-scrollbar-track { 
    background: rgba(29,186,181,.3);
    border-radius: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.dropdown-item {
    color: rgba(4, 3, 69, .8);
    font-size: 1.15em;
    font-weight: 500;
    font-size: 0.8em;
}

.search-result-title {
    color: rgba(4, 3, 69, .4);
    font-weight: 700;
    letter-spacing: -.16px;
    font-size: 13px;
    line-height: 2em;
    margin-bottom: 10px;
    padding: 0 12px;
    cursor: text;
    text-align: left;
}


/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */

.show {
    display: block;
}

@media (max-width: 1176px) {
    .header-search .search {
        display: none;
    }
}

.search-bar-blog{
    height: 68px!important;
    border-radius: 20px;
}