| @@ -1,485 +1,485 @@ | ||
| 1 | -/********************* | |
| 2 | - | |
| 3 | -ball content wrapper | |
| 4 | - | |
| 5 | -**********************/ | |
| 6 | - | |
| 7 | -.wp-chatbot-container { | |
| 8 | - | |
| 9 | - /*width: 370px;*/ | |
| 10 | - | |
| 11 | - display: table; | |
| 12 | - | |
| 13 | - border-radius: 5px; | |
| 14 | - | |
| 15 | - box-shadow: 0 5px 40px rgba(0, 0, 0, .10); | |
| 16 | - | |
| 17 | - background: url("../../images/defult-bg.jpg") no-repeat bottom center; | |
| 18 | - | |
| 19 | - background-size: cover; | |
| 20 | - | |
| 21 | -} | |
| 22 | - | |
| 23 | -/****************************** | |
| 24 | - | |
| 25 | -wp Chat bot Message container | |
| 26 | - | |
| 27 | -*********************************/ | |
| 28 | - | |
| 29 | -.wp-chatbot-header { | |
| 30 | - | |
| 31 | - background-color: rgba(0, 0, 0, 0.55); | |
| 32 | - | |
| 33 | -} | |
| 34 | - | |
| 35 | -.wp-chatbot-header h3 { | |
| 36 | - | |
| 37 | - color: #ffffff; | |
| 38 | - | |
| 39 | - font-size: 18px !important; | |
| 40 | - | |
| 41 | - letter-spacing: 1px; | |
| 42 | - | |
| 43 | -} | |
| 44 | - | |
| 45 | -.wp-chatbot-cart-container > div > p { | |
| 46 | - | |
| 47 | - color: #ffffff; | |
| 48 | - | |
| 49 | -} | |
| 50 | - | |
| 51 | -ul.wp-chatbot-messages-container { | |
| 52 | - | |
| 53 | - padding: 0; | |
| 54 | - | |
| 55 | - margin: 0; | |
| 56 | - | |
| 57 | -} | |
| 58 | - | |
| 59 | -ul.wp-chatbot-messages-container > li:first-child .wp-chatbot-agent { | |
| 60 | - | |
| 61 | - display: none !important; | |
| 62 | - | |
| 63 | -} | |
| 64 | - | |
| 65 | -ul.wp-chatbot-messages-container > li, .wp-chatbot-agent-profile { | |
| 66 | - | |
| 67 | - padding-left: 22px; | |
| 68 | - | |
| 69 | - font-size: 14px; | |
| 70 | - | |
| 71 | -} | |
| 72 | - | |
| 73 | -ul.wp-chatbot-messages-container > li .wp-chatbot-comment-loader { | |
| 74 | - | |
| 75 | - margin: 0 auto; | |
| 76 | - | |
| 77 | - display: block; | |
| 78 | - | |
| 79 | -} | |
| 80 | - | |
| 81 | -ul.wp-chatbot-messages-container > li > .wp-chatbot-avatar, .wp-chatbot-agent-profile .wp-chatbot-widget-avatar { | |
| 82 | - | |
| 83 | - position: absolute; | |
| 84 | - | |
| 85 | - top: 0; | |
| 86 | - | |
| 87 | - left: 0; | |
| 88 | - | |
| 89 | - z-index: 2; | |
| 90 | - | |
| 91 | - border-radius: 50%; | |
| 92 | - | |
| 93 | - overflow: hidden; | |
| 94 | - | |
| 95 | - border: 2px solid rgba(255, 255, 255, 0.62); | |
| 96 | - | |
| 97 | - background-color: #70aca9; | |
| 98 | - | |
| 99 | - width: 40px; | |
| 100 | - | |
| 101 | - height: 40px; | |
| 102 | - | |
| 103 | -} | |
| 104 | - | |
| 105 | -ul.wp-chatbot-messages-container > li > .wp-chatbot-agent, ul.wp-chatbot-messages-container > li > .wp-chatbot-paragraph, .wp-chatbot-agent-profile .wp-chatbot-bubble, .wp-chatbot-widget-agent { | |
| 106 | - | |
| 107 | - display: table; | |
| 108 | - | |
| 109 | - position: relative; | |
| 110 | - | |
| 111 | - padding-left: 30px; | |
| 112 | - | |
| 113 | - padding-right: 10px; | |
| 114 | - | |
| 115 | -} | |
| 116 | - | |
| 117 | -ul.wp-chatbot-messages-container > li > .wp-chatbot-agent, .wp-chatbot-widget-agent { | |
| 118 | - | |
| 119 | - display: table !important; | |
| 120 | - | |
| 121 | - padding-top: 2px; | |
| 122 | - | |
| 123 | - padding-bottom: 2px; | |
| 124 | - | |
| 125 | - background-color: #ffffff; | |
| 126 | - | |
| 127 | - font-size: 10px; | |
| 128 | - | |
| 129 | - line-height: 12px; | |
| 130 | - | |
| 131 | - border-radius: 10px 10px 0px 10px; | |
| 132 | - | |
| 133 | -} | |
| 134 | - | |
| 135 | -ul.wp-chatbot-messages-container > li > .wp-chatbot-paragraph, .wp-chatbot-agent-profile .wp-chatbot-bubble { | |
| 136 | - | |
| 137 | - padding-top: 8px; | |
| 138 | - | |
| 139 | - padding-bottom: 8px; | |
| 140 | - | |
| 141 | - background-color: #286188; | |
| 142 | - | |
| 143 | - color: #ffffff; | |
| 144 | - | |
| 145 | - font-size: 14px; | |
| 146 | - | |
| 147 | - line-height: 20px; | |
| 148 | - | |
| 149 | - border-radius: 10px; | |
| 150 | - | |
| 151 | -} | |
| 152 | - | |
| 153 | -ul.wp-chatbot-messages-container > li.wp-chat-user-msg > .wp-chatbot-paragraph { | |
| 154 | - | |
| 155 | - background-color: #3a98d8; | |
| 156 | - | |
| 157 | -} | |
| 158 | - | |
| 159 | -ul.wp-chatbot-messages-container > li.wp-chat-user-msg::before { | |
| 160 | - | |
| 161 | - left: 19px; | |
| 162 | - | |
| 163 | -} | |
| 164 | - | |
| 165 | -ul.wp-chatbot-messages-container > li.wp-chatbot-msg-flat { | |
| 166 | - | |
| 167 | - color: #ffffff; | |
| 168 | - | |
| 169 | -} | |
| 170 | - | |
| 171 | -/******************************* | |
| 172 | - | |
| 173 | -wp Chat bottom Tab Nav Editor | |
| 174 | - | |
| 175 | -**********************************/ | |
| 176 | - | |
| 177 | -.wp-chatbot-tab-nav { | |
| 178 | - | |
| 179 | - background-color: rgba(0, 0, 0, 0.55); | |
| 180 | - | |
| 181 | -} | |
| 182 | - | |
| 183 | -.wp-chatbot-tab-nav ul li a { | |
| 184 | - | |
| 185 | - background-color: #000000; | |
| 186 | - | |
| 187 | -} | |
| 188 | - | |
| 189 | -.wp-chatbot-tab-nav ul li:before { | |
| 190 | - | |
| 191 | - background: linear-gradient(transparent 50%, rgba(0, 0, 0, 0.55) 50%); | |
| 192 | - | |
| 193 | - background-size: 200%, 100%; | |
| 194 | - | |
| 195 | - border-radius: 30px 30px 0 0; | |
| 196 | - | |
| 197 | - height: 10px; | |
| 198 | - | |
| 199 | -} | |
| 200 | - | |
| 201 | -/******************************* | |
| 202 | - | |
| 203 | -wp Chat bot Message Editor | |
| 204 | - | |
| 205 | -**********************************/ | |
| 206 | - | |
| 207 | -.wp-chatbot-editor-container { | |
| 208 | - | |
| 209 | - border-top: 1px solid #ccc; | |
| 210 | - | |
| 211 | -} | |
| 212 | - | |
| 213 | -.wp-chatbot-editor-container input, .wp-chatbot-editor-container input:focus { | |
| 214 | - | |
| 215 | - color: #ffffff; | |
| 216 | - | |
| 217 | -} | |
| 218 | - | |
| 219 | -.wp-chatbot-editor-container input::placeholder { | |
| 220 | - | |
| 221 | - color: #ffffff; | |
| 222 | - | |
| 223 | -} | |
| 224 | - | |
| 225 | -.wp-chatbot-editor-container input::-webkit-input-placeholder { | |
| 226 | - | |
| 227 | - color: #ffffff; | |
| 228 | - | |
| 229 | -} | |
| 230 | - | |
| 231 | -.wp-chatbot-editor-container input::-moz-placeholder { | |
| 232 | - | |
| 233 | - color: #ffffff; | |
| 234 | - | |
| 235 | -} | |
| 236 | - | |
| 237 | -.wp-chatbot-editor-container input:-ms-input-placeholder { | |
| 238 | - | |
| 239 | - color: #ffffff; | |
| 240 | - | |
| 241 | -} | |
| 242 | - | |
| 243 | -.wp-chatbot-editor-container input:-moz-placeholder { | |
| 244 | - | |
| 245 | - color: #ffffff; | |
| 246 | - | |
| 247 | -} | |
| 248 | - | |
| 249 | -/**************Tab Feature Product***************/ | |
| 250 | - | |
| 251 | -.wp-chatbot-agent-profile { | |
| 252 | - | |
| 253 | - position: relative; | |
| 254 | - | |
| 255 | - box-sizing: border-box; | |
| 256 | - | |
| 257 | - word-wrap: break-word; | |
| 258 | - | |
| 259 | - list-style: none; | |
| 260 | - | |
| 261 | - display: block; | |
| 262 | - | |
| 263 | - clear: both; | |
| 264 | - | |
| 265 | - line-height: 150%; | |
| 266 | - | |
| 267 | - min-height: 50px; | |
| 268 | - | |
| 269 | - margin: 0 0 10px 0; | |
| 270 | - | |
| 271 | -} | |
| 272 | - | |
| 273 | -.wp-chatbot-widget-title { | |
| 274 | - | |
| 275 | - color: #ffffff; | |
| 276 | - | |
| 277 | - text-align: center; | |
| 278 | - | |
| 279 | - padding-bottom: 10px; | |
| 280 | - | |
| 281 | -} | |
| 282 | - | |
| 283 | -/**************************** | |
| 284 | - | |
| 285 | -Loading | |
| 286 | - | |
| 287 | -*******************************/ | |
| 288 | - | |
| 289 | -ul.wp-chatbot-messages-container > li .wp-chatbot-paragraph img.wp-chatbot-comment-loader { | |
| 290 | - | |
| 291 | - background-color: #fff; | |
| 292 | - | |
| 293 | - padding: 1px; | |
| 294 | - | |
| 295 | - border-radius: 5px; | |
| 296 | - | |
| 297 | - margin: 0 auto; | |
| 298 | - | |
| 299 | - display: block; | |
| 300 | - | |
| 301 | -} | |
| 302 | - | |
| 303 | -/************Link Item*************/ | |
| 304 | - | |
| 305 | -span.qcld-chatbot-product-category, | |
| 306 | -span.qcld-chatbot-support-items, | |
| 307 | -span.qcld-chatbot-wildcard, | |
| 308 | -span.qcld-chatbot-suggest-email, | |
| 309 | -span.qcld-chatbot-reset-btn, | |
| 310 | -#wp-chatbot-loadmore { | |
| 311 | - | |
| 312 | - color: #0a2d2b; | |
| 313 | - | |
| 314 | - background-image: linear-gradient(to right, #868afa 0%, #8fd3f4 51%, #2faafa 100%); | |
| 315 | - | |
| 316 | - background-size: 200% auto; | |
| 317 | - | |
| 318 | - box-shadow: 0 5px 5px #464646; | |
| 319 | - | |
| 320 | - border: 1px solid #ffffff; | |
| 321 | - | |
| 322 | -} | |
| 323 | - | |
| 324 | -span.qcld-chatbot-product-category:hover, | |
| 325 | -span.qcld-chatbot-support-items:hover, | |
| 326 | -span.qcld-chatbot-wildcard:hover, | |
| 327 | -span.qcld-chatbot-suggest-email:hover, | |
| 328 | -span.qcld-chatbot-reset-btn:hover, | |
| 329 | -#wp-chatbot-loadmore:hover { | |
| 330 | - | |
| 331 | - background-position: right center; | |
| 332 | - | |
| 333 | - box-shadow: none; | |
| 334 | - | |
| 335 | -} | |
| 336 | - | |
| 337 | -/**************Tab Cart***************/ | |
| 338 | - | |
| 339 | -.wp-chatbot-cart-header { | |
| 340 | - | |
| 341 | - background-color: #F5F5F5; | |
| 342 | - | |
| 343 | -} | |
| 344 | - | |
| 345 | -.wp-chatbot-cart-single { | |
| 346 | - | |
| 347 | - background-color: rgba(245, 245, 245, 0.4); | |
| 348 | - | |
| 349 | - border-bottom: 1px solid #dddddd; | |
| 350 | - | |
| 351 | -} | |
| 352 | - | |
| 353 | -.wp-chatbot-cart-single:nth-child(2n+1) { | |
| 354 | - | |
| 355 | - background-color: rgba(245, 245, 245, 0.5); | |
| 356 | - | |
| 357 | -} | |
| 358 | - | |
| 359 | -.wp-chatbot-cart-footer div a { | |
| 360 | - | |
| 361 | - text-decoration: none; | |
| 362 | - | |
| 363 | - background: #36d67c; | |
| 364 | - | |
| 365 | - color: #ffffff; | |
| 366 | - | |
| 367 | -} | |
| 368 | - | |
| 369 | -.wp-chatbot-cart-footer div a:hover, .wp-chatbot-cart-footer div:last-child a { | |
| 370 | - | |
| 371 | - background: #2fb96b; | |
| 372 | - | |
| 373 | -} | |
| 374 | - | |
| 375 | -.wp-chatbot-widget-bubble { | |
| 376 | - | |
| 377 | - padding-left: 10px; | |
| 378 | - | |
| 379 | - padding-right: 10px; | |
| 380 | - | |
| 381 | -} | |
| 382 | - | |
| 383 | -/****** Product Details*******/ | |
| 384 | - | |
| 385 | -.wp-chatbot-product-details { | |
| 386 | - | |
| 387 | - box-shadow: 0 0 10px #ccc; | |
| 388 | - | |
| 389 | - background-color: #f5f5f5; | |
| 390 | - | |
| 391 | -} | |
| 392 | - | |
| 393 | -.wp-chatbot-product-cart-button input[type="button"], #wp-chatbot-loadmore { | |
| 394 | - | |
| 395 | - border: 1px solid #36d67c; | |
| 396 | - | |
| 397 | - background: #36d67c; | |
| 398 | - | |
| 399 | - color: #ffffff; | |
| 400 | - | |
| 401 | - box-shadow: 0 0 2px #999; | |
| 402 | - | |
| 403 | -} | |
| 404 | - | |
| 405 | -.wp-chatbot-product-cart-button input[type="button"]:hover, #wp-chatbot-loadmore:hover { | |
| 406 | - | |
| 407 | - background: #2fb96b; | |
| 408 | - | |
| 409 | - color: #ffffff; | |
| 410 | - | |
| 411 | -} | |
| 412 | - | |
| 413 | -/************************* | |
| 414 | - | |
| 415 | -Right-to-left text direction | |
| 416 | - | |
| 417 | -**************************/ | |
| 418 | - | |
| 419 | -.wp-chatbot-rtl { | |
| 420 | - | |
| 421 | - text-align: right; | |
| 422 | - | |
| 423 | - direction: RTL; | |
| 424 | - | |
| 425 | -} | |
| 426 | - | |
| 427 | -.wp-chatbot-rtl ul.wp-chatbot-messages-container > li, .wp-chatbot-rtl .wp-chatbot-agent-profile { | |
| 428 | - | |
| 429 | - padding: 0 10px 0 0; | |
| 430 | - | |
| 431 | -} | |
| 432 | - | |
| 433 | -.wp-chatbot-rtl ul.wp-chatbot-messages-container > li > .wp-chatbot-agent, | |
| 434 | -.wp-chatbot-rtl ul.wp-chatbot-messages-container > li > .wp-chatbot-paragraph, | |
| 435 | -.wp-chatbot-rtl .wp-chatbot-agent-profile .wp-chatbot-bubble, .wp-chatbot-rtl .wp-chatbot-widget-agent { | |
| 436 | - | |
| 437 | - display: table; | |
| 438 | - | |
| 439 | - position: relative; | |
| 440 | - | |
| 441 | - padding-left: 10px; | |
| 442 | - | |
| 443 | - padding-right: 30px; | |
| 444 | - | |
| 445 | -} | |
| 446 | - | |
| 447 | -.wp-chatbot-rtl ul.wp-chatbot-messages-container > li > .wp-chatbot-avatar, | |
| 448 | -.wp-chatbot-rtl .wp-chatbot-agent-profile .wp-chatbot-widget-avatar { | |
| 449 | - | |
| 450 | - top: 0; | |
| 451 | - | |
| 452 | - left: auto; | |
| 453 | - | |
| 454 | - right: 0; | |
| 455 | - | |
| 456 | -} | |
| 457 | - | |
| 458 | -.wp-chatbot-rtl .wp-chatbot-editor-container input { | |
| 459 | - | |
| 460 | - text-align: right; | |
| 461 | - | |
| 462 | - direction: RTL; | |
| 463 | - | |
| 464 | -} | |
| 465 | - | |
| 466 | -.wp-chatbot-rtl .wp-chatbot-products-area ul li:nth-child(2n+2) { | |
| 467 | - | |
| 468 | - margin: auto; | |
| 469 | - | |
| 470 | -} | |
| 471 | - | |
| 472 | -.wp-chatbot-rtl .wp-chatbot-products-area ul li { | |
| 473 | - | |
| 474 | - margin: 1%; | |
| 475 | - | |
| 476 | - vertical-align: middle; | |
| 477 | - | |
| 478 | -} | |
| 479 | - | |
| 480 | -@media screen and (max-width: 1024px ) { | |
| 481 | - .wp-chatbot-mobile-full-screen .wp-chatbot-container { | |
| 482 | - display: block; | |
| 483 | - } | |
| 484 | -} | |
| 485 | - | |
| 1 | +/********************* | |
| 2 | + | |
| 3 | +ball content wrapper | |
| 4 | + | |
| 5 | +**********************/ | |
| 6 | + | |
| 7 | +.wp-chatbot-container { | |
| 8 | + | |
| 9 | + /*width: 370px;*/ | |
| 10 | + | |
| 11 | + display: table; | |
| 12 | + | |
| 13 | + border-radius: 5px; | |
| 14 | + | |
| 15 | + box-shadow: 0 5px 40px rgba(0, 0, 0, .10); | |
| 16 | + | |
| 17 | + background: url("../../images/defult-bg.jpg") no-repeat bottom center; | |
| 18 | + | |
| 19 | + background-size: cover; | |
| 20 | + | |
| 21 | +} | |
| 22 | + | |
| 23 | +/****************************** | |
| 24 | + | |
| 25 | +wp Chat bot Message container | |
| 26 | + | |
| 27 | +*********************************/ | |
| 28 | + | |
| 29 | +.wp-chatbot-header { | |
| 30 | + | |
| 31 | + background-color: rgba(0, 0, 0, 0.55); | |
| 32 | + | |
| 33 | +} | |
| 34 | + | |
| 35 | +.wp-chatbot-header h3 { | |
| 36 | + | |
| 37 | + color: #ffffff; | |
| 38 | + | |
| 39 | + font-size: 18px !important; | |
| 40 | + | |
| 41 | + letter-spacing: 1px; | |
| 42 | + | |
| 43 | +} | |
| 44 | + | |
| 45 | +.wp-chatbot-cart-container > div > p { | |
| 46 | + | |
| 47 | + color: #ffffff; | |
| 48 | + | |
| 49 | +} | |
| 50 | + | |
| 51 | +ul.wp-chatbot-messages-container { | |
| 52 | + | |
| 53 | + padding: 0; | |
| 54 | + | |
| 55 | + margin: 0; | |
| 56 | + | |
| 57 | +} | |
| 58 | + | |
| 59 | +ul.wp-chatbot-messages-container > li:first-child .wp-chatbot-agent { | |
| 60 | + | |
| 61 | + display: none !important; | |
| 62 | + | |
| 63 | +} | |
| 64 | + | |
| 65 | +ul.wp-chatbot-messages-container > li, .wp-chatbot-agent-profile { | |
| 66 | + | |
| 67 | + padding-left: 22px; | |
| 68 | + | |
| 69 | + font-size: 14px; | |
| 70 | + | |
| 71 | +} | |
| 72 | + | |
| 73 | +ul.wp-chatbot-messages-container > li .wp-chatbot-comment-loader { | |
| 74 | + | |
| 75 | + margin: 0 auto; | |
| 76 | + | |
| 77 | + display: block; | |
| 78 | + | |
| 79 | +} | |
| 80 | + | |
| 81 | +ul.wp-chatbot-messages-container > li > .wp-chatbot-avatar, .wp-chatbot-agent-profile .wp-chatbot-widget-avatar { | |
| 82 | + | |
| 83 | + position: absolute; | |
| 84 | + | |
| 85 | + top: 0; | |
| 86 | + | |
| 87 | + left: 0; | |
| 88 | + | |
| 89 | + z-index: 2; | |
| 90 | + | |
| 91 | + border-radius: 50%; | |
| 92 | + | |
| 93 | + overflow: hidden; | |
| 94 | + | |
| 95 | + border: 2px solid rgba(255, 255, 255, 0.62); | |
| 96 | + | |
| 97 | + background-color: #70aca9; | |
| 98 | + | |
| 99 | + width: 40px; | |
| 100 | + | |
| 101 | + height: 40px; | |
| 102 | + | |
| 103 | +} | |
| 104 | + | |
| 105 | +ul.wp-chatbot-messages-container > li > .wp-chatbot-agent, ul.wp-chatbot-messages-container > li > .wp-chatbot-paragraph, .wp-chatbot-agent-profile .wp-chatbot-bubble, .wp-chatbot-widget-agent { | |
| 106 | + | |
| 107 | + display: table; | |
| 108 | + | |
| 109 | + position: relative; | |
| 110 | + | |
| 111 | + padding-left: 30px; | |
| 112 | + | |
| 113 | + padding-right: 10px; | |
| 114 | + | |
| 115 | +} | |
| 116 | + | |
| 117 | +ul.wp-chatbot-messages-container > li > .wp-chatbot-agent, .wp-chatbot-widget-agent { | |
| 118 | + | |
| 119 | + display: table !important; | |
| 120 | + | |
| 121 | + padding-top: 2px; | |
| 122 | + | |
| 123 | + padding-bottom: 2px; | |
| 124 | + | |
| 125 | + background-color: #ffffff; | |
| 126 | + | |
| 127 | + font-size: 10px; | |
| 128 | + | |
| 129 | + line-height: 12px; | |
| 130 | + | |
| 131 | + border-radius: 10px 10px 0px 10px; | |
| 132 | + | |
| 133 | +} | |
| 134 | + | |
| 135 | +ul.wp-chatbot-messages-container > li > .wp-chatbot-paragraph, .wp-chatbot-agent-profile .wp-chatbot-bubble { | |
| 136 | + | |
| 137 | + padding-top: 8px; | |
| 138 | + | |
| 139 | + padding-bottom: 8px; | |
| 140 | + | |
| 141 | + background-color: #286188; | |
| 142 | + | |
| 143 | + color: #ffffff; | |
| 144 | + | |
| 145 | + font-size: 14px; | |
| 146 | + | |
| 147 | + line-height: 20px; | |
| 148 | + | |
| 149 | + border-radius: 10px; | |
| 150 | + | |
| 151 | +} | |
| 152 | + | |
| 153 | +ul.wp-chatbot-messages-container > li.wp-chat-user-msg > .wp-chatbot-paragraph { | |
| 154 | + | |
| 155 | + background-color: #3a98d8; | |
| 156 | + | |
| 157 | +} | |
| 158 | + | |
| 159 | +ul.wp-chatbot-messages-container > li.wp-chat-user-msg::before { | |
| 160 | + | |
| 161 | + left: 19px; | |
| 162 | + | |
| 163 | +} | |
| 164 | + | |
| 165 | +ul.wp-chatbot-messages-container > li.wp-chatbot-msg-flat { | |
| 166 | + | |
| 167 | + color: #ffffff; | |
| 168 | + | |
| 169 | +} | |
| 170 | + | |
| 171 | +/******************************* | |
| 172 | + | |
| 173 | +wp Chat bottom Tab Nav Editor | |
| 174 | + | |
| 175 | +**********************************/ | |
| 176 | + | |
| 177 | +.wp-chatbot-tab-nav { | |
| 178 | + | |
| 179 | + background-color: rgba(0, 0, 0, 0.55); | |
| 180 | + | |
| 181 | +} | |
| 182 | + | |
| 183 | +.wp-chatbot-tab-nav ul li a { | |
| 184 | + | |
| 185 | + background-color: #000000; | |
| 186 | + | |
| 187 | +} | |
| 188 | + | |
| 189 | +.wp-chatbot-tab-nav ul li:before { | |
| 190 | + | |
| 191 | + background: linear-gradient(transparent 50%, rgba(0, 0, 0, 0.55) 50%); | |
| 192 | + | |
| 193 | + background-size: 200%, 100%; | |
| 194 | + | |
| 195 | + border-radius: 30px 30px 0 0; | |
| 196 | + | |
| 197 | + height: 10px; | |
| 198 | + | |
| 199 | +} | |
| 200 | + | |
| 201 | +/******************************* | |
| 202 | + | |
| 203 | +wp Chat bot Message Editor | |
| 204 | + | |
| 205 | +**********************************/ | |
| 206 | + | |
| 207 | +.wp-chatbot-editor-container { | |
| 208 | + | |
| 209 | + border-top: 1px solid #ccc; | |
| 210 | + | |
| 211 | +} | |
| 212 | + | |
| 213 | +.wp-chatbot-editor-container input, .wp-chatbot-editor-container input:focus { | |
| 214 | + | |
| 215 | + color: #ffffff; | |
| 216 | + | |
| 217 | +} | |
| 218 | + | |
| 219 | +.wp-chatbot-editor-container input::placeholder { | |
| 220 | + | |
| 221 | + color: #ffffff; | |
| 222 | + | |
| 223 | +} | |
| 224 | + | |
| 225 | +.wp-chatbot-editor-container input::-webkit-input-placeholder { | |
| 226 | + | |
| 227 | + color: #ffffff; | |
| 228 | + | |
| 229 | +} | |
| 230 | + | |
| 231 | +.wp-chatbot-editor-container input::-moz-placeholder { | |
| 232 | + | |
| 233 | + color: #ffffff; | |
| 234 | + | |
| 235 | +} | |
| 236 | + | |
| 237 | +.wp-chatbot-editor-container input:-ms-input-placeholder { | |
| 238 | + | |
| 239 | + color: #ffffff; | |
| 240 | + | |
| 241 | +} | |
| 242 | + | |
| 243 | +.wp-chatbot-editor-container input:-moz-placeholder { | |
| 244 | + | |
| 245 | + color: #ffffff; | |
| 246 | + | |
| 247 | +} | |
| 248 | + | |
| 249 | +/**************Tab Feature Product***************/ | |
| 250 | + | |
| 251 | +.wp-chatbot-agent-profile { | |
| 252 | + | |
| 253 | + position: relative; | |
| 254 | + | |
| 255 | + box-sizing: border-box; | |
| 256 | + | |
| 257 | + word-wrap: break-word; | |
| 258 | + | |
| 259 | + list-style: none; | |
| 260 | + | |
| 261 | + display: block; | |
| 262 | + | |
| 263 | + clear: both; | |
| 264 | + | |
| 265 | + line-height: 150%; | |
| 266 | + | |
| 267 | + min-height: 50px; | |
| 268 | + | |
| 269 | + margin: 0 0 10px 0; | |
| 270 | + | |
| 271 | +} | |
| 272 | + | |
| 273 | +.wp-chatbot-widget-title { | |
| 274 | + | |
| 275 | + color: #ffffff; | |
| 276 | + | |
| 277 | + text-align: center; | |
| 278 | + | |
| 279 | + padding-bottom: 10px; | |
| 280 | + | |
| 281 | +} | |
| 282 | + | |
| 283 | +/**************************** | |
| 284 | + | |
| 285 | +Loading | |
| 286 | + | |
| 287 | +*******************************/ | |
| 288 | + | |
| 289 | +ul.wp-chatbot-messages-container > li .wp-chatbot-paragraph img.wp-chatbot-comment-loader { | |
| 290 | + | |
| 291 | + background-color: #fff; | |
| 292 | + | |
| 293 | + padding: 1px; | |
| 294 | + | |
| 295 | + border-radius: 5px; | |
| 296 | + | |
| 297 | + margin: 0 auto; | |
| 298 | + | |
| 299 | + display: block; | |
| 300 | + | |
| 301 | +} | |
| 302 | + | |
| 303 | +/************Link Item*************/ | |
| 304 | + | |
| 305 | +span.qcld-chatbot-product-category, | |
| 306 | +span.qcld-chatbot-support-items, | |
| 307 | +span.qcld-chatbot-wildcard, | |
| 308 | +span.qcld-chatbot-suggest-email, | |
| 309 | +span.qcld-chatbot-reset-btn, | |
| 310 | +#wp-chatbot-loadmore { | |
| 311 | + | |
| 312 | + color: #0a2d2b; | |
| 313 | + | |
| 314 | + background-image: linear-gradient(to right, #868afa 0%, #8fd3f4 51%, #2faafa 100%); | |
| 315 | + | |
| 316 | + background-size: 200% auto; | |
| 317 | + | |
| 318 | + box-shadow: 0 5px 5px #464646; | |
| 319 | + | |
| 320 | + border: 1px solid #ffffff; | |
| 321 | + | |
| 322 | +} | |
| 323 | + | |
| 324 | +span.qcld-chatbot-product-category:hover, | |
| 325 | +span.qcld-chatbot-support-items:hover, | |
| 326 | +span.qcld-chatbot-wildcard:hover, | |
| 327 | +span.qcld-chatbot-suggest-email:hover, | |
| 328 | +span.qcld-chatbot-reset-btn:hover, | |
| 329 | +#wp-chatbot-loadmore:hover { | |
| 330 | + | |
| 331 | + background-position: right center; | |
| 332 | + | |
| 333 | + box-shadow: none; | |
| 334 | + | |
| 335 | +} | |
| 336 | + | |
| 337 | +/**************Tab Cart***************/ | |
| 338 | + | |
| 339 | +.wp-chatbot-cart-header { | |
| 340 | + | |
| 341 | + background-color: #F5F5F5; | |
| 342 | + | |
| 343 | +} | |
| 344 | + | |
| 345 | +.wp-chatbot-cart-single { | |
| 346 | + | |
| 347 | + background-color: rgba(245, 245, 245, 0.4); | |
| 348 | + | |
| 349 | + border-bottom: 1px solid #dddddd; | |
| 350 | + | |
| 351 | +} | |
| 352 | + | |
| 353 | +.wp-chatbot-cart-single:nth-child(2n+1) { | |
| 354 | + | |
| 355 | + background-color: rgba(245, 245, 245, 0.5); | |
| 356 | + | |
| 357 | +} | |
| 358 | + | |
| 359 | +.wp-chatbot-cart-footer div a { | |
| 360 | + | |
| 361 | + text-decoration: none; | |
| 362 | + | |
| 363 | + background: #36d67c; | |
| 364 | + | |
| 365 | + color: #ffffff; | |
| 366 | + | |
| 367 | +} | |
| 368 | + | |
| 369 | +.wp-chatbot-cart-footer div a:hover, .wp-chatbot-cart-footer div:last-child a { | |
| 370 | + | |
| 371 | + background: #2fb96b; | |
| 372 | + | |
| 373 | +} | |
| 374 | + | |
| 375 | +.wp-chatbot-widget-bubble { | |
| 376 | + | |
| 377 | + padding-left: 10px; | |
| 378 | + | |
| 379 | + padding-right: 10px; | |
| 380 | + | |
| 381 | +} | |
| 382 | + | |
| 383 | +/****** Product Details*******/ | |
| 384 | + | |
| 385 | +.wp-chatbot-product-details { | |
| 386 | + | |
| 387 | + box-shadow: 0 0 10px #ccc; | |
| 388 | + | |
| 389 | + background-color: #f5f5f5; | |
| 390 | + | |
| 391 | +} | |
| 392 | + | |
| 393 | +.wp-chatbot-product-cart-button input[type="button"], #wp-chatbot-loadmore { | |
| 394 | + | |
| 395 | + border: 1px solid #36d67c; | |
| 396 | + | |
| 397 | + background: #36d67c; | |
| 398 | + | |
| 399 | + color: #ffffff; | |
| 400 | + | |
| 401 | + box-shadow: 0 0 2px #999; | |
| 402 | + | |
| 403 | +} | |
| 404 | + | |
| 405 | +.wp-chatbot-product-cart-button input[type="button"]:hover, #wp-chatbot-loadmore:hover { | |
| 406 | + | |
| 407 | + background: #2fb96b; | |
| 408 | + | |
| 409 | + color: #ffffff; | |
| 410 | + | |
| 411 | +} | |
| 412 | + | |
| 413 | +/************************* | |
| 414 | + | |
| 415 | +Right-to-left text direction | |
| 416 | + | |
| 417 | +**************************/ | |
| 418 | + | |
| 419 | +.wp-chatbot-rtl { | |
| 420 | + | |
| 421 | + text-align: right; | |
| 422 | + | |
| 423 | + direction: RTL; | |
| 424 | + | |
| 425 | +} | |
| 426 | + | |
| 427 | +.wp-chatbot-rtl ul.wp-chatbot-messages-container > li, .wp-chatbot-rtl .wp-chatbot-agent-profile { | |
| 428 | + | |
| 429 | + padding: 0 10px 0 0; | |
| 430 | + | |
| 431 | +} | |
| 432 | + | |
| 433 | +.wp-chatbot-rtl ul.wp-chatbot-messages-container > li > .wp-chatbot-agent, | |
| 434 | +.wp-chatbot-rtl ul.wp-chatbot-messages-container > li > .wp-chatbot-paragraph, | |
| 435 | +.wp-chatbot-rtl .wp-chatbot-agent-profile .wp-chatbot-bubble, .wp-chatbot-rtl .wp-chatbot-widget-agent { | |
| 436 | + | |
| 437 | + display: table; | |
| 438 | + | |
| 439 | + position: relative; | |
| 440 | + | |
| 441 | + padding-left: 10px; | |
| 442 | + | |
| 443 | + padding-right: 30px; | |
| 444 | + | |
| 445 | +} | |
| 446 | + | |
| 447 | +.wp-chatbot-rtl ul.wp-chatbot-messages-container > li > .wp-chatbot-avatar, | |
| 448 | +.wp-chatbot-rtl .wp-chatbot-agent-profile .wp-chatbot-widget-avatar { | |
| 449 | + | |
| 450 | + top: 0; | |
| 451 | + | |
| 452 | + left: auto; | |
| 453 | + | |
| 454 | + right: 0; | |
| 455 | + | |
| 456 | +} | |
| 457 | + | |
| 458 | +.wp-chatbot-rtl .wp-chatbot-editor-container input { | |
| 459 | + | |
| 460 | + text-align: right; | |
| 461 | + | |
| 462 | + direction: RTL; | |
| 463 | + | |
| 464 | +} | |
| 465 | + | |
| 466 | +.wp-chatbot-rtl .wp-chatbot-products-area ul li:nth-child(2n+2) { | |
| 467 | + | |
| 468 | + margin: auto; | |
| 469 | + | |
| 470 | +} | |
| 471 | + | |
| 472 | +.wp-chatbot-rtl .wp-chatbot-products-area ul li { | |
| 473 | + | |
| 474 | + margin: 1%; | |
| 475 | + | |
| 476 | + vertical-align: middle; | |
| 477 | + | |
| 478 | +} | |
| 479 | + | |
| 480 | +@media screen and (max-width: 1024px ) { | |
| 481 | + .wp-chatbot-mobile-full-screen .wp-chatbot-container { | |
| 482 | + display: block; | |
| 483 | + } | |
| 484 | +} | |
| 485 | + | |