.search-bar-result-container_EiaEU {
    position: fixed;
    pointer-events: none;
    z-index: 99
}

.search-bar-result-container_EiaEU .search-bar-result-container-inner_tOSp2 {
    padding: 8px 0 10px;
    width: 100%;
    background: #fff;
    border: 1px solid rgba(6, 10, 38, .24);
    box-shadow: 0 10px 24px -8px rgba(77, 128, 255, .2);
    border-radius: 12px;
    overflow: hidden;
    opacity: 0;
    transform: translateY(0);
    will-change: opacity, transform;
    transition: opacity .2s ease-in-out, transform .2s cubic-bezier(0.68, -0.6, 0.32, 1.6);
    box-sizing: border-box
}

.search-bar-result-container_EiaEU .search-bar-result-container-inner-content_y3oRG {
    max-height: 376px;
    overflow-y: auto;
    padding: 0 8px 0 10px;
    border-right: 2px solid rgba(0, 0, 0, 0);
    box-sizing: border-box
}

.search-bar-result-container_EiaEU .search-bar-result-container-inner-content_y3oRG::-webkit-scrollbar {
    width: 4px;
    height: 6px
}

.search-bar-result-container_EiaEU .search-bar-result-container-inner-content_y3oRG::-webkit-scrollbar-thumb {
    background: rgba(6, 10, 38, .12);
    border-radius: 3px;
    height: 100px
}

.search-bar-result-container_EiaEU .search-bar-result-container-inner-content_y3oRG::-webkit-scrollbar-track {
    border-radius: 5px;
    margin-top: 4px
}

.show_fS5Y- {
    pointer-events: auto
}

.show_fS5Y- .search-bar-result-container-inner_tOSp2 {
    opacity: 1;
    transform: translateY(10px)
}

.search-item_JTKDR {
    margin-top: 2px;
    flex-shrink: 0;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 36px;
    user-select: none;
    border-radius: 8px;
    cursor: pointer
}

.search-item_JTKDR .clear-wrap_aQ3TZ {

    width: 16px;
    height: 16px;
    margin-right: 10px
}

.search-item_JTKDR .clear-wrap_aQ3TZ svg {
    color: rgba(6, 10, 38, .24)
}

.search-item_JTKDR .clear-wrap_aQ3TZ:hover {
    background: rgba(6, 10, 38, .06);
    border-radius: 4px
}

.search-item_JTKDR:hover, .search-item_JTKDR.active_-EYSb {
    background-color: rgba(6, 10, 38, .06)
}

.search-item_JTKDR:hover .clear-wrap_aQ3TZ, .search-item_JTKDR.active_-EYSb .clear-wrap_aQ3TZ {
    display: flex;
    align-items: center;
    justify-content: center
}

.search-item_JTKDR .search-item-wrap_XgCzn {
    display: flex;
    align-items: center;
    padding-left: 10px;
    width: calc(100% - 26px - 10px)
}

.search-item-icon_5t4CZ {
    width: 16px;
    height: 16px;
    color: rgba(6, 10, 38, .5)
}

.search-item-icon_5t4CZ svg {
    width: 100%;
    height: 100%
}

.search-item-text_3OlO3 {
    max-width: 90%;
    flex: 1;
    display: flex;
    align-items: center
}

.search-item-text-title_15Cx9 {
    padding: 0 8px;
    max-width: 100%;
    font-size: 14px;
    color: #060a26;
    letter-spacing: 0;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    flex-shrink: 0;
    box-sizing: border-box
}

.search-result-section-header_BaukG {
    margin-left: 10px
}

.search-bar-category-container_0KZnb {
    display: flex;
    flex-shrink: 0;
    width: 100%;
    height: 40px;
    align-items: center;
    justify-content: space-between;
    user-select: none
}

.search-bar-category-container_0KZnb .search-bar-category-text_fMfs- {
    font-size: 14px;
    color: rgba(6, 10, 38, .5);
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 400
}

.search-bar-category-container_0KZnb .search-bar-category-clear_Os1xx {
    display: flex;
    align-items: center;
    gap: 2px;
    width: 50px;
    height: 24px;
    border-radius: 4px;
    justify-content: center
}

.search-bar-category-container_0KZnb .search-bar-category-clear_Os1xx:hover {
    background: rgba(6, 10, 38, .06)
}

.search-bar-category-container_0KZnb .search-bar-category-clear_Os1xx img {
    width: 12px;
    height: 12px
}

.search-bar-category-container_0KZnb .search-bar-category-clear_Os1xx span {
    font-size: 12px;
    color: #060a26;
    letter-spacing: 0;
    line-height: 16px;
    font-weight: 400
}
