.theReferralProgram {
  position: relative;
}
.theReferralProgram .theMainWalletSection {
  margin-bottom: 0.875rem;
  border-radius: 12px;
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat;
}
.theReferralProgram .theMainWalletSection .theMainWalletPadd {
  padding: 1.25rem 1.5rem;
}
.theReferralProgram .theMainWalletSection .theMainWalletPadd .theMWTitle {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.theReferralProgram .theMainWalletSection .theMainWalletPadd .theMWTitle .theMWIcon {
  width: 18px;
  height: 18px;
}
@media screen and (min-width: 1024px) {
  .theReferralProgram .theMainWalletSection .theMainWalletPadd .theMWTitle .theMWIcon {
    width: 20px;
    height: 20px;
  }
}
.theReferralProgram .theMainWalletSection .theMainWalletPadd .theMWTitle .theMWLabel {
  color: #4b515e;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .theReferralProgram .theMainWalletSection .theMainWalletPadd .theMWTitle .theMWLabel {
    font-size: 0.875rem;
  }
}
.theReferralProgram .theMainWalletSection .theMainWalletPadd .theMWValue {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 600;
  line-height: 150%;
}
@media screen and (min-width: 1024px) {
  .theReferralProgram .theMainWalletSection .theMainWalletPadd .theMWValue {
    font-size: 2.125rem;
  }
}
.theReferralProgram .theReferralProgramBox {
  margin-bottom: 1.5rem;
  border-radius: 12px;
  background: var(--global-primary-modal-color);
}
.theReferralProgram .theReferralProgramBox .theReferralProgramBoxHeader {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #1d202b;
  padding: 0 0.5rem 0 0;
  overflow-x: scroll;
  overflow-y: unset;
}
.theReferralProgram .theReferralProgramBox .theReferralProgramBoxHeader .theReferralProgramBoxHLabel {
  padding: 1.25rem 1.625rem;
  font-weight: 700;
  font-size: 0.875rem;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}
