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

.select2-container .select2-selection--single,
.select2-container .select2-selection--multiple {
    min-height: 34px;
    border: 1px solid #d6dee8;
    border-radius: 0.375rem;
    background: #fff;
    font-size: 0.8125rem;
    box-shadow: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #1f2937;
    line-height: 32px;
    padding-left: 0.75rem;
    padding-right: 2rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 32px;
    right: 0.35rem;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #6b7280;
}

.select2-container--default .select2-selection--multiple {
    padding: 0.125rem 0.375rem;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 0.2rem;
    border: 1px solid #d6dee8;
    background: #eef4fb;
    color: #1f2937;
    font-size: 0.75rem;
}

.select2-dropdown {
    border: 1px solid #d6dee8;
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.12);
    z-index: 1060;
}

.select2-container--open{
    z-index: 1060;
}

.select2-container--open .select2-dropdown--below,
.select2-container--open .select2-dropdown--above {
    z-index: 1060;
}

.select2-search--dropdown .select2-search__field {
    border: 1px solid #d6dee8;
    border-radius: 0.375rem;
    font-size: 0.8125rem;
}

.select2-results__option {
    font-size: 0.8125rem;
}

.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default.select2-container--open .select2-selection--single,
.select2-container--default.select2-container--open .select2-selection--multiple {
    border-color: #9eb7d6;
}

select.form-select-sm + .select2 .select2-selection--single,
select.form-select-sm + .select2 .select2-selection--multiple,
select.form-control-sm + .select2 .select2-selection--single,
select.form-control-sm + .select2 .select2-selection--multiple {
    min-height: 31px;
    font-size: 0.79rem;
}

select.form-select-sm + .select2 .select2-selection--single .select2-selection__rendered,
select.form-control-sm + .select2 .select2-selection--single .select2-selection__rendered {
    line-height: 29px;
}

select.form-select-sm + .select2 .select2-selection--single .select2-selection__arrow,
select.form-control-sm + .select2 .select2-selection--single .select2-selection__arrow {
    height: 29px;
}

.app-sidebar .select2-container .select2-selection--single,
.app-sidebar .select2-container .select2-selection--multiple {
    min-height: 34px;
    border-color: rgba(24, 64, 115, 0.18);
}
