.select-input-container .custom-select__control{border:0;border-bottom:1px solid var(--divider-neutral-300);width:100%;height:39px;min-height:39px;box-shadow:none;cursor:pointer;background:0 0;border-radius:0;align-items:center;transition:border-color .18s;display:flex}.select-input-container .custom-select__control:hover{border-bottom-color:var(--text-secondary-100)}.select-input-container.custom-select--is-disabled .custom-select__control{opacity:.5;pointer-events:none}.select-input-container.has-error .custom-select__control{border-bottom-color:var(--error-color)}.select-input-container .custom-select__control--is-focused{box-shadow:none!important;outline:none!important}.select-input-container .custom-select__value-container{align-items:center;height:100%;padding:10px 0 0;display:flex}.select-input-container .custom-select__single-value,.select-input-container .custom-select__placeholder,.select-input-container .custom-select__input-container{font-family:var(--font-general-sans);letter-spacing:0;margin:0;font-size:14px;font-weight:500;line-height:normal}.select-input-container .custom-select__single-value{color:var(--text-secondary-600)}.select-input-container .custom-select__placeholder{color:var(--text-secondary-200)}.select-input-container .custom-select__indicator{height:100%;color:var(--icon-neutral-400);align-items:center;padding:0 0 0 12px;display:flex}.select-input-container .custom-select__indicator svg{width:12px;height:12px;transition:transform .2s;transform:translateY(-1px)rotate(180deg)}.select-input-container .custom-select__indicator-separator{display:none}.select-input-container .custom-select__dropdown-indicator:hover{color:var(--icon-neutral-400)}.select-input-container .custom-select__control--menu-is-open .custom-select__indicator svg{transform:translateY(-1px)rotate(0)}.select-input-container .custom-select__input{margin:0;padding:0}.select-input-container .custom-select__menu{z-index:3;background:var(--background-neutral-white);border-radius:6px;margin-top:10px;overflow:hidden;box-shadow:0 0 2px #0000001f}.select-input-container .custom-select__option{font-family:var(--font-general-sans);letter-spacing:0;cursor:pointer;min-height:38px;color:var(--text-secondary-200);padding:10px 12px;font-size:14px;font-weight:500;line-height:normal}.select-input-container .custom-select__option.custom-select__option--is-focused{background-color:var(--background-secondary-150)}.select-input-container .custom-select__option.custom-select__option--is-selected{background-color:var(--background-secondary-250)}
