/* Keep the native select control while reserving a deterministic text area on
   Android Chrome and iOS Safari. Their system menulist arrows clip the B in THB. */
html body #root .app-shell.player-shell .member-transfer-currency-picker-v1 {
  box-sizing: border-box !important;
  width: 120px !important;
  min-width: 120px !important;
  max-width: 120px !important;
  flex: 0 0 120px !important;
  padding: 0 38px 0 14px !important;
  overflow: visible !important;
  color: #193052 !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
  text-align: center !important;
  text-align-last: center !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  background-color: rgba(243, 231, 200, .58) !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='24' viewBox='0 0 18 24'%3E%3Cpath d='M4 9l5-5 5 5M4 15l5 5 5-5' fill='none' stroke='%23193052' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 12px center !important;
  background-size: 18px 24px !important;
}
@media (max-width: 359px) {
  html body #root .app-shell.player-shell .member-transfer-currency-picker-v1 {
    width: 112px !important;
    min-width: 112px !important;
    max-width: 112px !important;
    flex-basis: 112px !important;
    padding-left: 10px !important;
  }
}
