/* Advanced Search Button States */
button[data-bs-target="#advancedSearchMenu"] {
  background-color: #0c59a2 !important;
  border: 1px solid white !important;
  color: white !important;
  transition: all 0.3s ease;
}

button[data-bs-target="#advancedSearchMenu"] i.fa-search-plus {
  color: white !important;
  transition: color 0.3s ease;
}

button[data-bs-target="#advancedSearchMenu"][aria-expanded="true"] {
  background-color: white !important;
  border-color: #dee2e6 !important;
  color: #212529 !important;
}

button[data-bs-target="#advancedSearchMenu"][aria-expanded="true"] i.fa-search-plus {
  color: black !important;
}

html body button.btn.btn-outline-light[data-bs-target="#advancedSearchMenu"][aria-expanded="true"] i.fa-search-plus {
  color: black !important;
}

button.btn.btn-outline-light[data-bs-target="#mobileMenu"] {
  background-color: #0c59a2 !important;
  border: 1px solid white !important;
  color: white !important;
  transition: all 0.3s ease;
}

button.btn.btn-outline-light[data-bs-target="#mobileMenu"] i.fa-bars {
  color: white !important;
  transition: color 0.3s ease;
}

button.btn.btn-outline-light[data-bs-target="#mobileMenu"][aria-expanded="true"] {
  background-color: white !important;
  border-color: #dee2e6 !important;
  color: #212529 !important;
}

button.btn.btn-outline-light[data-bs-target="#mobileMenu"][aria-expanded="true"] i.fa-bars {
  color: black !important;
}

button.btn.btn-outline-light[data-bs-target="#mobileMenu"][aria-expanded="false"] {
  background-color: #0c59a2 !important;
  border: 1px solid white !important;
  color: white !important;
}

button.btn.btn-outline-light[data-bs-target="#mobileMenu"][aria-expanded="false"] i.fa-bars {
  color: white !important;
}

html body button.btn.btn-outline-light[data-bs-target="#mobileMenu"][aria-expanded="false"] {
  background-color: #0c59a2 !important;
  border: 1px solid white !important;
}

html body button.btn.btn-outline-light[data-bs-target="#mobileMenu"][aria-expanded="false"] i.fa-bars {
  color: white !important;
}
