@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap");

.material-icons,
.material-icons-outlined,
.material-icons-round,
.material-icons-sharp {
    font-family: 'Material Icons' !important;
    font-weight: normal !important;
    font-style: normal !important;
    display: inline-block !important;
    line-height: 1 !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    word-wrap: normal !important;
    white-space: nowrap !important;
    direction: ltr !important;
    -webkit-font-smoothing: antialiased !important;
}

body {
  height: 100%;
}

body {
  margin: 0px;
  color: rgb(32, 36, 39);
  font-size: 14px;
  font-family: "Montserrat", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.00938em;
  background-color: rgb(247, 250, 252);
}

#root {
  height: 100%;
}

* {
  box-sizing: border-box;
}

.txid-display {
  font-family:
    "Roboto Mono", "SFMono-Regular", Consolas, "Liberation Mono", Menlo,
    monospace;
  font-size: 11px;
  color: #e2e8f0;
  background: rgba(255, 255, 255, 0.03);
  padding: 5px 10px;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-weight: 500;
  letter-spacing: 0.2px;
}

.txid-display:hover {
  background: rgba(229, 57, 53, 0.08);
  border-color: rgba(229, 57, 53, 0.25);
  color: #e53935;
  transform: translateY(-1.5px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.txid-display .copy-icon,
.txid-display .material-icons {
  font-family: 'Material Icons' !important;
  font-weight: normal !important;
  font-size: 14px !important;
  opacity: 0.5;
  transition: all 0.2s ease;
  line-height: 1;
}

.txid-display:hover .copy-icon,
.txid-display:hover .material-icons {
  opacity: 1;
  transform: scale(1.1);
}

.txid-display:active {
  transform: translateY(0) scale(0.98);
}

.css-la5t3t {
  display: flex;
  /* background: rgb(247, 250, 252); */
}

.css-1uf1hf7 {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100vh;
  width: 320px;
  box-shadow: none;
  z-index: 111;
  overflow: hidden;
  color: rgb(255, 255, 255);
  transition: width 250ms ease-in-out;
  background: rgb(32, 36, 39);
  border-radius: 20px;
  opacity: 1;
  pointer-events: auto;
}

.css-absfm6 {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.css-10vm9u8 {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 20px;
}

.css-1567tvh {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.css-70qvj9 {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.css-13o7eu2 {
  display: block;
}

.css-1hx85al {
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  outline: 0px;
  border: 0px;
  margin: 0px;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  appearance: none;
  text-decoration: none;
  text-align: center;
  flex: 0 0 auto;
  overflow: visible;
  color: rgba(0, 0, 0, 0.54);
  font-size: 1.125rem;
  background-color: rgb(42, 42, 42);
  border-radius: 12px;
  padding: 10px;
  transition:
    transform 0.3s,
    background 0.3s;
  transform: rotate(0deg);
}

.css-kihakp {
  user-select: none;
  width: 1em;
  height: 1em;
  display: inline-block;
  fill: currentcolor;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: rgb(198, 40, 40);
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1);
}

.css-1d9hgnh {
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
}

.css-1n57pz7 {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: auto;
  color: rgba(255, 255, 255, 0.85);
  padding-bottom: 0px;
}

.css-omu9i3 {
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  outline: 0px;
  border: 0px;
  margin: 0px 0px 8px;
  padding: 0px 16px 0px 0px;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  appearance: none;
  text-decoration: none;
  height: 44px;
  width: 100%;
  white-space: pre;
  overflow: hidden;
  border-radius: 10px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  color: rgba(255, 255, 255, 0.85);
  transition: background 150ms;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.css-1mervjy {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  overflow: hidden;
}

.css-omu9i3 .icon {
  color: rgb(229, 57, 53);
  width: 44px;
  font-size: 18px;
  padding-left: 16px;
  padding-right: 16px;
  vertical-align: middle;
}

.css-1jgtvd5 {
  user-select: none;
  width: 1em;
  height: 1em;
  overflow: hidden;
  display: inline-block;
  text-align: center;
  flex-shrink: 0;
  font-size: 1.5rem;
}

.css-l3kmby {
  font-size: 0.875rem;
  padding-left: 0.8rem;
  vertical-align: middle;
  font-family: "Montserrat", Helvetica, sans-serif;
  font-weight: 700;
}

.css-1lto8pg .expandIcon {
  transform: rotate(90deg);
  transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.css-1usyeby {
  user-select: none;
  width: 1em;
  height: 1em;
  display: inline-block;
  fill: currentcolor;
  flex-shrink: 0;
  font-size: 1.25rem;
  vertical-align: middle;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1);
}

.css-1lto8pg .expansion-panel {
  overflow: hidden;
  transition: max-height 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.css-n085mf {
  padding-left: 16px;
}

.css-he28ty .navItemActive {
  background-color: rgba(255, 255, 255, 0.12);
  color: rgb(255, 255, 255);
}

.css-he28ty a {
  display: flex;
  overflow: hidden;
  border-radius: 10px;
  height: 44px;
  white-space: pre;
  margin-bottom: 8px;
  text-decoration: none;
  -webkit-box-pack: justify;
  justify-content: space-between;
  transition: 150ms ease-in;
  color: rgba(255, 255, 255, 0.85);
}

.css-1hytwp4 {
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  outline: 0px;
  border: 0px;
  margin: 0px;
  border-radius: 0px;
  padding: 0px;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  appearance: none;
  text-decoration: none;
  color: inherit;
  width: 100%;
}

.css-he28ty a .icon {
  color: rgb(229, 57, 53);
  font-size: 18px;
  padding-left: 16px;
  padding-right: 16px;
  vertical-align: middle;
}

.css-lqdm1b {
  user-select: none;
  height: 1em;
  overflow: hidden;
  display: inline-block;
  text-align: center;
  flex-shrink: 0;
  font-size: 1.5rem;
  width: 36px;
}

.css-ii973x {
  line-height: 1.5;
  text-transform: none;
  font-family: "Montserrat", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  padding-left: 0.8rem;
  color: inherit;
}

.css-a9n7s9 {
  margin-left: auto;
  margin-right: auto;
}

.css-w0pj6f {
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  z-index: 0;
  inset: 0px;
  border-radius: inherit;
}

.css-1lto8pg .collapseIcon {
  transform: rotate(0deg);
  transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.css-197ljue {
  margin-top: auto;
  margin-bottom: 100px;
}

.css-vubbuv {
  user-select: none;
  width: 1em;
  height: 1em;
  display: inline-block;
  fill: currentcolor;
  flex-shrink: 0;
  font-size: 1.5rem;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1);
}

.block-of-content .top-buttons-block-v2 .center-group,
.block-of-content .top-buttons-block-v2 .left-group,
.block-of-content .top-buttons-block-v2 .right-group {
  column-gap: 12px;
  display: inline-flex;
  flex-basis: 0;
  flex-grow: 1;
}

.howto-steps .steps-alert .alert-icon {
  color: #ef4444;
  margin-top: 2px;
}

.howto-steps .steps-alert span {
  color: #b91c1c;
  font-size: 13px;
}

.block-of-content .top-buttons-block-v2 {
  column-gap: 12px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 24px;
  margin-top: 16px;
  row-gap: 24px;
}

.block-of-content.withdrawals-block .withdrawals-enabled-switch-block-v2 {
  align-self: center;
  margin-left: 4px;
}

.css-1l3gab.MuiBadge-invisible {
  transform: scale(0) translate(50%, -50%);
}

.block-of-content.withdrawals-block
  .withdrawals-enabled-switch-block-v2
  .cursor-pointer {
  cursor: pointer;
}

.block-of-content.withdrawals-block
  .withdrawals-enabled-switch-block-v2
  .form-label {
  margin: 0;
}

.btn.btn-outline-primary,
.btn.btn-primary {
  --bs-btn-active-color: #fff;
  --bs-btn-hover-color: #fff;
  --bs-btn-disabled-color: #fff;
}

.btn.btn-primary {
  --bs-btn-color: #fff;
}

.css-1l3gab {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  align-content: center;
  -webkit-box-align: center;
  align-items: center;
  position: absolute;
  box-sizing: border-box;
  font-family: "Montserrat", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  min-width: 20px;
  line-height: 1;
  height: 20px;
  z-index: 1;
  background-color: rgb(229, 57, 53);
  color: rgb(255, 255, 255);
  top: 0px;
  right: 0px;
  transform: scale(1) translate(50%, -50%);
  transform-origin: 100% 0%;
  padding: 0px 6px;
  border-radius: 10px;
  transition: transform 195ms cubic-bezier(0.4, 0, 0.2, 1);
}

.css-te8btn {
  inset: 0px;
  z-index: -1;
  width: 100vw;
  background: rgba(0, 0, 0, 0.54);
}

.css-1n14juy {
  min-height: 100vh;
  display: flex;
  -webkit-box-flex: 1;
  flex-grow: 1;
  flex-direction: column;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
  margin-right: 0px;
  margin-left: 0 !important;
  /* Managed by content padding or admin-main class */
}

.css-onn0s8 {
  display: inline-block;
  color: rgb(32, 36, 39);
}

.css-kd3xim {
  height: 100%;
  display: flex;
  overflow: hidden auto;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-left: 270px !important;
  /* Align with admin-sidebar width */
}

@media (max-width: 991px) {
  .css-kd3xim {
    margin-left: 0 !important;
  }
}

@media (min-width: 992px) and (max-width: 1400px) {
  .css-kd3xim {
    margin-left: 88px !important;
  }
}

.css-155wpka {
  -webkit-box-flex: 1;
  flex-grow: 1;
  position: relative;
  padding-bottom: 0px;
}

.css-azhpk8 {
  box-shadow:
    rgba(0, 0, 0, 0.2) 0px 2px 4px -1px,
    rgba(0, 0, 0, 0.14) 0px 4px 5px 0px,
    rgba(0, 0, 0, 0.12) 0px 1px 10px 0px;
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
  flex-shrink: 0;
  position: static;
  background-color: rgb(26, 26, 26);
  color: rgb(255, 255, 255);
  z-index: 96;
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

.css-25k3lq {
  position: relative;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  min-height: 64px;
}

.css-1ybyrx {
  width: 100%;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 10px 1rem;
  max-width: 100% !important;
  margin: 0px auto;
}

.css-5d14tg {
  line-height: 1.5;
  margin: auto;
  text-transform: none;
}

.css-12snods {
  position: fixed;
  inset: 0px;
  visibility: hidden;
  z-index: 1200;
}

.css-919eu4 {
  position: fixed;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  inset: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-tap-highlight-color: transparent;
  z-index: -1;
}

.css-1yxmbwk {
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  appearance: none;
  text-align: center;
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 0.54);
  outline: 0px;
  border-width: 0px;
  border-style: initial;
  border-color: initial;
  border-image: initial;
  margin: 0px;
  text-decoration: none;
  flex: 0 0 auto;
  padding: 8px;
  border-radius: 50%;
  overflow: visible;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

.css-1rzb3uu {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
  flex-shrink: 0;
}

/* Notification drawer styles removed and replaced with premium ones in trader-admin-theme.css */

.css-1hjq20a {
  width: 320px;
}

.css-18rocm6 {
  position: relative;
  padding: 16px;
  margin-bottom: 16px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  height: 64px;
  box-shadow:
    rgba(0, 0, 0, 0.06) 0px 3px 5px -1px,
    rgba(0, 0, 0, 0.043) 0px 6px 10px 0px,
    rgba(0, 0, 0, 0.035) 0px 1px 18px 0px;
}

.css-jxtyyz {
  user-select: none;
  width: 1em;
  height: 1em;
  display: inline-block;
  fill: currentcolor;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: rgb(229, 57, 53);
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1);
}

.css-18rocm6 h5 {
  margin-left: 8px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 500;
}

.css-1k33q06 {
  user-select: none;
  width: 1em;
  height: 1em;
  display: inline-block;
  fill: currentcolor;
  flex-shrink: 0;
  font-size: 1.25rem;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1);
}

.howto-steps .cards {
  grid-gap: 12px;
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, 1fr);
}

.howto-steps .step-card {
  background: #f5f6f8;
  border: 1px solid #e3e6ea;
  border-radius: 10px;
  padding: 14px 16px;
}

.howto-steps .step-card .step-desc {
  color: #5f6368;
  font-size: 13px;
  line-height: 1.35;
}

.howto-steps .step-card .step-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 6px;
}

.howto-steps .step-card .step-header .step-num {
  align-items: center;
  background: #d32f2f;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 13px;
  font-weight: 600;
  height: 26px;
  justify-content: center;
  width: 26px;
}

.howto-steps .step-card .step-header .step-icon svg {
  color: #6c757d;
  height: 18px;
  width: 18px;
}

.block-of-content {
  margin-top: 0;
  min-height: 500px;
}

.howto-steps .step-card .step-title {
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
}

.howto-steps .steps-alert {
  align-items: center;
  background: #fff5f5;
  border: 1px solid #f87171;
  border-radius: 8px;
  display: flex;
  gap: 8px;
  margin-top: 12px;
  padding: 10px 12px;
}

.white-block {
  border-radius: 20px;
  padding: 20px;
}

.white-block {
  background-color: #fff;
  box-shadow: 0 5px 14px 0 #0000000d;
  margin: 8px;
}

/* Global Table Responsiveness */
.admin-table-wrap {
    width: 100% !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 20px;
}

.admin-table {
    width: max-content !important;
    min-width: 100% !important;
    table-layout: auto !important;
    border-collapse: separate !important;
}

.cell-truncate {
    max-width: 300px !important;
    white-space: nowrap;
}

.howto-steps {
  margin-bottom: 16px;
}

.block-of-content.withdrawals-block .state-panel {
  background-color: var(--body-background-color-dark);
  border-radius: 8px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.059);
  column-gap: 12px;
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
  padding: 8px 20px;
  position: -webkit-sticky;
  position: sticky;
  row-gap: 8px;
  top: 5px;
  z-index: 10;
}

.block-of-content.withdrawals-block .state-panel .btn-link.selected {
  background-color: #fff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.059);
}

.block-of-content.withdrawals-block .state-panel .btn-link {
  align-items: center;
  color: var(--bs-body-color);
  column-gap: 6px;
  display: inline-flex;
  padding: 6px 20px;
  text-decoration: none;
}

.block-of-content.withdrawals-block .state-panel .btn-link .count {
  align-items: center;
  background-color: var(--bs-primary);
  border-radius: 50%;
  display: inline-flex;
  height: 24px;
  justify-content: center;
  width: 24px;
}

.block-of-content.withdrawals-block .state-panel .btn-link .count .figure {
  color: #fff;
  display: block;
  font-size: 12px;
  line-height: 12px;
}

.block-of-content.withdrawals-block .state-panel .right-group {
  column-gap: 12px;
  display: flex;
  margin-left: auto;
}

.block-of-content .state-panel .icon-button,
.block-of-content .state-panel .top-button,
.block-of-content .top-buttons-block-v2 .icon-button,
.block-of-content .top-buttons-block-v2 .top-button {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.block-of-content.withdrawals-block .no-data-found {
  background-color: var(--body-background-color-dark);
  border-radius: 8px;
  font-weight: 700;
  padding: 24px 16px;
  text-align: center;
}

.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: var(--bs-secondary-color);
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
  display: flex;
  flex-wrap: wrap;
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
}

.css-10jjt3j {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
}

.css-18rm5qa {
  margin: 0px;
  font-size: 16px;
  padding-bottom: 1px;
  vertical-align: middle;
  text-transform: capitalize;
}

.h4,
h4 {
  font-size: calc(1.275rem + 0.3vw);
}

strong,
b {
  font-weight: 700;
}

.css-1w15wqp {
  margin: 0px 0px 0px 8px;
  padding-bottom: 3px;
  color: rgba(52, 49, 76, 0.38);
}

.css-1nki1re {
  margin: 0px;
  font-size: 14px;
  font-family: "Montserrat", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.00938em;
  color: rgba(52, 49, 76, 0.54);
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
}

.css-nhb8h9 {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.css-ep3wbr {
  user-select: none;
  width: 1em;
  height: 1em;
  overflow: hidden;
  display: inline-block;
  text-align: center;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: rgb(229, 57, 53);
  margin-left: 8px;
  margin-bottom: 4px;
  vertical-align: middle;
}

.css-3mf706 {
  display: flex;
  user-select: none;
  margin-left: 8px;
  margin-right: 8px;
}

.css-3qq2w {
  user-select: none;
  width: 1em;
  height: 1em;
  overflow: hidden;
  display: inline-block;
  text-align: center;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: rgba(52, 49, 76, 0.38);
}

.css-rp0dpk {
  text-transform: capitalize;
  color: rgba(52, 49, 76, 0.54);
}

.cards-wrapper {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}

.cards-wrapper .cards-btn-wrapper {
  display: flex;
  justify-content: end;
}

.cards-wrapper .table-wrapper {
  margin-top: 30px;
}

.table-responsive {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}

.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: #0000;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  border-color: var(--bs-table-border-color);
  margin-bottom: 1rem;
  vertical-align: top;
  width: 100%;
}

.table > thead {
  vertical-align: bottom;
}

.table-bordered > :not(caption) > * {
  border-width: var(--bs-border-width) 0;
}

.table-bordered > :not(caption) > * > * {
  border-width: 0 var(--bs-border-width);
}

.table > :not(caption) > * > * {
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px
    var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
  color: var(
    --bs-table-color-state,
    var(--bs-table-color-type, var(--bs-table-color))
  );
  padding: 0.5rem;
}

.table > tbody {
  vertical-align: inherit;
}

.css-36gse3 {
  margin-top: 8px;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.css-1b7uhww {
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  appearance: none;
  font-family: "Montserrat", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.75;
  letter-spacing: 0.02857em;
  min-width: 64px;
  color: rgb(229, 57, 53);
  font-size: 14px;
  text-transform: none;
  font-weight: 700;
  outline: 0px;
  margin: 0px;
  text-decoration: none;
  padding: 5px 15px;
  transition:
    background-color 250ms cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1),
    border-color 250ms cubic-bezier(0.4, 0, 0.2, 1),
    color 250ms cubic-bezier(0.4, 0, 0.2, 1);
  border-width: 1px;
  border-style: solid;
  border-color: rgba(25, 118, 210, 0.5);
  border-image: initial;
  border-radius: 8px;
}

.css-1l6c7y9 {
  display: inherit;
  margin-right: 8px;
  margin-left: -4px;
}

.css-1l6c7y9 > :nth-of-type(1) {
  font-size: 20px;
}

.css-vubbuv {
  user-select: none;
  width: 1em;
  height: 1em;
  display: inline-block;
  fill: currentcolor;
  flex-shrink: 0;
  font-size: 1.5rem;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1);
}

.css-vubbuv {
  user-select: none;
  width: 1em;
  height: 1em;
  display: inline-block;
  fill: currentcolor;
  flex-shrink: 0;
  font-size: 1.5rem;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1);
}

