.custom-select-container{width:100%;position:relative}.custom-select-trigger{box-sizing:border-box;color:#fff;cursor:pointer;width:100%;transition:all var(--transition-fast);-webkit-user-select:none;user-select:none;background-color:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;justify-content:space-between;align-items:center;padding:10px 14px;font-size:.9rem;font-weight:500;display:flex}.custom-select-trigger:hover,.custom-select-trigger.open{border-color:var(--color-primary);background-color:#ffffff1a}.custom-select-trigger span{white-space:nowrap;text-overflow:ellipsis;text-align:left;flex:1;min-width:0;max-width:calc(100% - 20px);padding-right:8px;display:block;overflow:hidden}.custom-select-trigger svg{width:16px;height:16px;transition:transform var(--transition-fast);color:#fff;flex-shrink:0}.custom-select-trigger.open svg{transform:rotate(180deg)}.placeholder-text{color:#ffffffb3}.custom-select-container.disabled{opacity:.5;pointer-events:none}.custom-select-search-container{background-color:var(--color-bg-surface);z-index:10;border-top-left-radius:var(--radius-md);border-top-right-radius:var(--radius-md);border-bottom:1px solid #ffffff14;margin:-6px -6px 6px;padding:8px;position:sticky;top:-6px}.custom-select-search{background-color:var(--color-bg-surface-elevated);color:#fff;border:1px solid #ffffff1a;border-radius:9999px;outline:none;width:100%;padding:8px 16px;font-size:.85rem;transition:all .3s}.custom-select-search:focus{border-color:var(--color-primary);box-shadow:0 0 0 2px #ff730033}.custom-select-container.open-active{z-index:10000!important}.custom-select-dropdown{border-radius:var(--radius-md);border:1px solid #fff3;max-height:320px;padding:6px;position:absolute;top:calc(100% + 4px);left:0;overflow-y:auto;box-shadow:0 14px 40px #000000f2;z-index:99999!important;opacity:1!important;background:#161814!important}.custom-select-dropdown.drop-up{top:auto;bottom:calc(100% + 4px)}.custom-select-dropdown::-webkit-scrollbar{width:6px}.custom-select-dropdown::-webkit-scrollbar-track{background:0 0}.custom-select-dropdown::-webkit-scrollbar-thumb{background:#fff3;border-radius:10px}.custom-select-dropdown::-webkit-scrollbar-thumb:hover{background:var(--color-primary)}.custom-select-options{margin:0;padding:0;list-style:none}.custom-select-option{cursor:pointer;color:#fff;white-space:normal;word-break:break-word;transition:all var(--transition-fast);border-radius:6px;padding:10px 12px;font-size:.9rem;line-height:1.35}.custom-select-option:hover{color:var(--color-primary);background-color:#ff730026}.custom-select-option.selected{background-color:var(--color-primary);color:#fff}.custom-select-option.placeholder{color:var(--color-text-muted);font-style:italic}.custom-select-option.placeholder:hover{color:var(--color-text-main);background-color:#0000}[data-theme=light] .custom-select-trigger{color:#1a1c18;background-color:#fff;border-color:#0000001f}[data-theme=light] .custom-select-trigger:hover,[data-theme=light] .custom-select-trigger.open{background-color:#f8f7f4}[data-theme=light] .custom-select-trigger svg{color:#1a1c18}[data-theme=light] .placeholder-text{color:#00000073}[data-theme=light] .custom-select-search-container{background-color:#fff;border-bottom-color:#0000000f}[data-theme=light] .custom-select-search{color:#1a1c18;background-color:#f5f3ee;border-color:#0000001a}[data-theme=light] .custom-select-dropdown{border-color:#0000001f;box-shadow:0 8px 28px #0000001f;background:#fff!important}[data-theme=light] .custom-select-dropdown::-webkit-scrollbar-thumb{background:#0000001f}[data-theme=light] .custom-select-option{color:#1a1c18}[data-theme=light] .custom-select-option:hover{background-color:#e0680014}[data-theme=light] .custom-select-option.selected{background-color:var(--color-primary);color:#fff}
