.select2-container--default.select2-container--focus .select2-selection {
    margin-left: 13px;
    display: block;
    border: none;
    border-bottom: 1px solid #0784aa;
    background: none;
    border-radius: 0px;
    
}

.select2-selection.select2-selection {
    background: none;
    border: none;
    border-bottom: 1px solid #0784aa;
    border-radius: 0px;
    width: 100%;
    margin-left: 13px;
    margin-bottom: 8px;
}


.select2-container--open .select2-dropdown--below {
left: 12px;
top: -8px;
/* width: 200px !important; */
}

/* .select2-container--default.select2-container--focus .select2-selection {
    width: 80%;
} */

.select2-selection.select2-selection ul li:hover {
    border-bottom: none;
    /* width: 290px; */
}
.select2-results__option.select2-results__message {
    border-bottom: none;
}

.select2-search__field::placeholder {
    font-size: 13px;
    
}

.select2-container--default .select2-selection .select2-selection__rendered {
    margin: 0px;
    padding: 0px;
}


.select2-results__option {
    width: 100%;
    border: none;
    line-height: 10px;
}

.select2-results__option.select2-results__option--highlighted,
.select2-results__group:hover
 {
    border: none !important;
}

span.select2-selection__rendered.v-error {
    background-color: rgba(209, 2, 2, 0.11);
}
