.selectbox-1 {
    position: relative;
}

.selectbox-1::before,
.selectbox-1::after {
    position: absolute;
    content: '';
    pointer-events: none;
}

.selectbox-1::before {
    display: inline-block;
    right: 0;
    width: 1.1em;
    height: 2.2em;
    border-radius: 0 0px 0px 0;
    background-color: #666666;
}

.selectbox-1::after {
    position: absolute;
    top: 50%;
    right: 0.5em;
    transform: translate(50%, -50%) rotate(45deg);
    width: 5px;
    height: 8px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
}

.selectbox-1 select {
    appearance: none;
    min-width: 130px;
    height: 2.6em;
    padding: .3em 3em .3em .3em;
    border: none;
    border-radius: 0px;
    background-color: #22ac38;
    color: #FFFFFF;
    font-size: 0.85em;
    cursor: pointer;
}

.selectbox-1 select:focus {
    outline: 0px solid #0095ff;
}

.selectbox-2 {
    position: relative;
}

.selectbox-2::before,
.selectbox-2::after {
    position: absolute;
    content: '';
    pointer-events: none;
}

.selectbox-2::before {
    display: inline-block;
    right: 0;
    width: 1.0em;
    height: 2.2em;
    border-radius: 0 0px 0px 0;
    background-color: #666666;
}

.selectbox-2::after {
    position: absolute;
    top: 50%;
    right: 0.5em;
    transform: translate(50%, -50%) rotate(45deg);
    width: 5px;
    height: 7px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
}

.selectbox-2 select {
    appearance: none;
    min-width: 80px;
    height: 2.6em;
    padding: .3em 3em .3em .3em;
    border: none;
    border-radius: 0px;
    background-color: #8c81bc;
    color: #FFFFFF;
    font-size: 0.85em;
    cursor: pointer;
}

.selectbox-2 select:focus {
    outline: 0px solid #0095ff;
}

.selectbox-3 {
    position: relative;
}

.selectbox-3::before,
.selectbox-3::after {
    position: absolute;
    content: '';
    pointer-events: none;
}

.selectbox-3::before {
    display: inline-block;
    right: 0;
    width: 1.0em;
    height: 2.2em;
    border-radius: 0 0px 0px 0;
    background-color: #666666;
}

.selectbox-3::after {
    position: absolute;
    top: 50%;
    right: 0.5em;
    transform: translate(50%, -50%) rotate(45deg);
    width: 5px;
    height: 7px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
}

.selectbox-3 select {
    appearance: none;
    min-width: 80px;
    height: 2.6em;
    padding: .2em 2em .2em .2em;
    border: none;
    border-radius: 0px;
    background-color: #ec758e;
    color: #FFFFFF;
    font-size: 0.85em;
    cursor: pointer;
}

.selectbox-3 select:focus {
    outline: 0px solid #0095ff;
}
