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

.select2-container .select2-selection--single {
    height: 30px !important;        /* Match Bootstrap .form-select-sm height */
    font-size: 0.75rem;            /* Small font size */
    line-height: 1.5 !important;    /* Vertically center the text */
    align-items: center;
    border-radius: 8px !important;
    border: 1px solid  #aebcc3 !important;
}
.select2-container .select2-selection__arrow {
    height: 100% !important;
    display: flex;
    align-items: center;
}
.select2-container .select2-selection__rendered {
    height: 28px !important;        /* Match Bootstrap .form-select-sm height */
    line-height: 2.3 !important;    /* Vertically center the text */
}
.select2-results__option {
    font-size: 0.75rem;            /* Small font size */
}
.select2-search__field:focus {
    font-size: 0.75rem;            /* Small font size */
    outline: 1px solid  #aebcc3;
    border-radius: 8px !important;
}

.select2-container--default .select2-selection__rendered {
    color: #434f5a !important; /* Цвет текста */
}