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 var(--bs-light), 0 0 0 0.25rem #258cfb;
}

/* Form control styling for dark backgrounds */
.bg-dark .form-control {
  background-color: #343a40 !important;
  border-color: #495057 !important;
  color: #ffffff !important;
}

.bg-dark .form-control:focus {
  background-color: #495057 !important;
  border-color: #6c757d !important;
  color: #ffffff !important;
}

.bg-dark .form-control::placeholder {
  color: #adb5bd !important;
}

.bg-dark .form-control option {
  background-color: #343a40 !important;
  color: #ffffff !important;
}

.bg-dark select.form-control {
  background-color: #343a40 !important;
  border-color: #495057 !important;
  color: #ffffff !important;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}
