.theDeposit {
  position: relative;
}
.theDeposit .theDepositBox {
  border-radius: 12px;
  background: var(--global-primary-modal-color);
}
.theDeposit .theDepositBox .theDepositBoxHeader {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
  border-bottom: 1px solid #1d202b;
  padding: 0 0.5rem 0 0;
  overflow: hidden;
}
.theDeposit .theDepositBox .theDepositBoxHeader .theWithdrawalHeaderTabs {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  min-width: 0;
  overflow-x: auto;
  overflow-y: hidden;
}
.theDeposit .theDepositBox .theDepositBoxHeader .theDepositBoxHLabel {
  padding: 0.625rem 0.875rem;
  font-weight: 700;
  font-size: 0.75rem;
  width: fit-content;
  flex: 0 0 auto;
  white-space: nowrap;
}
.theDeposit .theDepositBox .theDepositBoxHeader .theWithdrawMethodRedirectButton {
  flex: 0 0 auto;
  border: 0;
  border-radius: 0.5rem;
  cursor: pointer;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: normal;
  margin-left: auto;
  padding: 0.5625rem 0.625rem;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .theDeposit .theDepositBox .theDepositBoxHeader {
    gap: 0.75rem;
  }
  .theDeposit .theDepositBox .theDepositBoxHeader .theDepositBoxHLabel {
    padding: 1.25rem 1.625rem;
    font-size: 0.875rem;
  }
  .theDeposit .theDepositBox .theDepositBoxHeader .theWithdrawMethodRedirectButton {
    font-size: 0.875rem;
    padding: 0.625rem 0.875rem;
  }
}
.theDeposit .theDepositBox .theDepositBoxPadd {
  padding: 0.625rem;
}
@media screen and (min-width: 768px) {
  .theDeposit .theDepositBox .theDepositBoxPadd {
    padding: 1.625rem 1.5rem 0.75rem 1.5rem;
  }
}
.theDeposit .theDepositBox .theDepositBoxPadd .theDepositPaymentTitle {
  font-size: 0.875rem;
  font-weight: 500;
  margin: 0 0 0.5rem;
}
@media screen and (min-width: 768px) {
  .theDeposit .theDepositBox .theDepositBoxPadd .theDepositPaymentTitle {
    margin: 0 0 0.625rem;
  }
}
.theDeposit .theDepositBox .theDepositBoxPadd .theDepositPaymentFlexWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0 0 0.5rem;
}
@media screen and (min-width: 768px) {
  .theDeposit .theDepositBox .theDepositBoxPadd .theDepositPaymentFlexWrap {
    margin: 0 0 0.625rem;
  }
}
.theDeposit .theDepositBox .theDepositBoxPadd .theDepositPaymentFlexWrap .theDepositPaymentBox {
  width: fit-content;
  border-radius: 0.5rem;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.625rem 0.875rem;
}
@media screen and (min-width: 768px) {
  .theDeposit .theDepositBox .theDepositBoxPadd .theDepositPaymentFlexWrap .theDepositPaymentBox {
    padding: 0.625rem 1.5625rem;
  }
}
.theDeposit .theDepositBox .theDepositBoxPadd .theDepositPaymentFlexWrap .theDepositPaymentBox img {
  width: 100%;
  display: block;
  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: fit-content;
  margin: 0 0 0.5rem;
}
@media screen and (min-width: 768px) {
  .theDeposit .theDepositBox .theDepositBoxPadd .theDepositQrBox {
    margin: 0 0 1.875rem;
  }
}
.theDeposit .theDepositBox .theDepositBoxPadd .theDepositQrBox img {
  width: 100%;
  display: block;
  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: var(--global-primary-text-color);
  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: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  padding: 0.625rem 0.875rem;
  border-radius: 0.5rem;
  border-width: 1px;
  border-style: solid;
  font-size: 0.75rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .theDeposit .theDepositBox .theDepositBoxPadd .theDepositAmountBox .theDepositAmountFlex .theDepositAFFlexWrap .theDepositAFFWBox {
    padding: 0.625rem 1.625rem;
    font-size: 1rem;
  }
}
.theDeposit .theDepositBox .theDepositBoxPadd .theDepositAmountBox .theDepositAmountFlex .theDepositAFFlexWrap .theDepositAFFWBox .theDepositAFFWBIcon {
  width: 12px;
}
@media screen and (min-width: 768px) {
  .theDeposit .theDepositBox .theDepositBoxPadd .theDepositAmountBox .theDepositAmountFlex .theDepositAFFlexWrap .theDepositAFFWBox .theDepositAFFWBIcon {
    width: 16px;
  }
}
.theDeposit .theDepositBox .theDepositBoxPadd .theDepositAmountBox .theDepositAmountFlex .theDepositAFFlexWrap .theDepositAFFWBox .theDepositAFFWBIcon img {
  width: 100%;
  display: block;
}
.theDeposit .theDepositBox .theDepositBoxPadd .theDepositButton {
  width: fit-content;
  border-radius: 0.5rem;
  padding: 0.625rem 3.75rem;
  font-weight: 900;
  text-align: center;
  font-size: 1rem;
}
.theDeposit .theDepositBox .theDepositBoxPadd .theFormInputWrapper {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0 0 0.5rem;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .theDeposit .theDepositBox .theDepositBoxPadd .theFormInputWrapper {
    gap: 1.125rem;
    margin: 0 0 1.125rem;
  }
}
@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.375rem;
}
.theDeposit .theDepositBox .theDepositBoxPadd .theFormInputWrapper .theFormField .theFormFieldLabel {
  color: var(--global-primary-text-color);
  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;
  object-fit: contain;
}
.theDeposit .theDepositBox .theDepositBoxPadd .theFormInputWrapper .theFormField .theFormFieldInput .theUploadFormIcon svg {
  width: 100%;
  display: flex;
  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;
  object-fit: contain;
}
.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;
  object-fit: contain;
}
.theDeposit .theDepositBox .theDepositBoxPadd .theFormInputWrapper .theFormField .theFormFieldInput .theSelectIcon svg {
  width: 100%;
  display: flex;
  object-fit: cover;
  color: var(--global-secondary-text-color);
}
.theDeposit .theDepositBox .theDepositBoxPadd .theFormInputWrapper .theFormField .theFormFieldInput input {
  width: 100%;
  color: var(--global-primary-text-color);
  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 input::-webkit-outer-spin-button, .theDeposit .theDepositBox .theDepositBoxPadd .theFormInputWrapper .theFormField .theFormFieldInput input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.theDeposit .theDepositBox .theDepositBoxPadd .theFormInputWrapper .theFormField .theFormFieldInput input[type=number] {
  -moz-appearance: textfield;
}
.theDeposit .theDepositBox .theDepositBoxPadd .theFormInputWrapper .theFormField .theFormFieldInput input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
  cursor: pointer;
  z-index: 1;
}
.theDeposit .theDepositBox .theDepositBoxPadd .theFormInputWrapper .theFormField .theFormFieldInput input[type=date] {
  -moz-appearance: textfield;
}
.theDeposit .theDepositBox .theDepositBoxPadd .theFormInputWrapper .theFormField .theFormFieldInput .form-select {
  width: 100%;
  color: var(--global-primary-text-color);
  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 .theDepositBox .theDepositBoxPadd .withdrawal-section {
  padding: 0 0 0.5rem;
}
@media screen and (min-width: 768px) {
  .theDeposit .theDepositBox .theDepositBoxPadd .withdrawal-section {
    padding: 0 0 1.125rem;
  }
}
.theDeposit .theDepositBox .theDepositBoxPadd .theWNotesSection {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.theDeposit .theDepositBox .theDepositBoxPadd .theWNotesSection .theNotesTitle {
  color: var(--global-primary-text-color);
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  text-decoration-line: underline;
}
.theDeposit .theDepositBox .theDepositBoxPadd .theWNotesSection .theNotesContent {
  color: var(--global-primary-text-color);
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
}

/*# sourceMappingURL=withdraw.css.map */