.css-bj8xon {
  background-color: rgb(255, 255, 255);
  color: rgb(32, 36, 39);
  box-shadow:
    rgba(0, 0, 0, 0.06) 0px 3px 3px -2px,
    rgba(0, 0, 0, 0.04) 0px 3px 4px 0px,
    rgba(0, 0, 0, 0.04) 0px 1px 8px 0px !important;
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.12);
  border-image: initial;
  overflow: hidden;
  border-radius: 8px;
}

.css-1qw96cp:last-child {
  padding-bottom: 24px;
}

.css-1qw96cp {
  padding: 16px;
}

.css-oife4x {
  margin: 0px;
  font-size: 14px;
  font-family: "Montserrat", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.00938em;
}

.css-19ug521 {
  margin-top: 6px;
}

.css-v03iy7 {
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  outline: 0px;
  border: 0px;
  margin: 0px;
  cursor: pointer;
  vertical-align: middle;
  appearance: none;
  text-decoration: none;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
  color: rgb(229, 57, 53);
  opacity: 1;
  border-radius: 6px;
  padding: 4px 6px;
  user-select: none;
}

.css-57kesc {
  user-select: none;
  width: 1em;
  height: 1em;
  display: inline-block;
  fill: currentcolor;
  flex-shrink: 0;
  font-size: 16px;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1);
}

