.search-menu {
    @include flexbox((
        display: flex,
        justify-content: flex-end
    ));
    .history {
        margin-right: 20px;
    }

    .batch-export {
        background-color: transparent!important;
        border-color: transparent!important;
    }
}
