.js .paragraphs-subform {
  display: flex;
  gap: 6em !important;
}
.total-sale {
  float: right;
  margin-right: 4em;
  margin-top: -4em;
}
.reward-points-table {
  width: 100%;
  text-align: center;
}
.text-center {
  text-align: center;
}
.scratchCard {
  width: 500px;
  height: 500px;
  display: block;
  margin: 0 auto;
}
.new-title {
  font-family: 'IBM Plex Sans', sans-serif;
  text-transform: uppercase;
  text-align: center;
  padding: 50px;
  background-color: #121212;
  color: #ffffff;
  margin-top: 0;
}
.btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 250px;
  height: 50px;
  border: none;
  border-radius: 5px;
  background: #5900ff;
  color: #ffffff;
  cursor: pointer;
  transition: 0.2s all ease;
  font-size: 1rem;
  display: block;
  margin: 50px auto;
  text-align: center;
}

.btn:hover {
  border: 1px solid #5900ff;
  background: #4400c4;
  color: #ffffff;
  box-shadow: 2px 2px 10px 0px #5900ff1f;
  transition: 0.2s all ease;
}

.btn:focus {
  outline: none;
}

.pageContentWrapper {
  margin-bottom: 100px;
}


a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: underline;
}

footer {
  text-align: center;
  line-height: 100px;
  background-color: #121212;
  color: #ffffff;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100px;
  width: 100%;
  overflow: hidden;
}

.goBack p {
  margin: 30px;
  text-align: center;
  font-size: 20px;
}

@media all and (max-width:786px) {

  .scratchCard {
    width: 300px;
    height: 300px;
    display: block;
    margin: 0 auto;
  }
}

.layout--content-medium,
.layout--pass--content-medium > * {
  grid-column: 2 / 14 !important;
}
.message-container {
  display: flex;
  justify-content: space-between;
}
.direct-referrals #edit-sponsor-number {
  display: none;
}
.csv-feed .feed-icon {
  background-image: unset !important;
  background-color: #0d6efd;
  color: #fff;
  padding: 8px 16px 8px 40px; /* space for icon */
  font-weight: bold;
  border-radius: 6px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  position: fixed;
  top: 12em;
  right: 6em;
  z-index: 999;
  position: fixed;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
}

.csv-feed .feed-icon::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: url('data:image/svg+xml;utf8,<svg fill="white" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 16a1 1 0 0 1-.71-.29l-5-5a1 1 0 0 1 1.42-1.42L11 12.59V4a1 1 0 0 1 2 0v8.59l3.29-3.3a1 1 0 0 1 1.42 1.42l-5 5A1 1 0 0 1 12 16zm-7 4a1 1 0 0 1 0-2h14a1 1 0 0 1 0 2z"/></svg>') no-repeat center center;
  background-size: 20px 20px;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.csv-feed .feed-icon::after {
  content: 'Export Report';
  padding-left: 8px;
}
