.row {
  display: flex;
  flex-wrap: wrap;
}

/* ------- Ajax forum & Ama Forum -------- */
.single-forum-post-widget .post-category img {
  width: 15px;
  height: auto;
}

.single-filter-item a {
  color: var(--black_600);
}

/** === Doc search form result === **/
#bbpc-search-result {
  position: absolute;
  width: 100%;
  background: var(--bs-white);
  font-size: 14px;
  font-weight: 400;
  display: none;
  transition: all 0.4s;
  z-index: 99;
  margin-top: 25px;
  border: 1px solid var(--black_50);
  border-radius: 4px;
  box-shadow: 0 3px 4px 0 rgb(4 73 89 / 6%);
  padding: 20px 25px;
  top: 45px;
}

#bbpc-search-result::before {
  content: "";
  width: 12px;
  height: 12px;
  background: var(--bs-white);
  position: absolute;
  top: -6px;
  transform: rotate(45deg);
  left: 40px;
  border-left: 1px solid var(--black_50);
  border-top: 1px solid var(--black_50);
}

#bbpc-search-result .searchbar-tabs {
  padding: 0 10px 15px 0;
}

#bbpc-search-result a {
  text-decoration: none;
}

#bbpc-search-result.ajax-search {
  display: block;
}

.search-results-tab .bbpc-search-title {
  font-size: 16px;
  color: var(--h_title);
  display: block;
  border-bottom: 1px solid var(--black_50);
  font-weight: 500;
  text-align: left;
  padding-left: 8px;
  margin: 12px 0 0;
  padding-bottom: 8px;
  text-transform: capitalize;
}

/*
 keywords
 */
.bbpc-search-keyword {
  display: block;
  text-align: center;
  margin: 15px 0 5px;
}

.bbpc-search-keyword.left {
  text-align: left;
}

.bbpc-search-keyword.right {
  text-align: right;
}

.bbpc-search-keyword ul,
.bbpc-search-keyword ul li {
  list-style: none;
  margin: 0 2px;
  padding: 0;
  display: inline-block;
}

.bbpc-search-keyword ul li a {
  color: #fff;
  background: #02010136;
  font-size: 14px;
  text-transform: capitalize;
  padding: 4px 12px;
  border-radius: 15px;
  font-weight: 400;
}

.bbpc-search-active {
  position: relative;
}

.bbpc-search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 40%);
  z-index: 999;
  opacity: 0;
}

.bbpc-search-active .bbpc-search-overlay {
  opacity: 1;
}

.not-found-text,
.bbpc-not-found-text {
  display: none;
  font-weight: 700;
  font-size: 20px;
  margin: 12px 0 5px;
  letter-spacing: 0.1px;
}

.bbpc_search_form_wrapper {
  z-index: 2;
  position: relative;
}

.bbpc_search_form_wrapper .input-wrapper {
  position: relative;
}

.bbpc_search_form_wrapper .input-wrapper .spinner {
  position: absolute;
  right: 27px;
  top: 50%;
  transform: translateY(-55%);
  display: none;
  background: #fff;
  z-index: 999;
}

.bbpc_search_form_wrapper .input-wrapper .spinner img {
  width: 22px;
}

.bbpc_search_form_wrapper .input-wrapper input {
  width: 100%;
  padding: .75em;
}

.bbpc_search_form_wrapper .input-wrapper input::-webkit-search-cancel-button {
  -webkit-appearance: auto;
  position: absolute;
  right: 55px;
}

.bbpc_search_form_wrapper .input-wrapper.left input::-webkit-search-cancel-button {
  right: 30px;
}

.bbpc_search_form_wrapper .input-wrapper.left input {
  padding-left: 60px;
}

.searchbar-tabs .tab-item {
  font-size: 14px;
  font-weight: 500;
  padding: 11px 8px;
  margin-right: 20px;
  border: none;
  background: 0 0;
  color: var(--black_400);
  text-transform: capitalize;
  cursor: pointer;
}

.searchbar-tabs .tab-item.active {
  color: var(--bbpc_brand_color);
  border-bottom: 3px solid var(--bbpc_brand_color);
}

.searchbar-tabs .tab-item:hover,
.searchbar-tabs .tab-item:focus {
  text-decoration: none;
  outline: none;
}

.bbpc_search_form_wrapper .search-results-tab {
  margin-bottom: 2.2rem;
}

.bbpc_search_form_wrapper .search-result-item {
  padding: 10px 15px;
  display: flex;
  align-items: center;
  width: 100%;
  flex: 100%;
  transition: all 0.3s;
}

.bbpc_search_form_wrapper .search-result-item a {
  color: var(--p_color);
}

.bbpc_search_form_wrapper .search-result-item:hover {
  background: rgb(143 187 237 / 10%);
}

.bbpc_search_form_wrapper .input-wrapper .submit-btn-left {
  position: absolute;
  right: 27px;
  top: 0;
  bottom: 0;
  z-index: 999;
  display: flex;
  margin: auto;
  align-items: center;
}

.bbpc_search_form_wrapper .input-wrapper .submit-btn-right {
  position: absolute;
  left: 27px;
  top: 2px;
  bottom: 2px;
  margin: auto;
  display: flex;
  height: fit-content;
}

.bbpc_search_form_wrapper .input-wrapper button {
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
  color: black;
}

.bbpc_search_form_wrapper .input-wrapper button svg {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 80%;
}

.forum-card .forum-card-thumbnail-area {
  padding: 0 !important;
}
body.body_dark input#searchInput.input_focused {
  background: #fff;
}
body.body_dark .not-found-text, body.body_dark .bbpc-not-found-text {
  color: black;
}