a.btn-secondary {
  color: white !important;
}

.nav-link {
  color: var(--bs-dark) !important;
}

.nav-underline .nav-link.active {
  border-bottom-color: var(--bs-secondary) !important;
}

/* Add dropdown arrow on select2 https://github.com/select2/select2/issues/5424#issuecomment-2507439336 */
.select2-container--default .select2-selection--multiple {
  position: relative;
  padding-right: 20px;
}

/* Add dropdown arrow to select2 multi select elements */
.select2-container--default .select2-selection--multiple:after {
  content: '';
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  pointer-events: none;
}

/* Add dropdown arrow on select2 when open */
.select2-container--default.select2-container--open .select2-selection--multiple:after {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

/* Fix placeholder text alignment in select2 */
.select2-search__field {
  height: 20px !important;
}

.select2-search input {
  height: auto !important;
}

.select2-container .select2-selection--single {
  height: 32px !important;
}

.form-label {
  margin-bottom: .25rem;
}

.text-bg-info {
  background-color: var(--rowan-info) !important;
  color: #ffffff !important;
}

.cursor-pointer {
  cursor: pointer;
}

.search-container {
  max-width: 1400px !important;
}