@media (max-width: 63.9375em) {
  .h-f-m {
    display: none;
  }
}

@media (max-width: 39.997em) {
  .h-f-m {
    display: none;
  }
}

@media (max-width: 63.9375em) {
  .h-f-tm {
    display: none;
  }
}

@media (min-width: 40em) {
  .h-f-t {
    display: none;
  }
}

@media (min-width: 64em) {
  .h-f-d {
    display: none;
  }
}

.heros {
  color: #f6e8f9;
  font-weight: 300;
  font-size: 35px;
  letter-spacing: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
  text-align: center;
  background-image: url("../../../images/purple-pattern.png");
  background-size: cover;
  background-position: center;
}
.heros b {
  position: relative;
  font-weight: 700;
}
@media (min-width: 64em) {
  .heros b {
    font-size: 36px;
    line-height: 42px;
    letter-spacing: 0em;
    text-align: left;
  }
}
.heros b::after {
  position: absolute;
  content: "";
  bottom: -18px;
  left: 33%;
  right: 33%;
  height: 2px;
  background: #fcfcfc;
}
.heros .link {
  margin-top: 57px;
  border: 1px solid #fcfcfc;
  border-radius: 8px;
  padding: 0px 7px 10px 7px;
  display: block;
}
@media (min-width: 64em) {
  .heros .link {
    display: block;
  }
}
.heros .link .first {
  padding-right: 11px;
  border-right: 2px solid #fcfcfc;
}
.heros .link a {
  color: #fcfcfc;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0em;
}
@media (min-width: 64em) {
  .heros .link a {
    font-size: 24px;
    line-height: 28px;
  }
}

.profiles .profile {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 20px;
}
.profiles .profile .user {
  display: flex;
}
.profiles .profile .user .details {
  margin-left: 6px;
}
.profiles .profile .user .details .name {
  font-weight: 400;
}
.profiles .profile .user .details .username {
  font-size: 12px;
  margin-top: -8px;
}
.profiles .profile .user .user-profile-img {
  height: 100px;
  width: 100px;
  transform: translateY(-40%);
  background-color: rgba(255, 251, 250, 0.925);
  padding: 2px;
  border: 1px solid #ebcbf6;
  border-radius: 15px;
}
.profiles .profile .edit {
  display: flex;
}
.profiles .profile .edit .edit-profile {
  padding: 8px;
  border: 1px solid #EBCBF6;
  border-radius: 3px;
  background: white;
  font-weight: 600;
  transform: translateY(-100%);
  transition: all 300ms ease-in-out;
}
.profiles .profile .edit .edit-profile:hover {
  transform: scale(1.02) translateY(-100%);
  border: 1px solid #400095;
}

