.file {
  background: none;
  padding: 0;
}
.file a {
  color: white !important;
  padding: 15px 60px;
  background: #CE1016;
  position: relative;
  background-image: url(/themes/custom/kk/images/corner.svg);
  background-repeat: no-repeat;
  background-position: right bottom;
  margin: 0px 5px 5px 0px;
  display: flex;
  align-items: center;
  min-width: 205px;
}
@media only screen and (max-width: 992px) {
  .file a {
    padding: 15px 60px 15px 60px;
  }
}
.file a:before {
  font-family: "kale-icons";
  content: "\e935";
  position: absolute;
  font-size: 30px;
  left: 15px;
}
.file a:after {
  font-family: "kale-icons";
  content: "\e903";
  font-size: 20px;
  position: absolute;
  right: 15px;
}

/*# sourceMappingURL=documents.css.map */