.css-1dmy3a {
  margin: 0px;
  font-family: "Montserrat", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  letter-spacing: 0.00938em;
  font-size: 13px;
  font-weight: 700;
}

.css-nog57l {
  color: rgb(32, 36, 39);
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 6px 18px;
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 12px;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
}

.css-kge0eu {
  width: 100%;
  overflow-x: auto;
}

.css-wsqc9v {
  min-width: 1130px;
}

.css-pmpz8w {
  display: grid;
  grid-template-columns: 320px 260px 230px 260px 160px;
  gap: 16px;
  padding: 12px 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  -webkit-box-align: center;
  align-items: center;
}

.css-1swudfo {
  margin: 0px;
  font-family: "Montserrat", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  letter-spacing: 0.00938em;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  font-weight: 700;
}

.css-iybv9w {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  min-width: 0px;
}

.css-5wfi21 {
  padding: 16px;
  color: rgba(0, 0, 0, 0.6);
}

.css-ocyc1z {
  margin: 30px;
}

.css-1h77wgb {
  box-sizing: border-box;
  display: flex;
  flex-flow: wrap;
  margin-top: -24px;
  width: calc(100% + 24px);
  margin-left: -24px;
}

.css-1h77wgb > .MuiGrid-item {
  padding-left: 24px;
}

.css-1h77wgb > .MuiGrid-item {
  padding-top: 24px;
}

.css-15j76c0 {
  box-sizing: border-box;
  margin: 0px;
  flex-direction: row;
  flex-basis: 100%;
  -webkit-box-flex: 0;
  flex-grow: 0;
  max-width: 100%;
}

.h2,
h2 {
  font-size: calc(1.325rem + 0.9vw);
}

.css-hpgf8j {
  padding: 8px;
}

.css-1oj41as {
  margin: 0px 0px 16px;
  font-family: "Montserrat", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.334;
  letter-spacing: 0em;
}

.css-cp7dka {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 24px;
}

.css-r1xwg9 {
  display: inline-flex;
  flex-direction: column;
  position: relative;
  padding: 0px;
  margin: 0px;
  border: 0px;
  vertical-align: top;
  min-width: 140px;
}

.css-6ah3lb {
  color: rgba(52, 49, 76, 0.54);
  font-size: 14px;
  font-family: "Montserrat", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.4375em;
  letter-spacing: 0.00938em;
  display: block;
  transform-origin: left top;
  text-overflow: ellipsis;
  max-width: calc(133% - 32px);
  position: absolute;
  left: 0px;
  top: 0px;
  transform: translate(14px, -9px) scale(0.75);
  z-index: 1;
  pointer-events: auto;
  user-select: none;
  padding: 0px;
  white-space: nowrap;
  overflow: hidden;
  transition:
    color 200ms cubic-bezier(0, 0, 0.2, 1),
    transform 200ms cubic-bezier(0, 0, 0.2, 1),
    max-width 200ms cubic-bezier(0, 0, 0.2, 1);
}

