.accordion-button {
  font-size: large;
}

.radio-group .form-check {
    padding-left: 0;
  }
  
.radio-group .btn-group > .form-check:not(:last-child) > .btn {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}

.radio-group .btn-group > .form-check:not(:first-child) > .btn {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
margin-left: -1px;
}

#card-tabs {
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: white;
}

#pinned-row {
  position: sticky;
  bottom: 0;
  z-index: 100;
  background-color: white;
}
