.dark-layout .form-control[type=file]::file-selector-button {
  background-color: #283046;
}
/* Customer theme toggle (Mode) - scoped styling */
body.customer-portal .nav-item-theme-toggle .theme-toggle-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1px 6px;
  border-radius: 999px;
  font-size: 0.6rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: rgba(79, 123, 255, 0.12);
  color: #4f7bff;
  margin: 0 auto;
}
body.customer-portal .nav-item-theme-toggle .theme-label {
  font-size: 0.64rem;
  color: #64748b;
}
body.customer-portal .nav-item-theme-toggle .theme-toggle-stack {
  align-items: center;
  text-align: center;
}
body.customer-portal .nav-item-theme-toggle .theme-toggle-stack > .d-flex {
  justify-content: center;
  gap: 0.75rem;
}
body.customer-portal .nav-item-theme-toggle .theme-label-light,
body.customer-portal .nav-item-theme-toggle .theme-label-dark {
  min-width: 56px;
  text-align: center;
  font-weight: 600;
}
body.customer-portal .nav-item-theme-toggle .form-check {
  margin: 0;
}
body.customer-portal .nav-item-theme-toggle .theme-toggle-switch {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
}
body.customer-portal .nav-item-theme-toggle .theme-toggle-switch .form-check {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
body.customer-portal .nav-item-theme-toggle .theme-label.theme-label-light,
body.customer-portal .nav-item-theme-toggle .theme-label.theme-label-dark {
  font-weight: 600;
}
body.customer-portal .nav-item-theme-toggle .form-check-input {
  width: 1.9rem;
  height: 1rem;
}
html[data-theme="studio"] body.customer-portal .nav-item-theme-toggle .theme-toggle-badge {
  background: rgba(106, 167, 255, 0.2);
  color: #8db1ff;
}
html[data-theme="studio"] body.customer-portal .nav-item-theme-toggle .theme-label {
  color: #b0b8c6;
}

/* Center credit number in navbar badge */
body.customer-portal .header-navbar .balance-top-up .show-balance {
  text-align: center;
  align-items: center;
}
body.customer-portal .header-navbar .balance-top-up .show-balance-unit {
  display: block;
  width: 100%;
  text-align: center;
}
body.customer-portal .header-navbar .balance-top-up .show-balance-box {
  align-items: center;
}
body.customer-portal .header-navbar .balance-top-up {
  gap: 18px;
}
body.customer-portal .header-navbar .balance-top-up .nav-link {
  padding-left: 14px;
}
html[data-theme="standard"] body.customer-portal .header-navbar .balance-top-up .show-balance-unit {
  display: inline-block;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
  padding: 2px 8px;
  border-radius: 6px;
  border: 1px solid #0b63ff;
  background: rgba(11, 99, 255, 0.1);
  color: #0b63ff;
}
