.select select {
    width: 100%;
    height: 100%;
    padding: 9px;
    outline: none;
    border: 1px solid #a9a9a9;
    border-radius: 4px;
    font-family: 'Nunito', sans-serif;
    box-sizing: border-box;
}

.select>div {
    top: -6px;
    font-size: 10px;
    padding: 0px 2px;
    background: linear-gradient(180deg, rgba(255,255,255,0) 41%, rgba(255,255,255,1) 43%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 57%, rgba(255,255,255,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;
}