.extra-currency .vs__dropdown-toggle {
  height: 100% !important;
}[dir=ltr] .extra-currency .vs__dropdown-toggle {
  border-top-right-radius: unset !important;
  border-bottom-right-radius: unset !important;
}[dir=rtl] .extra-currency .vs__dropdown-toggle {
  border-top-left-radius: unset !important;
  border-bottom-left-radius: unset !important;
}
.cms-required-item::after {
  content: "*";
  color: red;
  font-size: 12px;
}
.transaction-exchangerate-label {
  white-space: nowrap;
  width: fit-content;
}
[dir=ltr] .transaction-exchangerate-label {
  float: left;
  margin-right: 20px;
}
[dir=rtl] .transaction-exchangerate-label {
  float: right;
  margin-left: 20px;
}
.transaction-conversion-rate {
  font-size: 18px;
  font-weight: bold;
  color: red;
}
