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

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 41px !important;
    font-weight: 600;
}

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

.select2 {
    width: 100% !important;
}

 .select2-container--default .select2-selection--single,  .select2-container--default .select2-search--dropdown .select2-search__field  {
     border: 1px solid rgba(194, 194, 194, 0.52) !important;
     border-radius: 10px !important;
 }

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000000 !important;
    font-size: 15px;
    font-weight: bold;
    margin-left: 5px;
}

.select2-container--open .select2-dropdown--below {

    border-left: 1px solid rgba(194, 194, 194, 0.52) !important;
    border-right: 1px solid rgba(194, 194, 194, 0.52) !important;
    border-bottom: 1px solid rgba(194, 194, 194, 0.52) !important;
    border-top: none !important;
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.select2-container--open .select2-selection--single {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #5676a9 !important;
}

.select2-results__option--selectable {
    font-size: 15px;
    font-weight: 600;
    color: #a6a6a6;
}
