.select select {
    width: 100%;
    height: 100%;
    padding: 9px;
    outline: none;
    border: 1px solid #43454b;
    border-radius: 4px;
    font-family: 'Nunito', sans-serif;
    box-sizing: border-box;
    -webkit-appearance: none;
    background: #ffffff0f;
    color: #999;
}

.select>div {
    top: -6px;
    font-size: 10px;
    padding: 0px 2px;
    background: linear-gradient(180deg, rgb(32 36 44 / 0%) 41%, rgb(32 36 44) 43%, rgb(32 36 44) 50%, rgb(32 36 44) 50%, rgb(32 36 44 / 0%) 57%);
    position: absolute;
    left: 8px;
    height: 14px;
    align-items: center;
    pointer-events: none;
    display: flex;
    z-index: 1;
    transition: all .3s;
    color: #999;
}

.select {
    position: relative;
    margin: 15px 0px;
}

.select:after {
    content: '\0025BC';
    font: normal normal normal 10px/1 FontAwesome;
    color: #43454b;
    right: 10px;
    top: 0px;
    height: 10px;
    padding: 15px 0px 0px 8px;
    position: absolute;
    pointer-events: none;
}