.file-component {
  height: 70px;
  background-color: #FFFFFF;
  border-radius: 0.75rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 32px;
}
.file-component .file-icon {
  height: 100%;
  width: 70px;
  background-color: #562C80;
  position: relative;
  display: flex;
  align-items: center;
}
.file-component .file-icon svg {
  height: 20px;
  min-width: 20px;
  margin-inline: 20px;
  fill: #FFFFFF;
}
.file-component .file-icon::before {
  content: "";
  height: 100%;
  width: 20px;
  background-color: #562C80;
  display: block;
  position: absolute;
  right: calc(0px - 15%);
  top: 0;
  transform: skewX(345deg);
}
.file-component .file-name {
  color: #562C80;
  text-decoration: underline;
}

/*# sourceMappingURL=file-component-style.css.map */
