.overx {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 80px;
    min-width: 80px;
}

select.form-controlx:not([size]):not([multiple]) {
    height: 52px;
}

select.form-controlx {
    border-radius: 2px;
    background-color: hsla(0, 0%, 100%, .03);
    background-position: right 1em center;
    background-repeat: no-repeat;
    padding-right: 2.2em;
    background-size: 6px 4px;
    -moz-appearance: none;
    -webkit-appearance: none;
    color: hsl(0deg 0% 100%)
}

.form-controlx,
.form-controlx:focus {
    background-color: hsla(0, 0%, 100%, .03);
    box-shadow: none;
}

.form-controlx {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 12px 16px;
    line-height: 1.733333;
    font-size: 15px;
    color: #fff;
    border: 1px solid hsla(0, 0%, 100%, .1);
    border-radius: 2px;
    transition: border-color .15s ease-in-out;
    height: 52px;
}

.form-controlx {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    /* border: 1px solid #ced4da; */
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}