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: 72px;
}

.navbar-brand-home {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.15rem;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  line-height: 1.2;
  white-space: nowrap;
}

.navbar-logo {
  width: 36px;
  height: 36px;
  object-fit: contain;
  display: block;
}

.navbar-brand-text {
  font-size: 0.95rem;
}