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;
}

.tfbi-form-logo {
	max-height: 80px;
}

.tfbi-form-section-header {
	background-color: #b7d1f0;
	border: 1px solid #8fb2e5;
	border-radius: 0.25rem;
	padding: 0.5rem 0.75rem;
	font-weight: 700;
}

.tfbi-text-prewrap {
	white-space: pre-wrap;
}

/* Sidebar layout */
.sidebar {
  width: 250px;
  overflow-y: auto;
}

@media (min-width: 992px) {
  .sidebar {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 1020;
  }

  .main-content {
    margin-left: 250px;
    margin-right: 250px;
    min-height: 100vh;
  }
}

@media (max-width: 991.98px) {
  .main-content {
    margin-left: 0;
    margin-right: 0;
    min-height: 100vh;
  }
}

.sidebar .nav-link {
  color: #212529;
  border-radius: 0.375rem;
}

.sidebar .nav-link:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.sidebar .nav-link.active,
.sidebar .nav-link[aria-current="page"] {
  background-color: rgba(13, 110, 253, 0.15);
  color: #0d6efd;
}

/* Note: mobile navigation uses Bootstrap offcanvas (#mobileSidebar) */
