body {
  background-color: #ffffff;
  font-family: "Segoe UI", sans-serif;
  margin: 0;
  padding: 0;
}

#faqAccordion {
  overflow: hidden;
  border-radius: 13px !important;
}

.container {
  max-width: 700px;
  margin: auto;
  padding: 40px 20px;
}

h2#faq-title {
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 25px;
}
@media (max-width: 550px) {
  h2#faq-title {
    font-size: 22px;
  }
}

.search-wrapper {
  position: relative;
  width: 100%;
}

#faq-search {
  border-radius: 10px;
  padding: 12px 40px 12px 15px;
  font-size: 16px;
  border: 1px solid #ccc;
  width: 100%;
  background-color: rgb(250, 250, 250);
}
#faq-search:focus {
  box-shadow: none !important;
}
#faq-search::-moz-placeholder {
  color: rgb(177, 177, 177);
  font-size: 18px;
}
#faq-search::placeholder {
  color: rgb(177, 177, 177);
  font-size: 18px;
}

.search-box {
  position: relative;
  width: 100%;
}
.search-box .search-input {
  border-radius: 999px;
  padding: 10px 40px 10px 20px;
  font-size: 16px;
  border: 1px solid #ccc;
  box-shadow: none;
}
.search-box .search-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #aaa;
  font-size: 16px;
  pointer-events: none;
}
.search-box .search-icon:hover {
  color: #333;
}

.search-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  pointer-events: none;
}

#no-results {
  font-size: 16px;
  color: #888;
}

.accordion-item {
  background-color: #f9f9f9;
  border: none;
  border-bottom: 1px solid #e2e2e2;
}

.accordion-button {
  background-color: rgb(250, 250, 250);
  font-weight: 600;
  font-size: 19px;
  padding: 24px;
  box-shadow: none;
  color: #111;
}
.accordion-button::after {
  transition: transform 0.3s ease-in-out;
}
.accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}
.accordion-button:not(.collapsed) {
  color: #000000 !important;
  background-color: #fff;
  box-shadow: none !important;
}
.accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}
@media (max-width: 550px) {
  .accordion-button {
    font-size: 16px !important;
  }
}

.accordion-body {
  padding: 15px 20px;
  font-size: 16px;
  color: rgb(100, 100, 100);
  background-color: #fff;
}
@media (max-width: 550px) {
  .accordion-body {
    font-size: 14px !important;
  }
}

mark {
  background-color: #fbe725 !important;
  padding: 0 2px;
}

.search-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  cursor: pointer;
}
.search-icon i {
  pointer-events: auto;
}
.search-icon:hover {
  color: #333;
}/*# sourceMappingURL=seacrh-in-faq.css.map */