.css-tewd85 {
  font-size: 14px;
  font-family: "Montserrat", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.4375em;
  letter-spacing: 0.00938em;
  color: rgb(32, 36, 39);
  box-sizing: border-box;
  cursor: text;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  border-radius: 4px;
  padding-right: 14px;
}

.css-r71t31 {
  font: inherit;
  letter-spacing: inherit;
  color: currentcolor;
  border: 0px;
  box-sizing: content-box;
  background: none;
  height: 1.4375em;
  margin: 0px;
  -webkit-tap-highlight-color: transparent;
  display: block;
  min-width: 0px;
  width: 100%;
  animation-name: mui-auto-fill-cancel;
  animation-duration: 10ms;
  padding: 16.5px 0px 16.5px 14px;
}

.css-1nvf7g0 {
  display: flex;
  height: 0.01em;
  max-height: 2em;
  -webkit-box-align: center;
  align-items: center;
  white-space: nowrap;
  color: rgba(0, 0, 0, 0.54);
  margin-left: 8px;
}

.css-slyssw {
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  appearance: none;
  text-align: center;
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 0.54);
  outline: 0px;
  border-width: 0px;
  border-style: initial;
  border-color: initial;
  border-image: initial;
  margin: 0px -12px 0px 0px;
  text-decoration: none;
  flex: 0 0 auto;
  padding: 8px;
  border-radius: 50%;
  overflow: visible;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

.css-vubbuv {
  user-select: none;
  width: 1em;
  height: 1em;
  display: inline-block;
  fill: currentcolor;
  flex-shrink: 0;
  font-size: 1.5rem;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1);
}

.css-w0pj6f {
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  z-index: 0;
  inset: 0px;
  border-radius: inherit;
}

.css-igs3ac {
  text-align: left;
  position: absolute;
  inset: -5px 0px 0px;
  margin: 0px;
  padding: 0px 8px;
  pointer-events: none;
  border-radius: inherit;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  min-width: 0%;
  border-color: rgba(0, 0, 0, 0.23);
}

.css-14lo706 {
  float: unset;
  width: auto;
  overflow: hidden;
  display: block;
  padding: 0px;
  height: 11px;
  font-size: 0.75em;
  visibility: hidden;
  max-width: 100%;
  transition: max-width 100ms cubic-bezier(0, 0, 0.2, 1) 50ms;
  white-space: nowrap;
}

.css-1gs2k63 {
  display: inline-flex;
  flex-direction: column;
  position: relative;
  padding: 0px;
  margin: 0px;
  border: 0px;
  vertical-align: top;
  min-width: 120px;
}

.css-1oyo8tn {
  font-size: 14px;
  font-family: "Montserrat", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.4375em;
  letter-spacing: 0.00938em;
  color: rgb(32, 36, 39);
  box-sizing: border-box;
  cursor: text;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  border-radius: 4px;
}

.css-106v8kd.css-106v8kd.css-106v8kd {
  padding-right: 32px;
}

.css-106v8kd.MuiSelect-select {
  height: auto;
  min-height: 1.4375em;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.css-106v8kd {
  appearance: none;
  user-select: none;
  border-radius: 4px;
  cursor: pointer;
  font: inherit;
  letter-spacing: inherit;
  color: currentcolor;
  border: 0px;
  box-sizing: content-box;
  background: none;
  height: 1.4375em;
  margin: 0px;
  -webkit-tap-highlight-color: transparent;
  display: block;
  min-width: 0px;
  width: 100%;
  animation-name: mui-auto-fill-cancel;
  animation-duration: 10ms;
  padding: 16.5px 14px;
}

.css-1k3x8v3 {
  bottom: 0px;
  left: 0px;
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 100%;
  box-sizing: border-box;
}

.css-1636szt {
  user-select: none;
  width: 1em;
  height: 1em;
  display: inline-block;
  fill: currentcolor;
  flex-shrink: 0;
  font-size: 1.5rem;
  position: absolute;
  right: 7px;
  top: calc(50% - 0.5em);
  pointer-events: none;
  color: rgba(0, 0, 0, 0.54);
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1);
}

.horizontal-tabs .nav-tabs {
  align-items: center;
  border: none;
  display: flex;
}

.horizontal-tabs .nav-tabs .nav-item {
  margin: 0 10px 30px;
}

.horizontal-tabs .nav-tabs .nav-item .nav-link.active {
  background: #0000;
  border-bottom: 3px solid #0d99ff;
  color: #000;
  font-weight: 900;
}

.horizontal-tabs .nav-tabs .nav-item .nav-link {
  align-items: center;
  background: #0000;
  border: none;
  border-bottom: 3px solid #4299e199;
  color: #282829;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  justify-content: center;
  padding: 10px 0;
}

.css-12snods {
  position: fixed;
  inset: 0px;
  visibility: hidden;
  z-index: 1200;
}

.css-919eu4 {
  position: fixed;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  inset: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-tap-highlight-color: transparent;
  z-index: -1;
}

.css-s5ehst {
  background-color: rgb(255, 255, 255);
  color: rgb(32, 36, 39);
  box-shadow:
    rgba(0, 0, 0, 0.2) 0px 8px 10px -5px,
    rgba(0, 0, 0, 0.14) 0px 16px 24px 2px,
    rgba(0, 0, 0, 0.12) 0px 6px 30px 5px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  height: 100%;
  z-index: 1200;
  position: fixed;
  top: 0px;
  right: 0px;
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
  flex: 1 0 auto;
  outline: 0px;
}

.css-1hjq20a {
  width: 320px;
}

.css-18rocm6 {
  position: relative;
  padding: 16px;
  margin-bottom: 16px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  height: 64px;
  box-shadow:
    rgba(0, 0, 0, 0.06) 0px 3px 5px -1px,
    rgba(0, 0, 0, 0.043) 0px 6px 10px 0px,
    rgba(0, 0, 0, 0.035) 0px 1px 18px 0px;
}

.css-jxtyyz {
  user-select: none;
  width: 1em;
  height: 1em;
  display: inline-block;
  fill: currentcolor;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: rgb(229, 57, 53);
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1);
}

.modal {
  --bs-modal-zindex: 10060;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: var(--bs-body-color);
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(
    var(--bs-border-radius-lg) - var(--bs-border-width)
  );
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  display: none;
  height: 100%;
  left: 0;
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10060 !important;
  pointer-events: none !important;
}

.modal.show {
  pointer-events: auto !important;
}

.modal-dialog {
  pointer-events: auto !important;
}

.modal-backdrop {
  z-index: 10050 !important;
}

.modal.show .modal-dialog {
  transform: none;
}

.modal.fade .modal-dialog {
  transform: translateY(-50px);
  transition: transform 0.3s ease-out;
}

.modal.fade .modal-dialog.right-popup {
  position: fixed;
  right: 0 !important;
  left: auto !important;
  top: 0;
  margin: 0 !important;
  height: 100%;
  width: 420px;
  max-width: 100%;
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.3s ease;
}

.modal.show .modal-dialog.right-popup {
  transform: translateX(0);
}

@media (max-width: 1200px) {
  .modal-dialog.right-popup {
    width: 380px;
  }
}

@media (max-width: 991px) {
  .modal-dialog.right-popup {
    width: 340px;
  }
}

@media (max-width: 768px) {
  .modal-dialog.right-popup {
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
  }

  .right-popup .modal-content {
    height: 100% !important;
    border-radius: 0 !important;
  }
}

.withdrawal-modal .modal-content {
  background-color: #fff;
  border-radius: 25px;
  min-height: 300px;
}

.withdrawal-modal .modal-content {
  background-color: #fff;
  border-radius: 25px;
}

