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 #2961a4;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

/* Active Menu Highlight */
.nav-item.active .nav-link {
  background: linear-gradient(90deg, rgba(0, 159, 226, 0.15) 0%, transparent 100%);
  border-left: 4px solid #009fe2;
  font-weight: 600;
  color: #009fe2 !important;
}

.nav-item.active .nav-link i.material-icons {
  color: #009fe2;
}

.nav-item.active .nav-link span {
  color: #009fe2;
}