.referrals {
  margin-top: 30px;
}
.referrals .referral {
  padding: 10px;
}
.referrals .referral h1 {
  font-size: 22px;
  font-weight: 600;
  line-height: 51px;
  letter-spacing: 0em;
  color: #404040;
  margin: 0;
  text-align: center;
}
@media (min-width: 64em) {
  .referrals .referral h1 {
    font-size: 43px;
  }
}
.referrals .referral .p {
  color: #aeaeae;
  font-size: 12px;
  font-weight: 400;
  margin-top: 0;
  text-align: center;
}
@media (min-width: 64em) {
  .referrals .referral .p {
    font-size: 14px;
    margin-top: 20px;
    line-height: 1.25;
  }
}
.referrals .referral .rewards {
  margin: 20px 0;
  margin-top: 15%;
  min-height: 183px;
  width: 100%;
  border-radius: 19px;
  background: url("../../../images/dashboardrewardicon.png"), linear-gradient(180deg, #6d37bf 0%, #5c3597 100%);
  background-repeat: no-repeat;
  background-position: 106% 50%, center;
  background-size: 162px 111px, cover;
  flex-basis: 100%;
}
@media (min-width: 40em) {
  .referrals .referral .rewards {
    margin: 25px auto;
    background-size: 229px 150px, cover;
  }
}
@media (min-width: 64em) {
  .referrals .referral .rewards {
    max-width: 488px;
  }
}
.referrals .referral .rewards .reward {
  padding: 20px;
}
.referrals .referral .rewards .reward h2 {
  color: #fcfcfc;
  font-size: 20px;
  font-weight: 600;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  margin: 5px 0;
}
.referrals .referral .rewards .reward p {
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: left;
  color: #fcfcfc;
  width: 63%;
  margin: 0px 0 5px 0;
}
.referrals .referral .rewards .reward .ref {
  margin-top: 20px;
}
.referrals .referral .rewards .reward .ref-span {
  background: #fcfcfc;
  border-radius: 6px;
  height: 18px;
  padding: 4px 5px;
  width: 92px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.referrals .referral .rewards .reward .ref-span img {
  width: 10px;
  height: 10px;
}
.referrals .referral .rewards .reward .ref-span p {
  color: #404040;
  flex-basis: 80%;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  margin: 0;
}
.referrals .referral .claim-reward {
  color: white;
  padding: 14px 45px;
  background: #ea5322;
  border-radius: 16px;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2509803922), 0px 1px 8px 0px rgba(0, 0, 0, 0.2509803922), 0px 8px 24px 0px rgba(0, 0, 0, 0.2509803922);
  font-size: 13px;
  transition: all 300ms ease-in-out;
  outline: none;
  border: none;
  margin-top: 20px;
  border: 1px solid #ea5322;
}
@media (min-width: 64em) {
  .referrals .referral .claim-reward {
    margin-top: 0px;
  }
}
.referrals .referral .claim-reward:hover {
  background: white;
  border: 1px solid #ea5322;
  color: #ea5322;
  outline: none;
}
.referrals .referral .three div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 48px;
  color: white;
  background: white;
  border-radius: 6px;
  padding: 0 0 0 20px;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2509803922), 0px 1px 8px 0px rgba(0, 0, 0, 0.2509803922), 0px 8px 24px 0px rgba(0, 0, 0, 0.2509803922);
  max-width: 315px;
  margin: 25px auto;
}
.referrals .referral .three div p {
  font-size: 14px;
  font-weight: 500;
  color: #1f1f29;
}
@media (min-width: 40em) {
  .referrals .referral .three div {
    padding: 0 20px;
    padding: 0 20px;
    flex-basis: 45%;
    border-radius: 16px;
  }
  .referrals .referral .three div p {
    font-size: 16px;
    width: unset;
  }
}
.referrals .referral .three div span {
  display: block;
  height: 50px;
  color: white;
  font-size: 12px;
  font-weight: 500;
  display: flex;
  align-items: center;
  width: 50px;
  background: #400095;
  justify-content: center;
  border-radius: 0 6px 6px 6px;
}
@media (min-width: 40em) {
  .referrals .referral .three div span {
    width: 40px;
    height: 40px;
    border-radius: 50%;
  }
}

.referral_pop_up {
  transition: all 300ms ease-in-out;
  display: none;
  position: fixed;
  background: white;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0%;
  box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.2509803922);
}
@media (min-width: 40em) {
  .referral_pop_up {
    padding-top: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 360px;
  }
}
.referral_pop_up .pop_up_body {
  margin: 30px 25px;
}
@media (min-width: 40em) {
  .referral_pop_up .pop_up_body {
    margin: 30px;
  }
}
.referral_pop_up .pop_up_body h1 {
  font-size: 25px;
  font-weight: 600;
  line-height: 51px;
  letter-spacing: 0em;
  color: #1f1f29;
  margin: 0;
  text-align: center;
}
@media (min-width: 64em) {
  .referral_pop_up .pop_up_body h1 {
    font-size: 32px;
  }
}
.referral_pop_up .pop_up_body .hide-swift {
  color: #400095;
  position: absolute;
  top: 20px;
  right: 10%;
  font-size: 20px;
  font-weight: 100;
}
.referral_pop_up .pop_up_body .p {
  color: #aeaeae;
  font-size: 12px;
  font-weight: 400;
  margin-top: 0;
  text-align: center;
}
@media (min-width: 64em) {
  .referral_pop_up .pop_up_body .p {
    font-size: 14px;
    margin-top: 20px;
    line-height: 1.25;
  }
}
.referral_pop_up .pop_up_body img {
  width: 80%;
  margin: 20px 10%;
}
.referral_pop_up .pop_up_body .claim-reward {
  justify-content: space-between;
  display: flex;
  align-items: center;
  color: white;
  padding: 1px 45px;
  background: #ea5322;
  border-radius: 16px;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2509803922), 0px 1px 8px 0px rgba(0, 0, 0, 0.2509803922), 0px 8px 24px 0px rgba(0, 0, 0, 0.2509803922);
  font-size: 13px;
  margin-top: 20px;
}
@media (min-width: 40em) {
  .referral_pop_up .pop_up_body .claim-reward {
    padding: 6px 45px;
  }
}
.referral_pop_up .pop_up_body .claim-reward img {
  width: 16px;
  margin: 0;
}
@media (min-width: 40em) {
  .referral_pop_up .pop_up_body .claim-reward img {
    width: 32px;
  }
}
.referral_pop_up .pop_up_body .claim-reward p {
  flex-basis: 70%;
  text-align: left;
}
@media (min-width: 64em) {
  .referral_pop_up .pop_up_body .claim-reward {
    margin-top: 0px;
  }
}
.referral_pop_up .pop_up_body .three div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 48px;
  color: white;
  background: white;
  border-radius: 6px;
  padding: 0 0 0 0 20px;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2509803922), 0px 1px 8px 0px rgba(0, 0, 0, 0.2509803922), 0px 8px 24px 0px rgba(0, 0, 0, 0.2509803922);
  max-width: 315px;
  margin: 25px auto;
}
.referral_pop_up .pop_up_body .three div p {
  font-size: 14px;
  font-weight: 500;
  color: #1f1f29;
}
@media (min-width: 40em) {
  .referral_pop_up .pop_up_body .three div {
    padding: 0 20px;
    border-radius: 16px;
    flex-basis: 45%;
  }
  .referral_pop_up .pop_up_body .three div p {
    font-size: 16px;
    width: unset;
  }
}
.referral_pop_up .pop_up_body .three div span {
  display: block;
  height: 50px;
  color: white;
  font-size: 12px;
  font-weight: 500;
  display: flex;
  align-items: center;
  width: 50px;
  background: #400095;
  justify-content: center;
  border-radius: 0 6px 6px 6px;
}
@media (min-width: 40em) {
  .referral_pop_up .pop_up_body .three div span {
    width: 40px;
    height: 40px;
    border-radius: 50%;
  }
}

