PluginProbe
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services / 6.9.3
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services v6.9.3
8.7.8 8.7.7 8.7.6 8.7.5 8.7.4 8.7.3 8.7.2 8.7.1 8.7.0 8.6.9 8.6.8 8.6.7 8.6.6 8.6.5 8.6.4 8.6.2 8.6.1 8.6.0 8.5.9 8.5.8 8.5.7 8.5.6 8.5.5 8.5.4 8.5.3 All 534 releases
← All changes | css/admin-style.css +82 -1046 8.6.16.9.3 View file →
@@ -11,11 +11,11 @@
11 11 .wp-chatbot-wrap .fa{
12 12 font: normal normal normal 14px / 1 FontAwesome !important;
13 13 }
14 14
15 -/* .chatbot-wpbot-lite_page_wpbot, .chatbot-wpbot-lite_page_wpbot_help_page, .chatbot-wpbot-lite_page_wpbot_openAi, .toplevel_page_wpbot-panel{
15 +.chatbot-wpbot-lite_page_wpbot, .chatbot-wpbot-lite_page_wpbot_help_page, .chatbot-wpbot-lite_page_wpbot_openAi, .toplevel_page_wpbot-panel{
16 16 background-color: #F5F7FD;
17 -} */
17 +}
18 18
19 19 .qcld-main-wrapper .h1,
20 20 .qcld-main-wrapper .h2,
21 21 .qcld-main-wrapper .h3,
@@ -115,9 +115,9 @@
115 115 text-decoration: none;
116 116 }
117 117
118 118 .wp-chatbot-tabs nav ul li a {
119 - padding: 14px 15px;
119 + padding: 14px 20px;
120 120 width: 100%;
121 121 font-size: 16px;
122 122 font-weight: 500;
123 123 color: #988FBD;
@@ -141,9 +141,9 @@
141 141 }
142 142
143 143
144 144 .wp-chatbot-tabs nav .cxsc-settings_openai_border a {
145 - padding: 14px 15px;
145 + padding: 14px 20px;
146 146 width: 100%;
147 147 font-size: 16px;
148 148 font-weight: 500;
149 149 color: #988FBD;
@@ -498,16 +498,15 @@
498 498 display: block;
499 499 }
500 500
501 501 div#wp-chatbot-icon-theme-settings input[type=radio]:checked::before {
502 - content: "\f12a";
503 - font-family: dashicons;
504 -
502 + content: "\f058";
503 + font: normal normal normal 14px / 1 FontAwesome;
505 504 border-radius: 0;
506 505 width: 100%;
507 506 height: 100%;
508 507 margin: 0;
509 - background-color: #5b4e96bd !important;
508 + background-color: #5b4e96bd;
510 509 line-height: 1.14285714;
511 510 position: absolute;
512 511 top: 0;
513 512 left: 0;
@@ -519,9 +518,9 @@
519 518 align-items: flex-start;
520 519 justify-content: flex-end;
521 520 font-size: 32px;
522 521 padding: 0 4px;
523 - border: 4px solid transparent;
522 + border: 4px solid #45d72d;
524 523
525 524 }
526 525
527 526 div#wp-chatbot-icon-theme-settings input[type=radio] {
@@ -649,25 +648,21 @@
649 648 position: relative;
650 649 }
651 650
652 651 section.wp-chatbot-tab-container-inner h4.panel-title a.collapsed:after {
653 - content: "\f10f";
654 - font-family: dashicons;
652 + font: normal normal normal 24px / 1 FontAwesome;
653 + content: "\f055";
655 654 position: absolute;
656 655 right: 18px;
657 656 top: 12px;
658 - font-size: 25px;
659 - font-weight: normal;
660 657 }
661 658
662 659 section.wp-chatbot-tab-container-inner h4.panel-title a:after {
663 - content: "\f14f";
664 - font-family: dashicons;
660 + font: normal normal normal 24px / 1 FontAwesome;
661 + content: "\f056";
665 662 position: absolute;
666 663 right: 18px;
667 664 top: 12px;
668 - font-size: 25px;
669 - font-weight: normal;
670 665 }
671 666
672 667 .wpbot_single_addon_wrapper .wpbot_single_addon .wpbot_single_content:hover {
673 668 background: linear-gradient(1deg, #ffffff 70%, #e9e4ff 96%);
@@ -799,9 +794,9 @@
799 794 }
800 795
801 796 .qcld-main-wrapper .alert.alert-warning {
802 797 background: linear-gradient(130deg, #ffffff 70%, #e9e4ff 96% 96%);
803 - border-radius: 6px;
798 + border-radius: 16px;
804 799 }
805 800
806 801 .wp-chatbot-wrap button.btn.btn-primary {
807 802 padding: 14px 20px;
@@ -915,9 +910,8 @@
915 910 background: linear-gradient(192deg, #FFE3E1 4%, #E9E4FF 98.26%);
916 911 padding: 15px;
917 912 gap: 15px;
918 913 overflow: hidden;
919 - margin: 0 0 15px 0;
920 914 }
921 915
922 916 .qc_menu_area_box h4 {
923 917 text-align: center;
@@ -973,31 +967,41 @@
973 967 position: relative;
974 968 }
975 969
976 970 .qc_menu_list_container p {
977 - background: linear-gradient(192deg, #FFE3E1 4%, #E9E4FF 98.26%);
978 - float: none;
979 - position: relative;
980 - transform: none;
981 - right: 0;
982 - top: 0;
983 - text-align: center;
984 - width: 100%;
985 - font-size: 12px;
986 - margin: 0;
987 - z-index: 999;
988 - color: #3c3b3b;
989 - font-weight: 600;
990 - line-height: 20px;
991 - border-radius: 0;
992 - padding: 6px 0;
971 + background: linear-gradient(192deg, #FFE3E1 4%, #E9E4FF 98.26%);
972 + float: left;
973 + position: absolute;
974 + transform: rotate(45deg);
975 + right: -48px;
976 + top: -24px;
977 + text-align: center;
978 + width: 150px;
979 + font-size: 12px;
980 + margin: 0;
981 + z-index: 999;
982 + color: #3c3b3b;
983 + font-weight: 600;
984 + line-height: 20px;
985 + border-radius: 0;
986 + padding: 6px 0;
993 987 }
994 988
995 -
989 +/* .qc_menu_list_area.ui-droppable {
990 + overflow: hidden;
991 +} */
996 992 .lp-submenu-wpbot_openAi .swal2-actions {
997 993 display: flex;
998 994 width: auto;
999 995 }
996 +.lp-submenu-wpbot_openAi button.swal2-deny.swal2-styled {
997 + display: block !important;
998 + line-height: normal !important;
999 + padding: 14px 20px !important;
1000 + font-size: 16px;
1001 + font-weight: 500;
1002 + border-radius: 8px;
1003 +}
1000 1004 .lp-submenu-wpbot_openAi button.swal2-confirm.btn.btn-lg.swal2-styled{
1001 1005 width: auto !important;
1002 1006 }
1003 1007
@@ -1112,13 +1116,12 @@
1112 1116
1113 1117 .admin-maxwith.qcld-openai-main-box .col-auto.me-auto.ai-settings-title-container {
1114 1118 display: flex;
1115 1119 justify-content: flex-start;
1116 - padding: 8px 20px;
1120 + padding: 20px;
1117 1121 border-radius: 16px;
1118 1122 background: linear-gradient(192deg, #FFE3E1 4%, #E9E4FF 98.26%);
1119 - margin: 20px 0 0 0;
1120 - gap: 30px;
1123 + margin: 20px 0 20px 0;
1121 1124 }
1122 1125
1123 1126 .admin-maxwith.qcld-openai-main-box .tab-content {
1124 1127 padding: 0 12px 0 12px;
@@ -1155,28 +1158,23 @@
1155 1158 text-align: left;
1156 1159 }
1157 1160
1158 1161
1159 -.admin-maxwith.qcld-openai-main-box button.btn.btn-link:after {
1160 - content: "\f14f";
1161 - font-family: dashicons;
1162 +.admin-maxwith.qcld-openai-main-box button.btn.btn-link.collapsed:after {
1163 + font: normal normal normal 24px / 1 FontAwesome;
1164 + content: "\f056";
1162 1165 position: absolute;
1163 1166 right: 18px;
1164 1167 top: 12px;
1165 - font-size: 22px;
1166 - font-weight: normal;
1167 1168 }
1168 1169
1169 1170
1170 -.admin-maxwith.qcld-openai-main-box button.btn.btn-link.collapsed:after{
1171 -
1172 - content: "\f10f";
1173 - font-family: dashicons;
1171 +.admin-maxwith.qcld-openai-main-box button.btn.btn-link:after {
1172 + font: normal normal normal 24px / 1 FontAwesome;
1173 + content: "\f055";
1174 1174 position: absolute;
1175 1175 right: 18px;
1176 1176 top: 12px;
1177 - font-size: 22px;
1178 - font-weight: normal;
1179 1177 }
1180 1178
1181 1179
1182 1180 .admin-maxwith.qcld-openai-main-box .btn.active.focus,
@@ -1201,10 +1199,12 @@
1201 1199 font-size: 15px;
1202 1200 }
1203 1201
1204 1202 .admin-maxwith.qcld-openai-main-box .tab-content .alert.alert-info {
1205 - margin: 15px 0 0 0;
1203 + margin: 15px 0 0 15px;
1206 1204 }
1205 +
1206 +
1207 1207 .admin-maxwith.qcld-openai-main-box ul.nav.nav-tabs li a {
1208 1208 padding: 14px 20px;
1209 1209 width: 100%;
1210 1210 font-size: 16px;
@@ -1305,9 +1305,9 @@
1305 1305 .qcld-main-wrapper div#headingTwoControl a {
1306 1306 font-weight: bold;
1307 1307 }
1308 1308
1309 -.qcl-openai input[type=checkbox]+label {
1309 +.qcl-openai div#wp-chatbot-openai-settings input[type=checkbox]+label {
1310 1310 position: relative;
1311 1311 width: 18px;
1312 1312 height: 18px;
1313 1313 border: 2px solid #5b4e96;
@@ -1324,13 +1324,13 @@
1324 1324 -ms-user-select: none;
1325 1325 user-select: none;
1326 1326 display: flex;
1327 1327 align-items: center;
1328 - margin-bottom: 10px;
1328 + margin-bottom: 0;
1329 1329 line-height: 30px;
1330 1330 }
1331 1331
1332 -.qcl-openai input[type=checkbox]+label:after {
1332 +.qcl-openai div#wp-chatbot-openai-settings input[type=checkbox]+label:after {
1333 1333 content: "";
1334 1334 position: absolute;
1335 1335 width: 0px;
1336 1336 height: 8px;
@@ -1343,23 +1343,23 @@
1343 1343 opacity: 0;
1344 1344 transition: all ease-out 200ms;
1345 1345 }
1346 1346
1347 -.qcl-openai input[type=checkbox]:checked+label {
1347 +.qcl-openai div#wp-chatbot-openai-settings input[type=checkbox]:checked+label {
1348 1348 border: 2px solid #22b573;
1349 1349 }
1350 1350
1351 -.qcl-openai input[type=checkbox]:checked+label:after {
1351 +.qcl-openai div#wp-chatbot-openai-settings input[type=checkbox]:checked+label:after {
1352 1352 opacity: 1;
1353 1353 width: 22px;
1354 1354 }
1355 1355
1356 -.qcl-openai input[type=checkbox] {
1356 +.qcl-openai div#wp-chatbot-openai-settings input[type=checkbox] {
1357 1357 display: none;
1358 1358 }
1359 1359
1360 1360
1361 -.qcl-openai .form-check {
1361 +.qcl-openai div#wp-chatbot-openai-settings .form-check {
1362 1362 margin-bottom: 15px;
1363 1363 border: 1px solid #E5E6F2;
1364 1364 padding: 12px 12px;
1365 1365 border-radius: 8px;
@@ -1364,13 +1364,13 @@
1364 1364 padding: 12px 12px;
1365 1365 border-radius: 8px;
1366 1366 }
1367 1367
1368 -.qcl-openai label.form-check-label span {
1368 +.qcl-openai div#wp-chatbot-openai-settings label.form-check-label span {
1369 1369 font-size: 12px;
1370 1370 }
1371 1371
1372 -.qcl-openai label.form-check-label span.pro-badge {
1372 +.qcl-openai div#wp-chatbot-openai-settings label.form-check-label span.pro-badge {
1373 1373 font-size: 9px;
1374 1374 font-weight: 400;
1375 1375 color: #ffffff;
1376 1376 background: #5B4E96;
@@ -1381,10 +1381,10 @@
1381 1381 text-indent: initial;
1382 1382 line-height: 16px;
1383 1383 }
1384 1384
1385 -.qcl-openai a#save_setting {
1386 - margin: 0 0 0 0;
1385 +.qcl-openai div#wp-chatbot-openai-settings a#save_setting {
1386 + margin: 0 0 15px 0;
1387 1387 }
1388 1388
1389 1389 .qcl-openai div#wp-chatbot-openrouter-settings input[type=checkbox]+label {
1390 1390 position: relative;
@@ -1485,163 +1485,17 @@
1485 1485 }
1486 1486
1487 1487
1488 1488 .admin-maxwith.qcld-openai-main-box .col-auto.me-auto.ai-settings-title-container h4 {
1489 - width: 365px;
1489 + width: 396px;
1490 1490 }
1491 1491
1492 1492 .admin-maxwith.qcld-openai-main-box .col-auto.me-auto.ai-settings-title-container select {
1493 - display: none;
1493 + border-color: #ffffff;
1494 + width: 220px;
1494 1495 }
1495 1496
1496 -/* Avatar Location Selector */
1497 -.avatar-location-wrapper {
1498 - background: #ffffff;
1499 - border-radius: 12px;
1500 - padding: 0 0 25px 0;
1501 - margin: 0 0 0 0;
1502 -}
1503 1497
1504 -.avatar-location-title {
1505 - font-size: 13px;
1506 - font-weight: 600;
1507 - color: #6B7280;
1508 - margin: 0 0 10px 0;
1509 - text-transform: none;
1510 - letter-spacing: 0;
1511 -}
1512 -
1513 -.avatar-location-cards {
1514 - display: inline-flex;
1515 - gap: 0;
1516 - background: #F3F4F6;
1517 - border-radius: 10px;
1518 - padding: 4px;
1519 -}
1520 -
1521 -.avatar-location-card {
1522 - display: flex;
1523 - align-items: center;
1524 - gap: 6px;
1525 - padding: 8px 18px;
1526 - border-radius: 8px;
1527 - cursor: pointer;
1528 - font-size: 13px;
1529 - font-weight: 500;
1530 - color: #6B7280;
1531 - background: transparent;
1532 - border: none;
1533 - transition: all 0.2s ease;
1534 - user-select: none;
1535 -}
1536 -
1537 -.avatar-location-card:hover {
1538 - color: #374151;
1539 - background: #E5E7EB;
1540 -}
1541 -
1542 -.avatar-location-card.active {
1543 - background: #ffffff;
1544 - color: #111827;
1545 - box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
1546 -}
1547 -
1548 -.avatar-location-card svg {
1549 - flex-shrink: 0;
1550 - color: inherit;
1551 -}
1552 -
1553 -.avatar-location-card.active svg {
1554 - color: #4B5563;
1555 -}
1556 -
1557 -/* AI Provider Cards Wrapper */
1558 -.ai-provider-cards-wrapper {
1559 - background: #ffffff;
1560 - border-radius: 12px;
1561 - padding: 20px 24px 20px 6px;
1562 - margin: 0 0 0 0;
1563 -}
1564 -
1565 -.ai-provider-cards {
1566 - display: flex;
1567 - gap: 12px;
1568 - flex-wrap: wrap;
1569 - padding: 4px 0;
1570 -}
1571 -
1572 -.ai-provider-card {
1573 - display: flex;
1574 - flex-direction: column;
1575 - align-items: center;
1576 - justify-content: center;
1577 - gap: 8px;
1578 - padding: 8px 12px;
1579 - min-width: 110px;
1580 - background: #ffffff;
1581 - border: 2px solid #E5E7EB;
1582 - border-radius: 12px;
1583 - cursor: pointer;
1584 - position: relative;
1585 - transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
1586 - user-select: none;
1587 -}
1588 -
1589 -.ai-provider-card:hover {
1590 - border-color: #93C5FD;
1591 - background: #F0F7FF;
1592 - transform: translateY(-2px);
1593 - box-shadow: 0 4px 12px rgba(37, 99, 235, 0.10);
1594 -}
1595 -
1596 -.ai-provider-card.active {
1597 - border-color: #2563EB;
1598 - background: #EFF6FF;
1599 - box-shadow: 0 2px 8px rgba(37, 99, 235, 0.13);
1600 -}
1601 -
1602 -.ai-provider-check {
1603 - position: absolute;
1604 - top: 6px;
1605 - right: 6px;
1606 - opacity: 0;
1607 - transform: scale(0.5);
1608 - transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
1609 - line-height: 0;
1610 -}
1611 -
1612 -.ai-provider-card.active .ai-provider-check {
1613 - opacity: 1;
1614 - transform: scale(1);
1615 -}
1616 -
1617 -.ai-provider-icon {
1618 - width: 40px;
1619 - height: 40px;
1620 - display: flex;
1621 - align-items: center;
1622 - justify-content: center;
1623 -}
1624 -
1625 -.ai-provider-icon svg {
1626 - width: 32px;
1627 - height: 32px;
1628 -}
1629 -
1630 -.ai-provider-name {
1631 - font-size: 12px;
1632 - font-weight: 600;
1633 - color: #4B5563;
1634 - text-align: center;
1635 - white-space: nowrap;
1636 - line-height: 1.2;
1637 -}
1638 -
1639 -.ai-provider-card.active .ai-provider-name {
1640 - color: #1E40AF;
1641 -}
1642 -
1643 -
1644 1498 .admin-maxwith.qcld-openai-main-box .tab-content div#wp-chatbot-openai-training-model .row.my-4 {
1645 1499 font-size: 15px;
1646 1500 display: flex;
1647 1501 width: 100%;
@@ -1651,9 +1505,9 @@
1651 1505 text-align: center;
1652 1506 }
1653 1507
1654 1508 .admin-maxwith.qcld-openai-main-box .tab-content div#wp-chatbot-data_post_converter .row.my-4 {
1655 - font-size: 16px;
1509 + font-size: 15px;
1656 1510 display: flex;
1657 1511 width: 100%;
1658 1512 align-items: center;
1659 1513 justify-content: center;
@@ -1661,9 +1515,9 @@
1661 1515 text-align: center;
1662 1516 }
1663 1517
1664 1518 .admin-maxwith.qcld-openai-main-box .tab-content div#wp-chatbot-img_generator .row.my-4 {
1665 - font-size: 16px;
1519 + font-size: 15px;
1666 1520 display: flex;
1667 1521 width: 100%;
1668 1522 align-items: center;
1669 1523 justify-content: center;
@@ -1671,9 +1525,9 @@
1671 1525 text-align: center;
1672 1526 }
1673 1527
1674 1528 .admin-maxwith.qcld-openai-main-box .tab-content div#wp-chatbot-content_writer .row.my-4 {
1675 - font-size: 16px;
1529 + font-size: 15px;
1676 1530 display: flex;
1677 1531 width: 100%;
1678 1532 align-items: center;
1679 1533 justify-content: center;
@@ -1768,10 +1622,8 @@
1768 1622 position: relative;
1769 1623 display: block;
1770 1624 padding: 15px 12px;
1771 1625 font-size: 16px;
1772 - font-weight: bold;
1773 - color: #5B4E96;
1774 1626 }
1775 1627
1776 1628 .content_qcbot_help_secion p {
1777 1629 font-size: 15px;
@@ -1777,25 +1629,21 @@
1777 1629 font-size: 15px;
1778 1630 }
1779 1631
1780 1632 .content_qcbot_help_secion .panel-title a.collapsed:after {
1781 - content: "\f10f";
1633 + font: normal normal normal 24px / 1 FontAwesome;
1634 + content: "\f055";
1782 1635 position: absolute;
1783 1636 right: 18px;
1784 1637 top: 12px;
1785 - font-family: dashicons;
1786 - font-size: 24PX;
1787 - font-weight: normal;
1788 1638 }
1789 1639
1790 1640 .content_qcbot_help_secion .panel-title a:after {
1791 - content: "\f14f";
1641 + font: normal normal normal 24px / 1 FontAwesome;
1642 + content: "\f056";
1792 1643 position: absolute;
1793 1644 right: 18px;
1794 1645 top: 12px;
1795 - font-family: dashicons;
1796 - font-size: 24PX;
1797 - font-weight: normal;
1798 1646 }
1799 1647
1800 1648
1801 1649 .content_qcbot_help_secion .panel-default>.panel-heading+.panel-collapse>.panel-body {
@@ -1887,9 +1735,9 @@
1887 1735 float: left;
1888 1736 border: 1px solid #c3c4c7;
1889 1737 border-bottom: 1px;
1890 1738 margin-left: .5em;
1891 - font-size: 16px;
1739 + font-size: 14px;
1892 1740 line-height: 1.71428571;
1893 1741 font-weight: 600;
1894 1742 background: #ffffff;
1895 1743 color: #5b4e96;
@@ -1906,9 +1754,9 @@
1906 1754 float: left;
1907 1755 border: 1px solid #c3c4c7;
1908 1756 border-bottom: 1px;
1909 1757 margin-left: .5em;
1910 - font-size: 16px;
1758 + font-size: 14px;
1911 1759 line-height: 1.71428571;
1912 1760 font-weight: 600;
1913 1761 background: #5b4e96;
1914 1762 color: #fff;
@@ -2052,9 +1900,9 @@
2052 1900 display: inline-block;
2053 1901 min-width: 310px;
2054 1902 margin: 0;
2055 1903 }
2056 -#rotationloader
1904 +#rotationloader.fa.fa-spinner
2057 1905 {
2058 1906 display: none;
2059 1907 rotate: initial;
2060 1908 -webkit-animation: rotation 2s infinite linear;
@@ -2065,9 +1913,9 @@
2065 1913 top: 0;
2066 1914 bottom: 0;
2067 1915 left: 0;
2068 1916 right: 0;
2069 - z-index: 1;
1917 + z-index: 9999;
2070 1918 text-align: center;
2071 1919 display: flex;
2072 1920 align-items: center;
2073 1921 justify-content: center;
@@ -2079,22 +1927,19 @@
2079 1927 a.qcld-wp-chatbot-wrap--doc_logo {
2080 1928 text-decoration: none !important;
2081 1929 position: relative;
2082 1930 }
2083 -.docs_icon span {
1931 +.docs_icon i {
2084 1932 background: #5b4e96;
2085 1933 padding: 25px 25px;
2086 1934 border-radius: 50%;
2087 - font-size: 82px;
2088 - width: auto;
2089 - height: auto;
2090 1935 }
2091 1936
2092 1937
2093 -/* .lp-submenu-wpbot_openAi button.swal2-deny.swal2-styled {
1938 +.lp-submenu-wpbot_openAi button.swal2-deny.swal2-styled {
2094 1939 font-size: 18px;
2095 1940 display: block !important;
2096 -} */
1941 +}
2097 1942
2098 1943 .lp-submenu-wpbot_openAi .swal2-actions button {
2099 1944 width: auto !important;
2100 1945 padding: 10px 40px !important;
@@ -2183,10 +2028,12 @@
2183 2028 color: #ffffff;
2184 2029 text-decoration: none;
2185 2030 border-color: #5b4e96 !important;
2186 2031 }
2032 +button.swal2-deny.swal2-styled {
2033 + display: block !important;
2034 +}
2187 2035
2188 -
2189 2036 button.swal2-confirm.btn.btn-lg.swal2-styled {
2190 2037 width: auto !important;
2191 2038 }
2192 2039
@@ -2336,816 +2183,5 @@
2336 2183 }
2337 2184
2338 2185 p.qc-opt-dcs-font-faq {
2339 2186 font-weight: bold;
2340 -}
2341 -
2342 -
2343 -.qcld-general-settings-connection-notic {
2344 - background: #eee;
2345 - border: 2px solid #5b4e96;
2346 - border-radius: 8px;
2347 - margin: 0 0 15px 0;
2348 - padding: 12px;
2349 - background: linear-gradient(192deg, #FFE3E1 4%, #E9E4FF 98.26%);
2350 - position: relative;
2351 -}
2352 -.qcld-general-settings-connection-notic p{
2353 - margin: 6px 0 6px 0;
2354 - padding: 0;
2355 - font-size: 15px;
2356 - font-weight: 500;
2357 -}
2358 -
2359 -
2360 -.qcld-general-settings-close {
2361 - position: absolute;
2362 - top: -10px;
2363 - right: 3px;
2364 - transition: all 200ms;
2365 - font-size: 30px;
2366 - font-weight: bold;
2367 - text-decoration: none;
2368 - color: #5b4e96;
2369 -}
2370 -.qcld-general-settings-close:hover {
2371 - color: orange;
2372 -}
2373 -#qcld-show-more-wrapper-box {
2374 - margin-top: 0;
2375 - position:relative;
2376 -}
2377 -#qcld-show-more-wrapper-box .qcld-show-more-text {
2378 -/* width: 660px; */
2379 - margin-bottom: 5px;
2380 - padding: 0 0;
2381 - position:relative;
2382 - display: block;
2383 -}
2384 -#qcld-show-more-wrapper-box .qcld-show-more-show-more {
2385 -color: #ffffff;
2386 - position: relative;
2387 - padding: 60px 0 0 0;
2388 - height: 60px;
2389 - text-align: center;
2390 - background: #f1f1f1;
2391 - cursor: pointer;
2392 - background: linear-gradient(to bottom, rgb(255 255 255 / 24%) 0%, rgb(188 174 255) 100%);
2393 - margin: -39px 0 0 0;
2394 - border-radius: 0 0 15px 15px;
2395 - z-index: 99999;
2396 - font-weight: bold;
2397 -}
2398 -
2399 -#qcld-show-more-wrapper-box .qcld-show-more-show-more-height {
2400 - height: 190px;
2401 - overflow:hidden;
2402 -}
2403 -
2404 -#qcld-show-more-wrapper-box .qcld-show-more-show-more i {
2405 - display: block;
2406 - padding: 0 0 0 0;
2407 - background: #5b4e96;
2408 - width: 30px;
2409 - height: 30px;
2410 - line-height: 30px;
2411 - border-radius: 50%;
2412 - margin: -15px auto 0 auto;
2413 - font-size: 18px !important;
2414 - color: #fff;
2415 -}
2416 -
2417 -.qcl-openai div#wp-chatbot-gemini-settings input[type=checkbox]+label {
2418 - position: relative;
2419 - width: 18px;
2420 - height: 18px;
2421 - border: 2px solid #5b4e96;
2422 - border-radius: 4px;
2423 - top: 0;
2424 - left: 0;
2425 - transform: translate(0%, 0%);
2426 - transition: all ease-out 200ms;
2427 - text-indent: 28px;
2428 - white-space: nowrap;
2429 - color: #555;
2430 - -webkit-user-select: none;
2431 - -moz-user-select: none;
2432 - -ms-user-select: none;
2433 - user-select: none;
2434 - display: flex;
2435 - align-items: center;
2436 - margin-bottom: 0;
2437 - line-height: 30px;
2438 -}
2439 -
2440 -
2441 -.qcl-openai div#wp-chatbot-gemini-settings input[type=checkbox]+label:after {
2442 - content: "";
2443 - position: absolute;
2444 - width: 0px;
2445 - height: 8px;
2446 - border-bottom: 3px solid #22b573;
2447 - border-left: 3px solid #22b573;
2448 - top: 25%;
2449 - left: 50%;
2450 - transform-origin: bottom left;
2451 - transform: rotate(-45deg);
2452 - opacity: 0;
2453 - transition: all ease-out 200ms;
2454 -}
2455 -
2456 -.qcl-openai div#wp-chatbot-gemini-settings input[type=checkbox]:checked+label {
2457 - border: 2px solid #22b573;
2458 -}
2459 -
2460 -.qcl-openai div#wp-chatbot-gemini-settings input[type=checkbox]:checked+label:after {
2461 - opacity: 1;
2462 - width: 22px;
2463 -}
2464 -
2465 -.qcl-openai div#wp-chatbot-gemini-settings input[type=checkbox] {
2466 - display: none;
2467 -}
2468 -
2469 -
2470 -.qcl-openai div#wp-chatbot-gemini-settings .form-check {
2471 - margin-bottom: 15px;
2472 - border: 1px solid #E5E6F2;
2473 - padding: 12px 12px;
2474 - border-radius: 8px;
2475 -}
2476 -
2477 -.qcl-openai div#wp-chatbot-gemini-settings label.form-check-label span {
2478 - font-size: 12px;
2479 -}
2480 -
2481 -.qcl-openai div#wp-chatbot-gemini-settings label.form-check-label span.pro-badge {
2482 - font-size: 9px;
2483 - font-weight: 400;
2484 - color: #ffffff;
2485 - background: #5B4E96;
2486 - border-radius: 20px;
2487 - padding: 2px 8px;
2488 - margin-left: 5px;
2489 - text-transform: uppercase;
2490 - text-indent: initial;
2491 - line-height: 16px;
2492 -}
2493 -
2494 -.qcl-openai div#wp-chatbot-gemini-settings a#save_setting {
2495 - margin: 0 0 15px 0;
2496 -}
2497 -
2498 -
2499 -
2500 -span.qcls_openAI_customized {
2501 - background: yellow;
2502 -}
2503 -.admin-maxwith.qcld-openai-main-box .tab-content .card-body p {
2504 - font-size: 16px;
2505 - line-height: 28px;
2506 -}
2507 -textarea#qcld_openai_system_content {
2508 - height: 120px;
2509 - line-height: 28px;
2510 -}
2511 -.qcld-openai-system-presets {
2512 - display: flex;
2513 - gap: 10px;
2514 - margin: 12px 0;
2515 - overflow-x: auto;
2516 - padding-bottom: 8px;
2517 - scroll-snap-type: x proximity;
2518 - flex-wrap: wrap;
2519 -}
2520 -.qcld-openai-system-preset {
2521 - align-items: center;
2522 - border: 1px solid #dcdcde;
2523 - border-radius: 6px;
2524 - cursor: pointer;
2525 - display: flex;
2526 - flex: 0 0 220px;
2527 - gap: 10px;
2528 - justify-content: center;
2529 - margin: 0;
2530 - min-height: 70px;
2531 - padding: 12px;
2532 - scroll-snap-align: start;
2533 - text-align: center;
2534 -}
2535 -.qcld-openai-system-preset input {
2536 - display: none;
2537 -}
2538 -.qcld-openai-system-preset.is-selected {
2539 - background: #f0f6fc;
2540 - border-color: #2271b1;
2541 -}
2542 -.qcld-openai-system-preset-content {
2543 - display: grid;
2544 - gap: 4px;
2545 - line-height: 22px;
2546 -}
2547 -.qcld-openai-system-preset-title {
2548 - color: #1d2327;
2549 - font-weight: 600;
2550 -}
2551 -.qcld-openai-system-preset-value {
2552 - display: none;
2553 -}
2554 -@media (max-width: 782px) {
2555 - .qcld-openai-system-preset {
2556 - flex-basis: 180px;
2557 - }
2558 -}
2559 -.qcld-main-wrapper .alert.alert-warning {
2560 - background: linear-gradient(130deg, #ffffff 70%, #e9e4ff 96% 96%);
2561 - border-radius: 6px;
2562 - color: #721c24;
2563 - background: #f8d7da;
2564 - border-color: #f5c6cb;
2565 - font-weight: bold;
2566 -}
2567 -.qcld-wpbot-pricing-filter-form-check {
2568 - display: flex;
2569 - gap: 10px;
2570 -}
2571 -
2572 -.qcld-dialogflow-enable-notice {
2573 - padding: 15px 0 15px 0;
2574 - color: red;
2575 - font-weight: bold;
2576 -}
2577 -
2578 -a#qcld_save_gemini_setting {
2579 - background: #5B4E96;
2580 - color: #ffffff;
2581 - border: none;
2582 - padding: 12px 30px;
2583 -}
2584 -.card-body-gemini {
2585 - padding: 0 15px;
2586 -}
2587 -
2588 -div#panelsStayOpen-collapseseven pre {
2589 - width: 100%;
2590 - display: block;
2591 - max-width: 1120px;
2592 -}
2593 -
2594 -.card-body-gemini p {
2595 - font-size: 16px;
2596 - font-weight: bold;
2597 -}
2598 -
2599 -.card-body-openrouter p{
2600 - font-size: 16px;
2601 - font-weight: bold;
2602 -}
2603 -div#wp-chatbot-openai-assistants p {
2604 - font-size: 16px;
2605 -}
2606 -button.btn{
2607 - outline: none !important;
2608 -}
2609 -button.btn:focus{
2610 - outline: none !important;
2611 -}
2612 -input:focus {
2613 - border-color: #e1dbff;
2614 - box-shadow: none !important;
2615 - outline: none !important;
2616 -}
2617 -
2618 -.wp-chatbot-wrap .qc-opt-language-title{
2619 - font-weight: bold !important;
2620 - color: #5b4e96 !important;
2621 - font-size: 16px;
2622 -}
2623 -
2624 -button.qcld_chatbot_custom_icon_button.button, button.wp_chatbot_custom_agent_button.button {
2625 - padding: 2px 20px;
2626 - width: auto;
2627 - font-size: 14px;
2628 - font-weight: 500;
2629 - color: #988FBD;
2630 - border-radius: 8px;
2631 - background: #fff;
2632 - color: #5B4E96;
2633 - text-decoration: none;
2634 - margin: 0;
2635 - border: 2px solid #5B4E96;
2636 -
2637 -}
2638 -
2639 -button.qcld_chatbot_custom_icon_button.button:hover, button.wp_chatbot_custom_agent_button.button:hover {
2640 - background: #5B4E96;
2641 - color: #fff;
2642 - border: 2px solid #5B4E96;
2643 -
2644 -}
2645 -
2646 -
2647 -@media (min-width: 993px) and (max-width: 1350px) {
2648 -.wp-chatbot-admin-upgrade-pro-sidebar {
2649 - width: 25%;
2650 -}
2651 -}
2652 -
2653 -.wp-chatbot-tabs nav ul li a span.dashicons {
2654 - font-size: 20px;
2655 - width: auto;
2656 - height: auto;
2657 -}
2658 -.wp-chatbot-tabs nav .cxsc-settings_openai_border a span.dashicons {
2659 - font-size: 20px;
2660 -}
2661 -
2662 -
2663 -.dashicons, .dashicons-before:before {
2664 - font-family: dashicons;
2665 - display: inline-block;
2666 - line-height: 1;
2667 - font-weight: 400;
2668 - font-weight: normal;
2669 -}
2670 -
2671 -.qcl-openai a:focus {
2672 - outline: 0 auto -webkit-focus-ring-color;
2673 - outline-offset: 0;
2674 - border: none !important;
2675 - outline: none !important;
2676 - box-shadow: none;
2677 -}
2678 -
2679 -#qcld_check_connection i{
2680 - animation: rotation infinite 3s linear;
2681 -}
2682 -
2683 -.wp-chatbot-wrap div#wp-chatbot-custom-color-options .form-group {
2684 - min-height: 90px;
2685 -}
2686 -
2687 -div#promotion-wpchatbot .qc-review-text a {
2688 - display: block;
2689 -}
2690 -.qcld-wp-chatbot-wrap-header-logo {
2691 - display: flex;
2692 - align-items: center;
2693 - gap: 10px;
2694 -}
2695 -@keyframes rotation{
2696 - from{
2697 - transform:rotate(360deg);
2698 - }
2699 -
2700 - to{
2701 - transform:rotate(0deg);
2702 - }
2703 -}
2704 -
2705 -.qcld-btn-primary {
2706 - padding: 14px 30px;
2707 - width: auto;
2708 - font-size: 16px;
2709 - font-weight: 500;
2710 - color: #988FBD;
2711 - border-radius: 8px;
2712 - position: relative;
2713 - display: inline-block;
2714 - align-items: center;
2715 - gap: 15px;
2716 - background: #5B4E96;
2717 - color: #ffffff;
2718 - text-decoration: none;
2719 - border-color: #5b4e96 !important;
2720 - line-height: normal;
2721 -}
2722 -div#wpfooter {
2723 - display: none;
2724 -}
2725 -
2726 -.qcld-btn-primary {
2727 -
2728 - border: none;
2729 -}
2730 -
2731 -div#qcld-rag-settings-tab .wrap h3 {
2732 - padding: 0 0 8px 0;
2733 - margin: 20px 0 12px 0;
2734 - font-weight: bold;
2735 - font-size: 22px !important;
2736 - color: #5b4e96 !important;
2737 -}
2738 -
2739 -div#rag-sync .wrap h3 {
2740 - padding: 0 0 8px 0;
2741 - margin: 10px 0 12px 0;
2742 - font-weight: bold;
2743 - font-size: 22px !important;
2744 - color: #5b4e96 !important;
2745 -}
2746 -
2747 -div#rag-settings h2.nav-tab-wrapper a {
2748 - margin-right: 0;
2749 - line-height: 1.42857143;
2750 - border: 1px solid #5b4e96;
2751 - border-radius: 6px;
2752 - border: 1px solid #5b4e96;
2753 - padding: 10px 20px !important;
2754 - border-radius: 8px;
2755 - color: #5b4e96;
2756 - font-size: 15px;
2757 - font-weight: 600;
2758 - line-height: normal !important;
2759 - background: #fff;
2760 -}
2761 -
2762 -div#rag-settings h2.nav-tab-wrapper {
2763 - margin: 0;
2764 - padding: 0;
2765 - border: none;
2766 -}
2767 -
2768 -div#rag-settings h2.nav-tab-wrapper a:hover, div#rag-settings h2.nav-tab-wrapper a.nav-tab-active, div#rag-settings h2.nav-tab-wrapper a:focus {
2769 - color: #fff;
2770 - background: #5b4e96;
2771 - text-decoration: none !important;
2772 - border: 1px solid #5b4e96;
2773 -}
2774 -
2775 -
2776 -
2777 -button#rag-pdf-submit, button#rag-csv-submit, button#rag-xaml-submit, button#rag_embed_btn {
2778 - padding: 8px 15px;
2779 - width: auto;
2780 - font-size: 16px;
2781 - font-weight: 500;
2782 - color: #988FBD;
2783 - border-radius: 8px;
2784 - position: relative;
2785 - display: inline-block;
2786 - align-items: center;
2787 - gap: 15px;
2788 - background: #5B4E96;
2789 - color: #ffffff;
2790 - text-decoration: none;
2791 - border-color: #5b4e96 !important;
2792 - line-height: normal;
2793 -}
2794 -
2795 -div#rag-sync .wrap {
2796 - border: 1px solid #eee;
2797 - padding: 8px 12px;
2798 - border-radius: 6px;
2799 -}
2800 -
2801 -
2802 -
2803 -div#qcld-rag-settings-tab .wrap:first-child {
2804 - border: 1px solid #eee;
2805 - padding: 8px 12px;
2806 - border-radius: 6px;
2807 -}
2808 -
2809 -
2810 -.qcl-openai div#rag-database input[type=checkbox] {
2811 - display: block;
2812 -}
2813 -
2814 -.tablenav-pages {
2815 - text-align: right;
2816 - padding: 8px 0;
2817 -}
2818 -button#botmaster_submit_sitemap_btn {
2819 - background: #5B4E96;
2820 - border-color: #5B4E96;
2821 -}
2822 -div#rag-database h3 {
2823 - padding: 0 0 8px 0;
2824 - margin: 15px 0 8px 0;
2825 - font-weight: bold;
2826 - font-size: 22px !important;
2827 - color: #5b4e96 !important;
2828 -}
2829 -
2830 -.qcl-openai div#rag-settings h2.nav-tab-wrapper a:focus {
2831 - border: 1px solid #5b4e96 !important;
2832 -}
2833 -button#rag-delete-all {
2834 - background: #5b4e96;
2835 - color: #fff;
2836 - border-color: #5b4e96;
2837 -}
2838 -
2839 -div#rag-database table.widefat {
2840 - border: 1px solid #ffffff;
2841 - box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
2842 -}
2843 -div#rag-database .widefat thead td, div#rag-database .widefat thead th {
2844 - border-bottom: 1px solid #ffffff;
2845 -}
2846 -
2847 -div#rag-database table.widefat thead {
2848 - background: #5b4e96;
2849 - color: #fff;
2850 -}
2851 -div#rag-database table.widefat thead th {
2852 - color: #fff;
2853 -}
2854 -.qcl-openai div#rag-database input[type=checkbox] {
2855 - display: block;
2856 - width: 18px;
2857 - height: 18px;
2858 -}
2859 -
2860 -div#wp-chatbot-openai-rag input[type=checkbox]+label {
2861 - margin-bottom: 0;
2862 -}
2863 -.qcl-openai input[type=checkbox]+label {
2864 - margin-bottom: 0;
2865 -}
2866 -div#qcld-rag-settings-tab .wrap .mb-3 {
2867 - padding: 5px 0;
2868 -}
2869 -
2870 -div#rag-database input#search-submit {
2871 - background: #5b4e96;
2872 - color: #fff;
2873 - border-color: #5b4e96;
2874 -}
2875 -.rag_embed_cpts_wrapper {
2876 - display: flex;
2877 - flex-direction: column;
2878 - gap: 6px;
2879 -}
2880 -
2881 -div#wp-chatbot-gemini-settings .input-group {
2882 - display: flex;
2883 - gap: 10px;
2884 -}
2885 -div#wp-chatbot-grok-settings a#qcld_save_grok_setting {
2886 - background: #5B4E96;
2887 - color: #ffffff;
2888 - border: none;
2889 - padding: 12px 30px;
2890 -}
2891 -
2892 -button#qcld_gemini_fetch_models {
2893 - background: #5B4E96;
2894 - color: #ffffff;
2895 - border: none;
2896 -}
2897 -.wp-chatbot-wrap label.block.text-sm.font-medium.text-gray-700.mb-2.qc-opt-language-title {
2898 - display: block;
2899 - padding: 0 0 5px 0;
2900 -}
2901 -select#qcld_language_center_select {
2902 - padding: 0 0 0 0;
2903 - margin: 0 0 6px 0;
2904 - padding: 0 4px;
2905 - min-width: 220px;
2906 -}
2907 -
2908 -select#qcld_language_center_select:focus {
2909 - border-color: #5b4e96;
2910 - color: #5b4e96;
2911 - box-shadow: 0 0 0 1px #5b4e96;
2912 -}
2913 -
2914 -div#common-ai-settings h2 a {
2915 - background: #5B4E96;
2916 - color: #ffffff;
2917 - display: inline-block !important;
2918 - font-size: 16px;
2919 - padding: 8px 15px;
2920 - border-radius: 8px;
2921 -}
2922 -
2923 -div#common-ai-settings h2.nav-tab-wrapper {
2924 - border: none;
2925 -}
2926 -div#qcld-rate-settings-tab {
2927 - display: block !important;
2928 -}
2929 -div#common-ai-settings .form-check {
2930 - margin-bottom: 15px;
2931 - border: 0px solid #E5E6F2;
2932 - padding: 12px 12px;
2933 - border-radius: 8px;
2934 -}
2935 -.cxsc-settings-blocks.cxsc-settings-blocks-style input[type=radio]:checked::before {
2936 - width: 1.5rem;
2937 - height: 1.5rem;
2938 - margin: -1px 0 0 -1px;
2939 -}
2940 -
2941 -.cxsc-settings-blocks.cxsc-settings-blocks-style .radio-inline input[type=radio] {
2942 - width: 1.5rem;
2943 - height: 1.5rem;
2944 -}
2945 -
2946 -button#rag-docx-submit, button#rag-migrate-btn, button#rag-media-docx-btn, button#qcld-rag-list-docx-btn, button#rag-media-pdf-btn, button#qcld-rag-list-pdf-btn {
2947 - padding: 8px 15px;
2948 - width: auto;
2949 - font-size: 16px;
2950 - font-weight: 500;
2951 - color: #988FBD;
2952 - border-radius: 8px;
2953 - position: relative;
2954 - display: inline-block;
2955 - align-items: center;
2956 - gap: 15px;
2957 - background: #5B4E96;
2958 - color: #ffffff;
2959 - text-decoration: none;
2960 - border-color: #5b4e96 !important;
2961 - line-height: normal;
2962 -}
2963 -
2964 -
2965 -button#botmaster_submit_googlesheet_btn, button#botmaster_submit_googledoc_btn {
2966 - background: #5B4E96;
2967 - border-color: #5B4E96;
2968 -}
2969 -
2970 -.wpbot-wizard-field select#wizard_ai_provider {
2971 - background: transparent;
2972 - color: #fff;
2973 - width: 100%;
2974 - display: block;
2975 - max-width: unset;
2976 -}
2977 -.wpbot-wizard-field select#wizard_ai_provider:hover {
2978 - border-color: #5b4e96;
2979 - color: #5b4e96;
2980 - box-shadow: 0 0 0 1px #5b4e96;
2981 -}
2982 -div#wizard_api_key_container input#wizard_api_key {
2983 - background: transparent;
2984 - color: #fff;
2985 -}
2986 -
2987 -
2988 -
2989 -div#collapseTwoControl input[type=radio]:checked::before {
2990 - background-color: #5b4e96;
2991 -}
2992 -
2993 -.nav-tab-wrapper.sld_nav_container.wppt_nav_container.qcld_help_wppt_nav_container{
2994 - width: 320px !important;
2995 - gap: 0;
2996 -}
2997 -div#rag-settings tbody#rag-knowledge-base-list tr td button {
2998 - padding: 6px 20px;
2999 - font-weight: bold;
3000 - font-size: 12px;
3001 -}
3002 -div#rag-settings tbody#rag-knowledge-base-list tr td button.button.button-small.button-link-delete.rag-delete-doc{
3003 - background: #d14529;
3004 - color: #fff;
3005 - border-color: #d14529;
3006 -}
3007 -
3008 -button#ai-knowledge-base-tab {
3009 - animation: pulse 2s infinite;
3010 -}
3011 -
3012 -@keyframes pulse {
3013 - 0% {
3014 - transform: scale(1);
3015 - }
3016 - 50% {
3017 - transform: scale(1.05);
3018 - }
3019 - 100% {
3020 - transform: scale(1);
3021 - }
3022 -}
3023 -footer.wp-chatbot-admin-footer input#submit {
3024 - background: #5b4e96;
3025 - padding: 12px 30px;
3026 -}
3027 -footer.wp-chatbot-admin-footer {
3028 - padding: 0 20px 20px 20px;
3029 - margin: 0 20px;
3030 -}
3031 -.qcld-wp-chatbot-wrap-header_inn a.button.page-title-action {
3032 - padding: 8px 15px;
3033 - background: #ffffff;
3034 - color: #5B4E96;
3035 - border: 2px solid #5B4E96;
3036 - border-radius: 6px;
3037 - font-weight: bold;
3038 - position: absolute;
3039 - top: 30px;
3040 - left: 280px;
3041 - line-height: normal;
3042 - min-height: unset;
3043 -}
3044 -.qcld-wp-chatbot-wrap-header_inn a.button.page-title-action:hover {
3045 - padding: 8px 15px;
3046 - background: #5B4E96;
3047 - color: #fff;
3048 - border: 2px solid #5B4E96;
3049 - border-radius: 6px;
3050 - font-weight: bold;
3051 - position: absolute;
3052 - top: 31px;
3053 - left: 280px;
3054 -}
3055 -
3056 -.qcld-session-history_menu_box .btn.btn-primary {
3057 - background: #564a8e !important;
3058 - color: #fff !important;
3059 -}
3060 -.qcld-session-history_menu_box a.btn.btn-success {
3061 - padding: 8px 24px;
3062 - width: auto;
3063 - font-size: 15px;
3064 - font-weight: 500;
3065 - border-radius: 8px;
3066 - position: relative;
3067 - background: #ffffff;
3068 - color: #564a8e;
3069 - text-decoration: none;
3070 - line-height: normal;
3071 - border: 2px solid #564a8e;
3072 -}
3073 -.qcld-session-history_menu_box a.btn.btn-success:hover {
3074 - padding: 8px 24px;
3075 - width: auto;
3076 - font-size: 15px;
3077 - font-weight: 500;
3078 - border-radius: 8px;
3079 - position: relative;
3080 - background: #564a8e;
3081 - color: #fff;
3082 - text-decoration: none;
3083 - line-height: normal;
3084 - border: 2px solid #564a8e;
3085 -}
3086 -
3087 -
3088 -
3089 -.Expandmore {
3090 - background: #23ab10;
3091 - display: inline-block;
3092 - padding: 4px 10px;
3093 - font-size: 14px;
3094 - border-radius: 6px;
3095 - position: relative;
3096 - top: -15px;
3097 -}
3098 -
3099 -.Collapsemore {
3100 - background: #ff0000;
3101 - display: inline-block;
3102 - padding: 4px 10px;
3103 - font-size: 14px;
3104 - border-radius: 6px;
3105 - position: relative;
3106 - top: -15px;
3107 -
3108 -}
3109 -
3110 -.Expandmore span {
3111 - color: #fff;
3112 - margin: 0 0 0 8px;
3113 - padding: 0 5px;
3114 - font-size: 18px;
3115 -}
3116 -
3117 -.admin-maxwith.qcld-openai-main-box .col-auto.me-auto.ai-settings-title-container {
3118 - display: flex;
3119 - justify-content: flex-start;
3120 - align-items: center;
3121 -}
3122 -
3123 -.avatar-location-wrapper {
3124 - padding: 0 0 25px 0;
3125 -}
3126 -.avatar-location-card.active {
3127 - background: #5b4e96;
3128 - color: #ffffff;
3129 -}
3130 -.avatar-location-card.active svg {
3131 - color: #ffffff;
3132 -}
3133 -
3134 -.ai-provider-cards {
3135 - margin: 0 0 0 25%;
3136 -}
3137 -.qcld-wp-chatbot-wrap-header_inn_heading a.button.page-title-action {
3138 - margin: 0 0 0 4px;
3139 -}
3140 -@media (max-width: 880px) {
3141 -
3142 -.ai-provider-cards {
3143 - margin: 0 0 0 0;
3144 -}
3145 -
3146 -}
3147 -
3148 -label.qcld_label_width_full.qcld_label_width_half {
3149 - font-size: 12px;
3150 - padding: 6px 0 0 0;
3151 2187 }