.nav-icon:hover span {
    text-decoration: none !important;
    color: initial !important;
}
.nav-icon span {
    font-size: 1rem;
}
.justify-content-space-around {
    justify-content: space-around !important;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

/* hide arrows in number fields */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
/* hide arrows in number fields | END */

.holder + .holder {
  margin-top: 1rem;
}
.amountHolder {
  border: 1px solid rgba(0, 0, 0, .125);
  text-align: center;
  padding: .5rem;
}
.amountHolder .header {
  font-weight: 700;
  margin-bottom: .5rem;
}