.report-container {
  transform: skew(-0.03deg);
}
.report-layout {
  position: relative;
  padding: 0 15px 100px;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background: #15142e;
}
.report-layout.share {
  padding: 0 15px 30px;
}
.report-layout .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.report-top-area {
  text-align: center;
  margin: 30px;
  max-width: 550px;
  margin: auto;
}
.module-border-wrap {
  max-width: 450px;
  margin: 20px auto 30px;
  position: relative;
  background: linear-gradient(to right, #ffe0a2, #ffe0a2);
  padding: 3px;
}
.module {
  background: linear-gradient(to bottom right, #494667, #242240);
  color: white;
  padding: 2rem;
}
.report-user {
  color: #ffe295;
  margin: 0px 0px 10px;
  font-size: 18px;
  font-weight: 100;
}
.report-user span {
  font-weight: 600;
  font-size: 19px;
}
.report-desc {
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  line-height: 1.8;
  position: relative;
  word-break: break-all;
}
.report-desc p {
  font-size: 13px;
  margin: 15px 0px;
  color: rgba(255, 255, 255, 0.9);
}
.report-desc p span {
  color: #ffe295;
}
.report-sample-container {
  display: flex;
  flex-direction: column;
}
.report-sample-title {
  color: #ffe295;
  margin: 20px 0px 10px;
  padding: 10px 0px;
  border-bottom: 1px solid #efcc85;
  font-size: 16px;
}
.report-sample {
  margin: 10px 5px;
  color: #ffffff;
}
.report-sample .report-sample-sub {
  font-size: 14px;
  margin: 5px 0px;
}
.report-sample .report-sample-sub-desc {
  font-size: 11px;
  line-height: 1.5;
  color: #afa8c7;
  margin: 5px 0px;
  word-break: break-all;
}
.report-sample .report-sample-img {
  margin: 15px 0px;
  display: block;
  position: relative;
}
.report-sample .report-sample-img-back {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background: #494289;
  z-index: -2;
  right: -4px;
  bottom: -4px;
}
.report-legend {
  display: flex;
  color: white;
  border-top: 0.5px solid #efcc85;
  border-bottom: 0.5px solid #efcc85;
}
.legend-title {
  text-align: center;
  min-width: 80px;
  background: #28253a;
  display: flex;
}
.legend-title span {
  margin: auto;
  font-size: 14px;
  color: #ffe295;
}
.legend-desc {
  margin: auto 0px;
  padding: 20px;
  flex: 1;
  line-height: 1.8;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
  word-break: break-all;
}
.report-sample-download {
  color: #ffe295;
  text-align: center;
  padding: 20px 0px;
  font-size: 15px;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.report-sample-download div {
  word-break: break-all;
}
.report-sample-download .download {
  border: 0.5px solid #8d744b;
  border-radius: 5px;
  margin: 15px auto;
  padding: 8px 20px;
  font-weight: 600;
}
.report-warning {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.5;
  padding: 0px 10px;
}
.report-warning p {
  margin: 10px 0px;
  word-break: break-all;
}
.report-purchase {
  background: linear-gradient(to right, #f5ce85, #ffe4af, #f5ce85);
  text-align: center;
  padding: 10px 0px;
  position: fixed;
  bottom: 0px;
  width: 100%;
  display: block;
}
.report-wrapper {
  margin: auto;
  max-width: 550px;
}
.report-wrapper .report-warn {
  color: #ff9696;
  position: relative;
  word-break: break-all;
  text-align: center;
  margin-bottom: 20px;
}
.report-purchase p {
  font-size: 14px;
  font-weight: 600;
  padding: 10px 0px;
  word-break: break-all;
}
.report-purchase div {
  font-size: 22px;
  font-weight: 800;
  padding: 0px 0px 5px;
}
@keyframes blink-effect {
  50% {
    opacity: 0;
  }
}
.blink {
  animation: blink-effect 1s step-end infinite; /* animation-name: blink-effect; animation-duration: 1s; animation-iteration-count:infinite; animation-timing-function:step-end; */
}
.section-report {
  display: flex;
  flex-direction: row;
}
