span.select2-container {
    width: 100%!important;
}

span.select2-container--classic .select2-selection--single,
span.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{
    border-color: #e1eaea;
    background-color: transparent;
    background-image: none;
    border-radius: 0.25rem;
    height: 41px;
}

span.select2-container .select2-selection--single .select2-selection__rendered {
    float: left;
    padding: 0.41429rem 2.85714rem 0.71429rem 1.42857rem;
}

span.select2-container--classic .select2-selection--single .select2-selection__arrow {
    position: relative;
    float: right;
    overflow: auto;
    background-color: transparent;
    background-image: none;
    border: none;
    border-left: none;
    width: 41px;
    height: 100%;
}

span.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    position: absolute;
    border-color: transparent;
    border-width: 0px;
    border-style: none;
    left: unset;
    height: unset;
    width: unset;
    margin-left: unset;
    margin-top: unset;

    font-family: 'hs-admin-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 1.07143rem;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    text-align: center;
    display: flex;
    color: #bac9c9;
}

span.select2-container--classic .select2-selection--single .select2-selection__arrow b:before {
    content: "\e90d";
}

span.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    background-image: none;
}

span.select2-container--classic.select2-container--open .select2-selection--single,
span.select2-container--classic.select2-container--open .select2-dropdown{
    border: 1px solid #d3d9df;
    border-color:  #d3d9df;
}

span.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #c9e4e4;
    outline: 0;
}

span.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #f5f9f9;
    color: #212529;
}

span.select2-container--classic .select2-results>.select2-results__options::-webkit-scrollbar-track
{
    background-color: transparent;
    box-shadow: none;
    border-left: 1px solid #f5f9f9;
}

span.select2-container--classic .select2-results>.select2-results__options::-webkit-scrollbar
{
    width: 12px;
    background-color: transparent;
}

span.select2-container--classic .select2-results>.select2-results__options::-webkit-scrollbar-thumb
{
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #f5f9f9;
}
