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;
}

.app-loading-overlay {
  position: fixed;
  inset: 0;
  background: rgba(245, 245, 245, 0.72);
  z-index: 3000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.app-loading-dialog {
  min-width: 220px;
  max-width: 90vw;
  background: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.75rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  padding: 1rem 1.25rem;
  text-align: center;
}

body.app-loading-active {
  overflow: hidden;
}

.top-nav-link {
  border-radius: 0.375rem;
  transition: background-color 0.15s ease-in-out;
}

.top-nav-link.active {
  background-color: #f1f3f5;
  color: #212529 !important;
  font-weight: 500;
}
