.form-control-dark {
  border-color: var(--bs-gray);
}
.form-control-dark:focus {
  border-color: #fff;
  box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25);
}

.text-small {
  font-size: 85%;
}

.dropdown-toggle:not(:focus) {
  outline: 0;
}

/* Active nav link highlighting */
[data-bs-theme="dark"] .nav-link.text-warning.active {
  color: #fff !important;
}

/* Profile dropdown toggle color fix */
[data-bs-theme="dark"] #profile-dropdown .dropdown-toggle {
  color: #fff !important;
}
