.custom-select__wrapper{width:100%;display:flex;position:relative}.custom-select__wrapper select{width:100%;height:44px;padding:12px 8px;background:rgba(0,0,0,0);border:0;outline:none;font-size:16px;line-height:20px;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}.custom-select__wrapper select option{color:var(--black);font-size:16px;line-height:20px}.custom-select__wrapper select option[disabled]{color:rgba(16,22,26,.3)}.custom-select__wrapper select.selected{color:var(--black)}.custom-select__wrapper select.placeholder{color:rgba(16,22,26,.3)}.custom-select__wrapper .select-arrow{position:absolute;top:50%;right:8px;transform:translateY(-50%);width:16px;height:16px;transition:all .2s linear;pointer-events:none}