.d-none {
  display: none !important;
}

.hidden {
  visibility: hidden !important;
}

.nowrap {
  white-space: nowrap !important;
}

.underline {
  text-decoration: underline;
}

.uppercase {
  text-transform: uppercase;
}

.small {
  font-size: 0.75rem !important;
}

.quiet {
  opacity: 0.67;
}

.bold {
  font-weight: 700;
}

.regular {
  font-weight: 400 !important;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.white {
  color: var(--white) !important;
}

.dark-gray {
  color: var(--dark-gray) !important;
}

.light-blue {
  color: var(--light-blue) !important;
}

.red {
  color: var(--red) !important;
}

.green {
  color: var(--green) !important;
}

.dark-green {
  color: var(--dark-green) !important;
}

.orange {
  color: var(--orange) !important;
}

.purple {
  color: var(--purple) !important;
}

.bt0 {
  border-top: none !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb4 {
  padding-bottom: 1rem !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pt4 {
  padding-top: 1rem !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt2 {
  margin-top: 0.5rem !important;
}

.mt4 {
  margin-top: 1rem !important;
}

.mt8 {
  margin-top: 2rem !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb2 {
  margin-bottom: 0.5rem !important;
}

.mb4 {
  margin-bottom: 1rem !important;
}

@media only screen and (min-width: 600px) {
  .left-right {
    align-items: center;
    display: grid;
    grid-template-columns: max-content 1fr;
  }
  .left-right :last-child {
    justify-self: end;
  }
}
