.select-in-modal+.select2-container {
    width: 100% !important;
    padding: 0;
    z-index:10000;
}

.select2-container--open {
    z-index:10000;
}
.select2-container--default .select2-results__option--highlighted[aria-selected]{
    background-color: #2f2b3e!important;
    color: #fff!important;
}
.select2-dropdown {
    background-color: var(--layoutsBg)!important;
    border: 1px solid var(--layoutsborder)!important;
}
.select2-selection.select2-selection--single{
    height: 35px!important;
    color: var(--placeholderColor)!important;
    background-color: var(--formControlBg)!important;
    border: 1px solid var(--layoutsborder)!important;
}
