/* OmniTeQ — modern supplier Select2 dropdown (purchase / purchase return) */

.select2-container--open .omni-supplier-select2-dropdown,
.select2-container--open .omni-customer-select2-dropdown.select2-dropdown {
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    box-shadow: 0 12px 40px rgba(15, 23, 42, 0.12);
    overflow: hidden;
    padding: 0;
    background: #ffffff;
    min-width: 260px;
    max-width: calc(100vw - 24px);
    box-sizing: border-box;
}

.input-group > .select2-container + .select2-container--open .select2-dropdown,
.input-group .select2-container--open .omni-supplier-select2-dropdown,
.input-group .select2-container--open .omni-customer-select2-dropdown.select2-dropdown {
    min-width: 260px;
}

.omni-supplier-select2-dropdown .select2-results__options,
.omni-customer-select2-dropdown .select2-results__options {
    overflow-x: hidden;
}

.omni-supplier-select2-dropdown .select2-search--dropdown,
.omni-customer-select2-dropdown .select2-search--dropdown {
    padding: 10px 12px 8px;
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
}

.omni-supplier-select2-dropdown .select2-search--dropdown .select2-search__field,
.omni-customer-select2-dropdown .select2-search--dropdown .select2-search__field {
    height: 36px;
    min-height: 36px;
    padding: 6px 12px;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    font-size: 13px;
    box-shadow: none;
    outline: none;
}

.omni-supplier-select2-dropdown .select2-search--dropdown .select2-search__field:focus,
.omni-customer-select2-dropdown .select2-search--dropdown .select2-search__field:focus {
    border-color: #0066ff;
    box-shadow: 0 0 0 3px rgba(0, 102, 255, 0.08);
}

.omni-supplier-select2-dropdown .select2-results > .select2-results__options,
.omni-customer-select2-dropdown .select2-results > .select2-results__options {
    max-height: 320px;
    padding: 4px 0;
}

.omni-supplier-select2-dropdown .select2-results__option,
.omni-customer-select2-dropdown .select2-results__option {
    padding: 0;
    border-bottom: 1px solid #f1f5f9;
    background: #ffffff;
    color: #0f172a;
}

.omni-supplier-select2-dropdown .select2-results__option:last-child,
.omni-customer-select2-dropdown .select2-results__option:last-child {
    border-bottom: none;
}

.omni-supplier-select2-dropdown .select2-results__option[aria-selected="true"],
.omni-customer-select2-dropdown .select2-results__option[aria-selected="true"] {
    background: #f8fafc;
}

.omni-supplier-select2-dropdown .select2-results__option--highlighted[aria-selected],
.omni-customer-select2-dropdown .select2-results__option--highlighted[aria-selected] {
    background: #eff6ff !important;
    color: inherit !important;
}

.omni-supplier-select2-dropdown .select2-results__option--highlighted .omni-s2-item__title,
.omni-customer-select2-dropdown .select2-results__option--highlighted .omni-s2-item__title {
    color: #0066ff;
}

.omni-s2-item {
    display: block;
    padding: 10px 14px;
    min-height: 40px;
}

.omni-s2-item__main {
    min-width: 0;
    width: 100%;
}

.omni-s2-item__title {
    font-size: 13px;
    font-weight: 600;
    color: #0f172a;
    line-height: 1.4;
    white-space: normal;
    word-break: break-word;
}

