select.select2 {
    display: none;
}
.select2 {
    display: block;
    float: left;
    width: 100%;
    height: 30px;
    border: 1px solid;
    border-radius: 4px;
    box-sizing: border-box;
    background: #474b51;
}
select:disabled + .select2 {
    background: transparent;
}
.select2 .selection .select2-selection {
    display: block;
    height: 30px;
    line-height: 28px;
    width: calc(100%);
    padding: 0px 5px;
    font-size: 14px;
    font-family: Poppins,sans-serif;
    background-clip: padding-box;
    border:1px solid rgba(255,255,255,0.15);
    border-radius:4px;
    transition:border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    opacity: initial;
    text-align: left;
    box-sizing: border-box;
}
.select2:not(.select2-container--disabled) .selection .select2-selection {
    /* background-color: #fff; */
    overflow: auto;
}
.select2.select2-container--open  .selection .select2-selection {
    /*border-color: #26B4FF;*/
}
.select2 .selection .select2-selection span.select2-selection__rendered {
    line-height: 25px;
    height: 25px;
    overflow: auto;
}
.select2-container.select2-container--default.select2-container--open:not([dir='ltr']) {
    border-radius: 4px;
    margin-top: -2px;
    z-index: 9;
    border: 1px solid;
    background: #3d4148;
}
.divconfirmacao_abrir .select2-container.select2-container--default.select2-container--open:not([dir='ltr']) {
    z-index: 3;
    margin-top: -1px;
}
.select2-container.select2-container--default.select2-container--open:not([dir='ltr']) span {
    display: block;
}

.select2-container.select2-container--default.select2-container--open:not([dir='ltr']) span.select2-search {
    padding: 0px 10px;
    width: calc(100% - 20px);
    margin-top: 10px;
    margin-bottom: 5px;
}
.select2-container.select2-container--default.select2-container--open:not([dir='ltr']) span.select2-search input {
    margin: 0px;
    width: 100%;
    height: 30px;
}
.bootstrap-select.open  button.selectpicker {
    border-color: #26B4FF;
}

.select2-container.select2-container--default.select2-container--open ul {
    max-height: 200px;
    overflow: auto;
    overflow-x: hidden;
    list-style: none;
    padding: 0px 5px;
    width: 100%;
    padding-bottom: 5px;
    margin: 0px;
    margin-top: 3px;
    box-sizing: border-box;
    float: left;
}
.select2-container.select2-container--default.select2-container--open ul li {
    padding: 6px 3px;
    width: calc(100%);
    margin: 0px;
    margin-left: -2px;
    min-height: 18px;
    border-bottom: 1px solid rgba(255,255,255,0.15);
    /* border-radius: 4px; */
    background: rgba(255,255,255,0.05);
    cursor: pointer;
}
.select2-container.select2-container--default.select2-container--open ul li.select2-results__option.select2-results__option--highlighted {
    background: #5a5f67;
}

.select2 .selection .select2-selection.select2-selection--multiple {
    padding: 0px;
    padding-bottom: 5px;
    height: auto;
    width: 100%;
}
.select2 .selection .select2-selection.select2-selection--multiple ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: table;
    width: 100%;
}
.select2 .selection .select2-selection.select2-selection--multiple ul li {
    float: left;
    margin-left: 5px;
    margin-top: 5px;
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 4px;
    padding: 5px;
    max-width: calc(100% - 20px);
    display: table;
}
.select2 .selection .select2-selection.select2-selection--multiple ul li span {
    float: right;
    margin-left: 5px;
    width: 20px;
    height: 21px;
    line-height: 21px;
    text-align: center;
    color: #d9534f;
    border-radius: 4px;
    cursor: pointer;
}
.select2 .selection .select2-selection.select2-selection--multiple ul li span:hover {
    color: #fff;
    background: #d9534f;
}
.select2 .selection .select2-selection.select2-selection--multiple ul li.select2-search {
    padding: 0px;
    border: 0px;
    width: 100%;
}

.select2 .selection .select2-selection.select2-selection--multiple ul li.select2-search input {
    width: 100%;
    margin: 0px;
}