| @@ -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, |
| @@ -1112,12 +1112,12 @@ | ||
| 1112 | 1112 | |
| 1113 | 1113 | .admin-maxwith.qcld-openai-main-box .col-auto.me-auto.ai-settings-title-container { |
| 1114 | 1114 | display: flex; |
| 1115 | 1115 | justify-content: flex-start; |
| 1116 | - padding: 8px 20px; | |
| 1116 | + padding: 20px; | |
| 1117 | 1117 | border-radius: 16px; |
| 1118 | 1118 | background: linear-gradient(192deg, #FFE3E1 4%, #E9E4FF 98.26%); |
| 1119 | - margin: 20px 0 0 0; | |
| 1119 | + margin: 20px 0 20px 0; | |
| 1120 | 1120 | gap: 30px; |
| 1121 | 1121 | } |
| 1122 | 1122 | |
| 1123 | 1123 | .admin-maxwith.qcld-openai-main-box .tab-content { |
| @@ -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%; |
| @@ -2507,56 +2361,8 @@ | ||
| 2507 | 2361 | textarea#qcld_openai_system_content { |
| 2508 | 2362 | height: 120px; |
| 2509 | 2363 | line-height: 28px; |
| 2510 | 2364 | } |
| 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 | 2365 | .qcld-main-wrapper .alert.alert-warning { |
| 2560 | 2366 | background: linear-gradient(130deg, #ffffff 70%, #e9e4ff 96% 96%); |
| 2561 | 2367 | border-radius: 6px; |
| 2562 | 2368 | color: #721c24; |
| @@ -2855,8 +2661,9 @@ | ||
| 2855 | 2661 | display: block; |
| 2856 | 2662 | width: 18px; |
| 2857 | 2663 | height: 18px; |
| 2858 | 2664 | } |
| 2665 | + | |
| 2859 | 2666 | div#wp-chatbot-openai-rag input[type=checkbox]+label { |
| 2860 | 2667 | margin-bottom: 0; |
| 2861 | 2668 | } |
| 2862 | 2669 | .qcl-openai input[type=checkbox]+label { |
| @@ -2864,8 +2671,9 @@ | ||
| 2864 | 2671 | } |
| 2865 | 2672 | div#qcld-rag-settings-tab .wrap .mb-3 { |
| 2866 | 2673 | padding: 5px 0; |
| 2867 | 2674 | } |
| 2675 | + | |
| 2868 | 2676 | div#rag-database input#search-submit { |
| 2869 | 2677 | background: #5b4e96; |
| 2870 | 2678 | color: #fff; |
| 2871 | 2679 | border-color: #5b4e96; |
| @@ -2874,8 +2682,9 @@ | ||
| 2874 | 2682 | display: flex; |
| 2875 | 2683 | flex-direction: column; |
| 2876 | 2684 | gap: 6px; |
| 2877 | 2685 | } |
| 2686 | + | |
| 2878 | 2687 | div#wp-chatbot-gemini-settings .input-group { |
| 2879 | 2688 | display: flex; |
| 2880 | 2689 | gap: 10px; |
| 2881 | 2690 | } |
| @@ -2884,8 +2693,9 @@ | ||
| 2884 | 2693 | color: #ffffff; |
| 2885 | 2694 | border: none; |
| 2886 | 2695 | padding: 12px 30px; |
| 2887 | 2696 | } |
| 2697 | + | |
| 2888 | 2698 | button#qcld_gemini_fetch_models { |
| 2889 | 2699 | background: #5B4E96; |
| 2890 | 2700 | color: #ffffff; |
| 2891 | 2701 | border: none; |
| @@ -2899,13 +2709,15 @@ | ||
| 2899 | 2709 | margin: 0 0 6px 0; |
| 2900 | 2710 | padding: 0 4px; |
| 2901 | 2711 | min-width: 220px; |
| 2902 | 2712 | } |
| 2713 | + | |
| 2903 | 2714 | select#qcld_language_center_select:focus { |
| 2904 | 2715 | border-color: #5b4e96; |
| 2905 | 2716 | color: #5b4e96; |
| 2906 | 2717 | box-shadow: 0 0 0 1px #5b4e96; |
| 2907 | 2718 | } |
| 2719 | + | |
| 2908 | 2720 | div#common-ai-settings h2 a { |
| 2909 | 2721 | background: #5B4E96; |
| 2910 | 2722 | color: #ffffff; |
| 2911 | 2723 | display: inline-block !important; |
| @@ -2910,10 +2722,11 @@ | ||
| 2910 | 2722 | color: #ffffff; |
| 2911 | 2723 | display: inline-block !important; |
| 2912 | 2724 | font-size: 16px; |
| 2913 | 2725 | padding: 8px 15px; |
| 2914 | - border-radius: 8px; | |
| 2726 | + border-radius: 8px; | |
| 2915 | 2727 | } |
| 2728 | + | |
| 2916 | 2729 | div#common-ai-settings h2.nav-tab-wrapper { |
| 2917 | 2730 | border: none; |
| 2918 | 2731 | } |
| 2919 | 2732 | div#qcld-rate-settings-tab { |
| @@ -2929,12 +2742,14 @@ | ||
| 2929 | 2742 | width: 1.5rem; |
| 2930 | 2743 | height: 1.5rem; |
| 2931 | 2744 | margin: -1px 0 0 -1px; |
| 2932 | 2745 | } |
| 2746 | + | |
| 2933 | 2747 | .cxsc-settings-blocks.cxsc-settings-blocks-style .radio-inline input[type=radio] { |
| 2934 | 2748 | width: 1.5rem; |
| 2935 | 2749 | height: 1.5rem; |
| 2936 | 2750 | } |
| 2751 | + | |
| 2937 | 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 { |
| 2938 | 2753 | padding: 8px 15px; |
| 2939 | 2754 | width: auto; |
| 2940 | 2755 | font-size: 16px; |
| @@ -2950,177 +2765,10 @@ | ||
| 2950 | 2765 | text-decoration: none; |
| 2951 | 2766 | border-color: #5b4e96 !important; |
| 2952 | 2767 | line-height: normal; |
| 2953 | 2768 | } |
| 2769 | + | |
| 2770 | + | |
| 2954 | 2771 | button#botmaster_submit_googlesheet_btn, button#botmaster_submit_googledoc_btn { |
| 2955 | 2772 | background: #5B4E96; |
| 2956 | 2773 | border-color: #5B4E96; |
| 2957 | -} | |
| 2958 | -.wpbot-wizard-field select#wizard_ai_provider { | |
| 2959 | - background: transparent; | |
| 2960 | - color: #fff; | |
| 2961 | - width: 100%; | |
| 2962 | - display: block; | |
| 2963 | - max-width: unset; | |
| 2964 | -} | |
| 2965 | -.wpbot-wizard-field select#wizard_ai_provider:hover { | |
| 2966 | - border-color: #5b4e96; | |
| 2967 | - color: #5b4e96; | |
| 2968 | - box-shadow: 0 0 0 1px #5b4e96; | |
| 2969 | -} | |
| 2970 | -div#wizard_api_key_container input#wizard_api_key { | |
| 2971 | - background: transparent; | |
| 2972 | - color: #fff; | |
| 2973 | -} | |
| 2974 | -div#collapseTwoControl input[type=radio]:checked::before { | |
| 2975 | - background-color: #5b4e96; | |
| 2976 | -} | |
| 2977 | -.nav-tab-wrapper.sld_nav_container.wppt_nav_container.qcld_help_wppt_nav_container{ | |
| 2978 | - width: 320px !important; | |
| 2979 | - gap: 0; | |
| 2980 | -} | |
| 2981 | -div#rag-settings tbody#rag-knowledge-base-list tr td button { | |
| 2982 | - padding: 6px 20px; | |
| 2983 | - font-weight: bold; | |
| 2984 | - font-size: 12px; | |
| 2985 | -} | |
| 2986 | -div#rag-settings tbody#rag-knowledge-base-list tr td button.button.button-small.button-link-delete.rag-delete-doc{ | |
| 2987 | - background: #d14529; | |
| 2988 | - color: #fff; | |
| 2989 | - border-color: #d14529; | |
| 2990 | -} | |
| 2991 | -button#ai-knowledge-base-tab { | |
| 2992 | - animation: pulse 2s infinite; | |
| 2993 | -} | |
| 2994 | -@keyframes pulse { | |
| 2995 | - 0% { | |
| 2996 | - transform: scale(1); | |
| 2997 | - } | |
| 2998 | - 50% { | |
| 2999 | - transform: scale(1.05); | |
| 3000 | - } | |
| 3001 | - 100% { | |
| 3002 | - transform: scale(1); | |
| 3003 | - } | |
| 3004 | -} | |
| 3005 | -footer.wp-chatbot-admin-footer input#submit { | |
| 3006 | - background: #5b4e96; | |
| 3007 | - padding: 12px 30px; | |
| 3008 | -} | |
| 3009 | -footer.wp-chatbot-admin-footer { | |
| 3010 | - padding: 0 20px 20px 20px; | |
| 3011 | - margin: 0 20px; | |
| 3012 | -} | |
| 3013 | -.qcld-wp-chatbot-wrap-header_inn a.button.page-title-action { | |
| 3014 | - padding: 8px 15px; | |
| 3015 | - background: #ffffff; | |
| 3016 | - color: #5B4E96; | |
| 3017 | - border: 2px solid #5B4E96; | |
| 3018 | - border-radius: 6px; | |
| 3019 | - font-weight: bold; | |
| 3020 | - position: absolute; | |
| 3021 | - top: 30px; | |
| 3022 | - left: 280px; | |
| 3023 | - line-height: normal; | |
| 3024 | - min-height: unset; | |
| 3025 | -} | |
| 3026 | -.qcld-wp-chatbot-wrap-header_inn a.button.page-title-action:hover { | |
| 3027 | - padding: 8px 15px; | |
| 3028 | - background: #5B4E96; | |
| 3029 | - color: #fff; | |
| 3030 | - border: 2px solid #5B4E96; | |
| 3031 | - border-radius: 6px; | |
| 3032 | - font-weight: bold; | |
| 3033 | - position: absolute; | |
| 3034 | - top: 31px; | |
| 3035 | - left: 280px; | |
| 3036 | -} | |
| 3037 | -.qcld-session-history_menu_box .btn.btn-primary { | |
| 3038 | - background: #564a8e !important; | |
| 3039 | - color: #fff !important; | |
| 3040 | -} | |
| 3041 | -.qcld-session-history_menu_box a.btn.btn-success { | |
| 3042 | - padding: 8px 24px; | |
| 3043 | - width: auto; | |
| 3044 | - font-size: 15px; | |
| 3045 | - font-weight: 500; | |
| 3046 | - border-radius: 8px; | |
| 3047 | - position: relative; | |
| 3048 | - background: #ffffff; | |
| 3049 | - color: #564a8e; | |
| 3050 | - text-decoration: none; | |
| 3051 | - line-height: normal; | |
| 3052 | - border: 2px solid #564a8e; | |
| 3053 | -} | |
| 3054 | -.qcld-session-history_menu_box a.btn.btn-success:hover { | |
| 3055 | - padding: 8px 24px; | |
| 3056 | - width: auto; | |
| 3057 | - font-size: 15px; | |
| 3058 | - font-weight: 500; | |
| 3059 | - border-radius: 8px; | |
| 3060 | - position: relative; | |
| 3061 | - background: #564a8e; | |
| 3062 | - color: #fff; | |
| 3063 | - text-decoration: none; | |
| 3064 | - line-height: normal; | |
| 3065 | - border: 2px solid #564a8e; | |
| 3066 | -} | |
| 3067 | -.Expandmore { | |
| 3068 | - background: #23ab10; | |
| 3069 | - display: inline-block; | |
| 3070 | - padding: 4px 10px; | |
| 3071 | - font-size: 14px; | |
| 3072 | - border-radius: 6px; | |
| 3073 | - position: relative; | |
| 3074 | - top: -15px; | |
| 3075 | -} | |
| 3076 | -.Collapsemore { | |
| 3077 | - background: #ff0000; | |
| 3078 | - display: inline-block; | |
| 3079 | - padding: 4px 10px; | |
| 3080 | - font-size: 14px; | |
| 3081 | - border-radius: 6px; | |
| 3082 | - position: relative; | |
| 3083 | - top: -15px; | |
| 3084 | -} | |
| 3085 | -.Expandmore span { | |
| 3086 | - color: #fff; | |
| 3087 | - margin: 0 0 0 8px; | |
| 3088 | - padding: 0 5px; | |
| 3089 | - font-size: 18px; | |
| 3090 | -} | |
| 3091 | -.admin-maxwith.qcld-openai-main-box .col-auto.me-auto.ai-settings-title-container { | |
| 3092 | - display: flex; | |
| 3093 | - justify-content: flex-start; | |
| 3094 | - align-items: center; | |
| 3095 | -} | |
| 3096 | -.avatar-location-wrapper { | |
| 3097 | - padding: 0 0 25px 0; | |
| 3098 | -} | |
| 3099 | -.avatar-location-card.active { | |
| 3100 | - background: #5b4e96; | |
| 3101 | - color: #ffffff; | |
| 3102 | -} | |
| 3103 | -.avatar-location-card.active svg { | |
| 3104 | - color: #ffffff; | |
| 3105 | -} | |
| 3106 | -.ai-provider-cards { | |
| 3107 | - margin: 0 0 0 0%; | |
| 3108 | -} | |
| 3109 | -.qcld-wp-chatbot-wrap-header_inn_heading a.button.page-title-action { | |
| 3110 | - margin: 0 0 0 4px; | |
| 3111 | -} | |
| 3112 | -label.qcld_label_width_full.qcld_label_width_half { | |
| 3113 | - font-size: 12px; | |
| 3114 | - padding: 6px 0 0 0; | |
| 3115 | -} | |
| 3116 | -.ai-provider-cards-wrapper h4 { | |
| 3117 | - width: 412px; | |
| 3118 | -} | |
| 3119 | -.ai-provider-cards-wrapper { | |
| 3120 | - display: flex; | |
| 3121 | -} | |
| 3122 | -@media (max-width: 880px) { | |
| 3123 | - .ai-provider-cards { | |
| 3124 | - margin: 0 0 0 0; | |
| 3125 | - } | |
| 3126 | 2774 | } |