.select2 {
    max-width: 100%;
    font-size: 12px !important;
    font-family: Arial, Monospace !important;
}

.select2-selection {
    overflow: hidden;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    white-space: normal !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #1e2430;
    border-radius: 0!important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)!important;
    font-family: Arial, Monospace !important;
    font-size: 12px !important;
}

.select2-container .select2-selection--single {
    height: 33px!important;
    border-left: 3px solid #337ab7;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #424242;
    padding-left: 12px!important;
    line-height: 30px!important;
}

.select2-search__field:focus {
    border-color: #66afe9!important;
    outline: 0!important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)!important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)!important
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 3px!important;
}

.form-group>.select2-container {
    width: 100% !important;
}

.is-invalid .select2-container--default .select2-selection--single {
    border-color: #dc3545;
}

.select2-results__option {
    padding: 1px 12px 1px 12px;
    font-weight: normal;
    font-family: Arial, Monospace !important;
    font-size: 12px !important;
}

.select2-search__field {
    padding-left: 8px !important;
    font-weight: normal;
    font-family: Arial, Monospace !important;
    font-size: 12px !important;
}

.select2-search__field:focus {
    border:1px solid #337ab7 !important;
    box-shadow: none !important;
}

.select2-selection__rendered {
    text-align: left;
}

.custom-drp-result {
    width: auto !important;
    min-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}