.referral--wrapper {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  z-index: 8;
  height: 100%;
}
@media only screen and (max-width: 500px) {
  .referral--wrapper {
    height: 100vh;
  }
}
.referral--header img {
  width: 100%;
  height: 25%;
}
.referral--body {
  width: 250px;
  margin: auto;
  padding-top: 50px;
  height: calc(75% - 100px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.referral--from-user {
  color: #333333;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  margin: 2px 0px;
}
.referral--sessions {
  color: #0087b1;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin: 2px 0px;
}
.referral--steps {
  padding: 8px;
}
.referral--steps--main {
  font-size: 16px !important;
  border-bottom: 1px solid #dfdfdf;
  font-weight: 600;
  padding-bottom: 8px;
}

.referral--steps p {
  text-align: center;
  margin: 8px 0px;
  font-size: 14px;
}

.referral---actions {
  padding-top: 12px;
}
.referral--action-main {
  color: white !important;
  background-color: #0087b1;
  border-radius: 24px;
  box-shadow: 0px 3px 6px #00000029;
  outline: none;
  border: 0;
  padding: 6px 8px;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
}
.referral--action-secondary {
  color: #333333;
  background-color: white;
  outline: none;
  border: 0;
  padding: 15px 8px;
  margin-top: 12px;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
}
