/* style.css'ten sonra yüklenir – çeviri formu dropdown/input içerik kadar yükseklik */
.transfer-money-form .input-bg {
  min-height: 0 !important;
  height: auto !important;
  align-items: center;
}
.transfer-money-form .input-bg .form-control,
.transfer-money-form .form-control {
  height: auto !important;
  min-height: 0 !important;
  padding: 0.5rem 1rem;
  line-height: 1.5;
}
.transfer-money-form .dropdown .btn-secondary {
  height: auto !important;
  min-height: 0 !important;
  padding: 0.5rem 1rem !important;
  min-width: 180px;
  justify-content: flex-start;
  align-items: center;
  line-height: 1.5;
}
.transfer-money-form .dropdown .btn-secondary > span {
  justify-content: flex-start;
  align-items: center;
}
.transfer-money-form .dropdown [class*="d-inline-flex"] {
  flex-shrink: 0;
}
.transfer-money-form .dropdown,
.transfer-money-form .dropdown.h-100 {
  height: auto !important;
}
