﻿.select2-results__option {
    font-size: 12px;
}

.select2-dropdown {
    z-index: 1500 !important;
}

.copy-group,
.copy-group-sm {
    flex-wrap: nowrap !important;
}

.copy-group > .input-group-text,
.copy-group-sm > .input-group-text {
    width: 140px;
}

.copy-group > button,
.copy-group-sm > button {
    width: 42px;
}

.copy-group-sm > .select2-container {
    min-width: 76% !important;
}

.copy-group > .select2-container {
    min-width: 90% !important;
}

.input-group .select2-container {
    min-width: auto !important;
}

.select2-container {
    min-width: 100%;
}

/* match input height to bootstrap input styles */
.select2-container .select2-selection--single {
    height: 35px !important;
}
.select2-selection__arrow {
    height: 34px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px !important;
}

.input-group .select2-selection.select2-selection--single {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-selection__clear {
    color: var(--v-danger);
    font-size: 24px;
    padding-right: 5px;
    padding-left: 5px;
}
