.theWithdrawMethod {
  position: relative;
}
.theWithdrawMethod .theMainWalletSection {
  margin-bottom: 0.875rem;
  border-radius: 12px;
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat;
}
.theWithdrawMethod .theMainWalletSection .theMainWalletPadd {
  padding: 1.25rem 1.5rem;
}
.theWithdrawMethod .theMainWalletSection .theMainWalletPadd .theMWTitle {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.theWithdrawMethod .theMainWalletSection .theMainWalletPadd .theMWTitle .theMWIcon {
  width: 18px;
  height: 18px;
}
@media screen and (min-width: 1024px) {
  .theWithdrawMethod .theMainWalletSection .theMainWalletPadd .theMWTitle .theMWIcon {
    width: 20px;
    height: 20px;
  }
}
.theWithdrawMethod .theMainWalletSection .theMainWalletPadd .theMWTitle .theMWLabel {
  color: #4b515e;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .theWithdrawMethod .theMainWalletSection .theMainWalletPadd .theMWTitle .theMWLabel {
    font-size: 0.875rem;
  }
}
.theWithdrawMethod .theMainWalletSection .theMainWalletPadd .theMWValue {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 600;
  line-height: 150%;
}
@media screen and (min-width: 1024px) {
  .theWithdrawMethod .theMainWalletSection .theMainWalletPadd .theMWValue {
    font-size: 2.125rem;
  }
}
.theWithdrawMethod .theWithdrawMethod {
  margin-bottom: 1.5rem;
  border-radius: 12px;
  background: var(--global-primary-modal-color);
}
.theWithdrawMethod .theWithdrawMethod .theWithdrawMethodHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #1d202b;
  padding: 0 0.5rem 0 0;
}
.theWithdrawMethod .theWithdrawMethod .theWithdrawMethodHeader .theWithdrawMethodHLabel {
  padding: 1.25rem 1.625rem;
  font-weight: 700;
  font-size: 0.875rem;
}
.theWithdrawMethod .theWithdrawMethod .theWithdrawMethodHeader .theWithdrawMethodHButton {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.625rem 1.25rem;
  border-radius: 0.5rem;
  font-weight: 800;
  font-size: 0.875rem;
  cursor: pointer;
}
.theWithdrawMethod .theWithdrawMethod .theWithdrawMethodPadd {
  padding: 1.875rem 1.5rem 2.1875rem;
  /* Hide DataTable built-in controls */
}
.theWithdrawMethod .theWithdrawMethod .theWithdrawMethodPadd .theLPTableBox {
  width: 100%;
}
.theWithdrawMethod .theWithdrawMethod .theWithdrawMethodPadd .theLPTableBox .theLTBPadd .theLTBPTableWrapper {
  overflow-x: auto;
  width: 100%;
}
.theWithdrawMethod .theWithdrawMethod .theWithdrawMethodPadd .theLPTableBox .theLTBPadd .theLTBPTableWrapper .theLTBPTableTH {
  font-size: 0.875rem;
  font-weight: 800;
  padding: 0.75rem 0.875rem;
  min-width: 200px;
}
.theWithdrawMethod .theWithdrawMethod .theWithdrawMethodPadd .theLPTableBox .theLTBPadd .theLTBPTableWrapper .theLTBPTableTD {
  font-size: 0.875rem;
  font-weight: 400;
  padding: 0.75rem 0.875rem;
  min-width: 200px;
}
.theWithdrawMethod .theWithdrawMethod .theWithdrawMethodPadd .theLPTableBox .theLTBPadd .theLTBPTableWrapper .dataTables_empty {
  color: var(--global-secondary-text-color);
}
.theWithdrawMethod .theWithdrawMethod .theWithdrawMethodPadd .dataTables_length,
.theWithdrawMethod .theWithdrawMethod .theWithdrawMethodPadd .dataTables_filter,
.theWithdrawMethod .theWithdrawMethod .theWithdrawMethodPadd .dataTables_info,
.theWithdrawMethod .theWithdrawMethod .theWithdrawMethodPadd .dataTables_paginate {
  display: none !important;
}
.theWithdrawMethod .theWithdrawMethod .theWithdrawMethodPadd table.dataTable {
  width: 100% !important;
}
.theWithdrawMethod .addNewWithdrawalMethodButtonDiv {
  padding-right: 15px;
  padding-top: 10px;
}
.theWithdrawMethod .addNewWithdrawalMethodButtonDiv .addNewWithdrawalMethodButton {
  background-color: var(--global-button-color);
  color: var(--global-button-text-color);
  padding: 9px 20px;
  border-radius: 7px;
  border: none;
  font-weight: 800;
  font-size: 14px;
}/*# sourceMappingURL=withdrawMethod.css.map */