.auth-tenant-select + .select2-container {
    width: 100% !important;
}

.auth-tenant-select + .select2-container--default .select2-selection--single {
    min-height: 36px;
    border-radius: 8px;
    border: 1px solid var(--auth-border);
    font-size: 0.875rem;
    color: var(--auth-text);
    background-color: #fff;
    position: relative;
}

.auth-tenant-select + .select2-container--default .select2-selection--single .select2-selection__rendered {
    display: block;
    line-height: 34px;
    padding-left: 0.75rem;
    padding-right: 3.75rem;
    color: var(--auth-text);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.auth-tenant-select + .select2-container--default .select2-selection--single .select2-selection__clear {
    position: absolute;
    right: 2.5rem;
    top: 50%;
    transform: translateY(-50%);
    float: none !important;
    margin: 0 !important;
    padding: 0;
    width: 1rem;
    text-align: center;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1;
    color: var(--auth-placeholder);
    cursor: pointer;
}

.auth-tenant-select + .select2-container--default .select2-selection--single .select2-selection__clear:hover {
    color: var(--auth-text);
}

.auth-tenant-select + .select2-container--default .select2-selection--single .select2-selection__arrow {
    position: absolute;
    right: 0;
    top: 0;
    height: 34px;
    width: 1.75rem;
}

.auth-tenant-select + .select2-container--default.select2-container--focus .select2-selection--single,
.auth-tenant-select + .select2-container--default.select2-container--open .select2-selection--single {
    border-color: var(--auth-gold);
    box-shadow: 0 0 0 0.15rem rgba(201, 154, 46, 0.15);
}

.auth-tenant-select2-dropdown.select2-dropdown {
    border-radius: 8px;
    border-color: var(--auth-border);
    font-size: 0.875rem;
    overflow: hidden;
}

.auth-tenant-select2-dropdown .select2-search--dropdown {
    padding: 0.5rem;
}

.auth-tenant-select2-dropdown .select2-search__field {
    border-radius: 6px;
    border: 1px solid var(--auth-border);
    font-size: 0.875rem;
    padding: 0.375rem 0.5rem;
}

.auth-tenant-select2-dropdown .select2-search__field:focus {
    border-color: var(--auth-gold);
    outline: none;
    box-shadow: 0 0 0 0.15rem rgba(201, 154, 46, 0.12);
}

.auth-tenant-select2-dropdown .select2-results__option {
    padding: 0.5rem 0.75rem;
}

.auth-tenant-select2-dropdown .select2-results__option--selected {
    background-color: #f3f4f6;
    color: var(--auth-text);
}

.auth-tenant-select2-dropdown .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--auth-gold-light);
    color: var(--auth-text);
}

.auth-tenant-select2-dropdown .select2-results__option--selected.select2-results__option--highlighted {
    background-color: var(--auth-gold-light);
    color: var(--auth-text);
}
