:root {
  --green1: #0D642F;
  --green2: #10281B;
  --green3: #768C80;
  --black1: #0F0F0F;
  --black2: #070707;
  --black3: #171717;
  --grey1: #B5B5B5;
  --grey2: #8B8B8B;
  --grey3: #434343;
}

.popup-report-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 300ms ease;
}
.popup-report-wrapper.active {
  opacity: 1;
  pointer-events: all;
}
.popup-report-wrapper.active .fon {
  background-color: rgba(15, 15, 15, 0.8);
}
.popup-report-wrapper .fon {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: transparent;
  transition: background-color 300ms ease;
}
.popup-report-wrapper .popup-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 49.1666666667vw;
  background-color: var(--black1);
}
.popup-report-wrapper .popup-container .popup-main {
  position: relative;
  padding: 3.75vw;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.0833333333vw;
}
.popup-report-wrapper .popup-container .popup-main .img-container {
  width: 4.375vw;
  height: 4.375vw;
}
.popup-report-wrapper .popup-container .popup-main .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.popup-report-wrapper .popup-container .popup-main .text-container {
  text-align: center;
}
.popup-report-wrapper .popup-container .popup-main .text-container .title {
  font-weight: 700;
  font-size: 2.0833333333vw;
  color: white;
}
.popup-report-wrapper .popup-container .popup-main .text-container .title span {
  display: block;
  font-weight: 400;
  color: var(--grey1);
}
.popup-report-wrapper .popup-container .popup-main .text-container .description {
  margin-top: 0.8333333333vw;
  font-weight: 400;
  font-size: 0.8333333333vw;
  color: white;
}
.popup-report-wrapper .popup-container .popup-main .btn-back-home {
  font-weight: 600;
  font-size: 0.8333333333vw;
  color: white;
  padding: 0.8333333333vw 1.25vw;
  border-radius: 2.3958333333vw;
  background-color: var(--green1);
  transition: background-color 300ms ease, color 300ms ease;
}
.popup-report-wrapper .popup-container .popup-main .btn-back-home:hover {
  cursor: pointer;
  background-color: white;
  color: var(--black1);
}

@media (max-width: 1024px) {
  .popup-report-wrapper .popup-container {
    width: 90vw;
  }
  .popup-report-wrapper .popup-container .popup-main {
    padding: 13.2315521628vw 8.1424936387vw;
    gap: 9.1603053435vw;
  }
  .popup-report-wrapper .popup-container .popup-main .img-container {
    width: 21.3740458015vw;
    height: 21.3740458015vw;
  }
  .popup-report-wrapper .popup-container .popup-main .text-container .title {
    font-size: 6.106870229vw;
  }
  .popup-report-wrapper .popup-container .popup-main .text-container .title span {
    display: contents;
  }
  .popup-report-wrapper .popup-container .popup-main .text-container .description {
    margin-top: 4.0712468193vw;
    font-size: 4.0712468193vw;
  }
  .popup-report-wrapper .popup-container .popup-main .btn-back-home {
    font-size: 4.0712468193vw;
    padding: 4.0712468193vw 6.106870229vw;
    border-radius: 11.7048346056vw;
  }
}

/*# sourceMappingURL=popup-report.css.map */
