How to hide the Export data field in Account setting?

Inside the user's profile settings page, there is the Account settings section. Sometimes customers find the 'Export Data' field unnecessary and ask how to get rid of it. 

Unfortunately, there are no options that could hide them. So, we decided to create this article with a code snippet. 

.yz-settings-sidebar .yz-account-menus ul li.yz-data {display: none;}

Please, simply add the following code to Customize > Additional CSS and save changes:

That's all :)