.ubx-select {
    &__label {
        min-width: 0;
        padding-right: 0.625em;
    }
    &__box {
        @include position(null, null, em(-5), null, em(-5));
        border-radius: 5px;
        box-shadow: 0 0 10px rgba(color(blk), 0.50);
        overflow: hidden;
        z-index: 1;
    }
    &__options {
        background: color(wht);
        max-height: (5 * $field-height)+em;
        overflow-x: hidden;
        overflow-y: auto
    }
}
