@charset "UTF-8";
/* line 9, ../../sass/theme/pdf.theme.scss */
.download-pdf {
  position: relative;
  width: 205px;
  height: 125px;
  background-color: #F5F5F5;
  position: relative;
  margin-top: 20px;
}
/* line 16, ../../sass/theme/pdf.theme.scss */
.download-pdf:before {
  content: "PDF";
  width: 18px;
  height: 18px;
  background-color: #FB4C2F;
  display: block;
  color: #ffffff;
  position: absolute;
  top: 10px;
  bottom: auto;
  left: 10px;
  right: auto;
  font-size: 6px;
  font-weight: bold;
  text-align: left;
  padding: 2px 0 0px 2px;
}
/* line 24, ../../sass/theme/pdf.theme.scss */
.download-pdf:after {
  content: "";
  width: 0;
  height: 0;
  background-color: #FB4C2F;
  display: block;
  color: #ffffff;
  position: absolute;
  top: unset;
  bottom: 0;
  left: unset;
  right: 0;
  border-top: 24px solid #FB4C2F;
  border-left: 24px solid #ffffff;
  transform: rotate(270deg);
}
/* line 32, ../../sass/theme/pdf.theme.scss */
.download-pdf .field--type-file .file--application-pdf {
  position: absolute;
  bottom: 0;
  left: 0;
}
/* line 38, ../../sass/theme/pdf.theme.scss */
.download-pdf .field--name-node-title {
  padding: 10px 35px 0 35px;
}
/* line 40, ../../sass/theme/pdf.theme.scss */
.download-pdf .field--name-node-title h6 {
  font-family: Almarai;
  font-size: 10px;
  font-weight: bold;
  color: #626262;
}
/* line 49, ../../sass/theme/pdf.theme.scss */
.download-pdf .field--type-file .file--application-pdf a {
  font-size: 0;
}
/* line 51, ../../sass/theme/pdf.theme.scss */
.download-pdf .field--type-file .file--application-pdf a:before {
  content: "";
  width: 36px;
  height: 27px;
  background-color: #626262;
  display: block;
  color: #ffffff;
  position: absolute;
  top: unset;
  bottom: 0;
  left: 40px;
  right: unset;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  font-size: 14px;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  margin: 10px auto;
  text-align: center;
  line-height: 27px;
}
/* line 64, ../../sass/theme/pdf.theme.scss */
.download-pdf .field--type-file .file-download-size {
  padding: 10px 35px 0 35px;
  font-size: 10px;
  font-family: Almarai;
  color: #C8C8C8;
}
/* line 72, ../../sass/theme/pdf.theme.scss */
.download-pdf .field--name-dynamic-twig-fieldnode-view-pdf a {
  font-size: 0;
}
/* line 74, ../../sass/theme/pdf.theme.scss */
.download-pdf .field--name-dynamic-twig-fieldnode-view-pdf a:before {
  content: "";
  width: 36px;
  height: 27px;
  background-color: #626262;
  display: block;
  color: #ffffff;
  position: absolute;
  top: unset;
  bottom: 0;
  left: unset;
  right: 88px;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  font-size: 14px;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  text-align: left;
  margin: 10px auto;
  text-align: center;
  line-height: 27px;
}
