.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 {
  outline: 0;
}

/* Brand Logo Responsiveness */
.brand-logo-container {
  width: 250px;
}

@media (max-width: 991.98px) {
  .brand-logo-container {
    width: auto;
  }

  .brand-logo-container img {
    height: 30px;
    width: auto;
  }
}