.custom-select .react-select__control{min-height:48px;height:48px;border:1px solid #d1d5db;border-radius:8px;box-shadow:none;background-color:white;transition:border-color .2s}.custom-select .react-select__control:hover{border-color:#9ca3af}.custom-select .react-select__control--is-focused{border:1px solid #d1d5db;box-shadow:none}.custom-select .react-select__control--is-disabled{background-color:#f9fafb}.custom-select .react-select__option{background-color:white;color:#374151;cursor:pointer;padding:12px 16px}.custom-select .react-select__option--is-selected{background-color:#3b82f6;color:white}.custom-select .react-select__option--is-focused{background-color:#eff6ff;color:#374151}.custom-select .react-select__menu{border:1px solid #d1d5db;border-radius:8px;box-shadow:0 10px 15px -3px rgba(0,0,0,.1);z-index:1000;position:absolute}.custom-select .react-select__menu--is-open{z-index:1000}.custom-select .react-select__menu-list{max-height:200px;overflow-y:auto}.custom-select .react-select__placeholder{color:#6b7280}.custom-select .react-select__single-value{color:#374151}.custom-select .react-select__indicator-separator{display:none}.custom-select .react-select__dropdown-indicator{color:#6b7280}.custom-select .react-select__dropdown-indicator:hover{color:#374151}.custom-select .react-select__control--is-disabled .react-select__dropdown-indicator,.custom-select .react-select__control--is-disabled .react-select__dropdown-indicator:hover{color:#9ca3af}