﻿
/* qdo abre e exibe as opcoes */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb !important;
    color: white;
    width: 100%;
}
/*modo normal*/
.select2 .select2-selection__rendered {
    /*#fbfbb5;*/
        background: #E9F4F7;
    border-radius: 5px;
    border: 0px solid #E9F4F7;
    height: 26px;
    line-height: 26px;
    width: 100%;
}
.select2-container--default {
    border-bottom: 1px solid #90c8e8 !important;
}
/*aberto*/
.select2-container--open .select2-selection--single::after {
position: absolute;
right: 5px;
top: 25%;
font-family: 'Font Awesome 5 Free';
font-weight: 900;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
content: "\f0d8";
font-size: 1.65rem;
color: #b01c1c;
}
/*fechado*/
/*.select2-container--default .select2-selection--single::after {
    position: absolute;
    right: 5px;
    top: 20%;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: "\f0d7";
    font-size: 1.65rem;
    color: #006fc2;
}*/
.select2-container--default .select2-selection--single {
    border: 0px !important;
}
/*    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #fff
    }*/