.modal-content {
  background-clip: padding-box;
  background-color: var(--bs-modal-bg);
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  color: var(--bs-modal-color);
  display: flex;
  flex-direction: column;
  outline: 0;
  pointer-events: auto;
  position: relative;
  width: 100%;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.4;
  background-color: var(--bs-backdrop-bg);
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: var(--bs-backdrop-zindex);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition:
    opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    backdrop-filter 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.modal-backdrop.fade {
  opacity: 0;
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
}

.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

body .modal-backdrop.show {
  background-color: rgba(0, 0, 0, 0.45);
}

/* Glassmorphism utility for modal backdrops */
.backdrop-glass {
  background: rgba(0, 0, 0, 0.4) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
}

.fade {
  transition: opacity 0.15s linear;
}

.right-popup .modal-content .modal-header {
  border: 0;
  padding: 20px 28px;
}

.right-popup .modal-content .modal-header {
  border: 0;
  padding: 20px 28px;
}

body .modal-header {
  justify-content: space-between;
}

.right-popup .modal-content .modal-header .modal-title {
  font-size: 16px;
}

.right-popup .modal-content .modal-header .modal-title {
  font-size: 16px;
}

.modal-title {
  line-height: var(--bs-modal-title-line-height);
  margin-bottom: 0;
}

.right-popup .modal-content .modal-header .close {
  color: #ccc;
  font-size: 32px;
  line-height: 20px;
}

.right-popup .modal-content .modal-header .close {
  color: #ccc;
  font-size: 32px;
  line-height: 20px;
}

.right-popup .modal-content .modal-body {
  padding: 0 28px;
  overflow-y: auto !important;
  flex: 1 1 auto !important;
}

@media (max-width: 768px) {
  .right-popup .modal-content .modal-body {
    padding-bottom: 120px !important;
    /* Leave space for bottom menu */
  }

  .right-popup {
    flex-direction: column !important;
    /* Fix for scrolling in some browsers */
  }
}

.right-popup .modal-content .modal-body .flex-wrapper {
  height: auto !important;
  display: flex !important;
  flex-direction: column !important;
  flex-wrap: nowrap !important;
}

.right-popup .modal-content .modal-body .flex-wrapper > .col {
  flex-grow: 0;
  flex-shrink: 0;
}

.right-popup .modal-content .modal-body .filters-form .form-group {
  margin-bottom: 12px !important;
}

.right-popup .modal-content .modal-body .filters-form .form-group .form-label {
  margin-bottom: 4px !important;
}

@media (max-width: 768px) {
  .right-popup .modal-content .modal-body .filters-form .form-group {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
  }

  /* Force date pickers to be full width */
  .rdp-input-group,
  .css-1gs2k63,
  .css-165mck1 {
    width: 100% !important;
    min-width: 100% !important;
  }

  .right-popup .modal-content .modal-header {
    padding: 15px 20px !important;
    position: sticky !important;
    top: 0;
    background: #fff;
    z-index: 10;
    border-bottom: 1px solid #eee !important;
  }
}

.rdp-input-group {
  align-items: center;
  background-color: #fff;
  border-radius: 8px;
  display: inline-flex;
  position: relative;
}

.css-165mck1 {
  display: inline-flex;
  flex-direction: column;
  position: relative;
  min-width: 0px;
  padding: 0px;
  margin: 0px;
  border: 0px;
  vertical-align: top;
}

.rdp-input-group input[type="text"] {
  background-color: #0000;
  border: none;
  flex: 1 1;
  font-size: 0.875rem;
  height: 100%;
  outline: none;
  padding: 12px;
  z-index: 1;
}

.css-1nvf7g0 {
  display: flex;
  height: 0.01em;
  max-height: 2em;
  -webkit-box-align: center;
  align-items: center;
  white-space: nowrap;
  color: rgba(0, 0, 0, 0.54);
  margin-left: 8px;
}

.css-slyssw {
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  appearance: none;
  text-align: center;
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 0.54);
  outline: 0px;
  border-width: 0px;
  border-style: initial;
  border-color: initial;
  border-image: initial;
  margin: 0px -12px 0px 0px;
  text-decoration: none;
  flex: 0 0 auto;
  padding: 8px;
  border-radius: 50%;
  overflow: visible;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

.css-1q6nu58 {
  background-color: rgb(255, 255, 255);
  color: rgb(32, 36, 39);
  box-shadow:
    rgba(0, 0, 0, 0.2) 0px 5px 5px -3px,
    rgba(0, 0, 0, 0.14) 0px 8px 10px 1px,
    rgba(0, 0, 0, 0.12) 0px 3px 14px 2px;
  position: absolute;
  overflow-y: auto;
  overflow-x: hidden;
  min-width: 16px;
  min-height: 16px;
  border-radius: 4px;
  outline: 0px;
  display: none;
  z-index: 1300;
}

.css-1q6nu58.open {
  display: block;
}

.css-i76njs {
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  outline: 0px;
  border: 0px;
  margin: 0px;
  border-radius: 0px;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  appearance: none;
  color: inherit;
  font-family: "Montserrat", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.00938em;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
  justify-content: flex-start;
  position: relative;
  text-decoration: none;
  min-height: 48px;
  padding: 6px 16px;
  box-sizing: border-box;
  white-space: nowrap;
  width: 100%;
  list-style: none;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

.css-i76njs:hover {
  background-color: rgba(0, 0, 0, 0.04);
}

.css-i76njs.Mui-selected {
  background-color: rgba(25, 118, 210, 0.08);
}

.css-i76njs.Mui-selected:hover {
  background-color: rgba(25, 118, 210, 0.12);
}

.css-r8u8y9 {
  list-style: none;
  margin: 0px;
  padding: 8px 0px;
  position: relative;
  outline: 0px;
}

.css-8aund1.Mui-disabled {
  opacity: 0.38;
}

.css-8aund1.Mui-disabled {
  pointer-events: none;
  cursor: default;
}

.css-8aund1 {
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  outline: 0px;
  border: 0px;
  margin: 0px;
  border-radius: 0px;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  appearance: none;
  color: inherit;
  font-family: "Montserrat", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.00938em;
  position: relative;
  text-decoration: none;
  min-height: 48px;
  padding: 6px 14px;
  box-sizing: border-box;
  white-space: nowrap;
  font-size: 0.875rem;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  min-width: 185px;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.css-8aund1 span {
  color: rgb(32, 36, 39);
}

.css-r65pm8 {
  line-height: 1.5;
  text-transform: none;
}

.css-8aund1 span {
  color: rgb(32, 36, 39);
}

.css-r65pm8 {
  line-height: 1.5;
  text-transform: none;
}

.css-8aund1 span {
  color: rgb(32, 36, 39);
}

.css-8aund1 a {
  width: 100%;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-decoration: none;
}

.css-vubbuv {
  user-select: none;
  width: 1em;
  height: 1em;
  display: inline-block;
  fill: currentcolor;
  flex-shrink: 0;
  font-size: 1.5rem;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1);
}

.css-13sljp9 {
  display: inline-flex;
  flex-direction: column;
  position: relative;
  min-width: 0px;
  vertical-align: top;
  padding: 0px;
  margin: 0px;
  border-width: 0px;
  border-style: initial;
  border-color: initial;
  border-image: initial;
}

body .transaction-search-status-block .ttpay-select-label {
  background-color: #0000;
}

.css-6ah3lb {
  color: rgba(52, 49, 76, 0.54);
  font-size: 14px;
  font-family: "Montserrat", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.4375em;
  letter-spacing: 0.00938em;
  display: block;
  transform-origin: left top;
  text-overflow: ellipsis;
  max-width: calc(133% - 32px);
  position: absolute;
  left: 0px;
  top: 0px;
  transform: translate(14px, -9px) scale(0.75);
  z-index: 1;
  pointer-events: auto;
  user-select: none;
  padding: 0px;
  white-space: nowrap;
  overflow: hidden;
  transition:
    color 200ms cubic-bezier(0, 0, 0.2, 1),
    transform 200ms cubic-bezier(0, 0, 0.2, 1),
    max-width 200ms cubic-bezier(0, 0, 0.2, 1);
}

.css-1oyo8tn {
  font-size: 14px;
  font-family: "Montserrat", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.4375em;
  letter-spacing: 0.00938em;
  color: rgb(32, 36, 39);
  box-sizing: border-box;
  cursor: text;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  border-radius: 4px;
}

.css-106v8kd.css-106v8kd.css-106v8kd {
  padding-right: 32px;
}

.css-106v8kd.MuiSelect-select {
  height: auto;
  min-height: 1.4375em;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.css-106v8kd {
  appearance: none;
  user-select: none;
  border-radius: 4px;
  cursor: pointer;
  font: inherit;
  letter-spacing: inherit;
  color: currentcolor;
  border: 0px;
  box-sizing: content-box;
  background: none;
  height: 1.4375em;
  margin: 0px;
  -webkit-tap-highlight-color: transparent;
  display: block;
  min-width: 0px;
  width: 100%;
  animation-name: mui-auto-fill-cancel;
  animation-duration: 10ms;
  padding: 16.5px 14px;
}

.css-1k3x8v3 {
  bottom: 0px;
  left: 0px;
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 100%;
  box-sizing: border-box;
}

.css-1636szt {
  user-select: none;
  width: 1em;
  height: 1em;
  display: inline-block;
  fill: currentcolor;
  flex-shrink: 0;
  font-size: 1.5rem;
  position: absolute;
  right: 7px;
  top: calc(50% - 0.5em);
  pointer-events: none;
  color: rgba(0, 0, 0, 0.54);
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1);
}

.css-igs3ac {
  text-align: left;
  position: absolute;
  inset: -5px 0px 0px;
  margin: 0px;
  padding: 0px 8px;
  pointer-events: none;
  border-radius: inherit;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  min-width: 0%;
  border-color: rgba(0, 0, 0, 0.23);
}

.css-14lo706 {
  float: unset;
  width: auto;
  overflow: hidden;
  display: block;
  padding: 0px;
  height: 11px;
  font-size: 0.75em;
  visibility: hidden;
  max-width: 100%;
  transition: max-width 100ms cubic-bezier(0, 0, 0.2, 1) 50ms;
  white-space: nowrap;
}

.css-14lo706 > span {
  padding-left: 5px;
  padding-right: 5px;
  display: inline-block;
  opacity: 0;
  visibility: visible;
}

.white-block.trader-header .balance,
.white-block.trader-header .exchange-rates,
.white-block.trader-header .trader-header-user-menu {
  border-left: 1px solid #222328;
}

/* Sidebar collapsed state overrides */
body.sidebar-collapsed .css-1uf1hf7 {
  width: 80px;
}

body.sidebar-collapsed .css-1n14juy {
  margin-left: 80px;
}

body.sidebar-collapsed .sidenavHoverShow {
  display: none !important;
}

body.sidebar-collapsed .css-1hx85al {
  transform: rotate(180deg);
}

body.sidebar-collapsed .expansion-panel.submenu {
  max-height: 0px !important;
}

body.sidebar-collapsed .css-omu9i3 {
  justify-content: center;
  padding: 0;
}

body.sidebar-collapsed .css-omu9i3 .icon {
  padding-left: 0;
  padding-right: 0;
}

body.sidebar-collapsed .css-he28ty a {
  justify-content: center;
}

body.sidebar-collapsed .css-he28ty a .icon {
  padding-left: 0;
  padding-right: 0;
}

body.sidebar-collapsed .css-70qvj9 img {
  display: none;
}

body.sidebar-collapsed .css-1567tvh {
  justify-content: center;
}

body.sidebar-collapsed .css-10vm9u8 {
  justify-content: center;
}

body.sidebar-collapsed #sidebar-news-link span {
  display: none;
}

body.sidebar-collapsed #sidebar-news-link {
  left: 50% !important;
  transform: translateX(-50%);
}

