html {
  font-size: 15.5px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

@media (max-width: 767.98px) {
  body {
    font-size: 1rem;
  }

  .form-control,
  .form-select,
  .btn,
  .dropdown-menu,
  .table {
    font-size: 1rem;
  }

  .app-content-header .h4,
  .app-content-header h1 {
    font-size: 1.35rem;
  }
}

.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;
}

.brand-logo-mobile {
  display: none;
  height: 28px;
  width: auto;
  max-width: 86px;
  object-fit: contain;
}

@media (max-width: 767.98px) {
  .navbar-brand .brand-text {
    display: none;
  }

  .navbar-brand .brand-logo-mobile {
    display: block;
  }
}
