.report {
  padding: 0 var(--base-padding);
}

.report-container {
  padding: 0 30px;
}

.sub-header {
  font-family: e-Ukraine-Bold, sans-serif;
  font-size: 30px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .sub-header {
    text-align: center;
  }
}

.documents {
  display: flex;
  gap: 50px;
  margin-bottom: 100px;
  overflow-x: auto;
}
@media screen and (max-width: 1440px) {
  .documents {
    gap: 5%;
  }
}

.document-image-container {
  max-width: 20%;
  max-height: 20%;
  padding: 10px;
  border: 1px solid #C9C9C9;
  border-radius: 12px;
  object-fit: contain;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .document-image-container {
    min-width: 240px;
    min-height: 340px;
    max-width: 240px;
    max-height: 340px;
  }
}
@media only screen and (max-width: 320px) {
  .document-image-container {
    min-width: 196px;
    min-height: auto;
  }
}

.document-image {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.document-image-active {
  position: fixed;
  padding: 5%;
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: 1000;
  margin: auto;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
}

.main-header-reporting {
  padding: 70px 0;
}

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