.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 .theWithdrawMethodHeaderRow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  align-items: center;
  border-bottom: 1px solid #1d202b;
  padding: 0 0.5rem 0 0;
}
.theWithdrawMethod .theWithdrawMethod .theWithdrawMethodHeader {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex: 1 1 auto;
  min-width: 0;
  overflow-x: auto;
  overflow-y: hidden;
}
.theWithdrawMethod .theWithdrawMethod .theWithdrawMethodHeader .theWithdrawMethodHLabel {
  padding: 1.25rem 1.625rem;
  font-weight: 700;
  font-size: 0.875rem;
  flex: 0 0 auto;
  white-space: nowrap;
}
.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;
}
.theWithdrawMethod .theWithdrawMethod .theWithdrawMethodPadd .theLPTableBox {
  width: 100%;
}
.theWithdrawMethod .theWithdrawMethod .theWithdrawMethodPadd .theLPTableBox .theLTBPadd .theLTBPTableWrapper {
  overflow-x: auto;
  width: 100%;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.theWithdrawMethod .theWithdrawMethod .theWithdrawMethodPadd .theLPTableBox .theLTBPadd .theLTBPTableWrapper::-webkit-scrollbar {
  display: none;
}
.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 {
  /* Hide DataTable built-in controls */
}
.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 {
  margin-right: 0.75rem;
}
.theWithdrawMethod .addNewWithdrawalMethodButtonDiv .addNewWithdrawalMethodButton {
  background-color: var(--global-button-color);
  color: var(--global-button-text-color);
  padding: 0.625rem 0.875rem;
  border-radius: 0.5rem;
  border: none;
  font-weight: 700;
  font-size: 0.8125rem;
  line-height: 1.2;
  white-space: nowrap;
}
@media screen and (max-width: 480px) {
  .theWithdrawMethod .theWithdrawMethod .theWithdrawMethodHeader {
    gap: 0.5rem;
  }
  .theWithdrawMethod .theWithdrawMethod .theWithdrawMethodHeader .theWithdrawMethodHLabel {
    padding: 1.125rem 1.5rem;
  }
  .theWithdrawMethod .addNewWithdrawalMethodButtonDiv {
    margin-right: 0.5rem;
  }
  .theWithdrawMethod .addNewWithdrawalMethodButtonDiv .addNewWithdrawalMethodButton {
    font-size: 0.75rem;
    padding: 0.5625rem 0.625rem;
  }
}/*# sourceMappingURL=withdrawMethod.css.map */