/* Single Selection Start */
.select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 6px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--bs-body-color)!important;
    line-height: 35px !important;
    padding-left: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    height: 35px !important;
    padding-right: 10px!important;
}

.select2-container .select2-selection--single {
    height: 38px !important;
}

/* Single Selection End */

/* Multiple Selection Start */

.select2-container--default .select2-selection--multiple .select2-selection__arrow{
    top: 6px !important;
}

.select2-container--default .select2-selection--multiple .select2-search__field {
     color: var(--bs-body-color) !important;
    line-height: 32px !important;
    /* margin-left: 8px; */
}

.select2-container .select2-search--inline .select2-search__field {
    padding: 0px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    height: 35px !important;
    margin: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-bottom: 7px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    height: 35px !important;
    padding-right: 10px !important;
    margin-top: 0px !important;
}

.select2-container .select2-selection--multiple {
    min-height: 35px !important;
    background-color: var(--bs-secondary-bg);
    border: var(--bs-border-width) solid var(--bs-input-border-color) !important;
}

/* Multiple Selection End */

.select2-container {
    z-index: 999 !important;
    width: 100% !important;
    display: block !important;
}

.select2-container--default .select2-selection--single{
    border: var(--bs-border-width) solid var(--bs-input-border-color);
    background: none;
}

.select2-container .select2-selection--single{
    height: 39px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: var(--bs-body-color);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 37px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 7px;
}

.select2-dropdown{
    z-index: 999999;
}

.select2-dropdown{
    background-color: var(--bs-secondary-bg);
    border: var(--bs-border-width) solid var(--bs-input-border-color);
}

.select2-container--default .select2-results__option--selected {
  background-color: none;
}

.select2-container--default .select2-selection--multiple{
    padding: 0;
}