.theReferralProgram .theReferralProgramBox .theReferralProgramBoxPadd {
  padding: 1.875rem 1.5rem 2.1875rem;
}
.theReferralProgram .theReferralProgramBox .theReferralProgramBoxPadd .theReferralProgramPaymentTitle {
  font-size: 0.875rem;
  font-weight: 500;
  margin: 0 0 0.625rem;
}
.theReferralProgram .theReferralProgramBox .theReferralProgramBoxPadd .theReferralProgramButtonLabel {
  margin: 1.875rem 0 0.5rem;
  font-size: 1rem;
  font-weight: 600;
}
.theReferralProgram .theReferralProgramBox .theReferralProgramBoxPadd .theReferralProgramButton {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0.5rem;
  padding: 0.625rem 3.75rem;
  font-weight: 900;
  text-align: center;
  font-size: 1rem;
}
.theReferralProgram .theReferralProgramBox .theReferralProgramBoxPadd .theFormInputWrapper {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}
@media screen and (min-width: 1024px) {
  .theReferralProgram .theReferralProgramBox .theReferralProgramBoxPadd .theFormInputWrapper {
    width: 49%;
  }
}
.theReferralProgram .theReferralProgramBox .theReferralProgramBoxPadd .theFormInputWrapper .theFormField {
  position: relative;
  width: 100%;
  max-width: 465px;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.theReferralProgram .theReferralProgramBox .theReferralProgramBoxPadd .theFormInputWrapper .theFormField .theFormFieldLabel {
  color: var(--global-primary-text-color);
  font-size: 0.75rem;
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  .theReferralProgram .theReferralProgramBox .theReferralProgramBoxPadd .theFormInputWrapper .theFormField .theFormFieldLabel {
    font-size: 0.875rem;
  }
}
.theReferralProgram .theReferralProgramBox .theReferralProgramBoxPadd .theFormInputWrapper .theFormField .theFormFieldInput {
  position: relative;
  padding: 0.625rem 1.25rem;
  background: #1c1f27;
  border-width: 1px;
  border-style: solid;
  border-radius: 8px;
  border-color: var(--global-secondary-text-color);
  color: var(--global-primary-text-color);
}
.theReferralProgram .theReferralProgramBox .theReferralProgramBoxPadd .theFormInputWrapper .theFormField .theFormFieldInput .theUploadFormPlaceholder {
  width: calc(100% - 18px);
  color: var(--global-secondary-text-color);
  font-size: 1rem;
  font-weight: 500;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.theReferralProgram .theReferralProgramBox .theReferralProgramBoxPadd .theFormInputWrapper .theFormField .theFormFieldInput .uploadedFile {
  color: #1c9bff;
}
.theReferralProgram .theReferralProgramBox .theReferralProgramBoxPadd .theFormInputWrapper .theFormField .theFormFieldInput .theUploadFormIcon {
  position: absolute;
  width: 18px;
  height: 18px;
  top: 50%;
  right: 1.25rem;
  transform: translateY(-50%);
  cursor: pointer;
}
.theReferralProgram .theReferralProgramBox .theReferralProgramBoxPadd .theFormInputWrapper .theFormField .theFormFieldInput .theUploadFormIcon img {
  width: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.theReferralProgram .theReferralProgramBox .theReferralProgramBoxPadd .theFormInputWrapper .theFormField .theFormFieldInput .theCopyIcon {
  position: absolute;
  width: 18px;
  height: 18px;
  top: 50%;
  right: 1.25rem;
  transform: translateY(-50%);
  cursor: pointer;
}
.theReferralProgram .theReferralProgramBox .theReferralProgramBoxPadd .theFormInputWrapper .theFormField .theFormFieldInput .theCopyIcon img {
  width: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.theReferralProgram .theReferralProgramBox .theReferralProgramBoxPadd .theFormInputWrapper .theFormField .theFormFieldInput .theCopyIcon svg {
  width: 100%;
  display: flex;
  color: var(--global-secondary-text-color);
}
.theReferralProgram .theReferralProgramBox .theReferralProgramBoxPadd .theFormInputWrapper .theFormField .theFormFieldInput .theSelectIcon {
  position: absolute;
  width: 18px;
  top: 50%;
  right: 1.25rem;
  transform: translateY(-50%);
  cursor: pointer;
}
.theReferralProgram .theReferralProgramBox .theReferralProgramBoxPadd .theFormInputWrapper .theFormField .theFormFieldInput .theSelectIcon img {
  width: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.theReferralProgram .theReferralProgramBox .theReferralProgramBoxPadd .theFormInputWrapper .theFormField .theFormFieldInput input {
  width: 100%;
  color: #ffffff;
  font-size: 0.875rem;
  background: transparent;
  outline: none;
  border: none;
}
@media screen and (min-width: 1024px) {
  .theReferralProgram .theReferralProgramBox .theReferralProgramBoxPadd .theFormInputWrapper .theFormField .theFormFieldInput input {
    font-size: 1rem;
  }
}
.theReferralProgram .theReferralProgramBox .theReferralProgramBoxPadd .theFormInputWrapper .theFormField .theFormFieldInput .form-select {
  width: 100%;
  color: #ffffff;
  font-size: 0.875rem;
  background: transparent;
  outline: none;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .theReferralProgram .theReferralProgramBox .theReferralProgramBoxPadd .theFormInputWrapper .theFormField .theFormFieldInput .form-select {
    font-size: 1rem;
  }
}
.theReferralProgram .theReferralProgramBox .theReferralProgramBoxPadd .theLTBPTableWrapper {
  overflow-x: auto;
  overflow-y: unset;
  width: 100%;
  /* Hide DataTable built-in controls */
}
.theReferralProgram .theReferralProgramBox .theReferralProgramBoxPadd .theLTBPTableWrapper .theLTBPTableTH {
  font-size: 0.875rem;
  font-weight: 800;
  padding: 0.75rem 0.875rem;
  min-width: 200px;
}
@media screen and (min-width: 1024px) {
  .theReferralProgram .theReferralProgramBox .theReferralProgramBoxPadd .theLTBPTableWrapper .theLTBPTableTH {
    min-width: unset;
  }
}
.theReferralProgram .theReferralProgramBox .theReferralProgramBoxPadd .theLTBPTableWrapper .theLTBPTableTD {
  font-size: 0.875rem;
  font-weight: 400;
  padding: 0.75rem 0.875rem;
  min-width: 200px;
}
@media screen and (min-width: 1024px) {
  .theReferralProgram .theReferralProgramBox .theReferralProgramBoxPadd .theLTBPTableWrapper .theLTBPTableTD {
    min-width: unset;
  }
}
.theReferralProgram .theReferralProgramBox .theReferralProgramBoxPadd .theLTBPTableWrapper .dataTables_empty {
  color: var(--global-secondary-text-color);
}
.theReferralProgram .theReferralProgramBox .theReferralProgramBoxPadd .theLTBPTableWrapper .dataTables_info {
  color: var(--global-secondary-text-color);
}
.theReferralProgram .theReferralProgramBox .theReferralProgramBoxPadd .theLTBPTableWrapper .dataTables_length,
.theReferralProgram .theReferralProgramBox .theReferralProgramBoxPadd .theLTBPTableWrapper .dataTables_filter,
.theReferralProgram .theReferralProgramBox .theReferralProgramBoxPadd .theLTBPTableWrapper .dataTables_info {
  display: none !important;
}
.theReferralProgram .theReferralProgramBox .theReferralProgramBoxPadd .theLTBPTableWrapper table.dataTable {
  width: 100% !important;
}
.theReferralProgram .theReferralProgramBox .theReferralProgramBoxPadd .theLTBPTableWrapper .dataTables_paginate {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  /* pagination "previous" text  */
  /* pagination "next" text  */
  /* pagination button numbers */
}
.theReferralProgram .theReferralProgramBox .theReferralProgramBoxPadd .theLTBPTableWrapper .dataTables_paginate .paginate_button.previous.disabled {
  color: var(--global-secondary-text-color) !important;
  opacity: 0.5;
}
.theReferralProgram .theReferralProgramBox .theReferralProgramBoxPadd .theLTBPTableWrapper .dataTables_paginate .paginate_button.previous {
  color: var(--global-primary-text-color) !important;
}
.theReferralProgram .theReferralProgramBox .theReferralProgramBoxPadd .theLTBPTableWrapper .dataTables_paginate .paginate_button.previous:hover {
  background: transparent !important;
  border: 1px solid transparent !important;
}
.theReferralProgram .theReferralProgramBox .theReferralProgramBoxPadd .theLTBPTableWrapper .dataTables_paginate .paginate_button.next.disabled {
  color: var(--global-secondary-text-color) !important;
  opacity: 0.5;
}
.theReferralProgram .theReferralProgramBox .theReferralProgramBoxPadd .theLTBPTableWrapper .dataTables_paginate .paginate_button.next {
  color: var(--global-primary-text-color) !important;
}
.theReferralProgram .theReferralProgramBox .theReferralProgramBoxPadd .theLTBPTableWrapper .dataTables_paginate .paginate_button.next:hover {
  background: transparent !important;
  border: 1px solid transparent !important;
}
.theReferralProgram .theReferralProgramBox .theReferralProgramBoxPadd .theLTBPTableWrapper .dataTables_paginate .paginate_button.current {
  color: var(--global-primary-text-color) !important;
  font-weight: 700;
  background: var(--global-button-color) !important;
}
.theReferralProgram .theReferralProgramBox .theReferralProgramBoxPadd .theLTBPTableWrapper .dataTables_paginate .paginate_button {
  color: var(--global-secondary-text-color) !important;
}
.theReferralProgram .theReferralProgramBox .theReferralProgramBoxPadd .theLTBPTableWrapper .dataTables_paginate .paginate_button:hover {
  color: var(--global-primary-text-color) !important;
  background: var(--global-button-color) !important;
}
.theReferralProgram .theReferralProgramBox .theReferralProgramBoxPadd .theLTBPTableWrapper .dataTables_paginate .ellipsis {
  color: var(--global-secondary-text-color) !important;
}
.theReferralProgram .theDNotesSection {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.theReferralProgram .theDNotesSection .theNotesTitle {
  color: #4f4e5d;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  text-decoration-line: underline;
}
.theReferralProgram .theDNotesSection .theNotesContent {
  color: #4f4e5d;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
}/*# sourceMappingURL=referralProgram.css.map */