/*! `Bootstrap 4` Bootstrap 4 theme */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:200,300,400,700);
@import url(https://fonts.googleapis.com/css?family=Oswald:200,300,400,700);
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap");
.file {
  padding-left: 1.5rem;
  /* LTR */
  display: inline-block;
  min-height: 1rem;
  background-repeat: no-repeat;
  background-position: left center;
  /* LTR */ }

[dir="rtl"] .file {
  padding-left: inherit;
  padding-right: 1.5rem;
  background-position: right center; }

.file--general,
.file--application-octet-stream {
  background-image: url(../../images/icons/application-octet-stream.png); }

.file--package-x-generic {
  background-image: url(../../images/icons/package-x-generic.png); }

.file--x-office-spreadsheet {
  background-image: url(../../images/icons/x-office-spreadsheet.png); }

.file--x-office-document {
  background-image: url(../../images/icons/x-office-document.png); }

.file--x-office-presentation {
  background-image: url(../../images/icons/x-office-presentation.png); }

.file--text-x-script {
  background-image: url(../../images/icons/text-x-script.png); }

.file--text-html {
  background-image: url(../../images/icons/text-html.png); }

.file--text-plain {
  background-image: url(../../images/icons/text-plain.png); }

.file--application-pdf {
  background-image: url(../../images/icons/application-pdf.png); }

.file--application-x-executable {
  background-image: url(../../images/icons/application-x-executable.png); }

.file--audio {
  background-image: url(../../images/icons/audio-x-generic.png); }

.file--video {
  background-image: url(../../images/icons/video-x-generic.png); }

.file--text {
  background-image: url(../../images/icons/text-x-generic.png); }

.file--image {
  background-image: url(../../images/icons/image-x-generic.png); }
