.referrals {
  display: none;
}

.referrals p {
  font-family: Roboto;
  font-size: 20px;
  width: 760px;
}

.referrals__code {
  margin-top: 75px;
  padding: 42px 30px;
  border-radius: 20px;
  border: none;
  background: #FFFFFF;
  -webkit-box-shadow: 4px 4px 50px rgba(0, 0, 0, 0.15);
          box-shadow: 4px 4px 50px rgba(0, 0, 0, 0.15);
}

/* .referrals__code-title #referral_title {
  color: #000000;
  opacity: 0.45;
  font-size: 22px;
  margin-bottom: 30px;
  width: 210px;
} */

/* .referrals__code-title img {
  display: none;
} */

.referrals__code-copy {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.referrals__code-copy p {
  font-size: 30px;
  font-weight: 600;
  color: #3D3C3C;
  width: 560px;
  margin-bottom: 0;
}

.referrals__code-copy img {
  display: block;
  margin: auto 0 auto auto;
  width: 32px;
  height: 32px;
  cursor: pointer;
}

.referrals__code, .referrals__count {
  font-family: 'Gilroy-Regular', sans-serif;
}

.referrals__count {
  margin: 70px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.referrals__gained h2 {
  font-weight: 500;
  font-size: 30px;
  text-align: center;
}

.referrals__gained h1 {
  margin-top: 30px;
  font-weight: 600;
  font-size: 50px;
  text-align: center;
}

.referrals__number {
  margin-left: 120px;
}

.referrals__number h2 {
  font-weight: 500;
  font-size: 30px;
  text-align: center;
}

.referrals__number h1 {
  margin-top: 30px;
  font-weight: 600;
  font-size: 50px;
  text-align: center;
}


@media (max-width: 1100px) {

  .referrals p {
    font-family: Roboto;
    font-size: 20px;
    width: 620px;
  }
}

@media (max-width: 700px) {
  .referrals p {
    width: calc(100vw - 100px);
  }

  .referrals__code {
    width: calc(100vw - 160px);
  }

  .referrals__count {
    width: calc(100vw - 100px);
  }
}

@media (max-width: 500px) {
  .referrals p {
    font-size: 18px;
    width: calc(100vw - 32px);
  }
  .referrals__code {
    margin-top: 25px;
    padding: 14px 20px;
    width: calc(100vw - 72px);
  }
  .referrals__code-title #referral_title {
    display: inline-block;
    font-size: 16px;
    margin: 0;
    width: 150px;
  }
  .referrals__code-title img {
    display: inline-block;
    width: 25px;
    height: 25px;
    cursor: pointer;
    float: right;
  }
  .referrals__code-copy {
    margin-top: 20px;
  }
  .referrals__code-copy p {
    font-size: 16px;
    width: 90%;
  }
  /* .referrals__code-copy img {
    display: none;
  } */
  .referrals__count {
    margin: 20px 0 0;
    display: block;
    width: calc(100vw - 32px);
  }
  .referrals__gained h2 {
    font-size: 20px;
  }
  .referrals__gained h1 {
    font-size: 30px;
  }
  .referrals__number {
    margin: 20px 0;
  }
  .referrals__number h2 {
    font-size: 20px;
  }
  .referrals__number h1 {
    font-size: 30px;
  }
}
/*# sourceMappingURL=account__referrals.css.map */