.select2 {
    box-shadow: inset 0px 0px 2px #D8E2EF;
    border-radius: 2px;
    min-height: 2.2rem;
}

.select2-results__options {
  max-height: 200px !important;
  overflow-y: auto !important;
}

#cliente + .select2 {
    border: 1px solid #D8E2EF !important;
}

.select2-search__field {
    border-radius: 5px;
    border: 1px solid #D8E2EF;
    background: #f7f9f9;
}

.select2-selection__rendered {
    padding-left: 20px !important;
    padding-top: 3px;
}

.select2-search__field:focus {
    outline: 2px solid #5898DF;
    border-color: #5898DF;
}

.select2-container .select2-selection--single {
    height: 0px !important; 
}

.select2-selection--multiple {
            min-height: 2.2rem !important;
}

.select2-results>.select2-results__options li:nth-child(odd):hover{
    background-color: #636E7C !important;
    color: white!important;
}

.select2-results>.select2-results__options li:nth-child(even):hover{
   background-color: #636E7C !important;
   color: white!important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 15px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
   border-right: 0px;
    margin-top: 3px;
}