.transfer-form {
  width: 550px;
  max-width: 550px;
}
.currency-select {
  width: 145px;
}
.currency-select .vs__dropdown-toggle {
  height: 100%;
}
[dir=ltr] .currency-select .vs__dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
[dir=rtl] .currency-select .vs__dropdown-toggle {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.confirm-transfer-modal .modal-dialog {
  max-width: 600px;
}
[dir] .confirm-row {
  margin-top: 0.75rem;
}
.transfer-amount {
  color: #d83730;
  font-size: 18px;
  font-weight: bold;
}
