| 1 |
/* |
| 2 |
01. Ball content |
| 3 |
02. wp Chat bot Message container |
| 4 |
-A Link Item |
| 5 |
-B Loading |
| 6 |
03. wp Chat bot Message Editor |
| 7 |
04. wp Chat bottom Tab Nav Editor |
| 8 |
05. Tab Feature Product |
| 9 |
06. Tab Cart |
| 10 |
07. Product Details |
| 11 |
*/ |
| 12 |
/********************* |
| 13 |
01. Ball content wrapper |
| 14 |
**********************/ |
| 15 |
.wp-chatbot-board-container { |
| 16 |
border-radius: 5px; |
| 17 |
box-shadow: 0 5px 31px rgba(0, 0, 0, .30); |
| 18 |
background: #deebe9 url("../../images/tpl-one-header.png") no-repeat top center; |
| 19 |
background-size: contain; |
| 20 |
} |
| 21 |
/****************************** |
| 22 |
02. wp Chat bot Message container |
| 23 |
*********************************/ |
| 24 |
.wp-chatbot-header { |
| 25 |
background-color: #70aca9; |
| 26 |
} |
| 27 |
.wp-chatbot-header h3 { |
| 28 |
color: #ffffff; |
| 29 |
font-size: 18px !important; |
| 30 |
letter-spacing: 1px; |
| 31 |
} |
| 32 |
.wp-chatbot-editor-container input { |
| 33 |
width: 100%; |
| 34 |
} |
| 35 |
ul.wp-chatbot-messages-container > li { |
| 36 |
margin-bottom: 10px; |
| 37 |
padding-top: 30px; |
| 38 |
font-size: 14px; |
| 39 |
} |
| 40 |
ul.wp-chatbot-messages-container > li.wp-chatbot-msg { |
| 41 |
padding-left: 36px; |
| 42 |
} |
| 43 |
ul.wp-chatbot-messages-container > li.wp-chat-user-msg { |
| 44 |
padding-right: 35px; |
| 45 |
} |
| 46 |
ul.wp-chatbot-messages-container > li:first-child { |
| 47 |
padding: 0; |
| 48 |
} |
| 49 |
ul.wp-chatbot-messages-container > li > .wp-chatbot-avatar, .wp-chatbot-agent-profile .wp-chatbot-widget-avatar { |
| 50 |
position: absolute; |
| 51 |
border-radius: 50%; |
| 52 |
overflow: hidden; |
| 53 |
width: 40px; |
| 54 |
height: 40px; |
| 55 |
top: 0; |
| 56 |
} |
| 57 |
ul.wp-chatbot-messages-container > li.wp-chatbot-msg .wp-chatbot-avatar, .wp-chatbot-agent-profile .wp-chatbot-widget-avatar { |
| 58 |
left: 0; |
| 59 |
} |
| 60 |
ul.wp-chatbot-messages-container > li.wp-chat-user-msg .wp-chatbot-avatar { |
| 61 |
right: 0; |
| 62 |
} |
| 63 |
ul.wp-chatbot-messages-container > li > .wp-chatbot-paragraph, .wp-chatbot-bubble { |
| 64 |
|
| 65 |
padding: 8px 15px; |
| 66 |
width: 90%; |
| 67 |
background-color: #fff; |
| 68 |
border-radius: 10px; |
| 69 |
line-height: 150%; |
| 70 |
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color=#77bdb7)"; /*IE 8*/ |
| 71 |
-moz-box-shadow: 1px 1px 1px #77bdb7; /*FF 3.5+*/ |
| 72 |
-webkit-box-shadow: 1px 1px 1px #77bdb7; /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/ |
| 73 |
box-shadow: 1px 1px 1px #77bdb7; /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */ |
| 74 |
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color=#77bdb7); /*IE 5.5-7*/ |
| 75 |
} |
| 76 |
li.wp-chatbot-msg .wp-chatbot-paragraph { |
| 77 |
|
| 78 |
} |
| 79 |
|
| 80 |
ul.wp-chatbot-messages-container > li > .wp-chatbot-paragraph, .wp-chatbot-bubble { |
| 81 |
text-align: left; |
| 82 |
} |
| 83 |
|
| 84 |
.wp-chat-user-msg .wp-chatbot-paragraph { |
| 85 |
display: flex; |
| 86 |
justify-content: flex-end; |
| 87 |
align-items: flex-start; |
| 88 |
align-content: center; |
| 89 |
flex-wrap: wrap; |
| 90 |
} |
| 91 |
ul.wp-chatbot-messages-container li:first-child.wp-chatbot-msg .wp-chatbot-paragraph { |
| 92 |
box-shadow: none; |
| 93 |
} |
| 94 |
ul.wp-chatbot-messages-container > li.wp-chat-user-msg .wp-chatbot-paragraph { |
| 95 |
text-align: right; |
| 96 |
float: right; |
| 97 |
border-radius: 10px 10px 10px 10px; |
| 98 |
color: #999; |
| 99 |
} |
| 100 |
/************ 02.A Link Item*************/ |
| 101 |
span.qcld-chatbot-product-category, |
| 102 |
span.qcld-chatbot-support-items, |
| 103 |
span.qcld-chatbot-wildcard, |
| 104 |
span.qcld-chatbot-suggest-email, |
| 105 |
span.qcld-chatbot-reset-btn, |
| 106 |
#wp-chatbot-loadmore, .wp-chatbot-loadmore { |
| 107 |
color: #000000; |
| 108 |
background-size: 200% auto; |
| 109 |
box-shadow: 0 5px 15px #c3c3c3; |
| 110 |
border: 1px solid #80808030; |
| 111 |
} |
| 112 |
.wp-chatbot-editor-container button{ |
| 113 |
color: #888 !important;; |
| 114 |
} |
| 115 |
span.qcld-chatbot-product-category:hover, |
| 116 |
span.qcld-chatbot-support-items:hover, |
| 117 |
span.qcld-chatbot-wildcard:hover, |
| 118 |
span.qcld-chatbot-suggest-email:hover, |
| 119 |
span.qcld-chatbot-reset-btn:hover, |
| 120 |
#wp-chatbot-loadmore:hover, .wp-chatbot-loadmore:hover { |
| 121 |
background-position: right center; |
| 122 |
box-shadow: none; |
| 123 |
} |
| 124 |
/************* 02.B Loading **************/ |
| 125 |
ul.wp-chatbot-messages-container > li .wp-chatbot-paragraph img.wp-chatbot-comment-loader { |
| 126 |
background-color: #fff; |
| 127 |
padding: 1px; |
| 128 |
border-radius: 5px; |
| 129 |
margin: 0 auto; |
| 130 |
display: block; |
| 131 |
} |
| 132 |
/******************************* |
| 133 |
03. wp Chat bot Message Editor |
| 134 |
**********************************/ |
| 135 |
.wp-chatbot-editor-container { |
| 136 |
border-top: 1px solid #deebe9; |
| 137 |
} |
| 138 |
.wp-chatbot-editor-container input { |
| 139 |
color: #0a2d2b; |
| 140 |
} |
| 141 |
.wp-chatbot-editor-container input::placeholder { |
| 142 |
color: #0a2d2b; |
| 143 |
} |
| 144 |
.wp-chatbot-editor-container input::-webkit-input-placeholder { |
| 145 |
color: #0a2d2b; |
| 146 |
} |
| 147 |
.wp-chatbot-editor-container input::-moz-placeholder { |
| 148 |
color: #0a2d2b; |
| 149 |
} |
| 150 |
.wp-chatbot-editor-container input:-ms-input-placeholder { |
| 151 |
color: #0a2d2b; |
| 152 |
} |
| 153 |
.wp-chatbot-editor-container input:-moz-placeholder { |
| 154 |
color: #0a2d2b; |
| 155 |
} |
| 156 |
/******************************* |
| 157 |
04. wp Chat bottom Tab Nav Editor |
| 158 |
**********************************/ |
| 159 |
.wp-chatbot-footer { |
| 160 |
background: url("../../images/tpl-one-footer.png") repeat-x left top; |
| 161 |
background-color: #9ec3c0; |
| 162 |
border-radius: 0 0 5px 5px; |
| 163 |
} |
| 164 |
.wp-chatbot-tab-nav { |
| 165 |
background-color: #9ec3c0; |
| 166 |
border-radius: 0 0 5px 5px; |
| 167 |
} |
| 168 |
.wp-chatbot-tab-nav ul li:before { |
| 169 |
/* background: linear-gradient(transparent 50%, #9ec3c0 50%); |
| 170 |
background-size: 200%, 100%;*/ |
| 171 |
} |
| 172 |
/****************************************** |
| 173 |
05. Tab Feature Product |
| 174 |
*********************************************/ |
| 175 |
.wp-chatbot-agent-profile { |
| 176 |
position: relative; |
| 177 |
padding-left: 35px; |
| 178 |
padding-top: 30px; |
| 179 |
box-sizing: border-box; |
| 180 |
word-wrap: break-word; |
| 181 |
list-style: none; |
| 182 |
display: block; |
| 183 |
clear: both; |
| 184 |
line-height: 150%; |
| 185 |
min-height: 50px; |
| 186 |
margin: 0 0 10px 0; |
| 187 |
} |
| 188 |
.wp-chatbot-widget-title { |
| 189 |
color: #353535; |
| 190 |
text-align: center; |
| 191 |
padding-bottom: 10px; |
| 192 |
} |
| 193 |
/************************************* |
| 194 |
06. Tab Cart |
| 195 |
**************************************/ |
| 196 |
.wp-chatbot-cart-header { |
| 197 |
background-color: #F5F5F5; |
| 198 |
} |
| 199 |
.wp-chatbot-cart-single { |
| 200 |
background-color: rgba(245, 245, 245, 0.1); |
| 201 |
border-bottom: 1px solid #dddddd; |
| 202 |
} |
| 203 |
.wp-chatbot-cart-single:nth-child(2n+1) { |
| 204 |
background-color: rgba(245, 245, 245, 0.5); |
| 205 |
} |
| 206 |
.wp-chatbot-cart-footer div a { |
| 207 |
text-decoration: none; |
| 208 |
background: #70aca9; |
| 209 |
color: #ffffff; |
| 210 |
} |
| 211 |
.wpbot-saas-live-chat{ |
| 212 |
width: 310px; |
| 213 |
height: 500px; |
| 214 |
box-shadow: 0 5px 40px rgba(0,0,0,.16)!important; |
| 215 |
display:none; |
| 216 |
} |
| 217 |
.wp-chatbot-cart-footer div a:hover, .wp-chatbot-cart-footer div:last-child a { |
| 218 |
background: #5a8c89; |
| 219 |
} |
| 220 |
/*********************************** |
| 221 |
07. Product Details |
| 222 |
************************************/ |
| 223 |
.wp-chatbot-product-details { |
| 224 |
box-shadow: 0 0 10px #ccc; |
| 225 |
background-color: #deebe9; |
| 226 |
} |
| 227 |
.wp-chatbot-product-cart-button input[type="button"], #wp-chatbot-loadmore, .wp-chatbot-loadmore { |
| 228 |
border: 1px solid #70aca9; |
| 229 |
background: #70aca9; |
| 230 |
color: #ffffff; |
| 231 |
box-shadow: 0 0 2px #999; |
| 232 |
} |
| 233 |
.wp-chatbot-product-cart-button input[type="button"]:hover, #wp-chatbot-loadmore:hover, .wp-chatbot-loadmore:hover { |
| 234 |
background: #5a8c89; |
| 235 |
color: #ffffff; |
| 236 |
} |
| 237 |
/************************* |
| 238 |
Right-to-left text direction |
| 239 |
**************************/ |
| 240 |
.wp-chatbot-rtl { |
| 241 |
text-align: right; |
| 242 |
direction: RTL; |
| 243 |
} |
| 244 |
.wp-chatbot-rtl ul.wp-chatbot-messages-container > li.wp-chatbot-msg, .wp-chatbot-rtl .wp-chatbot-agent-profile { |
| 245 |
padding: 0 50px 0 0; |
| 246 |
} |
| 247 |
.wp-chatbot-rtl ul.wp-chatbot-messages-container > li.wp-chatbot-msg.wp-chatbot-msg-flat { |
| 248 |
padding: 0; |
| 249 |
} |
| 250 |
.wp-chatbot-rtl ul.wp-chatbot-messages-container > li.wp-chatbot-msg > .wp-chatbot-paragraph { |
| 251 |
display: table; |
| 252 |
max-width: 90%; |
| 253 |
float: right; |
| 254 |
text-align: right; |
| 255 |
} |
| 256 |
.wp-chatbot-rtl ul.wp-chatbot-messages-container > li.wp-chatbot-msg .wp-chatbot-avatar, |
| 257 |
.wp-chatbot-rtl .wp-chatbot-agent-profile .wp-chatbot-widget-avatar { |
| 258 |
right: 0; |
| 259 |
left: auto; |
| 260 |
} |
| 261 |
.wp-chatbot-rtl ul.wp-chatbot-messages-container > li.wp-chat-user-msg { |
| 262 |
padding: 0 0 0 50px; |
| 263 |
} |
| 264 |
.wp-chatbot-rtl ul.wp-chatbot-messages-container > li.wp-chat-user-msg .wp-chatbot-avatar { |
| 265 |
left: 0; |
| 266 |
right: auto; |
| 267 |
} |
| 268 |
.wp-chatbot-rtl ul.wp-chatbot-messages-container > li.wp-chat-user-msg > .wp-chatbot-paragraph { |
| 269 |
display: table; |
| 270 |
max-width: 90%; |
| 271 |
float: left; |
| 272 |
text-align: left; |
| 273 |
} |
| 274 |
.wp-chatbot-rtl ul.wp-chatbot-messages-container > li.wp-chat-user-msg .wp-chatbot-paragraph { |
| 275 |
margin-left: 0; |
| 276 |
} |
| 277 |
.wp-chatbot-rtl .wp-chatbot-editor-container input { |
| 278 |
text-align: right; |
| 279 |
direction: RTL; |
| 280 |
} |
| 281 |
.wp-chatbot-rtl .wp-chatbot-products-area ul li:nth-child(2n+2) { |
| 282 |
margin: auto; |
| 283 |
} |
| 284 |
.wp-chatbot-rtl .wp-chatbot-products-area ul li { |
| 285 |
margin: 1%; |
| 286 |
vertical-align: middle; |
| 287 |
} |
| 288 |
.wpb-search-result{} |
| 289 |
.wpb-search-result p{} |
| 290 |
.wpb-search-result a{ display: block; |
| 291 |
background: #eee; |
| 292 |
padding: 4px 5px; |
| 293 |
line-height: 20px;padding-left:20px;margin-bottom: 0;} |
| 294 |
.wpb-search-result a:before { |
| 295 |
font-style: normal; |
| 296 |
font-weight: normal; |
| 297 |
text-decoration: inherit; |
| 298 |
color: #000; |
| 299 |
font-size: 18px; |
| 300 |
position: absolute; |
| 301 |
left: 58px; |
| 302 |
line-height: 1; |
| 303 |
font-weight: bold; |
| 304 |
color: #7d7b7b; |
| 305 |
} |
| 306 |
.wpchat_header_left{ |
| 307 |
display:inline-block; |
| 308 |
} |
| 309 |
.wpchat_header_left span{ font-size: 22px; |
| 310 |
padding: 0px 10px; } |
| 311 |
.wpchat_header_right { |
| 312 |
float: right; |
| 313 |
margin-right: 12px; |
| 314 |
} |
| 315 |
.wp-chatbot-tab-nav ul li a[data-option="live-chat"] { |
| 316 |
background-position: -169px -8px; |
| 317 |
} |
| 318 |
/* |
| 319 |
.wp-chatbot-container, .wp-chatbot-board-container.active-chat-board, .slimScrollDiv{ |
| 320 |
border-radius: 7px; |
| 321 |
} |
| 322 |
*/ |
| 323 |
/* Action Start Menu Interface style */ |
| 324 |
.wp-chatbot-start-header { |
| 325 |
background: linear-gradient(135deg, #a4ccc9 0%, #3ba9a1 100%) !important; |
| 326 |
} |
| 327 |
.wp-chatbot-start-content-single { |
| 328 |
box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 15px 0px, rgba(0, 0, 0, 0.1) 0px 1px 2px 0px, rgb(116 182 167 / 50%) 0px 2px 0px 0px inset !important; |
| 329 |
} |
| 330 |
.qc-new-conversation-button{color: rgb(103 183 177) !important;border: 1px solid rgb(103 183 177) !important;} |
| 331 |
.qcld-new-conv-button path { |
| 332 |
fill: rgb(103 183 177); |
| 333 |
} |
| 334 |
.qc-new-conversation-button:hover{background: #fff !important} |
| 335 |
.qcwp-chatbot-search-article-submit { |
| 336 |
background-color: rgb(103 183 177) !important; |
| 337 |
} |
| 338 |
.qcld_back_to_start_menu{ |
| 339 |
position: absolute; |
| 340 |
left: 2px; |
| 341 |
line-height: 32px; |
| 342 |
margin-left: 10px; |
| 343 |
top: 50%; |
| 344 |
transform: translateY(-50%); |
| 345 |
} |
| 346 |
#wp-chatbot-email-transcript{color: #fff;} |
| 347 |
.qcld_back_to_start_menu{color:#fff} |
| 348 |
.wp-chatbot-start-header .wp-chatbot-start-close{background-color:#3ba9a1} |
| 349 |
/* Action Start Menu Interface style */ |
| 350 |
#wp-chatbot-email-transcript { |
| 351 |
right: 65px; |
| 352 |
} |
| 353 |
.wp-chatbot-editor-container button { |
| 354 |
background-color: #fff0 !important; |
| 355 |
} |
| 356 |
#wp-chatbot-chat-container { |
| 357 |
position: fixed; |
| 358 |
z-index: 99999; |
| 359 |
width: 880px; |
| 360 |
} |
| 361 |
.wp-chatbot-board-container { |
| 362 |
display: none; |
| 363 |
height: auto; |
| 364 |
width: 100%; |
| 365 |
position: relative; |
| 366 |
box-sizing: border-box; |
| 367 |
} |
| 368 |
.wp-chatbot-content { |
| 369 |
max-height: 500px !important; |
| 370 |
} |
| 371 |
.wp-chatbot-board-container.active-chat-board { |
| 372 |
max-height: 620px; |
| 373 |
} |
| 374 |
.wp-chatbot-footer { |
| 375 |
background: none; |
| 376 |
background-color: #40414f; |
| 377 |
border-radius: 0 0 5px 5px; |
| 378 |
} |
| 379 |
.wp-chatbot-tab-nav { |
| 380 |
background-color: #40414f; |
| 381 |
border-radius: 0 0 5px 5px; |
| 382 |
} |
| 383 |
.wp-chatbot-board-container { |
| 384 |
border-radius: 5px; |
| 385 |
box-shadow: 0 5px 31px rgb(0 0 0 / 30%); |
| 386 |
background-color: #40414f; |
| 387 |
background-image: none; |
| 388 |
background-size: contain; |
| 389 |
} |
| 390 |
ul.wp-chatbot-messages-container > li.wp-chat-user-msg .wp-chatbot-paragraph { |
| 391 |
background: #444654; |
| 392 |
color: #fff; |
| 393 |
} |
| 394 |
ul.wp-chatbot-messages-container > li > .wp-chatbot-paragraph, .wp-chatbot-bubble{ |
| 395 |
background: #444654; |
| 396 |
color: #fff; |
| 397 |
} |
| 398 |
span.qcld-chatbot-product-category, span.qcld-chatbot-support-items, span.qcld-chatbot-wildcard, span.qcld-chatbot-suggest-email, span.qcld-chatbot-reset-btn, #wp-chatbot-loadmore, .wp-chatbot-loadmore { |
| 399 |
background-color: #444654; |
| 400 |
color: #fff; |
| 401 |
} |
| 402 |
.wp-chatbot-shortcode-template-container span.qcld-chatbot-product-category, .wp-chatbot-shortcode-template-container span.qcld-chatbot-support-items, .wp-chatbot-shortcode-template-container span.qcld-chatbot-wildcard, .wp-chatbot-shortcode-template-container span.qcld-chatbot-suggest-email, span.qcld-chatbot-suggest-phone, span.qcld-chatbot-site-search, span.qcld-chatbot-default, span.qcld-chatbot-custom-intent, .wp-chatbot-shortcode-template-container span.qcld-chatbot-reset-btn, .wp-chatbot-shortcode-template-container span.qcld-chat-common, .wp-chatbot-shortcode-template-container #wp-chatbot-loadmore, .wp-chatbot-loadmore, .wp-chatbot-loadmore2, .wp-chatbot-loadmore-saas, .wp-chatbot-fuse-loadmore { |
| 403 |
color: #fff; |
| 404 |
background: unset; |
| 405 |
background-size: 200% auto; |
| 406 |
background-color: #40414f; |
| 407 |
box-shadow: unset; |
| 408 |
border: 1px solid #40414f; |
| 409 |
} |
| 410 |
span.qcld-chatbot-product-category, span.qcld-chatbot-support-items, span.qcld-chatbot-wildcard, span.qcld-chatbot-suggest-email, span.qcld-chatbot-reset-btn, #wp-chatbot-loadmore, .wp-chatbot-loadmore { |
| 411 |
background-color: #40414f; |
| 412 |
box-shadow: none !important; |
| 413 |
color: #fff; |
| 414 |
} |
| 415 |
.wp-chatbot-editor-container { |
| 416 |
border-top: 1px solid #4b4b4b; |
| 417 |
} |
| 418 |
.wp-chatbot-board-container { |
| 419 |
background-color: #343541; |
| 420 |
} |
| 421 |
.wp-chatbot-editor-container input { |
| 422 |
color: #ffffff !important; |
| 423 |
} |
| 424 |
.wp-chatbot-shortcode-template-container span.qcld-chatbot-product-category:hover, .wp-chatbot-shortcode-template-container span.qcld-chatbot-support-items:hover, .wp-chatbot-shortcode-template-container span.qcld-chatbot-wildcard:hover, .wp-chatbot-shortcode-template-container span.qcld-chatbot-suggest-email:hover, span.qcld-chatbot-suggest-phone:hover, span.qcld-chatbot-site-search:hover, span.qcld-chatbot-default:hover, span.qcld-chatbot-custom-intent:hover, .wp-chatbot-shortcode-template-container span.qcld-chatbot-reset-btn:hover, .wp-chatbot-shortcode-template-container span.qcld-chat-common:hover, .wp-chatbot-shortcode-template-container #wp-chatbot-loadmore:hover, .wp-chatbot-loadmore:hover, .wp-chatbot-loadmore2:hover, .wp-chatbot-loadmore-saas:hover, .wp-chatbot-fuse-loadmore:hover { |
| 425 |
background-color: #444654; |
| 426 |
} |
| 427 |
.wp-chatbot-header { |
| 428 |
background-color: #343541; |
| 429 |
} |
| 430 |
ul.wp-chatbot-messages-container > li > .wp-chatbot-paragraph h3 { |
| 431 |
color: #ffffff !important; |
| 432 |
} |
| 433 |
span.qcld-chatbot-product-category:hover, span.qcld-chatbot-support-items:hover, span.qcld-chatbot-wildcard:hover, span.qcld-chatbot-suggest-email:hover, span.qcld-chatbot-reset-btn:hover, #wp-chatbot-loadmore:hover, .wp-chatbot-loadmore:hover { |
| 434 |
background: #444654; |
| 435 |
} |
| 436 |
ul.wp-chatbot-messages-container > li > .wp-chatbot-paragraph, .wp-chatbot-bubble { |
| 437 |
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color=#313131)"; |
| 438 |
-moz-box-shadow: 1px 1px 1px #313131; |
| 439 |
-webkit-box-shadow: 1px 1px 1px #313131; |
| 440 |
box-shadow: 1px 1px 1px #313131; |
| 441 |
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color=#313131); |
| 442 |
} |
| 443 |
ul.wp-chatbot-messages-container > li.wp-chatbot-msg { |
| 444 |
padding-left: 50px; |
| 445 |
} |
| 446 |
ul.wp-chatbot-messages-container > li.wp-chat-user-msg { |
| 447 |
padding-right: 50px; |
| 448 |
} |
| 449 |
ul.wp-chatbot-messages-container li:first-child.wp-chatbot-msg .wp-chatbot-paragraph { |
| 450 |
color: #ffffff; |
| 451 |
box-shadow: none; |
| 452 |
} |
| 453 |
#wp-chatbot-editor::-webkit-input-placeholder { /* WebKit, Blink, Edge */ |
| 454 |
color: #fff; |
| 455 |
} |
| 456 |
#wp-chatbot-editor:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ |
| 457 |
color: #fff; |
| 458 |
opacity: 1; |
| 459 |
} |
| 460 |
#wp-chatbot-editor::-moz-placeholder { /* Mozilla Firefox 19+ */ |
| 461 |
color: #fff; |
| 462 |
opacity: 1; |
| 463 |
} |
| 464 |
#wp-chatbot-editor:-ms-input-placeholder { /* Internet Explorer 10-11 */ |
| 465 |
color: #fff; |
| 466 |
} |
| 467 |
#wp-chatbot-editor::-ms-input-placeholder { /* Microsoft Edge */ |
| 468 |
color: #fff; |
| 469 |
} |
| 470 |
#wp-chatbot-editor::placeholder { /* Most modern browsers support this now. */ |
| 471 |
color: #fff; |
| 472 |
} |
| 473 |
.wp-chatbot-editor-container { |
| 474 |
border-top: 1px solid #4b4b4b; |
| 475 |
border-bottom: 1px solid #4b4b4b; |
| 476 |
display: flex; |
| 477 |
} |
| 478 |
.wp-chatbot-start-content-single { |
| 479 |
background-color: #343541 !important; |
| 480 |
color: rgb(255 255 255) !important; |
| 481 |
} |
| 482 |
.wp-chatbot-start-header { |
| 483 |
background: #343541 !important; |
| 484 |
} |
| 485 |
.wp-chatbot-start-content-single { |
| 486 |
background-color: #444654 !important; |
| 487 |
} |
| 488 |
.qc-new-conversation-button { |
| 489 |
right: 15px !important; |
| 490 |
top: 24px !important; |
| 491 |
position: absolute !important; |
| 492 |
} |
| 493 |
.wp-chatbot-start-container { |
| 494 |
background-color: #343541 !important |
| 495 |
} |
| 496 |
.start-single-content a{ |
| 497 |
color:#fff; |
| 498 |
} |
| 499 |
.wp-chatbot-start-content-single span{ |
| 500 |
text-align:center; |
| 501 |
} |
| 502 |
.qcld_new_start_button span { |
| 503 |
color: #fff8f8 !important; |
| 504 |
background: #343541 !important; |
| 505 |
} |
| 506 |
.start-single-content .post-thumb img{ |
| 507 |
max-width: 100px !important; |
| 508 |
border-radius: 6px; |
| 509 |
} |
| 510 |
.start-single-content .post-thumb { |
| 511 |
float: left; |
| 512 |
padding: 0 15px 0 0; |
| 513 |
} |
| 514 |
.wp-chatbot-start-content-single span.edit-link { |
| 515 |
text-align: left; |
| 516 |
} |
| 517 |
span.qcld-chatbot-site-search{ |
| 518 |
display: block !important; |
| 519 |
} |
| 520 |
.wp-chatbot-textanimation span { |
| 521 |
display: inline-block; |
| 522 |
width: auto; |
| 523 |
margin: 3px 2px; |
| 524 |
} |
| 525 |
|
| 526 |
span.qcld-chatbot-site-search { |
| 527 |
display: inline-block !important; |
| 528 |
padding: 12px 30px; |
| 529 |
border: 1px solid #80808030; |
| 530 |
} |
| 531 |
span.qcld-chatbot-suggest-phone { |
| 532 |
display: inline-block !important; |
| 533 |
padding: 12px 30px; |
| 534 |
border: 1px solid #80808030; |
| 535 |
} |
| 536 |
.wp-chatbot-textanimation { |
| 537 |
position: relative; |
| 538 |
margin: 0; |
| 539 |
text-align: left; |
| 540 |
} |
| 541 |
|
| 542 |
|
| 543 |
|
| 544 |
.wpb-search-result a { |
| 545 |
color: #fff !important; |
| 546 |
} |
| 547 |
.wpbot_card_caption p { |
| 548 |
color: #fff !important; |
| 549 |
} |
| 550 |
|
| 551 |
|
| 552 |
|
| 553 |
@media screen and (max-width: 1024px) { |
| 554 |
#wp-chatbot-chat-container { |
| 555 |
width: 90%; |
| 556 |
} |
| 557 |
} |
| 558 |
@media screen and (max-width: 991px) {} |
| 559 |
@media screen and (max-width: 768px) { |
| 560 |
.wp-chatbot-header { |
| 561 |
padding: 0 !important; |
| 562 |
|
| 563 |
} |
| 564 |
#wp-chatbot-chat-container { |
| 565 |
width: 88%; |
| 566 |
} |
| 567 |
} |
| 568 |
@media screen and (max-width: 480px) { |
| 569 |
.wp-chatbot-content { |
| 570 |
padding-top: 37px; |
| 571 |
} |
| 572 |
#wp-chatbot-chat-container { |
| 573 |
width: 100%; |
| 574 |
} |
| 575 |
#wp-chatbot-chat-container .wp-chatbot-board-container.active-chat-board { |
| 576 |
max-height: initial !important; |
| 577 |
} |
| 578 |
|
| 579 |
div#wp-chatbot-desktop-reload,#wp-chatbot-desktop-close{ |
| 580 |
z-index: 999 !important; |
| 581 |
} |
| 582 |
} |
| 583 |
|
| 584 |
|
| 585 |
@media screen and (max-width: 768px) { |
| 586 |
.wp-chatbot-editor-container button { |
| 587 |
right: 0; |
| 588 |
} |
| 589 |
|
| 590 |
} |
| 591 |
|
| 592 |
|
| 593 |
|
| 594 |
|
| 595 |
|
| 596 |
.template-vertical .wpbot_card_image span { |
| 597 |
display: none !important; |
| 598 |
} |
| 599 |
.template-vertical .wpbot_card_image a { |
| 600 |
display: flex !important; |
| 601 |
gap: 6px !important; |
| 602 |
} |
| 603 |
.template-vertical .wpbot_card_image.wpbot_card_image_saas a{ |
| 604 |
display: flex !important; |
| 605 |
gap: 6px !important; |
| 606 |
} |
| 607 |
.template-vertical .wpbot_card_image img{ |
| 608 |
max-width: 25px !important; |
| 609 |
height: 25px !important; |
| 610 |
border-radius: 50%; |
| 611 |
} |
| 612 |
.template-vertical .wpbot_card_caption.wpbot_card_caption_saas span { |
| 613 |
display: flex !important; |
| 614 |
gap: 10px !important; |
| 615 |
margin: 0 10px 0 0 !important; |
| 616 |
} |
| 617 |
.template-vertical .wpbot_card_image.wpbot_card_image_saas .wpbot_card_caption.wpbot_card_caption_saas p { |
| 618 |
display: flex; |
| 619 |
} |
| 620 |
.template-vertical .wpb-search-result .wpbot_card_wraper { |
| 621 |
backdrop-filter: blur(0px); |
| 622 |
isolation: isolate; |
| 623 |
margin: 5px 0; |
| 624 |
padding: 5px; |
| 625 |
} |
| 626 |
.template-vertical .wpb-search-result .wpbot_card_wraper p.wpbot_card_caption_title{ |
| 627 |
margin: 0; |
| 628 |
padding: 0; |
| 629 |
color: rgb(29 115 180) !important; |
| 630 |
font-weight: 600; |
| 631 |
} |
| 632 |
.template-vertical .wpbot_card_caption.wpbot_card_caption_saas p.wpbot_card_description { |
| 633 |
padding: 0 0 0 28px; |
| 634 |
} |
| 635 |
.template-vertical .wpbot_card_caption p.wpbot_card_description { |
| 636 |
margin: 0; |
| 637 |
padding: 0; |
| 638 |
} |
| 639 |
.template-vertical .template-vertical .wpbot_card_caption h2 { |
| 640 |
margin: 0; |
| 641 |
padding: 0; |
| 642 |
color: rgb(29 115 180) !important; |
| 643 |
font-weight: 600; |
| 644 |
font-size: 14px; |
| 645 |
} |
| 646 |
|
| 647 |
.template-vertical .wpb-search-result .wpbot_card_wraper a{ |
| 648 |
text-decoration: none !important; |
| 649 |
} |
| 650 |
|
| 651 |
.template-vertical .wpb-search-result .wpbot_card_wraper a p:first-child { |
| 652 |
margin: 0; |
| 653 |
padding: 0; |
| 654 |
color: #fff !important; |
| 655 |
font-weight: 600; |
| 656 |
} |
| 657 |
|
| 658 |
.template-vertical .wpb-search-result a p { |
| 659 |
margin: 0; |
| 660 |
} |
| 661 |
|
| 662 |
ul.wp-chatbot-messages-container>li.wp-chatbot-msg .chat-container .wp-chatbot-paragraph { |
| 663 |
color: #fff; |
| 664 |
} |
| 665 |
ul.wp-chatbot-messages-container > li.wp-chat-user-msg .wp-chatbot-paragraph { |
| 666 |
background: #444654; |
| 667 |
color: #fff; |
| 668 |
box-shadow: none; |
| 669 |
background: rgb(255 255 255 / 30%); |
| 670 |
backdrop-filter: blur(0px); |
| 671 |
isolation: isolate; |
| 672 |
border-radius: 10px; |
| 673 |
padding: 8px 15px; |
| 674 |
} |
| 675 |
|
| 676 |
ul.wp-chatbot-messages-container>li.wp-chatbot-msg .chat-container { |
| 677 |
box-shadow: none; |
| 678 |
} |
| 679 |
.slimScrollDiv { |
| 680 |
margin: 12px 0 0 0; |
| 681 |
} |
| 682 |
ul.wp-chatbot-messages-container>li.wp-chatbot-msg .chat-container { |
| 683 |
color: #fff; |
| 684 |
} |
| 685 |
|
| 686 |
ul.wp-chatbot-messages-container>li.wp-chatbot-msg .chat-container { |
| 687 |
width: 90%; |
| 688 |
} |
| 689 |
|
| 690 |
|
| 691 |
|
| 692 |
|
| 693 |
|
| 694 |
|
| 695 |
|
| 696 |
|
| 697 |
|
| 698 |
|
| 699 |
|
| 700 |
|
| 701 |
|
| 702 |
|
| 703 |
|
| 704 |
|
| 705 |
|
| 706 |
|
| 707 |
|
| 708 |
|
| 709 |
.wp-chatbot-avatar-hidden .wp-chatbot-avatar { |
| 710 |
display: none; |
| 711 |
} |
| 712 |
.wp-chatbot-avatar-hidden ul.wp-chatbot-messages-container > li.wp-chatbot-msg { |
| 713 |
padding-left: 0; |
| 714 |
} |
| 715 |
|
| 716 |
.wp-chatbot-avatar-inside ul.wp-chatbot-messages-container > li.wp-chatbot-msg { |
| 717 |
padding-left: 0px; |
| 718 |
box-shadow: none; |
| 719 |
background: rgb(64 65 79); |
| 720 |
backdrop-filter: blur(0px); |
| 721 |
isolation: isolate; |
| 722 |
border-radius: 10px; |
| 723 |
padding: 8px 15px; |
| 724 |
min-height: auto; |
| 725 |
} |
| 726 |
|
| 727 |
.wp-chatbot-avatar-inside ul.wp-chatbot-messages-container>li.wp-chatbot-msg .chat-container { |
| 728 |
box-shadow: none; |
| 729 |
background: rgba(255, 255, 255, 0); |
| 730 |
backdrop-filter: none; |
| 731 |
isolation: isolate; |
| 732 |
border-radius: 0px; |
| 733 |
padding: 0; |
| 734 |
} |
| 735 |
|
| 736 |
.wp-chatbot-avatar-inside ul.wp-chatbot-messages-container > li .wp-chatbot-avatar{ |
| 737 |
position: relative; |
| 738 |
} |
| 739 |
|
| 740 |
.wp-chatbot-avatar-inside .wp-chatbot-avatar img, .wp-chatbot-avatar-inside .wp-chatbot-widget-avatar img { |
| 741 |
width: 32px !important; |
| 742 |
height: 32px !important; |
| 743 |
object-fit: cover; |
| 744 |
} |
| 745 |
|
| 746 |
|
| 747 |
.wp-chatbot-avatar-inside ul.wp-chatbot-messages-container > li.wp-chat-user-msg { |
| 748 |
padding-right: 0; |
| 749 |
} |
| 750 |
|
| 751 |
|
| 752 |
.wp-chatbot-avatar-inside ul.wp-chatbot-messages-container > li.wp-chat-user-msg { |
| 753 |
padding-left: 0px; |
| 754 |
box-shadow: none; |
| 755 |
background: rgb(64 65 79); |
| 756 |
backdrop-filter: blur(0px); |
| 757 |
isolation: isolate; |
| 758 |
border-radius: 10px; |
| 759 |
padding: 8px 15px; |
| 760 |
min-height: auto; |
| 761 |
display: flex; |
| 762 |
flex-direction: column; |
| 763 |
align-content: flex-end; |
| 764 |
flex-wrap: wrap; |
| 765 |
} |
| 766 |
|
| 767 |
.wp-chatbot-avatar-inside ul.wp-chatbot-messages-container > li.wp-chat-user-msg .wp-chatbot-paragraph { |
| 768 |
box-shadow: none; |
| 769 |
background: rgba(255, 255, 255, 0); |
| 770 |
backdrop-filter: none; |
| 771 |
isolation: isolate; |
| 772 |
border-radius: 0px; |
| 773 |
padding: 0; |
| 774 |
} |
| 775 |
|
| 776 |
.wp-chatbot-avatar-inside ul.wp-chatbot-messages-container > li.wp-chat-user-msg .wp-chatbot-avatar { |
| 777 |
width: 32px; |
| 778 |
height: 32px; |
| 779 |
text-align: right; |
| 780 |
margin:0 0 6px auto !important; |
| 781 |
} |
| 782 |
.wp-chatbot-avatar-inside ul.wp-chatbot-messages-container > li .wp-chatbot-avatar { |
| 783 |
position: relative; |
| 784 |
border-radius: 0; |
| 785 |
} |
| 786 |
.wp-chatbot-avatar-inside ul.wp-chatbot-messages-container > li .wp-chatbot-avatar img{ |
| 787 |
border-radius: 50%; |
| 788 |
} |
| 789 |
.wp-chatbot-avatar-hidden ul.wp-chatbot-messages-container > li.wp-chat-user-msg { |
| 790 |
padding-right: 0; |
| 791 |
} |
| 792 |
.wp-chatbot-avatar-inside li.wp-chat-user-msg .wp-chatbot-textanimation { |
| 793 |
text-align: right; |
| 794 |
} |