select-enhance {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

select-enhance > select {
    height: 100%;
    flex-grow: 1;
    z-index: 1;
    cursor: pointer;
    min-width: 5rem;
}

select-enhance > select > option {
    padding-right: 1rem;
}

select-enhance > i.icon {
    display: inline-flex;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
}
