.select2-container {
    width: 100% !important;
}

.select2-container .select2-selection--single .select2-selection__rendered{
    padding-left: 0px !important;
}

.select2-container .select2-selection--single{
    height: calc(1.5em + .75rem + 2px) !important;
    padding: .375rem .75rem;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    content: "";
    width: 13px !important;
    height: 13px !important;
    border-color: #03256C #03256C transparent transparent !important;
    border-style: solid !important;
    border-width: 2px 2px 0 0 !important;
    transform: rotate(135deg) !important;
    margin-left: -15px !important;
    margin-top: -5px !important;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
    border-color: #03256C #03256C transparent transparent !important;
    border-width: 2px 2px 0 0 !important;
    transform: rotate(-45deg) !important;
    margin-top: 5px !important;

}