.custom-select-container{position:relative;min-width:160px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.custom-select-trigger{display:flex;align-items:center;justify-content:space-between;background:#fff;border:1px solid #e2e8f0;padding:12px 16px;border-radius:12px;font-size:.95rem;color:#1e293b;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1)}.custom-select-trigger:hover{background:#f8fafc;border-color:#cbd5e1;color:#0f172a;transform:translateY(-1px);box-shadow:0 4px 12px #0000000d}.custom-select-trigger.is-open{background:#fff;border-color:#2563eb;box-shadow:0 0 0 2px #2582f61a}.custom-select-inline-search{border:none;outline:none;background:transparent;font-size:.95rem;color:#1e293b;width:100%;padding:0;margin:0}.custom-select-inline-search::-moz-placeholder{color:#94a3b8}.custom-select-inline-search::placeholder{color:#94a3b8}.select-chevron{width:16px;height:16px;margin-left:12px;flex-shrink:0;color:#94a3b8;transition:transform .3s ease}.custom-select-trigger.is-open .select-chevron{transform:rotate(180deg);color:#1e293b}.custom-select-options{position:absolute;top:calc(100% + 8px);left:0;width:100%;min-width:220px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 10px 30px #0000001a;padding:6px;max-height:400px;overflow-y:auto;overscroll-behavior:contain;z-index:2100;opacity:0;transform:translateY(-10px) scale(.95);pointer-events:none;transition:all .2s cubic-bezier(.4,0,.2,1)}.custom-select-options.is-open{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}.custom-option{padding:7px 12px;border-radius:8px;color:#475569;font-size:13px;cursor:pointer;transition:background .15s ease,color .15s ease;display:flex;align-items:center;justify-content:space-between}.custom-option:hover{background:#f1f5f9;color:#1e293b}.custom-option.selected{background:#eff6ff;color:#2563eb;font-weight:600}.custom-option.selected:hover{background:#dbeafe}.custom-option--empty{color:#94a3b8;font-size:.85rem;cursor:default;text-align:center;justify-content:center}.custom-option--empty:hover{background:transparent}.check-icon{width:14px;height:14px;color:inherit;margin-left:8px;opacity:0;transition:opacity .2s}.custom-option.selected .check-icon{opacity:1}.custom-option__label{flex:1;display:inline;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.custom-option__sublabel{color:#94a3b8;font-weight:400}.custom-option.is-disabled{color:#94a3b8;cursor:not-allowed}.custom-option.is-disabled:hover{background:transparent;color:#94a3b8}.custom-option__hint{color:#94a3b8;font-size:11px;font-weight:400;margin-left:8px;white-space:nowrap;flex-shrink:0}
