| 1 |
.row { |
| 2 |
display: flex; |
| 3 |
flex-wrap: wrap; |
| 4 |
} |
| 5 |
|
| 6 |
/* ------- Ajax forum & Ama Forum -------- */ |
| 7 |
.single-forum-post-widget .post-category img { |
| 8 |
width: 15px; |
| 9 |
height: auto; |
| 10 |
} |
| 11 |
|
| 12 |
.single-filter-item a { |
| 13 |
color: var(--black_600); |
| 14 |
} |
| 15 |
|
| 16 |
/** === Doc search form result === **/ |
| 17 |
#bbpc-search-result { |
| 18 |
position: absolute; |
| 19 |
width: 100%; |
| 20 |
background: var(--bs-white); |
| 21 |
font-size: 14px; |
| 22 |
font-weight: 400; |
| 23 |
display: none; |
| 24 |
transition: all 0.4s; |
| 25 |
z-index: 99; |
| 26 |
margin-top: 25px; |
| 27 |
border: 1px solid var(--black_50); |
| 28 |
border-radius: 4px; |
| 29 |
box-shadow: 0 3px 4px 0 rgb(4 73 89 / 6%); |
| 30 |
padding: 20px 25px; |
| 31 |
top: 45px; |
| 32 |
} |
| 33 |
|
| 34 |
#bbpc-search-result::before { |
| 35 |
content: ""; |
| 36 |
width: 12px; |
| 37 |
height: 12px; |
| 38 |
background: var(--bs-white); |
| 39 |
position: absolute; |
| 40 |
top: -6px; |
| 41 |
transform: rotate(45deg); |
| 42 |
left: 40px; |
| 43 |
border-left: 1px solid var(--black_50); |
| 44 |
border-top: 1px solid var(--black_50); |
| 45 |
} |
| 46 |
|
| 47 |
#bbpc-search-result .searchbar-tabs { |
| 48 |
padding: 0 10px 15px 0; |
| 49 |
} |
| 50 |
|
| 51 |
#bbpc-search-result a { |
| 52 |
text-decoration: none; |
| 53 |
} |
| 54 |
|
| 55 |
#bbpc-search-result.ajax-search { |
| 56 |
display: block; |
| 57 |
} |
| 58 |
|
| 59 |
.search-results-tab .bbpc-search-title { |
| 60 |
font-size: 16px; |
| 61 |
color: var(--h_title); |
| 62 |
display: block; |
| 63 |
border-bottom: 1px solid var(--black_50); |
| 64 |
font-weight: 500; |
| 65 |
text-align: left; |
| 66 |
padding-left: 8px; |
| 67 |
margin: 12px 0 0; |
| 68 |
padding-bottom: 8px; |
| 69 |
text-transform: capitalize; |
| 70 |
} |
| 71 |
|
| 72 |
/* |
| 73 |
keywords |
| 74 |
*/ |
| 75 |
.bbpc-search-keyword { |
| 76 |
display: block; |
| 77 |
text-align: center; |
| 78 |
margin: 15px 0 5px; |
| 79 |
} |
| 80 |
|
| 81 |
.bbpc-search-keyword.left { |
| 82 |
text-align: left; |
| 83 |
} |
| 84 |
|
| 85 |
.bbpc-search-keyword.right { |
| 86 |
text-align: right; |
| 87 |
} |
| 88 |
|
| 89 |
.bbpc-search-keyword ul, |
| 90 |
.bbpc-search-keyword ul li { |
| 91 |
list-style: none; |
| 92 |
margin: 0 2px; |
| 93 |
padding: 0; |
| 94 |
display: inline-block; |
| 95 |
} |
| 96 |
|
| 97 |
.bbpc-search-keyword ul li a { |
| 98 |
color: #fff; |
| 99 |
background: #02010136; |
| 100 |
font-size: 14px; |
| 101 |
text-transform: capitalize; |
| 102 |
padding: 4px 12px; |
| 103 |
border-radius: 15px; |
| 104 |
font-weight: 400; |
| 105 |
} |
| 106 |
|
| 107 |
.bbpc-search-active { |
| 108 |
position: relative; |
| 109 |
} |
| 110 |
|
| 111 |
.bbpc-search-overlay { |
| 112 |
position: fixed; |
| 113 |
top: 0; |
| 114 |
left: 0; |
| 115 |
width: 100%; |
| 116 |
height: 100%; |
| 117 |
background: rgb(0 0 0 / 40%); |
| 118 |
z-index: 999; |
| 119 |
opacity: 0; |
| 120 |
} |
| 121 |
|
| 122 |
.bbpc-search-active .bbpc-search-overlay { |
| 123 |
opacity: 1; |
| 124 |
} |
| 125 |
|
| 126 |
.not-found-text, |
| 127 |
.bbpc-not-found-text { |
| 128 |
display: none; |
| 129 |
font-weight: 700; |
| 130 |
font-size: 20px; |
| 131 |
margin: 12px 0 5px; |
| 132 |
letter-spacing: 0.1px; |
| 133 |
} |
| 134 |
|
| 135 |
.bbpc_search_form_wrapper { |
| 136 |
z-index: 2; |
| 137 |
position: relative; |
| 138 |
} |
| 139 |
|
| 140 |
.bbpc_search_form_wrapper .input-wrapper { |
| 141 |
position: relative; |
| 142 |
} |
| 143 |
|
| 144 |
.bbpc_search_form_wrapper .input-wrapper .spinner { |
| 145 |
position: absolute; |
| 146 |
right: 27px; |
| 147 |
top: 50%; |
| 148 |
transform: translateY(-55%); |
| 149 |
display: none; |
| 150 |
background: #fff; |
| 151 |
z-index: 999; |
| 152 |
} |
| 153 |
|
| 154 |
.bbpc_search_form_wrapper .input-wrapper .spinner img { |
| 155 |
width: 22px; |
| 156 |
} |
| 157 |
|
| 158 |
.bbpc_search_form_wrapper .input-wrapper input { |
| 159 |
width: 100%; |
| 160 |
padding: .75em; |
| 161 |
} |
| 162 |
|
| 163 |
.bbpc_search_form_wrapper .input-wrapper input::-webkit-search-cancel-button { |
| 164 |
-webkit-appearance: auto; |
| 165 |
position: absolute; |
| 166 |
right: 55px; |
| 167 |
} |
| 168 |
|
| 169 |
.bbpc_search_form_wrapper .input-wrapper.left input::-webkit-search-cancel-button { |
| 170 |
right: 30px; |
| 171 |
} |
| 172 |
|
| 173 |
.bbpc_search_form_wrapper .input-wrapper.left input { |
| 174 |
padding-left: 60px; |
| 175 |
} |
| 176 |
|
| 177 |
.searchbar-tabs .tab-item { |
| 178 |
font-size: 14px; |
| 179 |
font-weight: 500; |
| 180 |
padding: 11px 8px; |
| 181 |
margin-right: 20px; |
| 182 |
border: none; |
| 183 |
background: 0 0; |
| 184 |
color: var(--black_400); |
| 185 |
text-transform: capitalize; |
| 186 |
cursor: pointer; |
| 187 |
} |
| 188 |
|
| 189 |
.searchbar-tabs .tab-item.active { |
| 190 |
color: var(--bbpc_brand_color); |
| 191 |
border-bottom: 3px solid var(--bbpc_brand_color); |
| 192 |
} |
| 193 |
|
| 194 |
.searchbar-tabs .tab-item:hover, |
| 195 |
.searchbar-tabs .tab-item:focus { |
| 196 |
text-decoration: none; |
| 197 |
outline: none; |
| 198 |
} |
| 199 |
|
| 200 |
.bbpc_search_form_wrapper .search-results-tab { |
| 201 |
margin-bottom: 2.2rem; |
| 202 |
} |
| 203 |
|
| 204 |
.bbpc_search_form_wrapper .search-result-item { |
| 205 |
padding: 10px 15px; |
| 206 |
display: flex; |
| 207 |
align-items: center; |
| 208 |
width: 100%; |
| 209 |
flex: 100%; |
| 210 |
transition: all 0.3s; |
| 211 |
} |
| 212 |
|
| 213 |
.bbpc_search_form_wrapper .search-result-item a { |
| 214 |
color: var(--p_color); |
| 215 |
} |
| 216 |
|
| 217 |
.bbpc_search_form_wrapper .search-result-item:hover { |
| 218 |
background: rgb(143 187 237 / 10%); |
| 219 |
} |
| 220 |
|
| 221 |
.bbpc_search_form_wrapper .input-wrapper .submit-btn-left { |
| 222 |
position: absolute; |
| 223 |
right: 27px; |
| 224 |
top: 0; |
| 225 |
bottom: 0; |
| 226 |
z-index: 999; |
| 227 |
display: flex; |
| 228 |
margin: auto; |
| 229 |
align-items: center; |
| 230 |
} |
| 231 |
|
| 232 |
.bbpc_search_form_wrapper .input-wrapper .submit-btn-right { |
| 233 |
position: absolute; |
| 234 |
left: 27px; |
| 235 |
top: 2px; |
| 236 |
bottom: 2px; |
| 237 |
margin: auto; |
| 238 |
display: flex; |
| 239 |
height: fit-content; |
| 240 |
} |
| 241 |
|
| 242 |
.bbpc_search_form_wrapper .input-wrapper button { |
| 243 |
background: transparent; |
| 244 |
border: none; |
| 245 |
outline: none; |
| 246 |
cursor: pointer; |
| 247 |
padding: 0; |
| 248 |
margin: 0; |
| 249 |
color: black; |
| 250 |
} |
| 251 |
|
| 252 |
.bbpc_search_form_wrapper .input-wrapper button svg { |
| 253 |
width: auto; |
| 254 |
max-width: 100%; |
| 255 |
height: auto; |
| 256 |
max-height: 80%; |
| 257 |
} |
| 258 |
|
| 259 |
.forum-card .forum-card-thumbnail-area { |
| 260 |
padding: 0 !important; |
| 261 |
} |
| 262 |
body.body_dark input#searchInput.input_focused { |
| 263 |
background: #fff; |
| 264 |
} |
| 265 |
body.body_dark .not-found-text, body.body_dark .bbpc-not-found-text { |
| 266 |
color: black; |
| 267 |
} |