.BugBounty_BugBounty_container__pAzUw {
  height: 900px;
  width: 100vw;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 3;
}
.BugBounty_BugBounty_report_box__xpyXE {
  z-index: 2;
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.BugBounty_BugBounty_report_box_image__xIuC5 {
  height: 30%;
  width: -moz-fit-content;
  width: fit-content;
}
.BugBounty_BugBounty_report_box_text__cBQ7T {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin-bottom: 35px;
  margin-top: 54px;
}
.BugBounty_BugBounty_report_box_text__cBQ7T h2 {
  font-family: Russo One;
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
}
.BugBounty_BugBounty_report_box_text__cBQ7T p {
  font-family: Russo One;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  color: #fff;
}
.BugBounty_BugBounty_report_box_selectBox__sv5_c {
  width: 480px;
  display: flex;
  flex-direction: column;
}
.BugBounty_BugBounty_report_box_selectBox_title__yYiSk {
  font-family: Euclid Circular B;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: hsla(0, 0%, 100%, 0.5);
}
.BugBounty_BugBounty_report_box_selectBox_button__XeqVX {
  height: 48px;
  width: 100%;
  border: 1px double transparent;
  background-image:
    linear-gradient(#19171f, #19171f),
    linear-gradient(116.06deg, #7d6ff6, #58e1d9 99.94%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  border-radius: 5px;
  position: relative;
  top: 10%;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.BugBounty_BugBounty_report_box_selectBox_button_text__S47jj {
  font-family: Euclid Circular B;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: hsla(0, 0%, 100%, 0.5);
  position: absolute;
  left: 5%;
}
.BugBounty_BugBounty_report_box_selectBox_button_icon__lytXg {
  position: absolute;
  right: 5%;
  height: 8px;
  width: 15px;
}
.BugBounty_BugBounty_report_box_message__BnFNS {
  margin-top: 40px;
  width: 480px;
  display: flex;
  flex-direction: column;
}
.BugBounty_BugBounty_report_box_message_title__Nsoch {
  font-family: Euclid Circular B;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: hsla(0, 0%, 100%, 0.5);
}
.BugBounty_BugBounty_report_box_message__BnFNS textarea {
  resize: none;
  width: 100%;
  height: 220px;
  border: 1px double transparent;
  background-image:
    linear-gradient(#19171f, #19171f),
    linear-gradient(116.06deg, #7d6ff6, #58e1d9 99.94%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  border-radius: 5px;
  position: relative;
  top: 7%;
  font-family: Euclid Circular B;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: hsla(0, 0%, 100%, 0.5);
  padding-top: 2%;
  padding-left: 2%;
  outline: none;
}
.BugBounty_BugBounty_report_box_message__BnFNS textarea::-moz-placeholder {
  color: hsla(0, 0%, 100%, 0.7);
}
.BugBounty_BugBounty_report_box_message__BnFNS textarea::placeholder {
  color: hsla(0, 0%, 100%, 0.7);
}
.BugBounty_BugBounty_report_box__xpyXE button {
  all: unset;
  margin-top: 50px;
  background: linear-gradient(90deg, #7d6ff6 -16.48%, #58e1d9 118.64%);
  text-align: center;
  height: 40px;
  width: 185px;
  border-radius: 5px;
  background-color: unset;
  font-family: Russo One;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  transition: 0.2s ease-in-out;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  background-size: 300% 100%;
}
.BugBounty_BugBounty_report_box__xpyXE button.BugBounty_color_1__KxD1x {
  background-image: linear-gradient(90deg, #758bf0, #65bce3, #54a3c1, #6073cb);
}
.BugBounty_BugBounty_report_box__xpyXE button:hover {
  background-position: 100% 0;
  transition: all 0.4s ease-in-out;
}
.BugBounty_BugBounty_report_dropDown_container__h_JQC {
  height: -moz-fit-content;
  height: fit-content;
  max-height: 300px;
  width: 100%;
  position: absolute;
  top: 110%;
  z-index: 4;
  background: #19171f;
  border: 1px solid #7d6ff6;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  overflow-y: scroll;
  animation-duration: 0.5s;
}
.BugBounty_BugBounty_report_dropDown_container__h_JQC::-webkit-scrollbar {
  width: 7px;
}
.BugBounty_BugBounty_report_dropDown_container__h_JQC::-webkit-scrollbar-thumb {
  background-color: #7d6ff6;
  border-radius: 1vw;
}
.BugBounty_BugBounty_report_dropDown_container__h_JQC div {
  height: 55px;
  min-height: 50px;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.BugBounty_BugBounty_report_dropDown_container__h_JQC div:hover {
  background: linear-gradient(
    90deg,
    rgba(125, 111, 246, 0.25),
    transparent 105.06%
  );
}
.BugBounty_BugBounty_report_dropDown_container_item_image__BG82Y {
  height: 35px;
  width: 35px;
  position: absolute;
  left: 3%;
}
.BugBounty_BugBounty_report_dropDown_container__h_JQC div p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  color: #fff;
  position: absolute;
  left: 15%;
}
.BugBounty_home_contour_back__vDbIE {
  height: 680px;
  width: 100%;
  left: 0;
  top: 500px;
  background-image: url(/_next/static/media/contour.fdd43acf.svg);
  background-size: 100% 150%;
  background-position: 50%;
  opacity: 0.5;
}
.BugBounty_home_contour_back__vDbIE,
.BugBounty_home_glow_left__PGrQ7 {
  position: absolute;
  background-repeat: no-repeat;
  z-index: 2;
  pointer-events: none;
}
.BugBounty_home_glow_left__PGrQ7 {
  height: 600px;
  width: 600px;
  background-image: url(/_next/static/media/glow.31a28b99.svg);
  background-size: 110% 110%;
  background-position: 50% 50%;
  top: -10%;
  left: -5%;
  opacity: 0.4;
}
.BugBounty_home_glow_right__xDbkG {
  height: 100%;
  width: 75%;
  background-image: url(/_next/static/media/glow.31a28b99.svg);
  background-size: 110% 110%;
  background-position: -50% 50%;
  right: 0;
  top: -350px;
  opacity: 0.4;
}
.BugBounty_home_glow_right__xDbkG,
.BugBounty_home_star_back__Ai5aE {
  background-repeat: no-repeat;
  position: absolute;
  z-index: 2;
  pointer-events: none;
}
.BugBounty_home_star_back__Ai5aE {
  left: 0;
}
.BugBounty_home_star_back2__jXOUk,
.BugBounty_home_star_back__Ai5aE {
  height: 665px;
  width: 50%;
  top: -6%;
  background-image: url(/_next/static/media/starBack.52332202.svg);
  background-size: contain;
}
.BugBounty_home_star_back2__jXOUk {
  position: absolute;
  right: 0;
  background-repeat: no-repeat;
  z-index: 2;
  pointer-events: none;
}
@media screen and (max-width: 600px) {
  .BugBounty_BugBounty_report_box__xpyXE {
    top: 200px;
    z-index: 2;
    height: 75%;
    width: 100%;
  }
  .BugBounty_home_glow_left__PGrQ7 {
    height: 600px;
    width: 100%;
    background-size: 110% 110%;
    background-position: 50% 50%;
    z-index: 2;
    top: -10%;
    left: -5%;
    opacity: 0.4;
    pointer-events: none;
  }
  .BugBounty_BugBounty_glow__Z7gB0,
  .BugBounty_home_glow_left__PGrQ7 {
    position: absolute;
    background-image: url(/_next/static/media/glow.31a28b99.svg);
    background-repeat: no-repeat;
  }
  .BugBounty_BugBounty_glow__Z7gB0 {
    background-size: 250% 250%;
    background-position: 50% 80%;
    top: 0;
    height: 150vh;
    width: 100vw;
  }
  .BugBounty_BugBounty_report_box_text__cBQ7T p,
  .BugBounty_BugBounty_report_box_text__cBQ7T p span {
    font-size: 25px;
    line-height: 30px;
  }
  .BugBounty_BugBounty_report_box_selectBox__sv5_c {
    height: 12%;
    width: 90%;
  }
  .BugBounty_BugBounty_report_box_message__BnFNS {
    height: 25%;
    width: 90%;
    display: flex;
    flex-direction: column;
  }
}