/* DateTime Picker */
.dtp-overlay {
  position: fixed;
  inset: 0;
  z-index: 1300;
}

.css-15n79t4 {
  position: fixed;
  z-index: 1301;
  background-color: #fff;
  color: rgb(32, 36, 39);
  border-radius: 4px;
  box-shadow:
    rgba(0, 0, 0, 0.2) 0px 5px 5px -3px,
    rgba(0, 0, 0, 0.14) 0px 8px 10px 1px,
    rgba(0, 0, 0, 0.12) 0px 3px 14px 2px;
  overflow: hidden;
}

.css-192l38i {
  display: flex;
  flex-direction: column;
}

.css-lz05jy {
  display: flex;
  flex-direction: row;
}

.css-1r39cda {
  display: flex;
  flex-direction: column;
}

.css-5oi4td {
  width: 320px;
  max-height: 358px;
}

.css-1dozdou {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 16px 4px 24px;
  max-height: 40px;
  min-height: 40px;
}

.css-msmduw {
  display: flex;
  align-items: center;
  cursor: pointer;
  overflow: hidden;
}

.css-1v994a0 {
  font-family: "Montserrat", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.57;
  margin-right: 6px;
}

.css-1wjkg3 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
  border-radius: 50%;
  color: rgba(0, 0, 0, 0.54);
  font-size: 1.125rem;
}

.css-1wjkg3:hover {
  background: rgba(0, 0, 0, 0.04);
}

.css-sldnni {
  user-select: none;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  font-size: 1.25rem;
  transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

.css-k008qs {
  display: flex;
  align-items: center;
}

.css-11wxb,
.css-1fklenr {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  border-radius: 50%;
  color: rgba(0, 0, 0, 0.54);
}

.css-11wxb:hover,
.css-1fklenr:hover {
  background: rgba(0, 0, 0, 0.04);
}

.css-18puooo {
  width: 8px;
}

.css-1cw4hi4 {
  user-select: none;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  font-size: inherit;
}

.css-1n2mv2k {
  display: flex;
  justify-content: center;
  align-items: center;
}

.css-7etext {
  width: 36px;
  height: 32px;
  margin: 0 2px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  color: rgba(0, 0, 0, 0.38);
}

.css-i6bazn {
  overflow: hidden;
  padding: 0 6px;
}

.MuiDayCalendar-weekContainer {
  display: flex;
  justify-content: center;
  margin: 0;
}

.MuiPickersDay-root {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin: 0 2px;
  border-radius: 50%;
  border: none;
  background: none;
  cursor: pointer;
  font-family: "Montserrat", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  color: rgb(32, 36, 39);
  padding: 0;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

.MuiPickersDay-root:hover {
  background: rgba(0, 0, 0, 0.04);
}

.MuiPickersDay-root.Mui-selected {
  background-color: rgb(229, 57, 53);
  color: #fff;
  font-weight: 500;
}

.MuiPickersDay-root.Mui-selected:hover {
  background-color: rgb(21, 101, 192);
}

.MuiPickersDay-root.MuiPickersDay-today:not(.Mui-selected) {
  border: 1px solid rgba(25, 118, 210, 0.6);
}

.MuiPickersDay-hiddenDaySpacingFiller {
  width: 36px;
  height: 36px;
  margin: 0 2px;
  visibility: hidden;
}

.css-w6wt69 {
  margin: 0;
  flex-shrink: 0;
  border-width: 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.12);
  border-right-width: thin;
  height: auto;
  align-self: stretch;
}

.css-2dy21e {
  display: flex;
  width: auto;
  max-height: 340px;
}

.css-71pzme {
  list-style: none;
  margin: 0;
  padding: 8px 0;
  max-height: 340px;
  overflow-y: auto;
  width: 56px;
  scrollbar-width: thin;
}

.css-71pzme::-webkit-scrollbar {
  width: 4px;
}

.css-71pzme::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 2px;
}

