renderThumbVertical={({ style, ...props }): JSX.Element => (
                <div {...props} style={{ ...style, backgroundColor: 'rgba(0, 0, 0, 0.5)', borderRadius: '7px' }} />
            )}