.file {
    display: inline-block;
    min-height: 16px;
    padding-left: 20px; /* LTR */
    background-repeat: no-repeat;
    background-position: left center; /* LTR */
  }
  [dir="rtl"] .file {
    padding-right: 20px;
    padding-left: inherit;
    background-position: right center;
  }
  