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;
}

/* Help panel */
.help-btn {
  width: 28px;
  height: 28px;
  padding: 0;
  font-weight: bold;
  font-size: 14px;
  line-height: 26px;
}

#helpPanel {
  width: 420px;
}

@media (max-width: 576px) {
  #helpPanel {
    width: 100%;
  }
}

.help-content h5 {
  color: #0d6efd;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-size: 1rem;
}

.help-content h5:first-child {
  margin-top: 0;
}

.help-content h6 {
  font-weight: 600;
  margin-top: 0.75rem;
  margin-bottom: 0.25rem;
  font-size: 0.9rem;
}

.help-content ul {
  padding-left: 1.2rem;
  margin-bottom: 0.5rem;
}

.help-content li {
  margin-bottom: 0.25rem;
  font-size: 0.9rem;
}

.help-content p {
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}

.help-content .help-tip {
  background: #e8f4fd;
  border-left: 3px solid #0d6efd;
  padding: 0.5rem 0.75rem;
  margin: 0.75rem 0;
  border-radius: 0 4px 4px 0;
  font-size: 0.85rem;
}

.help-content .help-warning {
  background: #fff3cd;
  border-left: 3px solid #ffc107;
  padding: 0.5rem 0.75rem;
  margin: 0.75rem 0;
  border-radius: 0 4px 4px 0;
  font-size: 0.85rem;
}