.fbx-sidebar .left-menu-search-container {
    display: flex;
    justify-content: center;
    padding: 8px;
    background: #f7f7f7;
    width: 100%;
}


.fbx-sidebar .left-menu-search-container .left-menu-search {
    flex: 1;
    border-radius: 4px 0 0 4px;
    border: 1px solid #ccc;
}

.menu-highlight {
    background: white;
    color: black;
    font-size: inherit;
    font-weight: inherit;
}


