.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple {
    margin-top: 0.4rem !important;
    padding-top: 0.3rem !important;
    padding-bottom: 0.3rem !important;
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
    border-color: #cbd5e1 !important;
    border-radius: 0.5rem !important;
    /* max-height: 38px; */
}

.select2-container .select2-selection--single, .select2-container .select2-selection--multiple {
    height: auto !important;
}

.select2-container .select2-selection--single .select2-selection__rendered, .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding: 0 !important;
}


.select2-container--default .select2-selection--single .select2-selection__arrow, .select2-container--default .select2-selection--multiple .select2-selection__arrow {
    top: 12px !important;
    right: 12px !important;
}


.select2-dropdown {
    border-color: #cbd5e1 !important;
    border-radius: 0.5rem !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border-radius: 0.5rem !important;
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
}

.select2-container--default.select2-container--disabled .select2-selection--single, .select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #f1f5f9;
    border-color: #cbd5e1;
}

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


.select2-container--default .select2-selection--multiple .select2-selection__choice{
    background-color: #e9eef5 !important;
    border-color: #e9eef5 !important;
    color: #545454 !important;
    font-weight: bolder;
}
