.searchable-select {
    width: 100%;
}

.searchable-select__trigger {
    display: flex;
    align-items: center;
    min-height: calc(1.5em + 0.75rem + 2px);
    padding-right: 2.25rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
}

.searchable-select__trigger.disabled,
.searchable-select__trigger:disabled {
    background-color: var(--bs-secondary-bg);
    opacity: 1;
}

.searchable-select__trigger-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.searchable-select__menu {
    min-width: 100%;
    max-width: 100%;
}

.searchable-select__list {
    max-height: 280px;
    overflow-y: auto;
}

.searchable-select__option--highlighted,
.searchable-select__option--highlighted.active {
    background-color: var(--bs-primary);
    color: #fff;
}

.searchable-select__option--highlighted.active {
    background-color: var(--bs-primary);
}

.location-selector--inline .reports-toolbar-filters__field {
    flex: 1 1 8rem;
    min-width: 6rem;
}

.location-selector--inline .searchable-select__trigger {
    min-height: calc(1.5em + 0.5rem + 2px);
    font-size: 0.875rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}
