.bg-print {
  -webkit-print-color-adjust: exact;
}
//
//.file-pull-body {
//  min-height: (1409px - 39px - 98px);
//}

.file-pull-photo {
  -webkit-print-color-adjust: exact;
  padding-bottom: 74.88789%;
  background-size: cover;
  position: relative;

  .watermark {
    width: 139px;
    position: absolute;
    bottom: 24px;
    right: 24px;
  }
}

.pdf {
  -webkit-print-color-adjust: exact;
  .reveal-header {
    border-radius: 0;
  }

  .reveal-body {
    padding-top: 24px !important;
  }

  .reveal-header.margin-top-1:first-child {
    margin-top: 0 !important;
  }

  .file-pull-body {
    min-height: 960px;
  }

  .reveal-footer {
    padding-top: 12px;
    padding-bottom: 0;
    span {
      font-size: 12px;
    }
  }
}
.header-list {
  font-size: 14px;
  margin-top: 30px;
  -webkit-print-color-adjust: exact;
  &-item {
    padding-right: 12px;
    display: block;
    position: relative;
    text-align: right;
    margin-bottom: 0;
    font-weight: 100;
    font-size: 12px;
    line-height: 1.25;
    &.font-bold {
      font-weight: bold;
    }
  }
  i {
    position: absolute;
    right: -2px;
    top: 3px;
    font-size: 10px;
  }
}

@media screen {
  @page {
    size: A4 portrait;
    margin: 0;
  }
}
@media screen {
  .pdf.receipt {
    width: 794px !important;
    height: 1123px !important;
  }
}

.min-height-300 {
  min-height: 300px;
}
.min-height-350 {
  min-height: 350px;
}
.min-height-400 {
  min-height: 400px;
}
.min-height-250 {
  min-height: 250px;
}

.min-height-150 {
  min-height: 150px;
}

.divider-box-shadow {
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.1);
}

.receipt-body {
  -webkit-print-color-adjust: exact;
  //min-height: 960px;
  h2.title {
    font-size: 30px;
    font-weight: bold;
  }
  hr.divider {
    background: $mint;
    height: 3px;
    width: 100%;
    margin-top: 12px;
    margin-bottom: 12px;
    border: none;
  }
  h6 {
    font-size: 20px;
    margin-bottom: 16px;
  }
  p {
    font-size: 16px;
    margin-bottom: 14px;
    &.service-fee-disclaimer {
      font-size: 12px;
      color: $grey;
    }
  }
}
.hosting-details {
  position: relative;
  font-size: 11px;
  min-height: 50px;
}
.receipt-thumbnail {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  width: auto;
  border-radius: 8px;
}
.receipt-block {
  .flex-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
    margin-bottom: 12px;
    span {
      margin-bottom: 0;
    }
  }
}
.receipt-footer {
  p {
    font-size: 12px;
  }
  button {
    font-size: 12px;
  }
}
.receipt-block {
  border: 4px solid $light-mint;
  padding: 20px 16px;
  margin-bottom: 30px;
  .divider {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  span {
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
  }
}
.invoice-table {
  thead {
    font-weight: bold;
    font-size: 20px;
    background-color: white;
  }
  td {
    &:not(:last-child) {
      border-right: 4px solid $light-mint;
    }
  }
  tbody {
    td {
      font-size: 14px;
      color: $grey;
    }
  }
  tr {
    border: 4px solid $light-mint;
    //border-right: 2px solid $light-mint;
    //&:not(:last-child) {
    //  border-bottom: 2px solid $light-mint;
    //}
  }
}