.voucherSelectedLabel {
  font-size: 2rem;
  font-weight: 500;
  line-height: 2rem;
}

.validMsg {
  color: var(--dangerColor);
  font-style: italic;
  margin-top: 5px;
}
