/* CSS for the partial view in the responsible disclosure page */
.hall-of-fame-partial-view-container {
  font-family: "Poppins", Verdana, sans-serif !important;
  max-width: 1246px;
  height: 681.326px;
  border-radius: 57px;
  background: rgba(196, 184, 255, 0.07);
  margin-left: auto;
  margin-right: auto;
  margin-top: 5%;
  margin-bottom: 5%;
}
.hall-of-fame-partial-view-container h1{
  font-family: "Poppins", Verdana, sans-serif !important;
}
.hall-of-fame-title{
  color: #C2B9FA!important;
  text-align: center;
  margin-top: 130px;
  font-family: "Poppins", Verdana, sans-serif !important;
  font-weight: 600;
}
.hall-of-message{
  font-family: DM Sans, "sans-serif" !important;
  color: #F0EAED;
  text-align: center;
  font-size: 16px;
  line-height: 23px; 
  font-weight: 400;
}
.top-contributors{
  font-family: DM Sans, "sans-serif" !important;
  padding-top: 10%;
  padding-bottom: 4%;
  color: #AA99A2;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.986px; /* 207.044% */
  letter-spacing: 0.84px;
  text-transform: uppercase;
  text-align: center;
}
.hall-of-fame-grid{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 145px;
  margin-left: auto;
  margin-right: auto;
}
.star-img{
  width: 40px;
  height: 40px;
}
.contributor-container{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.contributor-detail{
  color: #FFFFFF;
}
.contributor-name{
  font-family: DM Sans, "sans-serif" !important;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 23px;
}
.contributor-joined{
  font-family: DM Sans, "sans-serif" !important;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  /* line-height: 28.986px; */
  color: #AA99A2;
}
.view-all-container{
  margin-top: 50px;
  margin-bottom: 60px;
  text-align: center;
}

.hall-of-fame-view-all-container{
  width: 35%;
  margin-left: auto;
  margin-right: auto;
}

.btn-report-vulnerability-container{
  max-width: 304px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 13%;
  margin-bottom: 13%;
}

.divider-hall-of-fame{
  border-top: 0.5px solid #AA99A2;
  width: 100%;
  margin-left: 50px;
  margin-top: 2%;
  margin-bottom: 2%;
}

.hall-of-fame-grid-view-all{
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.rest-contributor-container{
  padding-left: 50px;
}

.view-all{
  text-align: justify;
  padding-left: 48px;
}

.hall-of-message-container{
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1300px) {
.hall-of-fame-partial-view-container {
  max-width: 85%;
}
.hall-of-fame-grid{
  gap: 75px;
}

.divider-hall-of-fame{
  width: 80%;
}
}

/* @media (max-width: 1100px) {

} */

@media (max-width: 992px) {
.hall-of-fame-title{
  color: #C2B9FA!important;
  text-align: center;
  margin-top: 70px;
}
.hall-of-fame-grid{
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
  display: flex;
  align-content: center;
}
.hall-of-fame-view-all-container{
  width: 80%;
}
}