.bulk-package-dashboard {
  margin-top: 56px !important;
  margin-bottom: 56px !important;
}

.bulk-package-dashboard .card-header {
  background-color: #01151d;
}


@media (max-width: 768px) {
  .bulk-package-dashboard .registrant-card-register-btn {
    margin-left: 0 !important;  
  }
}

.inline-hyperlink {
  color: inherit;
  text-decoration: none;
}

.inline-hyperlink:hover {
  color: inherit;
  text-decoration: underline;
}

footer .content-constraint {
  max-width: var(--header-max-width, 1647px) !important;
}