.bg__annotation-editor {
    > .filter {
        padding: 10px 0px 5px;
        display: flex;
        justify-content: start;
        align-items: center;
        margin-bottom: 10px;
        border-bottom: 1px solid #eee3e1;
        select {
            margin-left:10px;
        }
    }
}
