| 1 |
/* |
| 2 |
|
| 3 |
01. Ball content |
| 4 |
|
| 5 |
02. wp Chat bot Message container |
| 6 |
|
| 7 |
-A Link Item |
| 8 |
|
| 9 |
-B Loading |
| 10 |
|
| 11 |
03. wp Chat bot Message Editor |
| 12 |
|
| 13 |
04. wp Chat bottom Tab Nav Editor |
| 14 |
|
| 15 |
05. Tab Feature Product |
| 16 |
|
| 17 |
06. Tab Cart |
| 18 |
|
| 19 |
07. Product Details |
| 20 |
|
| 21 |
*/ |
| 22 |
|
| 23 |
|
| 24 |
|
| 25 |
/********************* |
| 26 |
|
| 27 |
01. Ball content wrapper |
| 28 |
|
| 29 |
**********************/ |
| 30 |
|
| 31 |
.wp-chatbot-board-container { |
| 32 |
|
| 33 |
border-radius: 5px; |
| 34 |
|
| 35 |
box-shadow: 0 5px 40px rgba(0, 0, 0, .10); |
| 36 |
|
| 37 |
background: #deebe9 url("../../images/tpl-one-header.png") no-repeat top center; |
| 38 |
|
| 39 |
background-size: contain; |
| 40 |
box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px; |
| 41 |
border-radius: 8px; |
| 42 |
} |
| 43 |
|
| 44 |
|
| 45 |
|
| 46 |
/****************************** |
| 47 |
|
| 48 |
02. wp Chat bot Message container |
| 49 |
|
| 50 |
*********************************/ |
| 51 |
|
| 52 |
|
| 53 |
|
| 54 |
.wp-chatbot-header { |
| 55 |
|
| 56 |
background-color: #70aca9; |
| 57 |
|
| 58 |
} |
| 59 |
|
| 60 |
|
| 61 |
|
| 62 |
.wp-chatbot-header h3 { |
| 63 |
|
| 64 |
color: #ffffff; |
| 65 |
|
| 66 |
font-size: 18px !important; |
| 67 |
|
| 68 |
letter-spacing: 1px; |
| 69 |
|
| 70 |
} |
| 71 |
|
| 72 |
ul.wp-chatbot-messages-container > li { |
| 73 |
|
| 74 |
margin-bottom: 10px; |
| 75 |
|
| 76 |
padding-top: 0; |
| 77 |
|
| 78 |
font-size: 14px; |
| 79 |
|
| 80 |
} |
| 81 |
|
| 82 |
|
| 83 |
|
| 84 |
ul.wp-chatbot-messages-container > li.wp-chatbot-msg { |
| 85 |
|
| 86 |
padding-left: 50px; |
| 87 |
|
| 88 |
} |
| 89 |
|
| 90 |
|
| 91 |
|
| 92 |
ul.wp-chatbot-messages-container > li.wp-chat-user-msg { |
| 93 |
|
| 94 |
padding-right: 50px; |
| 95 |
|
| 96 |
} |
| 97 |
|
| 98 |
|
| 99 |
|
| 100 |
ul.wp-chatbot-messages-container > li:first-child { |
| 101 |
|
| 102 |
padding: 0; |
| 103 |
|
| 104 |
} |
| 105 |
|
| 106 |
|
| 107 |
|
| 108 |
ul.wp-chatbot-messages-container > li > .wp-chatbot-avatar, .wp-chatbot-agent-profile .wp-chatbot-widget-avatar { |
| 109 |
|
| 110 |
position: absolute; |
| 111 |
|
| 112 |
border-radius: 50%; |
| 113 |
|
| 114 |
overflow: hidden; |
| 115 |
|
| 116 |
width: 40px; |
| 117 |
|
| 118 |
height: 40px; |
| 119 |
|
| 120 |
top: 0; |
| 121 |
|
| 122 |
} |
| 123 |
|
| 124 |
|
| 125 |
|
| 126 |
ul.wp-chatbot-messages-container > li.wp-chatbot-msg .wp-chatbot-avatar, .wp-chatbot-agent-profile .wp-chatbot-widget-avatar { |
| 127 |
|
| 128 |
left: 0; |
| 129 |
|
| 130 |
} |
| 131 |
|
| 132 |
|
| 133 |
|
| 134 |
ul.wp-chatbot-messages-container > li.wp-chat-user-msg .wp-chatbot-avatar { |
| 135 |
|
| 136 |
right: 0; |
| 137 |
|
| 138 |
} |
| 139 |
|
| 140 |
|
| 141 |
|
| 142 |
ul.wp-chatbot-messages-container > li > .wp-chatbot-paragraph, .wp-chatbot-bubble { |
| 143 |
|
| 144 |
display: table; |
| 145 |
|
| 146 |
padding: 8px 15px; |
| 147 |
|
| 148 |
max-width: 90%; |
| 149 |
|
| 150 |
background-color: #fff; |
| 151 |
|
| 152 |
border-radius: 10px; |
| 153 |
|
| 154 |
line-height: 150%; |
| 155 |
|
| 156 |
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color=#77bdb7)"; /*IE 8*/ |
| 157 |
|
| 158 |
-moz-box-shadow: 1px 1px 1px #77bdb7; /*FF 3.5+*/ |
| 159 |
|
| 160 |
-webkit-box-shadow: 1px 1px 1px #77bdb7; /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/ |
| 161 |
|
| 162 |
box-shadow: 1px 1px 1px #77bdb7; /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */ |
| 163 |
|
| 164 |
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color=#77bdb7); /*IE 5.5-7*/ |
| 165 |
|
| 166 |
|
| 167 |
|
| 168 |
} |
| 169 |
|
| 170 |
|
| 171 |
|
| 172 |
ul.wp-chatbot-messages-container li:first-child.wp-chatbot-msg .wp-chatbot-paragraph { |
| 173 |
|
| 174 |
|
| 175 |
box-shadow: none; |
| 176 |
|
| 177 |
} |
| 178 |
|
| 179 |
|
| 180 |
|
| 181 |
ul.wp-chatbot-messages-container > li.wp-chat-user-msg .wp-chatbot-paragraph { |
| 182 |
|
| 183 |
text-align: right; |
| 184 |
|
| 185 |
float: right; |
| 186 |
|
| 187 |
border-radius: 10px 10px 10px 10px; |
| 188 |
|
| 189 |
color: #334155; |
| 190 |
|
| 191 |
} |
| 192 |
|
| 193 |
|
| 194 |
|
| 195 |
/************ 02.A Link Item*************/ |
| 196 |
|
| 197 |
span.qcld-chatbot-product-category, |
| 198 |
|
| 199 |
span.qcld-chatbot-support-items, |
| 200 |
|
| 201 |
span.qcld-chatbot-wildcard, |
| 202 |
|
| 203 |
span.qcld-chatbot-suggest-email, |
| 204 |
|
| 205 |
span.qcld-chatbot-reset-btn, |
| 206 |
|
| 207 |
#wp-chatbot-loadmore { |
| 208 |
|
| 209 |
color: #000000; |
| 210 |
background-size: 200% auto; |
| 211 |
border: 1px solid #ffffff; |
| 212 |
background-color: #ffffff7d; |
| 213 |
display: inline-block; |
| 214 |
margin: 3px auto; |
| 215 |
padding: 6px 11px; |
| 216 |
margin-right: 4px; |
| 217 |
|
| 218 |
} |
| 219 |
|
| 220 |
|
| 221 |
|
| 222 |
span.qcld-chatbot-product-category:hover, |
| 223 |
|
| 224 |
span.qcld-chatbot-support-items:hover, |
| 225 |
|
| 226 |
span.qcld-chatbot-wildcard:hover, |
| 227 |
|
| 228 |
span.qcld-chatbot-suggest-email:hover, |
| 229 |
|
| 230 |
span.qcld-chatbot-reset-btn:hover, |
| 231 |
|
| 232 |
#wp-chatbot-loadmore:hover { |
| 233 |
|
| 234 |
background-position: right center; |
| 235 |
|
| 236 |
box-shadow: none; |
| 237 |
background-color: #a1c4fd; |
| 238 |
} |
| 239 |
|
| 240 |
|
| 241 |
|
| 242 |
/************* 02.B Loading **************/ |
| 243 |
|
| 244 |
ul.wp-chatbot-messages-container > li .wp-chatbot-paragraph img.wp-chatbot-comment-loader { |
| 245 |
|
| 246 |
background-color: #fff; |
| 247 |
|
| 248 |
padding: 1px; |
| 249 |
|
| 250 |
border-radius: 5px; |
| 251 |
|
| 252 |
margin: 0 auto; |
| 253 |
|
| 254 |
display: block; |
| 255 |
|
| 256 |
} |
| 257 |
|
| 258 |
|
| 259 |
|
| 260 |
/******************************* |
| 261 |
|
| 262 |
03. wp Chat bot Message Editor |
| 263 |
|
| 264 |
**********************************/ |
| 265 |
|
| 266 |
.wp-chatbot-editor-container { |
| 267 |
|
| 268 |
border-top: 1px solid #fff; |
| 269 |
|
| 270 |
|
| 271 |
|
| 272 |
} |
| 273 |
|
| 274 |
|
| 275 |
|
| 276 |
.wp-chatbot-editor-container input { |
| 277 |
|
| 278 |
color: #0a2d2b; |
| 279 |
|
| 280 |
} |
| 281 |
|
| 282 |
|
| 283 |
|
| 284 |
.wp-chatbot-editor-container input::placeholder { |
| 285 |
|
| 286 |
color: #0a2d2b; |
| 287 |
|
| 288 |
} |
| 289 |
|
| 290 |
|
| 291 |
|
| 292 |
.wp-chatbot-editor-container input::-webkit-input-placeholder { |
| 293 |
|
| 294 |
color: #0a2d2b; |
| 295 |
|
| 296 |
} |
| 297 |
|
| 298 |
|
| 299 |
|
| 300 |
.wp-chatbot-editor-container input::-moz-placeholder { |
| 301 |
|
| 302 |
color: #0a2d2b; |
| 303 |
|
| 304 |
} |
| 305 |
|
| 306 |
|
| 307 |
|
| 308 |
.wp-chatbot-editor-container input:-ms-input-placeholder { |
| 309 |
|
| 310 |
color: #0a2d2b; |
| 311 |
|
| 312 |
} |
| 313 |
|
| 314 |
|
| 315 |
|
| 316 |
.wp-chatbot-editor-container input:-moz-placeholder { |
| 317 |
|
| 318 |
color: #0a2d2b; |
| 319 |
|
| 320 |
} |
| 321 |
|
| 322 |
|
| 323 |
|
| 324 |
/******************************* |
| 325 |
|
| 326 |
04. wp Chat bottom Tab Nav Editor |
| 327 |
|
| 328 |
**********************************/ |
| 329 |
|
| 330 |
.wp-chatbot-footer { |
| 331 |
|
| 332 |
background: url("../../images/tpl-one-footer.png") repeat-x left top; |
| 333 |
|
| 334 |
background-color: #9ec3c0; |
| 335 |
|
| 336 |
border-radius: 0 0 5px 5px; |
| 337 |
|
| 338 |
} |
| 339 |
|
| 340 |
|
| 341 |
|
| 342 |
.wp-chatbot-tab-nav { |
| 343 |
|
| 344 |
background-color: #9ec3c0; |
| 345 |
|
| 346 |
} |
| 347 |
|
| 348 |
|
| 349 |
|
| 350 |
.wp-chatbot-tab-nav ul li:before { |
| 351 |
|
| 352 |
background: linear-gradient(transparent 50%, #9ec3c0 50%); |
| 353 |
|
| 354 |
background-size: 200%, 100%; |
| 355 |
|
| 356 |
} |
| 357 |
|
| 358 |
|
| 359 |
|
| 360 |
/****************************************** |
| 361 |
|
| 362 |
05. Tab Feature Product |
| 363 |
|
| 364 |
*********************************************/ |
| 365 |
|
| 366 |
.wp-chatbot-agent-profile { |
| 367 |
|
| 368 |
position: relative; |
| 369 |
|
| 370 |
padding-left: 35px; |
| 371 |
|
| 372 |
padding-top: 30px; |
| 373 |
|
| 374 |
box-sizing: border-box; |
| 375 |
|
| 376 |
word-wrap: break-word; |
| 377 |
|
| 378 |
list-style: none; |
| 379 |
|
| 380 |
display: block; |
| 381 |
|
| 382 |
clear: both; |
| 383 |
|
| 384 |
line-height: 150%; |
| 385 |
|
| 386 |
min-height: 50px; |
| 387 |
|
| 388 |
margin: 0 0 10px 0; |
| 389 |
|
| 390 |
} |
| 391 |
|
| 392 |
|
| 393 |
|
| 394 |
.wp-chatbot-widget-title { |
| 395 |
|
| 396 |
color: #353535; |
| 397 |
|
| 398 |
text-align: center; |
| 399 |
|
| 400 |
padding-bottom: 10px; |
| 401 |
|
| 402 |
} |
| 403 |
|
| 404 |
|
| 405 |
|
| 406 |
/************************************* |
| 407 |
|
| 408 |
06. Tab Cart |
| 409 |
|
| 410 |
**************************************/ |
| 411 |
|
| 412 |
.wp-chatbot-cart-header { |
| 413 |
|
| 414 |
background-color: #F5F5F5; |
| 415 |
|
| 416 |
} |
| 417 |
|
| 418 |
|
| 419 |
|
| 420 |
.wp-chatbot-cart-single { |
| 421 |
|
| 422 |
background-color: rgba(245, 245, 245, 0.1); |
| 423 |
|
| 424 |
border-bottom: 1px solid #dddddd; |
| 425 |
|
| 426 |
} |
| 427 |
|
| 428 |
|
| 429 |
|
| 430 |
.wp-chatbot-cart-single:nth-child(2n+1) { |
| 431 |
|
| 432 |
background-color: rgba(245, 245, 245, 0.5); |
| 433 |
|
| 434 |
} |
| 435 |
|
| 436 |
|
| 437 |
|
| 438 |
.wp-chatbot-cart-footer div a { |
| 439 |
|
| 440 |
text-decoration: none; |
| 441 |
|
| 442 |
background: #70aca9; |
| 443 |
|
| 444 |
color: #ffffff; |
| 445 |
|
| 446 |
} |
| 447 |
|
| 448 |
|
| 449 |
|
| 450 |
.wp-chatbot-cart-footer div a:hover, .wp-chatbot-cart-footer div:last-child a { |
| 451 |
|
| 452 |
background: #5a8c89; |
| 453 |
|
| 454 |
} |
| 455 |
|
| 456 |
|
| 457 |
|
| 458 |
/*********************************** |
| 459 |
|
| 460 |
07. Product Details |
| 461 |
|
| 462 |
************************************/ |
| 463 |
|
| 464 |
.wp-chatbot-product-details { |
| 465 |
|
| 466 |
box-shadow: 0 0 10px #ccc; |
| 467 |
|
| 468 |
background-color: #deebe9; |
| 469 |
|
| 470 |
} |
| 471 |
|
| 472 |
|
| 473 |
|
| 474 |
.wp-chatbot-product-cart-button input[type="button"], #wp-chatbot-loadmore { |
| 475 |
|
| 476 |
border: 1px solid #70aca9; |
| 477 |
|
| 478 |
background: #70aca9; |
| 479 |
|
| 480 |
color: #ffffff; |
| 481 |
|
| 482 |
box-shadow: 0 0 2px #999; |
| 483 |
|
| 484 |
} |
| 485 |
|
| 486 |
|
| 487 |
|
| 488 |
.wp-chatbot-product-cart-button input[type="button"]:hover, #wp-chatbot-loadmore:hover { |
| 489 |
|
| 490 |
background: #5a8c89; |
| 491 |
|
| 492 |
color: #ffffff; |
| 493 |
|
| 494 |
} |
| 495 |
|
| 496 |
|
| 497 |
|
| 498 |
/************************* |
| 499 |
|
| 500 |
Right-to-left text direction |
| 501 |
|
| 502 |
**************************/ |
| 503 |
|
| 504 |
.wp-chatbot-rtl { |
| 505 |
|
| 506 |
text-align: right; |
| 507 |
|
| 508 |
direction: RTL; |
| 509 |
|
| 510 |
} |
| 511 |
|
| 512 |
|
| 513 |
|
| 514 |
.wp-chatbot-rtl ul.wp-chatbot-messages-container > li.wp-chatbot-msg, .wp-chatbot-rtl .wp-chatbot-agent-profile { |
| 515 |
|
| 516 |
padding: 0 50px 0 0; |
| 517 |
|
| 518 |
} |
| 519 |
|
| 520 |
|
| 521 |
|
| 522 |
.wp-chatbot-rtl ul.wp-chatbot-messages-container > li.wp-chatbot-msg.wp-chatbot-msg-flat { |
| 523 |
|
| 524 |
padding: 0; |
| 525 |
|
| 526 |
} |
| 527 |
|
| 528 |
|
| 529 |
|
| 530 |
.wp-chatbot-rtl ul.wp-chatbot-messages-container > li.wp-chatbot-msg > .wp-chatbot-paragraph { |
| 531 |
|
| 532 |
display: table; |
| 533 |
|
| 534 |
max-width: 90%; |
| 535 |
|
| 536 |
float: right; |
| 537 |
|
| 538 |
text-align: right; |
| 539 |
|
| 540 |
} |
| 541 |
|
| 542 |
|
| 543 |
|
| 544 |
.wp-chatbot-rtl ul.wp-chatbot-messages-container > li.wp-chatbot-msg .wp-chatbot-avatar, |
| 545 |
|
| 546 |
.wp-chatbot-rtl .wp-chatbot-agent-profile .wp-chatbot-widget-avatar { |
| 547 |
|
| 548 |
right: 0; |
| 549 |
|
| 550 |
left: auto; |
| 551 |
|
| 552 |
} |
| 553 |
|
| 554 |
|
| 555 |
|
| 556 |
.wp-chatbot-rtl ul.wp-chatbot-messages-container > li.wp-chat-user-msg { |
| 557 |
|
| 558 |
padding: 0 0 0 50px; |
| 559 |
|
| 560 |
} |
| 561 |
|
| 562 |
|
| 563 |
|
| 564 |
.wp-chatbot-rtl ul.wp-chatbot-messages-container > li.wp-chat-user-msg .wp-chatbot-avatar { |
| 565 |
|
| 566 |
left: 0; |
| 567 |
|
| 568 |
right: auto; |
| 569 |
|
| 570 |
} |
| 571 |
|
| 572 |
|
| 573 |
|
| 574 |
.wp-chatbot-rtl ul.wp-chatbot-messages-container > li.wp-chat-user-msg > .wp-chatbot-paragraph { |
| 575 |
|
| 576 |
display: table; |
| 577 |
|
| 578 |
max-width: 90%; |
| 579 |
|
| 580 |
float: left; |
| 581 |
|
| 582 |
text-align: left; |
| 583 |
|
| 584 |
} |
| 585 |
|
| 586 |
|
| 587 |
|
| 588 |
.wp-chatbot-rtl ul.wp-chatbot-messages-container > li.wp-chat-user-msg .wp-chatbot-paragraph { |
| 589 |
|
| 590 |
margin-left: 0; |
| 591 |
|
| 592 |
} |
| 593 |
|
| 594 |
|
| 595 |
|
| 596 |
.wp-chatbot-rtl .wp-chatbot-editor-container input { |
| 597 |
|
| 598 |
text-align: right; |
| 599 |
|
| 600 |
direction: RTL; |
| 601 |
|
| 602 |
} |
| 603 |
|
| 604 |
|
| 605 |
|
| 606 |
.wp-chatbot-rtl .wp-chatbot-products-area ul li:nth-child(2n+2) { |
| 607 |
|
| 608 |
margin: auto; |
| 609 |
|
| 610 |
} |
| 611 |
|
| 612 |
|
| 613 |
.wp-chatbot-rtl .wp-chatbot-products-area ul li { |
| 614 |
|
| 615 |
margin: 1%; |
| 616 |
|
| 617 |
vertical-align: middle; |
| 618 |
|
| 619 |
} |
| 620 |
|
| 621 |
.wp-chatbot-tab-nav ul li a[data-option="support"] { |
| 622 |
background-position: -169px -9px !important; |
| 623 |
} |
| 624 |
|
| 625 |
.wp-chatbot-template-01 .wpbot_card_caption span{ |
| 626 |
color: #0c0c0c !important; |
| 627 |
} |
| 628 |
|
| 629 |
|
| 630 |
|
| 631 |
|
| 632 |
|
| 633 |
|
| 634 |
|
| 635 |
.wp-chatbot-template-001 .wpbot_card_image span { |
| 636 |
display: none !important; |
| 637 |
} |
| 638 |
.wp-chatbot-template-001 .wpbot_card_image a { |
| 639 |
display: flex !important; |
| 640 |
gap: 6px !important; |
| 641 |
} |
| 642 |
.wp-chatbot-template-001 .wpbot_card_image.wpbot_card_image_saas a{ |
| 643 |
display: flex !important; |
| 644 |
gap: 6px !important; |
| 645 |
} |
| 646 |
.wp-chatbot-template-001 .wpbot_card_image img{ |
| 647 |
max-width: 25px !important; |
| 648 |
height: 25px !important; |
| 649 |
border-radius: 50%; |
| 650 |
} |
| 651 |
.wp-chatbot-template-001 .wpbot_card_caption.wpbot_card_caption_saas span { |
| 652 |
display: flex !important; |
| 653 |
gap: 10px !important; |
| 654 |
margin: 0 10px 0 0 !important; |
| 655 |
} |
| 656 |
.wp-chatbot-template-001 .wpbot_card_image.wpbot_card_image_saas .wpbot_card_caption.wpbot_card_caption_saas p { |
| 657 |
display: flex; |
| 658 |
} |
| 659 |
.wp-chatbot-template-001 .wpb-search-result .wpbot_card_wraper { |
| 660 |
box-shadow: inset 1px 1px 0 rgb(255 255 255 / 75%), inset 0 0 5px rgb(255 255 255 / 76%); |
| 661 |
background: rgb(255 255 255 / 30%); |
| 662 |
backdrop-filter: blur(0px); |
| 663 |
isolation: isolate; |
| 664 |
margin: 5px 0; |
| 665 |
padding: 5px; |
| 666 |
} |
| 667 |
.wp-chatbot-template-001 .wpb-search-result .wpbot_card_wraper p.wpbot_card_caption_title{ |
| 668 |
margin: 0; |
| 669 |
padding: 0; |
| 670 |
color: rgb(29 115 180) !important; |
| 671 |
font-weight: 600; |
| 672 |
} |
| 673 |
.wp-chatbot-template-001 .wpbot_card_caption.wpbot_card_caption_saas p.wpbot_card_description { |
| 674 |
padding: 0 0 0 28px; |
| 675 |
} |
| 676 |
.wp-chatbot-template-001 .wpbot_card_caption p.wpbot_card_description { |
| 677 |
margin: 0; |
| 678 |
padding: 0; |
| 679 |
} |
| 680 |
.wp-chatbot-template-001 .wp-chatbot-template-001 .wpbot_card_caption h2 { |
| 681 |
margin: 0; |
| 682 |
padding: 0; |
| 683 |
color: rgb(29 115 180) !important; |
| 684 |
font-weight: 600; |
| 685 |
font-size: 14px; |
| 686 |
} |
| 687 |
|
| 688 |
.wp-chatbot-template-001 .wpb-search-result .wpbot_card_wraper a{ |
| 689 |
text-decoration: none !important; |
| 690 |
} |
| 691 |
|
| 692 |
.wp-chatbot-template-001 .wpb-search-result .wpbot_card_wraper a p:first-child { |
| 693 |
margin: 0; |
| 694 |
padding: 0; |
| 695 |
color: rgb(29 115 180) !important; |
| 696 |
font-weight: 600; |
| 697 |
} |
| 698 |
|
| 699 |
.wp-chatbot-template-001 .wpb-search-result a p { |
| 700 |
margin: 0; |
| 701 |
} |
| 702 |
|
| 703 |
.wp-chatbot-template-001 button.wp-chatbot-loadmore { |
| 704 |
color: #000000; |
| 705 |
background-size: 200% auto; |
| 706 |
border: 1px solid #ffffff; |
| 707 |
background-color: #9ec3c0; |
| 708 |
display: inline-block; |
| 709 |
margin: 3px auto; |
| 710 |
padding: 6px 11px; |
| 711 |
margin-right: 4px; |
| 712 |
border: 1px solid #eee; |
| 713 |
border-radius: 6px; |
| 714 |
} |
| 715 |
|
| 716 |
.wp-chatbot-avatar { |
| 717 |
margin: 0 !important; |
| 718 |
} |
| 719 |
|
| 720 |
|
| 721 |
.wp-chatbot-editor-container input { |
| 722 |
width: 100%; |
| 723 |
} |
| 724 |
.wp-chatbot-editor-container { |
| 725 |
border-top: 2px solid #9ec3c0; |
| 726 |
background: #eeeeee47; |
| 727 |
border-radius: 0; |
| 728 |
} |
| 729 |
|
| 730 |
.wp-chatbot-template-01 .wp-chatbot-board-container { |
| 731 |
width: 420px; |
| 732 |
} |
| 733 |
@media screen and (max-width: 480px) { |
| 734 |
.wp-chatbot-template-01 .wp-chatbot-board-container { |
| 735 |
width: 100%; |
| 736 |
} |
| 737 |
.wp-chatbot-template-01 #wp-chatbot-desktop-expand { |
| 738 |
display: none !important; |
| 739 |
} |
| 740 |
} |
| 741 |
|
| 742 |
/* Template-01 modern panel refresh */ |
| 743 |
.wp-chatbot-template-01 .wp-chatbot-board-container { |
| 744 |
background: #eceef3; |
| 745 |
border-radius: 28px; |
| 746 |
overflow: hidden; |
| 747 |
box-shadow: 0 14px 35px rgba(16, 24, 40, 0.18); |
| 748 |
transform-origin: 100% 100%; |
| 749 |
will-change: transform, opacity; |
| 750 |
transition: width 0.75s cubic-bezier(0.22, 0.78, 0.22, 1), max-width 0.75s cubic-bezier(0.22, 0.78, 0.22, 1); |
| 751 |
transform-origin: right bottom; |
| 752 |
transition: width 0.35s cubic-bezier(0.22, 0.61, 0.36, 1), height 0.35s cubic-bezier(0.22, 0.61, 0.36, 1), border-radius 0.35s ease, box-shadow 0.35s ease; |
| 753 |
|
| 754 |
|
| 755 |
|
| 756 |
} |
| 757 |
|
| 758 |
.wp-chatbot-template-01 .wp-chatbot-header { |
| 759 |
display: flex; |
| 760 |
align-items: center; |
| 761 |
justify-content: space-between; |
| 762 |
gap: 12px; |
| 763 |
background: transparent; |
| 764 |
padding: 18px 18px 12px; |
| 765 |
} |
| 766 |
|
| 767 |
.wp-chatbot-template-01 .wp-chatbot-header-left { |
| 768 |
display: flex; |
| 769 |
align-items: center; |
| 770 |
gap: 5px; |
| 771 |
min-width: 0; |
| 772 |
} |
| 773 |
|
| 774 |
.wp-chatbot-template-01 .wp-chatbot-header-left #wp-chatbot-desktop-expand { |
| 775 |
order: 0; |
| 776 |
margin-right: 2px; |
| 777 |
} |
| 778 |
|
| 779 |
.wp-chatbot-template-01 .wp-chatbot-header-avatar { |
| 780 |
width: 34px; |
| 781 |
height: 34px; |
| 782 |
border-radius: 50%; |
| 783 |
display: flex; |
| 784 |
align-items: center; |
| 785 |
justify-content: center; |
| 786 |
} |
| 787 |
|
| 788 |
.wp-chatbot-template-01 .wp-chatbot-header-avatar img { |
| 789 |
width: 34px; |
| 790 |
height: 34px; |
| 791 |
object-fit: contain; |
| 792 |
} |
| 793 |
|
| 794 |
.wp-chatbot-template-01 .wp-chatbot-header h3 { |
| 795 |
margin: 0; |
| 796 |
font-size: 14px !important; |
| 797 |
line-height: 1.2; |
| 798 |
font-weight: 400; |
| 799 |
color: #6b7280; |
| 800 |
letter-spacing: 0; |
| 801 |
} |
| 802 |
|
| 803 |
.wp-chatbot-template-01 .wp-chatbot-header h3 span { |
| 804 |
color: #111827; |
| 805 |
font-weight: 600; |
| 806 |
} |
| 807 |
|
| 808 |
.wp-chatbot-template-01 .wp-chatbot-header-actions { |
| 809 |
display: flex; |
| 810 |
align-items: center; |
| 811 |
gap: 8px; |
| 812 |
margin-left: auto; |
| 813 |
} |
| 814 |
|
| 815 |
.wp-chatbot-template-01 #wp-chatbot-desktop-reload, |
| 816 |
.wp-chatbot-template-01 #wp-chatbot-desktop-expand, |
| 817 |
.wp-chatbot-template-01 #wp-chatbot-desktop-close { |
| 818 |
position: static; |
| 819 |
transform: none; |
| 820 |
width: 34px; |
| 821 |
height: 34px; |
| 822 |
border-radius: 50%; |
| 823 |
background: #f3f4f6; |
| 824 |
color: #4b5563; |
| 825 |
display: inline-flex; |
| 826 |
align-items: center; |
| 827 |
justify-content: center; |
| 828 |
cursor: pointer; |
| 829 |
transition: background-color 0.2s ease, color 0.2s ease; |
| 830 |
padding: 0; |
| 831 |
} |
| 832 |
|
| 833 |
.wp-chatbot-template-01 #wp-chatbot-desktop-reload span, |
| 834 |
.wp-chatbot-template-01 #wp-chatbot-desktop-expand span, |
| 835 |
.wp-chatbot-template-01 #wp-chatbot-desktop-close span { |
| 836 |
position: static; |
| 837 |
top: auto; |
| 838 |
font-size: 18px; |
| 839 |
width: 18px; |
| 840 |
height: 18px; |
| 841 |
} |
| 842 |
|
| 843 |
.wp-chatbot-template-01 #wp-chatbot-desktop-reload:hover, |
| 844 |
.wp-chatbot-template-01 #wp-chatbot-desktop-expand:hover, |
| 845 |
.wp-chatbot-template-01 #wp-chatbot-desktop-close:hover { |
| 846 |
background: #e5e7eb; |
| 847 |
color: #111827; |
| 848 |
} |
| 849 |
|
| 850 |
.wp-chatbot-template-01 .wp-chatbot-content { |
| 851 |
background: transparent; |
| 852 |
padding: 6px 18px 0; |
| 853 |
} |
| 854 |
|
| 855 |
.wp-chatbot-template-01 ul.wp-chatbot-messages-container > li > .wp-chatbot-paragraph, |
| 856 |
.wp-chatbot-template-01 .wp-chatbot-bubble { |
| 857 |
border-radius: 14px; |
| 858 |
box-shadow: 0 1px 2px rgba(16, 24, 40, 0.08); |
| 859 |
} |
| 860 |
|
| 861 |
.wp-chatbot-template-01 .wp-chatbot-footer, |
| 862 |
.wp-chatbot-template-01 .wp-chatbot-tab-nav { |
| 863 |
background: transparent; |
| 864 |
} |
| 865 |
|
| 866 |
.wp-chatbot-template-01 .wp-chatbot-editor-container { |
| 867 |
margin: 14px 16px 16px; |
| 868 |
border: 0; |
| 869 |
border-radius: 999px; |
| 870 |
background: #ffffff; |
| 871 |
box-shadow: 0 1px 2px rgba(16, 24, 40, 0.1); |
| 872 |
padding-right: 6px; |
| 873 |
} |
| 874 |
|
| 875 |
.wp-chatbot-template-01 .wp-chatbot-editor-container input { |
| 876 |
width: calc(100% - 42px); |
| 877 |
color: #6b7280; |
| 878 |
padding-left: 0; |
| 879 |
} |
| 880 |
|
| 881 |
.wp-chatbot-template-01 .wp-chatbot-editor-container input::placeholder { |
| 882 |
color: #9ca3af; |
| 883 |
} |
| 884 |
|
| 885 |
.wp-chatbot-template-01 button#wp-chatbot-send-message { |
| 886 |
border: none; |
| 887 |
} |
| 888 |
|
| 889 |
.wp-chatbot-template-01 .wp-chatbot-tab-nav { |
| 890 |
display: none; |
| 891 |
} |
| 892 |
|
| 893 |
.wp-chatbot-template-01 .wp-chatbot-board-container.wp-chatbot-expanded { |
| 894 |
max-width: calc(100vw - 40px); |
| 895 |
width: min(92vw, 620px) !important; |
| 896 |
|
| 897 |
} |
| 898 |
|
| 899 |
@keyframes wpbotOpenRightToTopLeft { |
| 900 |
0% { |
| 901 |
opacity: 0.8; |
| 902 |
transform: translate3d(26px, 22px, 0) scale(0.9); |
| 903 |
} |
| 904 |
100% { |
| 905 |
opacity: 1; |
| 906 |
transform: translate3d(0, 0, 0) scale(1); |
| 907 |
} |
| 908 |
} |
| 909 |
|
| 910 |
@keyframes wpbotExpandMotion { |
| 911 |
0% { |
| 912 |
opacity: 0; |
| 913 |
transform: translate3d(0, 20px, 0) scale(0.96); |
| 914 |
} |
| 915 |
70% { |
| 916 |
opacity: 1; |
| 917 |
transform: translate3d(0, -2px, 0) scale(1.002); |
| 918 |
} |
| 919 |
100% { |
| 920 |
opacity: 1; |
| 921 |
transform: translate3d(0, 0, 0) scale(1); |
| 922 |
} |
| 923 |
} |
| 924 |
|
| 925 |
@keyframes wpbotCollapseMotion { |
| 926 |
0% { |
| 927 |
opacity: 1; |
| 928 |
transform: translate3d(0, 0, 0) scale(1); |
| 929 |
} |
| 930 |
100% { |
| 931 |
opacity: 0; |
| 932 |
transform: translate3d(0, 16px, 0) scale(0.97); |
| 933 |
} |
| 934 |
} |
| 935 |
|
| 936 |
@keyframes wpbotCloseMotion { |
| 937 |
0% { |
| 938 |
opacity: 1; |
| 939 |
transform: translate3d(0, 0, 0) scale(1); |
| 940 |
} |
| 941 |
100% { |
| 942 |
opacity: 0; |
| 943 |
transform: translate3d(0, 22px, 0) scale(0.95); |
| 944 |
} |
| 945 |
} |
| 946 |
|
| 947 |
@keyframes wpbotTapMotion { |
| 948 |
0% { |
| 949 |
transform: translate3d(28px, 30px, 0) scale(0.97); |
| 950 |
} |
| 951 |
70% { |
| 952 |
transform: translate3d(-3px, -4px, 0) scale(1.003); |
| 953 |
} |
| 954 |
100% { |
| 955 |
transform: translate3d(0, 0, 0) scale(1); |
| 956 |
} |
| 957 |
} |
| 958 |
|
| 959 |
.wp-chatbot-template-01 .wp-chatbot-board-container.active-chat-board.wp-chatbot-open-anim { |
| 960 |
animation: wpbotExpandMotion 0.34s cubic-bezier(0.16, 1, 0.3, 1) both; |
| 961 |
} |
| 962 |
|
| 963 |
.wp-chatbot-template-01 .wp-chatbot-board-container.wp-chatbot-expand-anim { |
| 964 |
animation: wpbotExpandMotion 0.34s cubic-bezier(0.16, 1, 0.3, 1) both; |
| 965 |
} |
| 966 |
|
| 967 |
.wp-chatbot-template-01 .wp-chatbot-board-container.wp-chatbot-collapse-anim { |
| 968 |
animation: wpbotCollapseMotion 0.28s cubic-bezier(0.4, 0, 1, 1) both; |
| 969 |
} |
| 970 |
|
| 971 |
.wp-chatbot-template-01 .wp-chatbot-board-container.active-chat-board.wp-chatbot-close-anim { |
| 972 |
animation: wpbotCloseMotion 0.28s cubic-bezier(0.4, 0, 1, 1) both; |
| 973 |
} |
| 974 |
|
| 975 |
.wp-chatbot-template-01 .wp-chatbot-board-container.active-chat-board.wp-chatbot-tap-anim { |
| 976 |
animation: wpbotTapMotion 0.24s cubic-bezier(0.16, 1, 0.3, 1) both; |
| 977 |
} |
| 978 |
.wp-chatbot-template-01 button#wp-chatbot-send-message span.dashicons.dashicons-arrow-up-alt::before { |
| 979 |
color: #000; |
| 980 |
} |
| 981 |
.wp-chatbot-template-01 button#wp-chatbot-send-message { |
| 982 |
background: transparent; |
| 983 |
margin: 0; |
| 984 |
padding: 0; |
| 985 |
} |
| 986 |
|
| 987 |
.wp-chatbot-template-01 button#wp-chatbot-send-message span { |
| 988 |
background: #eee; |
| 989 |
width: 38px; |
| 990 |
height: 38px; |
| 991 |
line-height: 36px; |
| 992 |
border-radius: 50%; |
| 993 |
} |
| 994 |
|
| 995 |
|
| 996 |
.wp-chatbot-template-01 .wp-chatbot-editor-container input:-webkit-autofill, .wp-chatbot-template-01 .wp-chatbot-editor-container input:-webkit-autofill:hover, .wp-chatbot-template-01 .wp-chatbot-editor-container input:-webkit-autofill:focus, .wp-chatbot-template-01 .wp-chatbot-editor-container input:-webkit-autofill:active { |
| 997 |
-webkit-box-shadow: 0 0 0 1000px #ffffff inset !important; |
| 998 |
-webkit-text-fill-color: #242a34 !important; |
| 999 |
box-shadow: 0 0 0 1000px #ffffff inset !important; |
| 1000 |
transition: background-color 9999s ease-out 0s; |
| 1001 |
} |
| 1002 |
|
| 1003 |
.wp-chatbot-send-message-active span{ |
| 1004 |
background: #1e74b3 !important; |
| 1005 |
color: #fff !important; |
| 1006 |
} |
| 1007 |
|
| 1008 |
.wp-chatbot-send-message-active span.dashicons.dashicons-arrow-up-alt::before{ |
| 1009 |
color: #fff !important; |
| 1010 |
} |
| 1011 |
.wp-chatbot-board-container.active-chat-board.wp-chatbot-expanded .dashicons-fullscreen-alt:before { |
| 1012 |
content: "\f189"; |
| 1013 |
} |
| 1014 |
|
| 1015 |
|
| 1016 |
.wp-chatbot-rtl .wp-chatbot-template-01 .wp-chatbot-header-icon-right { |
| 1017 |
right: 95px; |
| 1018 |
} |
| 1019 |
|
| 1020 |
|
| 1021 |
|
| 1022 |
|
| 1023 |
|
| 1024 |
|
| 1025 |
|
| 1026 |
|
| 1027 |
|
| 1028 |
|
| 1029 |
|
| 1030 |
|
| 1031 |
.wp-chatbot-avatar-hidden .wp-chatbot-avatar { |
| 1032 |
display: none; |
| 1033 |
} |
| 1034 |
.wp-chatbot-avatar-hidden ul.wp-chatbot-messages-container > li.wp-chatbot-msg { |
| 1035 |
padding-left: 0; |
| 1036 |
} |
| 1037 |
|
| 1038 |
.wp-chatbot-avatar-inside ul.wp-chatbot-messages-container > li.wp-chatbot-msg { |
| 1039 |
padding-left: 0px; |
| 1040 |
box-shadow: inset 1px 1px 0 rgb(255 255 255 / 75%), inset 0 0 5px rgb(255 255 255 / 76%); |
| 1041 |
background: rgb(255 255 255 / 30%); |
| 1042 |
backdrop-filter: blur(0px); |
| 1043 |
isolation: isolate; |
| 1044 |
border-radius: 10px; |
| 1045 |
padding: 8px 15px; |
| 1046 |
min-height: auto; |
| 1047 |
} |
| 1048 |
|
| 1049 |
.wp-chatbot-avatar-inside ul.wp-chatbot-messages-container>li.wp-chatbot-msg .chat-container { |
| 1050 |
box-shadow: none; |
| 1051 |
background: rgba(255, 255, 255, 0); |
| 1052 |
backdrop-filter: none; |
| 1053 |
isolation: isolate; |
| 1054 |
border-radius: 0px; |
| 1055 |
padding: 0; |
| 1056 |
} |
| 1057 |
|
| 1058 |
.wp-chatbot-avatar-inside ul.wp-chatbot-messages-container > li .wp-chatbot-avatar{ |
| 1059 |
position: relative; |
| 1060 |
} |
| 1061 |
|
| 1062 |
.wp-chatbot-avatar-inside .wp-chatbot-avatar img, .wp-chatbot-avatar-inside .wp-chatbot-widget-avatar img { |
| 1063 |
width: 32px !important; |
| 1064 |
height: 32px !important; |
| 1065 |
object-fit: cover; |
| 1066 |
} |
| 1067 |
|
| 1068 |
|
| 1069 |
.wp-chatbot-avatar-inside ul.wp-chatbot-messages-container > li.wp-chat-user-msg { |
| 1070 |
padding-right: 0; |
| 1071 |
} |
| 1072 |
|
| 1073 |
|
| 1074 |
.wp-chatbot-avatar-inside ul.wp-chatbot-messages-container > li.wp-chat-user-msg { |
| 1075 |
padding-left: 0px; |
| 1076 |
box-shadow: inset 1px 1px 0 rgb(255 255 255 / 75%), inset 0 0 5px rgb(255 255 255 / 76%); |
| 1077 |
background: rgb(255 255 255 / 30%); |
| 1078 |
backdrop-filter: blur(0px); |
| 1079 |
isolation: isolate; |
| 1080 |
border-radius: 10px; |
| 1081 |
padding: 8px 15px; |
| 1082 |
min-height: auto; |
| 1083 |
display: flex; |
| 1084 |
flex-direction: column; |
| 1085 |
align-content: flex-end; |
| 1086 |
flex-wrap: wrap; |
| 1087 |
} |
| 1088 |
|
| 1089 |
.wp-chatbot-avatar-inside ul.wp-chatbot-messages-container > li.wp-chat-user-msg .wp-chatbot-paragraph { |
| 1090 |
box-shadow: none; |
| 1091 |
background: rgba(255, 255, 255, 0); |
| 1092 |
backdrop-filter: none; |
| 1093 |
isolation: isolate; |
| 1094 |
border-radius: 0px; |
| 1095 |
padding: 0; |
| 1096 |
} |
| 1097 |
|
| 1098 |
.wp-chatbot-avatar-inside ul.wp-chatbot-messages-container > li.wp-chat-user-msg .wp-chatbot-avatar { |
| 1099 |
width: 32px; |
| 1100 |
height: 32px; |
| 1101 |
text-align: right; |
| 1102 |
margin:0 0 6px auto !important; |
| 1103 |
} |
| 1104 |
.wp-chatbot-avatar-inside ul.wp-chatbot-messages-container > li .wp-chatbot-avatar { |
| 1105 |
position: relative; |
| 1106 |
border-radius: 0; |
| 1107 |
} |
| 1108 |
.wp-chatbot-avatar-inside ul.wp-chatbot-messages-container > li .wp-chatbot-avatar img{ |
| 1109 |
border-radius: 50%; |
| 1110 |
} |
| 1111 |
.wp-chatbot-avatar-hidden ul.wp-chatbot-messages-container > li.wp-chat-user-msg { |
| 1112 |
padding-right: 0; |
| 1113 |
} |