.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);
}
.nav-link.active {
  background-color: gray !important;
	color : white !important;
}

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

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

.nav-link  {
  color: #000000 !important;
}
.nav-link:hover {
  color: white !important;
  background-color: black !important;
}
