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

label > .select2-container {
    margin-top: 15px !important;
}

.sm-select2-other-input {
    margin-top: 15px;
}

.select2-container .select2-selection--single {
    height: 38px !important;
    min-height: 38px !important;
    border: 1px solid #ced4da !important;
    border-radius: 0.375rem !important;
    background-color: #fff !important;
    display: flex !important;
    align-items: center !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 36px !important;
    padding-left: 0.75rem !important;
    padding-right: 2rem !important;
    color: #212529 !important;
}

.select2-container .select2-selection--single .select2-selection__arrow {
    height: 36px !important;
    right: 8px !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #6c757d !important;
}

.select2-dropdown {
    border: 1px solid #ced4da !important;
}

.select2-search--dropdown .select2-search__field {
    border: 1px solid #ced4da !important;
    border-radius: 0.375rem !important;
    padding: 0.375rem 0.75rem !important;
}

.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--open .select2-selection--single {
    border-color: #86b7fe !important;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25) !important;
}

.select2-container--disabled .select2-selection--single {
    background-color: #e9ecef !important;
    opacity: 1 !important;
}
