.search-bar {
    position: absolute;
    right: 1%;
    top: 75px;
    width: 25%;
    z-index: inherit;
}

.search-result {
    font-family: 'Poppins';
    font-weight: 600;
    position: absolute;
    right: 1%;
    top: 100px;
    width: 25%;
    height: 24rem;
    z-index: 0;
    background-color: #ffffff;
    outline: solid #72726E 2px;
}

.search-result ul {
    margin-top: 2.5rem;
    list-style-type: none;
    max-height: 84%;
    overflow-y: scroll;
    padding: 0;
}

.search-result a {
    color: #72726E;
    text-decoration: none;
}

.search-result a,
.search-result li {
    width: 100%;
}

.search-result a:hover {
    background-color: #73737348;
}

.search-result img {
    max-width: 3rem;
    height: auto;
    padding: 0.3rem;
    margin: 0.5rem
}

#search {
    position: relative;
    margin: 0 1.25rem 0;
}

#search .search-icon {
    color: #212529;
    position: absolute;
    left: 1rem;
    top: 6px;
    opacity: 0.7;
    font-size: 1.2rem;
}

.search-icon .close-icon::after {
    content: 'X';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    color: #212529;
}


#search #search_input {
    padding: 8px 16px 8px 44px;
    border-radius: 24px;
    font-size: 15px;
}

#search_input {
    color: #212529;
    font-weight: 600;
    background-color: #ffffff;
    border: solid #737373 2px;
}

#search_input::placeholder {
    font-size: 15px;
    color: #212529;
    opacity: 0.5;
}

.search-result-box {
    margin-top: 10px;
    width: 100%;
    height: 90%;
    background-color: #0A484F;
    position: absolute;
    z-index: 1;
}

.search-li-subcategory {
    padding: 10px;
    text-transform: none !important;
    padding-left: 1.6rem;
}

.search-li-map {
    padding: 15px;
    text-transform: none !important;
}

.search-result ::-webkit-scrollbar-track-piece {
    background-color: #0A484F00 !important;
}

.search-result ::-webkit-scrollbar {
    width: 8px;
    background: #00000000 !important;
}

.search-result ::-webkit-scrollbar-thumb {
    border-radius: 25px;
    background: #30303040 !important;
    right: -4px !important;
}

.search-result a {
    cursor: pointer;
}

.search-result li:hover {
    background-color: #00000020;
}