:root {
  --primary-color: #f06210;
  --second-color: #0d95e1;
  --border-color: #dee2e6;
  --text-muted: #6c757d;
}
.currency-symbol{
    font-size: 0.65em;
    vertical-align: top;
    position: relative;
    top: -0.15em;
    opacity: .75;
}