.details .detail {
  padding: 20px;
}
.details .detail form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.details .detail form div {
  flex-basis: 100%;
}
@media (min-width: 40em) {
  .details .detail form div {
    flex-basis: 47%;
  }
}
.details .detail label {
  display: block;
  margin: 7px;
}
.details .detail input {
  width: 100%;
  margin: 0 auto 10px auto;
  padding: 0 10px;
  height: 34px;
  color: #400095;
  border: 1px solid #ebcbf6;
  border-radius: 3px;
  transition: all 300ms ease-in-out;
}
.details .detail input:focus, .details .detail input:hover {
  border: 1px solid #400095;
  outline: none;
}
.details .detail input[type=submit] {
  border: none;
  padding: 4px 0;
  display: block;
  background: #FF6F00;
  color: white;
  width: 60%;
  margin: 10px auto;
}
.details .detail input[type=submit]:focus, .details .detail input[type=submit]:hover {
  background: rgb(255, 152, 33);
  color: #400095;
}
@media (min-width: 40em) {
  .details .detail input[type=submit] {
    width: 55%;
  }
}

.passwords {
  padding: 10px;
}
.passwords .password {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.passwords .password h2 {
  color: #FF6F00;
  font-weight: 400;
}
.passwords .password .button {
  color: #400095;
  border: 1px #FF6F00 solid;
  border-radius: 4px;
  margin: 6px;
  padding: 0 6px;
}
.passwords .password .button p {
  margin: 8px;
}

.privacys .privacy {
  margin: 40px 20px;
}
.privacys .privacy li {
  list-style-type: none;
  margin: 25px 0;
}
.privacys .privacy li h2 {
  color: #1f1f29;
  margin: 10px 0;
  display: inline;
}
.privacys .privacy li p {
  color: #1f1f29;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
}

.licenses h2 {
  padding: 20px 0 0 20px;
  margin-bottom: 2px;
  font-size: large;
}
@media (min-width: 64em) {
  .licenses h2 {
    font-size: xx-large;
  }
}
.licenses img {
  padding: 0 0 0 20px;
  width: 14%;
}
.licenses .license {
  padding: 20px;
  color: #1f1f29;
}
.licenses .license h3 {
  font-size: x-large;
  font-weight: 700;
}
.licenses .license p {
  font-size: medium;
  font-weight: 500;
  line-height: 1.5;
  color: rgb(87, 87, 87);
}
@media (min-width: 40em) {
  .licenses .license p {
    font-size: large;
  }
}
@media (min-width: 64em) {
  .licenses .license p {
    font-size: larger;
  }
}/*# sourceMappingURL=style.css.map */