.select2-selection.select2-selection--single{
    width: 100%;
    height: 53.59px !important;
    margin: 0 auto;
    border-radius: 10px !important;
    color: rgb(100, 100, 100) !important;
    border: 2px solid rgb(200, 200, 200) !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
}
.select2-container--default .select2-selection--single{
    display: flex !important;
    align-items: center !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 14px !important;
}
.select2-container--default .select2-selection--multiple{
    border-radius: 10px !important;
    color: rgb(100, 100, 100) !important;
    border: 2px solid rgb(200, 200, 200) !important;
    height: 47px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li{
    background-color: #E0EEFF;
    border-radius: 10px;
    padding: 3px 7px 3px 20px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{
    border: none !important;
    padding-top: 2px !important;
    background-color: transparent !important;
}
.select2-search.select2-search--inline{
    background-color: transparent !important;
}
.select2-selection__rendered{
    overflow-x: hidden !important;
    display: flex !important;
}
#select2-banco-container{
    font-weight: 400;
    line-height: 1.5;
    color: #595b5e;
    width: 100%;
    justify-content: center;
    font-size: 1.25rem !important;
}
.select2-container .select2-selection--single {
    border-radius: 40px !important;
    border: 1px solid #ced4da !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    text-transform: none;
}