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;
}
.step.completed {
    cursor: pointer;
}

    .step.completed:hover {
        background-color: #f3f4f6;
        opacity: 0.5;
    }
.radio-landscape {
    display: flex;
    flex-direction: row;
    gap: 10px;
}
.sticky-header {
    position: sticky;
    top: 0;
    z-index: 1020;
    background: rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid #dee2e6;
}
.large-checkbox {
    width: 1.5rem;
    height: 1.5rem;
}
.submission-danger {
    max-width: 650px;
    margin: 20px auto; /* Centers the box */
    background: #fff5f5;
    border: 1px solid #dc3545;
    border-left: 5px solid #dc3545;
    border-radius: 10px;
    color: #842029;
    padding: 15px 18px;
    font-size: 1rem;
    line-height: 1.6;
    box-shadow: 0 2px 8px rgba(220,53,69,.12);
}
.question.border-danger {
    border-radius: 6px;
    background-color: #fff5f5;
}
