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;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

/* Dark theme styles */
[data-bs-theme="dark"] body {
  background-color: #212529;
  color: #dee2e6;
}

[data-bs-theme="dark"] .bg-white {
  background-color: #343a40 !important;
}

[data-bs-theme="dark"] .text-dark {
  color: #dee2e6 !important;
}

[data-bs-theme="dark"] .card {
  background-color: #343a40;
  border-color: #495057;
}

[data-bs-theme="dark"] .card-header {
  background-color: #495057;
  border-color: #6c757d;
}

[data-bs-theme="dark"] .navbar-light {
  background-color: #343a40 !important;
}

[data-bs-theme="dark"] .nav-link.text-dark {
  color: #dee2e6 !important;
}

[data-bs-theme="dark"] .form-control {
  background-color: #495057;
  border-color: #6c757d;
  color: #dee2e6;
}

[data-bs-theme="dark"] .form-control:focus {
  background-color: #495057;
  color: #dee2e6;
}

[data-bs-theme="dark"] .table {
  color: #dee2e6;
}

[data-bs-theme="dark"] .alert-info {
  background-color: #0dcaf0;
  color: #000;
}

[data-bs-theme="dark"] .footer {
  background-color: #343a40 !important;
  border-color: #495057 !important;
}

[data-bs-theme="dark"] .dropdown-menu {
  background-color: #343a40;
  border-color: #495057;
}

[data-bs-theme="dark"] .dropdown-item {
  color: #dee2e6;
}

[data-bs-theme="dark"] .dropdown-item:hover {
  background-color: #495057;
}
