| @@ -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, |
| @@ -996,59 +996,8 @@ | ||
| 996 | 996 | .lp-submenu-wpbot_openAi .swal2-actions { |
| 997 | 997 | display: flex; |
| 998 | 998 | width: auto; |
| 999 | 999 | } |
| 1000 | - | |
| 1001 | -/* Icon-only centered loading overlay for Save settings */ | |
| 1002 | -.swal2-popup.qcld-swal-loading-only { | |
| 1003 | - background: transparent !important; | |
| 1004 | - box-shadow: none !important; | |
| 1005 | - padding: 0 !important; | |
| 1006 | - width: auto !important; | |
| 1007 | - min-width: 0 !important; | |
| 1008 | -} | |
| 1009 | -.swal2-popup.qcld-swal-loading-only .swal2-header, | |
| 1010 | -.swal2-popup.qcld-swal-loading-only .swal2-title, | |
| 1011 | -.swal2-popup.qcld-swal-loading-only .swal2-actions, | |
| 1012 | -.swal2-popup.qcld-swal-loading-only .swal2-footer, | |
| 1013 | -.swal2-popup.qcld-swal-loading-only .swal2-close { | |
| 1014 | - display: none !important; | |
| 1015 | -} | |
| 1016 | -.swal2-popup.qcld-swal-loading-only .swal2-html-container { | |
| 1017 | - margin: 0 !important; | |
| 1018 | - padding: 0 !important; | |
| 1019 | - overflow: visible !important; | |
| 1020 | - color: transparent !important; | |
| 1021 | -} | |
| 1022 | -.qcld-save-settings-spinner { | |
| 1023 | - position: relative; | |
| 1024 | - width: 56px; | |
| 1025 | - height: 56px; | |
| 1026 | - margin: 0 auto; | |
| 1027 | -} | |
| 1028 | -.qcld-save-settings-spinner::before, | |
| 1029 | -.qcld-save-settings-spinner::after { | |
| 1030 | - content: ''; | |
| 1031 | - position: absolute; | |
| 1032 | - inset: 0; | |
| 1033 | - border-radius: 50%; | |
| 1034 | - border: 4px solid transparent; | |
| 1035 | -} | |
| 1036 | -.qcld-save-settings-spinner::before { | |
| 1037 | - border-top-color: #8b5cf6; | |
| 1038 | - border-right-color: #8b5cf6; | |
| 1039 | - animation: qcld-save-settings-spin 0.9s linear infinite; | |
| 1040 | -} | |
| 1041 | -.qcld-save-settings-spinner::after { | |
| 1042 | - inset: 8px; | |
| 1043 | - border-bottom-color: #ffffff; | |
| 1044 | - border-left-color: #ffffff; | |
| 1045 | - animation: qcld-save-settings-spin 0.7s linear infinite reverse; | |
| 1046 | -} | |
| 1047 | -@keyframes qcld-save-settings-spin { | |
| 1048 | - 0% { transform: rotate(0deg); } | |
| 1049 | - 100% { transform: rotate(360deg); } | |
| 1050 | -} | |
| 1051 | 1000 | .lp-submenu-wpbot_openAi button.swal2-confirm.btn.btn-lg.swal2-styled{ |
| 1052 | 1001 | width: auto !important; |
| 1053 | 1002 | } |
| 1054 | 1003 | |
| @@ -1163,12 +1112,12 @@ | ||
| 1163 | 1112 | |
| 1164 | 1113 | .admin-maxwith.qcld-openai-main-box .col-auto.me-auto.ai-settings-title-container { |
| 1165 | 1114 | display: flex; |
| 1166 | 1115 | justify-content: flex-start; |
| 1167 | - padding: 8px 20px; | |
| 1116 | + padding: 20px; | |
| 1168 | 1117 | border-radius: 16px; |
| 1169 | 1118 | background: linear-gradient(192deg, #FFE3E1 4%, #E9E4FF 98.26%); |
| 1170 | - margin: 20px 0 0 0; | |
| 1119 | + margin: 20px 0 20px 0; | |
| 1171 | 1120 | gap: 30px; |
| 1172 | 1121 | } |
| 1173 | 1122 | |
| 1174 | 1123 | .admin-maxwith.qcld-openai-main-box .tab-content { |
| @@ -1536,163 +1485,17 @@ | ||
| 1536 | 1485 | } |
| 1537 | 1486 | |
| 1538 | 1487 | |
| 1539 | 1488 | .admin-maxwith.qcld-openai-main-box .col-auto.me-auto.ai-settings-title-container h4 { |
| 1540 | - width: 365px; | |
| 1489 | + width: 396px; | |
| 1541 | 1490 | } |
| 1542 | 1491 | |
| 1543 | 1492 | .admin-maxwith.qcld-openai-main-box .col-auto.me-auto.ai-settings-title-container select { |
| 1544 | - display: none; | |
| 1493 | + border-color: #ffffff; | |
| 1494 | + width: 220px; | |
| 1545 | 1495 | } |
| 1546 | 1496 | |
| 1547 | -/* Avatar Location Selector */ | |
| 1548 | -.avatar-location-wrapper { | |
| 1549 | - background: #ffffff; | |
| 1550 | - border-radius: 12px; | |
| 1551 | - padding: 0 0 25px 0; | |
| 1552 | - margin: 0 0 0 0; | |
| 1553 | -} | |
| 1554 | 1497 | |
| 1555 | -.avatar-location-title { | |
| 1556 | - font-size: 13px; | |
| 1557 | - font-weight: 600; | |
| 1558 | - color: #6B7280; | |
| 1559 | - margin: 0 0 10px 0; | |
| 1560 | - text-transform: none; | |
| 1561 | - letter-spacing: 0; | |
| 1562 | -} | |
| 1563 | - | |
| 1564 | -.avatar-location-cards { | |
| 1565 | - display: inline-flex; | |
| 1566 | - gap: 0; | |
| 1567 | - background: #F3F4F6; | |
| 1568 | - border-radius: 10px; | |
| 1569 | - padding: 4px; | |
| 1570 | -} | |
| 1571 | - | |
| 1572 | -.avatar-location-card { | |
| 1573 | - display: flex; | |
| 1574 | - align-items: center; | |
| 1575 | - gap: 6px; | |
| 1576 | - padding: 8px 18px; | |
| 1577 | - border-radius: 8px; | |
| 1578 | - cursor: pointer; | |
| 1579 | - font-size: 13px; | |
| 1580 | - font-weight: 500; | |
| 1581 | - color: #6B7280; | |
| 1582 | - background: transparent; | |
| 1583 | - border: none; | |
| 1584 | - transition: all 0.2s ease; | |
| 1585 | - user-select: none; | |
| 1586 | -} | |
| 1587 | - | |
| 1588 | -.avatar-location-card:hover { | |
| 1589 | - color: #374151; | |
| 1590 | - background: #E5E7EB; | |
| 1591 | -} | |
| 1592 | - | |
| 1593 | -.avatar-location-card.active { | |
| 1594 | - background: #ffffff; | |
| 1595 | - color: #111827; | |
| 1596 | - box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08); | |
| 1597 | -} | |
| 1598 | - | |
| 1599 | -.avatar-location-card svg { | |
| 1600 | - flex-shrink: 0; | |
| 1601 | - color: inherit; | |
| 1602 | -} | |
| 1603 | - | |
| 1604 | -.avatar-location-card.active svg { | |
| 1605 | - color: #4B5563; | |
| 1606 | -} | |
| 1607 | - | |
| 1608 | -/* AI Provider Cards Wrapper */ | |
| 1609 | -.ai-provider-cards-wrapper { | |
| 1610 | - background: #ffffff; | |
| 1611 | - border-radius: 12px; | |
| 1612 | - padding: 20px 24px 20px 6px; | |
| 1613 | - margin: 0 0 0 0; | |
| 1614 | -} | |
| 1615 | - | |
| 1616 | -.ai-provider-cards { | |
| 1617 | - display: flex; | |
| 1618 | - gap: 12px; | |
| 1619 | - flex-wrap: wrap; | |
| 1620 | - padding: 4px 0; | |
| 1621 | -} | |
| 1622 | - | |
| 1623 | -.ai-provider-card { | |
| 1624 | - display: flex; | |
| 1625 | - flex-direction: column; | |
| 1626 | - align-items: center; | |
| 1627 | - justify-content: center; | |
| 1628 | - gap: 8px; | |
| 1629 | - padding: 8px 12px; | |
| 1630 | - min-width: 110px; | |
| 1631 | - background: #ffffff; | |
| 1632 | - border: 2px solid #E5E7EB; | |
| 1633 | - border-radius: 12px; | |
| 1634 | - cursor: pointer; | |
| 1635 | - position: relative; | |
| 1636 | - transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1); | |
| 1637 | - user-select: none; | |
| 1638 | -} | |
| 1639 | - | |
| 1640 | -.ai-provider-card:hover { | |
| 1641 | - border-color: #93C5FD; | |
| 1642 | - background: #F0F7FF; | |
| 1643 | - transform: translateY(-2px); | |
| 1644 | - box-shadow: 0 4px 12px rgba(37, 99, 235, 0.10); | |
| 1645 | -} | |
| 1646 | - | |
| 1647 | -.ai-provider-card.active { | |
| 1648 | - border-color: #2563EB; | |
| 1649 | - background: #EFF6FF; | |
| 1650 | - box-shadow: 0 2px 8px rgba(37, 99, 235, 0.13); | |
| 1651 | -} | |
| 1652 | - | |
| 1653 | -.ai-provider-check { | |
| 1654 | - position: absolute; | |
| 1655 | - top: 6px; | |
| 1656 | - right: 6px; | |
| 1657 | - opacity: 0; | |
| 1658 | - transform: scale(0.5); | |
| 1659 | - transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1); | |
| 1660 | - line-height: 0; | |
| 1661 | -} | |
| 1662 | - | |
| 1663 | -.ai-provider-card.active .ai-provider-check { | |
| 1664 | - opacity: 1; | |
| 1665 | - transform: scale(1); | |
| 1666 | -} | |
| 1667 | - | |
| 1668 | -.ai-provider-icon { | |
| 1669 | - width: 40px; | |
| 1670 | - height: 40px; | |
| 1671 | - display: flex; | |
| 1672 | - align-items: center; | |
| 1673 | - justify-content: center; | |
| 1674 | -} | |
| 1675 | - | |
| 1676 | -.ai-provider-icon svg { | |
| 1677 | - width: 32px; | |
| 1678 | - height: 32px; | |
| 1679 | -} | |
| 1680 | - | |
| 1681 | -.ai-provider-name { | |
| 1682 | - font-size: 12px; | |
| 1683 | - font-weight: 600; | |
| 1684 | - color: #4B5563; | |
| 1685 | - text-align: center; | |
| 1686 | - white-space: nowrap; | |
| 1687 | - line-height: 1.2; | |
| 1688 | -} | |
| 1689 | - | |
| 1690 | -.ai-provider-card.active .ai-provider-name { | |
| 1691 | - color: #1E40AF; | |
| 1692 | -} | |
| 1693 | - | |
| 1694 | - | |
| 1695 | 1498 | .admin-maxwith.qcld-openai-main-box .tab-content div#wp-chatbot-openai-training-model .row.my-4 { |
| 1696 | 1499 | font-size: 15px; |
| 1697 | 1500 | display: flex; |
| 1698 | 1501 | width: 100%; |
| @@ -2447,9 +2250,9 @@ | ||
| 2447 | 2250 | font-weight: bold; |
| 2448 | 2251 | } |
| 2449 | 2252 | |
| 2450 | 2253 | #qcld-show-more-wrapper-box .qcld-show-more-show-more-height { |
| 2451 | - height: 338px; | |
| 2254 | + height: 190px; | |
| 2452 | 2255 | overflow:hidden; |
| 2453 | 2256 | } |
| 2454 | 2257 | |
| 2455 | 2258 | #qcld-show-more-wrapper-box .qcld-show-more-show-more i { |
| @@ -2558,56 +2361,8 @@ | ||
| 2558 | 2361 | textarea#qcld_openai_system_content { |
| 2559 | 2362 | height: 120px; |
| 2560 | 2363 | line-height: 28px; |
| 2561 | 2364 | } |
| 2562 | -.qcld-openai-system-presets { | |
| 2563 | - display: flex; | |
| 2564 | - gap: 10px; | |
| 2565 | - margin: 12px 0; | |
| 2566 | - overflow-x: auto; | |
| 2567 | - padding-bottom: 8px; | |
| 2568 | - scroll-snap-type: x proximity; | |
| 2569 | - flex-wrap: wrap; | |
| 2570 | -} | |
| 2571 | -.qcld-openai-system-preset { | |
| 2572 | - align-items: center; | |
| 2573 | - border: 1px solid #dcdcde; | |
| 2574 | - border-radius: 6px; | |
| 2575 | - cursor: pointer; | |
| 2576 | - display: flex; | |
| 2577 | - flex: 0 0 220px; | |
| 2578 | - gap: 10px; | |
| 2579 | - justify-content: center; | |
| 2580 | - margin: 0; | |
| 2581 | - min-height: 70px; | |
| 2582 | - padding: 12px; | |
| 2583 | - scroll-snap-align: start; | |
| 2584 | - text-align: center; | |
| 2585 | -} | |
| 2586 | -.qcld-openai-system-preset input { | |
| 2587 | - display: none; | |
| 2588 | -} | |
| 2589 | -.qcld-openai-system-preset.is-selected { | |
| 2590 | - background: #f0f6fc; | |
| 2591 | - border-color: #2271b1; | |
| 2592 | -} | |
| 2593 | -.qcld-openai-system-preset-content { | |
| 2594 | - display: grid; | |
| 2595 | - gap: 4px; | |
| 2596 | - line-height: 22px; | |
| 2597 | -} | |
| 2598 | -.qcld-openai-system-preset-title { | |
| 2599 | - color: #1d2327; | |
| 2600 | - font-weight: 600; | |
| 2601 | -} | |
| 2602 | -.qcld-openai-system-preset-value { | |
| 2603 | - display: none; | |
| 2604 | -} | |
| 2605 | -@media (max-width: 782px) { | |
| 2606 | - .qcld-openai-system-preset { | |
| 2607 | - flex-basis: 180px; | |
| 2608 | - } | |
| 2609 | -} | |
| 2610 | 2365 | .qcld-main-wrapper .alert.alert-warning { |
| 2611 | 2366 | background: linear-gradient(130deg, #ffffff 70%, #e9e4ff 96% 96%); |
| 2612 | 2367 | border-radius: 6px; |
| 2613 | 2368 | color: #721c24; |
| @@ -2906,8 +2661,9 @@ | ||
| 2906 | 2661 | display: block; |
| 2907 | 2662 | width: 18px; |
| 2908 | 2663 | height: 18px; |
| 2909 | 2664 | } |
| 2665 | + | |
| 2910 | 2666 | div#wp-chatbot-openai-rag input[type=checkbox]+label { |
| 2911 | 2667 | margin-bottom: 0; |
| 2912 | 2668 | } |
| 2913 | 2669 | .qcl-openai input[type=checkbox]+label { |
| @@ -2915,8 +2671,9 @@ | ||
| 2915 | 2671 | } |
| 2916 | 2672 | div#qcld-rag-settings-tab .wrap .mb-3 { |
| 2917 | 2673 | padding: 5px 0; |
| 2918 | 2674 | } |
| 2675 | + | |
| 2919 | 2676 | div#rag-database input#search-submit { |
| 2920 | 2677 | background: #5b4e96; |
| 2921 | 2678 | color: #fff; |
| 2922 | 2679 | border-color: #5b4e96; |
| @@ -2925,8 +2682,9 @@ | ||
| 2925 | 2682 | display: flex; |
| 2926 | 2683 | flex-direction: column; |
| 2927 | 2684 | gap: 6px; |
| 2928 | 2685 | } |
| 2686 | + | |
| 2929 | 2687 | div#wp-chatbot-gemini-settings .input-group { |
| 2930 | 2688 | display: flex; |
| 2931 | 2689 | gap: 10px; |
| 2932 | 2690 | } |
| @@ -2935,8 +2693,9 @@ | ||
| 2935 | 2693 | color: #ffffff; |
| 2936 | 2694 | border: none; |
| 2937 | 2695 | padding: 12px 30px; |
| 2938 | 2696 | } |
| 2697 | + | |
| 2939 | 2698 | button#qcld_gemini_fetch_models { |
| 2940 | 2699 | background: #5B4E96; |
| 2941 | 2700 | color: #ffffff; |
| 2942 | 2701 | border: none; |
| @@ -2950,13 +2709,15 @@ | ||
| 2950 | 2709 | margin: 0 0 6px 0; |
| 2951 | 2710 | padding: 0 4px; |
| 2952 | 2711 | min-width: 220px; |
| 2953 | 2712 | } |
| 2713 | + | |
| 2954 | 2714 | select#qcld_language_center_select:focus { |
| 2955 | 2715 | border-color: #5b4e96; |
| 2956 | 2716 | color: #5b4e96; |
| 2957 | 2717 | box-shadow: 0 0 0 1px #5b4e96; |
| 2958 | 2718 | } |
| 2719 | + | |
| 2959 | 2720 | div#common-ai-settings h2 a { |
| 2960 | 2721 | background: #5B4E96; |
| 2961 | 2722 | color: #ffffff; |
| 2962 | 2723 | display: inline-block !important; |
| @@ -2961,10 +2722,11 @@ | ||
| 2961 | 2722 | color: #ffffff; |
| 2962 | 2723 | display: inline-block !important; |
| 2963 | 2724 | font-size: 16px; |
| 2964 | 2725 | padding: 8px 15px; |
| 2965 | - border-radius: 8px; | |
| 2726 | + border-radius: 8px; | |
| 2966 | 2727 | } |
| 2728 | + | |
| 2967 | 2729 | div#common-ai-settings h2.nav-tab-wrapper { |
| 2968 | 2730 | border: none; |
| 2969 | 2731 | } |
| 2970 | 2732 | div#qcld-rate-settings-tab { |
| @@ -2980,12 +2742,14 @@ | ||
| 2980 | 2742 | width: 1.5rem; |
| 2981 | 2743 | height: 1.5rem; |
| 2982 | 2744 | margin: -1px 0 0 -1px; |
| 2983 | 2745 | } |
| 2746 | + | |
| 2984 | 2747 | .cxsc-settings-blocks.cxsc-settings-blocks-style .radio-inline input[type=radio] { |
| 2985 | 2748 | width: 1.5rem; |
| 2986 | 2749 | height: 1.5rem; |
| 2987 | 2750 | } |
| 2751 | + | |
| 2988 | 2752 | 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 { |
| 2989 | 2753 | padding: 8px 15px; |
| 2990 | 2754 | width: auto; |
| 2991 | 2755 | font-size: 16px; |
| @@ -3001,180 +2765,10 @@ | ||
| 3001 | 2765 | text-decoration: none; |
| 3002 | 2766 | border-color: #5b4e96 !important; |
| 3003 | 2767 | line-height: normal; |
| 3004 | 2768 | } |
| 2769 | + | |
| 2770 | + | |
| 3005 | 2771 | button#botmaster_submit_googlesheet_btn, button#botmaster_submit_googledoc_btn { |
| 3006 | 2772 | background: #5B4E96; |
| 3007 | 2773 | border-color: #5B4E96; |
| 3008 | -} | |
| 3009 | -.wpbot-wizard-field select#wizard_ai_provider { | |
| 3010 | - background: transparent; | |
| 3011 | - color: #fff; | |
| 3012 | - width: 100%; | |
| 3013 | - display: block; | |
| 3014 | - max-width: unset; | |
| 3015 | -} | |
| 3016 | -.wpbot-wizard-field select#wizard_ai_provider:hover { | |
| 3017 | - border-color: #5b4e96; | |
| 3018 | - color: #5b4e96; | |
| 3019 | - box-shadow: 0 0 0 1px #5b4e96; | |
| 3020 | -} | |
| 3021 | -div#wizard_api_key_container input#wizard_api_key { | |
| 3022 | - background: transparent; | |
| 3023 | - color: #fff; | |
| 3024 | -} | |
| 3025 | -div#collapseTwoControl input[type=radio]:checked::before { | |
| 3026 | - background-color: #5b4e96; | |
| 3027 | -} | |
| 3028 | -.nav-tab-wrapper.sld_nav_container.wppt_nav_container.qcld_help_wppt_nav_container{ | |
| 3029 | - width: 320px !important; | |
| 3030 | - gap: 0; | |
| 3031 | -} | |
| 3032 | -div#rag-settings tbody#rag-knowledge-base-list tr td button { | |
| 3033 | - padding: 6px 20px; | |
| 3034 | - font-weight: bold; | |
| 3035 | - font-size: 12px; | |
| 3036 | -} | |
| 3037 | -div#rag-settings tbody#rag-knowledge-base-list tr td button.button.button-small.button-link-delete.rag-delete-doc{ | |
| 3038 | - background: #d14529; | |
| 3039 | - color: #fff; | |
| 3040 | - border-color: #d14529; | |
| 3041 | -} | |
| 3042 | -button#ai-knowledge-base-tab { | |
| 3043 | - animation: pulse 2s infinite; | |
| 3044 | -} | |
| 3045 | -@keyframes pulse { | |
| 3046 | - 0% { | |
| 3047 | - transform: scale(1); | |
| 3048 | - } | |
| 3049 | - 50% { | |
| 3050 | - transform: scale(1.05); | |
| 3051 | - } | |
| 3052 | - 100% { | |
| 3053 | - transform: scale(1); | |
| 3054 | - } | |
| 3055 | -} | |
| 3056 | -footer.wp-chatbot-admin-footer input#submit { | |
| 3057 | - background: #5b4e96; | |
| 3058 | - padding: 12px 30px; | |
| 3059 | -} | |
| 3060 | -footer.wp-chatbot-admin-footer { | |
| 3061 | - padding: 0 20px 20px 20px; | |
| 3062 | - margin: 0 20px; | |
| 3063 | -} | |
| 3064 | -.qcld-wp-chatbot-wrap-header_inn a.button.page-title-action { | |
| 3065 | - padding: 8px 15px; | |
| 3066 | - background: #ffffff; | |
| 3067 | - color: #5B4E96; | |
| 3068 | - border: 2px solid #5B4E96; | |
| 3069 | - border-radius: 6px; | |
| 3070 | - font-weight: bold; | |
| 3071 | - position: absolute; | |
| 3072 | - top: 30px; | |
| 3073 | - left: 280px; | |
| 3074 | - line-height: normal; | |
| 3075 | - min-height: unset; | |
| 3076 | -} | |
| 3077 | -.qcld-wp-chatbot-wrap-header_inn a.button.page-title-action:hover { | |
| 3078 | - padding: 8px 15px; | |
| 3079 | - background: #5B4E96; | |
| 3080 | - color: #fff; | |
| 3081 | - border: 2px solid #5B4E96; | |
| 3082 | - border-radius: 6px; | |
| 3083 | - font-weight: bold; | |
| 3084 | - position: absolute; | |
| 3085 | - top: 31px; | |
| 3086 | - left: 280px; | |
| 3087 | -} | |
| 3088 | -.qcld-session-history_menu_box .btn.btn-primary { | |
| 3089 | - background: #564a8e !important; | |
| 3090 | - color: #fff !important; | |
| 3091 | -} | |
| 3092 | -.qcld-session-history_menu_box a.btn.btn-success { | |
| 3093 | - padding: 8px 24px; | |
| 3094 | - width: auto; | |
| 3095 | - font-size: 15px; | |
| 3096 | - font-weight: 500; | |
| 3097 | - border-radius: 8px; | |
| 3098 | - position: relative; | |
| 3099 | - background: #ffffff; | |
| 3100 | - color: #564a8e; | |
| 3101 | - text-decoration: none; | |
| 3102 | - line-height: normal; | |
| 3103 | - border: 2px solid #564a8e; | |
| 3104 | -} | |
| 3105 | -.qcld-session-history_menu_box a.btn.btn-success:hover { | |
| 3106 | - padding: 8px 24px; | |
| 3107 | - width: auto; | |
| 3108 | - font-size: 15px; | |
| 3109 | - font-weight: 500; | |
| 3110 | - border-radius: 8px; | |
| 3111 | - position: relative; | |
| 3112 | - background: #564a8e; | |
| 3113 | - color: #fff; | |
| 3114 | - text-decoration: none; | |
| 3115 | - line-height: normal; | |
| 3116 | - border: 2px solid #564a8e; | |
| 3117 | -} | |
| 3118 | -.Expandmore { | |
| 3119 | - background: #23ab10; | |
| 3120 | - display: inline-block; | |
| 3121 | - padding: 4px 10px; | |
| 3122 | - font-size: 14px; | |
| 3123 | - border-radius: 6px; | |
| 3124 | - position: relative; | |
| 3125 | - top: -15px; | |
| 3126 | -} | |
| 3127 | -.Collapsemore { | |
| 3128 | - background: #ff0000; | |
| 3129 | - display: inline-block; | |
| 3130 | - padding: 4px 10px; | |
| 3131 | - font-size: 14px; | |
| 3132 | - border-radius: 6px; | |
| 3133 | - position: relative; | |
| 3134 | - top: -15px; | |
| 3135 | -} | |
| 3136 | -.Expandmore span { | |
| 3137 | - color: #fff; | |
| 3138 | - margin: 0 0 0 8px; | |
| 3139 | - padding: 0 5px; | |
| 3140 | - font-size: 18px; | |
| 3141 | -} | |
| 3142 | -.admin-maxwith.qcld-openai-main-box .col-auto.me-auto.ai-settings-title-container { | |
| 3143 | - display: flex; | |
| 3144 | - justify-content: flex-start; | |
| 3145 | - align-items: center; | |
| 3146 | -} | |
| 3147 | -.avatar-location-wrapper { | |
| 3148 | - padding: 0 0 25px 0; | |
| 3149 | -} | |
| 3150 | -.avatar-location-card.active { | |
| 3151 | - background: #5b4e96; | |
| 3152 | - color: #ffffff; | |
| 3153 | -} | |
| 3154 | -.avatar-location-card.active svg { | |
| 3155 | - color: #ffffff; | |
| 3156 | -} | |
| 3157 | -.ai-provider-cards { | |
| 3158 | - margin: 0 0 0 0%; | |
| 3159 | -} | |
| 3160 | -.qcld-wp-chatbot-wrap-header_inn_heading a.button.page-title-action { | |
| 3161 | - margin: 0 0 0 4px; | |
| 3162 | -} | |
| 3163 | -label.qcld_label_width_full.qcld_label_width_half { | |
| 3164 | - font-size: 12px; | |
| 3165 | - padding: 6px 0 0 0; | |
| 3166 | -} | |
| 3167 | -.qc_menu_setup_area { | |
| 3168 | - margin: 40px 0 0 0; | |
| 3169 | -} | |
| 3170 | -input#chatbot_content_max_height, input#chatbot_content_max_height_responsive { | |
| 3171 | - width: 170px; | |
| 3172 | - border: 1px solid #eee; | |
| 3173 | - border-radius: 6px; | |
| 3174 | -} | |
| 3175 | -.ai-provider-cards-wrapper h4 { | |
| 3176 | - width: 410px; | |
| 3177 | -} | |
| 3178 | -.ai-provider-cards-wrapper { | |
| 3179 | - display: flex; | |
| 3180 | 2774 | } |