.searchable-select{flex-direction:column;gap:8px;display:flex;position:relative}.searchable-select label{color:#000;font-size:14px;font-weight:500}.searchable-select label.required:after{content:" *";color:#dc2626}.searchable-select .select-input{position:relative}.searchable-select .select-input.disabled{opacity:.5;cursor:not-allowed}.searchable-select .select-input.error .select-button{border-color:#dc2626}.searchable-select .select-input .select-button{cursor:pointer;text-align:left;background-color:#fff;border:1px solid #d1d5db;border-radius:8px;justify-content:space-between;align-items:center;width:100%;padding:10px 12px;transition:all .2s;display:flex}.searchable-select .select-input .select-button:hover:not(:disabled){border-color:#9ca3af}.searchable-select .select-input .select-button:focus{border-color:#6b7280;outline:none;box-shadow:0 0 0 3px #0000000d}.searchable-select .select-input .select-button:disabled{cursor:not-allowed;background-color:#f9fafb}.searchable-select .select-input .select-button .selected{color:#000;font-size:14px}.searchable-select .select-input .select-button .placeholder{color:#9ca3af;font-size:14px}.searchable-select .select-input .select-button .select-icons{align-items:center;gap:4px;display:flex}.searchable-select .select-input .select-button .select-icons .clear-icon{color:#6b7280;width:16px;height:16px;transition:color .2s}.searchable-select .select-input .select-button .select-icons .clear-icon:hover{color:#000}.searchable-select .select-input .select-button .select-icons .chevron-icon{color:#6b7280;width:20px;height:20px;transition:transform .2s}.searchable-select .select-input .select-button .select-icons .chevron-icon.rotated{transform:rotate(180deg)}.searchable-select .select-input.open .select-button{border-color:#6b7280;box-shadow:0 0 0 3px #0000000d}.searchable-select .select-input .select-dropdown{z-index:1000;background-color:#fff;border:1px solid #d1d5db;border-radius:8px;flex-direction:column;max-height:300px;display:flex;position:absolute;top:calc(100% + 4px);left:0;right:0;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.searchable-select .select-input .select-dropdown .search-wrapper{border-bottom:1px solid #e5e7eb;padding:8px;position:relative}.searchable-select .select-input .select-dropdown .search-wrapper .search-icon{color:#9ca3af;width:16px;height:16px;position:absolute;top:50%;left:16px;transform:translateY(-50%)}.searchable-select .select-input .select-dropdown .search-wrapper .search-input{color:#000;background-color:#fff;border:1px solid #d1d5db;border-radius:6px;width:100%;padding:8px 12px 8px 36px;font-size:14px;transition:all .2s}.searchable-select .select-input .select-dropdown .search-wrapper .search-input:focus{border-color:#6b7280;outline:none;box-shadow:0 0 0 2px #0000000d}.searchable-select .select-input .select-dropdown .search-wrapper .search-input::placeholder{color:#9ca3af}.searchable-select .select-input .select-dropdown .options-list{max-height:240px;overflow-y:auto}.searchable-select .select-input .select-dropdown .options-list .option-item{cursor:pointer;text-align:left;color:#374151;background-color:#0000;border:none;width:100%;padding:10px 12px;font-size:14px;transition:all .2s}.searchable-select .select-input .select-dropdown .options-list .option-item:hover{background-color:#f9fafb}.searchable-select .select-input .select-dropdown .options-list .option-item.selected{color:#000;background-color:#f3f4f6;font-weight:500}.searchable-select .select-input .select-dropdown .options-list .no-options{text-align:center;color:#9ca3af;padding:20px;font-size:14px}.searchable-select .error-message{color:#dc2626;font-size:12px}@media (max-width:768px){.searchable-select .select-input .select-dropdown{max-height:250px}.searchable-select .select-input .select-dropdown .options-list{max-height:190px}}
