/* ---- More contrast, still modern: tinted canvas + firmer panel borders + ---- */
/* ---- colored section headers + emphasized key results ---- */

body {
  background-color: #eef1f6;
}

.border.rounded,
.card {
  background-color: #fff;
  border-color: #c3cad4 !important;
  box-shadow: 0 1px 4px rgba(20, 30, 50, 0.08);
}

legend,
.border.rounded h5,
.border.rounded .h6,
.card-title {
  color: #004283;
  font-weight: 700;
  border-bottom: 2px solid #f8dcc0;
  padding-bottom: 0.35rem;
}

/* Bootstrap's default warning yellow is too pale against a white background */
.text-warning {
  color: #b45309 !important;
}

.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 rgba(0, 66, 131, 0.45);
}

/* ---- Brand colors (navy + orange, matching zetes.com) ---- */

.btn-primary {
  color: #fff;
  background-color: #004283;
  border-color: #004283;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: #003368 !important;
  border-color: #003368 !important;
}

.btn-outline-primary {
  color: #004283;
  border-color: #004283;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active {
  color: #fff;
  background-color: #003368 !important;
  border-color: #003368 !important;
}

.text-primary {
  color: #004283 !important;
}

.bg-primary {
  background-color: #004283 !important;
}

.border-primary {
  border-color: #004283 !important;
}

.btn-link {
  color: #004283;
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
  color: #ed6d02 !important;
}

.page-title {
  display: inline-block;
  color: #004283;
  font-weight: 700;
  border-bottom: 3px solid #ed6d02;
  padding-bottom: 0.4rem;
}

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;
}
