/* Basic tweaks */
:root{
  --st-radius: 14px;
}
.card{
  border-radius: var(--st-radius);
}
.modal-content{
  border-radius: calc(var(--st-radius) + 6px);
}

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

.table td, .table th{
  vertical-align: middle;
}

.badge.rounded-pill{
  font-weight: 500;
}

#navList .nav-link.active{
  font-weight: 600;
}

@media (max-width: 576px){
  .display-6{
    font-size: 2rem;
  }
}
