.CustomSelect_wrapper__JJsny{position:relative;width:100%}.CustomSelect_select__uj_JJ{display:flex;align-items:center;justify-content:space-between;width:100%;border:1px solid #bebebe;border-radius:var(--radius-2xl);padding:16px;height:56px;transition:all .3s ease-in-out;cursor:pointer}.CustomSelect_select__uj_JJ.CustomSelect_open__ENwKB{border:1px solid var(--button-primary-default)!important}.CustomSelect_arrowIcon__O5Cgz{transform:rotate(0deg);transition:all .3s ease-in-out}.CustomSelect_arrowIcon__O5Cgz.CustomSelect_open__ENwKB{transform:rotate(180deg);transition:all .3s ease-in-out}.CustomSelect_selectValue__PylL_{color:var(--neutral-grey-400)}.CustomSelect_selectValue__PylL_.CustomSelect_selectPlaceholder__yjjsv{color:var(--neutral-grey-400)!important}.CustomSelect_select__uj_JJ.CustomSelect_errorSelect__2HjYh{border:1px solid var(--feedback-red-500)!important}.CustomSelect_selectList__RpHfZ{position:absolute;z-index:10;display:flex;gap:16px;flex-direction:column;padding:16px 0;top:76px;max-height:400px;left:0;background-color:var(--neutral-white);color:var(--neutral-black-500);box-shadow:0 16px 34.2px -3px rgba(0,0,0,.16),0 4px 24px 0 rgba(0,0,0,.05);width:100%;border-radius:var(--radius-xl);opacity:0;pointer-events:none;transition:all .3s ease-in-out;overflow-y:scroll}.CustomSelect_selectList__RpHfZ.CustomSelect_scrollable__8Fse2{&::-webkit-scrollbar{width:30px}&::-webkit-scrollbar-thumb{border-radius:9px;background:var(--neutral-grey-200);border:13px solid transparent;background-clip:padding-box;border-radius:25px;min-height:123px}}.CustomSelect_selectList__RpHfZ.CustomSelect_show__lSRNx{opacity:1;pointer-events:all}.CustomSelect_selectListItem__BXerd{display:flex;align-items:center;justify-content:space-between;cursor:pointer;padding:8px 16px;height:40px;transition:all .3s ease-in-out}.CustomSelect_selectListItem__BXerd:hover{background-color:var(--button-secondary-disabled)}