html,
body {
  height: 100%;
}

body {
  font-size: 16px;
  color: #232526;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 500;
}


/* NON-GENERAL */
#page-content {
  flex: 1 0 auto;
}

main {
  margin-top: 50px;
}

.page-title {
  border-bottom: 1px solid #f1f1f1;
}

.voucher-group {
  max-height: 230px;
  -webkit-overflow-scrolling: touch;
  border: 2px solid #f1f1f1;
}

#vouchers .disabled {
  color: #CCCCCC;
  text-decoration: line-through;
}


/* ICONS */
.deactivate {
  cursor: pointer;
}

.badge {
  --bs-badge-font-size: 1.2em !important;
}

/* MEDIA QUERIES */
@media (min-width: 768px) {}
