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: 0;
}

.mode-tab-link {
  color: #64748b;
  font-weight: 600;
  border: none !important;
  border-bottom: 3px solid transparent !important;
  border-radius: 0 !important;
  padding: 1rem 1.5rem !important;
  background-color: transparent !important;
  transition: all 0.2s ease;
}

.mode-tab-link:hover {
  color: var(--brand-primary, #0284c7);
  background-color: rgba(2, 132, 199, 0.04) !important;
}

.mode-tab-link.active {
  color: var(--brand-primary, #0284c7) !important;
  border-bottom: 3px solid var(--brand-primary, #0284c7) !important;
  background-color: #ffffff !important;
}

.mode-tab-link-danger:hover {
  color: #dc3545;
  background-color: rgba(220, 53, 69, 0.04) !important;
}

.mode-tab-link-danger.active {
  color: #dc3545 !important;
  border-bottom: 3px solid #dc3545 !important;
  background-color: #ffffff !important;
}