.omni-s2-item__meta {
    font-size: 11px;
    font-weight: 500;
    color: #64748b;
    margin-top: 2px;
    line-height: 1.35;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.omni-s2-item__extra {
    flex: 0 0 auto;
    font-size: 11px;
    font-weight: 600;
    color: #64748b;
    white-space: nowrap;
    padding-left: 8px;
}

.omni-s2-loading {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 14px;
    font-size: 12px;
    font-weight: 600;
    color: #64748b;
}

.omni-s2-mark {
    padding: 0;
    background: rgba(0, 102, 255, 0.14);
    color: #0066ff;
    font-weight: 700;
    border-radius: 3px;
}

.omni-supplier-select2-dropdown .select2-results__message,
.omni-customer-select2-dropdown .select2-results__message {
    padding: 0;
}

.omni-s2-empty--plain {
    padding: 14px;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    color: #64748b;
}

.omni-s2-empty {
    padding: 12px 14px 14px;
}

.omni-s2-add-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    padding: 10px 12px;
    border: 1px dashed #cbd5e1;
    border-radius: 8px;
    background: #f8fafc;
    color: #0066ff;
    font-size: 12px;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
    transition: background 0.15s ease, border-color 0.15s ease;
}

.omni-s2-add-btn:hover,
.omni-s2-add-btn:focus {
    background: rgba(0, 102, 255, 0.08);
    border-color: #0066ff;
    outline: none;
}

.omni-s2-add-btn .fa {
    font-size: 16px;
}

[data-theme="dark"] .select2-container--open .omni-supplier-select2-dropdown,
[data-theme="dark"] .select2-container--open .omni-customer-select2-dropdown.select2-dropdown {
    background: #111827;
    border-color: #334155;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
}

[data-theme="dark"] .omni-supplier-select2-dropdown .select2-search--dropdown,
[data-theme="dark"] .omni-customer-select2-dropdown .select2-search--dropdown {
    background: #0f172a;
    border-bottom-color: #334155;
}

[data-theme="dark"] .omni-supplier-select2-dropdown .select2-search--dropdown .select2-search__field,
[data-theme="dark"] .omni-customer-select2-dropdown .select2-search--dropdown .select2-search__field {
    background: #1e293b;
    border-color: #475569;
    color: #f1f5f9;
}

[data-theme="dark"] .omni-supplier-select2-dropdown .select2-results__option,
[data-theme="dark"] .omni-customer-select2-dropdown .select2-results__option {
    background: #111827;
    border-bottom-color: #1e293b;
    color: #f1f5f9;
}

[data-theme="dark"] .omni-supplier-select2-dropdown .select2-results__option[aria-selected="true"],
[data-theme="dark"] .omni-customer-select2-dropdown .select2-results__option[aria-selected="true"] {
    background: #1e293b;
}

[data-theme="dark"] .omni-supplier-select2-dropdown .select2-results__option--highlighted[aria-selected],
[data-theme="dark"] .omni-customer-select2-dropdown .select2-results__option--highlighted[aria-selected] {
    background: #2563eb !important;
}

[data-theme="dark"] .omni-supplier-select2-dropdown .select2-results__option--highlighted[aria-selected] .omni-s2-item__title,
[data-theme="dark"] .omni-customer-select2-dropdown .select2-results__option--highlighted[aria-selected] .omni-s2-item__title,
[data-theme="dark"] .omni-supplier-select2-dropdown .select2-results__option--highlighted .omni-s2-item__title,
[data-theme="dark"] .omni-customer-select2-dropdown .select2-results__option--highlighted .omni-s2-item__title {
    color: #ffffff;
}

[data-theme="dark"] .omni-supplier-select2-dropdown .select2-results__option--highlighted .omni-s2-mark,
[data-theme="dark"] .omni-customer-select2-dropdown .select2-results__option--highlighted .omni-s2-mark {
    background: rgba(255, 255, 255, 0.22);
    color: #ffffff;
}

[data-theme="dark"] .omni-s2-item__title {
    color: #f1f5f9;
}

[data-theme="dark"] .omni-s2-item__meta,
[data-theme="dark"] .omni-s2-item__extra {
    color: #94a3b8;
}

[data-theme="dark"] .omni-s2-add-btn {
    background: #1e293b;
    border-color: #475569;
    color: #60a5fa;
}

[data-theme="dark"] .omni-s2-add-btn:hover,
[data-theme="dark"] .omni-s2-add-btn:focus {
    background: rgba(96, 165, 250, 0.12);
    border-color: #60a5fa;
}
