/* Select2 (bootstrap4 theme) — match the height of a Bootstrap .form-control */

/* default (Bootstrap .form-control height) */
.select2-container--bootstrap4 .select2-selection--single {
    height: calc(1.5em + 0.75rem + 2px) !important;
    min-height: calc(1.5em + 0.75rem + 2px) !important;
    padding: 0.375rem 1.75rem 0.375rem 0.75rem !important;
    line-height: 1.5 !important;
    font-size: 1rem;
}
.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
    line-height: 1.5 !important;
    padding: 0 !important;
    color: #495057;
}
.select2-container--bootstrap4 .select2-selection--single .select2-selection__placeholder {
    line-height: 1.5;
    color: #6c757d;
}
.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow {
    height: 100% !important;
    top: 0 !important;
    right: 0.5rem !important;
}

/* AdminLTE compact  (body.text-sm — every admin / employee / distributor page) */
.text-sm .select2-container--bootstrap4 .select2-selection--single {
    height: calc(1.8125rem + 2px) !important;
    min-height: calc(1.8125rem + 2px) !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    line-height: calc(1.8125rem) !important;
    font-size: 0.875rem;
}
.text-sm .select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
    line-height: calc(1.8125rem) !important;
}
.text-sm .select2-selection__placeholder { line-height: calc(1.8125rem) !important; }

/* small variant */
.form-control-sm + .select2-container--bootstrap4 .select2-selection--single,
.input-group-sm .select2-container--bootstrap4 .select2-selection--single {
    height: calc(1.5em + 0.5rem + 2px) !important;
    min-height: calc(1.5em + 0.5rem + 2px) !important;
    line-height: 1.5 !important;
}

/* layout */
.input-group .select2-container--bootstrap4 { flex: 1 1 auto; width: 1% !important; }
.select2-container { z-index: 1; }
.select2-dropdown { z-index: 1057; }
.modal .select2-container--open { z-index: 1056; }
