/* NEXORA_FIX15C_GLOBAL_SELECT_SYSTEM_START */
.nxos,
.nxos__menu {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

select.nxos-native,
select.nxcs-native,
select[data-nexora-built="1"],
select[data-nxcs-enhanced="true"] {
    position: absolute !important;
    inset-inline-start: -10000px !important;
    left: -10000px !important;
    top: auto !important;
    width: 1px !important;
    height: 1px !important;
    min-width: 1px !important;
    min-height: 1px !important;
    max-width: 1px !important;
    max-height: 1px !important;
    opacity: 0 !important;
    pointer-events: none !important;
    overflow: hidden !important;
    clip-path: inset(50%) !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    z-index: -1 !important;
}

.nxcs-select,
.nxcs-select * {
    box-sizing: border-box !important;
}

.nxcs-select {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    direction: rtl !important;
}

.nxcs-trigger {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 42px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px !important;
    border-radius: 14px !important;
    border: 1px solid rgba(18, 217, 227, .34) !important;
    background:
        linear-gradient(135deg, rgba(3, 16, 28, .92), rgba(5, 24, 39, .94)) !important;
    color: var(--sa-text, #E6EAEE) !important;
    padding: 0 14px !important;
    font-weight: 950 !important;
    line-height: 1.25 !important;
    cursor: pointer !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .035) !important;
    outline: none !important;
    text-align: right !important;
}

.nxcs-trigger:hover,
.nxcs-select.is-open .nxcs-trigger,
.nxcs-trigger:focus {
    border-color: rgba(34, 211, 238, .72) !important;
    box-shadow:
        0 0 0 4px rgba(34, 211, 238, .10),
        inset 0 1px 0 rgba(255, 255, 255, .06) !important;
}

.nxcs-value {
    min-width: 0 !important;
    flex: 1 1 auto !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    color: inherit !important;
}

.nxcs-caret {
    width: 26px !important;
    height: 26px !important;
    flex: 0 0 26px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 999px !important;
    border: 1px solid rgba(34, 211, 238, .45) !important;
    background: rgba(34, 211, 238, .12) !important;
    color: #22D3EE !important;
    font-size: 11px !important;
    line-height: 1 !important;
}

.nxcs-panel {
    position: fixed !important;
    z-index: 2147482500 !important;
    display: grid !important;
    gap: 5px !important;
    padding: 8px !important;
    border-radius: 16px !important;
    border: 1px solid rgba(34, 211, 238, .28) !important;
    background:
        linear-gradient(135deg, rgba(7, 18, 31, .98), rgba(6, 30, 46, .98)) !important;
    box-shadow: 0 28px 70px rgba(0, 0, 0, .42) !important;
    overflow: auto !important;
    direction: rtl !important;
}

.nxcs-option {
    min-height: 34px !important;
    width: 100% !important;
    border: 0 !important;
    border-radius: 11px !important;
    padding: 8px 10px !important;
    background: transparent !important;
    color: var(--sa-text, #E6EAEE) !important;
    font-weight: 900 !important;
    text-align: right !important;
    cursor: pointer !important;
}

.nxcs-option:hover,
.nxcs-option:focus {
    background: rgba(34, 211, 238, .12) !important;
    color: #FFFFFF !important;
}

.nxcs-option.is-selected {
    background: linear-gradient(135deg, rgba(34, 211, 238, .95), rgba(124, 234, 240, .88)) !important;
    color: #07121F !important;
}

.nxcs-option:disabled {
    opacity: .45 !important;
    cursor: not-allowed !important;
}

.nxcs-select.is-disabled {
    opacity: .72 !important;
    pointer-events: none !important;
}
/* NEXORA_FIX15C_GLOBAL_SELECT_SYSTEM_END */
/* NEXORA_FIX15D_DROPDOWN_POSITION_START */
.nxcs-panel {
    overscroll-behavior: contain !important;
    scrollbar-color: rgba(34, 211, 238, .45) rgba(7, 18, 31, .85) !important;
    scrollbar-width: thin !important;
}

.nxcs-panel::-webkit-scrollbar {
    width: 8px !important;
}

.nxcs-panel::-webkit-scrollbar-track {
    background: rgba(7, 18, 31, .85) !important;
    border-radius: 999px !important;
}

.nxcs-panel::-webkit-scrollbar-thumb {
    background: rgba(34, 211, 238, .50) !important;
    border-radius: 999px !important;
}
/* NEXORA_FIX15D_DROPDOWN_POSITION_END */
/* NEXORA_FIX15E_LIGHT_THEME_START
   نسخة الثيم الفاتح: المكون كان دارك ثابتاً فينكسر على data-theme="light" —
   نقلب الخلفيات لأبيض والنصوص لغامق بنفس قوة !important ليتغلب. */
html[data-theme="light"] .nxcs-trigger {
    background: #ffffff !important;
    border-color: rgba(13, 148, 158, .35) !important;
    color: #0b2239 !important;
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, .02) !important;
}

html[data-theme="light"] .nxcs-trigger:hover,
html[data-theme="light"] .nxcs-select.is-open .nxcs-trigger,
html[data-theme="light"] .nxcs-trigger:focus {
    border-color: rgba(13, 148, 158, .7) !important;
    box-shadow: 0 0 0 4px rgba(13, 148, 158, .10) !important;
}

html[data-theme="light"] .nxcs-caret {
    border-color: rgba(13, 148, 158, .4) !important;
    background: rgba(13, 148, 158, .08) !important;
    color: #0d949e !important;
}

html[data-theme="light"] .nxcs-panel {
    background: #ffffff !important;
    border-color: rgba(13, 148, 158, .3) !important;
    box-shadow: 0 22px 55px rgba(15, 40, 70, .22) !important;
    scrollbar-color: rgba(13, 148, 158, .45) #eef3f6 !important;
}

html[data-theme="light"] .nxcs-option {
    color: #0b2239 !important;
}

html[data-theme="light"] .nxcs-option:hover,
html[data-theme="light"] .nxcs-option:focus {
    background: rgba(13, 148, 158, .10) !important;
    color: #0b2239 !important;
}

html[data-theme="light"] .nxcs-option.is-selected {
    background: linear-gradient(135deg, #0fb5c0, #22D3EE) !important;
    color: #06222e !important;
}

html[data-theme="light"] .nxcs-panel::-webkit-scrollbar-track {
    background: #eef3f6 !important;
}

html[data-theme="light"] .nxcs-panel::-webkit-scrollbar-thumb {
    background: rgba(13, 148, 158, .45) !important;
}
/* NEXORA_FIX15E_LIGHT_THEME_END */
