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 {
  min-height: 100vh;
  margin: 0;
  display: flex;
  flex-direction: column;
}

.page-content {
  flex: 1 0 auto;
}

.footer {
  margin-top: auto;
  width: 100%;
  white-space: nowrap;
  line-height: 1.4;
}

.card {
  transition: transform 0.2s;
}

.card:hover {
  transform: translateY(-2px);
}

.navbar-brand {
  font-size: 1.3rem;
}

.badge {
  font-size: 0.8em;
}

code {
  font-size: 0.9em;
  font-weight: 600;
}

.dx-datagrid {
  max-width: 100%;
}