.custom-dropdown-wrapper{display:flex;flex-direction:column;gap:8px;width:100%}.custom-dropdown-label{font-size:13px;font-weight:500;color:#0f172a;display:flex;align-items:center;gap:6px}.custom-dropdown{position:relative;width:100%}.custom-dropdown.disabled .custom-dropdown-trigger{background:#f8fafc;cursor:not-allowed;opacity:.6}.custom-dropdown.open .custom-dropdown-trigger{border-color:#94a3b8;box-shadow:0 0 0 3px #94a3b81a}.custom-dropdown.open .custom-dropdown-arrow{transform:rotate(180deg)}.custom-dropdown-trigger{width:100%;min-width:200px;display:flex;align-items:center;justify-content:space-between;padding:10px 14px;background:#fff!important;border:1px solid #e2e8f0!important;border-radius:8px;font-size:14px;color:#0f172a!important;cursor:pointer;transition:all .15s ease;box-shadow:none!important}.custom-dropdown-trigger:hover{border-color:#cbd5e1!important;background:#fff!important}.custom-dropdown-trigger:focus{outline:none!important;border-color:#94a3b8!important;box-shadow:0 0 0 3px #94a3b81a!important}.custom-dropdown-arrow{flex-shrink:0;width:16px;height:16px;color:#64748b;transition:transform .2s ease}.custom-dropdown-menu{position:absolute;top:calc(100% + 4px);left:0;right:0;max-height:300px;overflow-y:auto;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 4px 6px #00000012;z-index:1000;animation:dropdown-fade-in .15s ease}@keyframes dropdown-fade-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.custom-dropdown-search{position:sticky;top:0;padding:8px;background:#fff;border-bottom:1px solid #e2e8f0}.custom-dropdown-search input{width:100%;padding:10px 12px;border:1px solid #e2e8f0!important;border-radius:6px;font-size:14px;outline:none;background:#fff!important;color:#0f172a!important;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.custom-dropdown-search input:focus{border-color:#94a3b8!important;box-shadow:0 0 0 3px #94a3b81a!important}.custom-dropdown-search input::placeholder{color:#94a3b8}.custom-dropdown-options{padding:4px}.custom-dropdown-option{padding:10px 12px;font-size:14px;color:#0f172a!important;cursor:pointer;border-radius:6px;transition:all .15s ease;display:block;background:transparent!important;border:none!important;text-align:left;width:100%}.custom-dropdown-option:hover{background:#f8fafc!important}.custom-dropdown-option.selected{background:#f1f5f9!important;font-weight:500}.custom-dropdown-option.disabled{color:#cbd5e1!important;cursor:not-allowed}.custom-dropdown-option.disabled:hover{background:transparent!important}.custom-dropdown-empty{padding:20px;text-align:center;color:#64748b;font-size:14px}