.MuiMultiSectionDigitalClockSection-item {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  cursor: pointer;
  padding: 8px 16px;
  font-family: "Montserrat", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1.43;
  color: rgb(32, 36, 39);
  border-radius: 0;
  outline: none;
  border: none;
  background: none;
  width: 100%;
  box-sizing: border-box;
  min-height: 36px;
}

.MuiMultiSectionDigitalClockSection-item:hover {
  background: rgba(0, 0, 0, 0.04);
}

.MuiMultiSectionDigitalClockSection-item.Mui-selected {
  background-color: rgb(229, 57, 53);
  color: #fff;
}

.MuiMultiSectionDigitalClockSection-item.Mui-selected:hover {
  background-color: rgb(21, 101, 192);
}

.css-39bbo6 {
  margin: 0;
  flex-shrink: 0;
  border-width: 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.12);
  border-bottom-width: thin;
}

.css-1vskg8q {
  display: flex;
  align-items: center;
  padding: 8px;
  justify-content: flex-end;
  flex: 0 0 auto;
}

.css-oxf3fg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  cursor: pointer;
  font-family: "Montserrat", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1.75;
  letter-spacing: 0.02857em;
  text-transform: uppercase;
  min-width: 64px;
  padding: 4px 5px;
  border-radius: 4px;
  color: rgb(229, 57, 53);
}

.css-oxf3fg:hover {
  background: rgba(25, 118, 210, 0.04);
}

/* Premium Shimmer After-Effect */
.btn.btn-primary {
  position: relative !important;
  overflow: hidden !important;
}

.btn.btn-primary::after {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: -100% !important;
  width: 100% !important;
  height: 100% !important;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.4) 50%,
    rgba(255, 255, 255, 0) 100%
  ) !important;
  z-index: 2 !important;
  pointer-events: none !important;
}

.btn.btn-primary:hover::after {
  animation: button-shimmer 1.5s infinite !important;
}

.css-gsbp2r {
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  cursor: pointer;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
  margin-left: -11px;
  margin-right: 16px;
}

.css-ecvcn9 {
  display: inline-flex;
  width: 58px;
  height: 38px;
  overflow: hidden;
  padding: 12px;
  box-sizing: border-box;
  position: relative;
  flex-shrink: 0;
  z-index: 0;
  vertical-align: middle;
}

