.theDeposit {
  position: relative;
}
.theDeposit .theMainWalletSection {
  margin-bottom: 0.875rem;
  border-radius: 12px;
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat;
}
.theDeposit .theMainWalletSection .theMainWalletPadd {
  padding: 1.25rem 1.5rem;
}
.theDeposit .theMainWalletSection .theMainWalletPadd .theMWTitle {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.theDeposit .theMainWalletSection .theMainWalletPadd .theMWTitle .theMWIcon {
  width: 18px;
  height: 18px;
}
@media screen and (min-width: 1024px) {
  .theDeposit .theMainWalletSection .theMainWalletPadd .theMWTitle .theMWIcon {
    width: 20px;
    height: 20px;
  }
}
.theDeposit .theMainWalletSection .theMainWalletPadd .theMWTitle .theMWIcon svg {
  width: 100%;
  display: flex;
  -o-object-fit: cover;
     object-fit: cover;
  color: var(--global-secondary-text-color);
}
.theDeposit .theMainWalletSection .theMainWalletPadd .theMWTitle .theMWLabel {
  color: #4b515e;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .theDeposit .theMainWalletSection .theMainWalletPadd .theMWTitle .theMWLabel {
    font-size: 0.875rem;
  }
}
.theDeposit .theMainWalletSection .theMainWalletPadd .theMWValue {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 600;
  line-height: 150%;
}
@media screen and (min-width: 1024px) {
  .theDeposit .theMainWalletSection .theMainWalletPadd .theMWValue {
    font-size: 2.125rem;
  }
}
.theDeposit .theDepositBox {
  margin-bottom: 1.5rem;
  border-radius: 12px;
  background: var(--global-primary-modal-color);
}
.theDeposit .theDepositBox .theDepositBoxHeader {
  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;
}
.theDeposit .theDepositBox .theDepositBoxHeader .theDepositBoxHLabel {
  padding: 1.25rem 1.625rem;
  font-weight: 700;
  font-size: 0.875rem;
  width: -moz-fit-content;
  width: fit-content;
}
.theDeposit .theDepositBox .theDepositBoxPadd {
  padding: 1.875rem 1.5rem 2.1875rem;
}
.theDeposit .theDepositBox .theDepositBoxPadd .theDepositPaymentTitle {
  font-size: 0.875rem;
  font-weight: 500;
  margin: 0 0 0.625rem;
}
.theDeposit .theDepositBox .theDepositBoxPadd .theDepositPaymentFlexWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0 0 1.875rem;
}
.theDeposit .theDepositBox .theDepositBoxPadd .theDepositPaymentFlexWrap .theDepositPaymentBox {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.625rem 1.5625rem;
  border-radius: 0.5rem;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.theDeposit .theDepositBox .theDepositBoxPadd .theDepositPaymentFlexWrap .theDepositPaymentBox img {
  width: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.theDeposit .theDepositBox .theDepositBoxPadd .theDepositPaymentFlexWrap .theDepositPaymentText {
  font-size: 0.875rem;
  font-weight: 500;
  margin: 0 0 0.125rem;
}
.theDeposit .theDepositBox .theDepositBoxPadd .theDepositQrBox {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 1.875rem;
}
.theDeposit .theDepositBox .theDepositBoxPadd .theDepositQrBox img {
  width: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.theDeposit .theDepositBox .theDepositBoxPadd .theDepositAmountBox .theDepositABTitle {
  font-size: 0.875rem;
  font-weight: 500;
  margin: 0 0 0.625rem;
}
.theDeposit .theDepositBox .theDepositBoxPadd .theDepositAmountBox .theDepositAmountFlex {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 0 1.875rem;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .theDeposit .theDepositBox .theDepositBoxPadd .theDepositAmountBox .theDepositAmountFlex {
    flex-direction: row;
  }
}
.theDeposit .theDepositBox .theDepositBoxPadd .theDepositAmountBox .theDepositAmountFlex .theDepositAmountInput {
  position: relative;
  padding: 0.625rem 1.25rem;
  background: var(--global-secondary-modal-color);
  border-radius: 0.5rem;
  width: 100%;
  margin: 0 0 0.5rem;
}
@media screen and (min-width: 1024px) {
  .theDeposit .theDepositBox .theDepositBoxPadd .theDepositAmountBox .theDepositAmountFlex .theDepositAmountInput {
    width: 49%;
    margin: 0;
  }
}
.theDeposit .theDepositBox .theDepositBoxPadd .theDepositAmountBox .theDepositAmountFlex .theDepositAmountInput input {
  width: 100%;
  color: #ffffff;
  font-size: 0.875rem;
  background: transparent;
  outline: none;
  border: none;
}
@media screen and (min-width: 1024px) {
  .theDeposit .theDepositBox .theDepositBoxPadd .theDepositAmountBox .theDepositAmountFlex .theDepositAmountInput input {
    font-size: 1rem;
  }
}
.theDeposit .theDepositBox .theDepositBoxPadd .theDepositAmountBox .theDepositAmountFlex .theDepositAmountInput input::-webkit-outer-spin-button, .theDeposit .theDepositBox .theDepositBoxPadd .theDepositAmountBox .theDepositAmountFlex .theDepositAmountInput input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.theDeposit .theDepositBox .theDepositBoxPadd .theDepositAmountBox .theDepositAmountFlex .theDepositAmountInput input[type=number] {
  -moz-appearance: textfield;
}
.theDeposit .theDepositBox .theDepositBoxPadd .theDepositAmountBox .theDepositAmountFlex .theDepositAmountInput input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
  cursor: pointer;
  z-index: 1;
}
.theDeposit .theDepositBox .theDepositBoxPadd .theDepositAmountBox .theDepositAmountFlex .theDepositAmountInput input[type=date] {
  -moz-appearance: textfield;
}
.theDeposit .theDepositBox .theDepositBoxPadd .theDepositAmountBox .theDepositAmountFlex .theDepositAmountInput .thePasswordIcon {
  position: absolute;
  top: 50%;
  right: 1.25rem;
  transform: translateY(-50%);
  z-index: 1;
}
.theDeposit .theDepositBox .theDepositBoxPadd .theDepositAmountBox .theDepositAmountFlex .theDepositAmountInput .thePasswordIcon svg {
  width: 20px;
  display: block;
}
.theDeposit .theDepositBox .theDepositBoxPadd .theDepositAmountBox .theDepositAmountFlex .theDepositAFFlexWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .theDeposit .theDepositBox .theDepositBoxPadd .theDepositAmountBox .theDepositAmountFlex .theDepositAFFlexWrap {
    width: 49%;
  }
}
.theDeposit .theDepositBox .theDepositBoxPadd .theDepositAmountBox .theDepositAmountFlex .theDepositAFFlexWrap .theDepositAFFWBox {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  padding: 0.625rem 1.625rem;
  border-radius: 0.5rem;
  border-width: 1px;
  border-style: solid;
  font-size: 1rem;
  font-weight: 500;
}
.theDeposit .theDepositBox .theDepositBoxPadd .theDepositAmountBox .theDepositAmountFlex .theDepositAFFlexWrap .theDepositAFFWBox .theDepositAFFWBIcon {
  width: 19px;
}
.theDeposit .theDepositBox .theDepositBoxPadd .theDepositAmountBox .theDepositAmountFlex .theDepositAFFlexWrap .theDepositAFFWBox .theDepositAFFWBIcon svg {
  width: 100%;
  display: block;
  color: currentColor;
}
.theDeposit .theDepositBox .theDepositBoxPadd .theDepositButton {
  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;
  cursor: pointer;
  cursor: pointer;
}
.theDeposit .theDepositBox .theDepositBoxPadd .theFormInputWrapper {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  margin: 0 0 1.875rem;
}
@media screen and (min-width: 1024px) {
  .theDeposit .theDepositBox .theDepositBoxPadd .theFormInputWrapper {
    width: 49%;
  }
}
.theDeposit .theDepositBox .theDepositBoxPadd .theFormInputWrapper .theFormField {
  position: relative;
  width: 100%;
  max-width: 465px;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.theDeposit .theDepositBox .theDepositBoxPadd .theFormInputWrapper .theFormField .theFormFieldLabel {
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  .theDeposit .theDepositBox .theDepositBoxPadd .theFormInputWrapper .theFormField .theFormFieldLabel {
    font-size: 0.875rem;
  }
}
.theDeposit .theDepositBox .theDepositBoxPadd .theFormInputWrapper .theFormField .theFormFieldInput {
  position: relative;
  padding: 0.625rem 1.25rem;
  background: #1c1f27;
  border-width: 1px;
  border-style: solid;
  border-radius: 8px;
}
.theDeposit .theDepositBox .theDepositBoxPadd .theFormInputWrapper .theFormField .theFormFieldInput .theUploadFormPlaceholder {
  width: calc(100% - 18px);
  color: #5c5b6d;
  font-size: 1rem;
  font-weight: 500;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.theDeposit .theDepositBox .theDepositBoxPadd .theFormInputWrapper .theFormField .theFormFieldInput .uploadedFile {
  color: #1c9bff;
}
.theDeposit .theDepositBox .theDepositBoxPadd .theFormInputWrapper .theFormField .theFormFieldInput .theUploadFormIcon {
  position: absolute;
  width: 18px;
  height: 18px;
  top: 50%;
  right: 1.25rem;
  transform: translateY(-50%);
  cursor: pointer;
}
.theDeposit .theDepositBox .theDepositBoxPadd .theFormInputWrapper .theFormField .theFormFieldInput .theUploadFormIcon img {
  width: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.theDeposit .theDepositBox .theDepositBoxPadd .theFormInputWrapper .theFormField .theFormFieldInput .theUploadFormIcon svg {
  width: 100%;
  display: flex;
  -o-object-fit: cover;
     object-fit: cover;
  color: var(--global-secondary-text-color);
}
.theDeposit .theDepositBox .theDepositBoxPadd .theFormInputWrapper .theFormField .theFormFieldInput .theCopyIcon {
  position: absolute;
  width: 18px;
  height: 18px;
  top: 50%;
  right: 1.25rem;
  transform: translateY(-50%);
  cursor: pointer;
}
.theDeposit .theDepositBox .theDepositBoxPadd .theFormInputWrapper .theFormField .theFormFieldInput .theCopyIcon img {
  width: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.theDeposit .theDepositBox .theDepositBoxPadd .theFormInputWrapper .theFormField .theFormFieldInput .theCopyIcon svg {
  width: 100%;
  display: flex;
  color: var(--global-secondary-text-color);
}
.theDeposit .theDepositBox .theDepositBoxPadd .theFormInputWrapper .theFormField .theFormFieldInput .theSelectIcon {
  position: absolute;
  width: 18px;
  top: 50%;
  right: 1.25rem;
  transform: translateY(-50%);
  cursor: pointer;
}
.theDeposit .theDepositBox .theDepositBoxPadd .theFormInputWrapper .theFormField .theFormFieldInput .theSelectIcon img {
  width: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.theDeposit .theDepositBox .theDepositBoxPadd .theFormInputWrapper .theFormField .theFormFieldInput .theSelectIcon svg {
  width: 100%;
  display: flex;
  -o-object-fit: cover;
     object-fit: cover;
  color: var(--global-secondary-text-color);
}
.theDeposit .theDepositBox .theDepositBoxPadd .theFormInputWrapper .theFormField .theFormFieldInput input {
  width: 100%;
  color: #ffffff;
  font-size: 0.875rem;
  background: transparent;
  outline: none;
  border: none;
}
@media screen and (min-width: 1024px) {
  .theDeposit .theDepositBox .theDepositBoxPadd .theFormInputWrapper .theFormField .theFormFieldInput input {
    font-size: 1rem;
  }
}
.theDeposit .theDepositBox .theDepositBoxPadd .theFormInputWrapper .theFormField .theFormFieldInput .form-select {
  width: 100%;
  color: #ffffff;
  font-size: 0.875rem;
  background: #1c1f27;
  outline: none;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .theDeposit .theDepositBox .theDepositBoxPadd .theFormInputWrapper .theFormField .theFormFieldInput .form-select {
    font-size: 1rem;
  }
}
.theDeposit .theDNotesSection {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.theDeposit .theDNotesSection .theNotesTitle {
  color: #4f4e5d;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  text-decoration-line: underline;
}
.theDeposit .theDNotesSection .theNotesContent {
  color: #4f4e5d;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
}/*# sourceMappingURL=deposit.css.map */