/* Add style to the plugin Contact Form 7 */

.wpcf7-file {
  color: transparent;
}

.wpcf7-file::-webkit-file-upload-button {
  visibility: hidden;
}

.wpcf7-file::-moz--file-upload-button {
  visibility: hidden;
}

.wpcf7-file::after {
  content: 'بارگذاری'; /* Your custom text here */
  color: #fff;
  background: #5D6D7E;
  padding: .3rem .3rem;
  display: inline-block;
  cursor: pointer;
  font-weight: 400;
  font-size: 1rem;
  margin-top: .5rem;
}

.wpcf7-form label {
	text-align: right !important;
	display: block;
}