.css-1uf4bbi {
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  appearance: none;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  color: rgb(255, 255, 255);
  outline: 0px;
  border-width: 0px;
  border-style: initial;
  border-color: initial;
  border-image: initial;
  margin: 0px;
  text-decoration: none;
  padding: 9px;
  border-radius: 50%;
  transition:
    left 150ms cubic-bezier(0.4, 0, 0.2, 1),
    transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

.css-1uf4bbi .MuiSwitch-input {
  left: -100%;
  width: 300%;
}

.css-1m9pwf3 {
  cursor: inherit;
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  margin: 0px;
  padding: 0px;
  z-index: 1;
}

.css-19gndve {
  box-shadow:
    rgba(0, 0, 0, 0.2) 0px 2px 1px -1px,
    rgba(0, 0, 0, 0.14) 0px 1px 1px 0px,
    rgba(0, 0, 0, 0.12) 0px 1px 3px 0px;
  background-color: currentcolor;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.css-w0pj6f {
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  z-index: 0;
  inset: 0px;
  border-radius: inherit;
}

.css-1ju1kxc {
  height: 100%;
  width: 100%;
  z-index: -1;
  background-color: rgb(0, 0, 0);
  opacity: 0.38;
  border-radius: 7px;
  transition:
    opacity 150ms cubic-bezier(0.4, 0, 0.2, 1),
    background-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

.css-oife4x {
  margin: 0px;
  font-size: 14px;
  font-family: "Montserrat", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.00938em;
}

.css-a6wlfh {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1300;
  padding-bottom: env(safe-area-inset-bottom);
  background: rgb(43, 47, 68);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.css-61z9k4 {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  width: 100%;
  height: 62px;
  background: transparent;
}

.css-j7h96c {
  position: relative;
  flex: 1 1 0%;
  display: flex;
}

.css-my5qfw {
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  appearance: none;
  max-width: 168px;
  flex-direction: column;
  color: rgba(255, 255, 255, 0.72);
  min-width: 0px;
  outline: 0px;
  border-width: 0px;
  border-style: initial;
  border-color: initial;
  border-image: initial;
  margin: 0px;
  border-radius: 0px;
  text-decoration: none;
  transition:
    color 250ms cubic-bezier(0.4, 0, 0.2, 1),
    padding-top 250ms cubic-bezier(0.4, 0, 0.2, 1);
  padding: 10px 12px 9px;
  flex: 1 1 0%;
}

.css-my5qfw .MuiSvgIcon-root,
.css-my5qfw .MuiIcon-root {
  font-size: 22px;
}

.css-1jgtvd5 {
  user-select: none;
  width: 1em;
  height: 1em;
  overflow: hidden;
  display: inline-block;
  text-align: center;
  flex-shrink: 0;
  font-size: 1.5rem;
}

.css-my5qfw .MuiBottomNavigationAction-label {
  font-size: 11px;
  margin-top: 3px;
  transition: none;
  opacity: 0.9;
}

.css-58b16v {
  font-family: "Montserrat", Roboto, Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
  opacity: 0;
  transition:
    font-size 0.2s,
    opacity 0.2s;
}

.css-w0pj6f {
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  z-index: 0;
  inset: 0px;
  border-radius: inherit;
}

@media (min-width: 0px) {
  @media (orientation: landscape) {
    .css-25k3lq {
      min-height: 48px;
    }
  }
}

@media (min-width: 0px) {
  .css-cp7dka {
    -webkit-box-align: stretch;
    align-items: stretch;
    flex-direction: column;
  }
}

@media (min-width: 1200px) {
  .css-15j76c0 {
    flex-basis: 100%;
    -webkit-box-flex: 0;
    flex-grow: 0;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .css-te8btn {
    display: none;
  }
}

@media (min-width: 1200px) {
  .h2,
  h2 {
    font-size: 2rem;
  }
}

@media (min-width: 1200px) {
  .h4,
  h4 {
    font-size: 1.5rem;
  }
}

@media (min-width: 900px) {
  .css-15j76c0 {
    flex-basis: 100%;
    -webkit-box-flex: 0;
    flex-grow: 0;
    max-width: 100%;
  }
}

@media (min-width: 600px) {
  .css-25k3lq {
    min-height: 64px;
  }
}

@media (min-width: 600px) {
  .css-8aund1 {
    min-height: auto;
  }
}

@media (min-width: 600px) {
  .css-cp7dka {
    align-items: flex-end;
    flex-direction: row;
  }
}

@media (min-width: 600px) {
  .css-25k3lq {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (min-width: 600px) {
  .css-15j76c0 {
    flex-basis: 100%;
    -webkit-box-flex: 0;
    flex-grow: 0;
    max-width: 100%;
  }
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
}

@keyframes button-shimmer {
  0% {
    left: -100%;
  }

  100% {
    left: 100%;
  }
}

/* ===== Withdrawals Page — Mobile Responsive ===== */
@media (max-width: 768px) {
  /* Header Mobile Adaptation - Single Line Layout */
  .white-block.trader-header {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px 6px !important;
    padding: 12px 10px !important;
    margin: 8px 6px 16px 6px !important;
    height: auto !important;
    min-height: auto !important;
  }

  .trader-header .white-block-title {
    display: none !important;
  }

  .trader-header .balance:not(.balance-select-elem) {
    width: auto !important;
    display: flex !important;
    justify-content: flex-start !important;
    gap: 4px !important;
    border: none !important;
    padding: 0 !important;
    flex-shrink: 0 !important;
  }

  .trader-header .balance-select-elem {
    flex-grow: 1 !important;
    max-width: 140px !important;
  }

  .trader-header .balance-select-button {
    min-width: 0 !important;
    width: 100% !important;
    padding: 6px 8px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
  }

  .trader-header #header-balance-main {
    font-size: 13px !important;
    white-space: nowrap !important;
  }

  .trader-header .header-icon-btn,
  .trader-header .exchange-rates-button {
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    border-radius: 8px !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .trader-header .header-icon-btn svg,
  .trader-header .exchange-rates-button svg {
    font-size: 1.1rem !important;
  }

  /* Border line before Balance in the same row */
  .trader-header .balance.balance-select-elem {
    flex: 1 !important;
    width: auto !important;
    display: flex !important;
    border: none !important;
    border-left: 1px solid #222328 !important;
    padding: 0 !important;
    padding-left: 6px !important;
    margin: 0 !important;
    min-width: 0 !important;
  }

  .trader-header .balance-select-button {
    width: 100% !important;
    min-width: 0 !important;
    padding: 4px 6px !important;
    height: 32px !important;
    border-radius: 8px !important;
    box-shadow: none !important;
    border: 1px solid rgba(229, 57, 53, 0.2) !important;
    justify-content: space-between !important;
  }

  .trader-header .balance-select-button > div {
    gap: 4px !important;
    /* override the inline 10px */
  }

  #header-balance-icon-container img {
    width: 18px !important;
    height: 18px !important;
  }

  #header-balance-main {
    font-size: 12px !important;
  }

  .balance-select-arrow {
    width: 16px !important;
    height: 16px !important;
  }

  /* Lang Selector */
  .trader-header .elem:has(#lang-btn-ru) {
    border: none !important;
    padding: 0 !important;
    margin-left: auto !important;
    flex-shrink: 0 !important;
  }

  .trader-header #lang-btn-ru,
  .trader-header #lang-btn-en {
    min-width: 30px !important;
    height: 32px !important;
    padding: 0 6px !important;
    font-size: 11px !important;
  }

  /* Hide user menu on mobile to save space */
  .trader-header .trader-header-user-menu {
    display: none !important;
  }

  /* Step cards: stack vertically */
  .withdrawals-block .howto-steps .cards,
  .howto-steps .cards {
    grid-template-columns: 1fr !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
  }

  /* Reduce white block padding */
  .white-block.withdrawals-block,
  .withdrawals-block.white-block {
    padding: 14px 10px !important;
    margin: 6px 4px !important;
    border-radius: 14px;
  }

  /* Switches & limits button — stack vertically */
  .block-of-content.withdrawals-block .top-buttons-block-v2 {
    flex-direction: column !important;
    row-gap: 16px !important;
  }

  .block-of-content.withdrawals-block .withdrawals-enabled-switch-block-v2 {
    width: 100% !important;
    margin-left: 0 !important;
  }

  .withdrawals-enabled-switch-block-v2 .row {
    flex-direction: column !important;
  }

  .withdrawals-enabled-switch-block-v2 .col-12.col-md-6 .form-check {
    margin-bottom: 8px;
  }

  .withdrawals-enabled-switch-block-v2 .d-flex.justify-content-center {
    justify-content: center !important;
    margin-top: 12px;
  }

  .withdrawals-enabled-switch-block-v2 .d-flex.justify-content-center .btn {
    width: 100% !important;
  }

  /* Step cards: stack vertically */
  .withdrawals-block .howto-steps .cards,
  .howto-steps .cards {
    grid-template-columns: 1fr !important;
    display: flex !important;
    flex-direction: column !important;
  }

  /* Reduce white block padding */
  .white-block.withdrawals-block,
  .withdrawals-block.white-block {
    padding: 14px 10px !important;
    margin: 4px;
    border-radius: 14px;
  }

  /* Page title smaller but visible */
  .withdrawals-block .white-block-title {
    display: flex !important;
    font-size: 1.3rem !important;
    margin-bottom: 12px !important;
    justify-content: center !important;
  }

  /* Steps alert text wrap */
  .howto-steps .steps-alert {
    padding: 8px 10px;
    font-size: 12px;
  }

  .howto-steps .steps-alert span {
    font-size: 12px;
    line-height: 1.35;
  }

  /* Switches & limits button — stack vertically */
  .block-of-content.withdrawals-block .top-buttons-block-v2 {
    flex-direction: column;
    row-gap: 16px;
  }

  .block-of-content.withdrawals-block .withdrawals-enabled-switch-block-v2 {
    width: 100%;
    margin-left: 0;
  }

  .withdrawals-enabled-switch-block-v2 .row {
    flex-direction: column;
  }

  .withdrawals-enabled-switch-block-v2 .col-12.col-md-6 .form-check {
    margin-bottom: 8px;
  }

  .withdrawals-enabled-switch-block-v2 .d-flex.justify-content-center {
    justify-content: flex-start !important;
    margin-top: 12px;
  }

  .withdrawals-enabled-switch-block-v2 .d-flex.justify-content-center .btn {
    width: 100%;
  }

  /* State panel: tabs and icons compact */
  .block-of-content.withdrawals-block .state-panel {
    padding: 6px 10px;
    column-gap: 4px;
    row-gap: 6px;
    flex-wrap: wrap;
    align-items: center;
  }

  .block-of-content.withdrawals-block .state-panel .btn-link {
    padding: 5px 10px;
    font-size: 13px;
  }

  .block-of-content.withdrawals-block .state-panel .right-group {
    margin-left: auto;
    column-gap: 6px;
  }

  .block-of-content .state-panel .icon-button,
  .block-of-content .state-panel .top-button {
    width: 36px;
    height: 36px;
  }

  .block-of-content .state-panel .icon-button svg {
    font-size: 1.2rem;
  }

  /* Table: ensure horizontal scroll within container */
  .withdrawals-block .withdrawals-list {
    margin-left: -10px !important;
    margin-right: -10px !important;
    width: calc(100% + 20px) !important;
    overflow-x: hidden !important;
  }

  .withdrawals-block .table-responsive {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto !important;
    width: 100% !important;
    padding: 0 10px !important;
    /* Content padding so it doesn't touch screen edge */
  }

  .withdrawals-block .wallet-table {
    min-width: 600px;
    font-size: 12px;
  }

  .withdrawals-block .wallet-table th,
  .withdrawals-block .wallet-table td {
    padding: 6px 5px;
    white-space: nowrap;
  }

  .withdrawals-block .wallet-table code {
    font-size: 10px;
  }

  /* Howto steps bottom margin */
  .howto-steps.mb-5 {
    margin-bottom: 1rem !important;
  }
}

@media (max-width: 480px) {
  /* Even tighter on small phones */
  .white-block.withdrawals-block {
    padding: 10px 8px;
    margin: 2px;
    border-radius: 12px;
  }

  .howto-steps .step-card {
    padding: 10px 12px;
  }

  .howto-steps .step-card .step-title {
    font-size: 13px;
  }

  .howto-steps .step-card .step-desc {
    font-size: 12px;
  }

  /* State panel: stack tabs above icons on very small screens */
  .block-of-content.withdrawals-block .state-panel {
    padding: 6px 8px;
  }

  .block-of-content.withdrawals-block .state-panel .btn-link {
    padding: 4px 8px;
    font-size: 12px;
  }

  .block-of-content.withdrawals-block .state-panel .right-group {
    column-gap: 4px;
  }

  .block-of-content .state-panel .icon-button {
    width: 32px;
    height: 32px;
  }

  .withdrawals-block .wallet-table {
    font-size: 11px;
  }
}

/* ===== Global Modal Customizations for Mobile (Bottom Nav Overlap Fix) ===== */
@media (max-width: 991px) {
  .modal-body {
    padding-bottom: 100px !important;
  }
}
