@charset "UTF-8";
#faq-search {
  background-color: rgb(29, 140, 243) !important;
}
#faq-search::-moz-placeholder {
  color: rgb(210, 210, 210) !important;
}
#faq-search::placeholder {
  color: rgb(210, 210, 210) !important;
}

.search-icon {
  color: rgb(210, 210, 210) !important;
}
.search-icon:hover {
  color: rgb(210, 210, 210) !important;
}

.accordion-item {
  border-bottom: 0;
}

.accordion-button {
  background-color: rgb(29, 140, 243) !important;
  color: rgb(255, 255, 255) !important;
}
.accordion-button::after {
  transition: transform 0.3s ease-in-out;
}
.accordion-button:not(.collapsed) {
  color: #000000 !important;
  background-color: #fff !important;
}

.accordion-button::after {
  content: "+";
  font-size: 1.5rem;
  font-weight: bold;
  margin-left: auto;
  transition: all 0.3s ease;
  color: #646262;
  opacity: 0.3;
}

.accordion-button:not(.collapsed)::after {
  content: "−"; /* Minus sign when expanded */
}

.accordion-button::after {
  background-image: none !important;
}

.accordion-button:hover::after {
  content: "+";
  color: white;
  background-color: transparent;
}/*# sourceMappingURL=custom-colors.css.map */