body {
  cursor: default;
  height: 100vh;
}

main {
  height: -webkit-fill-available;
  max-height: 100vh;
  overflow-x: auto;
  overflow-y: hidden;
}

.form-control:focus, .accordion-button:focus, .btn-close:focus {
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.nav-link.active {
 background-color: RGBA(240, 123, 139, var(--bs-bg-opacity, 1)) !important;
}
