.theWithdrawMethod {
  position: relative;
}
.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: 0.625rem 0.875rem;
  font-weight: 700;
  font-size: 0.75rem;
  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;
}
@media screen and (min-width: 768px) {
  .theWithdrawMethod .theWithdrawMethod .theWithdrawMethodHeader .theWithdrawMethodHLabel {
    padding: 1.25rem 1.625rem;
    font-size: 0.875rem;
  }
  .theWithdrawMethod .theWithdrawMethod .addNewWithdrawalMethodButtonDiv .addNewWithdrawalMethodButton {
    font-size: 0.875rem;
    padding: 0.625rem 0.875rem;
  }
}
.theWithdrawMethod .theWithdrawMethod .theWithdrawMethodPadd {
  padding: 0.625rem;
}
@media screen and (min-width: 768px) {
  .theWithdrawMethod .theWithdrawMethod .theWithdrawMethodPadd {
    padding: 1.625rem 1.5rem 0.75rem 1.5rem;
  }
}
.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-weight: 800;
  min-width: 200px;
  padding: 0.625rem;
  font-size: 0.625rem;
}
@media screen and (min-width: 768px) {
  .theWithdrawMethod .theWithdrawMethod .theWithdrawMethodPadd .theLPTableBox .theLTBPadd .theLTBPTableWrapper .theLTBPTableTH {
    padding: 0.75rem 0.875rem;
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1024px) {
  .theWithdrawMethod .theWithdrawMethod .theWithdrawMethodPadd .theLPTableBox .theLTBPadd .theLTBPTableWrapper .theLTBPTableTH {
    min-width: unset;
  }
}
.theWithdrawMethod .theWithdrawMethod .theWithdrawMethodPadd .theLPTableBox .theLTBPadd .theLTBPTableWrapper .theLTBPTableTD {
  font-weight: 400;
  min-width: 200px;
  padding: 0.625rem;
  font-size: 0.625rem;
}
@media screen and (min-width: 768px) {
  .theWithdrawMethod .theWithdrawMethod .theWithdrawMethodPadd .theLPTableBox .theLTBPadd .theLTBPTableWrapper .theLTBPTableTD {
    padding: 0.75rem 0.875rem;
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1024px) {
  .theWithdrawMethod .theWithdrawMethod .theWithdrawMethodPadd .theLPTableBox .theLTBPadd .theLTBPTableWrapper .theLTBPTableTD {
    min-width: unset;
  }
}
.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 .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 .addNewWithdrawalMethodButtonDiv .addNewWithdrawalMethodButton {
    font-size: 0.75rem;
    padding: 0.5625rem 0.625rem;
  }
}/*# sourceMappingURL=withdrawMethod.css.map */