html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.form-floating>.form-control-plaintext::placeholder,
.form-floating>.form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating>.form-control-plaintext:focus::placeholder,
.form-floating>.form-control:focus::placeholder {
  text-align: start;
}

.validation-summary-errors {
  padding: 0.75rem 1rem;
  background-color: #f8d7da;
  border: 1px solid #f5c2c7;
  border-radius: 0.375rem;
  color: #842029;
  margin-bottom: 1rem;
}

.validation-summary-errors ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.navbar-logo {
  height: 2.5rem;
  width: auto;
}

.nav-link-external {
  text-decoration: underline;
}

#mobileNav .nav-link {
  font-size: 1.15rem;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}

.fc .fc-col-header-cell a,
.fc .fc-day-header a {
  text-decoration: none;
  color: inherit;
  pointer-events: none;
}

@media (max-width: 575.98px) {
  .fc .fc-header-toolbar {
    flex-wrap: nowrap;
    align-items: center;
    gap: 0.25rem;
  }

  .fc .fc-toolbar-chunk {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    min-width: 0;
  }

  .fc .fc-toolbar-title {
    font-size: 0.9rem;
    white-space: nowrap;
  }

  .fc .fc-button {
    padding: 0.2rem 0.4rem;
    font-size: 0.8rem;
  }

  .fc .fc-today-button {
    flex-shrink: 1;
    min-width: 0;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }

  .fc-view-harness {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .fc-view-harness > .fc-view {
    min-width: 700px;
  }
}