@font-face {
  font-family: 'Calibri';
  src: url("../../fonts/calibri/Calibri.woff2") format("woff2"), url("../../fonts/calibri/Calibri.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* line 11, ../../sass/components/file.component.scss */
.file {
  padding-left: 1.5rem;
  /* LTR */
  display: inline-block;
  min-height: 1rem;
  background-repeat: no-repeat;
  background-position: left center;
  /* LTR */
}

/* line 21, ../../sass/components/file.component.scss */
[dir="rtl"] .file {
  padding-left: inherit;
  padding-right: 1.5rem;
  background-position: right center;
}

/* line 27, ../../sass/components/file.component.scss */
.file--general,
.file--application-octet-stream {
  background-image: url(../../images/icons/application-octet-stream.png);
}

/* line 32, ../../sass/components/file.component.scss */
.file--package-x-generic {
  background-image: url(../../images/icons/package-x-generic.png);
}

/* line 36, ../../sass/components/file.component.scss */
.file--x-office-spreadsheet {
  background-image: url(../../images/icons/x-office-spreadsheet.png);
}

/* line 40, ../../sass/components/file.component.scss */
.file--x-office-document {
  background-image: url(../../images/icons/x-office-document.png);
}

/* line 44, ../../sass/components/file.component.scss */
.file--x-office-presentation {
  background-image: url(../../images/icons/x-office-presentation.png);
}

/* line 48, ../../sass/components/file.component.scss */
.file--text-x-script {
  background-image: url(../../images/icons/text-x-script.png);
}

/* line 52, ../../sass/components/file.component.scss */
.file--text-html {
  background-image: url(../../images/icons/text-html.png);
}

/* line 56, ../../sass/components/file.component.scss */
.file--text-plain {
  background-image: url(../../images/icons/text-plain.png);
}

/* line 60, ../../sass/components/file.component.scss */
.file--application-pdf {
  background-image: url(../../images/icons/application-pdf.png);
}

/* line 64, ../../sass/components/file.component.scss */
.file--application-x-executable {
  background-image: url(../../images/icons/application-x-executable.png);
}

/* line 68, ../../sass/components/file.component.scss */
.file--audio {
  background-image: url(../../images/icons/audio-x-generic.png);
}

/* line 72, ../../sass/components/file.component.scss */
.file--video {
  background-image: url(../../images/icons/video-x-generic.png);
}

/* line 76, ../../sass/components/file.component.scss */
.file--text {
  background-image: url(../../images/icons/text-x-generic.png);
}

/* line 80, ../../sass/components/file.component.scss */
.file--image {
  background-image: url(../../images/icons/image-x-generic.png);
}
