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: 60px;
  background-color: #f8f9fa;
}

.card {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  border: none;
}

.card-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.table th {
  border-top: none;
  font-weight: 600;
}

.badge {
  font-weight: 500;
}

.navbar-brand {
  font-weight: 600;
}

.form-control:focus {
  border-color: #258cfb;
  box-shadow: 0 0 0 0.25rem rgba(37, 140, 251, 0.25);
}

.btn-primary {
  background-color: #258cfb;
  border-color: #258cfb;
}

.btn-primary:hover {
  background-color: #1a7ae0;
  border-color: #1a7ae0;
}

.alert {
  border: none;
  border-radius: 0.375rem;
}

.invoice-total {
  font-size: 1.25rem;
  font-weight: 600;
}

.status-badge {
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  font-size: 0.875rem;
}