﻿.select2-container {
    width: 100% !important;
    margin-bottom: 10px;
}

.select2-container.is-invalid {
    margin-bottom: 6px;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #5c83a4 !important;
    border-radius: 4px !important;
    height: 38px !important;
    padding: 0 10px !important;
    background-color: transparent !important;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #8aaac3;
        line-height: 38px !important;
        height: 38px !important;
        padding-left: 0 !important;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered.text-white {
        color: white !important;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 36px !important;
        right: 8px !important;
    }

.select2-dropdown {
    border-color: #5c83a4;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.select2-dropdown, .select2-container--default .select2-search--dropdown .select2-search__field, .select2-container--default .select2-results > .select2-results__options {
    background-color: #003C71 !important;
    color: white !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    padding-left: 10px !important;
}

.select2-container--default .select2-results > .select2-results__options .select2-results__option {
    color: white !important;
    padding-left: 10px !important;
}

    .select2-container--default .select2-results > .select2-results__options .select2-results__option:first-child {
        color: #8aaac3 !important;
    }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
.select2-container--default .select2-results__option--selected {
    background-color: #61737B !important;
    color: white !important;
}



.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid white !important;
}

select2 select2-container select2-container--default select2-container--below select2-container--focus {
    font-family: "SST", sans-serif;
}