Plugin Directory

Changeset 3349742


Ignore:
Timestamp:
08/25/2025 01:35:16 PM (7 months ago)
Author:
gingerplugins
Message:

Update to version 1.3.9 from GitHub

Location:
sticky-chat-widget
Files:
22 edited
1 copied

Legend:

Unmodified
Added
Removed
  • sticky-chat-widget/tags/1.3.9/admin/admin-common.php

    r3170735 r3349742  
    703703                ],
    704704                [
    705                     'tooltip' => esc_html__("Select from 26 channels also upload custom icon", 'sticky-chat-widget'),
     705                    'tooltip' => esc_html__("Select from 25 channels also upload custom icon", 'sticky-chat-widget'),
    706706                    'text'    => esc_html__("Channel customization", 'sticky-chat-widget'),
    707707                ],
  • sticky-chat-widget/tags/1.3.9/admin/templates/admin-lists.php

    r3255102 r3349742  
    6363                                    foreach ($channels as $key => $channel) {
    6464                                        $baseButton = preg_replace('/_\d+$/', '', $key);
     65                                        if($baseButton == "skype") {
     66                                            continue;
     67                                        }
    6568                                        $setting = $icons[$baseButton];
    6669                                        $defaultChannelSetting = [
  • sticky-chat-widget/tags/1.3.9/admin/templates/social-channels.php

    r3269318 r3349742  
    2525    $selectedChannels = explode(",", $channels);
    2626}
     27//$selectedChannels = array_filter($selectedChannels, function ($channel) {
     28//    return strtolower(trim($channel)) !== "skype";
     29//});
     30//$selectedChannels = array_values($selectedChannels);
    2731?>
    2832
     
    7276            if (!empty($selectedChannels)) {
    7377                foreach ($selectedChannels as $channel) {
     78                    if ($channel == "skype") {
     79                        continue;
     80                    }
    7481                    echo self::get_channel_settings($channel, $postId);
    7582                }
  • sticky-chat-widget/tags/1.3.9/dist/admin/css/style.css

    r3269318 r3349742  
    1 @font-face{font-display:swap;font-family:Lato;font-style:normal;font-weight:100;src:url(https://fonts.gstatic.com/s/lato/v23/S6u8w4BMUTPHh30AXC-v.ttf) format("truetype")}@font-face{font-display:swap;font-family:Lato;font-style:normal;font-weight:300;src:url(https://fonts.gstatic.com/s/lato/v23/S6u9w4BMUTPHh7USSwiPHA.ttf) format("truetype")}@font-face{font-display:swap;font-family:Lato;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/lato/v23/S6uyw4BMUTPHjx4wWw.ttf) format("truetype")}@font-face{font-display:swap;font-family:Lato;font-style:normal;font-weight:700;src:url(https://fonts.gstatic.com/s/lato/v23/S6u9w4BMUTPHh6UVSwiPHA.ttf) format("truetype")}@font-face{font-display:swap;font-family:Lato;font-style:normal;font-weight:900;src:url(https://fonts.gstatic.com/s/lato/v23/S6u9w4BMUTPHh50XSwiPHA.ttf) format("truetype")}.gp-box *,.widget-settings,.widget-settings *{margin:0;padding:0}#wpcontent,body{background-color:#f7f7ff}#wpcontent{padding:0 10px!important}.gp-box-layout *{box-sizing:border-box}.sr-only{clip:rect(0,0,0,0)!important;border:0!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important}.gp-box,.widget-settings{color:#1c2733;direction:ltr;font-family:Lato,sans-serif;font-size:16px;line-height:1.2;margin:0 auto;max-width:100%;width:1080px}.gp-box a,.widget-settings a{box-shadow:none;color:#1c2733;outline:none;text-decoration:none}.gp-box a:focus,.widget-settings a:focus{box-shadow:none;outline:none}.gp-box *,.widget-settings *{box-sizing:border-box}.gp-box svg:focus,.widget-settings svg:focus{box-shadow:none;outline:none}.gp-box .gp-page-title,.widget-settings .gp-page-title{font-size:1.6rem;font-weight:700}.dashboard-table{background:#fff;border:1px solid #eaeff2;border-radius:6px;box-shadow:0 0 10px -3px rgba(34,68,136,.2);-webkit-box-shadow:0 0 10px -3px rgba(34,68,136,.2);-moz-box-shadow:0 0 10px -3px rgba(34,68,136,.2);padding:15px}.dashboard-table table{width:100%}.dashboard-table table td,.dashboard-table table th{border-bottom:1px solid #ebe9fe;padding:10px;text-align:left;vertical-align:middle}.dashboard-table table td.status-col,.dashboard-table table th.status-col{text-align:center;width:90px}.dashboard-table table td.created-col,.dashboard-table table th.created-col{text-align:left;width:180px}.dashboard-table table td.created-col span,.dashboard-table table th.created-col span{display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:180px}.dashboard-table table td.action-col,.dashboard-table table th.action-col{position:relative;text-align:center;width:100px}.dashboard-table table td.action-col.active .button-actions,.dashboard-table table th.action-col.active .button-actions{display:block}.dashboard-table .action-box{border:1px solid #c7d7fe;border-radius:4px;display:inline-flex}.dashboard-table .action-box a{border-radius:4px;display:inline-flex;font-size:14px;line-height:16px;padding:2px 8px;vertical-align:middle}.dashboard-table .action-box a:hover{background-color:#eef4ff}.dashboard-table .action-box .dropdown-button{border-left:1px solid #c7d7fe;border-radius:0 4px 4px 0;display:inline-flex;font-size:14px;line-height:16px;padding:2px;vertical-align:middle}.dashboard-table .action-box .dropdown-button:hover{background-color:#eef4ff}.dashboard-table .button-actions{background:#fff;border-radius:4px;box-shadow:0 0 20px 0 rgba(0,0,0,.1);display:none;padding:5px;position:absolute;right:15px;text-align:left;top:100%;width:120px;z-index:11}.dashboard-table .button-actions ul{list-style:none}.dashboard-table .button-actions ul li{display:block;margin:4px 0}.dashboard-table .button-actions ul li:first-child{margin:0 0 4px}.dashboard-table .button-actions ul li:last-child{margin:4px 0 0}.dashboard-table .button-actions ul li a{display:block;font-size:14px;padding:4px 8px}.dashboard-table .button-actions ul li a svg{display:inline-block;vertical-align:text-bottom}.dashboard-table .button-actions ul li a:hover{background-color:rgba(80,103,243,.1)}.dashboard-table .button-actions ul li.delete-btn{border-top:1px solid #d01616;padding:4px 0 0}.dashboard-table .button-actions ul li.delete-btn a{color:#d01616}.dashboard-table .button-actions ul li.delete-btn a svg path{stroke:#d01616}.dashboard-table .button-actions ul li.delete-btn a:hover{background-color:rgba(255,81,90,.1)}.dashboard-table .button-actions:before{border-bottom:5px solid #fff;border-left:5px solid transparent;border-right:5px solid transparent;content:"";height:0;position:absolute;right:6px;top:-6px;width:0}.dashboard-header{align-items:center;display:flex;margin:0 0 25px}.dashboard-header .dashboard-header-left{flex:1}.dashboard-header .dashboard-header-right{flex:1;text-align:right}.gp-action-button{background-color:#4f46e5;border:none;border-radius:4px;color:#fff!important;cursor:pointer;display:inline-block;font-size:16px;outline:none;padding:10px 15px;text-decoration:none;transition:all .2s linear}.gp-action-button:hover{background-color:#3d36b7}.dashboard-switch{display:inline-block;min-width:48px}.dashboard-switch label{cursor:pointer;display:inline-block;line-height:25px;min-height:25px;padding-left:60px;position:relative}.dashboard-switch label:before{background:#d9d9d9;border-radius:20px;height:24px;left:0;width:40px}.dashboard-switch label:after,.dashboard-switch label:before{bottom:0;box-sizing:initial;content:"";margin:auto 0;position:absolute;top:0;transition:all .2s ease-in-out}.dashboard-switch label:after{background:#fff;border-radius:50%;height:16px;left:4px;width:16px}.dashboard-switch input:checked+label:before{background-color:#4f46e5}.dashboard-switch input:checked+label:after{left:20px}.dashboard-switch input:checked+label.trigger-label{color:#4f46e5;font-weight:700}.dashboard-switch.in-flex{align-items:center;display:inline-flex}.dashboard-switch.on-off label:before{content:"off";font-size:16px;line-height:22px;padding:0 8px 0 0;text-align:right;width:44px}.dashboard-switch.on-off input:checked+label:before{color:#fff;content:"on";line-height:20px;padding:0 0 0 10px;text-align:left}.dashboard-switch.on-off input:checked+label:after{left:34px}.gp-form-field .gp-form-label{display:block}.gp-form-field .gp-form-label label{cursor:pointer;display:inline-block;font-size:16px;padding:0 0 8px}.gp-form-field .gp-form-label label.in-flex{display:inline-flex;line-height:28px;padding:0}.gp-form-field .gp-form-label label.trigger-label{padding-left:48px}.gp-form-field .gp-form-label.d-flex{align-items:center;display:flex}.gp-form-field .tiny-input{border:1px solid #d7d7d7;border-radius:4px;height:28px;line-height:28px;margin:0 5px;padding:0 10px;transition:all .5s ease-in-out;width:40px}.gp-form-field .tiny-input:focus{border-color:silver;box-shadow:none;outline:none}.gp-form-field .gp-form-input{position:relative}.gp-form-field .gp-form-input input[type=email],.gp-form-field .gp-form-input input[type=tel],.gp-form-field .gp-form-input input[type=text]{border:1px solid #d7d7d7;border-radius:4px;color:#1c2733;font-size:14px;height:40px;line-height:40px;max-width:100%;transition:all .5s ease-in-out;width:100%}.gp-form-field .gp-form-input input[type=email]:focus,.gp-form-field .gp-form-input input[type=tel]:focus,.gp-form-field .gp-form-input input[type=text]:focus{border-color:silver;box-shadow:none;outline:none}.gp-form-field .gp-form-input.medium-input{max-width:100%;width:360px}.gp-form-field .gp-form-input.medium-input .SumoSelect{max-width:360px}.gp-form-field .gp-form-input.medium-input .SumoSelect>.CaptionCont{width:100%}.gp-form-field .gp-form-input textarea{border:1px solid #d7d7d7;border-radius:4px;color:#1c2733;font-size:14px;height:84px;max-width:100%;padding:5px 10px;width:100%}.gp-form-field .gp-form-input textarea:focus{border-color:silver;box-shadow:none;outline:none}.gp-form-field .gp-form-input .SumoSelect>.CaptionCont{border:1px solid #d7d7d7;border-radius:4px;font-size:14px;height:40px;line-height:40px;padding:0 10px}.gp-form-field .gp-form-input .SumoSelect>.optWrapper>.options li.opt.selected{background-color:#e4e4e4}.gp-form-field .gp-form-input.d-flex{display:flex}.gp-form-field .gp-form-input.has-max-width .SumoSelect{max-width:100%;width:240px}.gp-form-field .gp-form-input.add-prefix-text{position:relative}.gp-form-field .gp-form-input.add-prefix-text:after{background:#ddd;border-radius:4px;content:attr(data-prefix);height:34px;line-height:34px;position:absolute;right:3px;text-align:center;top:50%;transform:translateY(-50%);width:40px}.gp-form-field .gp-form-input a.upgrade-link{display:inline-block;height:20px;padding:0 0 0 7px;position:absolute;right:8px;top:50%;transform:translateY(-50%);width:25px}a.upgrade-link svg{height:100%;width:100%}.gp-form-field+.gp-form-field{margin-top:20px}.gp-form-field.in-flex{align-items:center;display:flex}.gp-form-field.in-flex .gp-form-label{flex:0 0 175px}.gp-form-field.in-flex .gp-form-label label{padding:0}.gp-form-field.in-flex .gp-form-label label.text-right{padding:0 10px 0 0;text-align:right}.gp-form-field.in-flex .gp-form-input{flex:1}.gp-form-field.channel-input .gp-form-label label{font-size:14px;font-weight:600;padding-bottom:4px}.gp-form-field.channel-input .gp-form-input input[type=text]{height:32px;line-height:32px}.gp-radio-buttons{background:#e9e9e9;border-radius:4px;display:flex;flex-wrap:wrap;height:40px;line-height:26px;padding:3px}.gp-radio-buttons .gp-radio-button,.gp-radio-buttons.in-flex{display:inline-flex}.gp-radio-buttons .gp-radio-button label{border-radius:4px;cursor:pointer;display:inline-flex;padding:4px 10px;transition:background-color .15s ease-in-out}.gp-radio-buttons .gp-radio-button label:hover{background-color:hsla(0,0%,100%,.6)}.gp-radio-buttons .gp-radio-button input:checked+label{background-color:#fff}.gp-radio-buttons .gp-radio-button+.gp-radio-button{margin-left:4px}.widget-settings ::-moz-placeholder{color:#a9a9a9;opacity:1}.widget-settings ::placeholder{color:#a9a9a9;opacity:1}.widget-settings :-ms-input-placeholder{color:#a9a9a9}.widget-settings ::-ms-input-placeholder{color:#a9a9a9}.widget-settings{background:#fff;border:1px solid #eaeff2;border-radius:6px;box-shadow:0 0 10px -3px rgba(34,68,136,.2);-webkit-box-shadow:0 0 10px -3px rgba(34,68,136,.2);-moz-box-shadow:0 0 10px -3px rgba(34,68,136,.2);display:flex;margin:15px auto;max-width:1380px;min-height:calc(100vh - 200px);width:96%}.widget-settings *{box-sizing:border-box}.widget-sidebar ul{display:block;list-style:none;margin:0;padding:0}.widget-sidebar ul li{border-bottom:1px solid #ebe9fe;display:block;margin:0;padding:0}.widget-sidebar ul li a{border-left:4px solid transparent;display:block;padding:15px 25px;position:relative;transition:all .2s ease-in-out}.widget-sidebar ul li a.active{background-color:#fff;border-left-color:#4f46e5}.widget-sidebar ul li a.active:after{background-color:#fff;content:"";display:block;height:100%;position:absolute;right:-1px;top:0;width:1px}.widget-sidebar ul li a:hover{background-color:#fff}.widget-setting{border-right:1px solid #ebe9fe;flex:1;padding:15px 30px}.widget-preview{flex:0 1 420px;padding:15px}.setting-title{font-size:24px;font-weight:600;line-height:1.2;margin-bottom:15px;padding-bottom:15px}.setting-title,.social-links{border-bottom:1px solid #ebe9fe}.social-links{margin:0 0 15px;padding:0 0 15px}.social-links ul{align-content:center;align-items:center;display:flex;flex-wrap:wrap;justify-content:center;list-style:none;margin:0;padding:0}.social-links ul li{flex:0 0 48px;margin:4px}.social-links ul li a{border:1px solid #ebe9fe;border-radius:4px;display:block;height:50px;text-align:center;width:50px}.social-links ul li a span{display:block;font-size:30px;height:48px;line-height:50px;padding:7px;text-align:center;width:48px}.social-links ul li a span svg{fill:#d1d1d1;display:inline-block;height:100%;vertical-align:top;width:100%}.selected-channels ul{display:block;list-style:none;margin:0;padding:0}.selected-channels ul li{background-color:#fafafa;border:1px solid #ededed;border-radius:4px;display:block;margin:10px 0 0;padding:0;position:relative;transition:border-color .15s ease-in-out}.selected-channels ul li.gsb-settings.active .pro-settings{display:block!important}.gsb-settings-top{position:relative}.gsb-free-settings{align-items:flex-start;display:flex;padding:15px}.gsb-free-settings .gsb-input-icon{flex:0 0 52px;padding-right:15px}.gsb-free-settings .gsb-input-icon span.ginger-button-icon{border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;cursor:pointer;display:block;height:52px;padding:12px;text-align:center;transition:.2s linear;width:52px}.gsb-free-settings .gsb-input-icon span.ginger-button-icon svg{fill:#fff;height:100%;width:100%}.gsb-free-settings .gsb-input-value{flex:1;padding-right:15px}.gsb-free-settings .gsb-title{flex:0 0 40%}.load-more-setting a{align-items:center;background:#fff;border:1px solid #cbcbcb;border-radius:4px;color:#000;display:inline-flex;font-size:14px;height:100%;margin:0 10px 10px 0;padding:4px 10px;width:auto}.load-more-setting a svg{display:inline-block;height:12px;margin:0 5px 0 0;width:12px}.gsb-free-settings .gsb-more-settings{margin:0;padding:0;position:absolute;right:0;top:0;z-index:1}.gsb-free-settings .gsb-more-settings a{background:#cbcbcb;border-top-right-radius:4px;color:#fff;display:block;font-weight:400;height:20px;line-height:14px;padding:1px;text-align:center;width:20px}.gsb-free-settings .gsb-more-settings a svg{fill:#fff;display:inline-block;height:14px;width:14px}.gsb-free-settings .gsb-more-settings a:hover{background-color:red}.gsb-settings .pro-settings{background:#fff;border:1px solid #ededed;border-radius:5px;display:none;margin:0 15px 15px;padding:15px;position:relative}.gsb-settings.active .pro-settings{display:block}.input-settings{align-content:center;align-items:center;border-bottom:1px solid #ebe9fe;display:flex;margin-bottom:15px;padding-bottom:15px}.input-settings .input-setting{flex:1;text-align:center}.input-settings .input-setting .dashboard-switch{display:inline-flex;margin:0 4px}.input-settings .input-setting .dashboard-switch label{padding-left:60px}.input-settings .input-setting+.input-setting{border-left:1px solid #ebe9fe}.input-settings .input-setting.color-section{text-align:left}.input-settings .image-upload-btn{border:1px solid #d7d7d7;border-radius:4px;color:#fff;color:#656565;display:inline-block;font-size:14px;margin:0 0 0 10px;padding:5px 10px;text-decoration:none}.input-settings .image-upload-btn svg{display:inline-flex;height:12px;margin:0 4px 0 0;width:12px}.input-settings .image-upload-btn svg path{stroke:#656565}.color-section .color-choice{background:#f6f6f6;border:1px solid #ebe9fe;border-radius:4px;padding:5px 15px}.color-section .color-choice .channel-color-picker-section,.color-section .color-choice .channel-color-picker-section .flex-center{align-items:center;display:flex;flex-wrap:nowrap}.color-section .color-choice .channel-color-picker-section .pr-5{border:none;margin:0;padding-right:5px}.color-section .color-choice .channel-color-picker-section input,.ginger-color-list .wp-picker-container input[type=text].wp-color-picker{background:#fff!important;height:30px!important;width:183px!important}.gsb-settings.active .pro-settings{display:block!important}.setting-tab{display:none;margin-bottom:20px}.setting-tab.active{display:block}.ginger-color-list ul{margin:0;padding:0}.ginger-color-list ul li{display:inline-block;margin:0 4px 6px 0;vertical-align:middle}.ginger-color-list ul li:hover label:after{display:inline-block}.ginger-color-list ul li input{border:none;box-shadow:none;height:0;margin:-1px;position:absolute;width:0}.ginger-color-list ul li input:checked+label:after{display:inline-block}.ginger-color-list ul li label{border-radius:4px;box-shadow:.4px .9px 3px 0 rgba(0,0,0,.33);color:#333;cursor:pointer;display:inline-block;font-weight:400;height:35px;padding:0 0 5px;position:relative;transition:.2s linear;width:35px}.ginger-color-list ul li label.color-custom{position:relative}.ginger-color-list ul li label.color-custom span{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.ginger-close-icons{background:#fff;margin:0;padding:0}.ginger-close-icons ul{display:inline-block;margin:0;padding:0}.ginger-close-icons ul li{display:inline-block;margin:0 6px 0 0;padding:0;position:relative;text-align:center}.ginger-close-icons ul li:hover label span{border:2px solid #4f46e5}.ginger-close-icons ul li:hover label svg{fill:#4f46e5}.ginger-close-icons ul li label{cursor:pointer;display:inline-block}.ginger-close-icons ul li label span{border:2px solid #efefef;border-radius:50%;display:block;height:54px;margin:0;padding:10px;width:54px}.ginger-close-icons ul li label span svg{fill:#cfcfcf;color:#fff;height:100%;width:100%}.ginger-close-icons ul li input:checked+label span{border:2px solid #4f46e5;outline:3px solid #b2aefb;outline-offset:2px}.ginger-close-icons ul li input:checked+label svg{fill:#4f46e5;color:#fff}.flex-input{align-content:center;align-items:center;display:flex;margin-top:10px}.flex-input .gp-form-field+.gp-form-field{margin-top:0;padding-left:15px}.flex-input .gp-form-field{flex:0 0 225px}.default-state{background:#f5f5f5;border-radius:4px;display:none;margin-top:10px;padding:10px}.default-state.active{display:block}.default-state .in-flex{display:flex}.default-state .dashboard-switch+.dashboard-switch{margin-top:10px}.mt-20{margin-top:20px}.pending-message-setting{background-color:#f5f5f5;border-radius:4px;display:none;margin-top:10px;padding:15px}.pending-message-setting.active{display:block}.activate-general-setting a.upgrade-link.in-block,.google-analytics a.upgrade-link.in-block,.position-in-mobile-toggle a.upgrade-link.in-block,.widget-analytics a.upgrade-link.in-block,a.upgrade-link.in-block{color:#fff;display:inline-block;height:auto;padding:0 0 0 7px;position:unset;transform:none;width:26px}.gp-step-sub-title{font-size:1rem;font-weight:700;padding:0 0 15px}.mt-36{margin-top:36px}.exit-intent-setting{background-color:#f5f5f5;border-radius:4px;display:none;margin-top:10px;padding:15px}.exit-intent-setting.active{display:block}.exit-intent-setting .gp-form-label+.gp-form-label{margin-top:15px}.inline-radio-buttons .inline-radio-button{display:inline-flex}.inline-radio-buttons .inline-radio-button label{cursor:pointer;display:inline-block;padding:0 0 0 25px;position:relative}.inline-radio-buttons .inline-radio-button label:before{border:2px solid #d9d9d9;height:16px;left:0;width:16px}.inline-radio-buttons .inline-radio-button label:after,.inline-radio-buttons .inline-radio-button label:before{border-radius:50%;box-sizing:initial;content:"";display:block;position:absolute;top:50%;transform:translateY(-50%)}.inline-radio-buttons .inline-radio-button label:after{background-color:#fff;height:10px;left:5px;width:10px}.inline-radio-buttons .inline-radio-button input:checked+label{color:#4f46e5;font-weight:700}.inline-radio-buttons .inline-radio-button input:checked+label:before{border-color:#4f46e5}.inline-radio-buttons .inline-radio-button input:checked+label:after{background-color:#4f46e5}.inline-radio-buttons .inline-radio-button{margin-right:10px}.custom-page-rules{background:#f3f3f3;border:1px solid #d7d7d7;border-radius:5px;display:none;margin:15px 0 0;padding:15px}.custom-page-rules.active{display:block}.custom-page-rules .dashboard-switch+.page-rules-content+.dashboard-switch{margin-top:10px}.custom-page-rules .page-rules-content{display:none;padding:0 0 20px}.custom-page-rules .page-rules-content.active{display:block}.custom-page-rules .page-rules-content .page-rules{margin:15px 0 0}.custom-page-rules .page-rules-content .page-rules .page-rule{align-items:center;display:flex;margin:0 0 15px}.custom-page-rules .page-rules-content .page-rules .page-rule .rule-label{flex:0 0 100px}.custom-page-rules .page-rules-content .page-rules .page-rule .rule-remove{cursor:pointer;flex:0 0 20px;height:20px;line-height:20px;text-align:right;width:20px}.custom-page-rules .page-rules-content .page-rules .page-rule .rule-remove svg{height:100%;width:100%}.custom-page-rules .page-rules-content .page-rules .page-rule .rule-remove:hover path{stroke:#d01616}.custom-page-rules .page-rules-content .page-rules .page-rule .rule-input{box-sizing:border-box;flex:1;padding:0 15px}.custom-page-rules .page-rules-content .page-rules .page-rule .rule-input input{border:1px solid #d7d7d7;border-radius:4px;height:32px;line-height:32px;padding:0 10px;transition:all .5s ease-in-out;width:100%}.custom-page-rules .page-rules-content .page-rules .page-rule .rule-input input:focus{border-color:silver;box-shadow:none;outline:none}.custom-page-rules .page-rules-content .page-rules .page-rule .rule-selector{flex:0 0 160px}.custom-page-rules .page-rules-content .page-rules .page-rule .rule-selector .SumoSelect{max-width:160px}.custom-page-rules .page-rules-content .page-rules .page-rule .rule-selector .SumoSelect>.CaptionCont{border-color:#d7d7d7;height:32px;line-height:32px}.custom-page-rules .page-rules-content .page-rules .page-rule .rule-selector .SumoSelect.open>.optWrapper{top:30px}.add-condition{font-size:14px;font-weight:700}.add-condition:hover{color:#444ce7}.custom-time-rules{background:#f3f3f3;border:1px solid #d7d7d7;border-radius:5px;display:none;margin:15px 0 0;padding:15px}.custom-time-rules.active{display:block}.custom-time-rules .timezone-setting{background-color:#fff;border-radius:4px;padding:10px}.custom-time-rules .timezone-setting .d-flex{align-content:center;align-items:center;display:flex}.custom-time-rules .timezone-setting .d-flex .dashboard-switch{flex:1}.custom-time-rules .timezone-setting .d-flex .display-time span{font-weight:700}.custom-time-rules .timezone-setting+.timezone-setting{margin-top:10px}.gp-modal{box-sizing:border-box;display:none;font-family:Lato,sans-serif;font-size:16px;line-height:1.2}.gp-modal.active{display:block}.gp-modal *{box-sizing:border-box}.gp-modal .gp-modal-bg{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:rgba(0,0,0,.25);height:100vh;left:0;position:fixed;top:0;width:100%;z-index:100001}.gp-modal .gp-modal-container{background-color:#fff;border-radius:4px;box-shadow:0 16px 16px -5px rgba(0,0,0,.22),0 0 .8px rgba(0,0,0,.1);left:0;margin:0 auto;max-height:84vh;max-width:90%;min-height:100px;overflow:auto;position:fixed;right:0;top:50%;transform:translateY(-50%);width:720px;z-index:1000099}.gp-modal .gp-modal-container.small{width:540px}.gp-modal .gp-modal-container .gp-modal-content{position:relative}.gp-modal .gp-modal-container .gp-modal-content .gp-modal-close-btn{background:transparent;border:none;cursor:pointer;height:24px;position:absolute;right:10px;top:10px;width:24px}.gp-modal .gp-modal-container .gp-modal-content .gp-modal-close-btn .svg-icon{display:block;height:24px;width:24px}.gp-modal .gp-modal-container .gp-modal-content .gp-modal-close-btn .svg-icon svg{height:100%;width:100%}.gp-modal .gp-modal-container .gp-modal-content.form-loading{overflow-x:hidden}.gp-modal .gp-modal-container .gp-modal-content.form-loading:after,.gp-modal .gp-modal-container .gp-modal-content.form-loading:before{animation:formLoader .5s cubic-bezier(.5,.5,.5,.5) infinite alternate;background-color:#4f46e5;bottom:0;content:"";height:4px;left:-20%;position:absolute;width:40%}.gp-modal .gp-modal-container .gp-modal-content.form-loading .gp-modal-data{opacity:.5}.gp-modal .gp-modal-container .gp-modal-header{border-bottom:1px solid #ebe9fe;font-size:1.4rem;font-weight:700;padding:15px 20px}.gp-modal .gp-modal-container .gp-modal-body{padding:15px 20px}.gp-modal .gp-modal-container .gp-modal-footer{border-top:1px solid #ebe9fe;font-size:1.4rem;font-weight:700;padding:15px 20px}.gp-modal .gp-modal-container .gp-modal-footer.text-right{text-align:right}.gp-modal .gp-modal-container .gp-modal-footer.text-center{text-align:center}.gp-modal .gp-modal-container .gp-modal-footer button{background-color:transparent;border:none;border-radius:4px;cursor:pointer;font-size:16px;outline:none;padding:10px 15px;transition:all .2s linear}.gp-modal .gp-modal-container .gp-modal-footer button.primary-btn{background-color:#4f46e5;color:#fff}.gp-modal .gp-modal-container .gp-modal-footer button.primary-btn:hover{background-color:#3d36b7}.gp-modal .gp-modal-container .gp-modal-footer button.secondary-btn{background-color:#e6e5f2}.gp-modal .gp-modal-container .gp-modal-footer button.secondary-btn:hover{background-color:#dedbee}.gp-modal .gp-modal-container .gp-modal-footer button.danger-btn{background-color:#d01616;color:#fff}.gp-modal .gp-modal-container .gp-modal-footer button.danger-btn:hover{background-color:#9b1212}.gp-modal .gp-modal-container .gp-modal-footer button+button{margin-left:5px}@keyframes formLoader{0%{transform:translateZ(0)}to{transform:translate3d(280%,0,0)}}.gp-form-input .iti{width:100%}.wp-picker-input-wrap{border:#fff;display:inline-block;left:10px;position:absolute;top:46px;vertical-align:top;width:150px;z-index:111}.iris-border .iris-picker-inner{bottom:10px;left:10px;right:10px;top:50px}.wp-picker-container{position:relative}.wp-picker-container .iris-picker{padding:50px 0 0}.wp-picker-holder .iris-border .iris-picker-inner{top:50px}.wp-picker-input-wrap .wp-picker-clear{display:none;position:relative}.exit-intent-setting .dashboard-switch label{padding-left:48px}.add-custom-field-btn .dashicons{color:#656565;vertical-align:middle!important}.color-choice .flex-center+.flex-center{margin-left:10px}.setting-title.d-flex{align-content:center;align-items:center;display:flex}.setting-title .input-search{border:1px solid #d7d7d7;border-radius:4px;color:#1c2733;font-size:14px;height:32px;line-height:32px;padding:0 30px 0 8px;transition:all .5s ease-in-out;width:100%}.setting-title .channel-title{flex:1}.setting-title .search-channel-box input:focus{border-color:#d7d7d7;box-shadow:none;outline:none}.search-channel-box{position:relative}.search-channel-box:after{content:url('data:image/svg+xml;charset=utf-8,<svg width="18" height="18" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m19 19-6-6m2-5A7 7 0 1 1 1 8a7 7 0 0 1 14 0Z" stroke="gray" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');height:16px;pointer-events:none;position:absolute;right:8px;top:3px;width:16px}.no-channel-found{display:none;font-size:16px;text-align:center}.no-channel-found.active{display:block}.whatsapp-widget-setting{position:relative}.whatsapp-widget-setting .disabled-whatsapp-widget{display:none;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}.whatsapp-widget-setting.add-blur-bg .disabled-whatsapp-widget{display:block}.whatsapp-widget-setting.add-blur-bg>:not(.blur-overlay){filter:blur(2px);opacity:.5;pointer-events:none}.whatsapp-widget-setting .blur-overlay{left:0;position:absolute;right:0;text-align:center;top:50%;width:100%}.SumoSelect .select-all>label,.SumoSelect>.CaptionCont,.SumoSelect>.optWrapper>.options li.opt label{font-size:14px}.enable-whatsapp-widget{font-weight:700;text-decoration:underline!important}.menu-channel-title{overflow:hidden;text-overflow:ellipsis;white-space:pre}.upload-image-selection-container{left:50%;opacity:0;position:absolute;top:170%;transform:translateX(-47%);visibility:hidden;width:137px;z-index:100}.upload-image-selection-container:before{border-color:transparent transparent #dbdbdb;border-style:solid;border-width:0 7px 9px;bottom:auto;content:"";left:50%;position:absolute;top:-8px;transform:translateX(-50%)}.upload-image-selection-container .upload-image-selection{background:#fff;border:1px solid #d7d7d7;border-radius:4px;padding:10px}.upload-image-selection-container .upload-image-selection li{cursor:pointer;margin:0}.upload-image-selection-container .upload-image-selection li a{display:block;padding:7px}.upload-image-selection-container .upload-image-selection li+li{margin-top:5px}.upload-image-selection-container.active{opacity:1;transition:opacity .5s;visibility:visible}.upload-image-selection-overlay{opacity:0;visibility:hidden}.upload-image-selection-container.active+.upload-image-selection-overlay{height:100%;left:0;opacity:1;position:fixed;top:0;visibility:visible;width:100%;z-index:99}.upgrade-upload-btn{position:relative}.channel-btn a.has-image{padding:0}.view-widget-analytics{font-size:14px;font-weight:700;line-height:24px;margin-left:5px;text-decoration:underline!important}.view-widget-analytics span.dashicons{text-decoration:none}@media only screen and (max-width:450px){.widget-analytics .gp-form-input.d-flex{display:inline-grid}.view-widget-analytics{margin-left:0;margin-top:5px}}.social-links ul li.add-more-channel a span{padding:12px}.add-more-channel.active a,.add-more-channel:hover a{background-color:#0a4b78;border-color:#0a4b78;color:#fff}.add-more-channel.active a span svg path,.add-more-channel:hover a span svg path{stroke:#fff}.add-more-channel.active a span svg,.add-more-channel:hover a span svg{fill:#fff}.add-more-channel a span svg path{stroke:#d1d1d1}ul.more-channel-list{display:grid;gap:.75rem;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));justify-content:center;width:100%}.more-channel-list li{align-items:center;background-color:#fff;border:1px solid #e2e8f0;border-radius:.75rem;cursor:pointer;display:flex;outline:2px solid transparent;outline-offset:2px;position:relative;text-align:center;transition:.25s;width:100%}.more-channel-list li:hover{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.more-channel-list li a{padding-bottom:.625rem;padding-inline-end:.25rem;padding-top:.625rem;padding-inline-start:.25rem;text-align:center;width:100%}.more-channel-list li span.gsb-more-social-icon{background-color:#f0f8ff;border-color:#f0f8ff;border-radius:50%;color:#fff;display:block;height:2.5rem;margin:0 auto;padding:10px;text-align:center;width:2.5rem}.more-channel-list li .gsb-more-social-icon svg{fill:#fff;height:100%;width:100%}.more-channel-list li a p{font-size:14px;line-height:1;margin:.5rem 0 0}#more_channel_popup .gp-modal-container{width:840px}.more-channel-list li.check-loader a{opacity:.4}.premium-features svg{display:inline-block;margin-right:3px;vertical-align:text-bottom}.contact-form-field-open .contact-form-field-select svg{display:inline-block;height:16px;margin-right:8px;vertical-align:text-bottom;width:18px}#wpcontent:has(.widget-sticky-header){padding:0!important}@media only screen and (min-width:601px) and (max-width:782px){.widget-sticky-header{top:46px!important}}@media only screen and (min-width:783px){.widget-sticky-header{top:32px!important}}#toplevel_page_sticky-chat-widget .wp-menu-image img{display:inline-block}
     1@font-face{font-display:swap;font-family:Lato;font-style:normal;font-weight:100;src:url(https://fonts.gstatic.com/s/lato/v23/S6u8w4BMUTPHh30AXC-v.ttf) format("truetype")}@font-face{font-display:swap;font-family:Lato;font-style:normal;font-weight:300;src:url(https://fonts.gstatic.com/s/lato/v23/S6u9w4BMUTPHh7USSwiPHA.ttf) format("truetype")}@font-face{font-display:swap;font-family:Lato;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/lato/v23/S6uyw4BMUTPHjx4wWw.ttf) format("truetype")}@font-face{font-display:swap;font-family:Lato;font-style:normal;font-weight:700;src:url(https://fonts.gstatic.com/s/lato/v23/S6u9w4BMUTPHh6UVSwiPHA.ttf) format("truetype")}@font-face{font-display:swap;font-family:Lato;font-style:normal;font-weight:900;src:url(https://fonts.gstatic.com/s/lato/v23/S6u9w4BMUTPHh50XSwiPHA.ttf) format("truetype")}.gp-box *,.widget-settings,.widget-settings *{margin:0;padding:0}#wpcontent,body{background-color:#f7f7ff}#wpcontent{padding:0 10px!important}.gp-box-layout *{box-sizing:border-box}.sr-only{clip:rect(0,0,0,0)!important;border:0!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important}.gp-box,.widget-settings{color:#1c2733;direction:ltr;font-family:Lato,sans-serif;font-size:16px;line-height:1.2;margin:0 auto;max-width:100%;width:1080px}.gp-box a,.widget-settings a{box-shadow:none;color:#1c2733;outline:none;text-decoration:none}.gp-box a:focus,.widget-settings a:focus{box-shadow:none;outline:none}.gp-box *,.widget-settings *{box-sizing:border-box}.gp-box svg:focus,.widget-settings svg:focus{box-shadow:none;outline:none}.gp-box .gp-page-title,.widget-settings .gp-page-title{font-size:1.6rem;font-weight:700}.dashboard-table{background:#fff;border:1px solid #eaeff2;border-radius:6px;box-shadow:0 0 10px -3px rgba(34,68,136,.2);-webkit-box-shadow:0 0 10px -3px rgba(34,68,136,.2);-moz-box-shadow:0 0 10px -3px rgba(34,68,136,.2);padding:15px}.dashboard-table table{width:100%}.dashboard-table table td,.dashboard-table table th{border-bottom:1px solid #ebe9fe;padding:10px;text-align:left;vertical-align:middle}.dashboard-table table td.status-col,.dashboard-table table th.status-col{text-align:center;width:90px}.dashboard-table table td.created-col,.dashboard-table table th.created-col{text-align:left;width:180px}.dashboard-table table td.created-col span,.dashboard-table table th.created-col span{display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:180px}.dashboard-table table td.action-col,.dashboard-table table th.action-col{position:relative;text-align:center;width:100px}.dashboard-table table td.action-col.active .button-actions,.dashboard-table table th.action-col.active .button-actions{display:block}.dashboard-table .action-box{border:1px solid #c7d7fe;border-radius:4px;display:inline-flex}.dashboard-table .action-box a{border-radius:4px;display:inline-flex;font-size:14px;line-height:16px;padding:2px 8px;vertical-align:middle}.dashboard-table .action-box a:hover{background-color:#eef4ff}.dashboard-table .action-box .dropdown-button{border-left:1px solid #c7d7fe;border-radius:0 4px 4px 0;display:inline-flex;font-size:14px;line-height:16px;padding:2px;vertical-align:middle}.dashboard-table .action-box .dropdown-button:hover{background-color:#eef4ff}.dashboard-table .button-actions{background:#fff;border-radius:4px;box-shadow:0 0 20px 0 rgba(0,0,0,.1);display:none;padding:5px;position:absolute;right:15px;text-align:left;top:100%;width:120px;z-index:11}.dashboard-table .button-actions ul{list-style:none}.dashboard-table .button-actions ul li{display:block;margin:4px 0}.dashboard-table .button-actions ul li:first-child{margin:0 0 4px}.dashboard-table .button-actions ul li:last-child{margin:4px 0 0}.dashboard-table .button-actions ul li a{display:block;font-size:14px;padding:4px 8px}.dashboard-table .button-actions ul li a svg{display:inline-block;vertical-align:text-bottom}.dashboard-table .button-actions ul li a:hover{background-color:rgba(80,103,243,.1)}.dashboard-table .button-actions ul li.delete-btn{border-top:1px solid #d01616;padding:4px 0 0}.dashboard-table .button-actions ul li.delete-btn a{color:#d01616}.dashboard-table .button-actions ul li.delete-btn a svg path{stroke:#d01616}.dashboard-table .button-actions ul li.delete-btn a:hover{background-color:rgba(255,81,90,.1)}.dashboard-table .button-actions:before{border-bottom:5px solid #fff;border-left:5px solid transparent;border-right:5px solid transparent;content:"";height:0;position:absolute;right:6px;top:-6px;width:0}.dashboard-header{align-items:center;display:flex;margin:0 0 25px}.dashboard-header .dashboard-header-left{flex:1}.dashboard-header .dashboard-header-right{flex:1;text-align:right}.gp-action-button{background-color:#4f46e5;border:none;border-radius:4px;color:#fff!important;cursor:pointer;display:inline-block;font-size:16px;outline:none;padding:10px 15px;text-decoration:none;transition:all .2s linear}.gp-action-button:hover{background-color:#3d36b7}.dashboard-switch{display:inline-block;min-width:48px}.dashboard-switch label{cursor:pointer;display:inline-block;line-height:25px;min-height:25px;padding-left:60px;position:relative}.dashboard-switch label:before{background:#d9d9d9;border-radius:20px;height:24px;left:0;width:40px}.dashboard-switch label:after,.dashboard-switch label:before{bottom:0;box-sizing:initial;content:"";margin:auto 0;position:absolute;top:0;transition:all .2s ease-in-out}.dashboard-switch label:after{background:#fff;border-radius:50%;height:16px;left:4px;width:16px}.dashboard-switch input:checked+label:before{background-color:#4f46e5}.dashboard-switch input:checked+label:after{left:20px}.dashboard-switch input:checked+label.trigger-label{color:#4f46e5;font-weight:700}.dashboard-switch.in-flex{align-items:center;display:inline-flex}.dashboard-switch.on-off label:before{content:"off";font-size:16px;line-height:22px;padding:0 8px 0 0;text-align:right;width:44px}.dashboard-switch.on-off input:checked+label:before{color:#fff;content:"on";line-height:20px;padding:0 0 0 10px;text-align:left}.dashboard-switch.on-off input:checked+label:after{left:34px}.gp-form-field .gp-form-label{display:block}.gp-form-field .gp-form-label label{cursor:pointer;display:inline-block;font-size:16px;padding:0 0 8px}.gp-form-field .gp-form-label label.in-flex{display:inline-flex;line-height:28px;padding:0}.gp-form-field .gp-form-label label.trigger-label{padding-left:48px}.gp-form-field .gp-form-label.d-flex{align-items:center;display:flex}.gp-form-field .tiny-input{border:1px solid #d7d7d7;border-radius:4px;height:28px;line-height:28px;margin:0 5px;padding:0 10px;transition:all .5s ease-in-out;width:40px}.gp-form-field .tiny-input:focus{border-color:silver;box-shadow:none;outline:none}.gp-form-field .gp-form-input{position:relative}.gp-form-field .gp-form-input input[type=email],.gp-form-field .gp-form-input input[type=tel],.gp-form-field .gp-form-input input[type=text]{border:1px solid #d7d7d7;border-radius:4px;color:#1c2733;font-size:14px;height:40px;line-height:40px;max-width:100%;transition:all .5s ease-in-out;width:100%}.gp-form-field .gp-form-input input[type=email]:focus,.gp-form-field .gp-form-input input[type=tel]:focus,.gp-form-field .gp-form-input input[type=text]:focus{border-color:silver;box-shadow:none;outline:none}.gp-form-field .gp-form-input.medium-input{max-width:100%;width:360px}.gp-form-field .gp-form-input.medium-input .SumoSelect{max-width:360px}.gp-form-field .gp-form-input.medium-input .SumoSelect>.CaptionCont{width:100%}.gp-form-field .gp-form-input textarea{border:1px solid #d7d7d7;border-radius:4px;color:#1c2733;font-size:14px;height:84px;max-width:100%;padding:5px 10px;width:100%}.gp-form-field .gp-form-input textarea:focus{border-color:silver;box-shadow:none;outline:none}.gp-form-field .gp-form-input .SumoSelect>.CaptionCont{border:1px solid #d7d7d7;border-radius:4px;font-size:14px;height:40px;line-height:40px;padding:0 10px}.gp-form-field .gp-form-input .SumoSelect>.optWrapper>.options li.opt.selected{background-color:#e4e4e4}.gp-form-field .gp-form-input.d-flex{display:flex}.gp-form-field .gp-form-input.has-max-width .SumoSelect{max-width:100%;width:240px}.gp-form-field .gp-form-input.add-prefix-text{position:relative}.gp-form-field .gp-form-input.add-prefix-text:after{background:#ddd;border-radius:4px;content:attr(data-prefix);height:34px;line-height:34px;position:absolute;right:3px;text-align:center;top:50%;transform:translateY(-50%);width:40px}.gp-form-field .gp-form-input a.upgrade-link{display:inline-block;height:20px;padding:0 0 0 7px;position:absolute;right:8px;top:50%;transform:translateY(-50%);width:25px}a.upgrade-link svg{height:100%;width:100%}.gp-form-field+.gp-form-field{margin-top:20px}.gp-form-field.in-flex{align-items:center;display:flex}.gp-form-field.in-flex .gp-form-label{flex:0 0 175px}.gp-form-field.in-flex .gp-form-label label{padding:0}.gp-form-field.in-flex .gp-form-label label.text-right{padding:0 10px 0 0;text-align:right}.gp-form-field.in-flex .gp-form-input{flex:1}.gp-form-field.channel-input .gp-form-label label{font-size:14px;font-weight:600;padding-bottom:4px}.gp-form-field.channel-input .gp-form-input input[type=text]{height:32px;line-height:32px}.gp-radio-buttons{background:#e9e9e9;border-radius:4px;display:flex;flex-wrap:wrap;height:40px;line-height:26px;padding:3px}.gp-radio-buttons .gp-radio-button,.gp-radio-buttons.in-flex{display:inline-flex}.gp-radio-buttons .gp-radio-button label{border-radius:4px;cursor:pointer;display:inline-flex;padding:4px 10px;transition:background-color .15s ease-in-out}.gp-radio-buttons .gp-radio-button label:hover{background-color:hsla(0,0%,100%,.6)}.gp-radio-buttons .gp-radio-button input:checked+label{background-color:#fff}.gp-radio-buttons .gp-radio-button+.gp-radio-button{margin-left:4px}.widget-settings ::-moz-placeholder{color:#a9a9a9;opacity:1}.widget-settings ::placeholder{color:#a9a9a9;opacity:1}.widget-settings :-ms-input-placeholder{color:#a9a9a9}.widget-settings ::-ms-input-placeholder{color:#a9a9a9}.widget-settings{background:#fff;border:1px solid #eaeff2;border-radius:6px;box-shadow:0 0 10px -3px rgba(34,68,136,.2);-webkit-box-shadow:0 0 10px -3px rgba(34,68,136,.2);-moz-box-shadow:0 0 10px -3px rgba(34,68,136,.2);display:flex;margin:15px auto;max-width:1380px;min-height:calc(100vh - 200px);width:96%}.widget-settings *{box-sizing:border-box}.widget-sidebar ul{display:block;list-style:none;margin:0;padding:0}.widget-sidebar ul li{border-bottom:1px solid #ebe9fe;display:block;margin:0;padding:0}.widget-sidebar ul li a{border-left:4px solid transparent;display:block;padding:15px 25px;position:relative;transition:all .2s ease-in-out}.widget-sidebar ul li a.active{background-color:#fff;border-left-color:#4f46e5}.widget-sidebar ul li a.active:after{background-color:#fff;content:"";display:block;height:100%;position:absolute;right:-1px;top:0;width:1px}.widget-sidebar ul li a:hover{background-color:#fff}.widget-setting{border-right:1px solid #ebe9fe;flex:1;padding:15px 30px}.widget-preview{flex:0 1 420px;padding:15px}.setting-title{font-size:24px;font-weight:600;line-height:1.2;margin-bottom:15px;padding-bottom:15px}.setting-title,.social-links{border-bottom:1px solid #ebe9fe}.social-links{margin:0 0 15px;padding:0 0 15px}.social-links ul{align-content:center;align-items:center;display:flex;flex-wrap:wrap;justify-content:center;list-style:none;margin:0;padding:0}.social-links ul li{flex:0 0 48px;margin:4px}.social-links ul li a{border:1px solid #ebe9fe;border-radius:4px;display:block;height:50px;text-align:center;width:50px}.social-links ul li a span{display:block;font-size:30px;height:48px;line-height:50px;padding:7px;text-align:center;width:48px}.social-links ul li a span svg{fill:#d1d1d1;display:inline-block;height:100%;vertical-align:top;width:100%}.selected-channels ul{display:block;list-style:none;margin:0;padding:0}.selected-channels ul li{background-color:#fafafa;border:1px solid #ededed;border-radius:4px;display:block;margin:10px 0 0;padding:0;position:relative;transition:border-color .15s ease-in-out}.selected-channels ul li.gsb-settings.active .pro-settings{display:block!important}.gsb-settings-top{position:relative}.gsb-free-settings{align-items:flex-start;display:flex;padding:15px}.gsb-free-settings .gsb-input-icon{flex:0 0 52px;padding-right:15px}.gsb-free-settings .gsb-input-icon span.ginger-button-icon{border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;cursor:pointer;display:block;height:52px;padding:12px;text-align:center;transition:.2s linear;width:52px}.gsb-free-settings .gsb-input-icon span.ginger-button-icon svg{fill:#fff;height:100%;width:100%}.gsb-free-settings .gsb-input-value{flex:1;padding-right:15px}.gsb-free-settings .gsb-title{flex:0 0 40%}.load-more-setting a{align-items:center;background:#fff;border:1px solid #cbcbcb;border-radius:4px;color:#000;display:inline-flex;font-size:14px;height:100%;margin:0 10px 10px 0;padding:4px 10px;width:auto}.load-more-setting a svg{display:inline-block;height:12px;margin:0 5px 0 0;width:12px}.gsb-free-settings .gsb-more-settings{margin:0;padding:0;position:absolute;right:0;top:0;z-index:1}.gsb-free-settings .gsb-more-settings a{background:#cbcbcb;border-top-right-radius:4px;color:#fff;display:block;font-weight:400;height:20px;line-height:14px;padding:1px;text-align:center;width:20px}.gsb-free-settings .gsb-more-settings a svg{fill:#fff;display:inline-block;height:14px;width:14px}.gsb-free-settings .gsb-more-settings a:hover{background-color:red}.gsb-settings .pro-settings{background:#fff;border:1px solid #ededed;border-radius:5px;display:none;margin:0 15px 15px;padding:15px;position:relative}.gsb-settings.active .pro-settings{display:block}.input-settings{align-content:center;align-items:center;border-bottom:1px solid #ebe9fe;display:flex;margin-bottom:15px;padding-bottom:15px}.input-settings .input-setting{flex:1;text-align:center}.input-settings .input-setting .dashboard-switch{display:inline-flex;margin:0 4px}.input-settings .input-setting .dashboard-switch label{padding-left:60px}.input-settings .input-setting+.input-setting{border-left:1px solid #ebe9fe}.input-settings .input-setting.color-section{text-align:left}.input-settings .image-upload-btn{border:1px solid #d7d7d7;border-radius:4px;color:#fff;color:#656565;display:inline-block;font-size:14px;margin:0 0 0 10px;padding:5px 10px;text-decoration:none}.input-settings .image-upload-btn svg{display:inline-flex;height:12px;margin:0 4px 0 0;width:12px}.input-settings .image-upload-btn svg path{stroke:#656565}.color-section .color-choice{background:#f6f6f6;border:1px solid #ebe9fe;border-radius:4px;padding:5px 15px}.color-section .color-choice .channel-color-picker-section,.color-section .color-choice .channel-color-picker-section .flex-center{align-items:center;display:flex;flex-wrap:nowrap}.color-section .color-choice .channel-color-picker-section .pr-5{border:none;margin:0;padding-right:5px}.color-section .color-choice .channel-color-picker-section input,.ginger-color-list .wp-picker-container input[type=text].wp-color-picker{background:#fff!important;height:30px!important;width:183px!important}.gsb-settings.active .pro-settings{display:block!important}.setting-tab{display:none;margin-bottom:20px}.setting-tab.active{display:block}.ginger-color-list ul{margin:0;padding:0}.ginger-color-list ul li{display:inline-block;margin:0 4px 6px 0;vertical-align:middle}.ginger-color-list ul li:hover label:after{display:inline-block}.ginger-color-list ul li input{border:none;box-shadow:none;height:0;margin:-1px;position:absolute;width:0}.ginger-color-list ul li input:checked+label:after{display:inline-block}.ginger-color-list ul li label{border-radius:4px;box-shadow:.4px .9px 3px 0 rgba(0,0,0,.33);color:#333;cursor:pointer;display:inline-block;font-weight:400;height:35px;padding:0 0 5px;position:relative;transition:.2s linear;width:35px}.ginger-color-list ul li label.color-custom{position:relative}.ginger-color-list ul li label.color-custom span{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.ginger-close-icons{background:#fff;margin:0;padding:0}.ginger-close-icons ul{display:inline-block;margin:0;padding:0}.ginger-close-icons ul li{display:inline-block;margin:0 6px 0 0;padding:0;position:relative;text-align:center}.ginger-close-icons ul li:hover label span{border:2px solid #4f46e5}.ginger-close-icons ul li:hover label svg{fill:#4f46e5}.ginger-close-icons ul li label{cursor:pointer;display:inline-block}.ginger-close-icons ul li label span{border:2px solid #efefef;border-radius:50%;display:block;height:54px;margin:0;padding:10px;width:54px}.ginger-close-icons ul li label span svg{fill:#cfcfcf;color:#fff;height:100%;width:100%}.ginger-close-icons ul li input:checked+label span{border:2px solid #4f46e5;outline:3px solid #b2aefb;outline-offset:2px}.ginger-close-icons ul li input:checked+label svg{fill:#4f46e5;color:#fff}.flex-input{align-content:center;align-items:center;display:flex;margin-top:10px}.flex-input .gp-form-field+.gp-form-field{margin-top:0;padding-left:15px}.flex-input .gp-form-field{flex:0 0 225px}.default-state{background:#f5f5f5;border-radius:4px;display:none;margin-top:10px;padding:10px}.default-state.active{display:block}.default-state .in-flex{display:flex}.default-state .dashboard-switch+.dashboard-switch{margin-top:10px}.mt-20{margin-top:20px}.pending-message-setting{background-color:#f5f5f5;border-radius:4px;display:none;margin-top:10px;padding:15px}.pending-message-setting.active{display:block}.activate-general-setting a.upgrade-link.in-block,.google-analytics a.upgrade-link.in-block,.position-in-mobile-toggle a.upgrade-link.in-block,.widget-analytics a.upgrade-link.in-block,a.upgrade-link.in-block{color:#fff;display:inline-block;height:auto;padding:0 0 0 7px;position:unset;transform:none;width:26px}.gp-step-sub-title{font-size:1rem;font-weight:700;padding:0 0 15px}.mt-36{margin-top:36px}.exit-intent-setting{background-color:#f5f5f5;border-radius:4px;display:none;margin-top:10px;padding:15px}.exit-intent-setting.active{display:block}.exit-intent-setting .gp-form-label+.gp-form-label{margin-top:15px}.inline-radio-buttons .inline-radio-button{display:inline-flex}.inline-radio-buttons .inline-radio-button label{cursor:pointer;display:inline-block;padding:0 0 0 25px;position:relative}.inline-radio-buttons .inline-radio-button label:before{border:2px solid #d9d9d9;height:16px;left:0;width:16px}.inline-radio-buttons .inline-radio-button label:after,.inline-radio-buttons .inline-radio-button label:before{border-radius:50%;box-sizing:initial;content:"";display:block;position:absolute;top:50%;transform:translateY(-50%)}.inline-radio-buttons .inline-radio-button label:after{background-color:#fff;height:10px;left:5px;width:10px}.inline-radio-buttons .inline-radio-button input:checked+label{color:#4f46e5;font-weight:700}.inline-radio-buttons .inline-radio-button input:checked+label:before{border-color:#4f46e5}.inline-radio-buttons .inline-radio-button input:checked+label:after{background-color:#4f46e5}.inline-radio-buttons .inline-radio-button{margin-right:10px}.custom-page-rules{background:#f3f3f3;border:1px solid #d7d7d7;border-radius:5px;display:none;margin:15px 0 0;padding:15px}.custom-page-rules.active{display:block}.custom-page-rules .dashboard-switch+.page-rules-content+.dashboard-switch{margin-top:10px}.custom-page-rules .page-rules-content{display:none;padding:0 0 20px}.custom-page-rules .page-rules-content.active{display:block}.custom-page-rules .page-rules-content .page-rules{margin:15px 0 0}.custom-page-rules .page-rules-content .page-rules .page-rule{align-items:center;display:flex;margin:0 0 15px}.custom-page-rules .page-rules-content .page-rules .page-rule .rule-label{flex:0 0 100px}.custom-page-rules .page-rules-content .page-rules .page-rule .rule-remove{cursor:pointer;flex:0 0 20px;height:20px;line-height:20px;text-align:right;width:20px}.custom-page-rules .page-rules-content .page-rules .page-rule .rule-remove svg{height:100%;width:100%}.custom-page-rules .page-rules-content .page-rules .page-rule .rule-remove:hover path{stroke:#d01616}.custom-page-rules .page-rules-content .page-rules .page-rule .rule-input{box-sizing:border-box;flex:1;padding:0 15px}.custom-page-rules .page-rules-content .page-rules .page-rule .rule-input input{border:1px solid #d7d7d7;border-radius:4px;height:32px;line-height:32px;padding:0 10px;transition:all .5s ease-in-out;width:100%}.custom-page-rules .page-rules-content .page-rules .page-rule .rule-input input:focus{border-color:silver;box-shadow:none;outline:none}.custom-page-rules .page-rules-content .page-rules .page-rule .rule-selector{flex:0 0 160px}.custom-page-rules .page-rules-content .page-rules .page-rule .rule-selector .SumoSelect{max-width:160px}.custom-page-rules .page-rules-content .page-rules .page-rule .rule-selector .SumoSelect>.CaptionCont{border-color:#d7d7d7;height:32px;line-height:32px}.custom-page-rules .page-rules-content .page-rules .page-rule .rule-selector .SumoSelect.open>.optWrapper{top:30px}.add-condition{font-size:14px;font-weight:700}.add-condition:hover{color:#444ce7}.custom-time-rules{background:#f3f3f3;border:1px solid #d7d7d7;border-radius:5px;display:none;margin:15px 0 0;padding:15px}.custom-time-rules.active{display:block}.custom-time-rules .timezone-setting{background-color:#fff;border-radius:4px;padding:10px}.custom-time-rules .timezone-setting .d-flex{align-content:center;align-items:center;display:flex}.custom-time-rules .timezone-setting .d-flex .dashboard-switch{flex:1}.custom-time-rules .timezone-setting .d-flex .display-time span{font-weight:700}.custom-time-rules .timezone-setting+.timezone-setting{margin-top:10px}.gp-modal{box-sizing:border-box;display:none;font-family:Lato,sans-serif;font-size:16px;line-height:1.2}.gp-modal.active{display:block}.gp-modal *{box-sizing:border-box}.gp-modal .gp-modal-bg{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:rgba(0,0,0,.25);height:100vh;left:0;position:fixed;top:0;width:100%;z-index:100001}.gp-modal .gp-modal-container{background-color:#fff;border-radius:4px;box-shadow:0 16px 16px -5px rgba(0,0,0,.22),0 0 .8px rgba(0,0,0,.1);left:0;margin:0 auto;max-height:84vh;max-width:90%;min-height:100px;overflow:auto;position:fixed;right:0;top:50%;transform:translateY(-50%);width:720px;z-index:1000099}.gp-modal .gp-modal-container.small{width:540px}.gp-modal .gp-modal-container .gp-modal-content{position:relative}.gp-modal .gp-modal-container .gp-modal-content .gp-modal-close-btn{background:transparent;border:none;cursor:pointer;height:24px;position:absolute;right:10px;top:10px;width:24px}.gp-modal .gp-modal-container .gp-modal-content .gp-modal-close-btn .svg-icon{display:block;height:24px;width:24px}.gp-modal .gp-modal-container .gp-modal-content .gp-modal-close-btn .svg-icon svg{height:100%;width:100%}.gp-modal .gp-modal-container .gp-modal-content.form-loading{overflow-x:hidden}.gp-modal .gp-modal-container .gp-modal-content.form-loading:after,.gp-modal .gp-modal-container .gp-modal-content.form-loading:before{animation:formLoader .5s cubic-bezier(.5,.5,.5,.5) infinite alternate;background-color:#4f46e5;bottom:0;content:"";height:4px;left:-20%;position:absolute;width:40%}.gp-modal .gp-modal-container .gp-modal-content.form-loading .gp-modal-data{opacity:.5}.gp-modal .gp-modal-container .gp-modal-header{border-bottom:1px solid #ebe9fe;font-size:1.4rem;font-weight:700;padding:15px 20px}.gp-modal .gp-modal-container .gp-modal-body{padding:15px 20px}.gp-modal .gp-modal-container .gp-modal-footer{border-top:1px solid #ebe9fe;font-size:1.4rem;font-weight:700;padding:15px 20px}.gp-modal .gp-modal-container .gp-modal-footer.text-right{text-align:right}.gp-modal .gp-modal-container .gp-modal-footer.text-center{text-align:center}.gp-modal .gp-modal-container .gp-modal-footer button{background-color:transparent;border:none;border-radius:4px;cursor:pointer;font-size:16px;outline:none;padding:10px 15px;transition:all .2s linear}.gp-modal .gp-modal-container .gp-modal-footer button.primary-btn{background-color:#4f46e5;color:#fff}.gp-modal .gp-modal-container .gp-modal-footer button.primary-btn:hover{background-color:#3d36b7}.gp-modal .gp-modal-container .gp-modal-footer button.secondary-btn{background-color:#e6e5f2}.gp-modal .gp-modal-container .gp-modal-footer button.secondary-btn:hover{background-color:#dedbee}.gp-modal .gp-modal-container .gp-modal-footer button.danger-btn{background-color:#d01616;color:#fff}.gp-modal .gp-modal-container .gp-modal-footer button.danger-btn:hover{background-color:#9b1212}.gp-modal .gp-modal-container .gp-modal-footer button+button{margin-left:5px}@keyframes formLoader{0%{transform:translateZ(0)}to{transform:translate3d(280%,0,0)}}.gp-form-input .iti{width:100%}.wp-picker-input-wrap{border:#fff;display:inline-block;left:10px;position:absolute;top:46px;vertical-align:top;width:150px;z-index:111}.iris-border .iris-picker-inner{bottom:10px;left:10px;right:10px;top:50px}.wp-picker-container{position:relative}.wp-picker-container .iris-picker{padding:50px 0 0}.wp-picker-holder .iris-border .iris-picker-inner{top:50px}.wp-picker-input-wrap .wp-picker-clear{display:none;position:relative}.exit-intent-setting .dashboard-switch label{padding-left:48px}.add-custom-field-btn .dashicons{color:#656565;vertical-align:middle!important}.color-choice .flex-center+.flex-center{margin-left:10px}.setting-title.d-flex{align-content:center;align-items:center;display:flex}.setting-title .input-search{border:1px solid #d7d7d7;border-radius:4px;color:#1c2733;font-size:14px;height:32px;line-height:32px;padding:0 30px 0 8px;transition:all .5s ease-in-out;width:100%}.setting-title .channel-title{flex:1}.setting-title .search-channel-box input:focus{border-color:#d7d7d7;box-shadow:none;outline:none}.search-channel-box{position:relative}.search-channel-box:after{content:url('data:image/svg+xml;charset=utf-8,<svg width="18" height="18" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m19 19-6-6m2-5A7 7 0 1 1 1 8a7 7 0 0 1 14 0Z" stroke="gray" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');height:16px;pointer-events:none;position:absolute;right:8px;top:3px;width:16px}.no-channel-found{display:none;font-size:16px;text-align:center}.no-channel-found.active{display:block}.whatsapp-widget-setting{position:relative}.whatsapp-widget-setting .disabled-whatsapp-widget{display:none;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}.whatsapp-widget-setting.add-blur-bg .disabled-whatsapp-widget{display:block}.whatsapp-widget-setting.add-blur-bg>:not(.blur-overlay){filter:blur(2px);opacity:.5;pointer-events:none}.whatsapp-widget-setting .blur-overlay{left:0;position:absolute;right:0;text-align:center;top:50%;width:100%}.SumoSelect .select-all>label,.SumoSelect>.CaptionCont,.SumoSelect>.optWrapper>.options li.opt label{font-size:14px}.enable-whatsapp-widget{font-weight:700;text-decoration:underline!important}.menu-channel-title{overflow:hidden;text-overflow:ellipsis;white-space:pre}.upload-image-selection-container{left:50%;opacity:0;position:absolute;top:170%;transform:translateX(-47%);visibility:hidden;width:137px;z-index:100}.upload-image-selection-container:before{border-color:transparent transparent #dbdbdb;border-style:solid;border-width:0 7px 9px;bottom:auto;content:"";left:50%;position:absolute;top:-8px;transform:translateX(-50%)}.upload-image-selection-container .upload-image-selection{background:#fff;border:1px solid #d7d7d7;border-radius:4px;padding:10px}.upload-image-selection-container .upload-image-selection li{cursor:pointer;margin:0}.upload-image-selection-container .upload-image-selection li a{display:block;padding:7px}.upload-image-selection-container .upload-image-selection li+li{margin-top:5px}.upload-image-selection-container.active{opacity:1;transition:opacity .5s;visibility:visible}.upload-image-selection-overlay{opacity:0;visibility:hidden}.upload-image-selection-container.active+.upload-image-selection-overlay{height:100%;left:0;opacity:1;position:fixed;top:0;visibility:visible;width:100%;z-index:99}.upgrade-upload-btn{position:relative}.channel-btn a.has-image{padding:0}.view-widget-analytics{font-size:14px;font-weight:700;line-height:24px;margin-left:5px;text-decoration:underline!important}.view-widget-analytics span.dashicons{text-decoration:none}@media only screen and (max-width:450px){.widget-analytics .gp-form-input.d-flex{display:inline-grid}.view-widget-analytics{margin-left:0;margin-top:5px}}.social-links ul li.add-more-channel a span{padding:12px}.add-more-channel.active a,.add-more-channel:hover a{background-color:#0a4b78;border-color:#0a4b78;color:#fff}.add-more-channel.active a span svg path,.add-more-channel:hover a span svg path{stroke:#fff}.add-more-channel.active a span svg,.add-more-channel:hover a span svg{fill:#fff}.add-more-channel a span svg path{stroke:#d1d1d1}ul.more-channel-list{display:grid;gap:.75rem;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));justify-content:center;width:100%}.more-channel-list li{align-items:center;background-color:#fff;border:1px solid #e2e8f0;border-radius:.75rem;cursor:pointer;display:flex;outline:2px solid transparent;outline-offset:2px;position:relative;text-align:center;transition:.25s;width:100%}.more-channel-list li:hover{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.more-channel-list li a{padding-bottom:.625rem;padding-inline-end:.25rem;padding-top:.625rem;padding-inline-start:.25rem;text-align:center;width:100%}.more-channel-list li span.gsb-more-social-icon{background-color:#f0f8ff;border-color:#f0f8ff;border-radius:50%;color:#fff;display:block;height:2.5rem;margin:0 auto;padding:10px;text-align:center;width:2.5rem}.more-channel-list li .gsb-more-social-icon svg{fill:#fff;height:100%;width:100%}.more-channel-list li a p{font-size:14px;line-height:1;margin:.5rem 0 0}#more_channel_popup .gp-modal-container{width:840px}.more-channel-list li.check-loader a{opacity:.4}.premium-features svg{display:inline-block;margin-right:3px;vertical-align:text-bottom}.contact-form-field-open .contact-form-field-select svg{display:inline-block;height:16px;margin-right:8px;vertical-align:text-bottom;width:18px}#wpcontent:has(.widget-sticky-header){padding:0!important}@media only screen and (min-width:601px) and (max-width:782px){.widget-sticky-header{top:46px!important}}@media only screen and (min-width:783px){.widget-sticky-header{top:32px!important}}#toplevel_page_sticky-chat-widget .wp-menu-image img{display:inline-block}.ginger-sticky-buttons p{margin:0!important;padding:0!important}
  • sticky-chat-widget/tags/1.3.9/dist/front/css/front.css

    r3269318 r3349742  
    1 @charset "UTF-8";.ginger-btn-shockwave:after,.ginger-btn-shockwave:before{border-radius:50%;bottom:0;content:"";left:0;position:absolute;right:0;top:0}@keyframes ginger-pulse{0%{box-shadow:0 0 0 0 rgba(0,0,0,.2)}30%,to{box-shadow:0 0 0 15px transparent}}.ginger-btn-pulse{animation:ginger-pulse 2s infinite}@keyframes ginger-spin{0%{transform:rotate(0)}5%{transform:rotate(-20deg)}25%,to{transform:rotate(1turn)}}.ginger-btn-spin{animation:ginger-spin 3s infinite}@keyframes ginger-zoom{0%{opacity:1;transform:scale(1)}5%{opacity:.75;transform:scale(.8)}20%{opacity:1;transform:scale(1.25)}30%,to{transform:scale(1)}}.ginger-btn-zoom{animation:ginger-zoom 2s infinite}@keyframes ginger-bounce{0%,20%,to{transform:translate(0)}15%,5%{transform:translateY(5px)}10%{transform:translateY(-25px)}}.ginger-btn-bounce{animation:ginger-bounce 3s infinite}@keyframes ginger-fade{0%,25%,to{opacity:1}5%{opacity:0}}.ginger-btn-fade{animation:ginger-fade 3s infinite}@keyframes ginger-glowing{0%,30%,to{box-shadow:0 0 -10px #00008b}20%{box-shadow:0 0 20px #00008b}}.ginger-btn-glowing{animation:ginger-glowing 3s infinite}.ginger-btn-shockwave{animation:shockwavejump 1s ease-out infinite}.ginger-btn-shockwave:after{animation:shockwave 1s ease-out .65s infinite}.ginger-btn-shockwave:before{animation:shockwave 1s ease-out .5s infinite}@keyframes shockwavejump{0%,to{transform:scale(1)}40%{transform:scale(1.08)}50%,60%{transform:scale(.98)}55%{transform:scale(1.02)}}@keyframes shockwave{0%{box-shadow:0 0 2px rgba(0,0,0,.15),inset 0 0 1px rgba(0,0,0,.15);transform:scale(1)}95%{box-shadow:0 0 50px transparent,inset 0 0 30px transparent}to{transform:scale(2.25)}}.ginger-btn-waggle{animation:waggle 2s ease-out 6s infinite forwards}@keyframes waggle{0%{transform:none}5%{transform:rotate(-20deg) scale(1.2)}10%{transform:rotate(25deg) scale(1.2)}13.75%{transform:rotate(-15deg) scale(1.2)}17.5%{transform:rotate(15deg) scale(1.2)}21.25%{transform:rotate(-12deg) scale(1.2)}22.5%{transform:rotate(0) scale(1.2)}30%{transform:rotate(0) scale(1)}}.exit-intent{background:#000;border-radius:50%;bottom:45px;height:0;position:fixed;right:45px;transition:.5s linear;width:0}.gsb-buttons .exit-intent:before{background:rgba(0,0,0,.8);content:"";display:block;height:100vh;left:0;position:fixed;top:0;transition:.75s ease-in-out;-webkit-transition:.75s ease-in-out;-moz-transition:.75s ease-in-out;visibility:hidden;width:100vw;z-index:100}.gsb-buttons .exit-intent.left-position:before{clip-path:circle(0 at 0 100%)}.gsb-buttons .exit-intent.right-position:before{clip-path:circle(0 at 100% 100%)}.gsb-buttons .exit-intent.active:before{clip-path:circle(100%);visibility:visible}.chat-button-icon.channel-instagram-base,.gsb-social-channel.channel-instagram-base{background:#fed975;background:-webkit-gradient(left bottom,right top,color-stop(0,#fed975),color-stop(26%,#fa7e1e),color-stop(50%,#d62977),color-stop(75%,#962fbf),color-stop(100%,#4f5ad5));background:linear-gradient(45deg,#fed975,#fa7e1e 26%,#d62977 50%,#962fbf 75%,#4f5ad5)}.ginger-btn-bounce+.gsb-pending-message,.ginger-btn-fade>.gsb-pending-message,.ginger-btn-none>.gsb-pending-message,.ginger-btn-pulse>.gsb-pending-message,.ginger-btn-shockwave+.gsb-pending-message,.ginger-btn-spin>.gsb-pending-message,.ginger-btn-waggle+.gsb-pending-message,.ginger-btn-zoom+.gsb-pending-message,.gsb-buttons{display:none}.gsb-buttons.active{display:block}.gsb-buttons,.gsb-buttons *,.gsb-buttons :after,.gsb-buttons :before{box-sizing:border-box}.gsb-buttons{bottom:25px;left:25px;position:fixed;z-index:999999}.gsb-buttons-content,.gsb-trigger{position:relative;z-index:12111}.gsb-buttons.left-side{left:25px}.gsb-buttons.right-side{left:auto;right:25px}.gsb-buttons .chat-button-link{border-radius:50%;color:#fff;display:block;height:54px;padding:10px;text-align:center;width:54px}.gsb-buttons .chat-button-link.has-image{padding:0;position:relative}.gsb-buttons .chat-button-link.has-image .chat-button-icon img{border-radius:25px;height:50px;left:0;line-height:50px;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:50px}.gsb-buttons .chat-button-link svg{fill:#fff}.gsb-buttons .chat-button,.gsb-buttons.single .gsb-trigger-contact,.gsb-buttons.single .gsb-trigger-wechat-popup,.gsb-buttons.single .gsb-trigger-whatsapp-popup{border-radius:50%;height:62px;padding:4px;width:62px}.gsb-trigger-button{display:block;position:relative}.gsb-buttons svg{display:inline-block;height:100%;vertical-align:top;width:100%}.gsb-buttons .chat-button-icon{border-radius:50%;display:block;height:34px;text-align:center;width:34px}.gsb-buttons .chat-button-icon img,.gsb-trigger .gsb-trigger-bottom,.gsb-trigger .gsb-trigger-top{border-radius:50%;height:54px;width:54px}.gsb-trigger{border-radius:50%;height:62px;padding:4px;width:62px}.gsb-trigger .gsb-trigger-top{left:0;opacity:1;position:absolute;top:0;visibility:visible;z-index:101}.gsb-buttons.open-buttons .gsb-trigger .gsb-trigger-top,.gsb-buttons.open-form .gsb-trigger .gsb-trigger-top,.gsb-buttons.open-wechat-popup .gsb-trigger .gsb-trigger-top,.gsb-buttons.open-whatsapp-popup .gsb-trigger .gsb-trigger-top,.gsb-buttons:not(.open-form) .gsb-trigger-contact,.gsb-buttons:not(.open-wechat-popup) .gsb-trigger-wechat-popup,.gsb-buttons:not(.open-whatsapp-popup) .gsb-trigger-whatsapp-popup,.gsb-trigger .gsb-trigger-bottom{opacity:0;pointer-events:none;visibility:hidden;z-index:100}.gsb-trigger .gsb-trigger-bottom,.gsb-trigger .gsb-trigger-contact,.gsb-trigger .gsb-trigger-wechat-popup,.gsb-trigger .gsb-trigger-whatsapp-popup{left:0;position:absolute;top:0;transition:.25s linear}.gsb-buttons .gsb-trigger .chat-button-icon,.gsb-buttons .gsb-trigger .gsb-trigger-contact,.gsb-buttons .gsb-trigger .gsb-trigger-wechat-popup,.gsb-buttons .gsb-trigger .gsb-trigger-whatsapp-popup{transition:.3s linear}.gsb-buttons.open-buttons .gsb-trigger .gsb-trigger-bottom{opacity:1;pointer-events:auto;visibility:visible;z-index:101}.gsb-buttons .gsb-trigger .gsb-trigger-bottom a .chat-button-icon,.gsb-buttons:not(.open-form) .gsb-trigger-contact a .chat-button-icon,.gsb-buttons:not(.open-wechat-popup) .gsb-trigger-wechat-popup a .chat-button-icon,.gsb-buttons:not(.open-whatsapp-popup) .gsb-trigger-whatsapp-popup a .chat-button-icon{transform:scale(.7) rotate(180deg)}.gsb-buttons.open-buttons .gsb-trigger .gsb-trigger-bottom a .chat-button-icon,.gsb-buttons.open-form .gsb-trigger-contact a .chat-button-icon,.gsb-buttons.open-wechat-popup .gsb-trigger-wechat-popup a .chat-button-icon,.gsb-buttons.open-whatsapp-popup .gsb-trigger-whatsapp-popup a .chat-button-icon{transform:scale(1) rotate(1turn)}.gsb-button-list.icon_view .chat-button{position:absolute;transform:scale(.25) rotate(-180deg)}.gsb-button-list.icon_view .chat-button,.gsb-button-list.list_view .chat-button{bottom:0;opacity:0;pointer-events:none;transition:all .2s linear;transition-delay:0s!important;visibility:hidden}.gsb-button-list.list_view .chat-button{position:relative}.gsb-buttons.open-buttons .gsb-button-list .chat-button{opacity:1;pointer-events:auto;visibility:visible}.gsb-pending-message{align-items:center;background:red;border-radius:50%;color:#fff;display:inline-flex;font-size:10px;height:auto;justify-content:center;line-height:1;min-height:16px;min-width:16px;padding:3px;position:absolute;right:-3%;text-align:center;top:-3%;width:auto;z-index:11}[data-scb][class*=cooltipz].cooltipz--bottom-left:before,[data-scb][class*=cooltipz].cooltipz--bottom-right:before,[data-scb][class*=cooltipz].cooltipz--bottom:before,[data-scb][class*=cooltipz].cooltipz--left:before,[data-scb][class*=cooltipz].cooltipz--right:before,[data-scb][class*=cooltipz].cooltipz--top-left:before,[data-scb][class*=cooltipz].cooltipz--top-right:before,[data-scb][class*=cooltipz].cooltipz--top:before,[data-scb][class*=cooltipz][data-tooltip-dir=bottom-left]:before,[data-scb][class*=cooltipz][data-tooltip-dir=bottom-right]:before,[data-scb][class*=cooltipz][data-tooltip-dir=bottom]:before,[data-scb][class*=cooltipz][data-tooltip-dir=left]:before,[data-scb][class*=cooltipz][data-tooltip-dir=right]:before,[data-scb][class*=cooltipz][data-tooltip-dir=top-left]:before,[data-scb][class*=cooltipz][data-tooltip-dir=top-right]:before,[data-scb][class*=cooltipz][data-tooltip-dir=top]:before,[data-scb][data-tooltip-dir].cooltipz--bottom-left:before,[data-scb][data-tooltip-dir].cooltipz--bottom-right:before,[data-scb][data-tooltip-dir].cooltipz--bottom:before,[data-scb][data-tooltip-dir].cooltipz--left:before,[data-scb][data-tooltip-dir].cooltipz--right:before,[data-scb][data-tooltip-dir].cooltipz--top-left:before,[data-scb][data-tooltip-dir].cooltipz--top-right:before,[data-scb][data-tooltip-dir].cooltipz--top:before,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom-left]:before,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom-right]:before,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom]:before,[data-scb][data-tooltip-dir][data-tooltip-dir=left]:before,[data-scb][data-tooltip-dir][data-tooltip-dir=right]:before,[data-scb][data-tooltip-dir][data-tooltip-dir=top-left]:before,[data-scb][data-tooltip-dir][data-tooltip-dir=top-right]:before,[data-scb][data-tooltip-dir][data-tooltip-dir=top]:before{border:5px solid transparent;height:0;width:0}[data-scb][class*=cooltipz].cooltipz--top-left:before,[data-scb][class*=cooltipz].cooltipz--top-right:before,[data-scb][class*=cooltipz].cooltipz--top:before,[data-scb][class*=cooltipz][data-tooltip-dir=top-left]:before,[data-scb][class*=cooltipz][data-tooltip-dir=top-right]:before,[data-scb][class*=cooltipz][data-tooltip-dir=top]:before,[data-scb][data-tooltip-dir].cooltipz--top-left:before,[data-scb][data-tooltip-dir].cooltipz--top-right:before,[data-scb][data-tooltip-dir].cooltipz--top:before,[data-scb][data-tooltip-dir][data-tooltip-dir=top-left]:before,[data-scb][data-tooltip-dir][data-tooltip-dir=top-right]:before,[data-scb][data-tooltip-dir][data-tooltip-dir=top]:before{border-top-color:#fff}[data-scb][class*=cooltipz].cooltipz--bottom-left:before,[data-scb][class*=cooltipz].cooltipz--bottom-right:before,[data-scb][class*=cooltipz].cooltipz--bottom:before,[data-scb][class*=cooltipz][data-tooltip-dir=bottom-left]:before,[data-scb][class*=cooltipz][data-tooltip-dir=bottom-right]:before,[data-scb][class*=cooltipz][data-tooltip-dir=bottom]:before,[data-scb][data-tooltip-dir].cooltipz--bottom-left:before,[data-scb][data-tooltip-dir].cooltipz--bottom-right:before,[data-scb][data-tooltip-dir].cooltipz--bottom:before,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom-left]:before,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom-right]:before,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom]:before{border-bottom-color:#fff}[data-scb][class*=cooltipz].cooltipz--right:before,[data-scb][class*=cooltipz][data-tooltip-dir=right]:before,[data-scb][data-tooltip-dir].cooltipz--right:before,[data-scb][data-tooltip-dir][data-tooltip-dir=right]:before{border-right-color:#fff}[data-scb][class*=cooltipz].cooltipz--left:before,[data-scb][class*=cooltipz][data-tooltip-dir=left]:before,[data-scb][data-tooltip-dir].cooltipz--left:before,[data-scb][data-tooltip-dir][data-tooltip-dir=left]:before{border-left-color:#fff}[data-scb][class*=cooltipz].cooltipz--fit:after,[data-scb][class*=cooltipz].cooltipz--large:after,[data-scb][class*=cooltipz].cooltipz--medium:after,[data-scb][class*=cooltipz].cooltipz--small:after,[data-scb][class*=cooltipz][data-cooltipz-size=fit]:after,[data-scb][class*=cooltipz][data-cooltipz-size=large]:after,[data-scb][class*=cooltipz][data-cooltipz-size=medium]:after,[data-scb][class*=cooltipz][data-cooltipz-size=small]:after,[data-scb][data-tooltip-dir].cooltipz--fit:after,[data-scb][data-tooltip-dir].cooltipz--large:after,[data-scb][data-tooltip-dir].cooltipz--medium:after,[data-scb][data-tooltip-dir].cooltipz--small:after,[data-scb][data-tooltip-dir][data-cooltipz-size=fit]:after,[data-scb][data-tooltip-dir][data-cooltipz-size=large]:after,[data-scb][data-tooltip-dir][data-cooltipz-size=medium]:after,[data-scb][data-tooltip-dir][data-cooltipz-size=small]:after{word-wrap:break-word;white-space:normal}[data-scb][class*=cooltipz],[data-scb][data-tooltip-dir]{cursor:var(--cooltipz-cursor,pointer);position:relative}[data-scb][class*=cooltipz]:after,[data-scb][data-tooltip-dir]:after{background-color:#fff;border:var(--cooltipz-border-width,0) var(--cooltipz-border-style,solid) var(--cooltipz-border-color,#1f1f1f);border-radius:8px;-webkit-box-shadow:0 1.9px 7.8px rgba(0,0,0,.3);box-shadow:0 0 10px rgba(0,0,0,.2);color:#fff;content:attr(data-scb);font-size:16px;font-style:normal;font-weight:400;line-height:20px;max-width:225px;overflow:hidden;padding:6px 15px;text-align:center;text-indent:0;text-overflow:ellipsis;text-shadow:none;transition:all .1s ease-in-out;white-space:pre;z-index:10}.gsb-buttons.single [data-scb][class*=cooltipz]:hover:after,.gsb-buttons.single [data-scb][data-tooltip-dir]:hover:after{content:attr(data-hover-scb)}.gsb-buttons.single [data-scb][class*=cooltipz]:hover:before,.gsb-buttons.single [data-scb][data-tooltip-dir]:hover:before{content:""}[data-scb][class*=cooltipz]:before,[data-scb][data-tooltip-dir]:before{content:"";z-index:11}[data-scb=""][class*=cooltipz]:after,[data-scb=""][class*=cooltipz]:before,[data-scb=""][data-tooltip-dir]:after,[data-scb=""][data-tooltip-dir]:before{content:none}[data-scb][class*=cooltipz]:after,[data-scb][class*=cooltipz]:before,[data-scb][data-tooltip-dir]:after,[data-scb][data-tooltip-dir]:before{box-sizing:border-box;opacity:0;pointer-events:none;position:absolute;transition:all var(--cooltipz-timing,.12s) ease-out var(--cooltipz-timing,.12s);transition-delay:var(--cooltipz-delay-hide,.1s)}.has-no-tooltip-animation [data-scb][class*=cooltipz]:after,.has-no-tooltip-animation [data-scb][class*=cooltipz]:before,.has-no-tooltip-animation [data-scb][data-tooltip-dir]:after,.has-no-tooltip-animation [data-scb][data-tooltip-dir]:before{transition:none}@media (prefers-reduced-motion:reduce){[data-scb][class*=cooltipz]:after,[data-scb][class*=cooltipz]:before,[data-scb][data-tooltip-dir]:after,[data-scb][data-tooltip-dir]:before{transition:none}}[data-scb][class*=cooltipz].cooltipz--visible:after,[data-scb][class*=cooltipz].cooltipz--visible:before,[data-scb][class*=cooltipz]:focus:after,[data-scb][class*=cooltipz]:focus:before,[data-scb][class*=cooltipz]:hover:after,[data-scb][class*=cooltipz]:hover:before,[data-scb][class*=cooltipz][data-cooltipz-visible]:after,[data-scb][class*=cooltipz][data-cooltipz-visible]:before,[data-scb][data-tooltip-dir].cooltipz--visible:after,[data-scb][data-tooltip-dir].cooltipz--visible:before,[data-scb][data-tooltip-dir]:hover:after,[data-scb][data-tooltip-dir]:hover:before,[data-scb][data-tooltip-dir][data-cooltipz-visible]:after,[data-scb][data-tooltip-dir][data-cooltipz-visible]:before{opacity:100%;transition-delay:var(--cooltipz-delay-show,0s)}[data-scb][class*=cooltipz].cooltipz--top:after,[data-scb][class*=cooltipz].cooltipz--top:before,[data-scb][class*=cooltipz][data-tooltip-dir=top]:after,[data-scb][class*=cooltipz][data-tooltip-dir=top]:before,[data-scb][data-tooltip-dir].cooltipz--top:after,[data-scb][data-tooltip-dir].cooltipz--top:before,[data-scb][data-tooltip-dir][data-tooltip-dir=top]:after,[data-scb][data-tooltip-dir][data-tooltip-dir=top]:before{bottom:calc(100% - 2.5px);left:50%;transform:translate(-50%,var(--cooltipz-slide,6px));transform-origin:top}[data-scb][class*=cooltipz].cooltipz--bottom.cooltipz--visible:after,[data-scb][class*=cooltipz].cooltipz--bottom.cooltipz--visible:before,[data-scb][class*=cooltipz].cooltipz--bottom:focus:after,[data-scb][class*=cooltipz].cooltipz--bottom:focus:before,[data-scb][class*=cooltipz].cooltipz--bottom:hover:after,[data-scb][class*=cooltipz].cooltipz--bottom:hover:before,[data-scb][class*=cooltipz].cooltipz--bottom[data-cooltipz-visible]:after,[data-scb][class*=cooltipz].cooltipz--bottom[data-cooltipz-visible]:before,[data-scb][class*=cooltipz].cooltipz--top.cooltipz--visible:after,[data-scb][class*=cooltipz].cooltipz--top.cooltipz--visible:before,[data-scb][class*=cooltipz].cooltipz--top:focus:after,[data-scb][class*=cooltipz].cooltipz--top:focus:before,[data-scb][class*=cooltipz].cooltipz--top:hover:after,[data-scb][class*=cooltipz].cooltipz--top:hover:before,[data-scb][class*=cooltipz].cooltipz--top[data-cooltipz-visible]:after,[data-scb][class*=cooltipz].cooltipz--top[data-cooltipz-visible]:before,[data-scb][class*=cooltipz][data-tooltip-dir=bottom].cooltipz--visible:after,[data-scb][class*=cooltipz][data-tooltip-dir=bottom].cooltipz--visible:before,[data-scb][class*=cooltipz][data-tooltip-dir=bottom]:focus:after,[data-scb][class*=cooltipz][data-tooltip-dir=bottom]:focus:before,[data-scb][class*=cooltipz][data-tooltip-dir=bottom]:hover:after,[data-scb][class*=cooltipz][data-tooltip-dir=bottom]:hover:before,[data-scb][class*=cooltipz][data-tooltip-dir=bottom][data-cooltipz-visible]:after,[data-scb][class*=cooltipz][data-tooltip-dir=bottom][data-cooltipz-visible]:before,[data-scb][class*=cooltipz][data-tooltip-dir=top].cooltipz--visible:after,[data-scb][class*=cooltipz][data-tooltip-dir=top].cooltipz--visible:before,[data-scb][class*=cooltipz][data-tooltip-dir=top]:focus:after,[data-scb][class*=cooltipz][data-tooltip-dir=top]:focus:before,[data-scb][class*=cooltipz][data-tooltip-dir=top]:hover:after,[data-scb][class*=cooltipz][data-tooltip-dir=top]:hover:before,[data-scb][class*=cooltipz][data-tooltip-dir=top][data-cooltipz-visible]:after,[data-scb][class*=cooltipz][data-tooltip-dir=top][data-cooltipz-visible]:before,[data-scb][data-tooltip-dir].cooltipz--bottom.cooltipz--visible:after,[data-scb][data-tooltip-dir].cooltipz--bottom.cooltipz--visible:before,[data-scb][data-tooltip-dir].cooltipz--bottom:focus:after,[data-scb][data-tooltip-dir].cooltipz--bottom:focus:before,[data-scb][data-tooltip-dir].cooltipz--bottom:hover:after,[data-scb][data-tooltip-dir].cooltipz--bottom:hover:before,[data-scb][data-tooltip-dir].cooltipz--bottom[data-cooltipz-visible]:after,[data-scb][data-tooltip-dir].cooltipz--bottom[data-cooltipz-visible]:before,[data-scb][data-tooltip-dir].cooltipz--top.cooltipz--visible:after,[data-scb][data-tooltip-dir].cooltipz--top.cooltipz--visible:before,[data-scb][data-tooltip-dir].cooltipz--top:focus:after,[data-scb][data-tooltip-dir].cooltipz--top:focus:before,[data-scb][data-tooltip-dir].cooltipz--top:hover:after,[data-scb][data-tooltip-dir].cooltipz--top:hover:before,[data-scb][data-tooltip-dir].cooltipz--top[data-cooltipz-visible]:after,[data-scb][data-tooltip-dir].cooltipz--top[data-cooltipz-visible]:before,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom].cooltipz--visible:after,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom].cooltipz--visible:before,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom]:focus:after,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom]:focus:before,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom]:hover:after,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom]:hover:before,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom][data-cooltipz-visible]:after,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom][data-cooltipz-visible]:before,[data-scb][data-tooltip-dir][data-tooltip-dir=top].cooltipz--visible:after,[data-scb][data-tooltip-dir][data-tooltip-dir=top].cooltipz--visible:before,[data-scb][data-tooltip-dir][data-tooltip-dir=top]:focus:after,[data-scb][data-tooltip-dir][data-tooltip-dir=top]:focus:before,[data-scb][data-tooltip-dir][data-tooltip-dir=top]:hover:after,[data-scb][data-tooltip-dir][data-tooltip-dir=top]:hover:before,[data-scb][data-tooltip-dir][data-tooltip-dir=top][data-cooltipz-visible]:after,[data-scb][data-tooltip-dir][data-tooltip-dir=top][data-cooltipz-visible]:before{transform:translate(-50%)}[data-scb][class*=cooltipz].cooltipz--top-left:after,[data-scb][class*=cooltipz][data-tooltip-dir=top-left]:after,[data-scb][data-tooltip-dir].cooltipz--top-left:after,[data-scb][data-tooltip-dir][data-tooltip-dir=top-left]:after{left:0;margin-bottom:10px}[data-scb][class*=cooltipz].cooltipz--bottom-left:before,[data-scb][class*=cooltipz].cooltipz--top-left:before,[data-scb][class*=cooltipz][data-tooltip-dir=bottom-left]:before,[data-scb][class*=cooltipz][data-tooltip-dir=top-left]:before,[data-scb][data-tooltip-dir].cooltipz--bottom-left:before,[data-scb][data-tooltip-dir].cooltipz--top-left:before,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom-left]:before,[data-scb][data-tooltip-dir][data-tooltip-dir=top-left]:before{left:2.5px}[data-scb][class*=cooltipz].cooltipz--top-left:after,[data-scb][class*=cooltipz].cooltipz--top-left:before,[data-scb][class*=cooltipz].cooltipz--top-right:after,[data-scb][class*=cooltipz].cooltipz--top-right:before,[data-scb][class*=cooltipz][data-tooltip-dir=top-left]:after,[data-scb][class*=cooltipz][data-tooltip-dir=top-left]:before,[data-scb][class*=cooltipz][data-tooltip-dir=top-right]:after,[data-scb][class*=cooltipz][data-tooltip-dir=top-right]:before,[data-scb][data-tooltip-dir].cooltipz--top-left:after,[data-scb][data-tooltip-dir].cooltipz--top-left:before,[data-scb][data-tooltip-dir].cooltipz--top-right:after,[data-scb][data-tooltip-dir].cooltipz--top-right:before,[data-scb][data-tooltip-dir][data-tooltip-dir=top-left]:after,[data-scb][data-tooltip-dir][data-tooltip-dir=top-left]:before,[data-scb][data-tooltip-dir][data-tooltip-dir=top-right]:after,[data-scb][data-tooltip-dir][data-tooltip-dir=top-right]:before{bottom:calc(100% - 2.5px);transform:translateY(var(--cooltipz-slide,6px));transform-origin:top}[data-scb][class*=cooltipz].cooltipz--bottom-left.cooltipz--visible:after,[data-scb][class*=cooltipz].cooltipz--bottom-left.cooltipz--visible:before,[data-scb][class*=cooltipz].cooltipz--bottom-left:focus:after,[data-scb][class*=cooltipz].cooltipz--bottom-left:focus:before,[data-scb][class*=cooltipz].cooltipz--bottom-left:hover:after,[data-scb][class*=cooltipz].cooltipz--bottom-left:hover:before,[data-scb][class*=cooltipz].cooltipz--bottom-left[data-cooltipz-visible]:after,[data-scb][class*=cooltipz].cooltipz--bottom-left[data-cooltipz-visible]:before,[data-scb][class*=cooltipz].cooltipz--bottom-right.cooltipz--visible:after,[data-scb][class*=cooltipz].cooltipz--bottom-right.cooltipz--visible:before,[data-scb][class*=cooltipz].cooltipz--bottom-right:focus:after,[data-scb][class*=cooltipz].cooltipz--bottom-right:focus:before,[data-scb][class*=cooltipz].cooltipz--bottom-right:hover:after,[data-scb][class*=cooltipz].cooltipz--bottom-right:hover:before,[data-scb][class*=cooltipz].cooltipz--bottom-right[data-cooltipz-visible]:after,[data-scb][class*=cooltipz].cooltipz--bottom-right[data-cooltipz-visible]:before,[data-scb][class*=cooltipz].cooltipz--top-left.cooltipz--visible:after,[data-scb][class*=cooltipz].cooltipz--top-left.cooltipz--visible:before,[data-scb][class*=cooltipz].cooltipz--top-left:focus:after,[data-scb][class*=cooltipz].cooltipz--top-left:focus:before,[data-scb][class*=cooltipz].cooltipz--top-left:hover:after,[data-scb][class*=cooltipz].cooltipz--top-left:hover:before,[data-scb][class*=cooltipz].cooltipz--top-left[data-cooltipz-visible]:after,[data-scb][class*=cooltipz].cooltipz--top-left[data-cooltipz-visible]:before,[data-scb][class*=cooltipz].cooltipz--top-right.cooltipz--visible:after,[data-scb][class*=cooltipz].cooltipz--top-right.cooltipz--visible:before,[data-scb][class*=cooltipz].cooltipz--top-right:focus:after,[data-scb][class*=cooltipz].cooltipz--top-right:focus:before,[data-scb][class*=cooltipz].cooltipz--top-right:hover:after,[data-scb][class*=cooltipz].cooltipz--top-right:hover:before,[data-scb][class*=cooltipz].cooltipz--top-right[data-cooltipz-visible]:after,[data-scb][class*=cooltipz].cooltipz--top-right[data-cooltipz-visible]:before,[data-scb][class*=cooltipz][data-tooltip-dir=bottom-left].cooltipz--visible:after,[data-scb][class*=cooltipz][data-tooltip-dir=bottom-left].cooltipz--visible:before,[data-scb][class*=cooltipz][data-tooltip-dir=bottom-left]:focus:after,[data-scb][class*=cooltipz][data-tooltip-dir=bottom-left]:focus:before,[data-scb][class*=cooltipz][data-tooltip-dir=bottom-left]:hover:after,[data-scb][class*=cooltipz][data-tooltip-dir=bottom-left]:hover:before,[data-scb][class*=cooltipz][data-tooltip-dir=bottom-left][data-cooltipz-visible]:after,[data-scb][class*=cooltipz][data-tooltip-dir=bottom-left][data-cooltipz-visible]:before,[data-scb][class*=cooltipz][data-tooltip-dir=bottom-right].cooltipz--visible:after,[data-scb][class*=cooltipz][data-tooltip-dir=bottom-right].cooltipz--visible:before,[data-scb][class*=cooltipz][data-tooltip-dir=bottom-right]:focus:after,[data-scb][class*=cooltipz][data-tooltip-dir=bottom-right]:focus:before,[data-scb][class*=cooltipz][data-tooltip-dir=bottom-right]:hover:after,[data-scb][class*=cooltipz][data-tooltip-dir=bottom-right]:hover:before,[data-scb][class*=cooltipz][data-tooltip-dir=bottom-right][data-cooltipz-visible]:after,[data-scb][class*=cooltipz][data-tooltip-dir=bottom-right][data-cooltipz-visible]:before,[data-scb][class*=cooltipz][data-tooltip-dir=top-left].cooltipz--visible:after,[data-scb][class*=cooltipz][data-tooltip-dir=top-left].cooltipz--visible:before,[data-scb][class*=cooltipz][data-tooltip-dir=top-left]:focus:after,[data-scb][class*=cooltipz][data-tooltip-dir=top-left]:focus:before,[data-scb][class*=cooltipz][data-tooltip-dir=top-left]:hover:after,[data-scb][class*=cooltipz][data-tooltip-dir=top-left]:hover:before,[data-scb][class*=cooltipz][data-tooltip-dir=top-left][data-cooltipz-visible]:after,[data-scb][class*=cooltipz][data-tooltip-dir=top-left][data-cooltipz-visible]:before,[data-scb][class*=cooltipz][data-tooltip-dir=top-right].cooltipz--visible:after,[data-scb][class*=cooltipz][data-tooltip-dir=top-right].cooltipz--visible:before,[data-scb][class*=cooltipz][data-tooltip-dir=top-right]:focus:after,[data-scb][class*=cooltipz][data-tooltip-dir=top-right]:focus:before,[data-scb][class*=cooltipz][data-tooltip-dir=top-right]:hover:after,[data-scb][class*=cooltipz][data-tooltip-dir=top-right]:hover:before,[data-scb][class*=cooltipz][data-tooltip-dir=top-right][data-cooltipz-visible]:after,[data-scb][class*=cooltipz][data-tooltip-dir=top-right][data-cooltipz-visible]:before,[data-scb][data-tooltip-dir].cooltipz--bottom-left.cooltipz--visible:after,[data-scb][data-tooltip-dir].cooltipz--bottom-left.cooltipz--visible:before,[data-scb][data-tooltip-dir].cooltipz--bottom-left:focus:after,[data-scb][data-tooltip-dir].cooltipz--bottom-left:focus:before,[data-scb][data-tooltip-dir].cooltipz--bottom-left:hover:after,[data-scb][data-tooltip-dir].cooltipz--bottom-left:hover:before,[data-scb][data-tooltip-dir].cooltipz--bottom-left[data-cooltipz-visible]:after,[data-scb][data-tooltip-dir].cooltipz--bottom-left[data-cooltipz-visible]:before,[data-scb][data-tooltip-dir].cooltipz--bottom-right.cooltipz--visible:after,[data-scb][data-tooltip-dir].cooltipz--bottom-right.cooltipz--visible:before,[data-scb][data-tooltip-dir].cooltipz--bottom-right:focus:after,[data-scb][data-tooltip-dir].cooltipz--bottom-right:focus:before,[data-scb][data-tooltip-dir].cooltipz--bottom-right:hover:after,[data-scb][data-tooltip-dir].cooltipz--bottom-right:hover:before,[data-scb][data-tooltip-dir].cooltipz--bottom-right[data-cooltipz-visible]:after,[data-scb][data-tooltip-dir].cooltipz--bottom-right[data-cooltipz-visible]:before,[data-scb][data-tooltip-dir].cooltipz--top-left.cooltipz--visible:after,[data-scb][data-tooltip-dir].cooltipz--top-left.cooltipz--visible:before,[data-scb][data-tooltip-dir].cooltipz--top-left:focus:after,[data-scb][data-tooltip-dir].cooltipz--top-left:focus:before,[data-scb][data-tooltip-dir].cooltipz--top-left:hover:after,[data-scb][data-tooltip-dir].cooltipz--top-left:hover:before,[data-scb][data-tooltip-dir].cooltipz--top-left[data-cooltipz-visible]:after,[data-scb][data-tooltip-dir].cooltipz--top-left[data-cooltipz-visible]:before,[data-scb][data-tooltip-dir].cooltipz--top-right.cooltipz--visible:after,[data-scb][data-tooltip-dir].cooltipz--top-right.cooltipz--visible:before,[data-scb][data-tooltip-dir].cooltipz--top-right:focus:after,[data-scb][data-tooltip-dir].cooltipz--top-right:focus:before,[data-scb][data-tooltip-dir].cooltipz--top-right:hover:after,[data-scb][data-tooltip-dir].cooltipz--top-right:hover:before,[data-scb][data-tooltip-dir].cooltipz--top-right[data-cooltipz-visible]:after,[data-scb][data-tooltip-dir].cooltipz--top-right[data-cooltipz-visible]:before,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom-left].cooltipz--visible:after,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom-left].cooltipz--visible:before,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom-left]:focus:after,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom-left]:focus:before,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom-left]:hover:after,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom-left]:hover:before,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom-left][data-cooltipz-visible]:after,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom-left][data-cooltipz-visible]:before,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom-right].cooltipz--visible:after,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom-right].cooltipz--visible:before,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom-right]:focus:after,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom-right]:focus:before,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom-right]:hover:after,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom-right]:hover:before,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom-right][data-cooltipz-visible]:after,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom-right][data-cooltipz-visible]:before,[data-scb][data-tooltip-dir][data-tooltip-dir=top-left].cooltipz--visible:after,[data-scb][data-tooltip-dir][data-tooltip-dir=top-left].cooltipz--visible:before,[data-scb][data-tooltip-dir][data-tooltip-dir=top-left]:focus:after,[data-scb][data-tooltip-dir][data-tooltip-dir=top-left]:focus:before,[data-scb][data-tooltip-dir][data-tooltip-dir=top-left]:hover:after,[data-scb][data-tooltip-dir][data-tooltip-dir=top-left]:hover:before,[data-scb][data-tooltip-dir][data-tooltip-dir=top-left][data-cooltipz-visible]:after,[data-scb][data-tooltip-dir][data-tooltip-dir=top-left][data-cooltipz-visible]:before,[data-scb][data-tooltip-dir][data-tooltip-dir=top-right].cooltipz--visible:after,[data-scb][data-tooltip-dir][data-tooltip-dir=top-right].cooltipz--visible:before,[data-scb][data-tooltip-dir][data-tooltip-dir=top-right]:focus:after,[data-scb][data-tooltip-dir][data-tooltip-dir=top-right]:focus:before,[data-scb][data-tooltip-dir][data-tooltip-dir=top-right]:hover:after,[data-scb][data-tooltip-dir][data-tooltip-dir=top-right]:hover:before,[data-scb][data-tooltip-dir][data-tooltip-dir=top-right][data-cooltipz-visible]:after,[data-scb][data-tooltip-dir][data-tooltip-dir=top-right][data-cooltipz-visible]:before{transform:translate(0)}[data-scb][class*=cooltipz].cooltipz--top-right:after,[data-scb][class*=cooltipz][data-tooltip-dir=top-right]:after,[data-scb][data-tooltip-dir].cooltipz--top-right:after,[data-scb][data-tooltip-dir][data-tooltip-dir=top-right]:after{margin-bottom:10px;right:0}[data-scb][class*=cooltipz].cooltipz--bottom-right:before,[data-scb][class*=cooltipz].cooltipz--top-right:before,[data-scb][class*=cooltipz][data-tooltip-dir=bottom-right]:before,[data-scb][class*=cooltipz][data-tooltip-dir=top-right]:before,[data-scb][data-tooltip-dir].cooltipz--bottom-right:before,[data-scb][data-tooltip-dir].cooltipz--top-right:before,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom-right]:before,[data-scb][data-tooltip-dir][data-tooltip-dir=top-right]:before{right:2.5px}[data-scb][class*=cooltipz].cooltipz--bottom:after,[data-scb][class*=cooltipz][data-tooltip-dir=bottom]:after,[data-scb][data-tooltip-dir].cooltipz--bottom:after,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom]:after{margin-top:10px}[data-scb][class*=cooltipz].cooltipz--bottom:after,[data-scb][class*=cooltipz].cooltipz--bottom:before,[data-scb][class*=cooltipz][data-tooltip-dir=bottom]:after,[data-scb][class*=cooltipz][data-tooltip-dir=bottom]:before,[data-scb][data-tooltip-dir].cooltipz--bottom:after,[data-scb][data-tooltip-dir].cooltipz--bottom:before,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom]:after,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom]:before{left:50%;top:calc(100% - 2.5px);transform:translate(-50%,calc(var(--cooltipz-slide, 6px)*-1));transform-origin:bottom}[data-scb][class*=cooltipz].cooltipz--bottom-left:after,[data-scb][class*=cooltipz][data-tooltip-dir=bottom-left]:after,[data-scb][data-tooltip-dir].cooltipz--bottom-left:after,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom-left]:after{left:0;margin-top:10px}[data-scb][class*=cooltipz].cooltipz--bottom-left:after,[data-scb][class*=cooltipz].cooltipz--bottom-left:before,[data-scb][class*=cooltipz].cooltipz--bottom-right:after,[data-scb][class*=cooltipz].cooltipz--bottom-right:before,[data-scb][class*=cooltipz][data-tooltip-dir=bottom-left]:after,[data-scb][class*=cooltipz][data-tooltip-dir=bottom-left]:before,[data-scb][class*=cooltipz][data-tooltip-dir=bottom-right]:after,[data-scb][class*=cooltipz][data-tooltip-dir=bottom-right]:before,[data-scb][data-tooltip-dir].cooltipz--bottom-left:after,[data-scb][data-tooltip-dir].cooltipz--bottom-left:before,[data-scb][data-tooltip-dir].cooltipz--bottom-right:after,[data-scb][data-tooltip-dir].cooltipz--bottom-right:before,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom-left]:after,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom-left]:before,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom-right]:after,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom-right]:before{top:calc(100% - 2.5px);transform:translateY(calc(var(--cooltipz-slide, 6px)*-1));transform-origin:bottom}[data-scb][class*=cooltipz].cooltipz--bottom-right:after,[data-scb][class*=cooltipz][data-tooltip-dir=bottom-right]:after,[data-scb][data-tooltip-dir].cooltipz--bottom-right:after,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom-right]:after{margin-top:10px;right:0}[data-scb][class*=cooltipz].cooltipz--left:after,[data-scb][class*=cooltipz].cooltipz--left:before,[data-scb][class*=cooltipz][data-tooltip-dir=left]:after,[data-scb][class*=cooltipz][data-tooltip-dir=left]:before,[data-scb][data-tooltip-dir].cooltipz--left:after,[data-scb][data-tooltip-dir].cooltipz--left:before,[data-scb][data-tooltip-dir][data-tooltip-dir=left]:after,[data-scb][data-tooltip-dir][data-tooltip-dir=left]:before{right:calc(100% + 7px);top:50%;transform:translate(var(--cooltipz-slide,6px),-50%);transform-origin:left}[data-scb][class*=cooltipz].cooltipz--right:after,[data-scb][class*=cooltipz].cooltipz--right:before,[data-scb][class*=cooltipz][data-tooltip-dir=right]:after,[data-scb][class*=cooltipz][data-tooltip-dir=right]:before,[data-scb][data-tooltip-dir].cooltipz--right:after,[data-scb][data-tooltip-dir].cooltipz--right:before,[data-scb][data-tooltip-dir][data-tooltip-dir=right]:after,[data-scb][data-tooltip-dir][data-tooltip-dir=right]:before{left:calc(100% + 7px);top:50%;transform:translate(calc(var(--cooltipz-slide, 6px)*-1),-50%);transform-origin:right}[data-scb][class*=cooltipz].cooltipz--fit:after,[data-scb][class*=cooltipz][data-cooltipz-size=fit]:after,[data-scb][data-tooltip-dir].cooltipz--fit:after,[data-scb][data-tooltip-dir][data-cooltipz-size=fit]:after{width:100%}[data-scb][class*=cooltipz].cooltipz--small:after,[data-scb][class*=cooltipz][data-cooltipz-size=small]:after,[data-scb][data-tooltip-dir].cooltipz--small:after,[data-scb][data-tooltip-dir][data-cooltipz-size=small]:after{width:var(--cooltipz-small,6.25rem)}[data-scb][class*=cooltipz].cooltipz--medium:after,[data-scb][class*=cooltipz][data-cooltipz-size=medium]:after,[data-scb][data-tooltip-dir].cooltipz--medium:after,[data-scb][data-tooltip-dir][data-cooltipz-size=medium]:after{width:var(--cooltipz-medium,12.5rem)}[data-scb][class*=cooltipz].cooltipz--large:after,[data-scb][class*=cooltipz][data-cooltipz-size=large]:after,[data-scb][data-tooltip-dir].cooltipz--large:after,[data-scb][data-tooltip-dir][data-cooltipz-size=large]:after{width:var(--cooltipz-large,18.75rem)}[data-scb][class*=cooltipz].cooltipz--static:after,[data-scb][class*=cooltipz].cooltipz--static:before,[data-scb][class*=cooltipz][data-cooltipz-static]:after,[data-scb][class*=cooltipz][data-cooltipz-static]:before,[data-scb][data-tooltip-dir].cooltipz--static:after,[data-scb][data-tooltip-dir].cooltipz--static:before,[data-scb][data-tooltip-dir][data-cooltipz-static]:after,[data-scb][data-tooltip-dir][data-cooltipz-static]:before{transition:none}.gsb-buttons.has-no-close-button:not(.single) .gsb-trigger{display:none!important}.gsb-buttons.has-shadow .gsb-button-list .chat-button a,.gsb-buttons.has-shadow .gsb-trigger-button .chat-button a,.gsb-buttons.has-shadow .gsb-trigger-button a{box-shadow:0 0 12px rgba(0,0,0,.2);-webkit-box-shadow:0 0 12px rgba(0,0,0,.2)}.gsb-buttons.has-shadow .gsb-button-list .chat-button a:hover,.gsb-buttons.has-shadow .gsb-trigger-button .chat-button a:hover,.gsb-buttons.has-shadow .gsb-trigger-button a:hover{box-shadow:0 0 12px rgba(0,0,0,.3);-webkit-box-shadow:0 0 12px rgba(0,0,0,.3)}.gsb-buttons .sr-only{clip:rect(0,0,0,0)!important;border:0!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important}.has-no-animation .chat-button{transition:none!important}.scw-contact-form{animation-delay:-2s;-webkit-animation-delay:-2s;position:absolute;transition:.5s;-webkit-transition:.5s;width:320px}.gsb-buttons.right-side .scw-contact-form,.gsb-buttons.right-side .wechat-popup,.gsb-buttons.right-side .whatsapp-popup{right:0}.gsb-buttons.left-side .scw-contact-form,.gsb-buttons.left-side .wechat-popup,.gsb-buttons.left-side .whatsapp-popup{left:0}.gsb-buttons .wechat-popup,.gsb-buttons .whatsapp-popup,.gsb-buttons:not(.open-form) .scw-contact-form{bottom:0;opacity:0;visibility:hidden}.gsb-buttons.open-form .scw-contact-form,.gsb-buttons.open-wechat-popup .wechat-popup.active,.gsb-buttons.open-whatsapp-popup .whatsapp-popup.active{opacity:1;transform:translateY(-5px);visibility:visible}.scw-form-container{background:#fff;border-radius:6px;box-shadow:0 5px 40px rgba(0,0,0,.16);-webkit-box-shadow:0 5px 40px rgba(0,0,0,.16);-moz-box-shadow:0 5px 40px rgba(0,0,0,.16);position:relative;-moz-transition:.5s linear}.scw-form-close{cursor:pointer;display:inline-block;position:absolute;right:7px;top:7px}.scw-form-close span{display:block;margin:5px 0}.scw-form-title{border-bottom:1px solid #acacac;font-size:18px;line-height:1.2;padding:10px 25px 10px 15px;text-align:left}.scw-form-body{max-height:calc(100vh - 230px);overflow-y:auto;padding:15px 15px 0}.scw-form-field+.scw-form-field{margin-top:12px}.scw-form-field label{display:block;font-size:14px;font-weight:600;line-height:14px;margin-bottom:3px}.scw-form-field label span{color:red}.scw-form-field input{height:32px!important;line-height:32px!important;margin:0!important;padding:0 10px!important}.scw-form-field input,.scw-form-field textarea{background-color:#fff!important;border:1px solid #d7d7d7!important;border-radius:4px!important;color:#1c2733!important;font-size:14px!important;outline:none!important;transition:all .5s ease-in-out;width:100%}.scw-form-field textarea{display:block;height:60px;line-height:19px!important;margin-top:5px;max-width:100%;padding:5px 10px!important}.error-msg,.error-msg-valid{color:red;display:block;font-size:12px}.scw-form-field:not(.has-error) .error-msg,.scw-form-field:not(.has-error-valid) .error-msg-valid{display:none}.scw-form-field.has-error input,.scw-form-field.has-error textarea,.scw-form-field.has-error-valid input{border-color:red!important}.scw-form-btn{padding:15px}.scw-form-btn button{background:#736bc4;border:none;border-radius:4px;color:#fff;cursor:pointer;display:block;font-size:18px;height:36px;line-height:36px;margin:0;outline:none!important;padding:0!important;text-align:center;width:100%}.open-form .scb-tooltip:after,.open-form .scb-tooltip:before,.open-wechat-popup .scb-tooltip:after,.open-wechat-popup .scb-tooltip:before,.open-whatsapp-popup .scb-tooltip:after,.open-whatsapp-popup .scb-tooltip:before{display:none}.scw-form-success.success-open-msg{border-radius:0 0 6px 6px;color:#4caf50;font-size:16px;padding:0 10px 15px}.scw-contact-form:not(.success-msg) .scw-form-success.success-open-msg{display:none}.view-list .list_view{background-color:#fff;border-radius:5px;bottom:0;box-shadow:0 0 5px 1px rgba(0,0,0,.2);max-width:100%;min-width:300px;opacity:0;overflow:visible;pointer-events:none;position:absolute;right:0;transform:translateY(50px) scale(1);transition:transform .2s linear,opacity .2s linear,visibility .2s linear;transition-delay:0s!important;visibility:hidden;width:300px;z-index:0}.left-side.view-list .list_view{left:0;right:auto}.open-buttons .list_view{pointer-events:auto;z-index:101}.view-list .list_view .channel-list .list-channel-container:last-child a{-moz-border-radius-bottomright:5px;-moz-border-radius-bottomleft:5px;-webkit-border-bottom-left-radius:5px;border-bottom-left-radius:5px;-webkit-border-bottom-right-radius:5px;border-bottom-right-radius:5px}.gsb-buttons.view-grid.right-side .gsb-trigger,.gsb-buttons.view-list.right-side .gsb-trigger{margin-left:auto}.gsb-buttons.view-grid.left-side .gsb-trigger,.gsb-buttons.view-list.left-side .gsb-trigger{margin-right:auto}.list-channel .chat-button-link:after,.list-channel .chat-button-link:before{content:none}.list-channel .gsb-social-channel{align-items:center;border-radius:0;box-shadow:none!important;display:flex;height:auto;padding:10px 15px;text-decoration:none;width:auto}.list-channel .gsb-social-channel:hover{background-color:#f9f9f9}.list-channel .chat-button-icon{flex:0 0 40px;height:40px;padding:10px;width:40px}.list-channel .list-channel-title{color:#000;font-size:15px;margin-left:10px;overflow:hidden;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}.view-list .list_view .channel-list-container{overflow-y:auto}.view-list .list_view .channel-list .list-channel-container+.list-channel-container{border-top:1px solid #eee}.chat-button.list-channel{height:auto;padding:0;width:auto}.list_title_container{align-items:center;border-radius:5px 5px 0 0;display:flex;padding:10px 30px 10px 15px;position:relative;text-align:left}.list_title_container .list_title{font-size:16px;line-height:25px}.success-msg.has-error .success-open-msg{color:red}.view-grid .grid_view{background-color:#fff;border-radius:5px;bottom:0;box-shadow:0 0 5px 1px rgba(0,0,0,.2);max-width:100%;min-width:300px;opacity:0;overflow:visible;pointer-events:none;position:absolute;right:0;transform:translateY(50px) scale(1);transition:transform .2s linear,opacity .2s linear,visibility .2s linear;transition-delay:0s!important;visibility:hidden;width:300px;z-index:0}.left-side.view-grid .grid_view{left:0;right:auto}.open-buttons .grid_view{pointer-events:auto;z-index:101}.view-grid .grid_view .channel-grid .channel-grid-container{display:flex;flex-wrap:wrap;padding:0 10px 10px}.view-grid .channel-grid .chat-button{height:auto;line-height:1;padding:6px!important;width:auto}.view-grid .channel-grid .chat-button a{height:44px!important;width:44px!important}.view-grid .channel-grid .chat-button span.chat-button-icon{height:24px!important;width:24px!important}.grid-title-container{font-size:16px;line-height:1.2;padding:10px 15px}.grid-title-container .grid-title p{overflow-wrap:break-word}.grid-desc-container{font-size:15px;line-height:20px;padding:5px 10px}.close-view-btn{cursor:pointer;display:inline-block;line-height:20px;position:absolute;right:5px;text-decoration:none!important;top:50%;transform:translateY(-50%)}.close-view-btnsvg{height:20px;width:20px}.default-insta-hover:hover{background:#fed975!important;background:-webkit-gradient(left bottom,right top,color-stop(0,#fed975),color-stop(26%,#fa7e1e),color-stop(50%,#d62977),color-stop(75%,#962fbf),color-stop(100%,#4f5ad5))!important;background:linear-gradient(45deg,#fed975,#fa7e1e 26%,#d62977 50%,#962fbf 75%,#4f5ad5)!important}.wechat-popup,.whatsapp-popup{animation-delay:-2s;-webkit-animation-delay:-2s;background-color:#e8e4df;border-radius:6px;box-shadow:0 5px 10px 0 rgba(0,0,0,.1);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;margin:0;max-width:320px;overflow-y:auto;padding:0;position:absolute;transition:.5s;-webkit-transition:.5s;width:320px}.wechat-popup-header,.whatsapp-popup-header{align-items:center;background-color:#10c379;border-top-left-radius:6px;border-top-right-radius:6px;display:flex;padding:15px;position:relative}.whatsapp-profile{height:46px;margin-right:10px;width:46px}.wechat-profile img,.whatsapp-profile img{border:2px solid #fff;border-radius:50%;height:46px;-o-object-fit:cover;object-fit:cover;width:46px}.wechat-popup-title-section,.whatsapp-popup-title-section{color:#fff;flex:1;margin:0 15px 0 0}.wechat-popup-title,.whatsapp-popup-title{font-size:16px;font-weight:700;line-height:20px}.whatsapp-popup-sub-title{font-size:13px}.wechat-popup-close-btn,.whatsapp-popup-close-btn{fill:#fff;cursor:pointer;height:20px;position:absolute;right:10px;top:50%;transform:translateY(-50%);width:20px}.whatsapp-popup-body{align-items:flex-start;background-color:#e8e4df;display:flex;height:auto;max-height:500px;min-height:270px;overflow-y:auto;padding:15px}.whatsapp-chat{background-color:#fff;border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top-right-radius:6px;font-size:14px;line-height:18px;padding:10px 10px 20px;position:relative;width:-moz-fit-content;width:fit-content}.whatsapp-chat p{line-height:18px;margin:0}.whatsapp-chat p+p{margin:0;padding:5px 0 0}.whatsapp-chat:before{border-left:11px solid transparent;border-right:0 solid transparent;border-top:11px solid #fff;content:"";height:32px;left:-10px;position:absolute;top:0}.whatsapp-popup-footer{align-content:center;align-items:center;background-color:#e8e4df;border-bottom-left-radius:6px;border-bottom-right-radius:6px;display:flex;padding:15px}.whatsapp-chat-input{border:none!important;border-radius:50px!important;flex:1;font-size:14px;height:40px;outline:none!important;padding:0 15px!important}.whatsapp-chat-input::-moz-placeholder{color:#c2c2c2}.whatsapp-chat-input::placeholder{color:#c2c2c2}.whatsapp-form-btn{padding:0 0 0 10px}.whatsapp-send-btn{background:transparent!important;border:none!important;line-height:18px!important;margin:0!important;min-width:1px!important;outline:none!important;padding:10px 8px 10px 12px!important}button.whatsapp-send-btn{background:#10c379!important;border-radius:50%;cursor:pointer;height:40px!important;min-width:1px;width:40px!important}.whatsapp-send-btn svg{cursor:pointer;height:18px;width:18px}.whatsapp-send-btn svg path{fill:#fff}.list-channel .gsb-social-channel:hover span:not(.channel-bs-icon){box-shadow:0 0 8px rgba(0,0,0,.25);-webkit-box-shadow:0 0 8px rgba(0,0,0,.25)}.view-grid .grid_view .chat-button-link.has-image img,.view-list .list_view .gsb-social-channel .chat-button-icon.has-image img{height:100%!important;-o-object-fit:cover;object-fit:cover;width:100%!important}.gsb-buttons .gsb-button-list .list_title_container .close-view-btn svg path{stroke:#fff}.close-view-btn svg{height:20px;width:20px}.wp-user-profile-img{border-radius:50%;height:35px;margin-right:15px;margin-top:-1px;-o-object-fit:cover;object-fit:cover;width:35px}.whatsapp-chat-user-name{color:#1fa855;font-size:12px;font-weight:500;padding:0 0 5px}.whatsapp-chat-time{bottom:5px;color:#667781;font-size:10px;line-height:10px;padding:5px 0 0;position:absolute;right:10px}.gsb-button-list:not(.corner_circle_view) .chat-button{transition-delay:0s!important}.gsb-button-list.corner_circle_view .chat-button{z-index:999}.gsb-button-list.corner_circle_view .chat-button:hover{z-index:9999}.gsb-buttons .gsb-button-list .list_title_container .close-view-btn span.dashicons,.wechat-popup-close-btn .dashicons,.whatsapp-popup-close-btn .dashicons{color:#fff}.gsb-buttons.single.open-form .gsb-trigger-contact,.gsb-buttons.single.open-wechat-popup .gsb-trigger-wechat-popup,.gsb-buttons.single.open-whatsapp-popup .gsb-trigger-whatsapp-popup{z-index:1}.gsb-button-list.menu_view .chat-button{border-radius:5px!important;height:36px!important;line-height:36px!important;width:200px!important}.gsb-button-list.menu_view .chat-button a{align-items:center!important;border-radius:5px!important;display:flex!important;height:36px!important;line-height:28px!important;padding:0 7px!important;text-decoration:none;width:200px!important}.gsb-button-list.menu_view .chat-button{margin:10px 0 0}.gsb-button-list.menu_view .chat-button span.chat-button-icon{align-items:center;display:flex;flex:0 0 24px;margin-right:5px}.gsb-button-list.menu_view .chat-button-icon svg{display:inline-block;height:20px;vertical-align:middle;width:20px}.gsb-buttons.right-side .gsb-button-list.menu_view+.gsb-trigger{bottom:0;position:relative;right:0}.gsb-buttons.right-side .gsb-button-list.menu_view+.gsb-trigger .gsb-trigger-button{text-align:right}.menu-view-title{font-size:16px}.gsb-button-list.menu_view .chat-button a.has-image .chat-button-icon{height:24px;width:24px}.gsb-button-list.menu_view .chat-button a.has-image .chat-button-icon img{height:100%!important;position:unset;width:100%!important}.gsb-button-list.corner_circle_view .chat-button a.has-image .chat-button-icon img{height:100%!important;width:100%!important}.gsb-buttons.open-form .scw-contact-form,.gsb-buttons.open-wechat-popup .wechat-popup,.gsb-buttons.open-whatsapp-popup .whatsapp-popup{z-index:1211}.gsb-buttons .gsb-button-list.menu_view{animation-delay:-2s;-webkit-animation-delay:-2s;bottom:0;position:absolute;right:8px;transition:.5s;-webkit-transition:.5s}.gsb-buttons.left-side .gsb-button-list.menu_view{left:0;right:auto}.gsb-buttons p{margin:0;padding:0}.iti-mobile .iti__country-list{max-height:100%;width:-moz-max-content;width:max-content}body.rtl .wechat-popup-close-btn,body.rtl .whatsapp-popup-close-btn{left:10px;right:auto}body.rtl .whatsapp-form-btn{padding:0 10px 0 0}body.rtl .whatsapp-profile{margin-left:10px;margin-right:0}body.rtl .scw-form-title{padding:10px 15px 10px 25px;text-align:right}body.rtl .scw-form-close{left:7px;right:auto}body.rtl .scw-form-field .iti--allow-dropdown .scw-field-number{padding-right:50px!important}body.rtl .list-channel .list-channel-title{margin-left:0;margin-right:10px}body.rtl .wp-user-profile-img{margin-left:15px;margin-right:0}body.rtl .whatsapp-chat{border-top-left-radius:6px;border-top-right-radius:0}body.rtl .whatsapp-chat:before{border-left:0 solid transparent;border-right:11px solid transparent;left:auto;right:-10px}body.rtl .gsb-button-list.menu_view .chat-button span.chat-button-icon{margin-left:5px;margin-right:0}body.rtl .wechat-popup-title-section,body.rtl .whatsapp-popup-title-section{margin:0 0 0 15px}body.rtl .wechat-profile{margin-left:10px;margin-right:0}.wechat-popup,.wechat-popup-body{background-color:#fff}.wechat-popup-body{overflow-y:auto;padding:15px}.wechat-popup-qr-heading{color:gray;font-size:15px}.wechat-popup-qr-img{border:1px solid #bebebe;border-radius:4px;height:250px;margin-top:10px;padding:10px;width:100%}.wechat-popup-qr-img img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.wechat-profile{height:26px;margin-right:10px;width:26px}.gsb-buttons.single.open-form .gsb-trigger .chat-button,.gsb-buttons.single.open-wechat-popup .gsb-trigger .chat-button,.gsb-buttons.single.open-whatsapp-popup .gsb-trigger .chat-button{visibility:hidden}.menu-view-title{overflow:hidden;text-overflow:ellipsis;white-space:pre}[data-scb][data-tooltip-dir][data-tooltip-dir=left]:not([class*=cooltipz]):after{transform:translate(-30px,-50%)!important}[data-scb][data-tooltip-dir][data-tooltip-dir=left]:before{border-width:5px 0 5px 11px}[data-scb][data-tooltip-dir][data-tooltip-dir=left]:not([class*=cooltipz]):before{transform:translate(-25px,-50%)!important}[data-scb][data-tooltip-dir][data-tooltip-dir=left]:not([class*=cooltipz]):hover:after,[data-scb][data-tooltip-dir][data-tooltip-dir=left][class*=cooltipz]:after{transform:translate(-8px,-50%)!important}[data-scb][data-tooltip-dir][data-tooltip-dir=left]:not([class*=cooltipz]):hover:before,[data-scb][data-tooltip-dir][data-tooltip-dir=left][class*=cooltipz]:before{transform:translateY(-50%)!important}[data-scb][data-tooltip-dir][data-tooltip-dir=right]:not([class*=cooltipz]):after{transform:translate(30px,-50%)!important}[data-scb][data-tooltip-dir][data-tooltip-dir=right]:before{border-width:5px 11px 5px 0}[data-scb][data-tooltip-dir][data-tooltip-dir=right]:not([class*=cooltipz]):before{transform:translate(25px,-50%)!important}[data-scb][data-tooltip-dir][data-tooltip-dir=right]:not([class*=cooltipz]):hover:after,[data-scb][data-tooltip-dir][data-tooltip-dir=right][class*=cooltipz]:after{transform:translate(8px,-50%)!important}[data-scb][data-tooltip-dir][data-tooltip-dir=right]:not([class*=cooltipz]):hover:before,[data-scb][data-tooltip-dir][data-tooltip-dir=right][class*=cooltipz]:before{transform:translateY(-50%)!important}[data-scb][data-tooltip-dir][data-tooltip-dir=top]:not([class*=cooltipz]):after{transform:translate(-50%,-30px)!important}[data-scb][data-tooltip-dir][data-tooltip-dir=top]:before{border-width:11px 5px 0}[data-scb][data-tooltip-dir][data-tooltip-dir=top]:not([class*=cooltipz]):before{transform:translate(-50%,-25px)!important}[data-scb][data-tooltip-dir][data-tooltip-dir=top]:not([class*=cooltipz]):hover:after,[data-scb][data-tooltip-dir][data-tooltip-dir=top][class*=cooltipz]:after{transform:translate(-50%,-13px)!important}[data-scb][data-tooltip-dir][data-tooltip-dir=top]:not([class*=cooltipz]):hover:before,[data-scb][data-tooltip-dir][data-tooltip-dir=top][class*=cooltipz]:before{transform:translate(-50%,-5px)!important}.consent-check-box{align-items:center;display:inline-flex;position:relative}.consent-check-box label{cursor:pointer;display:inline-flex;position:relative}.consent-check-box label:before{background-color:#fff;border:2px solid #d7d7d7;border-radius:.25rem;color:transparent;content:"✓";display:inline-flex;font-weight:700;height:1.25rem;justify-content:center;margin-right:7px;transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);width:1.25rem}.consent-check-box input:checked+label:before{background-color:#736bc4;border-color:#736bc4}.consent-check-box label{align-items:center;display:flex!important;margin:0!important;padding:0!important}.scw-greeting-message{background:#fff;border-radius:8px;bottom:calc(100% + 15px);box-shadow:0 0 10px rgba(0,0,0,.2);color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:14px;line-height:20px;max-width:320px;min-width:1px;opacity:1;overflow:visible;padding:10px 25px 10px 15px;position:absolute;text-align:left;transition:all .3s ease-in-out;visibility:visible;width:-moz-max-content;width:max-content;z-index:-1}.scw-greeting-message:after{border-color:#fff transparent transparent;border-style:solid;border-width:9px 4px 0;bottom:-9px;content:"";left:30px;position:absolute;text-decoration:none;transform-origin:bottom;transition:all .1s ease-in-out}.gsb-buttons.right-side .scw-greeting-message:after{left:auto;right:30px}.gsb-buttons.left-side .scw-greeting-message{left:0}.gsb-buttons.right-side .scw-greeting-message{right:0}.scw-greeting-message svg{fill:#000;cursor:pointer;display:block;height:15px;position:absolute;right:5px;top:5px;width:15px}.scw-greeting-message svg path{stroke:#000}.gsb-buttons.open-buttons .scw-greeting-message,.open-form .scw-greeting-message,.open-wechat-popup .scw-greeting-message,.open-whatsapp-popup .scw-greeting-message,.scw-greeting-message:not(.active){bottom:0;opacity:0;visibility:hidden}.cta-tooltip{background-color:#000;border-radius:6px;bottom:calc(100% + 4px);box-shadow:0 0 10px rgba(0,0,0,.2);color:#fff;font-size:14px;left:50%;line-height:normal;max-width:210px;min-width:50px;opacity:0;padding:6px 15px;pointer-events:none;text-align:center;transform:translate(-50%,-30px);visibility:hidden;white-space:nowrap;width:auto;z-index:10}.cta-tooltip,.cta-tooltip:after{position:absolute;text-decoration:none;transition:all .1s ease-in-out}.cta-tooltip:after{border-color:#000 transparent transparent;border-style:solid;border-width:5px 5px 0;bottom:calc(100% + 5px);content:"";transform:translate(-50%,-25px);transform-origin:top}.channel-btn.active:hover .cta-tooltip:after,.channel-btn.active:hover .cta-tooltip:before,.cooltipz--visible .cta-tooltip,.cooltipz--visible .cta-tooltip:after{opacity:1;text-overflow:ellipsis;visibility:visible}.channel-btn.active:hover .cta-tooltip,.channel-btn.active:hover .cta-tooltip:after,.cooltipz--visible .cta-tooltip,.cooltipz--visible .cta-tooltip:after{white-space:pre!important}.cooltipz--visible .cta-tooltip,.cooltipz--visible:hover .cta-tooltip{transform:translate(-50%,-5px)}.cooltipz--visible .cta-tooltip:after,.cooltipz--visible:hover .cta-tooltip:after{transform:translateX(-50%)}[data-tooltip-dir=left] .cta-tooltip:after{bottom:50%;left:calc(100% + 4px)}[data-tooltip-dir=left] .cta-tooltip{bottom:50%;left:auto;right:calc(100% + 5px);transform:translate(-30px,50%)}.cooltipz--visible[data-tooltip-dir=left] .cta-tooltip,[data-tooltip-dir=left]:hover .cta-tooltip{transform:translate(-10px,50%)}[data-tooltip-dir=left] .cta-tooltip:after{border-color:transparent transparent transparent rgba(55,64,70,.9);border-width:5px 0 5px 11px;transform:translate(-25px,50%);transform-origin:left}.cooltipz--visible[data-tooltip-dir=left] .cta-tooltip:after,[data-tooltip-dir=left]:hover .cta-tooltip:after{transform:translate(-4px,50%)}.cooltipz--visible[data-tooltip-dir=right] .cta-tooltip:after,[data-tooltip-dir=right]:hover .cta-tooltip:after{transform:translate(4px,50%)}[data-tooltip-dir=right] .cta-tooltip{bottom:50%;left:calc(100% + 5px)}[data-tooltip-dir=right] .cta-tooltip:after{bottom:50%;right:calc(100% + 4px)}[data-tooltip-dir=right] .cta-tooltip{transform:translate(30px,50%)}.cooltipz--visible[data-tooltip-dir=right] .cta-tooltip,[data-tooltip-dir=right]:hover .cta-tooltip{transform:translate(10px,50%)}[data-tooltip-dir=right] .cta-tooltip:after{border-color:transparent rgba(55,64,70,.9) transparent transparent;border-width:5px 11px 5px 0;transform:translate(25px,50%);transform-origin:right}
     1@charset "UTF-8";.ginger-btn-shockwave:after,.ginger-btn-shockwave:before{border-radius:50%;bottom:0;content:"";left:0;position:absolute;right:0;top:0}@keyframes ginger-pulse{0%{box-shadow:0 0 0 0 rgba(0,0,0,.2)}30%,to{box-shadow:0 0 0 15px transparent}}.ginger-btn-pulse{animation:ginger-pulse 2s infinite}@keyframes ginger-spin{0%{transform:rotate(0)}5%{transform:rotate(-20deg)}25%,to{transform:rotate(1turn)}}.ginger-btn-spin{animation:ginger-spin 3s infinite}@keyframes ginger-zoom{0%{opacity:1;transform:scale(1)}5%{opacity:.75;transform:scale(.8)}20%{opacity:1;transform:scale(1.25)}30%,to{transform:scale(1)}}.ginger-btn-zoom{animation:ginger-zoom 2s infinite}@keyframes ginger-bounce{0%,20%,to{transform:translate(0)}15%,5%{transform:translateY(5px)}10%{transform:translateY(-25px)}}.ginger-btn-bounce{animation:ginger-bounce 3s infinite}@keyframes ginger-fade{0%,25%,to{opacity:1}5%{opacity:0}}.ginger-btn-fade{animation:ginger-fade 3s infinite}@keyframes ginger-glowing{0%,30%,to{box-shadow:0 0 -10px #00008b}20%{box-shadow:0 0 20px #00008b}}.ginger-btn-glowing{animation:ginger-glowing 3s infinite}.ginger-btn-shockwave{animation:shockwavejump 1s ease-out infinite}.ginger-btn-shockwave:after{animation:shockwave 1s ease-out .65s infinite}.ginger-btn-shockwave:before{animation:shockwave 1s ease-out .5s infinite}@keyframes shockwavejump{0%,to{transform:scale(1)}40%{transform:scale(1.08)}50%,60%{transform:scale(.98)}55%{transform:scale(1.02)}}@keyframes shockwave{0%{box-shadow:0 0 2px rgba(0,0,0,.15),inset 0 0 1px rgba(0,0,0,.15);transform:scale(1)}95%{box-shadow:0 0 50px transparent,inset 0 0 30px transparent}to{transform:scale(2.25)}}.ginger-btn-waggle{animation:waggle 2s ease-out 6s infinite forwards}@keyframes waggle{0%{transform:none}5%{transform:rotate(-20deg) scale(1.2)}10%{transform:rotate(25deg) scale(1.2)}13.75%{transform:rotate(-15deg) scale(1.2)}17.5%{transform:rotate(15deg) scale(1.2)}21.25%{transform:rotate(-12deg) scale(1.2)}22.5%{transform:rotate(0) scale(1.2)}30%{transform:rotate(0) scale(1)}}.exit-intent{background:#000;border-radius:50%;bottom:45px;height:0;position:fixed;right:45px;transition:.5s linear;width:0}.gsb-buttons .exit-intent:before{background:rgba(0,0,0,.8);content:"";display:block;height:100vh;left:0;position:fixed;top:0;transition:.75s ease-in-out;-webkit-transition:.75s ease-in-out;-moz-transition:.75s ease-in-out;visibility:hidden;width:100vw;z-index:100}.gsb-buttons .exit-intent.left-position:before{clip-path:circle(0 at 0 100%)}.gsb-buttons .exit-intent.right-position:before{clip-path:circle(0 at 100% 100%)}.gsb-buttons .exit-intent.active:before{clip-path:circle(100%);visibility:visible}.chat-button-icon.channel-instagram-base,.gsb-social-channel.channel-instagram-base{background:#fed975;background:-webkit-gradient(left bottom,right top,color-stop(0,#fed975),color-stop(26%,#fa7e1e),color-stop(50%,#d62977),color-stop(75%,#962fbf),color-stop(100%,#4f5ad5));background:linear-gradient(45deg,#fed975,#fa7e1e 26%,#d62977 50%,#962fbf 75%,#4f5ad5)}.ginger-btn-bounce+.gsb-pending-message,.ginger-btn-fade>.gsb-pending-message,.ginger-btn-none>.gsb-pending-message,.ginger-btn-pulse>.gsb-pending-message,.ginger-btn-shockwave+.gsb-pending-message,.ginger-btn-spin>.gsb-pending-message,.ginger-btn-waggle+.gsb-pending-message,.ginger-btn-zoom+.gsb-pending-message,.gsb-buttons{display:none}.gsb-buttons.active{display:block}.gsb-buttons,.gsb-buttons *,.gsb-buttons :after,.gsb-buttons :before{box-sizing:border-box}.gsb-buttons{bottom:25px;left:25px;position:fixed;z-index:999999}.gsb-buttons-content,.gsb-trigger{position:relative;z-index:12111}.gsb-buttons.left-side{left:25px}.gsb-buttons.right-side{left:auto;right:25px}.gsb-buttons .chat-button-link{border-radius:50%;color:#fff;display:block;height:54px;padding:10px;text-align:center;width:54px}.gsb-buttons .chat-button-link.has-image{padding:0;position:relative}.gsb-buttons .chat-button-link.has-image .chat-button-icon img{border-radius:25px;height:50px;left:0;line-height:50px;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:50px}.gsb-buttons .chat-button-link svg{fill:#fff}.gsb-buttons .chat-button,.gsb-buttons.single .gsb-trigger-contact,.gsb-buttons.single .gsb-trigger-wechat-popup,.gsb-buttons.single .gsb-trigger-whatsapp-popup{border-radius:50%;height:62px;padding:4px;width:62px}.gsb-trigger-button{display:block;position:relative}.gsb-buttons svg{display:inline-block;height:100%;vertical-align:top;width:100%}.gsb-buttons .chat-button-icon{border-radius:50%;display:block;height:34px;text-align:center;width:34px}.gsb-buttons .chat-button-icon img,.gsb-trigger .gsb-trigger-bottom,.gsb-trigger .gsb-trigger-top{border-radius:50%;height:54px;width:54px}.gsb-trigger{border-radius:50%;height:62px;padding:4px;width:62px}.gsb-trigger .gsb-trigger-top{left:0;opacity:1;position:absolute;top:0;visibility:visible;z-index:101}.gsb-buttons.open-buttons .gsb-trigger .gsb-trigger-top,.gsb-buttons.open-form .gsb-trigger .gsb-trigger-top,.gsb-buttons.open-wechat-popup .gsb-trigger .gsb-trigger-top,.gsb-buttons.open-whatsapp-popup .gsb-trigger .gsb-trigger-top,.gsb-buttons:not(.open-form) .gsb-trigger-contact,.gsb-buttons:not(.open-wechat-popup) .gsb-trigger-wechat-popup,.gsb-buttons:not(.open-whatsapp-popup) .gsb-trigger-whatsapp-popup,.gsb-trigger .gsb-trigger-bottom{opacity:0;pointer-events:none;visibility:hidden;z-index:100}.gsb-trigger .gsb-trigger-bottom,.gsb-trigger .gsb-trigger-contact,.gsb-trigger .gsb-trigger-wechat-popup,.gsb-trigger .gsb-trigger-whatsapp-popup{left:0;position:absolute;top:0;transition:.25s linear}.gsb-buttons .gsb-trigger .chat-button-icon,.gsb-buttons .gsb-trigger .gsb-trigger-contact,.gsb-buttons .gsb-trigger .gsb-trigger-wechat-popup,.gsb-buttons .gsb-trigger .gsb-trigger-whatsapp-popup{transition:.3s linear}.gsb-buttons.open-buttons .gsb-trigger .gsb-trigger-bottom{opacity:1;pointer-events:auto;visibility:visible;z-index:101}.gsb-buttons .gsb-trigger .gsb-trigger-bottom a .chat-button-icon,.gsb-buttons:not(.open-form) .gsb-trigger-contact a .chat-button-icon,.gsb-buttons:not(.open-wechat-popup) .gsb-trigger-wechat-popup a .chat-button-icon,.gsb-buttons:not(.open-whatsapp-popup) .gsb-trigger-whatsapp-popup a .chat-button-icon{transform:scale(.7) rotate(180deg)}.gsb-buttons.open-buttons .gsb-trigger .gsb-trigger-bottom a .chat-button-icon,.gsb-buttons.open-form .gsb-trigger-contact a .chat-button-icon,.gsb-buttons.open-wechat-popup .gsb-trigger-wechat-popup a .chat-button-icon,.gsb-buttons.open-whatsapp-popup .gsb-trigger-whatsapp-popup a .chat-button-icon{transform:scale(1) rotate(1turn)}.gsb-button-list.icon_view .chat-button{position:absolute;transform:scale(.25) rotate(-180deg)}.gsb-button-list.icon_view .chat-button,.gsb-button-list.list_view .chat-button{bottom:0;opacity:0;pointer-events:none;transition:all .2s linear;transition-delay:0s!important;visibility:hidden}.gsb-button-list.list_view .chat-button{position:relative}.gsb-buttons.open-buttons .gsb-button-list .chat-button{opacity:1;pointer-events:auto;visibility:visible}.gsb-pending-message{align-items:center;background:red;border-radius:50%;color:#fff;display:inline-flex;font-size:10px;height:auto;justify-content:center;line-height:1;min-height:16px;min-width:16px;padding:3px;position:absolute;right:-3%;text-align:center;top:-3%;width:auto;z-index:11}[data-scb][class*=cooltipz].cooltipz--bottom-left:before,[data-scb][class*=cooltipz].cooltipz--bottom-right:before,[data-scb][class*=cooltipz].cooltipz--bottom:before,[data-scb][class*=cooltipz].cooltipz--left:before,[data-scb][class*=cooltipz].cooltipz--right:before,[data-scb][class*=cooltipz].cooltipz--top-left:before,[data-scb][class*=cooltipz].cooltipz--top-right:before,[data-scb][class*=cooltipz].cooltipz--top:before,[data-scb][class*=cooltipz][data-tooltip-dir=bottom-left]:before,[data-scb][class*=cooltipz][data-tooltip-dir=bottom-right]:before,[data-scb][class*=cooltipz][data-tooltip-dir=bottom]:before,[data-scb][class*=cooltipz][data-tooltip-dir=left]:before,[data-scb][class*=cooltipz][data-tooltip-dir=right]:before,[data-scb][class*=cooltipz][data-tooltip-dir=top-left]:before,[data-scb][class*=cooltipz][data-tooltip-dir=top-right]:before,[data-scb][class*=cooltipz][data-tooltip-dir=top]:before,[data-scb][data-tooltip-dir].cooltipz--bottom-left:before,[data-scb][data-tooltip-dir].cooltipz--bottom-right:before,[data-scb][data-tooltip-dir].cooltipz--bottom:before,[data-scb][data-tooltip-dir].cooltipz--left:before,[data-scb][data-tooltip-dir].cooltipz--right:before,[data-scb][data-tooltip-dir].cooltipz--top-left:before,[data-scb][data-tooltip-dir].cooltipz--top-right:before,[data-scb][data-tooltip-dir].cooltipz--top:before,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom-left]:before,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom-right]:before,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom]:before,[data-scb][data-tooltip-dir][data-tooltip-dir=left]:before,[data-scb][data-tooltip-dir][data-tooltip-dir=right]:before,[data-scb][data-tooltip-dir][data-tooltip-dir=top-left]:before,[data-scb][data-tooltip-dir][data-tooltip-dir=top-right]:before,[data-scb][data-tooltip-dir][data-tooltip-dir=top]:before{border:5px solid transparent;height:0;width:0}[data-scb][class*=cooltipz].cooltipz--top-left:before,[data-scb][class*=cooltipz].cooltipz--top-right:before,[data-scb][class*=cooltipz].cooltipz--top:before,[data-scb][class*=cooltipz][data-tooltip-dir=top-left]:before,[data-scb][class*=cooltipz][data-tooltip-dir=top-right]:before,[data-scb][class*=cooltipz][data-tooltip-dir=top]:before,[data-scb][data-tooltip-dir].cooltipz--top-left:before,[data-scb][data-tooltip-dir].cooltipz--top-right:before,[data-scb][data-tooltip-dir].cooltipz--top:before,[data-scb][data-tooltip-dir][data-tooltip-dir=top-left]:before,[data-scb][data-tooltip-dir][data-tooltip-dir=top-right]:before,[data-scb][data-tooltip-dir][data-tooltip-dir=top]:before{border-top-color:#fff}[data-scb][class*=cooltipz].cooltipz--bottom-left:before,[data-scb][class*=cooltipz].cooltipz--bottom-right:before,[data-scb][class*=cooltipz].cooltipz--bottom:before,[data-scb][class*=cooltipz][data-tooltip-dir=bottom-left]:before,[data-scb][class*=cooltipz][data-tooltip-dir=bottom-right]:before,[data-scb][class*=cooltipz][data-tooltip-dir=bottom]:before,[data-scb][data-tooltip-dir].cooltipz--bottom-left:before,[data-scb][data-tooltip-dir].cooltipz--bottom-right:before,[data-scb][data-tooltip-dir].cooltipz--bottom:before,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom-left]:before,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom-right]:before,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom]:before{border-bottom-color:#fff}[data-scb][class*=cooltipz].cooltipz--right:before,[data-scb][class*=cooltipz][data-tooltip-dir=right]:before,[data-scb][data-tooltip-dir].cooltipz--right:before,[data-scb][data-tooltip-dir][data-tooltip-dir=right]:before{border-right-color:#fff}[data-scb][class*=cooltipz].cooltipz--left:before,[data-scb][class*=cooltipz][data-tooltip-dir=left]:before,[data-scb][data-tooltip-dir].cooltipz--left:before,[data-scb][data-tooltip-dir][data-tooltip-dir=left]:before{border-left-color:#fff}[data-scb][class*=cooltipz].cooltipz--fit:after,[data-scb][class*=cooltipz].cooltipz--large:after,[data-scb][class*=cooltipz].cooltipz--medium:after,[data-scb][class*=cooltipz].cooltipz--small:after,[data-scb][class*=cooltipz][data-cooltipz-size=fit]:after,[data-scb][class*=cooltipz][data-cooltipz-size=large]:after,[data-scb][class*=cooltipz][data-cooltipz-size=medium]:after,[data-scb][class*=cooltipz][data-cooltipz-size=small]:after,[data-scb][data-tooltip-dir].cooltipz--fit:after,[data-scb][data-tooltip-dir].cooltipz--large:after,[data-scb][data-tooltip-dir].cooltipz--medium:after,[data-scb][data-tooltip-dir].cooltipz--small:after,[data-scb][data-tooltip-dir][data-cooltipz-size=fit]:after,[data-scb][data-tooltip-dir][data-cooltipz-size=large]:after,[data-scb][data-tooltip-dir][data-cooltipz-size=medium]:after,[data-scb][data-tooltip-dir][data-cooltipz-size=small]:after{word-wrap:break-word;white-space:normal}[data-scb][class*=cooltipz],[data-scb][data-tooltip-dir]{cursor:var(--cooltipz-cursor,pointer);position:relative}[data-scb][class*=cooltipz]:after,[data-scb][data-tooltip-dir]:after{background-color:#fff;border:var(--cooltipz-border-width,0) var(--cooltipz-border-style,solid) var(--cooltipz-border-color,#1f1f1f);border-radius:8px;-webkit-box-shadow:0 1.9px 7.8px rgba(0,0,0,.3);box-shadow:0 0 10px rgba(0,0,0,.2);color:#fff;content:attr(data-scb);font-size:16px;font-style:normal;font-weight:400;line-height:20px;max-width:225px;overflow:hidden;padding:6px 15px;text-align:center;text-indent:0;text-overflow:ellipsis;text-shadow:none;transition:all .1s ease-in-out;white-space:pre;z-index:10}.gsb-buttons.single [data-scb][class*=cooltipz]:hover:after,.gsb-buttons.single [data-scb][data-tooltip-dir]:hover:after{content:attr(data-hover-scb)}.gsb-buttons.single [data-scb][class*=cooltipz]:hover:before,.gsb-buttons.single [data-scb][data-tooltip-dir]:hover:before{content:""}[data-scb][class*=cooltipz]:before,[data-scb][data-tooltip-dir]:before{content:"";z-index:11}[data-scb=""][class*=cooltipz]:after,[data-scb=""][class*=cooltipz]:before,[data-scb=""][data-tooltip-dir]:after,[data-scb=""][data-tooltip-dir]:before{content:none}[data-scb][class*=cooltipz]:after,[data-scb][class*=cooltipz]:before,[data-scb][data-tooltip-dir]:after,[data-scb][data-tooltip-dir]:before{box-sizing:border-box;opacity:0;pointer-events:none;position:absolute;transition:all var(--cooltipz-timing,.12s) ease-out var(--cooltipz-timing,.12s);transition-delay:var(--cooltipz-delay-hide,.1s)}.has-no-tooltip-animation [data-scb][class*=cooltipz]:after,.has-no-tooltip-animation [data-scb][class*=cooltipz]:before,.has-no-tooltip-animation [data-scb][data-tooltip-dir]:after,.has-no-tooltip-animation [data-scb][data-tooltip-dir]:before{transition:none}@media (prefers-reduced-motion:reduce){[data-scb][class*=cooltipz]:after,[data-scb][class*=cooltipz]:before,[data-scb][data-tooltip-dir]:after,[data-scb][data-tooltip-dir]:before{transition:none}}[data-scb][class*=cooltipz].cooltipz--visible:after,[data-scb][class*=cooltipz].cooltipz--visible:before,[data-scb][class*=cooltipz]:focus:after,[data-scb][class*=cooltipz]:focus:before,[data-scb][class*=cooltipz]:hover:after,[data-scb][class*=cooltipz]:hover:before,[data-scb][class*=cooltipz][data-cooltipz-visible]:after,[data-scb][class*=cooltipz][data-cooltipz-visible]:before,[data-scb][data-tooltip-dir].cooltipz--visible:after,[data-scb][data-tooltip-dir].cooltipz--visible:before,[data-scb][data-tooltip-dir]:hover:after,[data-scb][data-tooltip-dir]:hover:before,[data-scb][data-tooltip-dir][data-cooltipz-visible]:after,[data-scb][data-tooltip-dir][data-cooltipz-visible]:before{opacity:100%;transition-delay:var(--cooltipz-delay-show,0s)}[data-scb][class*=cooltipz].cooltipz--top:after,[data-scb][class*=cooltipz].cooltipz--top:before,[data-scb][class*=cooltipz][data-tooltip-dir=top]:after,[data-scb][class*=cooltipz][data-tooltip-dir=top]:before,[data-scb][data-tooltip-dir].cooltipz--top:after,[data-scb][data-tooltip-dir].cooltipz--top:before,[data-scb][data-tooltip-dir][data-tooltip-dir=top]:after,[data-scb][data-tooltip-dir][data-tooltip-dir=top]:before{bottom:calc(100% - 2.5px);left:50%;transform:translate(-50%,var(--cooltipz-slide,6px));transform-origin:top}[data-scb][class*=cooltipz].cooltipz--bottom.cooltipz--visible:after,[data-scb][class*=cooltipz].cooltipz--bottom.cooltipz--visible:before,[data-scb][class*=cooltipz].cooltipz--bottom:focus:after,[data-scb][class*=cooltipz].cooltipz--bottom:focus:before,[data-scb][class*=cooltipz].cooltipz--bottom:hover:after,[data-scb][class*=cooltipz].cooltipz--bottom:hover:before,[data-scb][class*=cooltipz].cooltipz--bottom[data-cooltipz-visible]:after,[data-scb][class*=cooltipz].cooltipz--bottom[data-cooltipz-visible]:before,[data-scb][class*=cooltipz].cooltipz--top.cooltipz--visible:after,[data-scb][class*=cooltipz].cooltipz--top.cooltipz--visible:before,[data-scb][class*=cooltipz].cooltipz--top:focus:after,[data-scb][class*=cooltipz].cooltipz--top:focus:before,[data-scb][class*=cooltipz].cooltipz--top:hover:after,[data-scb][class*=cooltipz].cooltipz--top:hover:before,[data-scb][class*=cooltipz].cooltipz--top[data-cooltipz-visible]:after,[data-scb][class*=cooltipz].cooltipz--top[data-cooltipz-visible]:before,[data-scb][class*=cooltipz][data-tooltip-dir=bottom].cooltipz--visible:after,[data-scb][class*=cooltipz][data-tooltip-dir=bottom].cooltipz--visible:before,[data-scb][class*=cooltipz][data-tooltip-dir=bottom]:focus:after,[data-scb][class*=cooltipz][data-tooltip-dir=bottom]:focus:before,[data-scb][class*=cooltipz][data-tooltip-dir=bottom]:hover:after,[data-scb][class*=cooltipz][data-tooltip-dir=bottom]:hover:before,[data-scb][class*=cooltipz][data-tooltip-dir=bottom][data-cooltipz-visible]:after,[data-scb][class*=cooltipz][data-tooltip-dir=bottom][data-cooltipz-visible]:before,[data-scb][class*=cooltipz][data-tooltip-dir=top].cooltipz--visible:after,[data-scb][class*=cooltipz][data-tooltip-dir=top].cooltipz--visible:before,[data-scb][class*=cooltipz][data-tooltip-dir=top]:focus:after,[data-scb][class*=cooltipz][data-tooltip-dir=top]:focus:before,[data-scb][class*=cooltipz][data-tooltip-dir=top]:hover:after,[data-scb][class*=cooltipz][data-tooltip-dir=top]:hover:before,[data-scb][class*=cooltipz][data-tooltip-dir=top][data-cooltipz-visible]:after,[data-scb][class*=cooltipz][data-tooltip-dir=top][data-cooltipz-visible]:before,[data-scb][data-tooltip-dir].cooltipz--bottom.cooltipz--visible:after,[data-scb][data-tooltip-dir].cooltipz--bottom.cooltipz--visible:before,[data-scb][data-tooltip-dir].cooltipz--bottom:focus:after,[data-scb][data-tooltip-dir].cooltipz--bottom:focus:before,[data-scb][data-tooltip-dir].cooltipz--bottom:hover:after,[data-scb][data-tooltip-dir].cooltipz--bottom:hover:before,[data-scb][data-tooltip-dir].cooltipz--bottom[data-cooltipz-visible]:after,[data-scb][data-tooltip-dir].cooltipz--bottom[data-cooltipz-visible]:before,[data-scb][data-tooltip-dir].cooltipz--top.cooltipz--visible:after,[data-scb][data-tooltip-dir].cooltipz--top.cooltipz--visible:before,[data-scb][data-tooltip-dir].cooltipz--top:focus:after,[data-scb][data-tooltip-dir].cooltipz--top:focus:before,[data-scb][data-tooltip-dir].cooltipz--top:hover:after,[data-scb][data-tooltip-dir].cooltipz--top:hover:before,[data-scb][data-tooltip-dir].cooltipz--top[data-cooltipz-visible]:after,[data-scb][data-tooltip-dir].cooltipz--top[data-cooltipz-visible]:before,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom].cooltipz--visible:after,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom].cooltipz--visible:before,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom]:focus:after,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom]:focus:before,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom]:hover:after,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom]:hover:before,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom][data-cooltipz-visible]:after,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom][data-cooltipz-visible]:before,[data-scb][data-tooltip-dir][data-tooltip-dir=top].cooltipz--visible:after,[data-scb][data-tooltip-dir][data-tooltip-dir=top].cooltipz--visible:before,[data-scb][data-tooltip-dir][data-tooltip-dir=top]:focus:after,[data-scb][data-tooltip-dir][data-tooltip-dir=top]:focus:before,[data-scb][data-tooltip-dir][data-tooltip-dir=top]:hover:after,[data-scb][data-tooltip-dir][data-tooltip-dir=top]:hover:before,[data-scb][data-tooltip-dir][data-tooltip-dir=top][data-cooltipz-visible]:after,[data-scb][data-tooltip-dir][data-tooltip-dir=top][data-cooltipz-visible]:before{transform:translate(-50%)}[data-scb][class*=cooltipz].cooltipz--top-left:after,[data-scb][class*=cooltipz][data-tooltip-dir=top-left]:after,[data-scb][data-tooltip-dir].cooltipz--top-left:after,[data-scb][data-tooltip-dir][data-tooltip-dir=top-left]:after{left:0;margin-bottom:10px}[data-scb][class*=cooltipz].cooltipz--bottom-left:before,[data-scb][class*=cooltipz].cooltipz--top-left:before,[data-scb][class*=cooltipz][data-tooltip-dir=bottom-left]:before,[data-scb][class*=cooltipz][data-tooltip-dir=top-left]:before,[data-scb][data-tooltip-dir].cooltipz--bottom-left:before,[data-scb][data-tooltip-dir].cooltipz--top-left:before,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom-left]:before,[data-scb][data-tooltip-dir][data-tooltip-dir=top-left]:before{left:2.5px}[data-scb][class*=cooltipz].cooltipz--top-left:after,[data-scb][class*=cooltipz].cooltipz--top-left:before,[data-scb][class*=cooltipz].cooltipz--top-right:after,[data-scb][class*=cooltipz].cooltipz--top-right:before,[data-scb][class*=cooltipz][data-tooltip-dir=top-left]:after,[data-scb][class*=cooltipz][data-tooltip-dir=top-left]:before,[data-scb][class*=cooltipz][data-tooltip-dir=top-right]:after,[data-scb][class*=cooltipz][data-tooltip-dir=top-right]:before,[data-scb][data-tooltip-dir].cooltipz--top-left:after,[data-scb][data-tooltip-dir].cooltipz--top-left:before,[data-scb][data-tooltip-dir].cooltipz--top-right:after,[data-scb][data-tooltip-dir].cooltipz--top-right:before,[data-scb][data-tooltip-dir][data-tooltip-dir=top-left]:after,[data-scb][data-tooltip-dir][data-tooltip-dir=top-left]:before,[data-scb][data-tooltip-dir][data-tooltip-dir=top-right]:after,[data-scb][data-tooltip-dir][data-tooltip-dir=top-right]:before{bottom:calc(100% - 2.5px);transform:translateY(var(--cooltipz-slide,6px));transform-origin:top}[data-scb][class*=cooltipz].cooltipz--bottom-left.cooltipz--visible:after,[data-scb][class*=cooltipz].cooltipz--bottom-left.cooltipz--visible:before,[data-scb][class*=cooltipz].cooltipz--bottom-left:focus:after,[data-scb][class*=cooltipz].cooltipz--bottom-left:focus:before,[data-scb][class*=cooltipz].cooltipz--bottom-left:hover:after,[data-scb][class*=cooltipz].cooltipz--bottom-left:hover:before,[data-scb][class*=cooltipz].cooltipz--bottom-left[data-cooltipz-visible]:after,[data-scb][class*=cooltipz].cooltipz--bottom-left[data-cooltipz-visible]:before,[data-scb][class*=cooltipz].cooltipz--bottom-right.cooltipz--visible:after,[data-scb][class*=cooltipz].cooltipz--bottom-right.cooltipz--visible:before,[data-scb][class*=cooltipz].cooltipz--bottom-right:focus:after,[data-scb][class*=cooltipz].cooltipz--bottom-right:focus:before,[data-scb][class*=cooltipz].cooltipz--bottom-right:hover:after,[data-scb][class*=cooltipz].cooltipz--bottom-right:hover:before,[data-scb][class*=cooltipz].cooltipz--bottom-right[data-cooltipz-visible]:after,[data-scb][class*=cooltipz].cooltipz--bottom-right[data-cooltipz-visible]:before,[data-scb][class*=cooltipz].cooltipz--top-left.cooltipz--visible:after,[data-scb][class*=cooltipz].cooltipz--top-left.cooltipz--visible:before,[data-scb][class*=cooltipz].cooltipz--top-left:focus:after,[data-scb][class*=cooltipz].cooltipz--top-left:focus:before,[data-scb][class*=cooltipz].cooltipz--top-left:hover:after,[data-scb][class*=cooltipz].cooltipz--top-left:hover:before,[data-scb][class*=cooltipz].cooltipz--top-left[data-cooltipz-visible]:after,[data-scb][class*=cooltipz].cooltipz--top-left[data-cooltipz-visible]:before,[data-scb][class*=cooltipz].cooltipz--top-right.cooltipz--visible:after,[data-scb][class*=cooltipz].cooltipz--top-right.cooltipz--visible:before,[data-scb][class*=cooltipz].cooltipz--top-right:focus:after,[data-scb][class*=cooltipz].cooltipz--top-right:focus:before,[data-scb][class*=cooltipz].cooltipz--top-right:hover:after,[data-scb][class*=cooltipz].cooltipz--top-right:hover:before,[data-scb][class*=cooltipz].cooltipz--top-right[data-cooltipz-visible]:after,[data-scb][class*=cooltipz].cooltipz--top-right[data-cooltipz-visible]:before,[data-scb][class*=cooltipz][data-tooltip-dir=bottom-left].cooltipz--visible:after,[data-scb][class*=cooltipz][data-tooltip-dir=bottom-left].cooltipz--visible:before,[data-scb][class*=cooltipz][data-tooltip-dir=bottom-left]:focus:after,[data-scb][class*=cooltipz][data-tooltip-dir=bottom-left]:focus:before,[data-scb][class*=cooltipz][data-tooltip-dir=bottom-left]:hover:after,[data-scb][class*=cooltipz][data-tooltip-dir=bottom-left]:hover:before,[data-scb][class*=cooltipz][data-tooltip-dir=bottom-left][data-cooltipz-visible]:after,[data-scb][class*=cooltipz][data-tooltip-dir=bottom-left][data-cooltipz-visible]:before,[data-scb][class*=cooltipz][data-tooltip-dir=bottom-right].cooltipz--visible:after,[data-scb][class*=cooltipz][data-tooltip-dir=bottom-right].cooltipz--visible:before,[data-scb][class*=cooltipz][data-tooltip-dir=bottom-right]:focus:after,[data-scb][class*=cooltipz][data-tooltip-dir=bottom-right]:focus:before,[data-scb][class*=cooltipz][data-tooltip-dir=bottom-right]:hover:after,[data-scb][class*=cooltipz][data-tooltip-dir=bottom-right]:hover:before,[data-scb][class*=cooltipz][data-tooltip-dir=bottom-right][data-cooltipz-visible]:after,[data-scb][class*=cooltipz][data-tooltip-dir=bottom-right][data-cooltipz-visible]:before,[data-scb][class*=cooltipz][data-tooltip-dir=top-left].cooltipz--visible:after,[data-scb][class*=cooltipz][data-tooltip-dir=top-left].cooltipz--visible:before,[data-scb][class*=cooltipz][data-tooltip-dir=top-left]:focus:after,[data-scb][class*=cooltipz][data-tooltip-dir=top-left]:focus:before,[data-scb][class*=cooltipz][data-tooltip-dir=top-left]:hover:after,[data-scb][class*=cooltipz][data-tooltip-dir=top-left]:hover:before,[data-scb][class*=cooltipz][data-tooltip-dir=top-left][data-cooltipz-visible]:after,[data-scb][class*=cooltipz][data-tooltip-dir=top-left][data-cooltipz-visible]:before,[data-scb][class*=cooltipz][data-tooltip-dir=top-right].cooltipz--visible:after,[data-scb][class*=cooltipz][data-tooltip-dir=top-right].cooltipz--visible:before,[data-scb][class*=cooltipz][data-tooltip-dir=top-right]:focus:after,[data-scb][class*=cooltipz][data-tooltip-dir=top-right]:focus:before,[data-scb][class*=cooltipz][data-tooltip-dir=top-right]:hover:after,[data-scb][class*=cooltipz][data-tooltip-dir=top-right]:hover:before,[data-scb][class*=cooltipz][data-tooltip-dir=top-right][data-cooltipz-visible]:after,[data-scb][class*=cooltipz][data-tooltip-dir=top-right][data-cooltipz-visible]:before,[data-scb][data-tooltip-dir].cooltipz--bottom-left.cooltipz--visible:after,[data-scb][data-tooltip-dir].cooltipz--bottom-left.cooltipz--visible:before,[data-scb][data-tooltip-dir].cooltipz--bottom-left:focus:after,[data-scb][data-tooltip-dir].cooltipz--bottom-left:focus:before,[data-scb][data-tooltip-dir].cooltipz--bottom-left:hover:after,[data-scb][data-tooltip-dir].cooltipz--bottom-left:hover:before,[data-scb][data-tooltip-dir].cooltipz--bottom-left[data-cooltipz-visible]:after,[data-scb][data-tooltip-dir].cooltipz--bottom-left[data-cooltipz-visible]:before,[data-scb][data-tooltip-dir].cooltipz--bottom-right.cooltipz--visible:after,[data-scb][data-tooltip-dir].cooltipz--bottom-right.cooltipz--visible:before,[data-scb][data-tooltip-dir].cooltipz--bottom-right:focus:after,[data-scb][data-tooltip-dir].cooltipz--bottom-right:focus:before,[data-scb][data-tooltip-dir].cooltipz--bottom-right:hover:after,[data-scb][data-tooltip-dir].cooltipz--bottom-right:hover:before,[data-scb][data-tooltip-dir].cooltipz--bottom-right[data-cooltipz-visible]:after,[data-scb][data-tooltip-dir].cooltipz--bottom-right[data-cooltipz-visible]:before,[data-scb][data-tooltip-dir].cooltipz--top-left.cooltipz--visible:after,[data-scb][data-tooltip-dir].cooltipz--top-left.cooltipz--visible:before,[data-scb][data-tooltip-dir].cooltipz--top-left:focus:after,[data-scb][data-tooltip-dir].cooltipz--top-left:focus:before,[data-scb][data-tooltip-dir].cooltipz--top-left:hover:after,[data-scb][data-tooltip-dir].cooltipz--top-left:hover:before,[data-scb][data-tooltip-dir].cooltipz--top-left[data-cooltipz-visible]:after,[data-scb][data-tooltip-dir].cooltipz--top-left[data-cooltipz-visible]:before,[data-scb][data-tooltip-dir].cooltipz--top-right.cooltipz--visible:after,[data-scb][data-tooltip-dir].cooltipz--top-right.cooltipz--visible:before,[data-scb][data-tooltip-dir].cooltipz--top-right:focus:after,[data-scb][data-tooltip-dir].cooltipz--top-right:focus:before,[data-scb][data-tooltip-dir].cooltipz--top-right:hover:after,[data-scb][data-tooltip-dir].cooltipz--top-right:hover:before,[data-scb][data-tooltip-dir].cooltipz--top-right[data-cooltipz-visible]:after,[data-scb][data-tooltip-dir].cooltipz--top-right[data-cooltipz-visible]:before,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom-left].cooltipz--visible:after,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom-left].cooltipz--visible:before,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom-left]:focus:after,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom-left]:focus:before,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom-left]:hover:after,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom-left]:hover:before,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom-left][data-cooltipz-visible]:after,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom-left][data-cooltipz-visible]:before,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom-right].cooltipz--visible:after,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom-right].cooltipz--visible:before,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom-right]:focus:after,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom-right]:focus:before,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom-right]:hover:after,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom-right]:hover:before,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom-right][data-cooltipz-visible]:after,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom-right][data-cooltipz-visible]:before,[data-scb][data-tooltip-dir][data-tooltip-dir=top-left].cooltipz--visible:after,[data-scb][data-tooltip-dir][data-tooltip-dir=top-left].cooltipz--visible:before,[data-scb][data-tooltip-dir][data-tooltip-dir=top-left]:focus:after,[data-scb][data-tooltip-dir][data-tooltip-dir=top-left]:focus:before,[data-scb][data-tooltip-dir][data-tooltip-dir=top-left]:hover:after,[data-scb][data-tooltip-dir][data-tooltip-dir=top-left]:hover:before,[data-scb][data-tooltip-dir][data-tooltip-dir=top-left][data-cooltipz-visible]:after,[data-scb][data-tooltip-dir][data-tooltip-dir=top-left][data-cooltipz-visible]:before,[data-scb][data-tooltip-dir][data-tooltip-dir=top-right].cooltipz--visible:after,[data-scb][data-tooltip-dir][data-tooltip-dir=top-right].cooltipz--visible:before,[data-scb][data-tooltip-dir][data-tooltip-dir=top-right]:focus:after,[data-scb][data-tooltip-dir][data-tooltip-dir=top-right]:focus:before,[data-scb][data-tooltip-dir][data-tooltip-dir=top-right]:hover:after,[data-scb][data-tooltip-dir][data-tooltip-dir=top-right]:hover:before,[data-scb][data-tooltip-dir][data-tooltip-dir=top-right][data-cooltipz-visible]:after,[data-scb][data-tooltip-dir][data-tooltip-dir=top-right][data-cooltipz-visible]:before{transform:translate(0)}[data-scb][class*=cooltipz].cooltipz--top-right:after,[data-scb][class*=cooltipz][data-tooltip-dir=top-right]:after,[data-scb][data-tooltip-dir].cooltipz--top-right:after,[data-scb][data-tooltip-dir][data-tooltip-dir=top-right]:after{margin-bottom:10px;right:0}[data-scb][class*=cooltipz].cooltipz--bottom-right:before,[data-scb][class*=cooltipz].cooltipz--top-right:before,[data-scb][class*=cooltipz][data-tooltip-dir=bottom-right]:before,[data-scb][class*=cooltipz][data-tooltip-dir=top-right]:before,[data-scb][data-tooltip-dir].cooltipz--bottom-right:before,[data-scb][data-tooltip-dir].cooltipz--top-right:before,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom-right]:before,[data-scb][data-tooltip-dir][data-tooltip-dir=top-right]:before{right:2.5px}[data-scb][class*=cooltipz].cooltipz--bottom:after,[data-scb][class*=cooltipz][data-tooltip-dir=bottom]:after,[data-scb][data-tooltip-dir].cooltipz--bottom:after,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom]:after{margin-top:10px}[data-scb][class*=cooltipz].cooltipz--bottom:after,[data-scb][class*=cooltipz].cooltipz--bottom:before,[data-scb][class*=cooltipz][data-tooltip-dir=bottom]:after,[data-scb][class*=cooltipz][data-tooltip-dir=bottom]:before,[data-scb][data-tooltip-dir].cooltipz--bottom:after,[data-scb][data-tooltip-dir].cooltipz--bottom:before,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom]:after,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom]:before{left:50%;top:calc(100% - 2.5px);transform:translate(-50%,calc(var(--cooltipz-slide, 6px)*-1));transform-origin:bottom}[data-scb][class*=cooltipz].cooltipz--bottom-left:after,[data-scb][class*=cooltipz][data-tooltip-dir=bottom-left]:after,[data-scb][data-tooltip-dir].cooltipz--bottom-left:after,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom-left]:after{left:0;margin-top:10px}[data-scb][class*=cooltipz].cooltipz--bottom-left:after,[data-scb][class*=cooltipz].cooltipz--bottom-left:before,[data-scb][class*=cooltipz].cooltipz--bottom-right:after,[data-scb][class*=cooltipz].cooltipz--bottom-right:before,[data-scb][class*=cooltipz][data-tooltip-dir=bottom-left]:after,[data-scb][class*=cooltipz][data-tooltip-dir=bottom-left]:before,[data-scb][class*=cooltipz][data-tooltip-dir=bottom-right]:after,[data-scb][class*=cooltipz][data-tooltip-dir=bottom-right]:before,[data-scb][data-tooltip-dir].cooltipz--bottom-left:after,[data-scb][data-tooltip-dir].cooltipz--bottom-left:before,[data-scb][data-tooltip-dir].cooltipz--bottom-right:after,[data-scb][data-tooltip-dir].cooltipz--bottom-right:before,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom-left]:after,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom-left]:before,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom-right]:after,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom-right]:before{top:calc(100% - 2.5px);transform:translateY(calc(var(--cooltipz-slide, 6px)*-1));transform-origin:bottom}[data-scb][class*=cooltipz].cooltipz--bottom-right:after,[data-scb][class*=cooltipz][data-tooltip-dir=bottom-right]:after,[data-scb][data-tooltip-dir].cooltipz--bottom-right:after,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom-right]:after{margin-top:10px;right:0}[data-scb][class*=cooltipz].cooltipz--left:after,[data-scb][class*=cooltipz].cooltipz--left:before,[data-scb][class*=cooltipz][data-tooltip-dir=left]:after,[data-scb][class*=cooltipz][data-tooltip-dir=left]:before,[data-scb][data-tooltip-dir].cooltipz--left:after,[data-scb][data-tooltip-dir].cooltipz--left:before,[data-scb][data-tooltip-dir][data-tooltip-dir=left]:after,[data-scb][data-tooltip-dir][data-tooltip-dir=left]:before{right:calc(100% + 7px);top:50%;transform:translate(var(--cooltipz-slide,6px),-50%);transform-origin:left}[data-scb][class*=cooltipz].cooltipz--right:after,[data-scb][class*=cooltipz].cooltipz--right:before,[data-scb][class*=cooltipz][data-tooltip-dir=right]:after,[data-scb][class*=cooltipz][data-tooltip-dir=right]:before,[data-scb][data-tooltip-dir].cooltipz--right:after,[data-scb][data-tooltip-dir].cooltipz--right:before,[data-scb][data-tooltip-dir][data-tooltip-dir=right]:after,[data-scb][data-tooltip-dir][data-tooltip-dir=right]:before{left:calc(100% + 7px);top:50%;transform:translate(calc(var(--cooltipz-slide, 6px)*-1),-50%);transform-origin:right}[data-scb][class*=cooltipz].cooltipz--fit:after,[data-scb][class*=cooltipz][data-cooltipz-size=fit]:after,[data-scb][data-tooltip-dir].cooltipz--fit:after,[data-scb][data-tooltip-dir][data-cooltipz-size=fit]:after{width:100%}[data-scb][class*=cooltipz].cooltipz--small:after,[data-scb][class*=cooltipz][data-cooltipz-size=small]:after,[data-scb][data-tooltip-dir].cooltipz--small:after,[data-scb][data-tooltip-dir][data-cooltipz-size=small]:after{width:var(--cooltipz-small,6.25rem)}[data-scb][class*=cooltipz].cooltipz--medium:after,[data-scb][class*=cooltipz][data-cooltipz-size=medium]:after,[data-scb][data-tooltip-dir].cooltipz--medium:after,[data-scb][data-tooltip-dir][data-cooltipz-size=medium]:after{width:var(--cooltipz-medium,12.5rem)}[data-scb][class*=cooltipz].cooltipz--large:after,[data-scb][class*=cooltipz][data-cooltipz-size=large]:after,[data-scb][data-tooltip-dir].cooltipz--large:after,[data-scb][data-tooltip-dir][data-cooltipz-size=large]:after{width:var(--cooltipz-large,18.75rem)}[data-scb][class*=cooltipz].cooltipz--static:after,[data-scb][class*=cooltipz].cooltipz--static:before,[data-scb][class*=cooltipz][data-cooltipz-static]:after,[data-scb][class*=cooltipz][data-cooltipz-static]:before,[data-scb][data-tooltip-dir].cooltipz--static:after,[data-scb][data-tooltip-dir].cooltipz--static:before,[data-scb][data-tooltip-dir][data-cooltipz-static]:after,[data-scb][data-tooltip-dir][data-cooltipz-static]:before{transition:none}.gsb-buttons.has-no-close-button:not(.single) .gsb-trigger{display:none!important}.gsb-buttons.has-shadow .gsb-button-list .chat-button a,.gsb-buttons.has-shadow .gsb-trigger-button .chat-button a,.gsb-buttons.has-shadow .gsb-trigger-button a{box-shadow:0 0 12px rgba(0,0,0,.2);-webkit-box-shadow:0 0 12px rgba(0,0,0,.2)}.gsb-buttons.has-shadow .gsb-button-list .chat-button a:hover,.gsb-buttons.has-shadow .gsb-trigger-button .chat-button a:hover,.gsb-buttons.has-shadow .gsb-trigger-button a:hover{box-shadow:0 0 12px rgba(0,0,0,.3);-webkit-box-shadow:0 0 12px rgba(0,0,0,.3)}.gsb-buttons .sr-only{clip:rect(0,0,0,0)!important;border:0!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important}.has-no-animation .chat-button{transition:none!important}.scw-contact-form{animation-delay:-2s;-webkit-animation-delay:-2s;position:absolute;transition:.5s;-webkit-transition:.5s;width:320px}.gsb-buttons.right-side .scw-contact-form,.gsb-buttons.right-side .wechat-popup,.gsb-buttons.right-side .whatsapp-popup{right:0}.gsb-buttons.left-side .scw-contact-form,.gsb-buttons.left-side .wechat-popup,.gsb-buttons.left-side .whatsapp-popup{left:0}.gsb-buttons .wechat-popup,.gsb-buttons .whatsapp-popup,.gsb-buttons:not(.open-form) .scw-contact-form{bottom:0;opacity:0;visibility:hidden}.gsb-buttons.open-form .scw-contact-form,.gsb-buttons.open-wechat-popup .wechat-popup.active,.gsb-buttons.open-whatsapp-popup .whatsapp-popup.active{opacity:1;transform:translateY(-5px);visibility:visible}.scw-form-container{background:#fff;border-radius:6px;box-shadow:0 5px 40px rgba(0,0,0,.16);-webkit-box-shadow:0 5px 40px rgba(0,0,0,.16);-moz-box-shadow:0 5px 40px rgba(0,0,0,.16);position:relative;-moz-transition:.5s linear}.scw-form-close{cursor:pointer;display:inline-block;position:absolute;right:7px;top:7px}.scw-form-close span{display:block;margin:5px 0}.scw-form-title{border-bottom:1px solid #acacac;font-size:18px;line-height:1.2;padding:10px 25px 10px 15px;text-align:left}.scw-form-body{max-height:calc(100vh - 230px);overflow-y:auto;padding:15px 15px 0}.scw-form-field+.scw-form-field{margin-top:12px}.scw-form-field label{display:block;font-size:14px;font-weight:600;line-height:14px;margin-bottom:3px}.scw-form-field label span{color:red}.scw-form-field input{height:32px!important;line-height:32px!important;margin:0!important;padding:0 10px!important}.scw-form-field input,.scw-form-field textarea{background-color:#fff!important;border:1px solid #d7d7d7!important;border-radius:4px!important;color:#1c2733!important;font-size:14px!important;outline:none!important;transition:all .5s ease-in-out;width:100%}.scw-form-field textarea{display:block;height:60px;line-height:19px!important;margin-top:5px;max-width:100%;padding:5px 10px!important}.error-msg,.error-msg-valid{color:red;display:block;font-size:12px}.scw-form-field:not(.has-error) .error-msg,.scw-form-field:not(.has-error-valid) .error-msg-valid{display:none}.scw-form-field.has-error input,.scw-form-field.has-error textarea,.scw-form-field.has-error-valid input{border-color:red!important}.scw-form-btn{padding:15px}.scw-form-btn button{background:#736bc4;border:none;border-radius:4px;color:#fff;cursor:pointer;display:block;font-size:18px;height:36px;line-height:36px;margin:0;outline:none!important;padding:0!important;text-align:center;width:100%}.open-form .scb-tooltip:after,.open-form .scb-tooltip:before,.open-wechat-popup .scb-tooltip:after,.open-wechat-popup .scb-tooltip:before,.open-whatsapp-popup .scb-tooltip:after,.open-whatsapp-popup .scb-tooltip:before{display:none}.scw-form-success.success-open-msg{border-radius:0 0 6px 6px;color:#4caf50;font-size:16px;padding:0 10px 15px}.scw-contact-form:not(.success-msg) .scw-form-success.success-open-msg{display:none}.view-list .list_view{background-color:#fff;border-radius:5px;bottom:0;box-shadow:0 0 5px 1px rgba(0,0,0,.2);max-width:100%;min-width:300px;opacity:0;overflow:visible;pointer-events:none;position:absolute;right:0;transform:translateY(50px) scale(1);transition:transform .2s linear,opacity .2s linear,visibility .2s linear;transition-delay:0s!important;visibility:hidden;width:300px;z-index:0}.left-side.view-list .list_view{left:0;right:auto}.open-buttons .list_view{pointer-events:auto;z-index:101}.view-list .list_view .channel-list .list-channel-container:last-child a{-moz-border-radius-bottomright:5px;-moz-border-radius-bottomleft:5px;-webkit-border-bottom-left-radius:5px;border-bottom-left-radius:5px;-webkit-border-bottom-right-radius:5px;border-bottom-right-radius:5px}.gsb-buttons.view-grid.right-side .gsb-trigger,.gsb-buttons.view-list.right-side .gsb-trigger{margin-left:auto}.gsb-buttons.view-grid.left-side .gsb-trigger,.gsb-buttons.view-list.left-side .gsb-trigger{margin-right:auto}.list-channel .chat-button-link:after,.list-channel .chat-button-link:before{content:none}.list-channel .gsb-social-channel{align-items:center;border-radius:0;box-shadow:none!important;display:flex;height:auto;padding:10px 15px;text-decoration:none;width:auto}.list-channel .gsb-social-channel:hover{background-color:#f9f9f9}.list-channel .chat-button-icon{flex:0 0 40px;height:40px;padding:10px;width:40px}.list-channel .list-channel-title{color:#000;font-size:15px;margin-left:10px;overflow:hidden;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}.view-list .list_view .channel-list-container{overflow-y:auto}.view-list .list_view .channel-list .list-channel-container+.list-channel-container{border-top:1px solid #eee}.chat-button.list-channel{height:auto;padding:0;width:auto}.list_title_container{align-items:center;border-radius:5px 5px 0 0;display:flex;padding:10px 30px 10px 15px;position:relative;text-align:left}.list_title_container .list_title{font-size:16px;line-height:25px}.success-msg.has-error .success-open-msg{color:red}.view-grid .grid_view{background-color:#fff;border-radius:5px;bottom:0;box-shadow:0 0 5px 1px rgba(0,0,0,.2);max-width:100%;min-width:300px;opacity:0;overflow:visible;pointer-events:none;position:absolute;right:0;transform:translateY(50px) scale(1);transition:transform .2s linear,opacity .2s linear,visibility .2s linear;transition-delay:0s!important;visibility:hidden;width:300px;z-index:0}.left-side.view-grid .grid_view{left:0;right:auto}.open-buttons .grid_view{pointer-events:auto;z-index:101}.view-grid .grid_view .channel-grid .channel-grid-container{display:flex;flex-wrap:wrap;padding:0 10px 10px}.view-grid .channel-grid .chat-button{height:auto;line-height:1;padding:6px!important;width:auto}.view-grid .channel-grid .chat-button a{height:44px!important;width:44px!important}.view-grid .channel-grid .chat-button span.chat-button-icon{height:24px!important;width:24px!important}.grid-title-container{font-size:16px;line-height:1.2;padding:10px 15px}.grid-title-container .grid-title p{overflow-wrap:break-word}.grid-desc-container{font-size:15px;line-height:20px;padding:5px 10px}.close-view-btn{cursor:pointer;display:inline-block;line-height:20px;position:absolute;right:5px;text-decoration:none!important;top:50%;transform:translateY(-50%)}.close-view-btnsvg{height:20px;width:20px}.default-insta-hover:hover{background:#fed975!important;background:-webkit-gradient(left bottom,right top,color-stop(0,#fed975),color-stop(26%,#fa7e1e),color-stop(50%,#d62977),color-stop(75%,#962fbf),color-stop(100%,#4f5ad5))!important;background:linear-gradient(45deg,#fed975,#fa7e1e 26%,#d62977 50%,#962fbf 75%,#4f5ad5)!important}.wechat-popup,.whatsapp-popup{animation-delay:-2s;-webkit-animation-delay:-2s;background-color:#e8e4df;border-radius:6px;box-shadow:0 5px 10px 0 rgba(0,0,0,.1);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;margin:0;max-width:320px;overflow-y:auto;padding:0;position:absolute;transition:.5s;-webkit-transition:.5s;width:320px}.wechat-popup-header,.whatsapp-popup-header{align-items:center;background-color:#10c379;border-top-left-radius:6px;border-top-right-radius:6px;display:flex;padding:15px;position:relative}.whatsapp-profile{height:46px;margin-right:10px;width:46px}.wechat-profile img,.whatsapp-profile img{border:2px solid #fff;border-radius:50%;height:46px;-o-object-fit:cover;object-fit:cover;width:46px}.wechat-popup-title-section,.whatsapp-popup-title-section{color:#fff;flex:1;margin:0 15px 0 0}.wechat-popup-title,.whatsapp-popup-title{font-size:16px;font-weight:700;line-height:20px}.whatsapp-popup-sub-title{font-size:13px}.wechat-popup-close-btn,.whatsapp-popup-close-btn{fill:#fff;cursor:pointer;height:20px;position:absolute;right:10px;top:50%;transform:translateY(-50%);width:20px}.whatsapp-popup-body{align-items:flex-start;background-color:#e8e4df;display:flex;height:auto;max-height:500px;min-height:270px;overflow-y:auto;padding:15px}.whatsapp-chat{background-color:#fff;border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top-right-radius:6px;font-size:14px;line-height:18px;padding:10px 10px 20px;position:relative;width:-moz-fit-content;width:fit-content}.whatsapp-chat p{line-height:18px;margin:0}.whatsapp-chat p+p{margin:0;padding:5px 0 0}.whatsapp-chat:before{border-left:11px solid transparent;border-right:0 solid transparent;border-top:11px solid #fff;content:"";height:32px;left:-10px;position:absolute;top:0}.whatsapp-popup-footer{align-content:center;align-items:center;background-color:#e8e4df;border-bottom-left-radius:6px;border-bottom-right-radius:6px;display:flex;padding:15px}.whatsapp-chat-input{border:none!important;border-radius:50px!important;flex:1;font-size:14px;height:40px;outline:none!important;padding:0 15px!important}.whatsapp-chat-input::-moz-placeholder{color:#c2c2c2}.whatsapp-chat-input::placeholder{color:#c2c2c2}.whatsapp-form-btn{padding:0 0 0 10px}.whatsapp-send-btn{background:transparent!important;border:none!important;line-height:18px!important;margin:0!important;min-width:1px!important;outline:none!important;padding:10px 8px 10px 12px!important}button.whatsapp-send-btn{background:#10c379!important;border-radius:50%;cursor:pointer;height:40px!important;min-width:1px;width:40px!important}.whatsapp-send-btn svg{cursor:pointer;height:18px;width:18px}.whatsapp-send-btn svg path{fill:#fff}.list-channel .gsb-social-channel:hover span:not(.channel-bs-icon){box-shadow:0 0 8px rgba(0,0,0,.25);-webkit-box-shadow:0 0 8px rgba(0,0,0,.25)}.view-grid .grid_view .chat-button-link.has-image img,.view-list .list_view .gsb-social-channel .chat-button-icon.has-image img{height:100%!important;-o-object-fit:cover;object-fit:cover;width:100%!important}.gsb-buttons .gsb-button-list .list_title_container .close-view-btn svg path{stroke:#fff}.close-view-btn svg{height:20px;width:20px}.wp-user-profile-img{border-radius:50%;height:35px;margin-right:15px;margin-top:-1px;-o-object-fit:cover;object-fit:cover;width:35px}.whatsapp-chat-user-name{color:#1fa855;font-size:12px;font-weight:500;padding:0 0 5px}.whatsapp-chat-time{bottom:5px;color:#667781;font-size:10px;line-height:10px;padding:5px 0 0;position:absolute;right:10px}.gsb-button-list:not(.corner_circle_view) .chat-button{transition-delay:0s!important}.gsb-button-list.corner_circle_view .chat-button{z-index:999}.gsb-button-list.corner_circle_view .chat-button:hover{z-index:9999}.gsb-buttons .gsb-button-list .list_title_container .close-view-btn span.dashicons,.wechat-popup-close-btn .dashicons,.whatsapp-popup-close-btn .dashicons{color:#fff}.gsb-buttons.single.open-form .gsb-trigger-contact,.gsb-buttons.single.open-wechat-popup .gsb-trigger-wechat-popup,.gsb-buttons.single.open-whatsapp-popup .gsb-trigger-whatsapp-popup{z-index:1}.gsb-button-list.menu_view .chat-button{border-radius:5px!important;height:36px!important;line-height:36px!important;width:200px!important}.gsb-button-list.menu_view .chat-button a{align-items:center!important;border-radius:5px!important;display:flex!important;height:36px!important;line-height:28px!important;padding:0 7px!important;text-decoration:none;width:200px!important}.gsb-button-list.menu_view .chat-button{margin:10px 0 0}.gsb-button-list.menu_view .chat-button span.chat-button-icon{align-items:center;display:flex;flex:0 0 24px;margin-right:5px}.gsb-button-list.menu_view .chat-button-icon svg{display:inline-block;height:20px;vertical-align:middle;width:20px}.gsb-buttons.right-side .gsb-button-list.menu_view+.gsb-trigger{bottom:0;position:relative;right:0}.gsb-buttons.right-side .gsb-button-list.menu_view+.gsb-trigger .gsb-trigger-button{text-align:right}.menu-view-title{font-size:16px}.gsb-button-list.menu_view .chat-button a.has-image .chat-button-icon{height:24px;width:24px}.gsb-button-list.menu_view .chat-button a.has-image .chat-button-icon img{height:100%!important;position:unset;width:100%!important}.gsb-button-list.corner_circle_view .chat-button a.has-image .chat-button-icon img{height:100%!important;width:100%!important}.gsb-buttons.open-form .scw-contact-form,.gsb-buttons.open-wechat-popup .wechat-popup,.gsb-buttons.open-whatsapp-popup .whatsapp-popup{z-index:1211}.gsb-buttons .gsb-button-list.menu_view{animation-delay:-2s;-webkit-animation-delay:-2s;bottom:0;position:absolute;right:8px;transition:.5s;-webkit-transition:.5s}.gsb-buttons.left-side .gsb-button-list.menu_view{left:0;right:auto}.gsb-buttons p{margin:0!important;padding:0!important}.iti-mobile .iti__country-list{max-height:100%;width:-moz-max-content;width:max-content}body.rtl .wechat-popup-close-btn,body.rtl .whatsapp-popup-close-btn{left:10px;right:auto}body.rtl .whatsapp-form-btn{padding:0 10px 0 0}body.rtl .whatsapp-profile{margin-left:10px;margin-right:0}body.rtl .scw-form-title{padding:10px 15px 10px 25px;text-align:right}body.rtl .scw-form-close{left:7px;right:auto}body.rtl .scw-form-field .iti--allow-dropdown .scw-field-number{padding-right:50px!important}body.rtl .list-channel .list-channel-title{margin-left:0;margin-right:10px}body.rtl .wp-user-profile-img{margin-left:15px;margin-right:0}body.rtl .whatsapp-chat{border-top-left-radius:6px;border-top-right-radius:0}body.rtl .whatsapp-chat:before{border-left:0 solid transparent;border-right:11px solid transparent;left:auto;right:-10px}body.rtl .gsb-button-list.menu_view .chat-button span.chat-button-icon{margin-left:5px;margin-right:0}body.rtl .wechat-popup-title-section,body.rtl .whatsapp-popup-title-section{margin:0 0 0 15px}body.rtl .wechat-profile{margin-left:10px;margin-right:0}.wechat-popup,.wechat-popup-body{background-color:#fff}.wechat-popup-body{overflow-y:auto;padding:15px}.wechat-popup-qr-heading{color:gray;font-size:15px}.wechat-popup-qr-img{border:1px solid #bebebe;border-radius:4px;height:250px;margin-top:10px;padding:10px;width:100%}.wechat-popup-qr-img img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.wechat-profile{height:26px;margin-right:10px;width:26px}.gsb-buttons.single.open-form .gsb-trigger .chat-button,.gsb-buttons.single.open-wechat-popup .gsb-trigger .chat-button,.gsb-buttons.single.open-whatsapp-popup .gsb-trigger .chat-button{visibility:hidden}.menu-view-title{overflow:hidden;text-overflow:ellipsis;white-space:pre}[data-scb][data-tooltip-dir][data-tooltip-dir=left]:not([class*=cooltipz]):after{transform:translate(-30px,-50%)!important}[data-scb][data-tooltip-dir][data-tooltip-dir=left]:before{border-width:5px 0 5px 11px}[data-scb][data-tooltip-dir][data-tooltip-dir=left]:not([class*=cooltipz]):before{transform:translate(-25px,-50%)!important}[data-scb][data-tooltip-dir][data-tooltip-dir=left]:not([class*=cooltipz]):hover:after,[data-scb][data-tooltip-dir][data-tooltip-dir=left][class*=cooltipz]:after{transform:translate(-8px,-50%)!important}[data-scb][data-tooltip-dir][data-tooltip-dir=left]:not([class*=cooltipz]):hover:before,[data-scb][data-tooltip-dir][data-tooltip-dir=left][class*=cooltipz]:before{transform:translateY(-50%)!important}[data-scb][data-tooltip-dir][data-tooltip-dir=right]:not([class*=cooltipz]):after{transform:translate(30px,-50%)!important}[data-scb][data-tooltip-dir][data-tooltip-dir=right]:before{border-width:5px 11px 5px 0}[data-scb][data-tooltip-dir][data-tooltip-dir=right]:not([class*=cooltipz]):before{transform:translate(25px,-50%)!important}[data-scb][data-tooltip-dir][data-tooltip-dir=right]:not([class*=cooltipz]):hover:after,[data-scb][data-tooltip-dir][data-tooltip-dir=right][class*=cooltipz]:after{transform:translate(8px,-50%)!important}[data-scb][data-tooltip-dir][data-tooltip-dir=right]:not([class*=cooltipz]):hover:before,[data-scb][data-tooltip-dir][data-tooltip-dir=right][class*=cooltipz]:before{transform:translateY(-50%)!important}[data-scb][data-tooltip-dir][data-tooltip-dir=top]:not([class*=cooltipz]):after{transform:translate(-50%,-30px)!important}[data-scb][data-tooltip-dir][data-tooltip-dir=top]:before{border-width:11px 5px 0}[data-scb][data-tooltip-dir][data-tooltip-dir=top]:not([class*=cooltipz]):before{transform:translate(-50%,-25px)!important}[data-scb][data-tooltip-dir][data-tooltip-dir=top]:not([class*=cooltipz]):hover:after,[data-scb][data-tooltip-dir][data-tooltip-dir=top][class*=cooltipz]:after{transform:translate(-50%,-13px)!important}[data-scb][data-tooltip-dir][data-tooltip-dir=top]:not([class*=cooltipz]):hover:before,[data-scb][data-tooltip-dir][data-tooltip-dir=top][class*=cooltipz]:before{transform:translate(-50%,-5px)!important}.consent-check-box{align-items:center;display:inline-flex;position:relative}.consent-check-box label{cursor:pointer;display:inline-flex;position:relative}.consent-check-box label:before{background-color:#fff;border:2px solid #d7d7d7;border-radius:.25rem;color:transparent;content:"✓";display:inline-flex;font-weight:700;height:1.25rem;justify-content:center;margin-right:7px;transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);width:1.25rem}.consent-check-box input:checked+label:before{background-color:#736bc4;border-color:#736bc4}.consent-check-box label{align-items:center;display:flex!important;margin:0!important;padding:0!important}.scw-greeting-message{background:#fff;border-radius:8px;bottom:calc(100% + 15px);box-shadow:0 0 10px rgba(0,0,0,.2);color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:14px;line-height:20px;max-width:320px;min-width:1px;opacity:1;overflow:visible;padding:10px 25px 10px 15px;position:absolute;text-align:left;transition:all .3s ease-in-out;visibility:visible;width:-moz-max-content;width:max-content;z-index:-1}.scw-greeting-message:after{border-color:#fff transparent transparent;border-style:solid;border-width:9px 4px 0;bottom:-9px;content:"";left:30px;position:absolute;text-decoration:none;transform-origin:bottom;transition:all .1s ease-in-out}.gsb-buttons.right-side .scw-greeting-message:after{left:auto;right:30px}.gsb-buttons.left-side .scw-greeting-message{left:0}.gsb-buttons.right-side .scw-greeting-message{right:0}.scw-greeting-message svg{fill:#000;cursor:pointer;display:block;height:15px;position:absolute;right:5px;top:5px;width:15px}.scw-greeting-message svg path{stroke:#000}.gsb-buttons.open-buttons .scw-greeting-message,.open-form .scw-greeting-message,.open-wechat-popup .scw-greeting-message,.open-whatsapp-popup .scw-greeting-message,.scw-greeting-message:not(.active){bottom:0;opacity:0;visibility:hidden}.cta-tooltip{background-color:#000;border-radius:6px;bottom:calc(100% + 4px);box-shadow:0 0 10px rgba(0,0,0,.2);color:#fff;font-size:14px;left:50%;line-height:normal;max-width:210px;min-width:50px;opacity:0;padding:6px 15px;pointer-events:none;text-align:center;transform:translate(-50%,-30px);visibility:hidden;white-space:nowrap;width:auto;z-index:10}.cta-tooltip,.cta-tooltip:after{position:absolute;text-decoration:none;transition:all .1s ease-in-out}.cta-tooltip:after{border-color:#000 transparent transparent;border-style:solid;border-width:5px 5px 0;bottom:calc(100% + 5px);content:"";transform:translate(-50%,-25px);transform-origin:top}.channel-btn.active:hover .cta-tooltip:after,.channel-btn.active:hover .cta-tooltip:before,.cooltipz--visible .cta-tooltip,.cooltipz--visible .cta-tooltip:after{opacity:1;text-overflow:ellipsis;visibility:visible}.channel-btn.active:hover .cta-tooltip,.channel-btn.active:hover .cta-tooltip:after,.cooltipz--visible .cta-tooltip,.cooltipz--visible .cta-tooltip:after{white-space:pre!important}.cooltipz--visible .cta-tooltip,.cooltipz--visible:hover .cta-tooltip{transform:translate(-50%,-5px)}.cooltipz--visible .cta-tooltip:after,.cooltipz--visible:hover .cta-tooltip:after{transform:translateX(-50%)}[data-tooltip-dir=left] .cta-tooltip:after{bottom:50%;left:calc(100% + 4px)}[data-tooltip-dir=left] .cta-tooltip{bottom:50%;left:auto;right:calc(100% + 5px);transform:translate(-30px,50%)}.cooltipz--visible[data-tooltip-dir=left] .cta-tooltip,[data-tooltip-dir=left]:hover .cta-tooltip{transform:translate(-10px,50%)}[data-tooltip-dir=left] .cta-tooltip:after{border-color:transparent transparent transparent rgba(55,64,70,.9);border-width:5px 0 5px 11px;transform:translate(-25px,50%);transform-origin:left}.cooltipz--visible[data-tooltip-dir=left] .cta-tooltip:after,[data-tooltip-dir=left]:hover .cta-tooltip:after{transform:translate(-4px,50%)}.cooltipz--visible[data-tooltip-dir=right] .cta-tooltip:after,[data-tooltip-dir=right]:hover .cta-tooltip:after{transform:translate(4px,50%)}[data-tooltip-dir=right] .cta-tooltip{bottom:50%;left:calc(100% + 5px)}[data-tooltip-dir=right] .cta-tooltip:after{bottom:50%;right:calc(100% + 4px)}[data-tooltip-dir=right] .cta-tooltip{transform:translate(30px,50%)}.cooltipz--visible[data-tooltip-dir=right] .cta-tooltip,[data-tooltip-dir=right]:hover .cta-tooltip{transform:translate(10px,50%)}[data-tooltip-dir=right] .cta-tooltip:after{border-color:transparent rgba(55,64,70,.9) transparent transparent;border-width:5px 11px 5px 0;transform:translate(25px,50%);transform-origin:right}
  • sticky-chat-widget/tags/1.3.9/dist/front/js/script.js

    r3269318 r3349742  
    1 function show_sticky_chat_widget(t){if(void 0!==t){const s=jQuery("#gsb-buttons-"+t);s.length&&(s.hasClass("open-form")?s.addClass("active").removeClass("open-form").addClass("open-buttons"):s.hasClass("open-whatsapp-popup")?s.addClass("active").removeClass("open-whatsapp-popup").addClass("open-buttons"):s.hasClass("open-wechat-popup")?s.addClass("active").removeClass("open-wechat-popup").addClass("open-buttons"):s.hasClass("active")&&"none"===s.css("display")?(s.show().addClass("open-buttons"),setSCWCookie("gsb-button-view-"+t,!0,2)):s.addClass("active").addClass("open-buttons"))}else{const t=jQuery(".gsb-buttons:eq(0)"),s=t.data("id");t.hasClass("open-form")?t.addClass("active").removeClass("open-form").addClass("open-buttons"):t.hasClass("open-whatsapp-popup")?t.addClass("active").removeClass("open-whatsapp-popup").addClass("open-buttons"):t.hasClass("open-wechat-popup")?t.addClass("active").removeClass("open-wechat-popup").addClass("open-buttons"):t.hasClass("active")&&"none"===t.css("display")?(t.show().addClass("open-buttons"),setSCWCookie("gsb-button-view-"+s,!0,2)):t.addClass("active").addClass("open-buttons")}}function hide_sticky_chat_widget(){jQuery(".gsb-buttons").removeClass("open-buttons")}function show_scw_contact_form(t){if(void 0!==t){var s=jQuery("#gsb-buttons-"+t);s.hasClass("open-buttons")?s.addClass("active").removeClass("open-buttons").addClass("open-form"):s.hasClass("open-whatsapp-popup")?s.addClass("active").removeClass("open-whatsapp-popup").addClass("open-form"):s.hasClass("open-wechat-popup")?s.addClass("active").removeClass("open-wechat-popup").addClass("open-form"):s.hasClass("active")&&"none"===s.css("display")?(s.show().addClass("open-form"),setSCWCookie("gsb-button-view-"+t,!0,2)):s.addClass("active").addClass("open-form")}else{var o=jQuery(".gsb-buttons:eq(0)"),e=o.data("id");o.hasClass("open-buttons")?o.addClass("active").removeClass("open-buttons").addClass("open-form"):o.hasClass("open-whatsapp-popup")?o.addClass("active").removeClass("open-whatsapp-popup").addClass("open-form"):o.hasClass("open-wechat-popup")?o.addClass("active").removeClass("open-wechat-popup").addClass("open-form"):o.hasClass("active")&&"none"===o.css("display")?(o.show().addClass("open-form"),setSCWCookie("gsb-button-view-"+e,!0,2)):o.addClass("active").addClass("open-form")}}function hide_scw_contact_form(){jQuery(".gsb-buttons").removeClass("open-form")}function setSCWCookie(t,s,o){var e=new Date;e.setTime(e.getTime()+36e5*o),document.cookie=t+"="+s+";path=/;expires="+e.toGMTString()}(()=>{function t(s){return(t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(s)}!function(s){"use strict";var o,e=!1,i=!1,n=0,a=!0,b="",l="",r=0;function c(t,s,o){var e=s;s=parseInt(s-parseInt(.15*s))+15;var i,n=0,a=1.2,b=-1.5,l=1,r=0;do{b=Math.round(s*Math.cos(.5*(r-n)*Math.PI/(l+1))),i=Math.round(s*Math.sin(.5*(r-n)*Math.PI/(l+1))),r++,b<0&&(n=--r,a+=.9,l+=1)}while(r<=t);return b*=a,i*=a,i=parseFloat(i)-parseFloat(.15*e),"right"==o&&(b=parseFloat(b)-parseFloat(.15*e)),[b,i]}function g(t,o,i){var n="",a=1==t.contact_form_setting.is_redirect?t.contact_form_setting.redirect_url:"",b=1==t.contact_form_setting.is_redirect_new_tab?"blank":"";n+="<form class='scw-contact-form' id='scw_contact_form_"+o+"' data_target='"+b+"'>",n+="<div class='scw-form-container'>",n+="<div class='scw-form-close'><span class='dashicons dashicons-arrow-down-alt2'></span></div>",n+="<div class='scw-form-title'>"+t.contact_form_setting.form_title+"</div>",n+="<div class='scw-form'>",n+="<div class='scw-form-body'>",s.each(t.contact_form_setting.fields,(function(t,s){if("1"==s.is_visible){var e="",i="";"1"==s.is_required&&(e="is-require",i="<span> *</span>"),n+="<div class='scw-form-field'>","consent_checkbox"!=t&&(n+="<label for='"+o+"contact_form_"+t+"'>"+s.label+i+"</label>"),"message"==t?n+="<textarea id='"+o+"contact_form_"+t+"' data-name='"+t+"' name='scw_form_fields["+t+"]' class='scw-field scw-field-"+t+" "+e+"' placeholder='"+s.placeholder_text+"'></textarea>":"consent_checkbox"==t?(n+="<div class='d-flex consent-check-box'>",n+="<input type='checkbox' name='scw_consent_checkbox' class='scw-field sr-only scw-field-"+t+" "+e+"' data-name='"+t+"' id='"+o+"contact_form_"+t+"'>",n+="<label for='"+o+"contact_form_"+t+"'>"+s.placeholder_text+"</label>",n+="</div>"):n+="<input id='"+o+"contact_form_"+t+"' data-name='"+t+"' type='text' name='scw_form_fields["+t+"]' class='scw-field scw-field-"+t+" "+e+"' placeholder='"+s.placeholder_text+"' autocomplete='off'>","1"==s.is_required&&(n+="<span class='error-msg'>"+s.required_msg+"</span>"),"email"==t&&(n+="<span class='error-msg-valid'>Please enter valid email</span>"),"phone"==t&&(n+="<span class='error-msg-valid'>Please enter valid Phone</span>"),n+="</div>"}})),n+="</div>",n+="<div class='scw-form-btn'>",n+="<button type='submit'>"+t.contact_form_setting.btn_text+"</button>",n+="</div>";var l="",r="";1==t.contact_form_setting.is_close_aftr_submit&&(r="success-close-msg",l="data_close_sec='"+t.contact_form_setting.close_after_sec+"'"),n+="<div class='scw-form-success success-open-msg "+r+"' "+l+">",n+=t.contact_form_setting.success_msg,n+="</div>",n+="</div>",n+="</div>",n+="<input type='hidden' name='action' value='scw_save_form_data'>",n+="<input type='hidden' name='nonce' value='"+gsb_settings.form_data_nonce+"'>",n+="<input type='hidden' name='call_back_url' value='"+a+"'>",n+="<input type='hidden' name='scw_form_fields[page_url]' value='"+window.location.href+"'>",n+="<input type='hidden' name='scw_form_fields[widget_id]' value='"+o+"'>",n+="<input type='hidden' name='scw_form_fields[is_from_mobile]' value='"+e+"'>",n+="</form>";var c="chat-button-link",g="";d(i)&&(g=t.title);var p="<div class='gsb-trigger-contact'><a href='"+t.href+"' data-scb='"+g+"' target='"+t.target+"' class='scb-tooltip "+c+" gsb-social-channel' id='' data-channel='"+t.channel+"'><span class='sr-only'>"+t.title+'</span><span class="chat-button-icon"><svg xmlns="http://www.w3.org/2000/svg" fill="#ffffff" viewBox="0 0 30 30" width="90" height="90"><path d="M7 4c-.256 0-.512.097-.707.293l-2 2a1 1 0 0 0 0 1.414L11.586 15l-7.293 7.293a1 1 0 0 0 0 1.414l2 2a1 1 0 0 0 1.414 0L15 18.414l7.293 7.293a1 1 0 0 0 1.414 0l2-2a1 1 0 0 0 0-1.414L18.414 15l7.293-7.293a1 1 0 0 0 0-1.414l-2-2a1 1 0 0 0-1.414 0L15 11.586 7.707 4.293C7.512 4.097 7.256 4 7 4z"></path></svg></span></a></div>';s("#gsb-buttons-"+o+" .gsb-trigger .gsb-trigger-button").append(p),s("#gsb-buttons-"+o+" .gsb-trigger .gsb-trigger-button a.channel-contact_form span").removeClass(c);var u="<style>";return u+="#gsb-buttons-"+o+" .scw-contact-form .scw-form-btn button { background-color:"+t.contact_form_setting.btn_bg_color+";color : "+t.contact_form_setting.btn_color+" }",u+="#gsb-buttons-"+o+" .scw-contact-form .consent-check-box input:checked + label:before { background-color:"+t.contact_form_setting.btn_bg_color+";border-color:"+t.contact_form_setting.btn_bg_color+";color : "+t.contact_form_setting.btn_color+" }",u+="#gsb-buttons-"+o+" .scw-contact-form .scw-form-btn button:hover { background-color:"+t.contact_form_setting.btn_bg_hover_color+";color : "+t.contact_form_setting.btn_hover_color+" }",u+="</style>",s("head").append(u),n}function p(t,o,i){var n,a=new Date,b=a.getMinutes()<10?"0"+a.getMinutes():a.getMinutes(),l=(a.getHours()<10?"0"+a.getHours():a.getHours())+":"+b;n=e?"https://wa.me/"+t.value:"https://web.whatsapp.com/send";var r="";""==t.whatsapp_popup_setting.user_profile_image&&(r="no-user-profile");var c="";c+='<div class="whatsapp-popup" id="'+t.channel+'_popup">',c+='<div class="whatsapp-popup-header">',c+='<div class="whatsapp-profile">',""!=t.whatsapp_popup_setting.custom_whatsapp_profile?c+='<img src="'+t.whatsapp_popup_setting.custom_whatsapp_profile+'" alt="Profile image">':c+='<svg xmlns="http://www.w3.org/2000/svg" width="32" height="33" viewBox="0 0 32 33" fill="none"> <g filter="url(#filter0_f_9477_7201)"> <path d="M9.95924 25.2858L10.3674 25.5276C12.0818 26.545 14.0475 27.0833 16.052 27.0842H16.0562C22.2122 27.0842 27.2221 22.0753 27.2247 15.919C27.2258 12.9357 26.0652 10.1303 23.9565 8.01998C22.9223 6.97924 21.6919 6.15397 20.3365 5.59195C18.9812 5.02992 17.5278 4.74231 16.0606 4.74576C9.89989 4.74576 4.88975 9.75407 4.88756 15.91C4.88453 18.0121 5.47648 20.0722 6.59498 21.852L6.86071 22.2742L5.73223 26.394L9.95924 25.2858ZM2.50586 29.5857L4.41235 22.6249C3.23657 20.5878 2.618 18.2768 2.61873 15.9091C2.62183 8.50231 8.64941 2.47656 16.0564 2.47656C19.6508 2.47839 23.0245 3.87717 25.5618 6.41629C28.0991 8.95542 29.4952 12.3305 29.4939 15.9199C29.4906 23.3262 23.4621 29.353 16.0562 29.353H16.0504C13.8016 29.3521 11.592 28.788 9.62923 27.7177L2.50586 29.5857Z" fill="#B3B3B3"/> </g> <path d="M2.36719 29.447L4.27368 22.4862C3.09587 20.4442 2.47721 18.1278 2.48005 15.7705C2.48316 8.36364 8.51074 2.33789 15.9177 2.33789C19.5121 2.33972 22.8859 3.73849 25.4232 6.27762C27.9605 8.81675 29.3565 12.1918 29.3552 15.7812C29.3519 23.1875 23.3234 29.2143 15.9175 29.2143H15.9117C13.663 29.2134 11.4533 28.6493 9.49056 27.5791L2.36719 29.447Z" fill="white"/> <path d="M15.715 3.84769C9.17146 3.84769 3.85 9.16696 3.84767 15.7051C3.84445 17.9377 4.47318 20.1257 5.66119 22.016L5.94343 22.4646L4.48888 27.2525L9.23469 25.663L9.66824 25.9199C11.4891 27.0005 13.5769 27.5719 15.7061 27.5731H15.7105C22.249 27.5731 27.5705 22.2532 27.573 15.7146C27.5779 14.1562 27.2737 12.6123 26.6778 11.1722C26.082 9.73214 25.2064 8.42458 24.1017 7.3252C23.0032 6.21981 21.6963 5.34329 20.2567 4.74637C18.8171 4.14946 17.2734 3.844 15.715 3.84769Z" fill="#25D366"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M12.0858 9.60401C11.8138 9.00922 11.5276 8.99717 11.2692 8.98687L10.5736 8.97852C10.3316 8.97852 9.93846 9.0679 9.60608 9.42544C9.27369 9.78297 8.33594 10.6471 8.33594 12.4046C8.33594 14.1622 9.63628 15.8605 9.81747 16.0991C9.99866 16.3377 12.3277 20.0594 16.0162 21.4913C19.0813 22.6813 19.705 22.4446 20.3706 22.3852C21.0361 22.3257 22.5175 21.521 22.8197 20.6869C23.1219 19.8527 23.1221 19.138 23.0315 18.9886C22.9409 18.8391 22.6989 18.7503 22.3357 18.5716C21.9725 18.3928 20.1888 17.5287 19.8562 17.4094C19.5236 17.2901 19.2818 17.2308 19.0396 17.5883C18.7975 17.9459 18.1029 18.7501 17.8911 18.9886C17.6793 19.227 17.4679 19.2569 17.1047 19.0783C16.7416 18.8998 15.5731 18.5224 14.1867 17.3054C13.108 16.3585 12.3799 15.1892 12.1679 14.8318C11.9559 14.4745 12.1454 14.2809 12.3274 14.1029C12.4902 13.9428 12.6901 13.6858 12.8719 13.4773C13.0537 13.2688 13.1135 13.1197 13.2343 12.8817C13.3551 12.6437 13.2949 12.4346 13.2041 12.256C13.1133 12.0774 12.4083 10.3105 12.0858 9.60401Z" fill="white"/> <defs> <filter id="filter0_f_9477_7201" x="1.21611" y="1.18682" width="29.5678" height="29.6889" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"> <feFlood flood-opacity="0" result="BackgroundImageFix"/> <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/> <feGaussianBlur stdDeviation="0.644873" result="effect1_foregroundBlur_9477_7201"/> </filter> </defs> </svg>',c+="</div>",c+='<div class="whatsapp-popup-title-section">',c+='<div class="whatsapp-popup-title">'+t.whatsapp_popup_setting.whatsapp_popup_title+"</div>",c+='<div class="whatsapp-popup-sub-title">'+t.whatsapp_popup_setting.whatsapp_popup_sub_title+"</div>",c+="</div>",c+='<div class="whatsapp-popup-close-btn"><span class="dashicons dashicons-arrow-down-alt2"></span></div>',c+="</div>",c+='<div class="whatsapp-popup-body">',""!=t.whatsapp_popup_setting.user_profile_image&&(c+="<img src='"+t.whatsapp_popup_setting.user_profile_image+"' class='wp-user-profile-img'>"),""!=t.whatsapp_popup_setting.whatsapp_popup_text&&(c+='<div class="whatsapp-chat '+r+'">',""!=t.whatsapp_popup_setting.user_name_to_display&&(c+='<div class="whatsapp-chat-user-name">'+t.whatsapp_popup_setting.user_name_to_display+"</div>"),c+='<div class="whatsapp-chat-content">'+t.whatsapp_popup_setting.whatsapp_popup_text+"</div>",c+='<div class="whatsapp-chat-time">'+l+"</div>",c+="</div>"),c+="</div>",c+='<form class="whatsapp-popup-form" id="whatsapp_popup_form_'+o+'" method="get" autocomplete="off" target="_blank" action="'+n+'">',c+='<div class="whatsapp-popup-footer">',c+='<label class="sr-only" for="'+o+'_scw_whatsapp_input">Whatsapp chat</label>',c+='<input type="text" name="text" id="'+o+'_scw_whatsapp_input" class="whatsapp-chat-input" value="'+t.whatsapp_message+'">',c+='<div class="whatsapp-form-btn">',c+='<button type="submit" class="whatsapp-send-btn">',c+='<svg viewBox="0 0 24 24" height="24" width="24"  version="1.1" x="0px" y="0px" enable-background="new 0 0 24 24"><title>send</title><path  d="M1.101,21.757L23.8,12.028L1.101,2.3l0.011,7.912l13.623,1.816L1.112,13.845 L1.101,21.757z"></path></svg>',c+='<span class="sr-only">Submit</span>',c+="</button>",c+='<input type="hidden" name="phone" value="'+t.value+'">',c+="</div>",c+="</div>",c+="</form>",c+="</div>";var g="chat-button-link",p="";d(i)&&(p=t.title);var u="<div class='gsb-trigger-whatsapp-popup'><a href='"+t.href+"' data-scb='"+p+"' target='"+t.target+"' class='scb-tooltip "+g+" gsb-social-channel' id='' data-channel='"+t.channel+"'><span class='sr-only'>"+t.title+'</span><span class="chat-button-icon"><svg xmlns="http://www.w3.org/2000/svg" fill="#ffffff" viewBox="0 0 30 30" width="90" height="90"><path d="M7 4c-.256 0-.512.097-.707.293l-2 2a1 1 0 0 0 0 1.414L11.586 15l-7.293 7.293a1 1 0 0 0 0 1.414l2 2a1 1 0 0 0 1.414 0L15 18.414l7.293 7.293a1 1 0 0 0 1.414 0l2-2a1 1 0 0 0 0-1.414L18.414 15l7.293-7.293a1 1 0 0 0 0-1.414l-2-2a1 1 0 0 0-1.414 0L15 11.586 7.707 4.293C7.512 4.097 7.256 4 7 4z"></path></svg></span></a></div>';return s("#gsb-buttons-"+o+" .gsb-trigger .gsb-trigger-button").append(u),s("#gsb-buttons-"+o+" .gsb-trigger .gsb-trigger-button a.channel-whatsapp span").removeClass(g),c}function u(t,o,e){var i="";""!=t.wechat_popup_setting.wechat_qr_popup_heading&&""!=t.value&&(i=": ");var n="";n+='<div class="wechat-popup" id="'+t.channel+'_popup">',n+='<div class="wechat-popup-header">',n+='<div class="wechat-profile">',n+='<svg xmlns="http://www.w3.org/2000/svg" height="512" viewBox="0 0 24 24" width="512" style="color: rgb(255, 255, 255); fill: rgb(255, 255, 255);"><path d="M12.82 9.618c-7.242 3.732-2.425 13.745 6.6 11.13.842.327 1.592.857 2.408 1.25-.21-.7-.436-1.412-.676-2.11 2.8-1.995 3.414-4.818 2.38-7.138-1.616-3.677-6.776-5.183-10.72-3.133zm2.53 3.658c-.21.655-1.156.85-1.615.353-.506-.46-.31-1.424.355-1.63.734-.3 1.582.54 1.26 1.277zm4.78.094h.014c-.257.587-1.14.725-1.575.27-.21-.192-.27-.48-.344-.733.104-.46.42-.937.93-.96.705-.098 1.336.776.975 1.422z"></path><path d="M17.414 8.248c-.436-2.144-1.936-3.955-3.824-5h.027v-.001C6.917-.54-1.425 4.742.187 10.97c.433 1.848 1.71 3.397 3.262 4.43-.3.853-.585 1.706-.855 2.565L5.52 16.4c1.17.377 2.415.56 3.66.52-1.538-4.412 2.407-9.086 8.234-8.67zm-6.077-2.56c.785-.316 1.713.345 1.65 1.2L13 6.89c.008.965-1.275 1.567-1.995.913-.747-.538-.535-1.845.342-2.115zM6.932 7.134c-.172.838-1.29 1.243-1.946.68-.76-.537-.546-1.868.345-2.14.873-.338 1.865.552 1.6 1.46z"></path></svg>',n+="</div>",n+='<div class="wechat-popup-title-section">',n+='<div class="wechat-popup-title">'+t.wechat_popup_setting.wechat_qr_popup_heading+i+t.value+"</div>",n+="</div>",n+='<div class="wechat-popup-close-btn"><span class="dashicons dashicons-arrow-down-alt2"></span></div>',n+="</div>",n+='<div class="wechat-popup-body">',""!=t.wechat_popup_setting.wechat_qr_heading&&(n+='<div class="wechat-popup-qr-heading">'+t.wechat_popup_setting.wechat_qr_heading+":</div>"),n+='<div class="wechat-popup-qr-img">',n+='<img src="'+t.wechat_popup_setting.wechat_qr_img+'" alt="wechat QR code">',n+="</div>",n+="</div>",n+="</div>";var a="chat-button-link",b="";d(e)&&(b=t.title);var l="<div class='gsb-trigger-wechat-popup'><a href='"+t.href+"' data-scb='"+b+"' target='"+t.target+"' class='scb-tooltip "+a+" gsb-social-channel' id='' data-channel='"+t.channel+"'><span class='sr-only'>"+t.title+'</span><span class="chat-button-icon"><svg xmlns="http://www.w3.org/2000/svg" fill="#ffffff" viewBox="0 0 30 30" width="90" height="90"><path d="M7 4c-.256 0-.512.097-.707.293l-2 2a1 1 0 0 0 0 1.414L11.586 15l-7.293 7.293a1 1 0 0 0 0 1.414l2 2a1 1 0 0 0 1.414 0L15 18.414l7.293 7.293a1 1 0 0 0 1.414 0l2-2a1 1 0 0 0 0-1.414L18.414 15l7.293-7.293a1 1 0 0 0 0-1.414l-2-2a1 1 0 0 0-1.414 0L15 11.586 7.707 4.293C7.512 4.097 7.256 4 7 4z"></path></svg></span></a></div>';return s("#gsb-buttons-"+o+" .gsb-trigger .gsb-trigger-button").append(l),s("#gsb-buttons-"+o+" .gsb-trigger .gsb-trigger-button a.channel-wechat span").removeClass(a),n}function d(t){var s=!0,o=f(t);return"first_click"==t.settings.show_cta&&o>1&&"open"==t.settings.default_state&&(s=!1),"first_click"==t.settings.show_cta&&_("gsb-button-click-"+t.id)&&(s=!1),s}function h(t){setTimeout((function(){s("#gsb-buttons-"+t.id+" .scw-greeting-message").addClass("active")}),1e3*parseInt(t.settings.greeting_after))}function m(t){return"custom"==t.settings.position?t.settings.custom_position:t.settings.position}function v(t,o){var e=function(t,o){"whatsapp"!=t.channelName||a||("yes"==t.is_mobile_link?(""!=t.whatsapp_message?t.href="whatsapp://send?phone="+t.value+"&text="+t.whatsapp_message:t.href="whatsapp://send?phone="+t.value,t.target=""):(""!=t.whatsapp_message?t.href="https://wa.me/"+t.value+"?text="+t.whatsapp_message:t.href="https://wa.me/"+t.value,t.target="_blank")),"whatsapp"==t.channelName&&"yes"==t.whatsapp_popup_setting.show_whatsapp_popup&&(t.href="javascript:;",t.target="");var e=function(t,o){var e="";s("#gsb-buttons-"+o).hasClass("view-list")&&(e="channel-"+t.channel+" chat-button-link button-link-"+t.channel+"-"+o,""!=t.custom_class&&(e+=" "+s.trim(t.custom_class)),"instagram"==t.channelName&&"#df0079"==t.bg_hover_color&&(e+=" default-insta-hover"),"instagram"==t.channelName&&"#df0079"==t.bg_color&&(e+=" channel-instagram-base"));var i="<span class='chat-button-icon "+e+" chat-button-"+t.channel+"-"+o+"'>";return""!=t.image_url?i+="<img src='"+t.image_url+"' alt='"+t.title+"' />":i+=t.icon,i+="</span>"}(t,o),i="channel-"+t.channel+" chat-button-link button-link-"+t.channel+"-"+o;"whatsapp"==t.channelName&&(i+=" channel-whats"),"wechat"==t.channelName&&(i+=" channel-wechats"),"instagram"==t.channelName&&"#df0079"==t.bg_hover_color&&(i+=" default-insta-hover");var n="";"instagram"==t.channelName&&"#df0079"==t.bg_color&&(n=" channel-instagram-base");var l="chat-button-"+t.channel+"-"+o;""!=t.custom_class&&(i+=" "+s.trim(t.custom_class)),""!=t.custom_id&&(l=s.trim(t.custom_id)),("instagram"!=t.channelName||"instagram"==t.channelName&&"#df0079"!=t.bg_color)&&(b+="#gsb-buttons-"+o+" .channel-"+t.channel+" {background: "+t.bg_color+"; color: "+t.text_color+"; }"),"twitter"!=t.channelName||"#65BBF2"!=t.bg_color&&"#65bbf2"!=t.bg_color||(b+="#gsb-buttons-"+o+" .channel-"+t.channel+" {background: #000000; color: "+t.text_color+"; }"),("instagram"!=t.channelName||"instagram"==t.channelName&&"#df0079"!=t.bg_hover_color)&&(b+="#gsb-buttons-"+o+" .channel-"+t.channel+":hover, #gsb-buttons-"+o+" .list-channel a:hover .channel-"+t.channel+" {background: "+t.bg_hover_color+"; color: "+t.text_hover_color+"; }"),"twitter"!=t.channelName||"#65BBF2"!=t.bg_hover_color&&"#65bbf2"!=t.bg_hover_color||(b+="#gsb-buttons-"+o+" .channel-"+t.channel+":hover {background: #000000; color: "+t.text_hover_color+"; }"),b+="#gsb-buttons-"+o+" .channel-"+t.channel+" svg {fill: "+t.text_color+"; color: "+t.text_color+"; }",b+="#gsb-buttons-"+o+" .channel-"+t.channel+":hover svg, #gsb-buttons-"+o+" .list-channel a:hover .channel-"+t.channel+" svg {fill: "+t.text_hover_color+"; color: "+t.text_hover_color+"; }","slack"==t.channelName&&"#ffffff"!=t.text_color&&(b+="#gsb-buttons-"+o+" .channel-"+t.channel+":not(:hover) svg path {fill: "+t.text_color+"; }"),"slack"==t.channelName&&"#ffffff"!=t.text_hover_color&&(b+="#gsb-buttons-"+o+" .channel-"+t.channel+":hover svg path {fill: "+t.text_hover_color+"; color: "+t.text_hover_color+"; }");var r="",c=t.title;return s("#gsb-buttons-"+o+" .gsb-button-list").hasClass("menu_view")&&(r="<div class='menu-view-title'>"+t.title+"</div>",c=""),s("#gsb-buttons-"+o).hasClass("view-list")?"<div class='list-channel-container'><div class='chat-button list-channel'><a href='"+t.href+"' data-scb='"+t.title+"' target='"+t.target+"' class='gsb-social-channel' id='"+l+"' data-channel='"+t.channel+"'>"+e+"<div class='list-channel-title'>"+t.title+"</div></a></div></div>":"<div class='chat-button'><a href='"+t.href+"' data-scb='"+c+"' target='"+t.target+"' class='scb-tooltip "+i+" gsb-social-channel "+n+"' id='"+l+"' data-channel='"+t.channel+"'><span class='sr-only'>"+t.title+"</span>"+e+r+"</a></div>"}(t,o);return e}function f(t){var o=0;return t.channels.length&&s.each(t.channels,(function(t,s){w(s)&&o++})),o}function w(t){return"contact_form"==t.channelName&&(t.value="123"),!(""==t.value||!(a&&"yes"==t.for_desktop||!a&&"yes"==t.for_mobile))}function _(t){var s=document.cookie.match("(^|;) ?"+t+"=([^;]*)(;|$)");return s?s[2]:null}function C(t,s,o){var e=new Date;e.setTime(e.getTime()+36e5*o),document.cookie=t+"="+s+";path=/;expires="+e.toGMTString()}s(document).ready((function(){(/(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|ipad|iris|kindle|Android|Silk|lge |maemo|midp|mmp|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows (ce|phone)|xda|xiino/i.test(navigator.userAgent)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\-(n|u)|c55\/|capi|ccwa|cdm\-|cell|chtm|cldc|cmd\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\-s|devi|dica|dmob|do(c|p)o|ds(12|\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\-|_)|g1 u|g560|gene|gf\-5|g\-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd\-(m|p|t)|hei\-|hi(pt|ta)|hp( i|ip)|hs\-c|ht(c(\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\-(20|go|ma)|i230|iac( |\-|\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\/)|klon|kpt |kwc\-|kyo(c|k)|le(no|xi)|lg( g|\/(k|l|u)|50|54|\-[a-w])|libw|lynx|m1\-w|m3ga|m50\/|ma(te|ui|xo)|mc(01|21|ca)|m\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\-2|po(ck|rt|se)|prox|psio|pt\-g|qa\-a|qc(07|12|21|32|60|\-[2-7]|i\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\-|oo|p\-)|sdk\/|se(c(\-|0|1)|47|mc|nd|ri)|sgh\-|shar|sie(\-|m)|sk\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\-|v\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\-|tdg\-|tel(i|m)|tim\-|t\-mo|to(pl|sh)|ts(70|m\-|m3|m5)|tx\-9|up(\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\-|your|zeto|zte\-/i.test(navigator.userAgent.substr(0,4)))&&(a=!1,e=!0),"object"==("undefined"==typeof gsb_settings?"undefined":t(gsb_settings))&&gsb_settings.buttons.length&&(s.each(gsb_settings.buttons,(function(t,e){var a=f(e),r=parseInt(e.settings.icon_size),x=m(e);if(a>0){var k="";"list_view"==e.settings.view&&a>=1&&(k="view-list"),"grid_view"==e.settings.view&&a>=1&&(k="view-grid");var y="<div class='gsb-buttons active has-shadow cta-"+e.settings.show_cta+" "+k+"' id='gsb-buttons-"+e.id+"' data-id='"+e.id+"' data-animation='"+e.settings.animation+"'><div class='gsb-buttons-content'><div class='gsb-button-list "+e.settings.view+"'></div><div class='gsb-trigger'></div></div></div>";s("body").append(y);var z="<div class='gsb-trigger-button'><div class='gsb-trigger-top'><a role='button' href='#' class='chat-button-link'><span class='sr-only'>Contact Us</span>"+e.settings.icon_url+"</a> </div><div class='gsb-trigger-bottom'><a role='button' href='#' class='chat-button-link'><span class='sr-only'>Close</span><span class='chat-button-icon'><svg xmlns='http://www.w3.org/2000/svg' fill='#ffffff' viewBox='0 0 30 30' width='90' height='90' ><path d='M7 4c-.256 0-.512.097-.707.293l-2 2a1 1 0 0 0 0 1.414L11.586 15l-7.293 7.293a1 1 0 0 0 0 1.414l2 2a1 1 0 0 0 1.414 0L15 18.414l7.293 7.293a1 1 0 0 0 1.414 0l2-2a1 1 0 0 0 0-1.414L18.414 15l7.293-7.293a1 1 0 0 0 0-1.414l-2-2a1 1 0 0 0-1.414 0L15 11.586 7.707 4.293C7.512 4.097 7.256 4 7 4z'/></svg></span></a> </div></div>";if(s("#gsb-buttons-"+e.id+" .gsb-trigger").html(z),1==a&&"icon_view"==e.settings.view){var X="";s.each(e.channels,(function(t,o){if(w(o)){if(X=v(o,e.id),"contact_form"==o.channelName){var i=g(o,e.id,e);s("#gsb-buttons-"+e.id).append(i)}if("whatsapp"==o.channelName&&"yes"==o.whatsapp_popup_setting.show_whatsapp_popup){var n=p(o,e.id,e);s("#gsb-buttons-"+e.id).append(n)}if("wechat"==o.channelName&&""!=o.wechat_popup_setting.wechat_qr_img){var a=u(o,e.id,e);s("#gsb-buttons-"+e.id).append(a),b+="#gsb-buttons-"+e.id+" .wechat-popup#"+o.channel+"_popup .wechat-popup-header {background-color: "+o.wechat_popup_setting.wechat_qr_bg_color+"}"}}})),""!=X&&(s("#gsb-buttons-"+e.id+" .gsb-trigger .gsb-trigger-button").append(X),s("#gsb-buttons-"+e.id+" .gsb-trigger-top, #gsb-buttons-"+e.id+" .gsb-trigger-bottom").remove(),s("#gsb-buttons-"+e.id).addClass("single"),s("#gsb-buttons-"+e.id+" .chat-button").hasClass("scb-tooltip")?(s("#gsb-buttons-"+e.id+" .chat-button .scb-tooltip").addClass("cooltipz--visible"),s("#gsb-buttons-"+e.id+" .chat-button .scb-tooltip").attr("data-tooltip-dir","right"==x?"left":"right")):(s("#gsb-buttons-"+e.id+" .chat-button").addClass("cooltipz--visible"),s("#gsb-buttons-"+e.id+" .chat-button").attr("data-tooltip-dir","right"==x?"left":"right")))}else s.each(e.channels,(function(t,o){if(w(o)){var i=v(o,e.id);if(s("#gsb-buttons-"+e.id+" .gsb-button-list").append(i),"contact_form"==o.channelName){var n=g(o,e.id,e);s("#gsb-buttons-"+e.id).append(n)}if("whatsapp"==o.channelName&&"yes"==o.whatsapp_popup_setting.show_whatsapp_popup){var a=p(o,e.id,e);s("#gsb-buttons-"+e.id).append(a)}if("wechat"==o.channelName&&""!=o.wechat_popup_setting.wechat_qr_img){var l=u(o,e.id,e);s("#gsb-buttons-"+e.id).append(l),b+="#gsb-buttons-"+e.id+" .wechat-popup#"+o.channel+"_popup .wechat-popup-header {background-color: "+o.wechat_popup_setting.wechat_qr_bg_color+"}"}}}));if("list_view"==e.settings.view&&a>=1){var I="<div class='channel-list-container'>";""!=e.settings.list_view_subtitle&&(I+="<div class='grid-title-container'><div class='grid-title'>"+e.settings.list_view_subtitle+"</div></div>"),I+="<div class='channel-list'>",I+=s("#gsb-buttons-"+e.id+" .gsb-button-list.list_view").html(),I+="</div>",I+="<div>",s("#gsb-buttons-"+e.id+" .gsb-button-list.list_view").html(I)}if("grid_view"==e.settings.view&&a>=1&&(I="<div class='channel-grid'>",""!=e.settings.list_view_subtitle&&(I+="<div class='grid-title-container'><div class='grid-title'>"+e.settings.list_view_subtitle+"</div></div>"),I+="<div class='channel-grid-container'>",I+=s("#gsb-buttons-"+e.id+" .gsb-button-list.grid_view").html(),I+="</div>",I+="</div>",s("#gsb-buttons-"+e.id+" .gsb-button-list.grid_view").html(I)),"icon_view"!=e.settings.view&&a>=1&&""!=e.settings.list_view_title){var L="";L+="<div class='list_title_container'>",L+="<a href='javascript:;' class='close-view-btn'><span class='dashicons dashicons-arrow-down-alt2'></span></a>",L+="<span class='list_title'>"+e.settings.list_view_title.replace(/(<([^>]+)>)/gi,"")+"</span>",L+="</div>","list_view"==e.settings.view?s("#gsb-buttons-"+e.id+" .gsb-button-list.list_view .channel-list-container").before(L):s("#gsb-buttons-"+e.id+" .gsb-button-list.grid_view .channel-grid").before(L)}var Y="";("open"==e.settings.default_state&&"no"==e.settings.show_close_button&&"icon_view"==e.settings.view||"open"==e.settings.default_state&&"no"==e.settings.show_close_button&&"menu_view"==e.settings.view)&&(Y="has-no-close-button"),s("#gsb-buttons-"+e.id).addClass(Y),"open"==e.settings.default_state&&"yes"==e.settings.show_close_button&&(s("#gsb-buttons-"+e.id).addClass("has-close-button"),s("#gsb-buttons-"+e.id).addClass("has-no-animation")),"open"==e.settings.default_state&&"corner_circle_view"==e.settings.view&&s("#gsb-buttons-"+e.id).addClass("has-no-animation"),"click"==e.settings.default_state&&s("#gsb-buttons-"+e.id).addClass("has-no-tooltip-animation"),b+=".whatsapp-chat.no-user-profile:before { border-top: 0 solid transparent;}",b+=".whatsapp-chat.no-user-profile { border-top-left-radius: 6px;}";var M=0,q=0;if(s("#gsb-buttons-"+e.id).hasClass("has-no-close-button"))b+="#gsb-buttons-"+e.id+".open-buttons .gsb-button-list .chat-button {transition:none !important; display: block;}";else for(q=0;q<a;q++)"corner_circle_view"==e.settings.view?"right"==x?(M=c(q,r,x),b+="#gsb-buttons-"+e.id+" .gsb-button-list.corner_circle_view .chat-button:nth-child("+(q+1)+") {opacity: 0; visibility: hidden; margin-bottom: 0; position: absolute;}",b+="#gsb-buttons-"+e.id+".open-buttons .gsb-button-list.corner_circle_view .chat-button:nth-child("+(q+1)+") {transform: translate("+-1*M[0]+"px, "+-1*M[1]+"px); opacity: 1; visibility: visible; transition: all ease-in-out 250ms, transform 200ms "+150*q+"ms, opacity 200ms "+150*q+"ms}"):(M=c(q,r,x),b+="#gsb-buttons-"+e.id+" .gsb-button-list.corner_circle_view .chat-button:nth-child("+(q+1)+") {opacity: 0; visibility: hidden; margin-bottom: 0; position: absolute;}",b+="#gsb-buttons-"+e.id+".open-buttons .gsb-button-list.corner_circle_view .chat-button:nth-child("+(q+1)+") {transform: translate("+M[0]+"px, "+-1*M[1]+"px); opacity: 1; visibility: visible; transition: all ease-in-out 250ms, transform 200ms "+150*q+"ms, opacity 200ms "+150*q+"ms}"):"vertical"==e.settings.menu_view?"ginger-menu-none"==e.settings.menu_animation?(b+="#gsb-buttons-"+e.id+" .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateY(-"+(r+8)*(a-q)+"px); transform: translateY(-"+(r+8)*(a-q)+"px)  scale(1); display: none;}",b+="#gsb-buttons-"+e.id+".open-buttons .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateY(-"+(r+8)*(a-q)+"px); transform: translateY(-"+(r+8)*(a-q)+"px)  scale(1);transition:none !important; display: block;}"):"ginger-menu-slide"==e.settings.menu_animation?(b+="#gsb-buttons-"+e.id+" .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateY(0px) scale(1); transform: translateY(0px) scale(1); transition-delay: "+.075*(q+1)+"s;}",b+="#gsb-buttons-"+e.id+".open-buttons .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateY(-"+(r+8)*(a-q)+"px) scale(1); transform: translateY(-"+(r+8)*(a-q)+"px)  scale(1);}"):"ginger-menu-fade"==e.settings.menu_animation?(b+="#gsb-buttons-"+e.id+" .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateY(-"+(r+8)*(a-q)+"px); transform: translateY(-"+(r+8)*(a-q)+"px)  scale(1); opacity: 0; visibility: hidden; transition-delay: "+.1*(a-q-1)+"s;}",b+="#gsb-buttons-"+e.id+".open-buttons .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateY(-"+(r+8)*(a-q)+"px); transform: translateY(-"+(r+8)*(a-q)+"px)  scale(1);  opacity: 1; visibility: visible;}"):"ginger-menu-spin"==e.settings.menu_animation?(b+="#gsb-buttons-"+e.id+" .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateY(-"+(r+8)*(a-q)+"px)  rotate(0deg); transform: translateY(-"+(r+8)*(a-q)+"px)  rotate(0deg); transition-delay: "+.1*(a-q-1)+"s;}",b+="#gsb-buttons-"+e.id+".open-buttons .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateY(-"+(r+8)*(a-q)+"px) rotate(360deg); transform: translateY(-"+(r+8)*(a-q)+"px) rotate(360deg);}"):"ginger-menu-pop"==e.settings.menu_animation?(b+="#gsb-buttons-"+e.id+" .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateY(-"+(r+8)*(a-q)+"px) scale(0); transform: translateY(-"+(r+8)*(a-q)+"px) scale(0); transition-delay: "+.075*(a-q-1)+"s;}",b+="#gsb-buttons-"+e.id+".open-buttons .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateY(-"+(r+8)*(a-q)+"px) scale(1); transform: translateY(-"+(r+8)*(a-q)+"px) scale(1);}"):(b+="#gsb-buttons-"+e.id+" .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateY(-"+(r+8)*(a-q)+"px); transform: translateY(-"+(r+8)*(a-q)+"px)  scale(1); display: none;}",b+="#gsb-buttons-"+e.id+".open-buttons .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateY(-"+(r+8)*(a-q)+"px); transform: translateY(-"+(r+8)*(a-q)+"px)  scale(1); display: block;}"):"right"==x?"ginger-menu-none"==e.settings.menu_animation?(b+="#gsb-buttons-"+e.id+" .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateX(-"+(r+8)*(a-q)+"px); transform: translateX(-"+(r+8)*(a-q)+"px)  scale(1); display: none;}",b+="#gsb-buttons-"+e.id+".open-buttons .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateX(-"+(r+8)*(a-q)+"px); transform: translateX(-"+(r+8)*(a-q)+"px)  scale(1);transition:none !important; display: block;}"):"ginger-menu-slide"==e.settings.menu_animation?(b+="#gsb-buttons-"+e.id+" .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateX(0px) scale(1); transform: translateX(0px) scale(1); transition-delay: "+.075*(q+1)+"s;}",b+="#gsb-buttons-"+e.id+".open-buttons .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateX(-"+(r+8)*(a-q)+"px) scale(1); transform: translateX(-"+(r+8)*(a-q)+"px)  scale(1);}"):"ginger-menu-fade"==e.settings.menu_animation?(b+="#gsb-buttons-"+e.id+" .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateX(-"+(r+8)*(a-q)+"px); transform: translateX(-"+(r+8)*(a-q)+"px)  scale(1); opacity: 0; visibility: hidden; transition-delay: "+.1*(a-q-1)+"s;}",b+="#gsb-buttons-"+e.id+".open-buttons .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateX(-"+(r+8)*(a-q)+"px); transform: translateX(-"+(r+8)*(a-q)+"px)  scale(1);  opacity: 1; visibility: visible;}"):"ginger-menu-spin"==e.settings.menu_animation?(b+="#gsb-buttons-"+e.id+" .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateX(-"+(r+8)*(a-q)+"px)  rotate(0deg); transform: translateX(-"+(r+8)*(a-q)+"px)  rotate(0deg); transition-delay: "+.1*(a-q-1)+"s;}",b+="#gsb-buttons-"+e.id+".open-buttons .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateX(-"+(r+8)*(a-q)+"px) rotate(360deg); transform: translateX(-"+(r+8)*(a-q)+"px) rotate(360deg);}"):"ginger-menu-pop"==e.settings.menu_animation?(b+="#gsb-buttons-"+e.id+" .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateX(-"+(r+8)*(a-q)+"px) scale(0); transform: translateX(-"+(r+8)*(a-q)+"px) scale(0); transition-delay: "+.075*(a-q-1)+"s;}",b+="#gsb-buttons-"+e.id+".open-buttons .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateX(-"+(r+8)*(a-q)+"px) scale(1); transform: translateX(-"+(r+8)*(a-q)+"px) scale(1);}"):(b+="#gsb-buttons-"+e.id+" .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateX(-"+(r+8)*(a-q)+"px); transform: translateX(-"+(r+8)*(a-q)+"px)  scale(1); display: none;}",b+="#gsb-buttons-"+e.id+".open-buttons .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateX(-"+(r+8)*(a-q)+"px); transform: translateX(-"+(r+8)*(a-q)+"px)  scale(1); display: block;}"):"ginger-menu-none"==e.settings.menu_animation?(b+="#gsb-buttons-"+e.id+" .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateX("+(r+8)*(a-q)+"px); transform: translateX("+(r+8)*(a-q)+"px)  scale(1); display: none;}",b+="#gsb-buttons-"+e.id+".open-buttons .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateX("+(r+8)*(a-q)+"px); transform: translateX("+(r+8)*(a-q)+"px)  scale(1);transition:none !important; display: block;}"):"ginger-menu-slide"==e.settings.menu_animation?(b+="#gsb-buttons-"+e.id+" .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateX(0px) scale(1); transform: translateX(0px) scale(1); transition-delay: "+.075*(q+1)+"s;}",b+="#gsb-buttons-"+e.id+".open-buttons .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateX("+(r+8)*(a-q)+"px) scale(1); transform: translateX("+(r+8)*(a-q)+"px)  scale(1);}"):"ginger-menu-fade"==e.settings.menu_animation?(b+="#gsb-buttons-"+e.id+" .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateX("+(r+8)*(a-q)+"px); transform: translateX("+(r+8)*(a-q)+"px)  scale(1); opacity: 0; visibility: hidden; transition-delay: "+.1*(a-q-1)+"s;}",b+="#gsb-buttons-"+e.id+".open-buttons .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateX("+(r+8)*(a-q)+"px); transform: translateX("+(r+8)*(a-q)+"px)  scale(1);  opacity: 1; visibility: visible;}"):"ginger-menu-spin"==e.settings.menu_animation?(b+="#gsb-buttons-"+e.id+" .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateX("+(r+8)*(a-q)+"px)  rotate(0deg); transform: translateX("+(r+8)*(a-q)+"px)  rotate(0deg); transition-delay: "+.1*(a-q-1)+"s;}",b+="#gsb-buttons-"+e.id+".open-buttons .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateX("+(r+8)*(a-q)+"px) rotate(360deg); transform: translateX("+(r+8)*(a-q)+"px) rotate(360deg);}"):"ginger-menu-pop"==e.settings.menu_animation?(b+="#gsb-buttons-"+e.id+" .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateX("+(r+8)*(a-q)+"px) scale(0); transform: translateX("+(r+8)*(a-q)+"px) scale(0); transition-delay: "+.075*(a-q-1)+"s;}",b+="#gsb-buttons-"+e.id+".open-buttons .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateX("+(r+8)*(a-q)+"px) scale(1); transform: translateX("+(r+8)*(a-q)+"px) scale(1);}"):(b+="#gsb-buttons-"+e.id+" .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateX("+(r+8)*(a-q)+"px); transform: translateX("+(r+8)*(a-q)+"px)  scale(1); display: none;}",b+="#gsb-buttons-"+e.id+".open-buttons .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateX("+(r+8)*(a-q)+"px); transform: translateX("+(r+8)*(a-q)+"px)  scale(1); display: block;}");b+="#gsb-buttons-"+e.id+".list_view {-webkit-transform: translateY(50px) scale(1); transform: translateY(50px) scale(1); transition-delay: 0.5s; opacity: 0; visibility:hidden;}",b+="#gsb-buttons-"+e.id+".open-buttons .list_view {-webkit-transform: translateY(0px) scale(1); transform: translateY(0px)  scale(1);visibility: visible;opacity: 1;}",b+="#gsb-buttons-"+e.id+".grid_view {-webkit-transform: translateY(50px) scale(1); transform: translateY(50px) scale(1); transition-delay: 0.5s; opacity: 0; visibility:hidden;}",b+="#gsb-buttons-"+e.id+".open-buttons .grid_view {-webkit-transform: translateY(0px) scale(1); transform: translateY(0px)  scale(1);visibility: visible;opacity: 1;}",s("#gsb-buttons-"+e.id+" .gsb-trigger").outerHeight(!0),parseInt(10),b+="#gsb-buttons-"+e.id+" .gsb-button-list.menu_view {-webkit-transform: translateY(0px) scale(1); transform: translateY(0px) scale(1); opacity: 0; visibility:hidden;}",b+="#gsb-buttons-"+e.id+" .gsb-button-list.menu_view .chat-button {opacity: 0; visibility:hidden;}",b+="#gsb-buttons-"+e.id+".open-buttons .gsb-button-list.menu_view .chat-button {opacity: 1; visibility:visible;}",b+="#gsb-buttons-"+e.id+".open-buttons .gsb-button-list.menu_view {-webkit-transform: translateY(-5px) scale(1); transform: translateY(-5px)  scale(1);visibility: visible;opacity: 1;}",b+="#gsb-buttons-"+e.id+".open-buttons.has-no-close-button .gsb-button-list.menu_view {-webkit-transform: translateY(0px) scale(1); transform: translateY(0px)  scale(1);visibility: visible;opacity: 1;}",q=1;var N=0;if("list_view"==e.settings.view&&a>=1||"menu_view"==e.settings.view);else for(q=1,N=0;N<a;q++,N++)"vertical"==e.settings.menu_view?b+="right"==x?"#gsb-buttons-"+e.id+".has-no-close-button:not(.single) .gsb-button-list .chat-button:nth-child("+(N+1)+") {opacity: 1;visibility: visible;pointer-events: auto;right: 0;-webkit-transform: translateY(-"+(r+8)*(a-q)+"px); transform: translateY(-"+(r+8)*(a-q)+"px);transition-delay:-2s;}":"#gsb-buttons-"+e.id+".has-no-close-button:not(.single) .gsb-button-list .chat-button:nth-child("+(N+1)+") {opacity: 1;visibility: visible;pointer-events: auto;left: 0;-webkit-transform: translateY(-"+(r+8)*(a-q)+"px); transform: translateY(-"+(r+8)*(a-q)+"px);transition-delay:-2s;}":b+="right"==x?"#gsb-buttons-"+e.id+".has-no-close-button:not(.single) .gsb-button-list .chat-button:nth-child("+(N+1)+") {opacity: 1;visibility: visible;pointer-events: auto;right: 0;-webkit-transform: translateX(-"+(r+8)*(a-q)+"px); transform: translateX(-"+(r+8)*(a-q)+"px);transition-delay:-2s;}":"#gsb-buttons-"+e.id+".has-no-close-button:not(.single) .gsb-button-list .chat-button:nth-child("+(N+1)+") {opacity: 1;visibility: visible;pointer-events: auto;left: 0;-webkit-transform: translateX("+(r+8)*(a-q)+"px); transform: translateX("+(r+8)*(a-q)+"px);transition-delay:-2s;}";var j=_("gsb-button-click-"+e.id);"open"==e.settings.default_state&&("no"==e.settings.hide_menu_after_close_click?(s("#gsb-buttons-"+e.id).addClass("open-buttons"),j&&s("#gsb-buttons-"+e.id).removeClass("has-close-button")):j?s("#gsb-buttons-"+e.id).removeClass("has-close-button"):s("#gsb-buttons-"+e.id).addClass("open-buttons"))}var B=Math.ceil(2*r/10);if("icon_view"==e.settings.view)b+="#gsb-buttons-"+e.id+" .chat-button, #gsb-buttons-"+e.id+" .gsb-trigger-contact, #gsb-buttons-"+e.id+" .gsb-trigger-whatsapp-popup, #gsb-buttons-"+e.id+" .gsb-trigger-wechat-popup {width: "+(r+8)+"px; height: "+(r+8)+"px; }",b+="#gsb-buttons-"+e.id+" .gsb-trigger {width: "+(r+8)+"px; height: "+(r+8)+"px; }",b+="#gsb-buttons-"+e.id+" .chat-button-link {width: "+r+"px; height: "+r+"px; padding: "+B+"px; }",b+="#gsb-buttons-"+e.id+" .gsb-trigger-button {width: "+r+"px; height: "+r+"px; }",b+="#gsb-buttons-"+e.id+" .gsb-trigger .gsb-trigger-top {width: "+r+"px; height: "+r+"px; }",b+="#gsb-buttons-"+e.id+" .gsb-trigger .gsb-trigger-bottom {width: "+r+"px; height: "+r+"px; }",b+="#gsb-buttons-"+e.id+" .chat-button-icon {width: "+(r-2*B)+"px; height: "+(r-2*B)+"px; }",b+="#gsb-buttons-"+e.id+".single .gsb-trigger-button {width: "+(r+8)+"px; height: "+(r+8)+"px; }";else if("corner_circle_view"==e.settings.view){var S=parseInt(r-parseInt(.15*r));b+="#gsb-buttons-"+e.id+" .chat-button, #gsb-buttons-"+e.id+" .gsb-trigger-contact, #gsb-buttons-"+e.id+" .gsb-trigger-whatsapp-popup, #gsb-buttons-"+e.id+" .gsb-trigger-wechat-popup {width: "+(r+8)+"px; height: "+(r+8)+"px; }",b+="#gsb-buttons-"+e.id+" .gsb-trigger {width: "+(r+8)+"px; height: "+(r+8)+"px; }",b+="#gsb-buttons-"+e.id+" .gsb-button-list .chat-button {width: "+(S+8)+"px; height: "+(S+8)+"px; }",b+="#gsb-buttons-"+e.id+" .gsb-button-list .gsb-trigger {width: "+(r+8)+"px; height: "+(r+8)+"px; }",b+="#gsb-buttons-"+e.id+" .gsb-trigger .chat-button-link {width: "+r+"px; height: "+r+"px; padding: "+B+"px; }",b+="#gsb-buttons-"+e.id+" .gsb-button-list .chat-button-link {width: "+S+"px; height: "+S+"px; padding: "+B+"px; }",b+="#gsb-buttons-"+e.id+" .gsb-trigger-button {width: "+r+"px; height: "+r+"px; }",b+="#gsb-buttons-"+e.id+" .gsb-trigger .gsb-trigger-top {width: "+r+"px; height: "+r+"px; }",b+="#gsb-buttons-"+e.id+" .gsb-trigger .gsb-trigger-bottom {width: "+r+"px; height: "+r+"px; }",b+="#gsb-buttons-"+e.id+" .gsb-button-list .chat-button-icon {width: "+(S-2*B)+"px; height: "+(S-2*B)+"px; }",b+="#gsb-buttons-"+e.id+" .gsb-button-list .chat-button-icon i {font-size: "+(S-2*B)+"px; line-height: "+(S-2*B)+"px; }",b+="#gsb-buttons-"+e.id+" .gsb-trigger .chat-button-icon {width: "+(r-2*B)+"px; height: "+(r-2*B)+"px; }",b+="#gsb-buttons-"+e.id+" .gsb-trigger .chat-button-icon i {font-size: "+(r-2*B)+"px; line-height: "+(r-2*B)+"px; }"}else b+="#gsb-buttons-"+e.id+" .gsb-trigger .chat-button, #gsb-buttons-"+e.id+" .gsb-trigger-contact, #gsb-buttons-"+e.id+" .gsb-trigger-whatsapp-popup, #gsb-buttons-"+e.id+" .gsb-trigger-wechat-popup {width: "+(r+8)+"px; height: "+(r+8)+"px; }",b+="#gsb-buttons-"+e.id+" .gsb-trigger {width: "+(r+8)+"px; height: "+(r+8)+"px; }",b+="#gsb-buttons-"+e.id+" .gsb-trigger-button {width: "+r+"px; height: "+r+"px; }",b+="#gsb-buttons-"+e.id+" .gsb-trigger .gsb-trigger-top {width: "+r+"px; height: "+r+"px; }",b+="#gsb-buttons-"+e.id+" .gsb-trigger .gsb-trigger-bottom {width: "+r+"px; height: "+r+"px; }",b+="#gsb-buttons-"+e.id+" .gsb-trigger .chat-button-link {width: "+r+"px; height: "+r+"px; padding: "+B+"px; }",b+="#gsb-buttons-"+e.id+" .gsb-trigger .chat-button-icon {width: "+(r-2*B)+"px; height: "+(r-2*B)+"px; }";b+="#gsb-buttons-"+e.id+" .gsb-trigger .gsb-trigger-top .chat-button-link {background: "+e.settings.bg_color+"; color: "+e.settings.text_color+";  }",b+="#gsb-buttons-"+e.id+" .gsb-trigger .gsb-trigger-top .chat-button-link svg {fill: "+e.settings.text_color+"; color: "+e.settings.text_color+";  }",b+="#gsb-buttons-"+e.id+" .gsb-trigger .gsb-trigger-bottom .chat-button-link, #gsb-buttons-"+e.id+" .gsb-trigger .gsb-trigger-contact .chat-button-link, #gsb-buttons-"+e.id+" .gsb-trigger .gsb-trigger-whatsapp-popup .chat-button-link, #gsb-buttons-"+e.id+" .gsb-trigger .gsb-trigger-wechat-popup .chat-button-link {background: "+e.settings.bg_color+"; color: "+e.settings.text_color+";  }",b+="#gsb-buttons-"+e.id+" .gsb-trigger .gsb-trigger-bottom .chat-button-link svg, #gsb-buttons-"+e.id+" .gsb-trigger .gsb-trigger-contact .chat-button-link svg, #gsb-buttons-"+e.id+" .gsb-trigger .gsb-trigger-whatsapp-popup .chat-button-link svg, #gsb-buttons-"+e.id+" .gsb-trigger .gsb-trigger-wechat-popup .chat-button-link svg {fill: "+e.settings.text_color+"; color: "+e.settings.text_color+";  }",b+="#gsb-buttons-"+e.id+" .gsb-trigger .gsb-trigger-top .chat-button-link:hover {background: "+e.settings.interaction_bg_color+"; color: "+e.settings.interaction_text_color+";  }",b+="#gsb-buttons-"+e.id+" .gsb-trigger .gsb-trigger-top .chat-button-link:hover svg {fill: "+e.settings.interaction_text_color+"; color: "+e.settings.interaction_text_color+";  }",b+="#gsb-buttons-"+e.id+" .gsb-trigger .gsb-trigger-bottom .chat-button-link:hover, #gsb-buttons-"+e.id+" .gsb-trigger .gsb-trigger-contact .chat-button-link:hover, #gsb-buttons-"+e.id+" .gsb-trigger .gsb-trigger-whatsapp-popup .chat-button-link:hover, #gsb-buttons-"+e.id+" .gsb-trigger .gsb-trigger-wechat-popup .chat-button-link:hover {background: "+e.settings.interaction_bg_color+"; color: "+e.settings.interaction_text_color+";  }",b+="#gsb-buttons-"+e.id+" .gsb-trigger .gsb-trigger-bottom .chat-button-link:hover svg, #gsb-buttons-"+e.id+" .gsb-trigger .gsb-trigger-contact .chat-button-link:hover svg, #gsb-buttons-"+e.id+" .gsb-trigger .gsb-trigger-whatsapp-popup .chat-button-link:hover svg, #gsb-buttons-"+e.id+" .gsb-trigger .gsb-trigger-wechat-popup .chat-button-link:hover svg {fill: "+e.settings.interaction_text_color+"; color: "+e.settings.interaction_text_color+";  }",b+="#gsb-buttons-"+e.id+" .chat-button-link {border-radius: "+e.settings.border_radius+"px; }",b+="#gsb-buttons-"+e.id+" [data-scb][data-tooltip-dir]::after, [data-scb][class*=cooltipz]::after, #gsb-buttons-"+e.id+" .cta-tooltip, #gsb-buttons-"+e.id+" .cta-tooltip p {background-color: "+e.settings.tooltip_settings.bg_color+"; color: "+e.settings.tooltip_settings.text_color+"; border-radius: "+e.settings.tooltip_settings.border_radius+"px; font-size:"+e.settings.tooltip_settings.font_size+"px; line-height: "+e.settings.tooltip_settings.tooltip_height+"px; }",b+="#gsb-buttons-"+e.id+" [data-scb][data-tooltip-dir][data-tooltip-dir=left]::before, [data-scb][data-tooltip-dir].cooltipz--left::before, [data-scb][class*=cooltipz][data-tooltip-dir=left]::before, [data-scb][class*=cooltipz].cooltipz--left::before, #gsb-buttons-"+e.id+" [data-tooltip-dir=left] .cta-tooltip:after {border-left-color: "+e.settings.tooltip_settings.bg_color+"; }",b+="#gsb-buttons-"+e.id+" [data-scb][data-tooltip-dir][data-tooltip-dir=top]::before, [data-scb][data-tooltip-dir].cooltipz--top::before, [data-scb][class*=cooltipz][data-tooltip-dir=top]::before, [data-scb][class*=cooltipz].cooltipz--top::before {border-top-color: "+e.settings.tooltip_settings.bg_color+"; }",b+="#gsb-buttons-"+e.id+" [data-scb][data-tooltip-dir][data-tooltip-dir=right]::before, [data-scb][data-tooltip-dir].cooltipz--right::before, [data-scb][class*=cooltipz][data-tooltip-dir=right]::before, [data-scb][class*=cooltipz].cooltipz--right::before, #gsb-buttons-"+e.id+" [data-tooltip-dir=right] .cta-tooltip:after {border-right-color: "+e.settings.tooltip_settings.bg_color+"; }",b+="#gsb-buttons-"+e.id+" .chat-button-link.has-image .chat-button-icon img, #gsb-buttons-"+e.id+" .custom-icon-img, #gsb-buttons-"+e.id+" .chat-button-link.has-image img {width: "+r+"px; height: "+r+"px; line-height: "+r+"px; border-radius: "+e.settings.border_radius+"px; -moz-border-radius: "+e.settings.border_radius+"px; -webkit-border-radius: "+e.settings.border_radius+"px; }","list_view"==e.settings.view&&a>=1&&""!=e.settings.list_view_title&&(b+="#gsb-buttons-"+e.id+" .gsb-button-list.list_view .list_title_container  {background-color: "+e.settings.list_title_bg+";color: "+e.settings.list_title_color+"; }"),"grid_view"==e.settings.view&&a>=1&&""!=e.settings.list_view_title&&(b+="#gsb-buttons-"+e.id+" .gsb-button-list.grid_view .list_title_container  {background-color: "+e.settings.list_title_bg+";color: "+e.settings.list_title_color+"; }"),"0"==e.settings.tooltip_settings.border_radius&&"0"==e.settings.tooltip_settings.tooltip_height&&"0"==e.settings.tooltip_settings.font_size&&(b+="#gsb-buttons-"+e.id+" [data-scb][data-tooltip-dir][data-tooltip-dir=left]::before, [data-scb][data-tooltip-dir].cooltipz--left::before, [data-scb][class*=cooltipz][data-tooltip-dir=left]::before, [data-scb][class*=cooltipz].cooltipz--left::before, [data-scb][data-tooltip-dir][data-tooltip-dir=right]::before, [data-scb][data-tooltip-dir].cooltipz--right::before, [data-scb][class*=cooltipz][data-tooltip-dir=right]::before, [data-scb][class*=cooltipz].cooltipz--right::before, [data-scb][data-tooltip-dir][data-tooltip-dir=bottom]::before, [data-scb][data-tooltip-dir].cooltipz--bottom::before, [data-scb][class*=cooltipz][data-tooltip-dir=bottom]::before, [data-scb][class*=cooltipz].cooltipz--bottom::before, [data-scb][data-tooltip-dir][data-tooltip-dir=bottom-left]::before, [data-scb][data-tooltip-dir].cooltipz--bottom-left::before, [data-scb][class*=cooltipz][data-tooltip-dir=bottom-left]::before, [data-scb][class*=cooltipz].cooltipz--bottom-left::before, [data-scb][data-tooltip-dir][data-tooltip-dir=bottom-right]::before, [data-scb][data-tooltip-dir].cooltipz--bottom-right::before, [data-scb][class*=cooltipz][data-tooltip-dir=bottom-right]::before, [data-scb][class*=cooltipz].cooltipz--bottom-right::before, [data-scb][data-tooltip-dir][data-tooltip-dir=top]::before, [data-scb][data-tooltip-dir].cooltipz--top::before, [data-scb][class*=cooltipz][data-tooltip-dir=top]::before, [data-scb][class*=cooltipz].cooltipz--top::before, [data-scb][data-tooltip-dir][data-tooltip-dir=top-left]::before, [data-scb][data-tooltip-dir].cooltipz--top-left::before, [data-scb][class*=cooltipz][data-tooltip-dir=top-left]::before, [data-scb][class*=cooltipz].cooltipz--top-left::before, [data-scb][data-tooltip-dir][data-tooltip-dir=top-right]::before, [data-scb][data-tooltip-dir].cooltipz--top-right::before, [data-scb][class*=cooltipz][data-tooltip-dir=top-right]::before, [data-scb][class*=cooltipz].cooltipz--top-right::before { border : 0 }"),s("#gsb-buttons-"+e.id).hasClass("single")&&(b+="#gsb-buttons-"+e.id+" .gsb-trigger {padding: 0;}"),b+="#gsb-buttons-"+e.id+" .gsb-trigger .chat-button a:not(."+e.settings.animation+") .gsb-pending-message {top: 3%; right: 3%;}",b+="#gsb-buttons-"+e.id+" .gsb-trigger .chat-button a:not(."+e.settings.animation+") + .gsb-pending-message {top: 3%; right: 3%;}","none"!=e.settings.animation&&"ginger-btn-fade"!=e.settings.animation&&"ginger-btn-pulse"!=e.settings.animation&&"ginger-btn-spin"!=e.settings.animation||(b+="#gsb-buttons-"+e.id+" .gsb-trigger .chat-button a."+e.settings.animation+" .gsb-pending-message {top: 3%; right: 3%;}",b+="#gsb-buttons-"+e.id+" .gsb-trigger .chat-button a."+e.settings.animation+" + .gsb-pending-message {top: 3%; right: 3%;}");var T=function(t){return"vertical"==t.settings.menu_view?"right"==m(t)?"left":"right":"top"}(e);s("#gsb-buttons-"+e.id+" .gsb-button-list a.scb-tooltip").attr("data-tooltip-dir",T),s("#gsb-buttons-"+e.id).addClass(x+"-side"),s("#gsb-buttons-"+e.id).addClass(e.settings.menu_view+"-menu"),"vertical"==e.settings.menu_view?"left"==x?(s("#gsb-buttons-"+e.id+" .gsb-trigger-top").attr("data-tooltip-dir","right"),s("#gsb-buttons-"+e.id+" .gsb-trigger-bottom .chat-button-link").attr("data-tooltip-dir","right")):(s("#gsb-buttons-"+e.id+" .gsb-trigger-top").attr("data-tooltip-dir","left"),s("#gsb-buttons-"+e.id+" .gsb-trigger-bottom .chat-button-link").attr("data-tooltip-dir","left")):(s("#gsb-buttons-"+e.id+" .gsb-trigger-bottom .chat-button-link").attr("data-tooltip-dir","top"),"left"==x?s("#gsb-buttons-"+e.id+" .gsb-trigger-top").attr("data-tooltip-dir","right"):s("#gsb-buttons-"+e.id+" .gsb-trigger-top").attr("data-tooltip-dir","left")),"grid_view"==e.settings.view&&s("#gsb-buttons-"+e.id+" .gsb-button-list.grid_view .channel-grid-container .chat-button .scb-tooltip").attr("data-tooltip-dir","top"),"corner_circle_view"==e.settings.view&&s("#gsb-buttons-"+e.id+" .gsb-button-list.corner_circle_view .chat-button .scb-tooltip").attr("data-tooltip-dir","top");var D=e.settings.call_to_action,H="";""!=D&&(H+="<span class='cta-tooltip'>"+D+"</span>"),s("#gsb-buttons-"+e.id+" .gsb-trigger-top").append(H),d(e)&&s("#gsb-buttons-"+e.id+" .gsb-trigger-top").addClass("cooltipz--visible");var Q=e.settings.font_family;if(""!=Q&&"Arial"!=Q&&"Tahoma"!=Q&&"Verdana"!=Q&&"Helvetica"!=Q&&"Times New Roman"!=Q&&"Trebuchet MS"!=Q&&"Georgia"!=Q&&s("head").append("<link id='#gsb-buttons-"+e.id+"' href='https://fonts.googleapis.com/css?family="+e.settings.font_family+"' rel='stylesheet' type='text/css' >"),""!=Q?(s("#gsb-buttons-"+e.id).css("font-family",Q),s("#gsb-buttons-"+e.id+" button").css("font-family",Q)):s("#gsb-buttons-"+e.id).css("font-family","-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif"),s("#gsb-buttons-"+e.id+" .gsb-button-list").addClass(e.settings.menu_animation),function(t){var o=_("gsb-button-click-"+t.id);if((0==s("#gsb-buttons-"+t.id+" .gsb-button-list .chat-button").length||"yes"==t.settings.has_pending_message)&&!o&&"yes"==t.settings.has_pending_message){s("#gsb-buttons-"+t.id).hasClass("single")?(s("#gsb-buttons-"+t.id+" .gsb-trigger .chat-button a").append("<span class='gsb-pending-message'>"+t.settings.no_of_messages+"</span>"),s("#gsb-buttons-"+t.id+" .gsb-trigger .chat-button a").after("<span class='gsb-pending-message'>"+t.settings.no_of_messages+"</span>")):(s("#gsb-buttons-"+t.id+" .gsb-trigger .gsb-trigger-top a").append("<span class='gsb-pending-message'>"+t.settings.no_of_messages+"</span>"),s("#gsb-buttons-"+t.id+" .gsb-trigger .gsb-trigger-top a").after("<span class='gsb-pending-message'>"+t.settings.no_of_messages+"</span>"));var e=20*t.settings.icon_size/54;s("#gsb-buttons-"+t.id+" .gsb-pending-message").css({width:e+"px",height:e+"px","font-size":parseInt(e/4)+5+"px",color:t.settings.message_text_color,"background-color":t.settings.message_bg_color})}}(e),function(t){_("gsb-button-click-"+t.id)||(s("#gsb-buttons-"+t.id).hasClass("single")?s("#gsb-buttons-"+t.id+" .gsb-trigger .chat-button a").addClass(t.settings.animation):s("#gsb-buttons-"+t.id+" .gsb-trigger .gsb-trigger-top a").addClass(t.settings.animation))}(e),function(t){var o=m(t);if(s("#gsb-buttons-"+t.id).hasClass("single")){var e=s("#gsb-buttons-"+t.id+" .gsb-trigger .chat-button a").attr("data-scb"),i=t.settings.call_to_action;s("#gsb-buttons-"+t.id+" .gsb-trigger .chat-button a").removeAttr("data-tooltip-dir data-scb"),s("#gsb-buttons-"+t.id+" .gsb-trigger .chat-button a").removeClass("scb-tooltip cooltipz--visible"),(s("#gsb-buttons-"+t.id).hasClass("cta-first_click")&&!_("gsb-button-click-"+t.id)||!s("#gsb-buttons-"+t.id).hasClass("cta-first_click"))&&s("#gsb-buttons-"+t.id+".gsb-trigger .chat-button").addClass("scb-tooltip cooltipz--visible"),s("#gsb-buttons-"+t.id+" .gsb-trigger .chat-button.scb-tooltip").attr("data-tooltip-dir","right"==o?"left":"right"),s("#gsb-buttons-"+t.id+" .gsb-trigger .chat-button").attr("data-hover-scb",e);var n="";""!=i&&(n+="<span class='cta-tooltip'>"+i+"</span>"),d(t)&&s("#gsb-buttons-"+t.id+" .gsb-trigger .chat-button").append(n).addClass("cooltipz--visible")}}(e),function(t){var o=_("gsb-greeting-"+t.id),e=t.settings.default_state,i=f(t);if(!o&&(1==i&&"open"!=e||i>1&&"click"==e)&&""!=t.settings.greeting_text&&"yes"==t.settings.show_greeting_message){var n="";n+="<span class='scw-greeting-message'>",n+="<span>"+t.settings.greeting_text+"</span>",n+='<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M18 6L6 18M6 6L18 18" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> </svg>',n+="</span>",s("#gsb-buttons-"+t.id+" .gsb-buttons-content").append(n)}}(e),function(t){if("yes"==t.triggers.after_seconds&&!_("gsb-button-view-"+t.id)){s("#gsb-buttons-"+t.id).hide();var o=parseInt(t.triggers.seconds);o>0&&setTimeout((function(){s("#gsb-buttons-"+t.id).show(),h(t),C("gsb-button-view-"+t.id,!0,2)}),1e3*o)}}(e),function(t){if("yes"==t.triggers.on_scroll&&!_("gsb-button-view-"+t.id)){s("#gsb-buttons-"+t.id).hide();var o=parseInt(t.triggers.page_scroll);jQuery(window).scroll((function(){o=parseInt(t.triggers.page_scroll);var e=jQuery(document).height()-jQuery(window).height(),i=jQuery(window).scrollTop();0!=i&&i/e*100>=o&&(s("#gsb-buttons-"+t.id).show(),h(t),C("gsb-button-view-"+t.id,!0,2))}))}}(e),function(t){if("yes"==t.triggers.exit_intent){if("yes"==t.triggers.browser&&!_("gsb-button-view-"+t.id)){s("#gsb-buttons-"+t.id).hide();var e=m(t);b="mouseout",l=function(o){null==o.toElement&&null==o.relatedTarget&&(i||(s("#gsb-buttons-"+t.id).show(),s("#gsb-buttons-"+t.id).append("<div class='exit-intent'></div>"),"left"==e?s("#gsb-buttons-"+t.id+" .exit-intent").addClass("left-position"):s("#gsb-buttons-"+t.id+" .exit-intent").addClass("right-position"),s("#gsb-buttons-"+t.id).hasClass("single-btn")||s("#gsb-buttons-"+t.id+" .main-button").trigger("click"),setTimeout((function(){s("#gsb-buttons-"+t.id+" .exit-intent").addClass("active"),setTimeout((function(){s("#gsb-buttons-"+t.id+" .exit-intent").removeClass("active")}),2e3)}),100),h(t),i=!0,C("gsb-button-view-"+t.id,!0,2)))},(a=document).addEventListener?a.addEventListener(b,l,!1):a.attachEvent&&a.attachEvent("on"+b,l)}"yes"==t.triggers.on_inactivity&&(_("gsb-button-view-"+t.id)||(s("#gsb-buttons-"+t.id).hide(),o=setInterval((function(){!function(t){if(n+=1,!_("gsb-button-view-"+t.id)&&(s("#gsb-buttons-"+t.id).hide(),n>59)){if(!i){var e=m(t);s("#gsb-buttons-"+t.id).show(),s("#gsb-buttons-"+t.id).append("<div class='exit-intent'></div>"),"left"==e?s("#gsb-buttons-"+t.id+" .exit-intent").addClass("left-position"):s("#gsb-buttons-"+t.id+" .exit-intent").addClass("right-position"),s("#gsb-buttons-"+t.id).hasClass("single-btn")||s("#gsb-buttons-"+t.id+" .main-button").trigger("click"),setTimeout((function(){s("#gsb-buttons-"+t.id+" .exit-intent").addClass("active"),setTimeout((function(){s("#gsb-buttons-"+t.id+" .exit-intent").removeClass("active")}),2e3)}),100),i=!0,h(t),C("gsb-button-view-"+t.id,!0,2)}window.clearInterval(o)}}(t)}),1e3),s(document).on("mousemove",(function(t){n=0})),s(document).on("keyup",(function(t){n=0}))))}var a,b,l}(e),b+="#gsb-buttons-"+e.id+" .scw-greeting-message {background-color:"+e.settings.greeting_bg_color+";color:"+e.settings.greeting_text_color+";}",b+="#gsb-buttons-"+e.id+" .scw-greeting-message svg {fill:"+e.settings.greeting_text_color+";}",b+="#gsb-buttons-"+e.id+" .scw-greeting-message svg path {stroke:"+e.settings.greeting_text_color+";}",b+="#gsb-buttons-"+e.id+" .scw-greeting-message:after{border-color:"+e.settings.greeting_bg_color+" transparent transparent transparent;}",s("#gab_front_css").remove(),s("head").append("<style id='gab_front_css'>"+b+"</style>"),(_("gsb-button-view-"+e.id)||"0"==e.triggers.page_scroll&&"0"==e.triggers.seconds&&"no"==e.triggers.exit_intent)&&h(e),"right"==x){var A=s("#gsb-buttons-"+e.id+" .gsb-button-list.list_view").outerWidth()+parseInt(s("#gsb-buttons-"+e.id).css("right").replace("px","")),F=s("#gsb-buttons-"+e.id+" .gsb-button-list.grid_view").outerWidth()+parseInt(s("#gsb-buttons-"+e.id).css("right").replace("px",""));s(window).width()<=A&&(l+="#gsb-buttons-"+e.id+".right-side .gsb-button-list.list_view {transform: scale(0.5); transform-origin: bottom right;}"),s(window).width()<=F&&(l+="#gsb-buttons-"+e.id+".right-side .gsb-button-list.grid_view {transform: scale(0.5); transform-origin: bottom right;}")}else A=s("#gsb-buttons-"+e.id+" .gsb-button-list.list_view").outerWidth()+parseInt(s("#gsb-buttons-"+e.id).css("left").replace("px","")),F=s("#gsb-buttons-"+e.id+" .gsb-button-list.grid_view").outerWidth()+parseInt(s("#gsb-buttons-"+e.id).css("left").replace("px","")),s(window).width()<=A&&(l+="#gsb-buttons-"+e.id+".left-side .gsb-button-list.list_view {transform: scale(0.5); transform-origin: bottom left;}"),s(window).width()<=F&&(l+="#gsb-buttons-"+e.id+".left-side .gsb-button-list.grid_view {transform: scale(0.5); transform-origin: bottom left;}");var W=s("#gsb-buttons-"+e.id+" .gsb-trigger").outerHeight(!0);if(l+="#gsb-buttons-"+e.id+".open-form .scw-contact-form, #gsb-buttons-"+e.id+".open-whatsapp-popup .whatsapp-popup, #gsb-buttons-"+e.id+".open-wechat-popup .wechat-popup { bottom : "+W+"px }",l+="#gsb-buttons-"+e.id+".open-buttons:not(.has-no-close-button) .gsb-button-list.menu_view { bottom : "+W+"px }",s("#gsb_custom_css").remove(),s("head").append("<style id='gsb_custom_css'>"+l+"</style>"),s("#gsb-buttons-"+e.id+" .list_title_container").length)var U=s("#gsb-buttons-"+e.id+" .list_title_container").outerHeight(!0);else U=0;var Z=s("#gsb-buttons-"+e.id).css("bottom").replace("px",""),P=parseInt(W)+parseInt(Z)+parseInt(U)+parseInt("15");s("#gsb-buttons-"+e.id+" .list_view .channel-list-container").css("max-height","calc(100vh - "+P+"px)");var R=parseInt(W)+parseInt(Z)+parseInt(s("#gsb-buttons-"+e.id+" .whatsapp-popup").outerHeight(!0)),G=parseInt(W)+parseInt(Z)+parseInt(s("#gsb-buttons-"+e.id+" .whatsapp-popup .whatsapp-popup-header").outerHeight(!0))+parseInt(s("#gsb-buttons-"+e.id+" .whatsapp-popup .whatsapp-popup-footer").outerHeight(!0))+parseInt(10);R>s(window).height()?(s("#gsb-buttons-"+e.id+" .whatsapp-popup .whatsapp-popup-body").css("max-height","calc(100vh - "+G+"px)"),s("#gsb-buttons-"+e.id+" .whatsapp-popup .whatsapp-popup-body").css("min-height","calc(100vh - "+G+"px)")):s("#gsb-buttons-"+e.id+" .whatsapp-popup .whatsapp-popup-body").css("min-height","270px"),s(window).resize((function(){R>s(window).height()?(s("#gsb-buttons-"+e.id+" .whatsapp-popup .whatsapp-popup-body").css("max-height","calc(100vh - "+G+"px)"),s("#gsb-buttons-"+e.id+" .whatsapp-popup .whatsapp-popup-body").css("min-height","calc(100vh - "+G+"px)")):s("#gsb-buttons-"+e.id+" .whatsapp-popup .whatsapp-popup-body").css("min-height","270px")}));var $=parseInt(W)+parseInt(Z)+parseInt(s("#gsb-buttons-"+e.id+" .wechat-popup .wechat-popup-header").outerHeight(!0))+10;s("#gsb-buttons-"+e.id+" .wechat-popup .wechat-popup-body").css("max-height","calc(100vh - "+$+"px)");var E=W+5;s("#gsb-buttons-"+e.id+".view-list .list_view").css("bottom",E+"px"),s("#gsb-buttons-"+e.id+".view-grid .grid_view").css("bottom",E+"px"),s(document).on("click","#gsb-buttons-"+e.id+" .scw-greeting-message svg",(function(t){t.preventDefault(),s("#gsb-buttons-"+e.id+" .scw-greeting-message").remove(),C("gsb-greeting-"+e.id,!0,2)})),s(document).on("mouseenter","#gsb-buttons-"+e.id+".single .gsb-trigger .chat-button",(function(){s("#gsb-buttons-"+e.id+".single").hasClass("cta-first_click")&&!d(e)&&(s("#gsb-buttons-"+e.id+".gsb-trigger .chat-button").addClass("scb-tooltip cooltipz--visible"),s("#gsb-buttons-"+e.id+" .gsb-trigger .chat-button.scb-tooltip").attr("data-tooltip-dir","right"==x?"left":"right"),s("#gsb-buttons-"+e.id+".single .gsb-trigger .chat-button .cta-tooltip").show());var t=s(this).attr("data-hover-scb");s("#gsb-buttons-"+e.id+".single .gsb-trigger .chat-button .cta-tooltip").html(t),s("#gsb-buttons-"+e.id+".single .gsb-trigger .chat-button .cta-tooltip").length||""==t||s(this).append("<span class='cta-tooltip'>"+t+"</span>").addClass("cooltipz--visible")})),s(document).on("mouseleave","#gsb-buttons-"+e.id+".single .gsb-trigger .chat-button",(function(){s("#gsb-buttons-"+e.id+".single").hasClass("cta-first_click")&&!d(e)&&s("#gsb-buttons-"+e.id+".single .gsb-trigger .chat-button .cta-tooltip").hide(),s("#gsb-buttons-"+e.id+".single .gsb-trigger .chat-button .cta-tooltip").html(e.settings.call_to_action),""==e.settings.call_to_action&&""!=s(this).attr("data-hover-scb")&&(s(".cta-tooltip").remove(),s(this).removeClass("cooltipz--visible"))})),s(document).on("touch click","body",(function(){(s("#gsb-buttons-"+e.id).hasClass("view-grid")&&s("#gsb-buttons-"+e.id).hasClass("open-buttons")||s("#gsb-buttons-"+e.id).hasClass("view-list")&&s("#gsb-buttons-"+e.id).hasClass("open-buttons"))&&(s("#gsb-buttons-"+e.id).removeClass("open-buttons"),C("gsb-greeting-"+e.id,!0,2),s("#gsb-buttons-"+e.id+" .scw-greeting-message").remove()),s("#gsb-buttons-"+e.id).hasClass("open-whatsapp-popup")&&s("#gsb-buttons-"+e.id).hasClass("has-no-close-remove")&&s("#gsb-buttons-"+e.id).removeClass("open-whatsapp-popup has-no-close-remove").addClass("open-buttons has-no-close-button"),s("#gsb-buttons-"+e.id).hasClass("open-form")&&s("#gsb-buttons-"+e.id).hasClass("has-no-close-remove")&&s("#gsb-buttons-"+e.id).removeClass("open-form has-no-close-remove").addClass("open-buttons has-no-close-button"),s("#gsb-buttons-"+e.id).hasClass("open-wechat-popup")&&s("#gsb-buttons-"+e.id).hasClass("has-no-close-remove")&&s("#gsb-buttons-"+e.id).removeClass("open-wechat-popup has-no-close-remove").addClass("open-buttons has-no-close-button"),s("#gsb-buttons-"+e.id).hasClass("open-whatsapp-popup")&&s("#gsb-buttons-"+e.id).removeClass("open-whatsapp-popup"),s("#gsb-buttons-"+e.id).hasClass("open-form")&&s("#gsb-buttons-"+e.id).removeClass("open-form"),s("#gsb-buttons-"+e.id).hasClass("open-wechat-popup")&&s("#gsb-buttons-"+e.id).removeClass("open-wechat-popup")}))})),s(".chat-button-icon img").each((function(){s(this).closest(".chat-button-link").addClass("has-image")})),s(document).on("submit",".scw-contact-form",(function(t){t.preventDefault(),s(this).closest(".scw-contact-form").find(".scw-form-field").removeClass("has-error"),s(this).closest(".scw-contact-form").find(".scw-form-field").removeClass("has-error-valid");var o=s(this).closest(".scw-contact-form").attr("data_target");r=s(this).closest(".scw-contact-form").find(".scw-form-success.success-close-msg").length>0?1:0;var e=3;1==r&&(e=s(this).closest(".scw-contact-form").find(".scw-form-success.success-close-msg").attr("data_close_sec"));var i=0,n=s(this).closest(".gsb-buttons").attr("id");if(s.each(s(this).closest(".scw-contact-form").find(".scw-form-field .scw-field"),(function(){s(this).hasClass("is-require")&&""==s(this).val()&&(i+=1,s(this).closest(".scw-form-field").addClass("has-error")),s(this).hasClass("is-require")&&!s(this).is(":checked")&&"checkbox"===s(this).prop("type")&&(i+=1,s(this).closest(".scw-form-field").addClass("has-error")),""!=s(this).val()&&"email"==s(this).data("name")&&(/^([a-zA-Z0-9_.+-])+\@(([a-zA-Z0-9-])+\.)+([a-zA-Z0-9]{2,4})+$/.test(s(this).val())||(i+=1,s(this).closest(".scw-form-field").addClass("has-error-valid"))),""!=s(this).val()&&"phone"==s(this).data("name")&&(/^[0-9]*$/.test(s(this).val())||(i+=1,s(this).closest(".scw-form-field").addClass("has-error-valid")))})),0!=i&&(s(this).closest(".scw-contact-form").find(".scw-form-field.has-error-valid:first input").focus(),s(this).closest(".scw-contact-form").find(".scw-form-field.has-error:first input").focus()),0==i){s(this).find(":submit").prop("disabled",!0);var a=s(this).closest(".scw-contact-form").attr("id");s.ajax({url:gsb_settings.ajax_url,data:s("#"+a).serialize(),dateType:"json",type:"post",success:function(t){1==(t=s.parseJSON(t)).status?(s("#"+n+" .scw-contact-form").addClass("success-msg"),s("#"+n+" .scw-contact-form").removeClass("has-error"),s("#"+n+" .scw-contact-form .scw-form-success").text(t.message),s("#"+n+" .scw-contact-form .scw-field").val(""),s("#"+n+" .scw-contact-form .consent-check-box input").prop("checked",!1),s("#"+n+" .scw-contact-form .scw-form-btn button").prop("disabled",!1),1==r&&setTimeout((function(){s("#"+n).closest(".gsb-buttons").hasClass("open-form")&&s("#"+n).closest(".gsb-buttons").hasClass("has-no-close-remove")&&s("#"+n).closest(".gsb-buttons").removeClass("open-form has-no-close-remove").addClass("open-buttons has-no-close-button"),s("#"+n).hasClass("open-form")&&s("#"+n).removeClass("open-form")}),1e3*e),""!=t.data.URL&&("blank"==o?window.open(t.data.URL,"_blank"):window.location.href=t.data.URL)):0==t.status&&(s("#"+n+" .scw-contact-form .scw-form-btn button").prop("disabled",!1),s("#"+n+" .scw-contact-form").addClass("success-msg has-error"),s("#"+n+" .scw-contact-form .scw-field").each((function(o,e){var i=s(this).attr("name").replace("scw_form_fields[","");i=i.replace("]",""),s.inArray(i,t.has_error)>=0?s(this).closest(".scw-form-field").addClass("has-error"):s.inArray(i,t.has_error_valid)>=0&&s(this).closest(".scw-form-field").addClass("has-error-valid")})),s("#"+n+" .scw-contact-form .scw-form-success").text(t.message))}})}})),s(document).on("keyup",".scw-field-phone",(function(){var t=s(this).val();t.match(/^[0-9]+$/)||s(this).val(t.replace(/\D/g,""))})),s(document).on("touch click",".gsb-buttons .gsb-trigger .gsb-trigger-top a",(function(){C("gsb-button-click-"+s(this).closest(".gsb-buttons").data("id"),!0,2),s(this).closest(".gsb-buttons").hasClass("cta-first_click")&&(s(this).closest("div[data-scb]").attr("data-scb",""),s(this).closest(".gsb-buttons").find(".cta-tooltip").remove())})),s(document).on("touch click",".gsb-buttons .gsb-trigger .gsb-trigger-top a, .gsb-buttons .gsb-trigger .chat-button a",(function(){C("gsb-button-click-"+s(this).closest(".gsb-buttons").data("id"),!0,2),s(this).closest(".gsb-buttons").hasClass("cta-first_click")&&(s(this).closest("div[data-scb]").attr("data-scb",""),s(this).closest(".gsb-buttons").find(".cta-tooltip").remove())})),s(document).on("touch click",".gsb-buttons .gsb-trigger .gsb-trigger-top a, .gsb-buttons .gsb-trigger .gsb-trigger-bottom a",(function(){var t=s(this).closest(".gsb-buttons").data("id");s("#gsb-buttons-"+t+" .gsb-pending-message").remove(),C("gsb-greeting-"+t,!0,2),s("#gsb-buttons-"+t+" .scw-greeting-message").remove()})),s(document).on("touch click",".gsb-buttons .gsb-trigger .gsb-trigger-bottom a",(function(){C("gsb-button-click-"+s(this).closest(".gsb-buttons").data("id"),!0,2),s(this).closest(".gsb-buttons").hasClass("cta-first_click")&&(s(this).closest("div[data-scb]").attr("data-scb",""),s(this).closest(".gsb-buttons").find(".cta-tooltip").remove())})),s(document).on("mouseenter",".gsb-buttons .gsb-trigger a",(function(){var t=s(this).closest(".gsb-buttons").data("id"),o=s(this).closest(".gsb-buttons").data("animation");s("#gsb-buttons-"+t+" .gsb-trigger .gsb-trigger-top a").removeClass(o),s("#gsb-buttons-"+t+" .gsb-trigger .chat-button a").removeClass(o)})),s(document).on("touch click",".gsb-buttons:not(.single) .gsb-trigger .gsb-trigger-top a",(function(t){t.preventDefault();var o=s(this).closest(".gsb-buttons").data("id");s(this).closest(".gsb-buttons").removeClass("open-form"),s(this).closest(".gsb-buttons").removeClass("open-whatsapp-popup"),s(this).closest(".gsb-buttons").removeClass("open-wechat-popup"),s("#gsb-buttons-"+o+" .scw-contact-form .scw-form-field").removeClass("has-error"),s(this).closest("#gsb-buttons-"+o).find(".scw-contact-form").removeClass("success"),s(this).closest("#gsb-buttons-"+o).find(".scw-contact-form").removeClass("success-msg"),s(this).closest("#gsb-buttons-"+o).find(".scw-contact-form").removeClass("has-error"),s(this).closest("#gsb-buttons-"+o).removeClass("has-no-animation"),s(this).closest("#gsb-buttons-"+o).removeClass("has-no-tooltip-animation"),s(this).closest(".gsb-buttons").addClass("open-buttons")})),s(document).on("touch click",".gsb-buttons.single .gsb-trigger .chat-button a",(function(){var t=s(this).closest(".gsb-buttons").data("id");(s("#gsb-buttons-"+t+".single .gsb-trigger .gsb-trigger-contact").length||s("#gsb-buttons-"+t+".single .gsb-trigger .gsb-trigger-whatsapp-popup").length||s("#gsb-buttons-"+t+".single .gsb-trigger .gsb-trigger-wechat-popup").length)&&s("#gsb-buttons-"+t+".single .gsb-trigger .chat-button").removeClass("cooltipz--visible")})),s(document).on("touch click",".gsb-buttons .gsb-trigger .gsb-trigger-contact a",(function(t){t.preventDefault();var o=s(this).closest(".gsb-buttons").data("id");s(this).closest(".gsb-buttons").removeClass("open-form"),s("#gsb-buttons-"+o+" .scw-contact-form .scw-form-field").removeClass("has-error"),s(this).closest(".gsb-buttons").addClass("open-buttons"),s(this).closest(".gsb-buttons").hasClass("has-no-close-remove")&&(s(this).closest(".gsb-buttons").addClass("has-no-close-button"),s(this).closest(".gsb-buttons").removeClass("has-no-close-remove")),C("gsb-greeting-"+o,!0,2),s("#gsb-buttons-"+o+" .scw-greeting-message").remove(),s("#gsb-buttons-"+o).hasClass("cta-first_click")&&!_("gsb-button-click-"+o)&&s("#gsb-buttons-"+o+".single .gsb-trigger .chat-button").addClass("cooltipz--visible"),s("#gsb-buttons-"+o).hasClass("cta-all_time")&&s("#gsb-buttons-"+o+".single .gsb-trigger .chat-button").addClass("cooltipz--visible")})),s(document).on("touch click",".gsb-buttons .gsb-trigger .gsb-trigger-whatsapp-popup a",(function(t){t.preventDefault();var o=s(this).closest(".gsb-buttons").data("id");s(this).closest(".gsb-buttons").removeClass("open-whatsapp-popup"),s(this).closest(".gsb-buttons").addClass("open-buttons"),s(this).closest(".gsb-buttons").hasClass("has-no-close-remove")&&(s(this).closest(".gsb-buttons").addClass("has-no-close-button"),s(this).closest(".gsb-buttons").removeClass("has-no-close-remove")),C("gsb-greeting-"+o,!0,2),s("#gsb-buttons-"+o+" .scw-greeting-message").remove(),s("#gsb-buttons-"+o).hasClass("cta-first_click")&&!_("gsb-button-click-"+o)&&s("#gsb-buttons-"+o+".single .gsb-trigger .chat-button").addClass("cooltipz--visible"),s("#gsb-buttons-"+o).hasClass("cta-all_time")&&s("#gsb-buttons-"+o+".single .gsb-trigger .chat-button").addClass("cooltipz--visible")})),s(document).on("touch click",".gsb-buttons .gsb-trigger .gsb-trigger-wechat-popup a",(function(t){t.preventDefault();var o=s(this).closest(".gsb-buttons").data("id");s(this).closest(".gsb-buttons").removeClass("open-wechat-popup"),s(this).closest(".gsb-buttons").addClass("open-buttons"),s(this).closest(".gsb-buttons").hasClass("has-no-close-remove")&&(s(this).closest(".gsb-buttons").removeClass("has-no-close-remove"),s(this).closest(".gsb-buttons").addClass("has-no-close-button")),C("gsb-greeting-"+o,!0,2),s("#gsb-buttons-"+o+" .scw-greeting-message").remove(),s("#gsb-buttons-"+o).hasClass("cta-first_click")&&!_("gsb-button-click-"+o)&&s("#gsb-buttons-"+o+".single .gsb-trigger .chat-button").addClass("cooltipz--visible"),s("#gsb-buttons-"+o).hasClass("cta-all_time")&&s("#gsb-buttons-"+o+".single .gsb-trigger .chat-button").addClass("cooltipz--visible")})),s(document).on("touch click",".gsb-buttons .scw-contact-form .scw-form-close",(function(t){t.preventDefault();var o=s(this).closest(".gsb-buttons").data("id");s(this).closest("#gsb-buttons-"+o).removeClass("open-form"),s("#gsb-buttons-"+o+" .scw-contact-form .scw-form-field").removeClass("has-error"),s(this).closest("#gsb-buttons-"+o+".has-no-close-button").addClass("open-buttons"),s(this).closest(".gsb-buttons").hasClass("has-no-close-remove")&&(s(this).closest(".gsb-buttons").addClass("has-no-close-button"),s(this).closest(".gsb-buttons").removeClass("has-no-close-remove")),s("#gsb-buttons-"+o).hasClass("cta-all_time")&&s("#gsb-buttons-"+o+".single .gsb-trigger .chat-button").addClass("cooltipz--visible")})),s(document).on("touch click",".gsb-buttons .whatsapp-popup .whatsapp-popup-close-btn",(function(t){t.preventDefault();var o=s(this).closest(".gsb-buttons").data("id");s(this).closest("#gsb-buttons-"+o).removeClass("open-whatsapp-popup"),s(this).closest("#gsb-buttons-"+o+".has-no-close-button").addClass("open-buttons"),s(this).closest(".gsb-buttons").hasClass("has-no-close-remove")&&(s(this).closest(".gsb-buttons").addClass("has-no-close-button"),s(this).closest(".gsb-buttons").removeClass("has-no-close-remove")),s("#gsb-buttons-"+o).hasClass("cta-all_time")&&s("#gsb-buttons-"+o+".single .gsb-trigger .chat-button").addClass("cooltipz--visible")})),s(document).on("touch click",".gsb-buttons .wechat-popup .wechat-popup-close-btn",(function(t){t.preventDefault();var o=s(this).closest(".gsb-buttons").data("id");s(this).closest(".gsb-buttons").hasClass("has-no-close-remove")&&(s(this).closest(".gsb-buttons").removeClass("has-no-close-remove"),s(this).closest(".gsb-buttons").addClass("has-no-close-button")),s(this).closest("#gsb-buttons-"+o).removeClass("open-wechat-popup"),s(this).closest("#gsb-buttons-"+o+".has-no-close-button").addClass("open-buttons"),s("#gsb-buttons-"+o).hasClass("cta-all_time")&&s("#gsb-buttons-"+o+".single .gsb-trigger .chat-button").addClass("cooltipz--visible")})),s(document).on("touch click",".gsb-buttons .close-view-btn",(function(t){t.preventDefault(),s(this).closest(".gsb-buttons").removeClass("open-buttons")})),s(document).on("touch click",".gsb-buttons:not(.single) .gsb-trigger .gsb-trigger-bottom a",(function(t){t.preventDefault(),s(this).closest(".gsb-buttons").removeClass("has-no-animation"),s(this).closest(".gsb-buttons").removeClass("open-buttons")})),s(document).on("touch click",".gsb-buttons:not(.single) .gsb-button-list:not(.list_view) .chat-button .channel-contact_form , .gsb-buttons.single .gsb-button-list:not(.list_view) + .gsb-trigger .chat-button .channel-contact_form",(function(){s(this).closest(".gsb-buttons").find(".gsb-button-list .chat-button").length,s(this).closest(".gsb-buttons").hasClass("open-form")?(s(this).closest(".gsb-buttons").addClass("open-buttons"),s(this).closest(".gsb-buttons").removeClass("open-form")):(s(this).closest(".gsb-buttons").hasClass("has-no-close-button")&&(s(this).closest(".gsb-buttons").addClass("has-no-close-remove"),s(this).closest(".gsb-buttons").removeClass("has-no-close-button")),s(this).closest(".gsb-buttons").removeClass("open-buttons"),s(this).closest(".gsb-buttons").addClass("open-form"),s(this).closest(".gsb-buttons").find(".scw-contact-form").removeClass("success"),s(this).closest(".gsb-buttons").find(".scw-contact-form").removeClass("success-msg"),s(this).closest(".gsb-buttons").find(".scw-contact-form").removeClass("has-error"))})),s(document).on("touch click",".gsb-buttons:not(.single) .list_view .gsb-social-channel",(function(){s(this).closest(".gsb-buttons").find(".gsb-button-list .chat-button").length;var t=s(this).data("channel"),o=s(this).closest(".gsb-buttons").data("id");"contact_form"==t&&(s(this).closest(".gsb-buttons").hasClass("open-form")?(s(this).closest(".gsb-buttons").addClass("open-buttons"),s(this).closest(".gsb-buttons").removeClass("open-form")):(s(this).closest(".gsb-buttons").removeClass("open-buttons"),s(this).closest(".gsb-buttons").addClass("open-form"),s(this).closest("#gsb-buttons-"+o).find(".scw-contact-form").removeClass("success"),s(this).closest("#gsb-buttons-"+o).find(".scw-contact-form").removeClass("success-msg"),s(this).closest("#gsb-buttons-"+o).find(".scw-contact-form").removeClass("has-error")))})),s(document).on("touch click",".gsb-buttons:not(.single) .gsb-button-list:not(.list_view) .chat-button .channel-whats , .gsb-buttons.single .gsb-button-list:not(.list_view) + .gsb-trigger .chat-button .channel-whats",(function(){s(this).closest(".gsb-buttons").find(".gsb-button-list .chat-button").length;var t=s(this).data("channel");s(this).closest(".gsb-buttons").find("#"+t+"_popup").length&&(s(this).closest(".gsb-buttons").hasClass("open-whatsapp-popup")?(s(this).closest(".gsb-buttons").addClass("open-buttons"),s(this).closest(".gsb-buttons").removeClass("open-whatsapp-popup"),s(".whatsapp-popup").removeClass("active"),s("#"+t+"_popup").removeClass("active")):(s(this).closest(".gsb-buttons").hasClass("has-no-close-button")&&(s(this).closest(".gsb-buttons").addClass("has-no-close-remove"),s(this).closest(".gsb-buttons").removeClass("has-no-close-button")),s(this).closest(".gsb-buttons").removeClass("open-buttons"),s(this).closest(".gsb-buttons").addClass("open-whatsapp-popup"),s(".whatsapp-popup").removeClass("active"),s("#"+t+"_popup").addClass("active")))})),s(document).on("touch click",".gsb-buttons:not(.single) .list_view .gsb-social-channel",(function(){s(this).closest(".gsb-buttons").find(".gsb-button-list .chat-button").length;var t=s(this).data("channel");"whatsapp"==t.replace(/_\d+$/,"")&&s(this).closest(".gsb-buttons").find("#"+t+"_popup").length&&(s(this).closest(".gsb-buttons").hasClass("open-whatsapp-popup")?(s(this).closest(".gsb-buttons").addClass("open-buttons"),s(this).closest(".gsb-buttons").removeClass("open-whatsapp-popup"),s(".whatsapp-popup").removeClass("active"),s("#"+t+"_popup").removeClass("active")):(s(this).closest(".gsb-buttons").removeClass("open-buttons"),s(this).closest(".gsb-buttons").addClass("open-whatsapp-popup"),s(".whatsapp-popup").removeClass("active"),s("#"+t+"_popup").addClass("active")))})),s(document).on("touch click",".gsb-buttons:not(.single) .gsb-button-list:not(.list_view) .chat-button .channel-wechats , .gsb-buttons.single .gsb-button-list:not(.list_view) + .gsb-trigger .chat-button .channel-wechats",(function(){s(this).closest(".gsb-buttons").find(".gsb-button-list .chat-button").length;var t=s(this).data("channel");s(this).closest(".gsb-buttons").find("#"+t+"_popup").length&&(s(this).closest(".gsb-buttons").hasClass("open-wechat-popup")?(s(this).closest(".gsb-buttons").addClass("open-buttons"),s(this).closest(".gsb-buttons").removeClass("open-wechat-popup"),s(".wechat-popup").removeClass("active"),s("#"+t+"_popup").removeClass("active")):(s(this).closest(".gsb-buttons").hasClass("has-no-close-button")&&(s(this).closest(".gsb-buttons").addClass("has-no-close-remove"),s(this).closest(".gsb-buttons").removeClass("has-no-close-button")),s(this).closest(".gsb-buttons").removeClass("open-buttons"),s(this).closest(".gsb-buttons").addClass("open-wechat-popup"),s(".wechat-popup").removeClass("active"),s("#"+t+"_popup").addClass("active")))})),s(document).on("touch click",".gsb-buttons:not(.single) .list_view .gsb-social-channel",(function(){s(this).closest(".gsb-buttons").find(".gsb-button-list .chat-button").length;var t=s(this).data("channel");"wechat"==t.replace(/_\d+$/,"")&&s(this).closest(".gsb-buttons").find("#"+t+"_popup").length&&(s(this).closest(".gsb-buttons").hasClass("open-wechat-popup")?(s(this).closest(".gsb-buttons").addClass("open-buttons"),s(this).closest(".gsb-buttons").removeClass("open-wechat-popup"),s(".wechat-popup").removeClass("active"),s("#"+t+"_popup").removeClass("active")):(s(this).closest(".gsb-buttons").removeClass("open-buttons"),s(this).closest(".gsb-buttons").addClass("open-wechat-popup"),s(".wechat-popup").removeClass("active"),s("#"+t+"_popup").addClass("active")))})),s(document).on("touch click",".gsb-buttons .gsb-button-list, .gsb-buttons .gsb-trigger-button, .gsb-buttons .whatsapp-popup, .gsb-buttons .scw-contact-form, .gsb-buttons .wechat-popup",(function(t){t.stopPropagation()})),s(document).on("touch click",".gsb-buttons .chat-button a",(function(){var t=s(this).closest(".gsb-buttons").data("id");s("#gsb-buttons-"+t+" .gsb-pending-message").remove(),C("gsb-greeting-"+t,!0,2),s("#gsb-buttons-"+t+" .scw-greeting-message").remove()})))})),s(window).resize((function(){!function(){if(s(".ginger-front-buttons").length&&s(".sticky-button-list").length&&s(".sticky-button-list .channel-btn").length&&s(".ginger-front-buttons .cta-button").length){s(".sticky-button-list .button-list").attr("style",""),s(".sticky-button-list .button-list").removeClass("has-grid-layout");var t=parseInt(gsb_settings.icon_size)+parseInt(gsb_settings.bottom);if(s(".sticky-button-list .button-list .channel-btn").length>2&&(t+=parseInt(s(".sticky-button-list .button-list .channel-btn").length)*(parseInt(gsb_settings.icon_size)+5))>=s(window).height()){var o=Math.floor(Math.sqrt(parseInt(s(".sticky-button-list .button-list .channel-btn").length)));o=(parseInt(gsb_settings.icon_size)+5)*o,s(".sticky-button-list .button-list").height(o),o=Math.ceil(Math.sqrt(parseInt(s(".sticky-button-list .button-list .channel-btn").length))),o=(parseInt(gsb_settings.icon_size)+5)*o,s(".sticky-button-list .button-list").width(o),s(".sticky-button-list .button-list").addClass("has-grid-layout"),s(".sticky-button-list .button-list").css("bottom",parseInt(gsb_settings.icon_size)+5+"px"),s(".sticky-button-list .button-list .ginger-social-channel").attr("data-ginger-tooltip-location","top")}}}()}))}(jQuery)})();
     1function show_sticky_chat_widget(t){if(void 0!==t){const s=jQuery("#gsb-buttons-"+t);s.length&&(s.hasClass("open-form")?s.addClass("active").removeClass("open-form").addClass("open-buttons"):s.hasClass("open-whatsapp-popup")?s.addClass("active").removeClass("open-whatsapp-popup").addClass("open-buttons"):s.hasClass("open-wechat-popup")?s.addClass("active").removeClass("open-wechat-popup").addClass("open-buttons"):s.hasClass("active")&&"none"===s.css("display")?(s.show().addClass("open-buttons"),setSCWCookie("gsb-button-view-"+t,!0,2)):s.addClass("active").addClass("open-buttons"))}else{const t=jQuery(".gsb-buttons:eq(0)"),s=t.data("id");t.hasClass("open-form")?t.addClass("active").removeClass("open-form").addClass("open-buttons"):t.hasClass("open-whatsapp-popup")?t.addClass("active").removeClass("open-whatsapp-popup").addClass("open-buttons"):t.hasClass("open-wechat-popup")?t.addClass("active").removeClass("open-wechat-popup").addClass("open-buttons"):t.hasClass("active")&&"none"===t.css("display")?(t.show().addClass("open-buttons"),setSCWCookie("gsb-button-view-"+s,!0,2)):t.addClass("active").addClass("open-buttons")}}function hide_sticky_chat_widget(){jQuery(".gsb-buttons").removeClass("open-buttons")}function show_scw_contact_form(t){if(void 0!==t){var s=jQuery("#gsb-buttons-"+t);s.hasClass("open-buttons")?s.addClass("active").removeClass("open-buttons").addClass("open-form"):s.hasClass("open-whatsapp-popup")?s.addClass("active").removeClass("open-whatsapp-popup").addClass("open-form"):s.hasClass("open-wechat-popup")?s.addClass("active").removeClass("open-wechat-popup").addClass("open-form"):s.hasClass("active")&&"none"===s.css("display")?(s.show().addClass("open-form"),setSCWCookie("gsb-button-view-"+t,!0,2)):s.addClass("active").addClass("open-form")}else{var o=jQuery(".gsb-buttons:eq(0)"),e=o.data("id");o.hasClass("open-buttons")?o.addClass("active").removeClass("open-buttons").addClass("open-form"):o.hasClass("open-whatsapp-popup")?o.addClass("active").removeClass("open-whatsapp-popup").addClass("open-form"):o.hasClass("open-wechat-popup")?o.addClass("active").removeClass("open-wechat-popup").addClass("open-form"):o.hasClass("active")&&"none"===o.css("display")?(o.show().addClass("open-form"),setSCWCookie("gsb-button-view-"+e,!0,2)):o.addClass("active").addClass("open-form")}}function hide_scw_contact_form(){jQuery(".gsb-buttons").removeClass("open-form")}function setSCWCookie(t,s,o){var e=new Date;e.setTime(e.getTime()+36e5*o),document.cookie=t+"="+s+";path=/;expires="+e.toGMTString()}(()=>{function t(s){return(t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(s)}!function(s){"use strict";var o,e=!1,i=!1,n=0,a=!0,b="",l="",r=0;function c(t,s,o){var e=s;s=parseInt(s-parseInt(.15*s))+15;var i,n=0,a=1.2,b=-1.5,l=1,r=0;do{b=Math.round(s*Math.cos(.5*(r-n)*Math.PI/(l+1))),i=Math.round(s*Math.sin(.5*(r-n)*Math.PI/(l+1))),r++,b<0&&(n=--r,a+=.9,l+=1)}while(r<=t);return b*=a,i*=a,i=parseFloat(i)-parseFloat(.15*e),"right"==o&&(b=parseFloat(b)-parseFloat(.15*e)),[b,i]}function g(t,o,i){var n="",a=1==t.contact_form_setting.is_redirect?t.contact_form_setting.redirect_url:"",b=1==t.contact_form_setting.is_redirect_new_tab?"blank":"";n+="<form class='scw-contact-form' id='scw_contact_form_"+o+"' data_target='"+b+"'>",n+="<div class='scw-form-container'>",n+="<div class='scw-form-close'><span class='dashicons dashicons-arrow-down-alt2'></span></div>",n+="<div class='scw-form-title'>"+t.contact_form_setting.form_title+"</div>",n+="<div class='scw-form'>",n+="<div class='scw-form-body'>",s.each(t.contact_form_setting.fields,(function(t,s){if("1"==s.is_visible){var e="",i="";"1"==s.is_required&&(e="is-require",i="<span> *</span>"),n+="<div class='scw-form-field'>","consent_checkbox"!=t&&(n+="<label for='"+o+"contact_form_"+t+"'>"+s.label+i+"</label>"),"message"==t?n+="<textarea id='"+o+"contact_form_"+t+"' data-name='"+t+"' name='scw_form_fields["+t+"]' class='scw-field scw-field-"+t+" "+e+"' placeholder='"+s.placeholder_text+"'></textarea>":"consent_checkbox"==t?(n+="<div class='d-flex consent-check-box'>",n+="<input type='checkbox' name='scw_consent_checkbox' class='scw-field sr-only scw-field-"+t+" "+e+"' data-name='"+t+"' id='"+o+"contact_form_"+t+"'>",n+="<label for='"+o+"contact_form_"+t+"'>"+s.placeholder_text+"</label>",n+="</div>"):n+="<input id='"+o+"contact_form_"+t+"' data-name='"+t+"' type='text' name='scw_form_fields["+t+"]' class='scw-field scw-field-"+t+" "+e+"' placeholder='"+s.placeholder_text+"' autocomplete='off'>","1"==s.is_required&&(n+="<span class='error-msg'>"+s.required_msg+"</span>"),"email"==t&&(n+="<span class='error-msg-valid'>Please enter valid email</span>"),"phone"==t&&(n+="<span class='error-msg-valid'>Please enter valid Phone</span>"),n+="</div>"}})),n+="</div>",n+="<div class='scw-form-btn'>",n+="<button type='submit'>"+t.contact_form_setting.btn_text+"</button>",n+="</div>";var l="",r="";1==t.contact_form_setting.is_close_aftr_submit&&(r="success-close-msg",l="data_close_sec='"+t.contact_form_setting.close_after_sec+"'"),n+="<div class='scw-form-success success-open-msg "+r+"' "+l+">",n+=t.contact_form_setting.success_msg,n+="</div>",n+="</div>",n+="</div>",n+="<input type='hidden' name='action' value='scw_save_form_data'>",n+="<input type='hidden' name='nonce' value='"+gsb_settings.form_data_nonce+"'>",n+="<input type='hidden' name='call_back_url' value='"+a+"'>",n+="<input type='hidden' name='scw_form_fields[page_url]' value='"+window.location.href+"'>",n+="<input type='hidden' name='scw_form_fields[widget_id]' value='"+o+"'>",n+="<input type='hidden' name='scw_form_fields[is_from_mobile]' value='"+e+"'>",n+="</form>";var c="chat-button-link",g="";d(i)&&(g=t.title);var p="<div class='gsb-trigger-contact'><a href='"+t.href+"' data-scb='"+g+"' target='"+t.target+"' class='scb-tooltip "+c+" gsb-social-channel' id='' data-channel='"+t.channel+"'><span class='sr-only'>"+t.title+'</span><span class="chat-button-icon"><svg xmlns="http://www.w3.org/2000/svg" fill="#ffffff" viewBox="0 0 30 30" width="90" height="90"><path d="M7 4c-.256 0-.512.097-.707.293l-2 2a1 1 0 0 0 0 1.414L11.586 15l-7.293 7.293a1 1 0 0 0 0 1.414l2 2a1 1 0 0 0 1.414 0L15 18.414l7.293 7.293a1 1 0 0 0 1.414 0l2-2a1 1 0 0 0 0-1.414L18.414 15l7.293-7.293a1 1 0 0 0 0-1.414l-2-2a1 1 0 0 0-1.414 0L15 11.586 7.707 4.293C7.512 4.097 7.256 4 7 4z"></path></svg></span></a></div>';s("#gsb-buttons-"+o+" .gsb-trigger .gsb-trigger-button").append(p),s("#gsb-buttons-"+o+" .gsb-trigger .gsb-trigger-button a.channel-contact_form span").removeClass(c);var u="<style>";return u+="#gsb-buttons-"+o+" .scw-contact-form .scw-form-btn button { background-color:"+t.contact_form_setting.btn_bg_color+";color : "+t.contact_form_setting.btn_color+" }",u+="#gsb-buttons-"+o+" .scw-contact-form .consent-check-box input:checked + label:before { background-color:"+t.contact_form_setting.btn_bg_color+";border-color:"+t.contact_form_setting.btn_bg_color+";color : "+t.contact_form_setting.btn_color+" }",u+="#gsb-buttons-"+o+" .scw-contact-form .scw-form-btn button:hover { background-color:"+t.contact_form_setting.btn_bg_hover_color+";color : "+t.contact_form_setting.btn_hover_color+" }",u+="</style>",s("head").append(u),n}function p(t,o,i){var n,a=new Date,b=a.getMinutes()<10?"0"+a.getMinutes():a.getMinutes(),l=(a.getHours()<10?"0"+a.getHours():a.getHours())+":"+b;n=e?"https://wa.me/"+t.value:"https://web.whatsapp.com/send";var r="";""==t.whatsapp_popup_setting.user_profile_image&&(r="no-user-profile");var c="";c+='<div class="whatsapp-popup" id="'+t.channel+'_popup">',c+='<div class="whatsapp-popup-header">',c+='<div class="whatsapp-profile">',""!=t.whatsapp_popup_setting.custom_whatsapp_profile?c+='<img src="'+t.whatsapp_popup_setting.custom_whatsapp_profile+'" alt="Profile image">':c+='<svg xmlns="http://www.w3.org/2000/svg" width="32" height="33" viewBox="0 0 32 33" fill="none"> <g filter="url(#filter0_f_9477_7201)"> <path d="M9.95924 25.2858L10.3674 25.5276C12.0818 26.545 14.0475 27.0833 16.052 27.0842H16.0562C22.2122 27.0842 27.2221 22.0753 27.2247 15.919C27.2258 12.9357 26.0652 10.1303 23.9565 8.01998C22.9223 6.97924 21.6919 6.15397 20.3365 5.59195C18.9812 5.02992 17.5278 4.74231 16.0606 4.74576C9.89989 4.74576 4.88975 9.75407 4.88756 15.91C4.88453 18.0121 5.47648 20.0722 6.59498 21.852L6.86071 22.2742L5.73223 26.394L9.95924 25.2858ZM2.50586 29.5857L4.41235 22.6249C3.23657 20.5878 2.618 18.2768 2.61873 15.9091C2.62183 8.50231 8.64941 2.47656 16.0564 2.47656C19.6508 2.47839 23.0245 3.87717 25.5618 6.41629C28.0991 8.95542 29.4952 12.3305 29.4939 15.9199C29.4906 23.3262 23.4621 29.353 16.0562 29.353H16.0504C13.8016 29.3521 11.592 28.788 9.62923 27.7177L2.50586 29.5857Z" fill="#B3B3B3"/> </g> <path d="M2.36719 29.447L4.27368 22.4862C3.09587 20.4442 2.47721 18.1278 2.48005 15.7705C2.48316 8.36364 8.51074 2.33789 15.9177 2.33789C19.5121 2.33972 22.8859 3.73849 25.4232 6.27762C27.9605 8.81675 29.3565 12.1918 29.3552 15.7812C29.3519 23.1875 23.3234 29.2143 15.9175 29.2143H15.9117C13.663 29.2134 11.4533 28.6493 9.49056 27.5791L2.36719 29.447Z" fill="white"/> <path d="M15.715 3.84769C9.17146 3.84769 3.85 9.16696 3.84767 15.7051C3.84445 17.9377 4.47318 20.1257 5.66119 22.016L5.94343 22.4646L4.48888 27.2525L9.23469 25.663L9.66824 25.9199C11.4891 27.0005 13.5769 27.5719 15.7061 27.5731H15.7105C22.249 27.5731 27.5705 22.2532 27.573 15.7146C27.5779 14.1562 27.2737 12.6123 26.6778 11.1722C26.082 9.73214 25.2064 8.42458 24.1017 7.3252C23.0032 6.21981 21.6963 5.34329 20.2567 4.74637C18.8171 4.14946 17.2734 3.844 15.715 3.84769Z" fill="#25D366"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M12.0858 9.60401C11.8138 9.00922 11.5276 8.99717 11.2692 8.98687L10.5736 8.97852C10.3316 8.97852 9.93846 9.0679 9.60608 9.42544C9.27369 9.78297 8.33594 10.6471 8.33594 12.4046C8.33594 14.1622 9.63628 15.8605 9.81747 16.0991C9.99866 16.3377 12.3277 20.0594 16.0162 21.4913C19.0813 22.6813 19.705 22.4446 20.3706 22.3852C21.0361 22.3257 22.5175 21.521 22.8197 20.6869C23.1219 19.8527 23.1221 19.138 23.0315 18.9886C22.9409 18.8391 22.6989 18.7503 22.3357 18.5716C21.9725 18.3928 20.1888 17.5287 19.8562 17.4094C19.5236 17.2901 19.2818 17.2308 19.0396 17.5883C18.7975 17.9459 18.1029 18.7501 17.8911 18.9886C17.6793 19.227 17.4679 19.2569 17.1047 19.0783C16.7416 18.8998 15.5731 18.5224 14.1867 17.3054C13.108 16.3585 12.3799 15.1892 12.1679 14.8318C11.9559 14.4745 12.1454 14.2809 12.3274 14.1029C12.4902 13.9428 12.6901 13.6858 12.8719 13.4773C13.0537 13.2688 13.1135 13.1197 13.2343 12.8817C13.3551 12.6437 13.2949 12.4346 13.2041 12.256C13.1133 12.0774 12.4083 10.3105 12.0858 9.60401Z" fill="white"/> <defs> <filter id="filter0_f_9477_7201" x="1.21611" y="1.18682" width="29.5678" height="29.6889" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"> <feFlood flood-opacity="0" result="BackgroundImageFix"/> <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/> <feGaussianBlur stdDeviation="0.644873" result="effect1_foregroundBlur_9477_7201"/> </filter> </defs> </svg>',c+="</div>",c+='<div class="whatsapp-popup-title-section">',c+='<div class="whatsapp-popup-title">'+t.whatsapp_popup_setting.whatsapp_popup_title+"</div>",c+='<div class="whatsapp-popup-sub-title">'+t.whatsapp_popup_setting.whatsapp_popup_sub_title+"</div>",c+="</div>",c+='<div class="whatsapp-popup-close-btn"><span class="dashicons dashicons-arrow-down-alt2"></span></div>',c+="</div>",c+='<div class="whatsapp-popup-body">',""!=t.whatsapp_popup_setting.user_profile_image&&(c+="<img src='"+t.whatsapp_popup_setting.user_profile_image+"' class='wp-user-profile-img'>"),""!=t.whatsapp_popup_setting.whatsapp_popup_text&&(c+='<div class="whatsapp-chat '+r+'">',""!=t.whatsapp_popup_setting.user_name_to_display&&(c+='<div class="whatsapp-chat-user-name">'+t.whatsapp_popup_setting.user_name_to_display+"</div>"),c+='<div class="whatsapp-chat-content">'+t.whatsapp_popup_setting.whatsapp_popup_text+"</div>",c+='<div class="whatsapp-chat-time">'+l+"</div>",c+="</div>"),c+="</div>",c+='<form class="whatsapp-popup-form" id="whatsapp_popup_form_'+o+'" method="get" autocomplete="off" target="_blank" action="'+n+'">',c+='<div class="whatsapp-popup-footer">',c+='<label class="sr-only" for="'+o+'_scw_whatsapp_input">Whatsapp chat</label>',c+='<input type="text" name="text" id="'+o+'_scw_whatsapp_input" class="whatsapp-chat-input" value="'+t.whatsapp_message+'">',c+='<div class="whatsapp-form-btn">',c+='<button type="submit" class="whatsapp-send-btn">',c+='<svg viewBox="0 0 24 24" height="24" width="24"  version="1.1" x="0px" y="0px" enable-background="new 0 0 24 24"><title>send</title><path  d="M1.101,21.757L23.8,12.028L1.101,2.3l0.011,7.912l13.623,1.816L1.112,13.845 L1.101,21.757z"></path></svg>',c+='<span class="sr-only">Submit</span>',c+="</button>",c+='<input type="hidden" name="phone" value="'+t.value+'">',c+="</div>",c+="</div>",c+="</form>",c+="</div>";var g="chat-button-link",p="";d(i)&&(p=t.title);var u="<div class='gsb-trigger-whatsapp-popup'><a href='"+t.href+"' data-scb='"+p+"' target='"+t.target+"' class='scb-tooltip "+g+" gsb-social-channel' id='' data-channel='"+t.channel+"'><span class='sr-only'>"+t.title+'</span><span class="chat-button-icon"><svg xmlns="http://www.w3.org/2000/svg" fill="#ffffff" viewBox="0 0 30 30" width="90" height="90"><path d="M7 4c-.256 0-.512.097-.707.293l-2 2a1 1 0 0 0 0 1.414L11.586 15l-7.293 7.293a1 1 0 0 0 0 1.414l2 2a1 1 0 0 0 1.414 0L15 18.414l7.293 7.293a1 1 0 0 0 1.414 0l2-2a1 1 0 0 0 0-1.414L18.414 15l7.293-7.293a1 1 0 0 0 0-1.414l-2-2a1 1 0 0 0-1.414 0L15 11.586 7.707 4.293C7.512 4.097 7.256 4 7 4z"></path></svg></span></a></div>';return s("#gsb-buttons-"+o+" .gsb-trigger .gsb-trigger-button").append(u),s("#gsb-buttons-"+o+" .gsb-trigger .gsb-trigger-button a.channel-whatsapp span").removeClass(g),c}function u(t,o,e){var i="";""!=t.wechat_popup_setting.wechat_qr_popup_heading&&""!=t.value&&(i=": ");var n="";n+='<div class="wechat-popup" id="'+t.channel+'_popup">',n+='<div class="wechat-popup-header">',n+='<div class="wechat-profile">',n+='<svg xmlns="http://www.w3.org/2000/svg" height="512" viewBox="0 0 24 24" width="512" style="color: rgb(255, 255, 255); fill: rgb(255, 255, 255);"><path d="M12.82 9.618c-7.242 3.732-2.425 13.745 6.6 11.13.842.327 1.592.857 2.408 1.25-.21-.7-.436-1.412-.676-2.11 2.8-1.995 3.414-4.818 2.38-7.138-1.616-3.677-6.776-5.183-10.72-3.133zm2.53 3.658c-.21.655-1.156.85-1.615.353-.506-.46-.31-1.424.355-1.63.734-.3 1.582.54 1.26 1.277zm4.78.094h.014c-.257.587-1.14.725-1.575.27-.21-.192-.27-.48-.344-.733.104-.46.42-.937.93-.96.705-.098 1.336.776.975 1.422z"></path><path d="M17.414 8.248c-.436-2.144-1.936-3.955-3.824-5h.027v-.001C6.917-.54-1.425 4.742.187 10.97c.433 1.848 1.71 3.397 3.262 4.43-.3.853-.585 1.706-.855 2.565L5.52 16.4c1.17.377 2.415.56 3.66.52-1.538-4.412 2.407-9.086 8.234-8.67zm-6.077-2.56c.785-.316 1.713.345 1.65 1.2L13 6.89c.008.965-1.275 1.567-1.995.913-.747-.538-.535-1.845.342-2.115zM6.932 7.134c-.172.838-1.29 1.243-1.946.68-.76-.537-.546-1.868.345-2.14.873-.338 1.865.552 1.6 1.46z"></path></svg>',n+="</div>",n+='<div class="wechat-popup-title-section">',n+='<div class="wechat-popup-title">'+t.wechat_popup_setting.wechat_qr_popup_heading+i+t.value+"</div>",n+="</div>",n+='<div class="wechat-popup-close-btn"><span class="dashicons dashicons-arrow-down-alt2"></span></div>',n+="</div>",n+='<div class="wechat-popup-body">',""!=t.wechat_popup_setting.wechat_qr_heading&&(n+='<div class="wechat-popup-qr-heading">'+t.wechat_popup_setting.wechat_qr_heading+":</div>"),n+='<div class="wechat-popup-qr-img">',n+='<img src="'+t.wechat_popup_setting.wechat_qr_img+'" alt="wechat QR code">',n+="</div>",n+="</div>",n+="</div>";var a="chat-button-link",b="";d(e)&&(b=t.title);var l="<div class='gsb-trigger-wechat-popup'><a href='"+t.href+"' data-scb='"+b+"' target='"+t.target+"' class='scb-tooltip "+a+" gsb-social-channel' id='' data-channel='"+t.channel+"'><span class='sr-only'>"+t.title+'</span><span class="chat-button-icon"><svg xmlns="http://www.w3.org/2000/svg" fill="#ffffff" viewBox="0 0 30 30" width="90" height="90"><path d="M7 4c-.256 0-.512.097-.707.293l-2 2a1 1 0 0 0 0 1.414L11.586 15l-7.293 7.293a1 1 0 0 0 0 1.414l2 2a1 1 0 0 0 1.414 0L15 18.414l7.293 7.293a1 1 0 0 0 1.414 0l2-2a1 1 0 0 0 0-1.414L18.414 15l7.293-7.293a1 1 0 0 0 0-1.414l-2-2a1 1 0 0 0-1.414 0L15 11.586 7.707 4.293C7.512 4.097 7.256 4 7 4z"></path></svg></span></a></div>';return s("#gsb-buttons-"+o+" .gsb-trigger .gsb-trigger-button").append(l),s("#gsb-buttons-"+o+" .gsb-trigger .gsb-trigger-button a.channel-wechat span").removeClass(a),n}function d(t){var s=!0,o=f(t);return"first_click"==t.settings.show_cta&&o>1&&"open"==t.settings.default_state&&(s=!1),"first_click"==t.settings.show_cta&&_("gsb-button-click-"+t.id)&&(s=!1),s}function h(t){setTimeout((function(){s("#gsb-buttons-"+t.id+" .scw-greeting-message").addClass("active")}),1e3*parseInt(t.settings.greeting_after))}function m(t){return"custom"==t.settings.position?t.settings.custom_position:t.settings.position}function v(t,o){var e=function(t,o){"whatsapp"!=t.channelName||a||("yes"==t.is_mobile_link?(""!=t.whatsapp_message?t.href="whatsapp://send?phone="+t.value+"&text="+t.whatsapp_message:t.href="whatsapp://send?phone="+t.value,t.target=""):(""!=t.whatsapp_message?t.href="https://wa.me/"+t.value+"?text="+t.whatsapp_message:t.href="https://wa.me/"+t.value,t.target="_blank")),"whatsapp"==t.channelName&&"yes"==t.whatsapp_popup_setting.show_whatsapp_popup&&(t.href="javascript:;",t.target="");var e=function(t,o){var e="";s("#gsb-buttons-"+o).hasClass("view-list")&&(e="channel-"+t.channel+" chat-button-link button-link-"+t.channel+"-"+o,""!=t.custom_class&&(e+=" "+s.trim(t.custom_class)),"instagram"==t.channelName&&"#df0079"==t.bg_hover_color&&(e+=" default-insta-hover"),"instagram"==t.channelName&&"#df0079"==t.bg_color&&(e+=" channel-instagram-base"));var i="<span class='chat-button-icon "+e+" chat-button-"+t.channel+"-"+o+"'>";return""!=t.image_url?i+="<img src='"+t.image_url+"' alt='"+t.title+"' />":i+=t.icon,i+="</span>"}(t,o),i="channel-"+t.channel+" chat-button-link button-link-"+t.channel+"-"+o;"whatsapp"==t.channelName&&(i+=" channel-whats"),"wechat"==t.channelName&&(i+=" channel-wechats"),"instagram"==t.channelName&&"#df0079"==t.bg_hover_color&&(i+=" default-insta-hover");var n="";"instagram"==t.channelName&&"#df0079"==t.bg_color&&(n=" channel-instagram-base");var l="chat-button-"+t.channel+"-"+o;""!=t.custom_class&&(i+=" "+s.trim(t.custom_class)),""!=t.custom_id&&(l=s.trim(t.custom_id)),("instagram"!=t.channelName||"instagram"==t.channelName&&"#df0079"!=t.bg_color)&&(b+="#gsb-buttons-"+o+" .channel-"+t.channel+" {background: "+t.bg_color+"; color: "+t.text_color+"; }"),"twitter"!=t.channelName||"#65BBF2"!=t.bg_color&&"#65bbf2"!=t.bg_color||(b+="#gsb-buttons-"+o+" .channel-"+t.channel+" {background: #000000; color: "+t.text_color+"; }"),("instagram"!=t.channelName||"instagram"==t.channelName&&"#df0079"!=t.bg_hover_color)&&(b+="#gsb-buttons-"+o+" .channel-"+t.channel+":hover, #gsb-buttons-"+o+" .list-channel a:hover .channel-"+t.channel+" {background: "+t.bg_hover_color+"; color: "+t.text_hover_color+"; }"),"twitter"!=t.channelName||"#65BBF2"!=t.bg_hover_color&&"#65bbf2"!=t.bg_hover_color||(b+="#gsb-buttons-"+o+" .channel-"+t.channel+":hover {background: #000000; color: "+t.text_hover_color+"; }"),b+="#gsb-buttons-"+o+" .channel-"+t.channel+" svg {fill: "+t.text_color+"; color: "+t.text_color+"; }",b+="#gsb-buttons-"+o+" .channel-"+t.channel+":hover svg, #gsb-buttons-"+o+" .list-channel a:hover .channel-"+t.channel+" svg {fill: "+t.text_hover_color+"; color: "+t.text_hover_color+"; }","slack"==t.channelName&&"#ffffff"!=t.text_color&&(b+="#gsb-buttons-"+o+" .channel-"+t.channel+":not(:hover) svg path {fill: "+t.text_color+"; }"),"slack"==t.channelName&&"#ffffff"!=t.text_hover_color&&(b+="#gsb-buttons-"+o+" .channel-"+t.channel+":hover svg path {fill: "+t.text_hover_color+"; color: "+t.text_hover_color+"; }");var r="",c=t.title;return s("#gsb-buttons-"+o+" .gsb-button-list").hasClass("menu_view")&&(r="<div class='menu-view-title'>"+t.title+"</div>",c=""),s("#gsb-buttons-"+o).hasClass("view-list")?"<div class='list-channel-container'><div class='chat-button list-channel'><a href='"+t.href+"' data-scb='"+t.title+"' target='"+t.target+"' class='gsb-social-channel' id='"+l+"' data-channel='"+t.channel+"'>"+e+"<div class='list-channel-title'>"+t.title+"</div></a></div></div>":"<div class='chat-button'><a href='"+t.href+"' data-scb='"+c+"' target='"+t.target+"' class='scb-tooltip "+i+" gsb-social-channel "+n+"' id='"+l+"' data-channel='"+t.channel+"'><span class='sr-only'>"+t.title+"</span>"+e+r+"</a></div>"}(t,o);return e}function f(t){var o=0;return t.channels.length&&s.each(t.channels,(function(t,s){w(s)&&o++})),o}function w(t){return"contact_form"==t.channelName&&(t.value="123"),!(""==t.value||!(a&&"yes"==t.for_desktop||!a&&"yes"==t.for_mobile))}function _(t){var s=document.cookie.match("(^|;) ?"+t+"=([^;]*)(;|$)");return s?s[2]:null}function C(t,s,o){var e=new Date;e.setTime(e.getTime()+36e5*o),document.cookie=t+"="+s+";path=/;expires="+e.toGMTString()}s(document).ready((function(){(/(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|ipad|iris|kindle|Android|Silk|lge |maemo|midp|mmp|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows (ce|phone)|xda|xiino/i.test(navigator.userAgent)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\-(n|u)|c55\/|capi|ccwa|cdm\-|cell|chtm|cldc|cmd\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\-s|devi|dica|dmob|do(c|p)o|ds(12|\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\-|_)|g1 u|g560|gene|gf\-5|g\-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd\-(m|p|t)|hei\-|hi(pt|ta)|hp( i|ip)|hs\-c|ht(c(\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\-(20|go|ma)|i230|iac( |\-|\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\/)|klon|kpt |kwc\-|kyo(c|k)|le(no|xi)|lg( g|\/(k|l|u)|50|54|\-[a-w])|libw|lynx|m1\-w|m3ga|m50\/|ma(te|ui|xo)|mc(01|21|ca)|m\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\-2|po(ck|rt|se)|prox|psio|pt\-g|qa\-a|qc(07|12|21|32|60|\-[2-7]|i\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\-|oo|p\-)|sdk\/|se(c(\-|0|1)|47|mc|nd|ri)|sgh\-|shar|sie(\-|m)|sk\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\-|v\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\-|tdg\-|tel(i|m)|tim\-|t\-mo|to(pl|sh)|ts(70|m\-|m3|m5)|tx\-9|up(\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\-|your|zeto|zte\-/i.test(navigator.userAgent.substr(0,4)))&&(a=!1,e=!0),"object"==("undefined"==typeof gsb_settings?"undefined":t(gsb_settings))&&gsb_settings.buttons.length&&(s.each(gsb_settings.buttons,(function(t,e){var a=f(e),r=parseInt(e.settings.icon_size),x=m(e);if(a>0){var k="";"list_view"==e.settings.view&&a>=1&&(k="view-list"),"grid_view"==e.settings.view&&a>=1&&(k="view-grid");var y="<div class='gsb-buttons active has-shadow cta-"+e.settings.show_cta+" "+k+"' id='gsb-buttons-"+e.id+"' data-id='"+e.id+"' data-animation='"+e.settings.animation+"'><div class='gsb-buttons-content'><div class='gsb-button-list "+e.settings.view+"'></div><div class='gsb-trigger'></div></div></div>";s("body").append(y);var z="<div class='gsb-trigger-button'><div class='gsb-trigger-top'><a role='button' href='#' class='chat-button-link'><span class='sr-only'>Contact Us</span>"+e.settings.icon_url+"</a> </div><div class='gsb-trigger-bottom'><a role='button' href='#' class='chat-button-link'><span class='sr-only'>Close</span><span class='chat-button-icon'><svg xmlns='http://www.w3.org/2000/svg' fill='#ffffff' viewBox='0 0 30 30' width='90' height='90' ><path d='M7 4c-.256 0-.512.097-.707.293l-2 2a1 1 0 0 0 0 1.414L11.586 15l-7.293 7.293a1 1 0 0 0 0 1.414l2 2a1 1 0 0 0 1.414 0L15 18.414l7.293 7.293a1 1 0 0 0 1.414 0l2-2a1 1 0 0 0 0-1.414L18.414 15l7.293-7.293a1 1 0 0 0 0-1.414l-2-2a1 1 0 0 0-1.414 0L15 11.586 7.707 4.293C7.512 4.097 7.256 4 7 4z'/></svg></span></a> </div></div>";if(s("#gsb-buttons-"+e.id+" .gsb-trigger").html(z),1==a&&"icon_view"==e.settings.view){var X="";s.each(e.channels,(function(t,o){if(w(o)){if(X=v(o,e.id),"contact_form"==o.channelName){var i=g(o,e.id,e);s("#gsb-buttons-"+e.id).append(i)}if("whatsapp"==o.channelName&&"yes"==o.whatsapp_popup_setting.show_whatsapp_popup){var n=p(o,e.id,e);s("#gsb-buttons-"+e.id).append(n)}if("wechat"==o.channelName&&""!=o.wechat_popup_setting.wechat_qr_img){var a=u(o,e.id,e);s("#gsb-buttons-"+e.id).append(a),b+="#gsb-buttons-"+e.id+" .wechat-popup#"+o.channel+"_popup .wechat-popup-header {background-color: "+o.wechat_popup_setting.wechat_qr_bg_color+"}"}}})),""!=X&&(s("#gsb-buttons-"+e.id+" .gsb-trigger .gsb-trigger-button").append(X),s("#gsb-buttons-"+e.id+" .gsb-trigger-top, #gsb-buttons-"+e.id+" .gsb-trigger-bottom").remove(),s("#gsb-buttons-"+e.id).addClass("single"),s("#gsb-buttons-"+e.id+" .chat-button").hasClass("scb-tooltip")?(s("#gsb-buttons-"+e.id+" .chat-button .scb-tooltip").addClass("cooltipz--visible"),s("#gsb-buttons-"+e.id+" .chat-button .scb-tooltip").attr("data-tooltip-dir","right"==x?"left":"right")):(s("#gsb-buttons-"+e.id+" .chat-button").addClass("cooltipz--visible"),s("#gsb-buttons-"+e.id+" .chat-button").attr("data-tooltip-dir","right"==x?"left":"right")))}else s.each(e.channels,(function(t,o){if(w(o)){var i=v(o,e.id);if(s("#gsb-buttons-"+e.id+" .gsb-button-list").append(i),"contact_form"==o.channelName){var n=g(o,e.id,e);s("#gsb-buttons-"+e.id).append(n)}if("whatsapp"==o.channelName&&"yes"==o.whatsapp_popup_setting.show_whatsapp_popup){var a=p(o,e.id,e);s("#gsb-buttons-"+e.id).append(a)}if("wechat"==o.channelName&&""!=o.wechat_popup_setting.wechat_qr_img){var l=u(o,e.id,e);s("#gsb-buttons-"+e.id).append(l),b+="#gsb-buttons-"+e.id+" .wechat-popup#"+o.channel+"_popup .wechat-popup-header {background-color: "+o.wechat_popup_setting.wechat_qr_bg_color+"}"}}}));if("list_view"==e.settings.view&&a>=1){var I="<div class='channel-list-container'>";""!=e.settings.list_view_subtitle&&(I+="<div class='grid-title-container'><div class='grid-title'>"+e.settings.list_view_subtitle+"</div></div>"),I+="<div class='channel-list'>",I+=s("#gsb-buttons-"+e.id+" .gsb-button-list.list_view").html(),I+="</div>",I+="<div>",s("#gsb-buttons-"+e.id+" .gsb-button-list.list_view").html(I)}if("grid_view"==e.settings.view&&a>=1&&(I="<div class='channel-grid'>",""!=e.settings.list_view_subtitle&&(I+="<div class='grid-title-container'><div class='grid-title'>"+e.settings.list_view_subtitle+"</div></div>"),I+="<div class='channel-grid-container'>",I+=s("#gsb-buttons-"+e.id+" .gsb-button-list.grid_view").html(),I+="</div>",I+="</div>",s("#gsb-buttons-"+e.id+" .gsb-button-list.grid_view").html(I)),"icon_view"!=e.settings.view&&a>=1&&""!=e.settings.list_view_title){var L="";L+="<div class='list_title_container'>",L+="<a href='javascript:;' class='close-view-btn'><span class='dashicons dashicons-arrow-down-alt2'></span></a>",L+="<span class='list_title'>"+e.settings.list_view_title.replace(/(<([^>]+)>)/gi,"")+"</span>",L+="</div>","list_view"==e.settings.view?s("#gsb-buttons-"+e.id+" .gsb-button-list.list_view .channel-list-container").before(L):s("#gsb-buttons-"+e.id+" .gsb-button-list.grid_view .channel-grid").before(L)}var Y="";("open"==e.settings.default_state&&"no"==e.settings.show_close_button&&"icon_view"==e.settings.view||"open"==e.settings.default_state&&"no"==e.settings.show_close_button&&"menu_view"==e.settings.view)&&(Y="has-no-close-button"),s("#gsb-buttons-"+e.id).addClass(Y),"open"==e.settings.default_state&&"yes"==e.settings.show_close_button&&(s("#gsb-buttons-"+e.id).addClass("has-close-button"),s("#gsb-buttons-"+e.id).addClass("has-no-animation")),"open"==e.settings.default_state&&"corner_circle_view"==e.settings.view&&s("#gsb-buttons-"+e.id).addClass("has-no-animation"),"click"==e.settings.default_state&&s("#gsb-buttons-"+e.id).addClass("has-no-tooltip-animation"),b+=".whatsapp-chat.no-user-profile:before { border-top: 0 solid transparent;}",b+=".whatsapp-chat.no-user-profile { border-top-left-radius: 6px;}";var M=0,q=0;if(s("#gsb-buttons-"+e.id).hasClass("has-no-close-button"))b+="#gsb-buttons-"+e.id+".open-buttons .gsb-button-list .chat-button {transition:none !important; display: block;}";else for(q=0;q<a;q++)"corner_circle_view"==e.settings.view?"right"==x?(M=c(q,r,x),b+="#gsb-buttons-"+e.id+" .gsb-button-list.corner_circle_view .chat-button:nth-child("+(q+1)+") {opacity: 0; visibility: hidden; margin-bottom: 0; position: absolute;}",b+="#gsb-buttons-"+e.id+".open-buttons .gsb-button-list.corner_circle_view .chat-button:nth-child("+(q+1)+") {transform: translate("+-1*M[0]+"px, "+-1*M[1]+"px); opacity: 1; visibility: visible; transition: all ease-in-out 250ms, transform 200ms "+150*q+"ms, opacity 200ms "+150*q+"ms}"):(M=c(q,r,x),b+="#gsb-buttons-"+e.id+" .gsb-button-list.corner_circle_view .chat-button:nth-child("+(q+1)+") {opacity: 0; visibility: hidden; margin-bottom: 0; position: absolute;}",b+="#gsb-buttons-"+e.id+".open-buttons .gsb-button-list.corner_circle_view .chat-button:nth-child("+(q+1)+") {transform: translate("+M[0]+"px, "+-1*M[1]+"px); opacity: 1; visibility: visible; transition: all ease-in-out 250ms, transform 200ms "+150*q+"ms, opacity 200ms "+150*q+"ms}"):"vertical"==e.settings.menu_view?"ginger-menu-none"==e.settings.menu_animation?(b+="#gsb-buttons-"+e.id+" .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateY(-"+(r+8)*(a-q)+"px); transform: translateY(-"+(r+8)*(a-q)+"px)  scale(1); display: none;}",b+="#gsb-buttons-"+e.id+".open-buttons .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateY(-"+(r+8)*(a-q)+"px); transform: translateY(-"+(r+8)*(a-q)+"px)  scale(1);transition:none !important; display: block;}"):"ginger-menu-slide"==e.settings.menu_animation?(b+="#gsb-buttons-"+e.id+" .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateY(0px) scale(1); transform: translateY(0px) scale(1); transition-delay: "+.075*(q+1)+"s;}",b+="#gsb-buttons-"+e.id+".open-buttons .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateY(-"+(r+8)*(a-q)+"px) scale(1); transform: translateY(-"+(r+8)*(a-q)+"px)  scale(1);}"):"ginger-menu-fade"==e.settings.menu_animation?(b+="#gsb-buttons-"+e.id+" .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateY(-"+(r+8)*(a-q)+"px); transform: translateY(-"+(r+8)*(a-q)+"px)  scale(1); opacity: 0; visibility: hidden; transition-delay: "+.1*(a-q-1)+"s;}",b+="#gsb-buttons-"+e.id+".open-buttons .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateY(-"+(r+8)*(a-q)+"px); transform: translateY(-"+(r+8)*(a-q)+"px)  scale(1);  opacity: 1; visibility: visible;}"):"ginger-menu-spin"==e.settings.menu_animation?(b+="#gsb-buttons-"+e.id+" .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateY(-"+(r+8)*(a-q)+"px)  rotate(0deg); transform: translateY(-"+(r+8)*(a-q)+"px)  rotate(0deg); transition-delay: "+.1*(a-q-1)+"s;}",b+="#gsb-buttons-"+e.id+".open-buttons .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateY(-"+(r+8)*(a-q)+"px) rotate(360deg); transform: translateY(-"+(r+8)*(a-q)+"px) rotate(360deg);}"):"ginger-menu-pop"==e.settings.menu_animation?(b+="#gsb-buttons-"+e.id+" .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateY(-"+(r+8)*(a-q)+"px) scale(0); transform: translateY(-"+(r+8)*(a-q)+"px) scale(0); transition-delay: "+.075*(a-q-1)+"s;}",b+="#gsb-buttons-"+e.id+".open-buttons .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateY(-"+(r+8)*(a-q)+"px) scale(1); transform: translateY(-"+(r+8)*(a-q)+"px) scale(1);}"):(b+="#gsb-buttons-"+e.id+" .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateY(-"+(r+8)*(a-q)+"px); transform: translateY(-"+(r+8)*(a-q)+"px)  scale(1); display: none;}",b+="#gsb-buttons-"+e.id+".open-buttons .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateY(-"+(r+8)*(a-q)+"px); transform: translateY(-"+(r+8)*(a-q)+"px)  scale(1); display: block;}"):"right"==x?"ginger-menu-none"==e.settings.menu_animation?(b+="#gsb-buttons-"+e.id+" .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateX(-"+(r+8)*(a-q)+"px); transform: translateX(-"+(r+8)*(a-q)+"px)  scale(1); display: none;}",b+="#gsb-buttons-"+e.id+".open-buttons .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateX(-"+(r+8)*(a-q)+"px); transform: translateX(-"+(r+8)*(a-q)+"px)  scale(1);transition:none !important; display: block;}"):"ginger-menu-slide"==e.settings.menu_animation?(b+="#gsb-buttons-"+e.id+" .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateX(0px) scale(1); transform: translateX(0px) scale(1); transition-delay: "+.075*(q+1)+"s;}",b+="#gsb-buttons-"+e.id+".open-buttons .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateX(-"+(r+8)*(a-q)+"px) scale(1); transform: translateX(-"+(r+8)*(a-q)+"px)  scale(1);}"):"ginger-menu-fade"==e.settings.menu_animation?(b+="#gsb-buttons-"+e.id+" .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateX(-"+(r+8)*(a-q)+"px); transform: translateX(-"+(r+8)*(a-q)+"px)  scale(1); opacity: 0; visibility: hidden; transition-delay: "+.1*(a-q-1)+"s;}",b+="#gsb-buttons-"+e.id+".open-buttons .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateX(-"+(r+8)*(a-q)+"px); transform: translateX(-"+(r+8)*(a-q)+"px)  scale(1);  opacity: 1; visibility: visible;}"):"ginger-menu-spin"==e.settings.menu_animation?(b+="#gsb-buttons-"+e.id+" .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateX(-"+(r+8)*(a-q)+"px)  rotate(0deg); transform: translateX(-"+(r+8)*(a-q)+"px)  rotate(0deg); transition-delay: "+.1*(a-q-1)+"s;}",b+="#gsb-buttons-"+e.id+".open-buttons .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateX(-"+(r+8)*(a-q)+"px) rotate(360deg); transform: translateX(-"+(r+8)*(a-q)+"px) rotate(360deg);}"):"ginger-menu-pop"==e.settings.menu_animation?(b+="#gsb-buttons-"+e.id+" .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateX(-"+(r+8)*(a-q)+"px) scale(0); transform: translateX(-"+(r+8)*(a-q)+"px) scale(0); transition-delay: "+.075*(a-q-1)+"s;}",b+="#gsb-buttons-"+e.id+".open-buttons .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateX(-"+(r+8)*(a-q)+"px) scale(1); transform: translateX(-"+(r+8)*(a-q)+"px) scale(1);}"):(b+="#gsb-buttons-"+e.id+" .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateX(-"+(r+8)*(a-q)+"px); transform: translateX(-"+(r+8)*(a-q)+"px)  scale(1); display: none;}",b+="#gsb-buttons-"+e.id+".open-buttons .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateX(-"+(r+8)*(a-q)+"px); transform: translateX(-"+(r+8)*(a-q)+"px)  scale(1); display: block;}"):"ginger-menu-none"==e.settings.menu_animation?(b+="#gsb-buttons-"+e.id+" .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateX("+(r+8)*(a-q)+"px); transform: translateX("+(r+8)*(a-q)+"px)  scale(1); display: none;}",b+="#gsb-buttons-"+e.id+".open-buttons .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateX("+(r+8)*(a-q)+"px); transform: translateX("+(r+8)*(a-q)+"px)  scale(1);transition:none !important; display: block;}"):"ginger-menu-slide"==e.settings.menu_animation?(b+="#gsb-buttons-"+e.id+" .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateX(0px) scale(1); transform: translateX(0px) scale(1); transition-delay: "+.075*(q+1)+"s;}",b+="#gsb-buttons-"+e.id+".open-buttons .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateX("+(r+8)*(a-q)+"px) scale(1); transform: translateX("+(r+8)*(a-q)+"px)  scale(1);}"):"ginger-menu-fade"==e.settings.menu_animation?(b+="#gsb-buttons-"+e.id+" .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateX("+(r+8)*(a-q)+"px); transform: translateX("+(r+8)*(a-q)+"px)  scale(1); opacity: 0; visibility: hidden; transition-delay: "+.1*(a-q-1)+"s;}",b+="#gsb-buttons-"+e.id+".open-buttons .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateX("+(r+8)*(a-q)+"px); transform: translateX("+(r+8)*(a-q)+"px)  scale(1);  opacity: 1; visibility: visible;}"):"ginger-menu-spin"==e.settings.menu_animation?(b+="#gsb-buttons-"+e.id+" .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateX("+(r+8)*(a-q)+"px)  rotate(0deg); transform: translateX("+(r+8)*(a-q)+"px)  rotate(0deg); transition-delay: "+.1*(a-q-1)+"s;}",b+="#gsb-buttons-"+e.id+".open-buttons .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateX("+(r+8)*(a-q)+"px) rotate(360deg); transform: translateX("+(r+8)*(a-q)+"px) rotate(360deg);}"):"ginger-menu-pop"==e.settings.menu_animation?(b+="#gsb-buttons-"+e.id+" .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateX("+(r+8)*(a-q)+"px) scale(0); transform: translateX("+(r+8)*(a-q)+"px) scale(0); transition-delay: "+.075*(a-q-1)+"s;}",b+="#gsb-buttons-"+e.id+".open-buttons .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateX("+(r+8)*(a-q)+"px) scale(1); transform: translateX("+(r+8)*(a-q)+"px) scale(1);}"):(b+="#gsb-buttons-"+e.id+" .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateX("+(r+8)*(a-q)+"px); transform: translateX("+(r+8)*(a-q)+"px)  scale(1); display: none;}",b+="#gsb-buttons-"+e.id+".open-buttons .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateX("+(r+8)*(a-q)+"px); transform: translateX("+(r+8)*(a-q)+"px)  scale(1); display: block;}");b+="#gsb-buttons-"+e.id+".list_view {-webkit-transform: translateY(50px) scale(1); transform: translateY(50px) scale(1); transition-delay: 0.5s; opacity: 0; visibility:hidden;}",b+="#gsb-buttons-"+e.id+".open-buttons .list_view {-webkit-transform: translateY(0px) scale(1); transform: translateY(0px)  scale(1);visibility: visible;opacity: 1;}",b+="#gsb-buttons-"+e.id+".grid_view {-webkit-transform: translateY(50px) scale(1); transform: translateY(50px) scale(1); transition-delay: 0.5s; opacity: 0; visibility:hidden;}",b+="#gsb-buttons-"+e.id+".open-buttons .grid_view {-webkit-transform: translateY(0px) scale(1); transform: translateY(0px)  scale(1);visibility: visible;opacity: 1;}",s("#gsb-buttons-"+e.id+" .gsb-trigger").outerHeight(!0),parseInt(10),b+="#gsb-buttons-"+e.id+" .gsb-button-list.menu_view {-webkit-transform: translateY(0px) scale(1); transform: translateY(0px) scale(1); opacity: 0; visibility:hidden;}",b+="#gsb-buttons-"+e.id+" .gsb-button-list.menu_view .chat-button {opacity: 0; visibility:hidden;}",b+="#gsb-buttons-"+e.id+".open-buttons .gsb-button-list.menu_view .chat-button {opacity: 1; visibility:visible;}",b+="#gsb-buttons-"+e.id+".open-buttons .gsb-button-list.menu_view {-webkit-transform: translateY(-5px) scale(1); transform: translateY(-5px)  scale(1);visibility: visible;opacity: 1;}",b+="#gsb-buttons-"+e.id+".open-buttons.has-no-close-button .gsb-button-list.menu_view {-webkit-transform: translateY(0px) scale(1); transform: translateY(0px)  scale(1);visibility: visible;opacity: 1;}",q=1;var N=0;if("list_view"==e.settings.view&&a>=1||"menu_view"==e.settings.view);else for(q=1,N=0;N<a;q++,N++)"vertical"==e.settings.menu_view?b+="right"==x?"#gsb-buttons-"+e.id+".has-no-close-button:not(.single) .gsb-button-list .chat-button:nth-child("+(N+1)+") {opacity: 1;visibility: visible;pointer-events: auto;right: 0;-webkit-transform: translateY(-"+(r+8)*(a-q)+"px); transform: translateY(-"+(r+8)*(a-q)+"px);transition-delay:-2s;}":"#gsb-buttons-"+e.id+".has-no-close-button:not(.single) .gsb-button-list .chat-button:nth-child("+(N+1)+") {opacity: 1;visibility: visible;pointer-events: auto;left: 0;-webkit-transform: translateY(-"+(r+8)*(a-q)+"px); transform: translateY(-"+(r+8)*(a-q)+"px);transition-delay:-2s;}":b+="right"==x?"#gsb-buttons-"+e.id+".has-no-close-button:not(.single) .gsb-button-list .chat-button:nth-child("+(N+1)+") {opacity: 1;visibility: visible;pointer-events: auto;right: 0;-webkit-transform: translateX(-"+(r+8)*(a-q)+"px); transform: translateX(-"+(r+8)*(a-q)+"px);transition-delay:-2s;}":"#gsb-buttons-"+e.id+".has-no-close-button:not(.single) .gsb-button-list .chat-button:nth-child("+(N+1)+") {opacity: 1;visibility: visible;pointer-events: auto;left: 0;-webkit-transform: translateX("+(r+8)*(a-q)+"px); transform: translateX("+(r+8)*(a-q)+"px);transition-delay:-2s;}";var j=_("gsb-button-click-"+e.id);"open"==e.settings.default_state&&("no"==e.settings.hide_menu_after_close_click?(s("#gsb-buttons-"+e.id).addClass("open-buttons"),j&&s("#gsb-buttons-"+e.id).removeClass("has-close-button")):j?s("#gsb-buttons-"+e.id).removeClass("has-close-button"):s("#gsb-buttons-"+e.id).addClass("open-buttons"))}var B=Math.ceil(2*r/10);if("icon_view"==e.settings.view)b+="#gsb-buttons-"+e.id+" .chat-button, #gsb-buttons-"+e.id+" .gsb-trigger-contact, #gsb-buttons-"+e.id+" .gsb-trigger-whatsapp-popup, #gsb-buttons-"+e.id+" .gsb-trigger-wechat-popup {width: "+(r+8)+"px; height: "+(r+8)+"px; }",b+="#gsb-buttons-"+e.id+" .gsb-trigger {width: "+(r+8)+"px; height: "+(r+8)+"px; }",b+="#gsb-buttons-"+e.id+" .chat-button-link {width: "+r+"px; height: "+r+"px; padding: "+B+"px; }",b+="#gsb-buttons-"+e.id+" .gsb-trigger-button {width: "+r+"px; height: "+r+"px; }",b+="#gsb-buttons-"+e.id+" .gsb-trigger .gsb-trigger-top {width: "+r+"px; height: "+r+"px; }",b+="#gsb-buttons-"+e.id+" .gsb-trigger .gsb-trigger-bottom {width: "+r+"px; height: "+r+"px; }",b+="#gsb-buttons-"+e.id+" .chat-button-icon {width: "+(r-2*B)+"px; height: "+(r-2*B)+"px; }",b+="#gsb-buttons-"+e.id+".single .gsb-trigger-button {width: "+(r+8)+"px; height: "+(r+8)+"px; }";else if("corner_circle_view"==e.settings.view){var D=parseInt(r-parseInt(.15*r));b+="#gsb-buttons-"+e.id+" .chat-button, #gsb-buttons-"+e.id+" .gsb-trigger-contact, #gsb-buttons-"+e.id+" .gsb-trigger-whatsapp-popup, #gsb-buttons-"+e.id+" .gsb-trigger-wechat-popup {width: "+(r+8)+"px; height: "+(r+8)+"px; }",b+="#gsb-buttons-"+e.id+" .gsb-trigger {width: "+(r+8)+"px; height: "+(r+8)+"px; }",b+="#gsb-buttons-"+e.id+" .gsb-button-list .chat-button {width: "+(D+8)+"px; height: "+(D+8)+"px; }",b+="#gsb-buttons-"+e.id+" .gsb-button-list .gsb-trigger {width: "+(r+8)+"px; height: "+(r+8)+"px; }",b+="#gsb-buttons-"+e.id+" .gsb-trigger .chat-button-link {width: "+r+"px; height: "+r+"px; padding: "+B+"px; }",b+="#gsb-buttons-"+e.id+" .gsb-button-list .chat-button-link {width: "+D+"px; height: "+D+"px; padding: "+B+"px; }",b+="#gsb-buttons-"+e.id+" .gsb-trigger-button {width: "+r+"px; height: "+r+"px; }",b+="#gsb-buttons-"+e.id+" .gsb-trigger .gsb-trigger-top {width: "+r+"px; height: "+r+"px; }",b+="#gsb-buttons-"+e.id+" .gsb-trigger .gsb-trigger-bottom {width: "+r+"px; height: "+r+"px; }",b+="#gsb-buttons-"+e.id+" .gsb-button-list .chat-button-icon {width: "+(D-2*B)+"px; height: "+(D-2*B)+"px; }",b+="#gsb-buttons-"+e.id+" .gsb-button-list .chat-button-icon i {font-size: "+(D-2*B)+"px; line-height: "+(D-2*B)+"px; }",b+="#gsb-buttons-"+e.id+" .gsb-trigger .chat-button-icon {width: "+(r-2*B)+"px; height: "+(r-2*B)+"px; }",b+="#gsb-buttons-"+e.id+" .gsb-trigger .chat-button-icon i {font-size: "+(r-2*B)+"px; line-height: "+(r-2*B)+"px; }"}else b+="#gsb-buttons-"+e.id+" .gsb-trigger .chat-button, #gsb-buttons-"+e.id+" .gsb-trigger-contact, #gsb-buttons-"+e.id+" .gsb-trigger-whatsapp-popup, #gsb-buttons-"+e.id+" .gsb-trigger-wechat-popup {width: "+(r+8)+"px; height: "+(r+8)+"px; }",b+="#gsb-buttons-"+e.id+" .gsb-trigger {width: "+(r+8)+"px; height: "+(r+8)+"px; }",b+="#gsb-buttons-"+e.id+" .gsb-trigger-button {width: "+r+"px; height: "+r+"px; }",b+="#gsb-buttons-"+e.id+" .gsb-trigger .gsb-trigger-top {width: "+r+"px; height: "+r+"px; }",b+="#gsb-buttons-"+e.id+" .gsb-trigger .gsb-trigger-bottom {width: "+r+"px; height: "+r+"px; }",b+="#gsb-buttons-"+e.id+" .gsb-trigger .chat-button-link {width: "+r+"px; height: "+r+"px; padding: "+B+"px; }",b+="#gsb-buttons-"+e.id+" .gsb-trigger .chat-button-icon {width: "+(r-2*B)+"px; height: "+(r-2*B)+"px; }";b+="#gsb-buttons-"+e.id+" .gsb-trigger .gsb-trigger-top .chat-button-link {background: "+e.settings.bg_color+"; color: "+e.settings.text_color+";  }",b+="#gsb-buttons-"+e.id+" .gsb-trigger .gsb-trigger-top .chat-button-link svg {fill: "+e.settings.text_color+"; color: "+e.settings.text_color+";  }",b+="#gsb-buttons-"+e.id+" .gsb-trigger .gsb-trigger-bottom .chat-button-link, #gsb-buttons-"+e.id+" .gsb-trigger .gsb-trigger-contact .chat-button-link, #gsb-buttons-"+e.id+" .gsb-trigger .gsb-trigger-whatsapp-popup .chat-button-link, #gsb-buttons-"+e.id+" .gsb-trigger .gsb-trigger-wechat-popup .chat-button-link {background: "+e.settings.bg_color+"; color: "+e.settings.text_color+";  }",b+="#gsb-buttons-"+e.id+" .gsb-trigger .gsb-trigger-bottom .chat-button-link svg, #gsb-buttons-"+e.id+" .gsb-trigger .gsb-trigger-contact .chat-button-link svg, #gsb-buttons-"+e.id+" .gsb-trigger .gsb-trigger-whatsapp-popup .chat-button-link svg, #gsb-buttons-"+e.id+" .gsb-trigger .gsb-trigger-wechat-popup .chat-button-link svg {fill: "+e.settings.text_color+"; color: "+e.settings.text_color+";  }",b+="#gsb-buttons-"+e.id+" .gsb-trigger .gsb-trigger-top .chat-button-link:hover {background: "+e.settings.interaction_bg_color+"; color: "+e.settings.interaction_text_color+";  }",b+="#gsb-buttons-"+e.id+" .gsb-trigger .gsb-trigger-top .chat-button-link:hover svg {fill: "+e.settings.interaction_text_color+"; color: "+e.settings.interaction_text_color+";  }",b+="#gsb-buttons-"+e.id+" .gsb-trigger .gsb-trigger-bottom .chat-button-link:hover, #gsb-buttons-"+e.id+" .gsb-trigger .gsb-trigger-contact .chat-button-link:hover, #gsb-buttons-"+e.id+" .gsb-trigger .gsb-trigger-whatsapp-popup .chat-button-link:hover, #gsb-buttons-"+e.id+" .gsb-trigger .gsb-trigger-wechat-popup .chat-button-link:hover {background: "+e.settings.interaction_bg_color+"; color: "+e.settings.interaction_text_color+";  }",b+="#gsb-buttons-"+e.id+" .gsb-trigger .gsb-trigger-bottom .chat-button-link:hover svg, #gsb-buttons-"+e.id+" .gsb-trigger .gsb-trigger-contact .chat-button-link:hover svg, #gsb-buttons-"+e.id+" .gsb-trigger .gsb-trigger-whatsapp-popup .chat-button-link:hover svg, #gsb-buttons-"+e.id+" .gsb-trigger .gsb-trigger-wechat-popup .chat-button-link:hover svg {fill: "+e.settings.interaction_text_color+"; color: "+e.settings.interaction_text_color+";  }",b+="#gsb-buttons-"+e.id+" .chat-button-link {border-radius: "+e.settings.border_radius+"px; }",b+="#gsb-buttons-"+e.id+" [data-scb][data-tooltip-dir]::after, [data-scb][class*=cooltipz]::after, #gsb-buttons-"+e.id+" .cta-tooltip, #gsb-buttons-"+e.id+" .cta-tooltip p {background-color: "+e.settings.tooltip_settings.bg_color+"; color: "+e.settings.tooltip_settings.text_color+"; border-radius: "+e.settings.tooltip_settings.border_radius+"px; font-size:"+e.settings.tooltip_settings.font_size+"px; line-height: "+e.settings.tooltip_settings.tooltip_height+"px; }",b+="#gsb-buttons-"+e.id+" [data-scb][data-tooltip-dir][data-tooltip-dir=left]::before, [data-scb][data-tooltip-dir].cooltipz--left::before, [data-scb][class*=cooltipz][data-tooltip-dir=left]::before, [data-scb][class*=cooltipz].cooltipz--left::before, #gsb-buttons-"+e.id+" [data-tooltip-dir=left] .cta-tooltip:after {border-left-color: "+e.settings.tooltip_settings.bg_color+"; }",b+="#gsb-buttons-"+e.id+" [data-scb][data-tooltip-dir][data-tooltip-dir=top]::before, [data-scb][data-tooltip-dir].cooltipz--top::before, [data-scb][class*=cooltipz][data-tooltip-dir=top]::before, [data-scb][class*=cooltipz].cooltipz--top::before {border-top-color: "+e.settings.tooltip_settings.bg_color+"; }",b+="#gsb-buttons-"+e.id+" [data-scb][data-tooltip-dir][data-tooltip-dir=right]::before, [data-scb][data-tooltip-dir].cooltipz--right::before, [data-scb][class*=cooltipz][data-tooltip-dir=right]::before, [data-scb][class*=cooltipz].cooltipz--right::before, #gsb-buttons-"+e.id+" [data-tooltip-dir=right] .cta-tooltip:after {border-right-color: "+e.settings.tooltip_settings.bg_color+"; }",b+="#gsb-buttons-"+e.id+" .chat-button-link.has-image .chat-button-icon img, #gsb-buttons-"+e.id+" .custom-icon-img, #gsb-buttons-"+e.id+" .chat-button-link.has-image img {width: "+r+"px; height: "+r+"px; line-height: "+r+"px; border-radius: "+e.settings.border_radius+"px; -moz-border-radius: "+e.settings.border_radius+"px; -webkit-border-radius: "+e.settings.border_radius+"px; }","list_view"==e.settings.view&&a>=1&&""!=e.settings.list_view_title&&(b+="#gsb-buttons-"+e.id+" .gsb-button-list.list_view .list_title_container  {background-color: "+e.settings.list_title_bg+";color: "+e.settings.list_title_color+"; }"),"grid_view"==e.settings.view&&a>=1&&""!=e.settings.list_view_title&&(b+="#gsb-buttons-"+e.id+" .gsb-button-list.grid_view .list_title_container  {background-color: "+e.settings.list_title_bg+";color: "+e.settings.list_title_color+"; }"),"0"==e.settings.tooltip_settings.border_radius&&"0"==e.settings.tooltip_settings.tooltip_height&&"0"==e.settings.tooltip_settings.font_size&&(b+="#gsb-buttons-"+e.id+" [data-scb][data-tooltip-dir][data-tooltip-dir=left]::before, [data-scb][data-tooltip-dir].cooltipz--left::before, [data-scb][class*=cooltipz][data-tooltip-dir=left]::before, [data-scb][class*=cooltipz].cooltipz--left::before, [data-scb][data-tooltip-dir][data-tooltip-dir=right]::before, [data-scb][data-tooltip-dir].cooltipz--right::before, [data-scb][class*=cooltipz][data-tooltip-dir=right]::before, [data-scb][class*=cooltipz].cooltipz--right::before, [data-scb][data-tooltip-dir][data-tooltip-dir=bottom]::before, [data-scb][data-tooltip-dir].cooltipz--bottom::before, [data-scb][class*=cooltipz][data-tooltip-dir=bottom]::before, [data-scb][class*=cooltipz].cooltipz--bottom::before, [data-scb][data-tooltip-dir][data-tooltip-dir=bottom-left]::before, [data-scb][data-tooltip-dir].cooltipz--bottom-left::before, [data-scb][class*=cooltipz][data-tooltip-dir=bottom-left]::before, [data-scb][class*=cooltipz].cooltipz--bottom-left::before, [data-scb][data-tooltip-dir][data-tooltip-dir=bottom-right]::before, [data-scb][data-tooltip-dir].cooltipz--bottom-right::before, [data-scb][class*=cooltipz][data-tooltip-dir=bottom-right]::before, [data-scb][class*=cooltipz].cooltipz--bottom-right::before, [data-scb][data-tooltip-dir][data-tooltip-dir=top]::before, [data-scb][data-tooltip-dir].cooltipz--top::before, [data-scb][class*=cooltipz][data-tooltip-dir=top]::before, [data-scb][class*=cooltipz].cooltipz--top::before, [data-scb][data-tooltip-dir][data-tooltip-dir=top-left]::before, [data-scb][data-tooltip-dir].cooltipz--top-left::before, [data-scb][class*=cooltipz][data-tooltip-dir=top-left]::before, [data-scb][class*=cooltipz].cooltipz--top-left::before, [data-scb][data-tooltip-dir][data-tooltip-dir=top-right]::before, [data-scb][data-tooltip-dir].cooltipz--top-right::before, [data-scb][class*=cooltipz][data-tooltip-dir=top-right]::before, [data-scb][class*=cooltipz].cooltipz--top-right::before { border : 0 }"),s("#gsb-buttons-"+e.id).hasClass("single")&&(b+="#gsb-buttons-"+e.id+" .gsb-trigger {padding: 0;}"),b+="#gsb-buttons-"+e.id+" .gsb-trigger .chat-button a:not(."+e.settings.animation+") .gsb-pending-message {top: 3%; right: 3%;}",b+="#gsb-buttons-"+e.id+" .gsb-trigger .chat-button a:not(."+e.settings.animation+") + .gsb-pending-message {top: 3%; right: 3%;}","none"!=e.settings.animation&&"ginger-btn-fade"!=e.settings.animation&&"ginger-btn-pulse"!=e.settings.animation&&"ginger-btn-spin"!=e.settings.animation||(b+="#gsb-buttons-"+e.id+" .gsb-trigger .chat-button a."+e.settings.animation+" .gsb-pending-message {top: 3%; right: 3%;}",b+="#gsb-buttons-"+e.id+" .gsb-trigger .chat-button a."+e.settings.animation+" + .gsb-pending-message {top: 3%; right: 3%;}");var S=function(t){return"vertical"==t.settings.menu_view?"right"==m(t)?"left":"right":"top"}(e);s("#gsb-buttons-"+e.id+" .gsb-button-list a.scb-tooltip").attr("data-tooltip-dir",S),s("#gsb-buttons-"+e.id).addClass(x+"-side"),s("#gsb-buttons-"+e.id).addClass(e.settings.menu_view+"-menu"),"vertical"==e.settings.menu_view?"left"==x?(s("#gsb-buttons-"+e.id+" .gsb-trigger-top").attr("data-tooltip-dir","right"),s("#gsb-buttons-"+e.id+" .gsb-trigger-bottom .chat-button-link").attr("data-tooltip-dir","right")):(s("#gsb-buttons-"+e.id+" .gsb-trigger-top").attr("data-tooltip-dir","left"),s("#gsb-buttons-"+e.id+" .gsb-trigger-bottom .chat-button-link").attr("data-tooltip-dir","left")):(s("#gsb-buttons-"+e.id+" .gsb-trigger-bottom .chat-button-link").attr("data-tooltip-dir","top"),"left"==x?s("#gsb-buttons-"+e.id+" .gsb-trigger-top").attr("data-tooltip-dir","right"):s("#gsb-buttons-"+e.id+" .gsb-trigger-top").attr("data-tooltip-dir","left")),"grid_view"==e.settings.view&&s("#gsb-buttons-"+e.id+" .gsb-button-list.grid_view .channel-grid-container .chat-button .scb-tooltip").attr("data-tooltip-dir","top"),"corner_circle_view"==e.settings.view&&s("#gsb-buttons-"+e.id+" .gsb-button-list.corner_circle_view .chat-button .scb-tooltip").attr("data-tooltip-dir","top");var T=e.settings.call_to_action,H="";""!=T&&(H+="<span class='cta-tooltip'>"+T+"</span>"),s("#gsb-buttons-"+e.id+" .gsb-trigger-top").append(H),d(e)&&s("#gsb-buttons-"+e.id+" .gsb-trigger-top").addClass("cooltipz--visible");var Q=e.settings.font_family;if(""!=Q&&"Arial"!=Q&&"Tahoma"!=Q&&"Verdana"!=Q&&"Helvetica"!=Q&&"Times New Roman"!=Q&&"Trebuchet MS"!=Q&&"Georgia"!=Q&&s("head").append("<link id='#gsb-buttons-"+e.id+"' href='https://fonts.googleapis.com/css?family="+e.settings.font_family+"' rel='stylesheet' type='text/css' >"),""!=Q?(s("#gsb-buttons-"+e.id).css("font-family",Q),s("#gsb-buttons-"+e.id+" button").css("font-family",Q)):s("#gsb-buttons-"+e.id).css("font-family","-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif"),s("#gsb-buttons-"+e.id+" .gsb-button-list").addClass(e.settings.menu_animation),function(t){var o=_("gsb-button-click-"+t.id);if((0==s("#gsb-buttons-"+t.id+" .gsb-button-list .chat-button").length||"yes"==t.settings.has_pending_message)&&!o&&"yes"==t.settings.has_pending_message){s("#gsb-buttons-"+t.id).hasClass("single")?(s("#gsb-buttons-"+t.id+" .gsb-trigger .chat-button a").append("<span class='gsb-pending-message'>"+t.settings.no_of_messages+"</span>"),s("#gsb-buttons-"+t.id+" .gsb-trigger .chat-button a").after("<span class='gsb-pending-message'>"+t.settings.no_of_messages+"</span>")):(s("#gsb-buttons-"+t.id+" .gsb-trigger .gsb-trigger-top a").append("<span class='gsb-pending-message'>"+t.settings.no_of_messages+"</span>"),s("#gsb-buttons-"+t.id+" .gsb-trigger .gsb-trigger-top a").after("<span class='gsb-pending-message'>"+t.settings.no_of_messages+"</span>"));var e=20*t.settings.icon_size/54;s("#gsb-buttons-"+t.id+" .gsb-pending-message").css({width:e+"px",height:e+"px","font-size":parseInt(e/4)+5+"px",color:t.settings.message_text_color,"background-color":t.settings.message_bg_color})}}(e),function(t){_("gsb-button-click-"+t.id)||(s("#gsb-buttons-"+t.id).hasClass("single")?s("#gsb-buttons-"+t.id+" .gsb-trigger .chat-button a").addClass(t.settings.animation):s("#gsb-buttons-"+t.id+" .gsb-trigger .gsb-trigger-top a").addClass(t.settings.animation))}(e),function(t){var o=m(t);if(s("#gsb-buttons-"+t.id).hasClass("single")){var e=s("#gsb-buttons-"+t.id+" .gsb-trigger .chat-button a").attr("data-scb"),i=t.settings.call_to_action;s("#gsb-buttons-"+t.id+" .gsb-trigger .chat-button a").removeAttr("data-tooltip-dir data-scb"),s("#gsb-buttons-"+t.id+" .gsb-trigger .chat-button a").removeClass("scb-tooltip cooltipz--visible"),(s("#gsb-buttons-"+t.id).hasClass("cta-first_click")&&!_("gsb-button-click-"+t.id)||!s("#gsb-buttons-"+t.id).hasClass("cta-first_click"))&&s("#gsb-buttons-"+t.id+".gsb-trigger .chat-button").addClass("scb-tooltip cooltipz--visible"),s("#gsb-buttons-"+t.id+" .gsb-trigger .chat-button.scb-tooltip").attr("data-tooltip-dir","right"==o?"left":"right"),s("#gsb-buttons-"+t.id+" .gsb-trigger .chat-button").attr("data-hover-scb",e);var n="";""!=i&&(n+="<span class='cta-tooltip'>"+i+"</span>"),d(t)&&s("#gsb-buttons-"+t.id+" .gsb-trigger .chat-button").append(n).addClass("cooltipz--visible")}}(e),function(t){var o=_("gsb-greeting-"+t.id),e=t.settings.default_state,i=f(t);if(!o&&(1==i&&"open"!=e||i>1&&"click"==e)&&""!=t.settings.greeting_text&&"yes"==t.settings.show_greeting_message){var n="";n+="<span class='scw-greeting-message'>",n+="<span>"+t.settings.greeting_text+"</span>",n+='<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M18 6L6 18M6 6L18 18" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> </svg>',n+="</span>",s("#gsb-buttons-"+t.id+" .gsb-buttons-content").append(n)}}(e),function(t){if("yes"==t.triggers.after_seconds&&!_("gsb-button-view-"+t.id)){s("#gsb-buttons-"+t.id).hide();var o=parseInt(t.triggers.seconds);o>0&&setTimeout((function(){s("#gsb-buttons-"+t.id).show(),h(t),C("gsb-button-view-"+t.id,!0,2)}),1e3*o)}}(e),function(t){if("yes"==t.triggers.on_scroll&&!_("gsb-button-view-"+t.id)){s("#gsb-buttons-"+t.id).hide();var o=parseInt(t.triggers.page_scroll);jQuery(window).scroll((function(){o=parseInt(t.triggers.page_scroll);var e=jQuery(document).height()-jQuery(window).height(),i=jQuery(window).scrollTop();0!=i&&i/e*100>=o&&(s("#gsb-buttons-"+t.id).show(),h(t),C("gsb-button-view-"+t.id,!0,2))}))}}(e),function(t){if("yes"==t.triggers.exit_intent){if("yes"==t.triggers.browser&&!_("gsb-button-view-"+t.id)){s("#gsb-buttons-"+t.id).hide();var e=m(t);b="mouseout",l=function(o){null==o.toElement&&null==o.relatedTarget&&(i||(s("#gsb-buttons-"+t.id).show(),s("#gsb-buttons-"+t.id).append("<div class='exit-intent'></div>"),"left"==e?s("#gsb-buttons-"+t.id+" .exit-intent").addClass("left-position"):s("#gsb-buttons-"+t.id+" .exit-intent").addClass("right-position"),s("#gsb-buttons-"+t.id).hasClass("single-btn")||s("#gsb-buttons-"+t.id+" .main-button").trigger("click"),setTimeout((function(){s("#gsb-buttons-"+t.id+" .exit-intent").addClass("active"),setTimeout((function(){s("#gsb-buttons-"+t.id+" .exit-intent").removeClass("active")}),2e3)}),100),h(t),i=!0,C("gsb-button-view-"+t.id,!0,2)))},(a=document).addEventListener?a.addEventListener(b,l,!1):a.attachEvent&&a.attachEvent("on"+b,l)}"yes"==t.triggers.on_inactivity&&(_("gsb-button-view-"+t.id)||(s("#gsb-buttons-"+t.id).hide(),o=setInterval((function(){!function(t){if(n+=1,!_("gsb-button-view-"+t.id)&&(s("#gsb-buttons-"+t.id).hide(),n>59)){if(!i){var e=m(t);s("#gsb-buttons-"+t.id).show(),s("#gsb-buttons-"+t.id).append("<div class='exit-intent'></div>"),"left"==e?s("#gsb-buttons-"+t.id+" .exit-intent").addClass("left-position"):s("#gsb-buttons-"+t.id+" .exit-intent").addClass("right-position"),s("#gsb-buttons-"+t.id).hasClass("single-btn")||s("#gsb-buttons-"+t.id+" .main-button").trigger("click"),setTimeout((function(){s("#gsb-buttons-"+t.id+" .exit-intent").addClass("active"),setTimeout((function(){s("#gsb-buttons-"+t.id+" .exit-intent").removeClass("active")}),2e3)}),100),i=!0,h(t),C("gsb-button-view-"+t.id,!0,2)}window.clearInterval(o)}}(t)}),1e3),s(document).on("mousemove",(function(t){n=0})),s(document).on("keyup",(function(t){n=0}))))}var a,b,l}(e),b+="#gsb-buttons-"+e.id+" .scw-greeting-message {background-color:"+e.settings.greeting_bg_color+";color:"+e.settings.greeting_text_color+";}",b+="#gsb-buttons-"+e.id+" .scw-greeting-message svg {fill:"+e.settings.greeting_text_color+";}",b+="#gsb-buttons-"+e.id+" .scw-greeting-message svg path {stroke:"+e.settings.greeting_text_color+";}",b+="#gsb-buttons-"+e.id+" .scw-greeting-message:after{border-color:"+e.settings.greeting_bg_color+" transparent transparent transparent;}",s("#gab_front_css").remove(),s("head").append("<style id='gab_front_css'>"+b+"</style>"),(_("gsb-button-view-"+e.id)||"0"==e.triggers.page_scroll&&"0"==e.triggers.seconds&&"no"==e.triggers.exit_intent)&&h(e),"right"==x){var P=s("#gsb-buttons-"+e.id+" .gsb-button-list.list_view").outerWidth()+parseInt(s("#gsb-buttons-"+e.id).css("right").replace("px","")),A=s("#gsb-buttons-"+e.id+" .gsb-button-list.grid_view").outerWidth()+parseInt(s("#gsb-buttons-"+e.id).css("right").replace("px",""));s(window).width()<=P&&(l+="#gsb-buttons-"+e.id+".right-side .gsb-button-list.list_view {transform: scale(0.5); transform-origin: bottom right;}"),s(window).width()<=A&&(l+="#gsb-buttons-"+e.id+".right-side .gsb-button-list.grid_view {transform: scale(0.5); transform-origin: bottom right;}")}else P=s("#gsb-buttons-"+e.id+" .gsb-button-list.list_view").outerWidth()+parseInt(s("#gsb-buttons-"+e.id).css("left").replace("px","")),A=s("#gsb-buttons-"+e.id+" .gsb-button-list.grid_view").outerWidth()+parseInt(s("#gsb-buttons-"+e.id).css("left").replace("px","")),s(window).width()<=P&&(l+="#gsb-buttons-"+e.id+".left-side .gsb-button-list.list_view {transform: scale(0.5); transform-origin: bottom left;}"),s(window).width()<=A&&(l+="#gsb-buttons-"+e.id+".left-side .gsb-button-list.grid_view {transform: scale(0.5); transform-origin: bottom left;}");var F=s("#gsb-buttons-"+e.id+" .gsb-trigger").outerHeight(!0);if(l+="#gsb-buttons-"+e.id+".open-form .scw-contact-form, #gsb-buttons-"+e.id+".open-whatsapp-popup .whatsapp-popup, #gsb-buttons-"+e.id+".open-wechat-popup .wechat-popup { bottom : "+F+"px }",l+="#gsb-buttons-"+e.id+".open-buttons:not(.has-no-close-button) .gsb-button-list.menu_view { bottom : "+F+"px }",s("#gsb_custom_css").remove(),s("head").append("<style id='gsb_custom_css'>"+l+"</style>"),s("#gsb-buttons-"+e.id+" .list_title_container").length)var W=s("#gsb-buttons-"+e.id+" .list_title_container").outerHeight(!0);else W=0;var U=s("#gsb-buttons-"+e.id).css("bottom").replace("px",""),Z=parseInt(F)+parseInt(U)+parseInt(W)+parseInt("15");s("#gsb-buttons-"+e.id+" .list_view .channel-list-container").css("max-height","calc(100vh - "+Z+"px)");var R=parseInt(F)+parseInt(U)+parseInt(s("#gsb-buttons-"+e.id+" .whatsapp-popup").outerHeight(!0)),G=parseInt(F)+parseInt(U)+parseInt(s("#gsb-buttons-"+e.id+" .whatsapp-popup .whatsapp-popup-header").outerHeight(!0))+parseInt(s("#gsb-buttons-"+e.id+" .whatsapp-popup .whatsapp-popup-footer").outerHeight(!0))+parseInt(10);R>s(window).height()?(s("#gsb-buttons-"+e.id+" .whatsapp-popup .whatsapp-popup-body").css("max-height","calc(100vh - "+G+"px)"),s("#gsb-buttons-"+e.id+" .whatsapp-popup .whatsapp-popup-body").css("min-height","calc(100vh - "+G+"px)")):s("#gsb-buttons-"+e.id+" .whatsapp-popup .whatsapp-popup-body").css("min-height","270px"),s(window).resize((function(){R>s(window).height()?(s("#gsb-buttons-"+e.id+" .whatsapp-popup .whatsapp-popup-body").css("max-height","calc(100vh - "+G+"px)"),s("#gsb-buttons-"+e.id+" .whatsapp-popup .whatsapp-popup-body").css("min-height","calc(100vh - "+G+"px)")):s("#gsb-buttons-"+e.id+" .whatsapp-popup .whatsapp-popup-body").css("min-height","270px")}));var $=parseInt(F)+parseInt(U)+parseInt(s("#gsb-buttons-"+e.id+" .wechat-popup .wechat-popup-header").outerHeight(!0))+10;s("#gsb-buttons-"+e.id+" .wechat-popup .wechat-popup-body").css("max-height","calc(100vh - "+$+"px)");var E=F+5;s("#gsb-buttons-"+e.id+".view-list .list_view").css("bottom",E+"px"),s("#gsb-buttons-"+e.id+".view-grid .grid_view").css("bottom",E+"px"),s(document).on("click","#gsb-buttons-"+e.id+" .scw-greeting-message svg",(function(t){t.preventDefault(),s("#gsb-buttons-"+e.id+" .scw-greeting-message").remove(),C("gsb-greeting-"+e.id,!0,2)})),s(document).on("mouseenter","#gsb-buttons-"+e.id+".single .gsb-trigger .chat-button",(function(){s("#gsb-buttons-"+e.id+".single").hasClass("cta-first_click")&&!d(e)&&(s("#gsb-buttons-"+e.id+".gsb-trigger .chat-button").addClass("scb-tooltip cooltipz--visible"),s("#gsb-buttons-"+e.id+" .gsb-trigger .chat-button.scb-tooltip").attr("data-tooltip-dir","right"==x?"left":"right"),s("#gsb-buttons-"+e.id+".single .gsb-trigger .chat-button .cta-tooltip").show());var t=s(this).attr("data-hover-scb");s("#gsb-buttons-"+e.id+".single .gsb-trigger .chat-button .cta-tooltip").html(t),s("#gsb-buttons-"+e.id+".single .gsb-trigger .chat-button .cta-tooltip").length||""==t||s(this).append("<span class='cta-tooltip'>"+t+"</span>").addClass("cooltipz--visible")})),s(document).on("mouseleave","#gsb-buttons-"+e.id+".single .gsb-trigger .chat-button",(function(){s("#gsb-buttons-"+e.id+".single").hasClass("cta-first_click")&&!d(e)&&s("#gsb-buttons-"+e.id+".single .gsb-trigger .chat-button .cta-tooltip").hide(),s("#gsb-buttons-"+e.id+".single .gsb-trigger .chat-button .cta-tooltip").html(e.settings.call_to_action),""==e.settings.call_to_action&&""!=s(this).attr("data-hover-scb")&&(s(".cta-tooltip").remove(),s(this).removeClass("cooltipz--visible"))})),s(document).on("touch click","body",(function(){(s("#gsb-buttons-"+e.id).hasClass("view-grid")&&s("#gsb-buttons-"+e.id).hasClass("open-buttons")||s("#gsb-buttons-"+e.id).hasClass("view-list")&&s("#gsb-buttons-"+e.id).hasClass("open-buttons"))&&(s("#gsb-buttons-"+e.id).removeClass("open-buttons"),C("gsb-greeting-"+e.id,!0,2),s("#gsb-buttons-"+e.id+" .scw-greeting-message").remove()),s("#gsb-buttons-"+e.id).hasClass("open-whatsapp-popup")&&s("#gsb-buttons-"+e.id).hasClass("has-no-close-remove")&&s("#gsb-buttons-"+e.id).removeClass("open-whatsapp-popup has-no-close-remove").addClass("open-buttons has-no-close-button"),s("#gsb-buttons-"+e.id).hasClass("open-form")&&s("#gsb-buttons-"+e.id).hasClass("has-no-close-remove")&&s("#gsb-buttons-"+e.id).removeClass("open-form has-no-close-remove").addClass("open-buttons has-no-close-button"),s("#gsb-buttons-"+e.id).hasClass("open-wechat-popup")&&s("#gsb-buttons-"+e.id).hasClass("has-no-close-remove")&&s("#gsb-buttons-"+e.id).removeClass("open-wechat-popup has-no-close-remove").addClass("open-buttons has-no-close-button"),s("#gsb-buttons-"+e.id).hasClass("open-whatsapp-popup")&&s("#gsb-buttons-"+e.id).removeClass("open-whatsapp-popup"),s("#gsb-buttons-"+e.id).hasClass("open-form")&&s("#gsb-buttons-"+e.id).removeClass("open-form"),s("#gsb-buttons-"+e.id).hasClass("open-wechat-popup")&&s("#gsb-buttons-"+e.id).removeClass("open-wechat-popup")}))})),s(".chat-button-icon img").each((function(){s(this).closest(".chat-button-link").addClass("has-image")})),s(document).on("submit",".scw-contact-form",(function(t){t.preventDefault(),s(this).closest(".scw-contact-form").find(".scw-form-field").removeClass("has-error"),s(this).closest(".scw-contact-form").find(".scw-form-field").removeClass("has-error-valid");var o=s(this).closest(".scw-contact-form").attr("data_target");r=s(this).closest(".scw-contact-form").find(".scw-form-success.success-close-msg").length>0?1:0;var e=3;1==r&&(e=s(this).closest(".scw-contact-form").find(".scw-form-success.success-close-msg").attr("data_close_sec"));var i=0,n=s(this).closest(".gsb-buttons").attr("id");if(s.each(s(this).closest(".scw-contact-form").find(".scw-form-field .scw-field"),(function(){s(this).hasClass("is-require")&&""==s(this).val()&&(i+=1,s(this).closest(".scw-form-field").addClass("has-error")),s(this).hasClass("is-require")&&!s(this).is(":checked")&&"checkbox"===s(this).prop("type")&&(i+=1,s(this).closest(".scw-form-field").addClass("has-error")),""!=s(this).val()&&"email"==s(this).data("name")&&(/^([a-zA-Z0-9_.+-])+\@(([a-zA-Z0-9-])+\.)+([a-zA-Z0-9]{2,4})+$/.test(s(this).val())||(i+=1,s(this).closest(".scw-form-field").addClass("has-error-valid"))),""!=s(this).val()&&"phone"==s(this).data("name")&&(/^[0-9]*$/.test(s(this).val())||(i+=1,s(this).closest(".scw-form-field").addClass("has-error-valid")))})),0!=i&&(s(this).closest(".scw-contact-form").find(".scw-form-field.has-error-valid:first input").focus(),s(this).closest(".scw-contact-form").find(".scw-form-field.has-error:first input").focus()),0==i){s(this).find(":submit").prop("disabled",!0);var a=s(this).closest(".scw-contact-form").attr("id");s.ajax({url:gsb_settings.ajax_url,data:s("#"+a).serialize(),dateType:"json",type:"post",success:function(t){1==(t=s.parseJSON(t)).status?(s("#"+n+" .scw-contact-form").addClass("success-msg"),s("#"+n+" .scw-contact-form").removeClass("has-error"),s("#"+n+" .scw-contact-form .scw-form-success").text(t.message),s("#"+n+" .scw-contact-form .scw-field").val(""),s("#"+n+" .scw-contact-form .consent-check-box input").prop("checked",!1),s("#"+n+" .scw-contact-form .scw-form-btn button").prop("disabled",!1),1==r&&setTimeout((function(){s("#"+n).closest(".gsb-buttons").hasClass("open-form")&&s("#"+n).closest(".gsb-buttons").hasClass("has-no-close-remove")&&s("#"+n).closest(".gsb-buttons").removeClass("open-form has-no-close-remove").addClass("open-buttons has-no-close-button"),s("#"+n).hasClass("open-form")&&s("#"+n).removeClass("open-form")}),1e3*e),""!=t.data.URL&&("blank"==o?window.open(t.data.URL,"_blank"):window.location.href=t.data.URL)):0==t.status&&(s("#"+n+" .scw-contact-form .scw-form-btn button").prop("disabled",!1),s("#"+n+" .scw-contact-form").addClass("success-msg has-error"),s("#"+n+" .scw-contact-form .scw-field").each((function(o,e){var i=s(this).attr("name").replace("scw_form_fields[","");i=i.replace("]",""),s.inArray(i,t.has_error)>=0?s(this).closest(".scw-form-field").addClass("has-error"):s.inArray(i,t.has_error_valid)>=0&&s(this).closest(".scw-form-field").addClass("has-error-valid")})),s("#"+n+" .scw-contact-form .scw-form-success").text(t.message))}})}})),s(document).on("keyup",".scw-field-phone",(function(){var t=s(this).val();t.match(/^[0-9]+$/)||s(this).val(t.replace(/\D/g,""))})),s(document).on("touch click",".gsb-buttons .gsb-trigger .gsb-trigger-top a",(function(){C("gsb-button-click-"+s(this).closest(".gsb-buttons").data("id"),!0,2),s(this).closest(".gsb-buttons").hasClass("cta-first_click")&&(s(this).closest("div[data-scb]").attr("data-scb",""),s(this).closest(".gsb-buttons").find(".cta-tooltip").remove())})),s(document).on("touch click",".gsb-buttons .gsb-trigger .gsb-trigger-top a, .gsb-buttons .gsb-trigger .chat-button a",(function(){C("gsb-button-click-"+s(this).closest(".gsb-buttons").data("id"),!0,2),s(this).closest(".gsb-buttons").hasClass("cta-first_click")&&(s(this).closest("div[data-scb]").attr("data-scb",""),s(this).closest(".gsb-buttons").find(".cta-tooltip").remove())})),s(document).on("touch click",".gsb-buttons .gsb-trigger .gsb-trigger-top a, .gsb-buttons .gsb-trigger .gsb-trigger-bottom a",(function(){var t=s(this).closest(".gsb-buttons").data("id");s("#gsb-buttons-"+t+" .gsb-pending-message").remove(),C("gsb-greeting-"+t,!0,2),s("#gsb-buttons-"+t+" .scw-greeting-message").remove()})),s(document).on("touch click",".gsb-buttons .gsb-trigger .gsb-trigger-bottom a",(function(){C("gsb-button-click-"+s(this).closest(".gsb-buttons").data("id"),!0,2),s(this).closest(".gsb-buttons").hasClass("cta-first_click")&&(s(this).closest("div[data-scb]").attr("data-scb",""),s(this).closest(".gsb-buttons").find(".cta-tooltip").remove())})),s(document).on("mouseenter",".gsb-buttons .gsb-trigger a",(function(){var t=s(this).closest(".gsb-buttons").data("id"),o=s(this).closest(".gsb-buttons").data("animation");s("#gsb-buttons-"+t+" .gsb-trigger .gsb-trigger-top a").removeClass(o),s("#gsb-buttons-"+t+" .gsb-trigger .chat-button a").removeClass(o)})),s(document).on("touch click",".gsb-buttons:not(.single) .gsb-trigger .gsb-trigger-top a",(function(t){t.preventDefault();var o=s(this).closest(".gsb-buttons").data("id");s(this).closest(".gsb-buttons").removeClass("open-form"),s(this).closest(".gsb-buttons").removeClass("open-whatsapp-popup"),s(this).closest(".gsb-buttons").removeClass("open-wechat-popup"),s("#gsb-buttons-"+o+" .scw-contact-form .scw-form-field").removeClass("has-error"),s(this).closest("#gsb-buttons-"+o).find(".scw-contact-form").removeClass("success"),s(this).closest("#gsb-buttons-"+o).find(".scw-contact-form").removeClass("success-msg"),s(this).closest("#gsb-buttons-"+o).find(".scw-contact-form").removeClass("has-error"),s(this).closest("#gsb-buttons-"+o).removeClass("has-no-animation"),s(this).closest("#gsb-buttons-"+o).removeClass("has-no-tooltip-animation"),s(this).closest(".gsb-buttons").addClass("open-buttons")})),s(document).on("touch click",".gsb-buttons.single .gsb-trigger .chat-button a",(function(){var t=s(this).closest(".gsb-buttons").data("id");(s("#gsb-buttons-"+t+".single .gsb-trigger .gsb-trigger-contact").length||s("#gsb-buttons-"+t+".single .gsb-trigger .gsb-trigger-whatsapp-popup").length||s("#gsb-buttons-"+t+".single .gsb-trigger .gsb-trigger-wechat-popup").length)&&s("#gsb-buttons-"+t+".single .gsb-trigger .chat-button").removeClass("cooltipz--visible")})),s(document).on("touch click",".gsb-buttons .gsb-trigger .gsb-trigger-contact a",(function(t){t.preventDefault();var o=s(this).closest(".gsb-buttons").data("id");s(this).closest(".gsb-buttons").removeClass("open-form"),s("#gsb-buttons-"+o+" .scw-contact-form .scw-form-field").removeClass("has-error"),s(this).closest(".gsb-buttons").addClass("open-buttons"),s(this).closest(".gsb-buttons").hasClass("has-no-close-remove")&&(s(this).closest(".gsb-buttons").addClass("has-no-close-button"),s(this).closest(".gsb-buttons").removeClass("has-no-close-remove")),C("gsb-greeting-"+o,!0,2),s("#gsb-buttons-"+o+" .scw-greeting-message").remove(),s("#gsb-buttons-"+o).hasClass("cta-first_click")&&!_("gsb-button-click-"+o)&&s("#gsb-buttons-"+o+".single .gsb-trigger .chat-button").addClass("cooltipz--visible"),s("#gsb-buttons-"+o).hasClass("cta-all_time")&&s("#gsb-buttons-"+o+".single .gsb-trigger .chat-button").addClass("cooltipz--visible")})),s(document).on("touch click",".gsb-buttons .gsb-trigger .gsb-trigger-whatsapp-popup a",(function(t){t.preventDefault();var o=s(this).closest(".gsb-buttons").data("id");s(this).closest(".gsb-buttons").removeClass("open-whatsapp-popup"),s(this).closest(".gsb-buttons").addClass("open-buttons"),s(this).closest(".gsb-buttons").hasClass("has-no-close-remove")&&(s(this).closest(".gsb-buttons").addClass("has-no-close-button"),s(this).closest(".gsb-buttons").removeClass("has-no-close-remove")),C("gsb-greeting-"+o,!0,2),s("#gsb-buttons-"+o+" .scw-greeting-message").remove(),s("#gsb-buttons-"+o).hasClass("cta-first_click")&&!_("gsb-button-click-"+o)&&s("#gsb-buttons-"+o+".single .gsb-trigger .chat-button").addClass("cooltipz--visible"),s("#gsb-buttons-"+o).hasClass("cta-all_time")&&s("#gsb-buttons-"+o+".single .gsb-trigger .chat-button").addClass("cooltipz--visible")})),s(document).on("touch click",".gsb-buttons .gsb-trigger .gsb-trigger-wechat-popup a",(function(t){t.preventDefault();var o=s(this).closest(".gsb-buttons").data("id");s(this).closest(".gsb-buttons").removeClass("open-wechat-popup"),s(this).closest(".gsb-buttons").addClass("open-buttons"),s(this).closest(".gsb-buttons").hasClass("has-no-close-remove")&&(s(this).closest(".gsb-buttons").removeClass("has-no-close-remove"),s(this).closest(".gsb-buttons").addClass("has-no-close-button")),C("gsb-greeting-"+o,!0,2),s("#gsb-buttons-"+o+" .scw-greeting-message").remove(),s("#gsb-buttons-"+o).hasClass("cta-first_click")&&!_("gsb-button-click-"+o)&&s("#gsb-buttons-"+o+".single .gsb-trigger .chat-button").addClass("cooltipz--visible"),s("#gsb-buttons-"+o).hasClass("cta-all_time")&&s("#gsb-buttons-"+o+".single .gsb-trigger .chat-button").addClass("cooltipz--visible")})),s(document).on("touch click",".gsb-buttons .scw-contact-form .scw-form-close",(function(t){t.preventDefault();var o=s(this).closest(".gsb-buttons").data("id");s(this).closest("#gsb-buttons-"+o).removeClass("open-form"),s("#gsb-buttons-"+o+" .scw-contact-form .scw-form-field").removeClass("has-error"),s(this).closest("#gsb-buttons-"+o+".has-no-close-button").addClass("open-buttons"),s(this).closest(".gsb-buttons").hasClass("has-no-close-remove")&&(s(this).closest(".gsb-buttons").addClass("has-no-close-button"),s(this).closest(".gsb-buttons").removeClass("has-no-close-remove")),s("#gsb-buttons-"+o).hasClass("cta-all_time")&&s("#gsb-buttons-"+o+".single .gsb-trigger .chat-button").addClass("cooltipz--visible")})),s(document).on("touch click",".gsb-buttons .whatsapp-popup .whatsapp-popup-close-btn",(function(t){t.preventDefault();var o=s(this).closest(".gsb-buttons").data("id");s(this).closest("#gsb-buttons-"+o).removeClass("open-whatsapp-popup"),s(this).closest("#gsb-buttons-"+o+".has-no-close-button").addClass("open-buttons"),s(this).closest(".gsb-buttons").hasClass("has-no-close-remove")&&(s(this).closest(".gsb-buttons").addClass("has-no-close-button"),s(this).closest(".gsb-buttons").removeClass("has-no-close-remove")),s("#gsb-buttons-"+o).hasClass("cta-all_time")&&s("#gsb-buttons-"+o+".single .gsb-trigger .chat-button").addClass("cooltipz--visible")})),s(document).on("touch click",".gsb-buttons .wechat-popup .wechat-popup-close-btn",(function(t){t.preventDefault();var o=s(this).closest(".gsb-buttons").data("id");s(this).closest(".gsb-buttons").hasClass("has-no-close-remove")&&(s(this).closest(".gsb-buttons").removeClass("has-no-close-remove"),s(this).closest(".gsb-buttons").addClass("has-no-close-button")),s(this).closest("#gsb-buttons-"+o).removeClass("open-wechat-popup"),s(this).closest("#gsb-buttons-"+o+".has-no-close-button").addClass("open-buttons"),s("#gsb-buttons-"+o).hasClass("cta-all_time")&&s("#gsb-buttons-"+o+".single .gsb-trigger .chat-button").addClass("cooltipz--visible")})),s(document).on("touch click",".gsb-buttons .close-view-btn",(function(t){t.preventDefault(),s(this).closest(".gsb-buttons").removeClass("open-buttons")})),s(document).on("touch click",".gsb-buttons:not(.single) .gsb-trigger .gsb-trigger-bottom a",(function(t){t.preventDefault(),s(this).closest(".gsb-buttons").removeClass("has-no-animation"),s(this).closest(".gsb-buttons").removeClass("open-buttons")})),s(document).on("touch click",".gsb-buttons:not(.single) .gsb-button-list:not(.list_view) .chat-button .channel-contact_form , .gsb-buttons.single .gsb-button-list:not(.list_view) + .gsb-trigger .chat-button .channel-contact_form",(function(){s(this).closest(".gsb-buttons").find(".gsb-button-list .chat-button").length,s(this).closest(".gsb-buttons").hasClass("open-form")?(s(this).closest(".gsb-buttons").addClass("open-buttons"),s(this).closest(".gsb-buttons").removeClass("open-form")):(s(this).closest(".gsb-buttons").hasClass("has-no-close-button")&&(s(this).closest(".gsb-buttons").addClass("has-no-close-remove"),s(this).closest(".gsb-buttons").removeClass("has-no-close-button")),s(this).closest(".gsb-buttons").removeClass("open-buttons"),s(this).closest(".gsb-buttons").addClass("open-form"),s(this).closest(".gsb-buttons").find(".scw-contact-form").removeClass("success"),s(this).closest(".gsb-buttons").find(".scw-contact-form").removeClass("success-msg"),s(this).closest(".gsb-buttons").find(".scw-contact-form").removeClass("has-error"))})),s(document).on("touch click",".gsb-buttons:not(.single) .list_view .gsb-social-channel",(function(){s(this).closest(".gsb-buttons").find(".gsb-button-list .chat-button").length;var t=s(this).data("channel"),o=s(this).closest(".gsb-buttons").data("id");"contact_form"==t&&(s(this).closest(".gsb-buttons").hasClass("open-form")?(s(this).closest(".gsb-buttons").addClass("open-buttons"),s(this).closest(".gsb-buttons").removeClass("open-form")):(s(this).closest(".gsb-buttons").removeClass("open-buttons"),s(this).closest(".gsb-buttons").addClass("open-form"),s(this).closest("#gsb-buttons-"+o).find(".scw-contact-form").removeClass("success"),s(this).closest("#gsb-buttons-"+o).find(".scw-contact-form").removeClass("success-msg"),s(this).closest("#gsb-buttons-"+o).find(".scw-contact-form").removeClass("has-error")))})),s(document).on("touch click",".gsb-buttons:not(.single) .gsb-button-list:not(.list_view) .chat-button .channel-whats , .gsb-buttons.single .gsb-button-list:not(.list_view) + .gsb-trigger .chat-button .channel-whats",(function(){s(this).closest(".gsb-buttons").find(".gsb-button-list .chat-button").length;var t=s(this).data("channel");s(this).closest(".gsb-buttons").find("#"+t+"_popup").length&&(s(this).closest(".gsb-buttons").hasClass("open-whatsapp-popup")?(s(this).closest(".gsb-buttons").addClass("open-buttons"),s(this).closest(".gsb-buttons").removeClass("open-whatsapp-popup"),s(".whatsapp-popup").removeClass("active"),s("#"+t+"_popup").removeClass("active")):(s(this).closest(".gsb-buttons").hasClass("has-no-close-button")&&(s(this).closest(".gsb-buttons").addClass("has-no-close-remove"),s(this).closest(".gsb-buttons").removeClass("has-no-close-button")),s(this).closest(".gsb-buttons").removeClass("open-buttons"),s(this).closest(".gsb-buttons").addClass("open-whatsapp-popup"),s(".whatsapp-popup").removeClass("active"),s("#"+t+"_popup").addClass("active")))})),s(document).on("touch click",".gsb-buttons:not(.single) .list_view .gsb-social-channel",(function(){s(this).closest(".gsb-buttons").find(".gsb-button-list .chat-button").length;var t=s(this).data("channel");"whatsapp"==t.replace(/_\d+$/,"")&&s(this).closest(".gsb-buttons").find("#"+t+"_popup").length&&(s(this).closest(".gsb-buttons").hasClass("open-whatsapp-popup")?(s(this).closest(".gsb-buttons").addClass("open-buttons"),s(this).closest(".gsb-buttons").removeClass("open-whatsapp-popup"),s(".whatsapp-popup").removeClass("active"),s("#"+t+"_popup").removeClass("active")):(s(this).closest(".gsb-buttons").removeClass("open-buttons"),s(this).closest(".gsb-buttons").addClass("open-whatsapp-popup"),s(".whatsapp-popup").removeClass("active"),s("#"+t+"_popup").addClass("active")))})),s(document).on("touch click",".gsb-buttons:not(.single) .gsb-button-list:not(.list_view) .chat-button .channel-wechats , .gsb-buttons.single .gsb-button-list:not(.list_view) + .gsb-trigger .chat-button .channel-wechats",(function(){s(this).closest(".gsb-buttons").find(".gsb-button-list .chat-button").length;var t=s(this).data("channel");s(this).closest(".gsb-buttons").find("#"+t+"_popup").length&&(s(this).closest(".gsb-buttons").hasClass("open-wechat-popup")?(s(this).closest(".gsb-buttons").addClass("open-buttons"),s(this).closest(".gsb-buttons").removeClass("open-wechat-popup"),s(".wechat-popup").removeClass("active"),s("#"+t+"_popup").removeClass("active")):(s(this).closest(".gsb-buttons").hasClass("has-no-close-button")&&(s(this).closest(".gsb-buttons").addClass("has-no-close-remove"),s(this).closest(".gsb-buttons").removeClass("has-no-close-button")),s(this).closest(".gsb-buttons").removeClass("open-buttons"),s(this).closest(".gsb-buttons").addClass("open-wechat-popup"),s(".wechat-popup").removeClass("active"),s("#"+t+"_popup").addClass("active")))})),s(document).on("touch click",".gsb-buttons:not(.single) .list_view .gsb-social-channel",(function(){s(this).closest(".gsb-buttons").find(".gsb-button-list .chat-button").length;var t=s(this).data("channel");"wechat"==t.replace(/_\d+$/,"")&&s(this).closest(".gsb-buttons").find("#"+t+"_popup").length&&(s(this).closest(".gsb-buttons").hasClass("open-wechat-popup")?(s(this).closest(".gsb-buttons").addClass("open-buttons"),s(this).closest(".gsb-buttons").removeClass("open-wechat-popup"),s(".wechat-popup").removeClass("active"),s("#"+t+"_popup").removeClass("active")):(s(this).closest(".gsb-buttons").removeClass("open-buttons"),s(this).closest(".gsb-buttons").addClass("open-wechat-popup"),s(".wechat-popup").removeClass("active"),s("#"+t+"_popup").addClass("active")))})),s(document).on("touch click",".gsb-buttons .gsb-button-list, .gsb-buttons .gsb-trigger-button, .gsb-buttons .whatsapp-popup, .gsb-buttons .scw-contact-form, .gsb-buttons .wechat-popup",(function(t){t.stopPropagation()})),s(document).on("touch click",".gsb-buttons .chat-button a",(function(){var t=s(this).closest(".gsb-buttons").data("id");s("#gsb-buttons-"+t+" .gsb-pending-message").remove(),C("gsb-greeting-"+t,!0,2),s("#gsb-buttons-"+t+" .scw-greeting-message").remove()}))),s(document).on("click",".show-scw-contact-form",(function(t){t.preventDefault(),t.stopPropagation(),show_scw_contact_form(s(this).data("widget"))})),s(document).on("click",".hide-scw-contact-form",(function(t){t.preventDefault(),t.stopPropagation(),hide_scw_contact_form()})),s(document).on("click",".show-sticky-chat-widget",(function(t){t.preventDefault(),t.stopPropagation(),show_sticky_chat_widget(s(this).data("widget"))})),s(document).on("click",".hide-sticky-chat-widget",(function(t){t.preventDefault(),t.stopPropagation(),hide_sticky_chat_widget()}))})),s(window).resize((function(){!function(){if(s(".ginger-front-buttons").length&&s(".sticky-button-list").length&&s(".sticky-button-list .channel-btn").length&&s(".ginger-front-buttons .cta-button").length){s(".sticky-button-list .button-list").attr("style",""),s(".sticky-button-list .button-list").removeClass("has-grid-layout");var t=parseInt(gsb_settings.icon_size)+parseInt(gsb_settings.bottom);if(s(".sticky-button-list .button-list .channel-btn").length>2&&(t+=parseInt(s(".sticky-button-list .button-list .channel-btn").length)*(parseInt(gsb_settings.icon_size)+5))>=s(window).height()){var o=Math.floor(Math.sqrt(parseInt(s(".sticky-button-list .button-list .channel-btn").length)));o=(parseInt(gsb_settings.icon_size)+5)*o,s(".sticky-button-list .button-list").height(o),o=Math.ceil(Math.sqrt(parseInt(s(".sticky-button-list .button-list .channel-btn").length))),o=(parseInt(gsb_settings.icon_size)+5)*o,s(".sticky-button-list .button-list").width(o),s(".sticky-button-list .button-list").addClass("has-grid-layout"),s(".sticky-button-list .button-list").css("bottom",parseInt(gsb_settings.icon_size)+5+"px"),s(".sticky-button-list .button-list .ginger-social-channel").attr("data-ginger-tooltip-location","top")}}}()}))}(jQuery)})();
  • sticky-chat-widget/tags/1.3.9/includes/front-end.php

    r3244227 r3349742  
    550550
    551551                    $channelKey = preg_replace('/_\d+$/', '', $key);
     552                    if ($channelKey == "skype") {
     553                        continue;
     554                    }
    552555
    553556                    if (isset($socialIcons[$channelKey]) && ($channel['for_desktop'] || $channel['for_mobile']) && !empty($channel['value'])) {
  • sticky-chat-widget/tags/1.3.9/includes/social-icons.php

    r3255102 r3349742  
    110110                'color'      => '#00C80F',
    111111                'icon'       => '<svg xmlns="http://www.w3.org/2000/svg" height="512" viewBox="0 0 24 24" width="512"><path d="M12.82 9.618c-7.242 3.732-2.425 13.745 6.6 11.13.842.327 1.592.857 2.408 1.25-.21-.7-.436-1.412-.676-2.11 2.8-1.995 3.414-4.818 2.38-7.138-1.616-3.677-6.776-5.183-10.72-3.133zm2.53 3.658c-.21.655-1.156.85-1.615.353-.506-.46-.31-1.424.355-1.63.734-.3 1.582.54 1.26 1.277zm4.78.094h.014c-.257.587-1.14.725-1.575.27-.21-.192-.27-.48-.344-.733.104-.46.42-.937.93-.96.705-.098 1.336.776.975 1.422z"/><path d="M17.414 8.248c-.436-2.144-1.936-3.955-3.824-5h.027v-.001C6.917-.54-1.425 4.742.187 10.97c.433 1.848 1.71 3.397 3.262 4.43-.3.853-.585 1.706-.855 2.565L5.52 16.4c1.17.377 2.415.56 3.66.52-1.538-4.412 2.407-9.086 8.234-8.67zm-6.077-2.56c.785-.316 1.713.345 1.65 1.2L13 6.89c.008.965-1.275 1.567-1.995.913-.747-.538-.535-1.845.342-2.115zM6.932 7.134c-.172.838-1.29 1.243-1.946.68-.76-.537-.546-1.868.345-2.14.873-.338 1.865.552 1.6 1.46z"/></svg>',
    112                 'class_name' => 'is-required',
    113             ],
    114             "skype"              => [
    115                 'label'      => "skype",
    116                 'title'      => "Skype",
    117                 'value'      => "Username",
    118                 'example'    => "myusername",
    119                 'color'      => '#1b96d2',
    120                 'icon'       => '<svg xmlns="http://www.w3.org/2000/svg" height="512" viewBox="0 0 24 24" width="512"><path d="M23.31 14.547c1.738-7.8-5.104-14.905-13.14-13.543C5.808-1.703 0 1.356 0 6.546c0 1.207.333 2.337.912 3.31-1.615 7.828 5.283 14.82 13.31 13.366 5.675 3 11.946-2.984 9.086-8.676zm-7.638 4.7c-2.108.867-5.577.872-7.676-.227-2.993-1.596-3.525-5.19-.943-5.19 1.946 0 1.33 2.27 3.295 3.194.902.417 2.84.46 3.968-.3 1.113-.745 1.01-1.917.406-2.477-1.603-1.48-6.2-.892-8.287-3.483-.91-1.124-1.083-3.107.037-4.545 1.952-2.512 7.68-2.665 10.143-.768 2.274 1.76 1.66 4.096-.175 4.096-2.207 0-1.047-2.888-4.6-2.888-2.583 0-3.6 1.837-1.78 2.73 2.466 1.225 8.75.816 8.75 5.603-.005 1.992-1.226 3.477-3.128 4.253z"/></svg>',
    121112                'class_name' => 'is-required',
    122113            ],
  • sticky-chat-widget/tags/1.3.9/index.php

    r3269318 r3349742  
    33    Plugin Name: Sticky Chat Widget
    44    Description: Connect with your valuable website visitors through Sticky Chat Widget that consist of current trendy chat options
    5     Version:     1.3.8
     5    Version:     1.3.9
    66    Author: Ginger Plugins
    77    Author URI: https://www.gingerplugins.com/downloads/sticky-chat-widget/
     
    2222
    2323if (!defined('GSB_PLUGIN_VERSION')) {
    24     define("GSB_PLUGIN_VERSION", "1.3.8");
     24    define("GSB_PLUGIN_VERSION", "1.3.9");
    2525}
    2626
  • sticky-chat-widget/tags/1.3.9/languages/sticky-chat-widget.pot

    r3269318 r3349742  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Sticky Chat Widget 1.3.8\n"
     5"Project-Id-Version: Sticky Chat Widget 1.3.9\n"
    66"Report-Msgid-Bugs-To: "
    77"https://wordpress.org/support/plugin/sticky-chat-widget-free\n"
    8 "POT-Creation-Date: 2025-04-09 05:05:31+00:00\n"
     8"POT-Creation-Date: 2025-08-25 13:20:12+00:00\n"
    99"MIME-Version: 1.0\n"
    1010"Content-Type: text/plain; charset=utf-8\n"
     
    2222#: admin/admin-common.php:284 admin/admin-common.php:401
    2323#: admin/templates/admin-help.php:40 admin/templates/admin-help.php:43
    24 #: admin/templates/scw-leads.php:148 includes/social-icons.php:2208
     24#: admin/templates/scw-leads.php:148 includes/social-icons.php:2199
    2525msgid "Email"
    2626msgstr ""
     
    3232#: admin/admin-common.php:299 admin/admin-common.php:414
    3333#: admin/templates/admin-help.php:48 admin/templates/admin-help.php:51
    34 #: admin/templates/scw-leads.php:150 includes/social-icons.php:2222
     34#: admin/templates/scw-leads.php:150 includes/social-icons.php:2213
    3535msgid "Message"
    3636msgstr ""
     
    4747#: admin/admin-common.php:393 admin/templates/admin-help.php:32
    4848#: admin/templates/admin-help.php:35 admin/templates/scw-leads.php:147
    49 #: includes/social-icons.php:2201
     49#: includes/social-icons.php:2192
    5050msgid "Name"
    5151msgstr ""
     
    8383
    8484#: admin/admin-common.php:705
    85 msgid "Select from 26 channels also upload custom icon"
     85msgid "Select from 25 channels also upload custom icon"
    8686msgstr ""
    8787
     
    270270msgstr ""
    271271
    272 #: admin/admin.php:554 admin/admin.php:606 admin/templates/admin-lists.php:161
     272#: admin/admin.php:554 admin/admin.php:606 admin/templates/admin-lists.php:164
    273273#: admin/templates/common.php:124 admin/templates/scw-leads.php:249
    274274#: admin/templates/scw-leads.php:285 admin/templates/scw-leads.php:309
     
    392392msgstr ""
    393393
    394 #: admin/admin.php:895 includes/social-icons.php:2229
     394#: admin/admin.php:895 includes/social-icons.php:2220
    395395msgid "Consent Checkbox"
    396396msgstr ""
    397397
    398 #: admin/admin.php:896 includes/social-icons.php:2230
     398#: admin/admin.php:896 includes/social-icons.php:2221
    399399msgid "I accept terms & conditions"
    400400msgstr ""
    401401
    402402#: admin/admin.php:899 admin/templates/admin-mail-integration.php:143
    403 #: includes/social-icons.php:2205 includes/social-icons.php:2212
    404 #: includes/social-icons.php:2219 includes/social-icons.php:2226
    405 #: includes/social-icons.php:2233
     403#: includes/social-icons.php:2196 includes/social-icons.php:2203
     404#: includes/social-icons.php:2210 includes/social-icons.php:2217
     405#: includes/social-icons.php:2224
    406406msgid "This field is required"
    407407msgstr ""
     
    640640msgstr ""
    641641
    642 #: admin/templates/admin-lists.php:141
     642#: admin/templates/admin-lists.php:144
    643643msgid "Edit"
    644644msgstr ""
    645645
    646 #: admin/templates/admin-lists.php:150
     646#: admin/templates/admin-lists.php:153
    647647msgid "Clone (Pro)"
    648648msgstr ""
    649649
    650 #: admin/templates/admin-lists.php:154
     650#: admin/templates/admin-lists.php:157
    651651msgid "Clone"
    652652msgstr ""
    653653
    654 #: admin/templates/admin-lists.php:158
     654#: admin/templates/admin-lists.php:161
    655655msgid "Rename"
    656656msgstr ""
    657657
    658 #: admin/templates/admin-lists.php:343
     658#: admin/templates/admin-lists.php:346
    659659msgid " Add and display "
    660660msgstr ""
    661661
    662 #: admin/templates/admin-lists.php:344
     662#: admin/templates/admin-lists.php:347
    663663msgid "multi social"
    664664msgstr ""
    665665
    666 #: admin/templates/admin-lists.php:344
     666#: admin/templates/admin-lists.php:347
    667667msgid " channels on your website so that your visitors can "
    668668msgstr ""
    669669
    670 #: admin/templates/admin-lists.php:345
     670#: admin/templates/admin-lists.php:348
    671671msgid "quickly contact"
    672672msgstr ""
    673673
    674 #: admin/templates/admin-lists.php:345
     674#: admin/templates/admin-lists.php:348
    675675msgid " you and share their "
    676676msgstr ""
    677677
    678 #: admin/templates/admin-lists.php:346
     678#: admin/templates/admin-lists.php:349
    679679msgid "requirements."
    680680msgstr ""
    681681
    682 #: admin/templates/admin-lists.php:349
     682#: admin/templates/admin-lists.php:352
    683683msgid " Customize"
    684684msgstr ""
    685685
    686 #: admin/templates/admin-lists.php:349
     686#: admin/templates/admin-lists.php:352
    687687msgid " your "
    688688msgstr ""
    689689
    690 #: admin/templates/admin-lists.php:350
     690#: admin/templates/admin-lists.php:353
    691691msgid "widget"
    692692msgstr ""
    693693
    694 #: admin/templates/admin-lists.php:350
     694#: admin/templates/admin-lists.php:353
    695695msgid " channels style according to your "
    696696msgstr ""
    697697
    698 #: admin/templates/admin-lists.php:351
     698#: admin/templates/admin-lists.php:354
    699699msgid "requirement."
    700700msgstr ""
    701701
    702 #: admin/templates/admin-lists.php:354
     702#: admin/templates/admin-lists.php:357
    703703msgid " Display  your channels on "
    704704msgstr ""
    705705
    706 #: admin/templates/admin-lists.php:355
     706#: admin/templates/admin-lists.php:358
    707707msgid "mobile, desktop"
    708708msgstr ""
    709709
    710 #: admin/templates/admin-lists.php:355
     710#: admin/templates/admin-lists.php:358
    711711msgid " or "
    712712msgstr ""
    713713
    714 #: admin/templates/admin-lists.php:356
     714#: admin/templates/admin-lists.php:359
    715715msgid "both."
    716716msgstr ""
    717717
    718 #: admin/templates/admin-lists.php:362
     718#: admin/templates/admin-lists.php:365
    719719msgid " Create Your First Widget"
    720720msgstr ""
     
    761761msgid ""
    762762" is a marketing automation platform designed to help small businesses. "
    763 "Integrate Contact form with Mailchimp to automatically send\r\n"
     763"Integrate Contact form with Mailchimp to automatically send\n"
    764764"                new leads, customers, and subscribers to your mailing lists."
    765765msgstr ""
     
    795795"Your Mailchimp contacts will automatically be updated with each form "
    796796"submission, so you can spend less time manually transferring information "
    797 "and\r\n"
     797"and\n"
    798798"                more time growing your business."
    799799msgstr ""
     
    828828msgid ""
    829829" is a marketing automation platform designed to help small businesses. "
    830 "Integrate Contact form with Mailpoet to automatically send\r\n"
     830"Integrate Contact form with Mailpoet to automatically send\n"
    831831"                new leads, customers, and subscribers to your mailing lists."
    832832msgstr ""
     
    842842"Your Mailpoet contacts will automatically be updated with each form "
    843843"submission, so you can spend less time manually transferring information "
    844 "and\r\n"
     844"and\n"
    845845"                more time growing your business."
    846846msgstr ""
     
    955955msgstr ""
    956956
    957 #: admin/templates/admin-settings.php:73 admin/templates/social-channels.php:31
     957#: admin/templates/admin-settings.php:73 admin/templates/social-channels.php:35
    958958msgid "Select Channels"
    959959msgstr ""
     
    14641464msgstr ""
    14651465
    1466 #: admin/templates/review-popup.php:284 includes/social-icons.php:2187
     1466#: admin/templates/review-popup.php:284 includes/social-icons.php:2178
    14671467msgid "Submit"
    14681468msgstr ""
     
    15521552msgstr ""
    15531553
    1554 #: admin/templates/social-channels.php:61
     1554#: admin/templates/social-channels.php:65
    15551555msgid "The channel '"
    15561556msgstr ""
    15571557
    1558 #: admin/templates/social-channels.php:61
     1558#: admin/templates/social-channels.php:65
    15591559msgid "', you are looking for is not available in Sticky Chat Widget."
    15601560msgstr ""
    15611561
    1562 #: admin/templates/social-channels.php:63
     1562#: admin/templates/social-channels.php:67
    15631563msgid "Please"
    15641564msgstr ""
    15651565
    1566 #: admin/templates/social-channels.php:64
     1566#: admin/templates/social-channels.php:68
    15671567msgid "contact us"
    15681568msgstr ""
    15691569
    1570 #: admin/templates/social-channels.php:65
     1570#: admin/templates/social-channels.php:69
    15711571msgid ", if we can help you 🙂"
    15721572msgstr ""
    15731573
    1574 #: admin/templates/social-channels.php:94
     1574#: admin/templates/social-channels.php:101
    15751575msgid "Select Channel"
    15761576msgstr ""
     
    19401940msgstr ""
    19411941
    1942 #: includes/social-icons.php:2156
     1942#: includes/social-icons.php:2147
    19431943msgid "Need any help?"
    19441944msgstr ""
    19451945
    1946 #: includes/social-icons.php:2157
     1946#: includes/social-icons.php:2148
    19471947msgid "Let's chat on WhatsApp"
    19481948msgstr ""
    19491949
    1950 #: includes/social-icons.php:2186
     1950#: includes/social-icons.php:2177
    19511951msgid "Form Submitted Successfully!"
    19521952msgstr ""
    19531953
    1954 #: includes/social-icons.php:2188
     1954#: includes/social-icons.php:2179
    19551955msgid "Contact Form"
    19561956msgstr ""
    19571957
    1958 #: includes/social-icons.php:2215
     1958#: includes/social-icons.php:2206
    19591959msgid "Mobile number"
    19601960msgstr ""
  • sticky-chat-widget/tags/1.3.9/readme.txt

    r3269318 r3349742  
    1 === Sticky Chat Widget: Chat Icons, Contact form, Email, SMS, Call Button, Click to Chat, Social Chat Widget, Sticky Chat Buttons ===
     1=== Sticky Chat Widget – Floating Chat Icons, Contact Form, Call, Click to Chat, Email & Message Buttons ===
    22Contributors: gingerplugins
    33Tags: whatsapp widget, chat button, facebook messenger, chat widget, contact form
    44Requires at least: 5.0
    55Tested up to: 6.8
    6 Stable tag: 1.3.8
     6Stable tag: 1.3.9
    77Requires PHP: 5.4
    88Plugin URI: https://www.gingerplugins.com/downloads/sticky-chat-widget/
    99License: GPL3
    1010
    11 Social chat buttons, Whatsapp Chat, Facebook Messenger, WeChat, Telegram, Instagram, TikTok, SMS, Call Button, Contact Form + 20 chat icons
     11Social chat buttons with WhatsApp, Messenger, WeChat, Telegram, Instagram, TikTok, Zalo & more — plus SMS, Call button, Contact form, and 20+ icons.
    1212
    1313== Description ==
    1414
    15 <strong>Connect with your valuable website visitors through Sticky Chat Widget that consist of current trendy chat options from Whatsapp, Facebook Messenger, Viber, Line, Email, Telegram, Vkontakte, SMS, WeChat, Skype, Snapchat, LinkedIn, Twitter, Instagram, Waze to Custom Link.. Show a list of chat buttons at any place on your website and give your customers or clients the freedom, so they can communicate with you within seconds.</strong>
    16 
    17 = Features =
    18 – Easy setup and configuration.
    19 – Customizable chat widget appearance.
    20 – Chat with website visitors via their populat chat app.
    21 – Get authentic calls or leads
    22 – Increase customer satisfaction ratio
     15<strong>Engage your website visitors in seconds with Sticky Chat Widget. Add floating social chat buttons and contact options including WhatsApp, Messenger, Telegram, Instagram, LinkedIn, Twitter, Skype, WeChat, Viber, SMS, Email, Call Button, and more. Fully customizable and mobile-friendly, it helps businesses, blogs, and stores boost leads and customer satisfaction.</strong>
    2316
    2417= The most effective Click to Chat and Call to Action buttons for website =
    25 
    26 <h2>Do you want to make direct contact with your customers or clients in a few seconds?</h2> Sticky Chat Widget makes it possible for your customers to contact you via their favorite chat messengers like Facebook, Instagram, Telegram, etc.
    27 
    28 <strong>Are you looking for the best chat plugin for WordPress?</strong> Then end your search at Sticky Chat Plugin. This widget offers a full range of features starting from Whatsapp, Facebook Messenger, Viber, Line, Email, Telegram, Vkontakte, SMS, WeChat, Skype, Snapchat, LinkedIn, Twitter, Instagram, Waze to Custom Link. This list consists of almost all the messenger apps that a common user uses. So he/she can contact you quickly via that installed app. Sticky Chat Widget is available in free as well as pro version.
    29 
    30 = Importance of Sticky Chat Widget =
    31 
    32 * <strong>Benefit of Sticky Chat Widget over Live Chat: </strong>In Live Chat option, the user only gets one option to contact you, but with our chat widget, users can contact you via the application that they are using on regular basis. In the Live Chat option, visitors have to stay on the website to get the answer from the other end but with the help of common messengers like Facebook, Instagram, Twitter, etc. the user can chat with you whenever he/she wants.
    33 
    34 * <strong>One Click Chat: </strong>Sticky Chat Widget gives full freedom to the user to select the channels. So put only those channels on your website in which you can stay available. If you are available on two to three platforms, then put only that many chat options on the website. And with the help of a single click, the user can contact you directly.
    35 
    36 * <strong>Share Your Physical Location: </strong>Channels like Waze is the best option to share your physical location if you have a physical store. Navigate user to your store and convert him/her with your range of products or services.
    37 
    38 * <strong>Days & Hour Selection: </strong>If you have specific opening and closing hours, then with the help of this plugin, you can set the days and hours. So, at that specific schedule, only the chat icons will be displayed on the website. This facility is available in our PRO version.
    39 
    40 Want to use our amazing plugin to chat with your website visitors, Please check out <a title="Sticky chat widget's Pro Plans" href="https://www.gingerplugins.com/downloads/sticky-chat-widget/"><strong>Pro Plans</strong></a>.
    41 
    42 = Select from 26 different channels =
    43 Sticky Chat Widget seamlessly integrates with a variety of social channels, enhancing communication options for your users. Here are some of the supported channels:
    44 
    45 1. Whatsapp
    46 2. Facebook Messenger
    47 3. Viber
    48 4. Line
    49 5. Email
    50 6. Telegram
    51 7. Vkontakte
    52 8. SMS
    53 9. Phone
    54 10. WeChat
    55 11. Skype
    56 12. Snapchat
    57 13. LinkedIn
    58 14. Twitter
    59 15. Slack
    60 16. Instagram
    61 17. Waze
    62 18. Google Map
    63 19. Signal
    64 20. TikTok
    65 21. Contact Form
    66 22. Discord
    67 23. Microsoft Team
    68 24. Zalo
    69 25. Custom Links
     18* <strong>Easy Setup & Configuration</strong> – Install the plugin and add chat buttons within minutes, no coding required.
     19* <strong>Customizable Design</strong> – Change colors, icons, size, and position to match your website branding.
     20* <strong>Multi-Channel Support</strong> – Connect with visitors via 20+ platforms including chat apps, email, SMS, and call buttons.
     21* <strong>Lead Generation & Engagement</strong> – Get direct calls, messages, and inquiries that boost conversions.
     22* <strong>Improved Customer Experience</strong> – Make it simple for visitors to contact you, increasing trust and satisfaction.
     23
     24
     25<h2>Want to connect with your customers in just a few seconds?</h2>
     26Sticky Chat Widget makes it easy for your visitors to reach you instantly through their favorite messaging apps like Facebook, Instagram, Telegram, and more.
     27
     28<strong>Searching for the best chat plugin for WordPress?</strong> Your search ends here with Sticky Chat Widget. This powerful plugin supports 20+ platforms including WhatsApp, Facebook Messenger, Viber, Line, Email, Telegram, VKontakte, SMS, WeChat, Skype, Snapchat, LinkedIn, Twitter, Instagram, Waze, and even custom links. With support for almost every popular app, your customers can contact you directly using the channels they already have installed. Sticky Chat Widget is available in both Free and Pro versions.
     29
     30= Why Choose Sticky Chat Widget? =
     31
     32* <strong>More Flexible than Live Chat:</strong> Unlike traditional live chat, which locks users into one channel and requires them to stay on your site, Sticky Chat Widget lets visitors connect via the apps they already use daily — Facebook, Instagram, Twitter, and more. They can message you anytime, even after leaving your website.
     33
     34* <strong>One-Click Chat:</strong> Give your users the freedom to choose how they reach you. Add only the chat platforms where you’re active, so you can stay available without overwhelming your visitors. With a single click, they can start a conversation instantly.
     35
     36* <strong>Share Your Location:</strong> Running a physical store? Platforms like Waze make it easy to share your location, guide customers directly to your shop, and convert visits into sales.
     37
     38* <strong>Business Hours Control (Pro):</strong> Set specific days and times when chat icons are displayed on your site. Perfect for businesses that want to show availability only during working hours — included in the Pro version.
     39
     40
     41<p>Want to unlock the full power of our plugin and engage better with your website visitors? Check out our <a title="Sticky Chat Widget Pro Plans" href="https://www.gingerplugins.com/downloads/sticky-chat-widget/"><strong>Pro Plans</strong></a>.</p>
     42
     43= Connect via 25+ Popular Channels = 
     44Sticky Chat Widget seamlessly integrates with a wide range of social and communication platforms, giving your visitors multiple ways to reach you. Supported channels include:
     45
     461. WhatsApp 
     472. Facebook Messenger 
     483. Viber 
     494. Line 
     505. Email 
     516. Telegram 
     527. VKontakte 
     538. SMS 
     549. Phone Call 
     5510. WeChat 
     5611. Skype 
     5712. Snapchat 
     5813. LinkedIn 
     5914. Twitter 
     6015. Slack 
     6116. Instagram 
     6217. Waze 
     6318. Google Maps 
     6419. Signal 
     6520. TikTok 
     6621. Contact Form 
     6722. Discord 
     6823. Microsoft Teams 
     6924. Zalo 
     7025. Custom Link
     71
    7072
    7173= Live Demo =
    72 
    73 <strong>Sticky chat widget</strong> live demo is available at <a title="Sticky chat widget's demo site" href="https://demo.gingerplugins.com/sticky-chat-widget/"><strong>Ginger's demo site</strong></a>.
    74 
    75 = Sticky Chat Widget – What will you get in a free plan? =
    76 
    77 1. Unlimited Channels: Create an unlimited number of chat channels to cater to different aspects of your website or various support topics.
    78 2. Widget Position: Choose between left or right positioning for the chat widget, allowing flexibility based on your website layout and design.
    79 3. Widget Size: Customize the dimensions of the chat widget, ensuring it seamlessly integrates with your website's design and layout.
    80 4. Widget Color: Select a color scheme that aligns with your website's branding, creating a cohesive and visually appealing chat widget.
    81 5. Custom Color for Hover Text: Personalize the hover text color to capture the attention of your visitors and encourage interaction.
    82 6. Menu Animation: Enhance the user experience by choosing from various menu animations, including Fade, Slide, Spin, and Pop, adding a touch of interactivity.
    83 7. Attention Effects: Implement eye-catching effects like Bounce, Fade, Pulse, Spin, and Zoom to make your chat widget stand out and attract user attention.
    84 8. Contact Form: Allow users to send messages through a customizable contact form, providing an additional avenue for communication.
    85 9. Triggers: Utilize triggers such as on page scroll, on timeout, and on exit intent to prompt the chat widget at specific user interactions, ensuring timely engagement.
    86 10. Pending Messages Icon: Display an icon with the number of pending messages, encouraging users to click on the widget and engage in conversations.
    87 11. WhatsApp Widget: Integrate a dedicated WhatsApp widget, facilitating direct communication through WhatsApp for a seamless user experience.
    88 12. Icon Mode: Choose between vertical or horizontal icon mode, adapting the widget's appearance to suit your website's design.
    89 13. Hide/Show Channels on Desktop or Mobile: Control the visibility of channels on desktop or mobile devices, ensuring a responsive and optimized experience for all users.
    90 14. Change Font for Your Widget: Customize the font used in the chat widget to match your website's typography and enhance overall consistency.
    91 15. Custom Size for Widget: Specify a custom size for the chat widget, tailoring it to fit perfectly within your website layout.
    92 16. Custom Links: Include custom links within the chat widget, directing users to specific pages or resources relevant to their queries.
    93 
    94 = Sticky Chat Widget – What will you get in the PRO plan? =
    95 You will get all the features of the free plan, plus:
    96 
    97 1. Custom Image or Icon for Channel: Enhance the visual appeal of your chat channels by uploading custom images or icons, providing a distinctive and branded look.
    98 2. Custom Position: Achieve pixel-perfect placement by fine-tuning the position of the chat widget, ensuring a seamless and optimized user experience.
    99 3. Custom ID or Class: Apply custom identifiers or classes to the chat widget, offering advanced styling options for developers and designers to match your site's unique design.
    100 4. Page Targeting Rule: Display the chat widget based on specific page rules, ensuring targeted engagement and support tailored to different sections of your website.
    101 5. Day and Time Targeting Rule: Set specific days and times for the chat widget to appear, allowing you to optimize visibility based on user activity patterns.
    102 6. Date and Time Scheduling: Schedule the chat widget to appear on specific dates and times, enabling you to plan campaigns, promotions, or support availability in advance.
    103 7. Country Targeting: Tailor the visibility of the chat widget based on users' countries, providing region-specific support or promotions.
    104 8. Google Analytics: Integrate seamlessly with Google Analytics, gaining insightful tracking and analytics data to understand user behavior and optimize your engagement strategy.
    105 9. Custom Field for Contact Form: Collect additional and specific information from users by adding customizable form fields to the contact form. Options include: Text, Textarea, Number, Date, Website, Dropdown, File Upload
    106 10. Contact Form Lead Integration: Integrate with popular services such as Mailchimp, Mailjet, and more for lead capture, allowing you to build and nurture your email marketing lists.
    107 11. Send Contact Form Lead to Email: Receive contact form leads directly in your email inbox, ensuring prompt and efficient follow-up with users.
    108 12. Auto Responder for Contact Form: Set up automatic responses for the contact form, providing immediate acknowledgment to users and setting expectations for response times.
    109 
    110 <a title="Sticky chat widget's Pro Plans" href="https://www.gingerplugins.com/downloads/sticky-chat-widget/?utm_source=wordpressorg" target="_blank" title="Pro plans"><strong>Upgrade to Pro</strong></a> only at $25/year to get all the amazing features of Sticky Chat Widget. Provide the quickest option to your website visitors to contact you.
     74Want to see Sticky Chat Widget in action? 
     75Check out the <a title="Sticky Chat Widget Demo Site" href="https://demo.gingerplugins.com/sticky-chat-widget/"><strong>Live Demo</strong></a> on Ginger’s demo site.
     76
     77
     78= Sticky Chat Widget – What’s Included in the Free Plan? =
     79
     80With the free version of Sticky Chat Widget, you’ll enjoy powerful features to get started right away:
     811. **Unlimited Channels** – Add as many chat buttons as you need for different platforms or support topics. 
     822. **Flexible Position & Size** – Place the widget on the left or right, adjust size, and fit it seamlessly into your site design. 
     833. **Custom Colors & Fonts** – Match widget colors, hover text, and fonts with your website branding. 
     844. **Engaging Animations & Effects** – Choose from fade, slide, spin, pulse, bounce, and more to grab attention. 
     855. **Contact Form** – Allow visitors to reach you even outside chat apps with a simple built-in form. 
     866. **Smart Triggers** – Show the widget on scroll, after a delay, or when users try to exit. 
     877. **Pending Message Badge** – Display notification icons to nudge visitors into starting a chat. 
     888. **Dedicated WhatsApp Widget** – Connect directly with users via WhatsApp. 
     899. **Icon Modes** – Display channels vertically or horizontally. 
     9010. **Device Control** – Show or hide channels separately on desktop or mobile. 
     9111. **Custom Links** – Add links to specific pages or resources inside the widget. 
     92
     93
     94= Sticky Chat Widget – What’s Included in the PRO Plan? =
     95
     96The PRO version includes everything from the Free Plan, plus powerful advanced features:
     971. **Custom Icons & Images** – Upload your own icons or images for a branded, professional look. 
     982. **Precise Positioning** – Fine-tune the widget’s placement anywhere on your site. 
     993. **Developer Controls** – Add custom IDs or classes for advanced styling and CSS tweaks. 
     1004. **Page Targeting** – Show the widget only on selected pages for tailored engagement. 
     1015. **Day & Time Rules** – Display chat icons only during business hours or custom schedules. 
     1026. **Date Scheduling** – Plan widget visibility for campaigns, promotions, or events. 
     1037. **Country Targeting** – Personalize chat visibility based on visitor location. 
     1048. **Google Analytics Integration** – Track widget usage and measure engagement insights. 
     1059. **Custom Contact Form Fields** – Collect detailed info with fields like text, dropdowns, file upload, and more. 
     10610. **Lead Integrations** – Sync leads with Mailchimp, Mailjet, and other email marketing tools. 
     10711. **Email Forwarding** – Receive contact form submissions directly in your inbox. 
     10812. **Autoresponder** – Send instant automated replies to set response expectations. 
     109
     110
     111<a title="Sticky Chat Widget Pro Plans" href="https://www.gingerplugins.com/downloads/sticky-chat-widget/?utm_source=wordpressorg" target="_blank"><strong>Upgrade to Pro</strong></a> for just $25/year and unlock all premium features of Sticky Chat Widget. Give your website visitors the fastest and easiest way to connect with you — and boost your leads, support, and sales.
    111112
    112113= How does each channel work? =
    113 
    114 * WhatsApp: Connect with users instantly through the popular messaging app, enabling real-time conversations and support.
    115 * Facebook Messenger: Engage with your audience directly on Facebook, fostering communication and providing assistance through the Messenger platform.
    116 * Viber: Enhance user interaction by offering Viber as a communication channel, enabling free messaging and calls.
    117 * Line: Provide support through Line, a versatile messaging app with features like free calls, messages, and multimedia sharing.
    118 * Email: Allow users to contact you via traditional email, ensuring a familiar and widely used communication method.
    119 * Telegram: Enable secure and fast messaging with Telegram, providing a channel for users who prefer this platform.*
    120 * Vkontakte: Reach a broader audience by integrating with Vkontakte, a popular social networking platform in Eastern Europe.
    121 * SMS: Facilitate direct text messaging for quick and concise communication between users and your support team.
    122 * Phone: Offer users the option to connect with your support team via a direct phone call for immediate assistance.
    123 * WeChat: Tap into the vast user base of WeChat, a widely used messaging app in China, to engage with a global audience.
    124 * Skype: Provide support through Skype, offering voice and video calls, chat, and file sharing.
    125 * Snapchat: Foster engaging and visually appealing conversations with users through the multimedia messaging capabilities of Snapchat.
    126 * LinkedIn: Connect with a professional audience on LinkedIn, leveraging the platform for business-related inquiries and support.
    127 * Twitter: Utilize the fast-paced nature of Twitter to offer quick responses and support, addressing user inquiries publicly or through direct messages.
    128 * Slack: Cater to business users by integrating with Slack, a popular team collaboration platform, for seamless communication.
    129 * Instagram: Engage visually with users on Instagram, leveraging direct messages and comments for support and inquiries.
    130 * Waze: Offer support through Waze, enhancing communication for location-based services and navigation assistance.
    131 * Google Map: Enable users to connect with you directly through Google Maps, enhancing accessibility and communication.
    132 * Signal: Provide a secure messaging option through Signal, appealing to users who prioritize privacy and data security.
    133 * TikTok: Leverage the creative nature of TikTok for user engagement, addressing inquiries and support through short-form videos.
    134 * Contact Form: Allow users to submit inquiries and feedback through a customizable contact form on your website.
    135 * Discord: Foster community engagement and support through Discord, a popular platform for real-time communication and collaboration.
    136 
    137 = Sticky Chat Widget is GDPR Complaint =
    138 Sticky Chat Widget is not only a powerful communication tool but also prioritizes user privacy and data protection.
    139 Our plugin is fully GDPR compliant, ensuring that your visitors' personal information remains secure and handled with the utmost care.
    140 
    141 * No Visitor Data Storage: Sticky Chat Widget does not store any visitor data on your servers. We believe in respecting user privacy, and as such, no personal information is retained or processed within the plugin.
    142 * Redirection to Social Channels: Instead of storing visitor data, the widget serves as a bridge to various social channels, redirecting users to platforms such as WhatsApp, Facebook Messenger, and more. This direct communication channel ensures that user interactions occur on the respective platforms.
    143 * Contact Form Data Collection: When users choose to engage via the customizable contact form, only the information voluntarily provided by users is collected. This may include details such as name, email, and any additional information specified through the custom fields.
    144 * GDPR Compliance Assurance: We are committed to adhering to the General Data Protection Regulation (GDPR) guidelines, ensuring that our plugin aligns with the highest standards of data protection and user privacy.
    145 * By adopting a privacy-centric approach, Sticky Chat Widget empowers website owners to engage with their audience effectively while maintaining a strong commitment to user privacy and GDPR compliance. Enjoy the benefits of real-time communication without compromising on data security.
     114* **WhatsApp:** Connect instantly with users through the world’s most popular messaging app, enabling fast conversations and customer support. 
     115* **Facebook Messenger:** Engage directly with your audience on Facebook using Messenger for real-time communication and assistance. 
     116* **Viber:** Allow users to chat and call you for free via Viber, enhancing accessibility and interaction. 
     117* **Line:** Provide support through Line with free calls, messages, and multimedia sharing features. 
     118* **Email:** Let visitors reach you via traditional email, offering a familiar and professional communication method. 
     119* **Telegram:** Offer secure, fast, and private messaging for users who prefer Telegram. 
     120* **VKontakte:** Reach audiences in Eastern Europe by integrating with VKontakte, a widely used social network. 
     121* **SMS:** Enable direct text messaging for simple, quick, and convenient communication. 
     122* **Phone Call:** Give users the option to call you directly for immediate voice support. 
     123* **WeChat:** Tap into WeChat’s massive user base in China, providing chat and multimedia messaging. 
     124* **Skype:** Offer voice calls, video calls, chat, and file sharing with Skype integration. 
     125* **Snapchat:** Engage visually with users through Snapchat’s multimedia messaging and story features. 
     126* **LinkedIn:** Connect with professionals on LinkedIn for business-related inquiries and support. 
     127* **Twitter:** Provide fast support on Twitter, responding via direct messages or public tweets. 
     128* **Slack:** Cater to teams and businesses by integrating with Slack for seamless collaboration and support. 
     129* **Instagram:** Communicate visually with users on Instagram via direct messages and comments. 
     130* **Waze:** Share your store location on Waze, making it easy for customers to navigate directly to you. 
     131* **Google Maps:** Enhance accessibility by allowing visitors to find and contact you via Google Maps. 
     132* **Signal:** Offer private and secure communication through Signal, ideal for users focused on privacy. 
     133* **TikTok:** Use TikTok to engage with users through short-form video content and direct messaging. 
     134* **Contact Form:** Provide a customizable contact form for inquiries, feedback, and support requests. 
     135* **Discord:** Build community engagement with real-time chat and support on Discord. 
     136* **Microsoft Teams:** Connect with business clients and teams through Microsoft Teams integration. 
     137* **Zalo:** Engage with users in Vietnam using Zalo, a popular local chat and social networking platform. 
     138
     139
     140= Sticky Chat Widget is GDPR Compliant =
     141
     142Sticky Chat Widget is designed with privacy at its core. Along with being a powerful communication tool, it ensures user data is protected and handled responsibly.
     143
     144* **No Data Storage:** The plugin does not store or process any visitor data on your servers. 
     145* **Direct to Social Channels:** Users are redirected to platforms like WhatsApp, Messenger, and Telegram — all communication happens there, not inside your site. 
     146* **Contact Form Privacy:** Only the information users voluntarily provide (name, email, custom fields) is collected, and you control how it is handled. 
     147* **GDPR Standards:** Fully aligned with the General Data Protection Regulation (GDPR), ensuring the highest level of data protection. 
     148
     149By taking a privacy-first approach, Sticky Chat Widget lets you engage with your visitors in real time while respecting and protecting their personal data.
     150
    146151
    147152== Installation ==
    148153
    149 1. Install and activate Sticky Chat Widget plugin on your WordPress website
    150 2. Choose at least one channel and click on the "SAVE CHANGES" button
    151 3. The Sticky Chat Widget widget will now appear on your site
     1541. Download, install, and activate the **Sticky Chat Widget** plugin from the WordPress dashboard (Plugins > Add New > Search for "Sticky Chat Widget") or upload it manually. 
     1552. Go to **Sticky Chat Widget > Add new** in your WordPress admin panel. 
     1563. Select at least one chat channel, customize your widget (position, colors, effects, etc.), and click **Save Changes**. 
     1574. That’s it! The Sticky Chat Widget will now appear on your website, ready for visitors to connect with you. 
     158
    152159
    153160== Frequently Asked Questions ==
    154161
    155 = Is a free plan available for a limited time only? =
    156 No, you can use the free plan of Sticky Chat Widget as long as per your requirement and move to PRO at any time.
    157 
    158 = Is Sticky Chat Widget is compatible with all theme and page builder?
    159 Yes absolutely. We have built the widget in such a way that it can easily work with all the page builders such as Elementor, Divi, Visual Composer, WPBakery, Beaver, SiteOrigin and many more.
    160 
    161 = Widget is not showing on my website, what steps should I follow? =
    162 First of all, make sure you have selected at least one channel from all the 16 channels. And make sure you have installed the plugin appropriately. After the complete process of selection, never forget to click on the "Save Changes" button.
    163 
    164 = Does Sticky Chat Widget work on mobile? =
    165 Yes. We have developed this plugin device compatible. And an individual can select the option from the setting whether he/she wants to show the widget in a mobile device or not.
    166 
    167 = What is the price of PRO Sticky Chat Widget? =
    168 You can enjoy all the features of Sticky Chat Widget at $25/year only. Once you will purchase the PRO version, you will get the license key.
     162= Is the free plan limited or time-based? = 
     163No. You can use the free plan of Sticky Chat Widget for as long as you want. You can upgrade to PRO anytime for advanced features. 
     164
     165= Is Sticky Chat Widget compatible with all themes and page builders? = 
     166Yes. The plugin works seamlessly with all major WordPress themes and popular page builders like Elementor, Divi, WPBakery, Visual Composer, Beaver Builder, SiteOrigin, and more. 
     167
     168= The widget is not showing on my website. What should I do? = 
     169Make sure you have selected at least one channel in the settings. After configuring, click **Save Changes**. If the issue continues, double-check that the plugin is activated properly. 
     170
     171= Does Sticky Chat Widget work on mobile devices? = 
     172Yes. The plugin is fully responsive and mobile-friendly. You can also control whether the widget appears on desktop, mobile, or both. 
     173
     174= How much does the PRO version cost? = 
     175The PRO version costs just $25/year. Once purchased, you’ll receive a license key to unlock all premium features. 
     176
    169177
    170178== Screenshots ==
    171179
    172 1. chat with your website visitors with all channels
    173 2. change font, font size, color, background color as per your requirement
    174 3. Choose any channels to chat with your customers
    175 4. Add custom Call to Action message with some customization options
    176 5. Select options when you will like to show the widget on the page
    177 6. Set day and time to show sticky chat widget on a page
    178 7. Select pages where you like to show sticky chat widget
     1801. Floating chat widget with multiple channels to connect instantly with visitors. 
     1812. Customize fonts, colors, and background to match your website branding. 
     1823. Choose from 25+ channels to let customers reach you their preferred way. 
     1834. Add a custom call-to-action message with flexible display options. 
     1845. Control when the widget appears using triggers like scroll, delay, or exit intent. 
     1856. Schedule visibility by day and time to match your business hours (Pro feature). 
     1867. Select specific pages where the sticky chat widget should be displayed. 
     187
    179188
    180189== Changelog ==
     190
     191= 1.3.9 =
     192- Removed Skype Channel
     193- Custom classes for handling open/hide Sticky Chat Widget, Contact Form
    181194
    182195= 1.3.8 =
  • sticky-chat-widget/trunk/admin/admin-common.php

    r3170735 r3349742  
    703703                ],
    704704                [
    705                     'tooltip' => esc_html__("Select from 26 channels also upload custom icon", 'sticky-chat-widget'),
     705                    'tooltip' => esc_html__("Select from 25 channels also upload custom icon", 'sticky-chat-widget'),
    706706                    'text'    => esc_html__("Channel customization", 'sticky-chat-widget'),
    707707                ],
  • sticky-chat-widget/trunk/admin/templates/admin-lists.php

    r3255102 r3349742  
    6363                                    foreach ($channels as $key => $channel) {
    6464                                        $baseButton = preg_replace('/_\d+$/', '', $key);
     65                                        if($baseButton == "skype") {
     66                                            continue;
     67                                        }
    6568                                        $setting = $icons[$baseButton];
    6669                                        $defaultChannelSetting = [
  • sticky-chat-widget/trunk/admin/templates/social-channels.php

    r3269318 r3349742  
    2525    $selectedChannels = explode(",", $channels);
    2626}
     27//$selectedChannels = array_filter($selectedChannels, function ($channel) {
     28//    return strtolower(trim($channel)) !== "skype";
     29//});
     30//$selectedChannels = array_values($selectedChannels);
    2731?>
    2832
     
    7276            if (!empty($selectedChannels)) {
    7377                foreach ($selectedChannels as $channel) {
     78                    if ($channel == "skype") {
     79                        continue;
     80                    }
    7481                    echo self::get_channel_settings($channel, $postId);
    7582                }
  • sticky-chat-widget/trunk/dist/admin/css/style.css

    r3269318 r3349742  
    1 @font-face{font-display:swap;font-family:Lato;font-style:normal;font-weight:100;src:url(https://fonts.gstatic.com/s/lato/v23/S6u8w4BMUTPHh30AXC-v.ttf) format("truetype")}@font-face{font-display:swap;font-family:Lato;font-style:normal;font-weight:300;src:url(https://fonts.gstatic.com/s/lato/v23/S6u9w4BMUTPHh7USSwiPHA.ttf) format("truetype")}@font-face{font-display:swap;font-family:Lato;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/lato/v23/S6uyw4BMUTPHjx4wWw.ttf) format("truetype")}@font-face{font-display:swap;font-family:Lato;font-style:normal;font-weight:700;src:url(https://fonts.gstatic.com/s/lato/v23/S6u9w4BMUTPHh6UVSwiPHA.ttf) format("truetype")}@font-face{font-display:swap;font-family:Lato;font-style:normal;font-weight:900;src:url(https://fonts.gstatic.com/s/lato/v23/S6u9w4BMUTPHh50XSwiPHA.ttf) format("truetype")}.gp-box *,.widget-settings,.widget-settings *{margin:0;padding:0}#wpcontent,body{background-color:#f7f7ff}#wpcontent{padding:0 10px!important}.gp-box-layout *{box-sizing:border-box}.sr-only{clip:rect(0,0,0,0)!important;border:0!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important}.gp-box,.widget-settings{color:#1c2733;direction:ltr;font-family:Lato,sans-serif;font-size:16px;line-height:1.2;margin:0 auto;max-width:100%;width:1080px}.gp-box a,.widget-settings a{box-shadow:none;color:#1c2733;outline:none;text-decoration:none}.gp-box a:focus,.widget-settings a:focus{box-shadow:none;outline:none}.gp-box *,.widget-settings *{box-sizing:border-box}.gp-box svg:focus,.widget-settings svg:focus{box-shadow:none;outline:none}.gp-box .gp-page-title,.widget-settings .gp-page-title{font-size:1.6rem;font-weight:700}.dashboard-table{background:#fff;border:1px solid #eaeff2;border-radius:6px;box-shadow:0 0 10px -3px rgba(34,68,136,.2);-webkit-box-shadow:0 0 10px -3px rgba(34,68,136,.2);-moz-box-shadow:0 0 10px -3px rgba(34,68,136,.2);padding:15px}.dashboard-table table{width:100%}.dashboard-table table td,.dashboard-table table th{border-bottom:1px solid #ebe9fe;padding:10px;text-align:left;vertical-align:middle}.dashboard-table table td.status-col,.dashboard-table table th.status-col{text-align:center;width:90px}.dashboard-table table td.created-col,.dashboard-table table th.created-col{text-align:left;width:180px}.dashboard-table table td.created-col span,.dashboard-table table th.created-col span{display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:180px}.dashboard-table table td.action-col,.dashboard-table table th.action-col{position:relative;text-align:center;width:100px}.dashboard-table table td.action-col.active .button-actions,.dashboard-table table th.action-col.active .button-actions{display:block}.dashboard-table .action-box{border:1px solid #c7d7fe;border-radius:4px;display:inline-flex}.dashboard-table .action-box a{border-radius:4px;display:inline-flex;font-size:14px;line-height:16px;padding:2px 8px;vertical-align:middle}.dashboard-table .action-box a:hover{background-color:#eef4ff}.dashboard-table .action-box .dropdown-button{border-left:1px solid #c7d7fe;border-radius:0 4px 4px 0;display:inline-flex;font-size:14px;line-height:16px;padding:2px;vertical-align:middle}.dashboard-table .action-box .dropdown-button:hover{background-color:#eef4ff}.dashboard-table .button-actions{background:#fff;border-radius:4px;box-shadow:0 0 20px 0 rgba(0,0,0,.1);display:none;padding:5px;position:absolute;right:15px;text-align:left;top:100%;width:120px;z-index:11}.dashboard-table .button-actions ul{list-style:none}.dashboard-table .button-actions ul li{display:block;margin:4px 0}.dashboard-table .button-actions ul li:first-child{margin:0 0 4px}.dashboard-table .button-actions ul li:last-child{margin:4px 0 0}.dashboard-table .button-actions ul li a{display:block;font-size:14px;padding:4px 8px}.dashboard-table .button-actions ul li a svg{display:inline-block;vertical-align:text-bottom}.dashboard-table .button-actions ul li a:hover{background-color:rgba(80,103,243,.1)}.dashboard-table .button-actions ul li.delete-btn{border-top:1px solid #d01616;padding:4px 0 0}.dashboard-table .button-actions ul li.delete-btn a{color:#d01616}.dashboard-table .button-actions ul li.delete-btn a svg path{stroke:#d01616}.dashboard-table .button-actions ul li.delete-btn a:hover{background-color:rgba(255,81,90,.1)}.dashboard-table .button-actions:before{border-bottom:5px solid #fff;border-left:5px solid transparent;border-right:5px solid transparent;content:"";height:0;position:absolute;right:6px;top:-6px;width:0}.dashboard-header{align-items:center;display:flex;margin:0 0 25px}.dashboard-header .dashboard-header-left{flex:1}.dashboard-header .dashboard-header-right{flex:1;text-align:right}.gp-action-button{background-color:#4f46e5;border:none;border-radius:4px;color:#fff!important;cursor:pointer;display:inline-block;font-size:16px;outline:none;padding:10px 15px;text-decoration:none;transition:all .2s linear}.gp-action-button:hover{background-color:#3d36b7}.dashboard-switch{display:inline-block;min-width:48px}.dashboard-switch label{cursor:pointer;display:inline-block;line-height:25px;min-height:25px;padding-left:60px;position:relative}.dashboard-switch label:before{background:#d9d9d9;border-radius:20px;height:24px;left:0;width:40px}.dashboard-switch label:after,.dashboard-switch label:before{bottom:0;box-sizing:initial;content:"";margin:auto 0;position:absolute;top:0;transition:all .2s ease-in-out}.dashboard-switch label:after{background:#fff;border-radius:50%;height:16px;left:4px;width:16px}.dashboard-switch input:checked+label:before{background-color:#4f46e5}.dashboard-switch input:checked+label:after{left:20px}.dashboard-switch input:checked+label.trigger-label{color:#4f46e5;font-weight:700}.dashboard-switch.in-flex{align-items:center;display:inline-flex}.dashboard-switch.on-off label:before{content:"off";font-size:16px;line-height:22px;padding:0 8px 0 0;text-align:right;width:44px}.dashboard-switch.on-off input:checked+label:before{color:#fff;content:"on";line-height:20px;padding:0 0 0 10px;text-align:left}.dashboard-switch.on-off input:checked+label:after{left:34px}.gp-form-field .gp-form-label{display:block}.gp-form-field .gp-form-label label{cursor:pointer;display:inline-block;font-size:16px;padding:0 0 8px}.gp-form-field .gp-form-label label.in-flex{display:inline-flex;line-height:28px;padding:0}.gp-form-field .gp-form-label label.trigger-label{padding-left:48px}.gp-form-field .gp-form-label.d-flex{align-items:center;display:flex}.gp-form-field .tiny-input{border:1px solid #d7d7d7;border-radius:4px;height:28px;line-height:28px;margin:0 5px;padding:0 10px;transition:all .5s ease-in-out;width:40px}.gp-form-field .tiny-input:focus{border-color:silver;box-shadow:none;outline:none}.gp-form-field .gp-form-input{position:relative}.gp-form-field .gp-form-input input[type=email],.gp-form-field .gp-form-input input[type=tel],.gp-form-field .gp-form-input input[type=text]{border:1px solid #d7d7d7;border-radius:4px;color:#1c2733;font-size:14px;height:40px;line-height:40px;max-width:100%;transition:all .5s ease-in-out;width:100%}.gp-form-field .gp-form-input input[type=email]:focus,.gp-form-field .gp-form-input input[type=tel]:focus,.gp-form-field .gp-form-input input[type=text]:focus{border-color:silver;box-shadow:none;outline:none}.gp-form-field .gp-form-input.medium-input{max-width:100%;width:360px}.gp-form-field .gp-form-input.medium-input .SumoSelect{max-width:360px}.gp-form-field .gp-form-input.medium-input .SumoSelect>.CaptionCont{width:100%}.gp-form-field .gp-form-input textarea{border:1px solid #d7d7d7;border-radius:4px;color:#1c2733;font-size:14px;height:84px;max-width:100%;padding:5px 10px;width:100%}.gp-form-field .gp-form-input textarea:focus{border-color:silver;box-shadow:none;outline:none}.gp-form-field .gp-form-input .SumoSelect>.CaptionCont{border:1px solid #d7d7d7;border-radius:4px;font-size:14px;height:40px;line-height:40px;padding:0 10px}.gp-form-field .gp-form-input .SumoSelect>.optWrapper>.options li.opt.selected{background-color:#e4e4e4}.gp-form-field .gp-form-input.d-flex{display:flex}.gp-form-field .gp-form-input.has-max-width .SumoSelect{max-width:100%;width:240px}.gp-form-field .gp-form-input.add-prefix-text{position:relative}.gp-form-field .gp-form-input.add-prefix-text:after{background:#ddd;border-radius:4px;content:attr(data-prefix);height:34px;line-height:34px;position:absolute;right:3px;text-align:center;top:50%;transform:translateY(-50%);width:40px}.gp-form-field .gp-form-input a.upgrade-link{display:inline-block;height:20px;padding:0 0 0 7px;position:absolute;right:8px;top:50%;transform:translateY(-50%);width:25px}a.upgrade-link svg{height:100%;width:100%}.gp-form-field+.gp-form-field{margin-top:20px}.gp-form-field.in-flex{align-items:center;display:flex}.gp-form-field.in-flex .gp-form-label{flex:0 0 175px}.gp-form-field.in-flex .gp-form-label label{padding:0}.gp-form-field.in-flex .gp-form-label label.text-right{padding:0 10px 0 0;text-align:right}.gp-form-field.in-flex .gp-form-input{flex:1}.gp-form-field.channel-input .gp-form-label label{font-size:14px;font-weight:600;padding-bottom:4px}.gp-form-field.channel-input .gp-form-input input[type=text]{height:32px;line-height:32px}.gp-radio-buttons{background:#e9e9e9;border-radius:4px;display:flex;flex-wrap:wrap;height:40px;line-height:26px;padding:3px}.gp-radio-buttons .gp-radio-button,.gp-radio-buttons.in-flex{display:inline-flex}.gp-radio-buttons .gp-radio-button label{border-radius:4px;cursor:pointer;display:inline-flex;padding:4px 10px;transition:background-color .15s ease-in-out}.gp-radio-buttons .gp-radio-button label:hover{background-color:hsla(0,0%,100%,.6)}.gp-radio-buttons .gp-radio-button input:checked+label{background-color:#fff}.gp-radio-buttons .gp-radio-button+.gp-radio-button{margin-left:4px}.widget-settings ::-moz-placeholder{color:#a9a9a9;opacity:1}.widget-settings ::placeholder{color:#a9a9a9;opacity:1}.widget-settings :-ms-input-placeholder{color:#a9a9a9}.widget-settings ::-ms-input-placeholder{color:#a9a9a9}.widget-settings{background:#fff;border:1px solid #eaeff2;border-radius:6px;box-shadow:0 0 10px -3px rgba(34,68,136,.2);-webkit-box-shadow:0 0 10px -3px rgba(34,68,136,.2);-moz-box-shadow:0 0 10px -3px rgba(34,68,136,.2);display:flex;margin:15px auto;max-width:1380px;min-height:calc(100vh - 200px);width:96%}.widget-settings *{box-sizing:border-box}.widget-sidebar ul{display:block;list-style:none;margin:0;padding:0}.widget-sidebar ul li{border-bottom:1px solid #ebe9fe;display:block;margin:0;padding:0}.widget-sidebar ul li a{border-left:4px solid transparent;display:block;padding:15px 25px;position:relative;transition:all .2s ease-in-out}.widget-sidebar ul li a.active{background-color:#fff;border-left-color:#4f46e5}.widget-sidebar ul li a.active:after{background-color:#fff;content:"";display:block;height:100%;position:absolute;right:-1px;top:0;width:1px}.widget-sidebar ul li a:hover{background-color:#fff}.widget-setting{border-right:1px solid #ebe9fe;flex:1;padding:15px 30px}.widget-preview{flex:0 1 420px;padding:15px}.setting-title{font-size:24px;font-weight:600;line-height:1.2;margin-bottom:15px;padding-bottom:15px}.setting-title,.social-links{border-bottom:1px solid #ebe9fe}.social-links{margin:0 0 15px;padding:0 0 15px}.social-links ul{align-content:center;align-items:center;display:flex;flex-wrap:wrap;justify-content:center;list-style:none;margin:0;padding:0}.social-links ul li{flex:0 0 48px;margin:4px}.social-links ul li a{border:1px solid #ebe9fe;border-radius:4px;display:block;height:50px;text-align:center;width:50px}.social-links ul li a span{display:block;font-size:30px;height:48px;line-height:50px;padding:7px;text-align:center;width:48px}.social-links ul li a span svg{fill:#d1d1d1;display:inline-block;height:100%;vertical-align:top;width:100%}.selected-channels ul{display:block;list-style:none;margin:0;padding:0}.selected-channels ul li{background-color:#fafafa;border:1px solid #ededed;border-radius:4px;display:block;margin:10px 0 0;padding:0;position:relative;transition:border-color .15s ease-in-out}.selected-channels ul li.gsb-settings.active .pro-settings{display:block!important}.gsb-settings-top{position:relative}.gsb-free-settings{align-items:flex-start;display:flex;padding:15px}.gsb-free-settings .gsb-input-icon{flex:0 0 52px;padding-right:15px}.gsb-free-settings .gsb-input-icon span.ginger-button-icon{border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;cursor:pointer;display:block;height:52px;padding:12px;text-align:center;transition:.2s linear;width:52px}.gsb-free-settings .gsb-input-icon span.ginger-button-icon svg{fill:#fff;height:100%;width:100%}.gsb-free-settings .gsb-input-value{flex:1;padding-right:15px}.gsb-free-settings .gsb-title{flex:0 0 40%}.load-more-setting a{align-items:center;background:#fff;border:1px solid #cbcbcb;border-radius:4px;color:#000;display:inline-flex;font-size:14px;height:100%;margin:0 10px 10px 0;padding:4px 10px;width:auto}.load-more-setting a svg{display:inline-block;height:12px;margin:0 5px 0 0;width:12px}.gsb-free-settings .gsb-more-settings{margin:0;padding:0;position:absolute;right:0;top:0;z-index:1}.gsb-free-settings .gsb-more-settings a{background:#cbcbcb;border-top-right-radius:4px;color:#fff;display:block;font-weight:400;height:20px;line-height:14px;padding:1px;text-align:center;width:20px}.gsb-free-settings .gsb-more-settings a svg{fill:#fff;display:inline-block;height:14px;width:14px}.gsb-free-settings .gsb-more-settings a:hover{background-color:red}.gsb-settings .pro-settings{background:#fff;border:1px solid #ededed;border-radius:5px;display:none;margin:0 15px 15px;padding:15px;position:relative}.gsb-settings.active .pro-settings{display:block}.input-settings{align-content:center;align-items:center;border-bottom:1px solid #ebe9fe;display:flex;margin-bottom:15px;padding-bottom:15px}.input-settings .input-setting{flex:1;text-align:center}.input-settings .input-setting .dashboard-switch{display:inline-flex;margin:0 4px}.input-settings .input-setting .dashboard-switch label{padding-left:60px}.input-settings .input-setting+.input-setting{border-left:1px solid #ebe9fe}.input-settings .input-setting.color-section{text-align:left}.input-settings .image-upload-btn{border:1px solid #d7d7d7;border-radius:4px;color:#fff;color:#656565;display:inline-block;font-size:14px;margin:0 0 0 10px;padding:5px 10px;text-decoration:none}.input-settings .image-upload-btn svg{display:inline-flex;height:12px;margin:0 4px 0 0;width:12px}.input-settings .image-upload-btn svg path{stroke:#656565}.color-section .color-choice{background:#f6f6f6;border:1px solid #ebe9fe;border-radius:4px;padding:5px 15px}.color-section .color-choice .channel-color-picker-section,.color-section .color-choice .channel-color-picker-section .flex-center{align-items:center;display:flex;flex-wrap:nowrap}.color-section .color-choice .channel-color-picker-section .pr-5{border:none;margin:0;padding-right:5px}.color-section .color-choice .channel-color-picker-section input,.ginger-color-list .wp-picker-container input[type=text].wp-color-picker{background:#fff!important;height:30px!important;width:183px!important}.gsb-settings.active .pro-settings{display:block!important}.setting-tab{display:none;margin-bottom:20px}.setting-tab.active{display:block}.ginger-color-list ul{margin:0;padding:0}.ginger-color-list ul li{display:inline-block;margin:0 4px 6px 0;vertical-align:middle}.ginger-color-list ul li:hover label:after{display:inline-block}.ginger-color-list ul li input{border:none;box-shadow:none;height:0;margin:-1px;position:absolute;width:0}.ginger-color-list ul li input:checked+label:after{display:inline-block}.ginger-color-list ul li label{border-radius:4px;box-shadow:.4px .9px 3px 0 rgba(0,0,0,.33);color:#333;cursor:pointer;display:inline-block;font-weight:400;height:35px;padding:0 0 5px;position:relative;transition:.2s linear;width:35px}.ginger-color-list ul li label.color-custom{position:relative}.ginger-color-list ul li label.color-custom span{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.ginger-close-icons{background:#fff;margin:0;padding:0}.ginger-close-icons ul{display:inline-block;margin:0;padding:0}.ginger-close-icons ul li{display:inline-block;margin:0 6px 0 0;padding:0;position:relative;text-align:center}.ginger-close-icons ul li:hover label span{border:2px solid #4f46e5}.ginger-close-icons ul li:hover label svg{fill:#4f46e5}.ginger-close-icons ul li label{cursor:pointer;display:inline-block}.ginger-close-icons ul li label span{border:2px solid #efefef;border-radius:50%;display:block;height:54px;margin:0;padding:10px;width:54px}.ginger-close-icons ul li label span svg{fill:#cfcfcf;color:#fff;height:100%;width:100%}.ginger-close-icons ul li input:checked+label span{border:2px solid #4f46e5;outline:3px solid #b2aefb;outline-offset:2px}.ginger-close-icons ul li input:checked+label svg{fill:#4f46e5;color:#fff}.flex-input{align-content:center;align-items:center;display:flex;margin-top:10px}.flex-input .gp-form-field+.gp-form-field{margin-top:0;padding-left:15px}.flex-input .gp-form-field{flex:0 0 225px}.default-state{background:#f5f5f5;border-radius:4px;display:none;margin-top:10px;padding:10px}.default-state.active{display:block}.default-state .in-flex{display:flex}.default-state .dashboard-switch+.dashboard-switch{margin-top:10px}.mt-20{margin-top:20px}.pending-message-setting{background-color:#f5f5f5;border-radius:4px;display:none;margin-top:10px;padding:15px}.pending-message-setting.active{display:block}.activate-general-setting a.upgrade-link.in-block,.google-analytics a.upgrade-link.in-block,.position-in-mobile-toggle a.upgrade-link.in-block,.widget-analytics a.upgrade-link.in-block,a.upgrade-link.in-block{color:#fff;display:inline-block;height:auto;padding:0 0 0 7px;position:unset;transform:none;width:26px}.gp-step-sub-title{font-size:1rem;font-weight:700;padding:0 0 15px}.mt-36{margin-top:36px}.exit-intent-setting{background-color:#f5f5f5;border-radius:4px;display:none;margin-top:10px;padding:15px}.exit-intent-setting.active{display:block}.exit-intent-setting .gp-form-label+.gp-form-label{margin-top:15px}.inline-radio-buttons .inline-radio-button{display:inline-flex}.inline-radio-buttons .inline-radio-button label{cursor:pointer;display:inline-block;padding:0 0 0 25px;position:relative}.inline-radio-buttons .inline-radio-button label:before{border:2px solid #d9d9d9;height:16px;left:0;width:16px}.inline-radio-buttons .inline-radio-button label:after,.inline-radio-buttons .inline-radio-button label:before{border-radius:50%;box-sizing:initial;content:"";display:block;position:absolute;top:50%;transform:translateY(-50%)}.inline-radio-buttons .inline-radio-button label:after{background-color:#fff;height:10px;left:5px;width:10px}.inline-radio-buttons .inline-radio-button input:checked+label{color:#4f46e5;font-weight:700}.inline-radio-buttons .inline-radio-button input:checked+label:before{border-color:#4f46e5}.inline-radio-buttons .inline-radio-button input:checked+label:after{background-color:#4f46e5}.inline-radio-buttons .inline-radio-button{margin-right:10px}.custom-page-rules{background:#f3f3f3;border:1px solid #d7d7d7;border-radius:5px;display:none;margin:15px 0 0;padding:15px}.custom-page-rules.active{display:block}.custom-page-rules .dashboard-switch+.page-rules-content+.dashboard-switch{margin-top:10px}.custom-page-rules .page-rules-content{display:none;padding:0 0 20px}.custom-page-rules .page-rules-content.active{display:block}.custom-page-rules .page-rules-content .page-rules{margin:15px 0 0}.custom-page-rules .page-rules-content .page-rules .page-rule{align-items:center;display:flex;margin:0 0 15px}.custom-page-rules .page-rules-content .page-rules .page-rule .rule-label{flex:0 0 100px}.custom-page-rules .page-rules-content .page-rules .page-rule .rule-remove{cursor:pointer;flex:0 0 20px;height:20px;line-height:20px;text-align:right;width:20px}.custom-page-rules .page-rules-content .page-rules .page-rule .rule-remove svg{height:100%;width:100%}.custom-page-rules .page-rules-content .page-rules .page-rule .rule-remove:hover path{stroke:#d01616}.custom-page-rules .page-rules-content .page-rules .page-rule .rule-input{box-sizing:border-box;flex:1;padding:0 15px}.custom-page-rules .page-rules-content .page-rules .page-rule .rule-input input{border:1px solid #d7d7d7;border-radius:4px;height:32px;line-height:32px;padding:0 10px;transition:all .5s ease-in-out;width:100%}.custom-page-rules .page-rules-content .page-rules .page-rule .rule-input input:focus{border-color:silver;box-shadow:none;outline:none}.custom-page-rules .page-rules-content .page-rules .page-rule .rule-selector{flex:0 0 160px}.custom-page-rules .page-rules-content .page-rules .page-rule .rule-selector .SumoSelect{max-width:160px}.custom-page-rules .page-rules-content .page-rules .page-rule .rule-selector .SumoSelect>.CaptionCont{border-color:#d7d7d7;height:32px;line-height:32px}.custom-page-rules .page-rules-content .page-rules .page-rule .rule-selector .SumoSelect.open>.optWrapper{top:30px}.add-condition{font-size:14px;font-weight:700}.add-condition:hover{color:#444ce7}.custom-time-rules{background:#f3f3f3;border:1px solid #d7d7d7;border-radius:5px;display:none;margin:15px 0 0;padding:15px}.custom-time-rules.active{display:block}.custom-time-rules .timezone-setting{background-color:#fff;border-radius:4px;padding:10px}.custom-time-rules .timezone-setting .d-flex{align-content:center;align-items:center;display:flex}.custom-time-rules .timezone-setting .d-flex .dashboard-switch{flex:1}.custom-time-rules .timezone-setting .d-flex .display-time span{font-weight:700}.custom-time-rules .timezone-setting+.timezone-setting{margin-top:10px}.gp-modal{box-sizing:border-box;display:none;font-family:Lato,sans-serif;font-size:16px;line-height:1.2}.gp-modal.active{display:block}.gp-modal *{box-sizing:border-box}.gp-modal .gp-modal-bg{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:rgba(0,0,0,.25);height:100vh;left:0;position:fixed;top:0;width:100%;z-index:100001}.gp-modal .gp-modal-container{background-color:#fff;border-radius:4px;box-shadow:0 16px 16px -5px rgba(0,0,0,.22),0 0 .8px rgba(0,0,0,.1);left:0;margin:0 auto;max-height:84vh;max-width:90%;min-height:100px;overflow:auto;position:fixed;right:0;top:50%;transform:translateY(-50%);width:720px;z-index:1000099}.gp-modal .gp-modal-container.small{width:540px}.gp-modal .gp-modal-container .gp-modal-content{position:relative}.gp-modal .gp-modal-container .gp-modal-content .gp-modal-close-btn{background:transparent;border:none;cursor:pointer;height:24px;position:absolute;right:10px;top:10px;width:24px}.gp-modal .gp-modal-container .gp-modal-content .gp-modal-close-btn .svg-icon{display:block;height:24px;width:24px}.gp-modal .gp-modal-container .gp-modal-content .gp-modal-close-btn .svg-icon svg{height:100%;width:100%}.gp-modal .gp-modal-container .gp-modal-content.form-loading{overflow-x:hidden}.gp-modal .gp-modal-container .gp-modal-content.form-loading:after,.gp-modal .gp-modal-container .gp-modal-content.form-loading:before{animation:formLoader .5s cubic-bezier(.5,.5,.5,.5) infinite alternate;background-color:#4f46e5;bottom:0;content:"";height:4px;left:-20%;position:absolute;width:40%}.gp-modal .gp-modal-container .gp-modal-content.form-loading .gp-modal-data{opacity:.5}.gp-modal .gp-modal-container .gp-modal-header{border-bottom:1px solid #ebe9fe;font-size:1.4rem;font-weight:700;padding:15px 20px}.gp-modal .gp-modal-container .gp-modal-body{padding:15px 20px}.gp-modal .gp-modal-container .gp-modal-footer{border-top:1px solid #ebe9fe;font-size:1.4rem;font-weight:700;padding:15px 20px}.gp-modal .gp-modal-container .gp-modal-footer.text-right{text-align:right}.gp-modal .gp-modal-container .gp-modal-footer.text-center{text-align:center}.gp-modal .gp-modal-container .gp-modal-footer button{background-color:transparent;border:none;border-radius:4px;cursor:pointer;font-size:16px;outline:none;padding:10px 15px;transition:all .2s linear}.gp-modal .gp-modal-container .gp-modal-footer button.primary-btn{background-color:#4f46e5;color:#fff}.gp-modal .gp-modal-container .gp-modal-footer button.primary-btn:hover{background-color:#3d36b7}.gp-modal .gp-modal-container .gp-modal-footer button.secondary-btn{background-color:#e6e5f2}.gp-modal .gp-modal-container .gp-modal-footer button.secondary-btn:hover{background-color:#dedbee}.gp-modal .gp-modal-container .gp-modal-footer button.danger-btn{background-color:#d01616;color:#fff}.gp-modal .gp-modal-container .gp-modal-footer button.danger-btn:hover{background-color:#9b1212}.gp-modal .gp-modal-container .gp-modal-footer button+button{margin-left:5px}@keyframes formLoader{0%{transform:translateZ(0)}to{transform:translate3d(280%,0,0)}}.gp-form-input .iti{width:100%}.wp-picker-input-wrap{border:#fff;display:inline-block;left:10px;position:absolute;top:46px;vertical-align:top;width:150px;z-index:111}.iris-border .iris-picker-inner{bottom:10px;left:10px;right:10px;top:50px}.wp-picker-container{position:relative}.wp-picker-container .iris-picker{padding:50px 0 0}.wp-picker-holder .iris-border .iris-picker-inner{top:50px}.wp-picker-input-wrap .wp-picker-clear{display:none;position:relative}.exit-intent-setting .dashboard-switch label{padding-left:48px}.add-custom-field-btn .dashicons{color:#656565;vertical-align:middle!important}.color-choice .flex-center+.flex-center{margin-left:10px}.setting-title.d-flex{align-content:center;align-items:center;display:flex}.setting-title .input-search{border:1px solid #d7d7d7;border-radius:4px;color:#1c2733;font-size:14px;height:32px;line-height:32px;padding:0 30px 0 8px;transition:all .5s ease-in-out;width:100%}.setting-title .channel-title{flex:1}.setting-title .search-channel-box input:focus{border-color:#d7d7d7;box-shadow:none;outline:none}.search-channel-box{position:relative}.search-channel-box:after{content:url('data:image/svg+xml;charset=utf-8,<svg width="18" height="18" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m19 19-6-6m2-5A7 7 0 1 1 1 8a7 7 0 0 1 14 0Z" stroke="gray" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');height:16px;pointer-events:none;position:absolute;right:8px;top:3px;width:16px}.no-channel-found{display:none;font-size:16px;text-align:center}.no-channel-found.active{display:block}.whatsapp-widget-setting{position:relative}.whatsapp-widget-setting .disabled-whatsapp-widget{display:none;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}.whatsapp-widget-setting.add-blur-bg .disabled-whatsapp-widget{display:block}.whatsapp-widget-setting.add-blur-bg>:not(.blur-overlay){filter:blur(2px);opacity:.5;pointer-events:none}.whatsapp-widget-setting .blur-overlay{left:0;position:absolute;right:0;text-align:center;top:50%;width:100%}.SumoSelect .select-all>label,.SumoSelect>.CaptionCont,.SumoSelect>.optWrapper>.options li.opt label{font-size:14px}.enable-whatsapp-widget{font-weight:700;text-decoration:underline!important}.menu-channel-title{overflow:hidden;text-overflow:ellipsis;white-space:pre}.upload-image-selection-container{left:50%;opacity:0;position:absolute;top:170%;transform:translateX(-47%);visibility:hidden;width:137px;z-index:100}.upload-image-selection-container:before{border-color:transparent transparent #dbdbdb;border-style:solid;border-width:0 7px 9px;bottom:auto;content:"";left:50%;position:absolute;top:-8px;transform:translateX(-50%)}.upload-image-selection-container .upload-image-selection{background:#fff;border:1px solid #d7d7d7;border-radius:4px;padding:10px}.upload-image-selection-container .upload-image-selection li{cursor:pointer;margin:0}.upload-image-selection-container .upload-image-selection li a{display:block;padding:7px}.upload-image-selection-container .upload-image-selection li+li{margin-top:5px}.upload-image-selection-container.active{opacity:1;transition:opacity .5s;visibility:visible}.upload-image-selection-overlay{opacity:0;visibility:hidden}.upload-image-selection-container.active+.upload-image-selection-overlay{height:100%;left:0;opacity:1;position:fixed;top:0;visibility:visible;width:100%;z-index:99}.upgrade-upload-btn{position:relative}.channel-btn a.has-image{padding:0}.view-widget-analytics{font-size:14px;font-weight:700;line-height:24px;margin-left:5px;text-decoration:underline!important}.view-widget-analytics span.dashicons{text-decoration:none}@media only screen and (max-width:450px){.widget-analytics .gp-form-input.d-flex{display:inline-grid}.view-widget-analytics{margin-left:0;margin-top:5px}}.social-links ul li.add-more-channel a span{padding:12px}.add-more-channel.active a,.add-more-channel:hover a{background-color:#0a4b78;border-color:#0a4b78;color:#fff}.add-more-channel.active a span svg path,.add-more-channel:hover a span svg path{stroke:#fff}.add-more-channel.active a span svg,.add-more-channel:hover a span svg{fill:#fff}.add-more-channel a span svg path{stroke:#d1d1d1}ul.more-channel-list{display:grid;gap:.75rem;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));justify-content:center;width:100%}.more-channel-list li{align-items:center;background-color:#fff;border:1px solid #e2e8f0;border-radius:.75rem;cursor:pointer;display:flex;outline:2px solid transparent;outline-offset:2px;position:relative;text-align:center;transition:.25s;width:100%}.more-channel-list li:hover{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.more-channel-list li a{padding-bottom:.625rem;padding-inline-end:.25rem;padding-top:.625rem;padding-inline-start:.25rem;text-align:center;width:100%}.more-channel-list li span.gsb-more-social-icon{background-color:#f0f8ff;border-color:#f0f8ff;border-radius:50%;color:#fff;display:block;height:2.5rem;margin:0 auto;padding:10px;text-align:center;width:2.5rem}.more-channel-list li .gsb-more-social-icon svg{fill:#fff;height:100%;width:100%}.more-channel-list li a p{font-size:14px;line-height:1;margin:.5rem 0 0}#more_channel_popup .gp-modal-container{width:840px}.more-channel-list li.check-loader a{opacity:.4}.premium-features svg{display:inline-block;margin-right:3px;vertical-align:text-bottom}.contact-form-field-open .contact-form-field-select svg{display:inline-block;height:16px;margin-right:8px;vertical-align:text-bottom;width:18px}#wpcontent:has(.widget-sticky-header){padding:0!important}@media only screen and (min-width:601px) and (max-width:782px){.widget-sticky-header{top:46px!important}}@media only screen and (min-width:783px){.widget-sticky-header{top:32px!important}}#toplevel_page_sticky-chat-widget .wp-menu-image img{display:inline-block}
     1@font-face{font-display:swap;font-family:Lato;font-style:normal;font-weight:100;src:url(https://fonts.gstatic.com/s/lato/v23/S6u8w4BMUTPHh30AXC-v.ttf) format("truetype")}@font-face{font-display:swap;font-family:Lato;font-style:normal;font-weight:300;src:url(https://fonts.gstatic.com/s/lato/v23/S6u9w4BMUTPHh7USSwiPHA.ttf) format("truetype")}@font-face{font-display:swap;font-family:Lato;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/lato/v23/S6uyw4BMUTPHjx4wWw.ttf) format("truetype")}@font-face{font-display:swap;font-family:Lato;font-style:normal;font-weight:700;src:url(https://fonts.gstatic.com/s/lato/v23/S6u9w4BMUTPHh6UVSwiPHA.ttf) format("truetype")}@font-face{font-display:swap;font-family:Lato;font-style:normal;font-weight:900;src:url(https://fonts.gstatic.com/s/lato/v23/S6u9w4BMUTPHh50XSwiPHA.ttf) format("truetype")}.gp-box *,.widget-settings,.widget-settings *{margin:0;padding:0}#wpcontent,body{background-color:#f7f7ff}#wpcontent{padding:0 10px!important}.gp-box-layout *{box-sizing:border-box}.sr-only{clip:rect(0,0,0,0)!important;border:0!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important}.gp-box,.widget-settings{color:#1c2733;direction:ltr;font-family:Lato,sans-serif;font-size:16px;line-height:1.2;margin:0 auto;max-width:100%;width:1080px}.gp-box a,.widget-settings a{box-shadow:none;color:#1c2733;outline:none;text-decoration:none}.gp-box a:focus,.widget-settings a:focus{box-shadow:none;outline:none}.gp-box *,.widget-settings *{box-sizing:border-box}.gp-box svg:focus,.widget-settings svg:focus{box-shadow:none;outline:none}.gp-box .gp-page-title,.widget-settings .gp-page-title{font-size:1.6rem;font-weight:700}.dashboard-table{background:#fff;border:1px solid #eaeff2;border-radius:6px;box-shadow:0 0 10px -3px rgba(34,68,136,.2);-webkit-box-shadow:0 0 10px -3px rgba(34,68,136,.2);-moz-box-shadow:0 0 10px -3px rgba(34,68,136,.2);padding:15px}.dashboard-table table{width:100%}.dashboard-table table td,.dashboard-table table th{border-bottom:1px solid #ebe9fe;padding:10px;text-align:left;vertical-align:middle}.dashboard-table table td.status-col,.dashboard-table table th.status-col{text-align:center;width:90px}.dashboard-table table td.created-col,.dashboard-table table th.created-col{text-align:left;width:180px}.dashboard-table table td.created-col span,.dashboard-table table th.created-col span{display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:180px}.dashboard-table table td.action-col,.dashboard-table table th.action-col{position:relative;text-align:center;width:100px}.dashboard-table table td.action-col.active .button-actions,.dashboard-table table th.action-col.active .button-actions{display:block}.dashboard-table .action-box{border:1px solid #c7d7fe;border-radius:4px;display:inline-flex}.dashboard-table .action-box a{border-radius:4px;display:inline-flex;font-size:14px;line-height:16px;padding:2px 8px;vertical-align:middle}.dashboard-table .action-box a:hover{background-color:#eef4ff}.dashboard-table .action-box .dropdown-button{border-left:1px solid #c7d7fe;border-radius:0 4px 4px 0;display:inline-flex;font-size:14px;line-height:16px;padding:2px;vertical-align:middle}.dashboard-table .action-box .dropdown-button:hover{background-color:#eef4ff}.dashboard-table .button-actions{background:#fff;border-radius:4px;box-shadow:0 0 20px 0 rgba(0,0,0,.1);display:none;padding:5px;position:absolute;right:15px;text-align:left;top:100%;width:120px;z-index:11}.dashboard-table .button-actions ul{list-style:none}.dashboard-table .button-actions ul li{display:block;margin:4px 0}.dashboard-table .button-actions ul li:first-child{margin:0 0 4px}.dashboard-table .button-actions ul li:last-child{margin:4px 0 0}.dashboard-table .button-actions ul li a{display:block;font-size:14px;padding:4px 8px}.dashboard-table .button-actions ul li a svg{display:inline-block;vertical-align:text-bottom}.dashboard-table .button-actions ul li a:hover{background-color:rgba(80,103,243,.1)}.dashboard-table .button-actions ul li.delete-btn{border-top:1px solid #d01616;padding:4px 0 0}.dashboard-table .button-actions ul li.delete-btn a{color:#d01616}.dashboard-table .button-actions ul li.delete-btn a svg path{stroke:#d01616}.dashboard-table .button-actions ul li.delete-btn a:hover{background-color:rgba(255,81,90,.1)}.dashboard-table .button-actions:before{border-bottom:5px solid #fff;border-left:5px solid transparent;border-right:5px solid transparent;content:"";height:0;position:absolute;right:6px;top:-6px;width:0}.dashboard-header{align-items:center;display:flex;margin:0 0 25px}.dashboard-header .dashboard-header-left{flex:1}.dashboard-header .dashboard-header-right{flex:1;text-align:right}.gp-action-button{background-color:#4f46e5;border:none;border-radius:4px;color:#fff!important;cursor:pointer;display:inline-block;font-size:16px;outline:none;padding:10px 15px;text-decoration:none;transition:all .2s linear}.gp-action-button:hover{background-color:#3d36b7}.dashboard-switch{display:inline-block;min-width:48px}.dashboard-switch label{cursor:pointer;display:inline-block;line-height:25px;min-height:25px;padding-left:60px;position:relative}.dashboard-switch label:before{background:#d9d9d9;border-radius:20px;height:24px;left:0;width:40px}.dashboard-switch label:after,.dashboard-switch label:before{bottom:0;box-sizing:initial;content:"";margin:auto 0;position:absolute;top:0;transition:all .2s ease-in-out}.dashboard-switch label:after{background:#fff;border-radius:50%;height:16px;left:4px;width:16px}.dashboard-switch input:checked+label:before{background-color:#4f46e5}.dashboard-switch input:checked+label:after{left:20px}.dashboard-switch input:checked+label.trigger-label{color:#4f46e5;font-weight:700}.dashboard-switch.in-flex{align-items:center;display:inline-flex}.dashboard-switch.on-off label:before{content:"off";font-size:16px;line-height:22px;padding:0 8px 0 0;text-align:right;width:44px}.dashboard-switch.on-off input:checked+label:before{color:#fff;content:"on";line-height:20px;padding:0 0 0 10px;text-align:left}.dashboard-switch.on-off input:checked+label:after{left:34px}.gp-form-field .gp-form-label{display:block}.gp-form-field .gp-form-label label{cursor:pointer;display:inline-block;font-size:16px;padding:0 0 8px}.gp-form-field .gp-form-label label.in-flex{display:inline-flex;line-height:28px;padding:0}.gp-form-field .gp-form-label label.trigger-label{padding-left:48px}.gp-form-field .gp-form-label.d-flex{align-items:center;display:flex}.gp-form-field .tiny-input{border:1px solid #d7d7d7;border-radius:4px;height:28px;line-height:28px;margin:0 5px;padding:0 10px;transition:all .5s ease-in-out;width:40px}.gp-form-field .tiny-input:focus{border-color:silver;box-shadow:none;outline:none}.gp-form-field .gp-form-input{position:relative}.gp-form-field .gp-form-input input[type=email],.gp-form-field .gp-form-input input[type=tel],.gp-form-field .gp-form-input input[type=text]{border:1px solid #d7d7d7;border-radius:4px;color:#1c2733;font-size:14px;height:40px;line-height:40px;max-width:100%;transition:all .5s ease-in-out;width:100%}.gp-form-field .gp-form-input input[type=email]:focus,.gp-form-field .gp-form-input input[type=tel]:focus,.gp-form-field .gp-form-input input[type=text]:focus{border-color:silver;box-shadow:none;outline:none}.gp-form-field .gp-form-input.medium-input{max-width:100%;width:360px}.gp-form-field .gp-form-input.medium-input .SumoSelect{max-width:360px}.gp-form-field .gp-form-input.medium-input .SumoSelect>.CaptionCont{width:100%}.gp-form-field .gp-form-input textarea{border:1px solid #d7d7d7;border-radius:4px;color:#1c2733;font-size:14px;height:84px;max-width:100%;padding:5px 10px;width:100%}.gp-form-field .gp-form-input textarea:focus{border-color:silver;box-shadow:none;outline:none}.gp-form-field .gp-form-input .SumoSelect>.CaptionCont{border:1px solid #d7d7d7;border-radius:4px;font-size:14px;height:40px;line-height:40px;padding:0 10px}.gp-form-field .gp-form-input .SumoSelect>.optWrapper>.options li.opt.selected{background-color:#e4e4e4}.gp-form-field .gp-form-input.d-flex{display:flex}.gp-form-field .gp-form-input.has-max-width .SumoSelect{max-width:100%;width:240px}.gp-form-field .gp-form-input.add-prefix-text{position:relative}.gp-form-field .gp-form-input.add-prefix-text:after{background:#ddd;border-radius:4px;content:attr(data-prefix);height:34px;line-height:34px;position:absolute;right:3px;text-align:center;top:50%;transform:translateY(-50%);width:40px}.gp-form-field .gp-form-input a.upgrade-link{display:inline-block;height:20px;padding:0 0 0 7px;position:absolute;right:8px;top:50%;transform:translateY(-50%);width:25px}a.upgrade-link svg{height:100%;width:100%}.gp-form-field+.gp-form-field{margin-top:20px}.gp-form-field.in-flex{align-items:center;display:flex}.gp-form-field.in-flex .gp-form-label{flex:0 0 175px}.gp-form-field.in-flex .gp-form-label label{padding:0}.gp-form-field.in-flex .gp-form-label label.text-right{padding:0 10px 0 0;text-align:right}.gp-form-field.in-flex .gp-form-input{flex:1}.gp-form-field.channel-input .gp-form-label label{font-size:14px;font-weight:600;padding-bottom:4px}.gp-form-field.channel-input .gp-form-input input[type=text]{height:32px;line-height:32px}.gp-radio-buttons{background:#e9e9e9;border-radius:4px;display:flex;flex-wrap:wrap;height:40px;line-height:26px;padding:3px}.gp-radio-buttons .gp-radio-button,.gp-radio-buttons.in-flex{display:inline-flex}.gp-radio-buttons .gp-radio-button label{border-radius:4px;cursor:pointer;display:inline-flex;padding:4px 10px;transition:background-color .15s ease-in-out}.gp-radio-buttons .gp-radio-button label:hover{background-color:hsla(0,0%,100%,.6)}.gp-radio-buttons .gp-radio-button input:checked+label{background-color:#fff}.gp-radio-buttons .gp-radio-button+.gp-radio-button{margin-left:4px}.widget-settings ::-moz-placeholder{color:#a9a9a9;opacity:1}.widget-settings ::placeholder{color:#a9a9a9;opacity:1}.widget-settings :-ms-input-placeholder{color:#a9a9a9}.widget-settings ::-ms-input-placeholder{color:#a9a9a9}.widget-settings{background:#fff;border:1px solid #eaeff2;border-radius:6px;box-shadow:0 0 10px -3px rgba(34,68,136,.2);-webkit-box-shadow:0 0 10px -3px rgba(34,68,136,.2);-moz-box-shadow:0 0 10px -3px rgba(34,68,136,.2);display:flex;margin:15px auto;max-width:1380px;min-height:calc(100vh - 200px);width:96%}.widget-settings *{box-sizing:border-box}.widget-sidebar ul{display:block;list-style:none;margin:0;padding:0}.widget-sidebar ul li{border-bottom:1px solid #ebe9fe;display:block;margin:0;padding:0}.widget-sidebar ul li a{border-left:4px solid transparent;display:block;padding:15px 25px;position:relative;transition:all .2s ease-in-out}.widget-sidebar ul li a.active{background-color:#fff;border-left-color:#4f46e5}.widget-sidebar ul li a.active:after{background-color:#fff;content:"";display:block;height:100%;position:absolute;right:-1px;top:0;width:1px}.widget-sidebar ul li a:hover{background-color:#fff}.widget-setting{border-right:1px solid #ebe9fe;flex:1;padding:15px 30px}.widget-preview{flex:0 1 420px;padding:15px}.setting-title{font-size:24px;font-weight:600;line-height:1.2;margin-bottom:15px;padding-bottom:15px}.setting-title,.social-links{border-bottom:1px solid #ebe9fe}.social-links{margin:0 0 15px;padding:0 0 15px}.social-links ul{align-content:center;align-items:center;display:flex;flex-wrap:wrap;justify-content:center;list-style:none;margin:0;padding:0}.social-links ul li{flex:0 0 48px;margin:4px}.social-links ul li a{border:1px solid #ebe9fe;border-radius:4px;display:block;height:50px;text-align:center;width:50px}.social-links ul li a span{display:block;font-size:30px;height:48px;line-height:50px;padding:7px;text-align:center;width:48px}.social-links ul li a span svg{fill:#d1d1d1;display:inline-block;height:100%;vertical-align:top;width:100%}.selected-channels ul{display:block;list-style:none;margin:0;padding:0}.selected-channels ul li{background-color:#fafafa;border:1px solid #ededed;border-radius:4px;display:block;margin:10px 0 0;padding:0;position:relative;transition:border-color .15s ease-in-out}.selected-channels ul li.gsb-settings.active .pro-settings{display:block!important}.gsb-settings-top{position:relative}.gsb-free-settings{align-items:flex-start;display:flex;padding:15px}.gsb-free-settings .gsb-input-icon{flex:0 0 52px;padding-right:15px}.gsb-free-settings .gsb-input-icon span.ginger-button-icon{border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;cursor:pointer;display:block;height:52px;padding:12px;text-align:center;transition:.2s linear;width:52px}.gsb-free-settings .gsb-input-icon span.ginger-button-icon svg{fill:#fff;height:100%;width:100%}.gsb-free-settings .gsb-input-value{flex:1;padding-right:15px}.gsb-free-settings .gsb-title{flex:0 0 40%}.load-more-setting a{align-items:center;background:#fff;border:1px solid #cbcbcb;border-radius:4px;color:#000;display:inline-flex;font-size:14px;height:100%;margin:0 10px 10px 0;padding:4px 10px;width:auto}.load-more-setting a svg{display:inline-block;height:12px;margin:0 5px 0 0;width:12px}.gsb-free-settings .gsb-more-settings{margin:0;padding:0;position:absolute;right:0;top:0;z-index:1}.gsb-free-settings .gsb-more-settings a{background:#cbcbcb;border-top-right-radius:4px;color:#fff;display:block;font-weight:400;height:20px;line-height:14px;padding:1px;text-align:center;width:20px}.gsb-free-settings .gsb-more-settings a svg{fill:#fff;display:inline-block;height:14px;width:14px}.gsb-free-settings .gsb-more-settings a:hover{background-color:red}.gsb-settings .pro-settings{background:#fff;border:1px solid #ededed;border-radius:5px;display:none;margin:0 15px 15px;padding:15px;position:relative}.gsb-settings.active .pro-settings{display:block}.input-settings{align-content:center;align-items:center;border-bottom:1px solid #ebe9fe;display:flex;margin-bottom:15px;padding-bottom:15px}.input-settings .input-setting{flex:1;text-align:center}.input-settings .input-setting .dashboard-switch{display:inline-flex;margin:0 4px}.input-settings .input-setting .dashboard-switch label{padding-left:60px}.input-settings .input-setting+.input-setting{border-left:1px solid #ebe9fe}.input-settings .input-setting.color-section{text-align:left}.input-settings .image-upload-btn{border:1px solid #d7d7d7;border-radius:4px;color:#fff;color:#656565;display:inline-block;font-size:14px;margin:0 0 0 10px;padding:5px 10px;text-decoration:none}.input-settings .image-upload-btn svg{display:inline-flex;height:12px;margin:0 4px 0 0;width:12px}.input-settings .image-upload-btn svg path{stroke:#656565}.color-section .color-choice{background:#f6f6f6;border:1px solid #ebe9fe;border-radius:4px;padding:5px 15px}.color-section .color-choice .channel-color-picker-section,.color-section .color-choice .channel-color-picker-section .flex-center{align-items:center;display:flex;flex-wrap:nowrap}.color-section .color-choice .channel-color-picker-section .pr-5{border:none;margin:0;padding-right:5px}.color-section .color-choice .channel-color-picker-section input,.ginger-color-list .wp-picker-container input[type=text].wp-color-picker{background:#fff!important;height:30px!important;width:183px!important}.gsb-settings.active .pro-settings{display:block!important}.setting-tab{display:none;margin-bottom:20px}.setting-tab.active{display:block}.ginger-color-list ul{margin:0;padding:0}.ginger-color-list ul li{display:inline-block;margin:0 4px 6px 0;vertical-align:middle}.ginger-color-list ul li:hover label:after{display:inline-block}.ginger-color-list ul li input{border:none;box-shadow:none;height:0;margin:-1px;position:absolute;width:0}.ginger-color-list ul li input:checked+label:after{display:inline-block}.ginger-color-list ul li label{border-radius:4px;box-shadow:.4px .9px 3px 0 rgba(0,0,0,.33);color:#333;cursor:pointer;display:inline-block;font-weight:400;height:35px;padding:0 0 5px;position:relative;transition:.2s linear;width:35px}.ginger-color-list ul li label.color-custom{position:relative}.ginger-color-list ul li label.color-custom span{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.ginger-close-icons{background:#fff;margin:0;padding:0}.ginger-close-icons ul{display:inline-block;margin:0;padding:0}.ginger-close-icons ul li{display:inline-block;margin:0 6px 0 0;padding:0;position:relative;text-align:center}.ginger-close-icons ul li:hover label span{border:2px solid #4f46e5}.ginger-close-icons ul li:hover label svg{fill:#4f46e5}.ginger-close-icons ul li label{cursor:pointer;display:inline-block}.ginger-close-icons ul li label span{border:2px solid #efefef;border-radius:50%;display:block;height:54px;margin:0;padding:10px;width:54px}.ginger-close-icons ul li label span svg{fill:#cfcfcf;color:#fff;height:100%;width:100%}.ginger-close-icons ul li input:checked+label span{border:2px solid #4f46e5;outline:3px solid #b2aefb;outline-offset:2px}.ginger-close-icons ul li input:checked+label svg{fill:#4f46e5;color:#fff}.flex-input{align-content:center;align-items:center;display:flex;margin-top:10px}.flex-input .gp-form-field+.gp-form-field{margin-top:0;padding-left:15px}.flex-input .gp-form-field{flex:0 0 225px}.default-state{background:#f5f5f5;border-radius:4px;display:none;margin-top:10px;padding:10px}.default-state.active{display:block}.default-state .in-flex{display:flex}.default-state .dashboard-switch+.dashboard-switch{margin-top:10px}.mt-20{margin-top:20px}.pending-message-setting{background-color:#f5f5f5;border-radius:4px;display:none;margin-top:10px;padding:15px}.pending-message-setting.active{display:block}.activate-general-setting a.upgrade-link.in-block,.google-analytics a.upgrade-link.in-block,.position-in-mobile-toggle a.upgrade-link.in-block,.widget-analytics a.upgrade-link.in-block,a.upgrade-link.in-block{color:#fff;display:inline-block;height:auto;padding:0 0 0 7px;position:unset;transform:none;width:26px}.gp-step-sub-title{font-size:1rem;font-weight:700;padding:0 0 15px}.mt-36{margin-top:36px}.exit-intent-setting{background-color:#f5f5f5;border-radius:4px;display:none;margin-top:10px;padding:15px}.exit-intent-setting.active{display:block}.exit-intent-setting .gp-form-label+.gp-form-label{margin-top:15px}.inline-radio-buttons .inline-radio-button{display:inline-flex}.inline-radio-buttons .inline-radio-button label{cursor:pointer;display:inline-block;padding:0 0 0 25px;position:relative}.inline-radio-buttons .inline-radio-button label:before{border:2px solid #d9d9d9;height:16px;left:0;width:16px}.inline-radio-buttons .inline-radio-button label:after,.inline-radio-buttons .inline-radio-button label:before{border-radius:50%;box-sizing:initial;content:"";display:block;position:absolute;top:50%;transform:translateY(-50%)}.inline-radio-buttons .inline-radio-button label:after{background-color:#fff;height:10px;left:5px;width:10px}.inline-radio-buttons .inline-radio-button input:checked+label{color:#4f46e5;font-weight:700}.inline-radio-buttons .inline-radio-button input:checked+label:before{border-color:#4f46e5}.inline-radio-buttons .inline-radio-button input:checked+label:after{background-color:#4f46e5}.inline-radio-buttons .inline-radio-button{margin-right:10px}.custom-page-rules{background:#f3f3f3;border:1px solid #d7d7d7;border-radius:5px;display:none;margin:15px 0 0;padding:15px}.custom-page-rules.active{display:block}.custom-page-rules .dashboard-switch+.page-rules-content+.dashboard-switch{margin-top:10px}.custom-page-rules .page-rules-content{display:none;padding:0 0 20px}.custom-page-rules .page-rules-content.active{display:block}.custom-page-rules .page-rules-content .page-rules{margin:15px 0 0}.custom-page-rules .page-rules-content .page-rules .page-rule{align-items:center;display:flex;margin:0 0 15px}.custom-page-rules .page-rules-content .page-rules .page-rule .rule-label{flex:0 0 100px}.custom-page-rules .page-rules-content .page-rules .page-rule .rule-remove{cursor:pointer;flex:0 0 20px;height:20px;line-height:20px;text-align:right;width:20px}.custom-page-rules .page-rules-content .page-rules .page-rule .rule-remove svg{height:100%;width:100%}.custom-page-rules .page-rules-content .page-rules .page-rule .rule-remove:hover path{stroke:#d01616}.custom-page-rules .page-rules-content .page-rules .page-rule .rule-input{box-sizing:border-box;flex:1;padding:0 15px}.custom-page-rules .page-rules-content .page-rules .page-rule .rule-input input{border:1px solid #d7d7d7;border-radius:4px;height:32px;line-height:32px;padding:0 10px;transition:all .5s ease-in-out;width:100%}.custom-page-rules .page-rules-content .page-rules .page-rule .rule-input input:focus{border-color:silver;box-shadow:none;outline:none}.custom-page-rules .page-rules-content .page-rules .page-rule .rule-selector{flex:0 0 160px}.custom-page-rules .page-rules-content .page-rules .page-rule .rule-selector .SumoSelect{max-width:160px}.custom-page-rules .page-rules-content .page-rules .page-rule .rule-selector .SumoSelect>.CaptionCont{border-color:#d7d7d7;height:32px;line-height:32px}.custom-page-rules .page-rules-content .page-rules .page-rule .rule-selector .SumoSelect.open>.optWrapper{top:30px}.add-condition{font-size:14px;font-weight:700}.add-condition:hover{color:#444ce7}.custom-time-rules{background:#f3f3f3;border:1px solid #d7d7d7;border-radius:5px;display:none;margin:15px 0 0;padding:15px}.custom-time-rules.active{display:block}.custom-time-rules .timezone-setting{background-color:#fff;border-radius:4px;padding:10px}.custom-time-rules .timezone-setting .d-flex{align-content:center;align-items:center;display:flex}.custom-time-rules .timezone-setting .d-flex .dashboard-switch{flex:1}.custom-time-rules .timezone-setting .d-flex .display-time span{font-weight:700}.custom-time-rules .timezone-setting+.timezone-setting{margin-top:10px}.gp-modal{box-sizing:border-box;display:none;font-family:Lato,sans-serif;font-size:16px;line-height:1.2}.gp-modal.active{display:block}.gp-modal *{box-sizing:border-box}.gp-modal .gp-modal-bg{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:rgba(0,0,0,.25);height:100vh;left:0;position:fixed;top:0;width:100%;z-index:100001}.gp-modal .gp-modal-container{background-color:#fff;border-radius:4px;box-shadow:0 16px 16px -5px rgba(0,0,0,.22),0 0 .8px rgba(0,0,0,.1);left:0;margin:0 auto;max-height:84vh;max-width:90%;min-height:100px;overflow:auto;position:fixed;right:0;top:50%;transform:translateY(-50%);width:720px;z-index:1000099}.gp-modal .gp-modal-container.small{width:540px}.gp-modal .gp-modal-container .gp-modal-content{position:relative}.gp-modal .gp-modal-container .gp-modal-content .gp-modal-close-btn{background:transparent;border:none;cursor:pointer;height:24px;position:absolute;right:10px;top:10px;width:24px}.gp-modal .gp-modal-container .gp-modal-content .gp-modal-close-btn .svg-icon{display:block;height:24px;width:24px}.gp-modal .gp-modal-container .gp-modal-content .gp-modal-close-btn .svg-icon svg{height:100%;width:100%}.gp-modal .gp-modal-container .gp-modal-content.form-loading{overflow-x:hidden}.gp-modal .gp-modal-container .gp-modal-content.form-loading:after,.gp-modal .gp-modal-container .gp-modal-content.form-loading:before{animation:formLoader .5s cubic-bezier(.5,.5,.5,.5) infinite alternate;background-color:#4f46e5;bottom:0;content:"";height:4px;left:-20%;position:absolute;width:40%}.gp-modal .gp-modal-container .gp-modal-content.form-loading .gp-modal-data{opacity:.5}.gp-modal .gp-modal-container .gp-modal-header{border-bottom:1px solid #ebe9fe;font-size:1.4rem;font-weight:700;padding:15px 20px}.gp-modal .gp-modal-container .gp-modal-body{padding:15px 20px}.gp-modal .gp-modal-container .gp-modal-footer{border-top:1px solid #ebe9fe;font-size:1.4rem;font-weight:700;padding:15px 20px}.gp-modal .gp-modal-container .gp-modal-footer.text-right{text-align:right}.gp-modal .gp-modal-container .gp-modal-footer.text-center{text-align:center}.gp-modal .gp-modal-container .gp-modal-footer button{background-color:transparent;border:none;border-radius:4px;cursor:pointer;font-size:16px;outline:none;padding:10px 15px;transition:all .2s linear}.gp-modal .gp-modal-container .gp-modal-footer button.primary-btn{background-color:#4f46e5;color:#fff}.gp-modal .gp-modal-container .gp-modal-footer button.primary-btn:hover{background-color:#3d36b7}.gp-modal .gp-modal-container .gp-modal-footer button.secondary-btn{background-color:#e6e5f2}.gp-modal .gp-modal-container .gp-modal-footer button.secondary-btn:hover{background-color:#dedbee}.gp-modal .gp-modal-container .gp-modal-footer button.danger-btn{background-color:#d01616;color:#fff}.gp-modal .gp-modal-container .gp-modal-footer button.danger-btn:hover{background-color:#9b1212}.gp-modal .gp-modal-container .gp-modal-footer button+button{margin-left:5px}@keyframes formLoader{0%{transform:translateZ(0)}to{transform:translate3d(280%,0,0)}}.gp-form-input .iti{width:100%}.wp-picker-input-wrap{border:#fff;display:inline-block;left:10px;position:absolute;top:46px;vertical-align:top;width:150px;z-index:111}.iris-border .iris-picker-inner{bottom:10px;left:10px;right:10px;top:50px}.wp-picker-container{position:relative}.wp-picker-container .iris-picker{padding:50px 0 0}.wp-picker-holder .iris-border .iris-picker-inner{top:50px}.wp-picker-input-wrap .wp-picker-clear{display:none;position:relative}.exit-intent-setting .dashboard-switch label{padding-left:48px}.add-custom-field-btn .dashicons{color:#656565;vertical-align:middle!important}.color-choice .flex-center+.flex-center{margin-left:10px}.setting-title.d-flex{align-content:center;align-items:center;display:flex}.setting-title .input-search{border:1px solid #d7d7d7;border-radius:4px;color:#1c2733;font-size:14px;height:32px;line-height:32px;padding:0 30px 0 8px;transition:all .5s ease-in-out;width:100%}.setting-title .channel-title{flex:1}.setting-title .search-channel-box input:focus{border-color:#d7d7d7;box-shadow:none;outline:none}.search-channel-box{position:relative}.search-channel-box:after{content:url('data:image/svg+xml;charset=utf-8,<svg width="18" height="18" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m19 19-6-6m2-5A7 7 0 1 1 1 8a7 7 0 0 1 14 0Z" stroke="gray" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');height:16px;pointer-events:none;position:absolute;right:8px;top:3px;width:16px}.no-channel-found{display:none;font-size:16px;text-align:center}.no-channel-found.active{display:block}.whatsapp-widget-setting{position:relative}.whatsapp-widget-setting .disabled-whatsapp-widget{display:none;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}.whatsapp-widget-setting.add-blur-bg .disabled-whatsapp-widget{display:block}.whatsapp-widget-setting.add-blur-bg>:not(.blur-overlay){filter:blur(2px);opacity:.5;pointer-events:none}.whatsapp-widget-setting .blur-overlay{left:0;position:absolute;right:0;text-align:center;top:50%;width:100%}.SumoSelect .select-all>label,.SumoSelect>.CaptionCont,.SumoSelect>.optWrapper>.options li.opt label{font-size:14px}.enable-whatsapp-widget{font-weight:700;text-decoration:underline!important}.menu-channel-title{overflow:hidden;text-overflow:ellipsis;white-space:pre}.upload-image-selection-container{left:50%;opacity:0;position:absolute;top:170%;transform:translateX(-47%);visibility:hidden;width:137px;z-index:100}.upload-image-selection-container:before{border-color:transparent transparent #dbdbdb;border-style:solid;border-width:0 7px 9px;bottom:auto;content:"";left:50%;position:absolute;top:-8px;transform:translateX(-50%)}.upload-image-selection-container .upload-image-selection{background:#fff;border:1px solid #d7d7d7;border-radius:4px;padding:10px}.upload-image-selection-container .upload-image-selection li{cursor:pointer;margin:0}.upload-image-selection-container .upload-image-selection li a{display:block;padding:7px}.upload-image-selection-container .upload-image-selection li+li{margin-top:5px}.upload-image-selection-container.active{opacity:1;transition:opacity .5s;visibility:visible}.upload-image-selection-overlay{opacity:0;visibility:hidden}.upload-image-selection-container.active+.upload-image-selection-overlay{height:100%;left:0;opacity:1;position:fixed;top:0;visibility:visible;width:100%;z-index:99}.upgrade-upload-btn{position:relative}.channel-btn a.has-image{padding:0}.view-widget-analytics{font-size:14px;font-weight:700;line-height:24px;margin-left:5px;text-decoration:underline!important}.view-widget-analytics span.dashicons{text-decoration:none}@media only screen and (max-width:450px){.widget-analytics .gp-form-input.d-flex{display:inline-grid}.view-widget-analytics{margin-left:0;margin-top:5px}}.social-links ul li.add-more-channel a span{padding:12px}.add-more-channel.active a,.add-more-channel:hover a{background-color:#0a4b78;border-color:#0a4b78;color:#fff}.add-more-channel.active a span svg path,.add-more-channel:hover a span svg path{stroke:#fff}.add-more-channel.active a span svg,.add-more-channel:hover a span svg{fill:#fff}.add-more-channel a span svg path{stroke:#d1d1d1}ul.more-channel-list{display:grid;gap:.75rem;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));justify-content:center;width:100%}.more-channel-list li{align-items:center;background-color:#fff;border:1px solid #e2e8f0;border-radius:.75rem;cursor:pointer;display:flex;outline:2px solid transparent;outline-offset:2px;position:relative;text-align:center;transition:.25s;width:100%}.more-channel-list li:hover{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.more-channel-list li a{padding-bottom:.625rem;padding-inline-end:.25rem;padding-top:.625rem;padding-inline-start:.25rem;text-align:center;width:100%}.more-channel-list li span.gsb-more-social-icon{background-color:#f0f8ff;border-color:#f0f8ff;border-radius:50%;color:#fff;display:block;height:2.5rem;margin:0 auto;padding:10px;text-align:center;width:2.5rem}.more-channel-list li .gsb-more-social-icon svg{fill:#fff;height:100%;width:100%}.more-channel-list li a p{font-size:14px;line-height:1;margin:.5rem 0 0}#more_channel_popup .gp-modal-container{width:840px}.more-channel-list li.check-loader a{opacity:.4}.premium-features svg{display:inline-block;margin-right:3px;vertical-align:text-bottom}.contact-form-field-open .contact-form-field-select svg{display:inline-block;height:16px;margin-right:8px;vertical-align:text-bottom;width:18px}#wpcontent:has(.widget-sticky-header){padding:0!important}@media only screen and (min-width:601px) and (max-width:782px){.widget-sticky-header{top:46px!important}}@media only screen and (min-width:783px){.widget-sticky-header{top:32px!important}}#toplevel_page_sticky-chat-widget .wp-menu-image img{display:inline-block}.ginger-sticky-buttons p{margin:0!important;padding:0!important}
  • sticky-chat-widget/trunk/dist/front/css/front.css

    r3269318 r3349742  
    1 @charset "UTF-8";.ginger-btn-shockwave:after,.ginger-btn-shockwave:before{border-radius:50%;bottom:0;content:"";left:0;position:absolute;right:0;top:0}@keyframes ginger-pulse{0%{box-shadow:0 0 0 0 rgba(0,0,0,.2)}30%,to{box-shadow:0 0 0 15px transparent}}.ginger-btn-pulse{animation:ginger-pulse 2s infinite}@keyframes ginger-spin{0%{transform:rotate(0)}5%{transform:rotate(-20deg)}25%,to{transform:rotate(1turn)}}.ginger-btn-spin{animation:ginger-spin 3s infinite}@keyframes ginger-zoom{0%{opacity:1;transform:scale(1)}5%{opacity:.75;transform:scale(.8)}20%{opacity:1;transform:scale(1.25)}30%,to{transform:scale(1)}}.ginger-btn-zoom{animation:ginger-zoom 2s infinite}@keyframes ginger-bounce{0%,20%,to{transform:translate(0)}15%,5%{transform:translateY(5px)}10%{transform:translateY(-25px)}}.ginger-btn-bounce{animation:ginger-bounce 3s infinite}@keyframes ginger-fade{0%,25%,to{opacity:1}5%{opacity:0}}.ginger-btn-fade{animation:ginger-fade 3s infinite}@keyframes ginger-glowing{0%,30%,to{box-shadow:0 0 -10px #00008b}20%{box-shadow:0 0 20px #00008b}}.ginger-btn-glowing{animation:ginger-glowing 3s infinite}.ginger-btn-shockwave{animation:shockwavejump 1s ease-out infinite}.ginger-btn-shockwave:after{animation:shockwave 1s ease-out .65s infinite}.ginger-btn-shockwave:before{animation:shockwave 1s ease-out .5s infinite}@keyframes shockwavejump{0%,to{transform:scale(1)}40%{transform:scale(1.08)}50%,60%{transform:scale(.98)}55%{transform:scale(1.02)}}@keyframes shockwave{0%{box-shadow:0 0 2px rgba(0,0,0,.15),inset 0 0 1px rgba(0,0,0,.15);transform:scale(1)}95%{box-shadow:0 0 50px transparent,inset 0 0 30px transparent}to{transform:scale(2.25)}}.ginger-btn-waggle{animation:waggle 2s ease-out 6s infinite forwards}@keyframes waggle{0%{transform:none}5%{transform:rotate(-20deg) scale(1.2)}10%{transform:rotate(25deg) scale(1.2)}13.75%{transform:rotate(-15deg) scale(1.2)}17.5%{transform:rotate(15deg) scale(1.2)}21.25%{transform:rotate(-12deg) scale(1.2)}22.5%{transform:rotate(0) scale(1.2)}30%{transform:rotate(0) scale(1)}}.exit-intent{background:#000;border-radius:50%;bottom:45px;height:0;position:fixed;right:45px;transition:.5s linear;width:0}.gsb-buttons .exit-intent:before{background:rgba(0,0,0,.8);content:"";display:block;height:100vh;left:0;position:fixed;top:0;transition:.75s ease-in-out;-webkit-transition:.75s ease-in-out;-moz-transition:.75s ease-in-out;visibility:hidden;width:100vw;z-index:100}.gsb-buttons .exit-intent.left-position:before{clip-path:circle(0 at 0 100%)}.gsb-buttons .exit-intent.right-position:before{clip-path:circle(0 at 100% 100%)}.gsb-buttons .exit-intent.active:before{clip-path:circle(100%);visibility:visible}.chat-button-icon.channel-instagram-base,.gsb-social-channel.channel-instagram-base{background:#fed975;background:-webkit-gradient(left bottom,right top,color-stop(0,#fed975),color-stop(26%,#fa7e1e),color-stop(50%,#d62977),color-stop(75%,#962fbf),color-stop(100%,#4f5ad5));background:linear-gradient(45deg,#fed975,#fa7e1e 26%,#d62977 50%,#962fbf 75%,#4f5ad5)}.ginger-btn-bounce+.gsb-pending-message,.ginger-btn-fade>.gsb-pending-message,.ginger-btn-none>.gsb-pending-message,.ginger-btn-pulse>.gsb-pending-message,.ginger-btn-shockwave+.gsb-pending-message,.ginger-btn-spin>.gsb-pending-message,.ginger-btn-waggle+.gsb-pending-message,.ginger-btn-zoom+.gsb-pending-message,.gsb-buttons{display:none}.gsb-buttons.active{display:block}.gsb-buttons,.gsb-buttons *,.gsb-buttons :after,.gsb-buttons :before{box-sizing:border-box}.gsb-buttons{bottom:25px;left:25px;position:fixed;z-index:999999}.gsb-buttons-content,.gsb-trigger{position:relative;z-index:12111}.gsb-buttons.left-side{left:25px}.gsb-buttons.right-side{left:auto;right:25px}.gsb-buttons .chat-button-link{border-radius:50%;color:#fff;display:block;height:54px;padding:10px;text-align:center;width:54px}.gsb-buttons .chat-button-link.has-image{padding:0;position:relative}.gsb-buttons .chat-button-link.has-image .chat-button-icon img{border-radius:25px;height:50px;left:0;line-height:50px;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:50px}.gsb-buttons .chat-button-link svg{fill:#fff}.gsb-buttons .chat-button,.gsb-buttons.single .gsb-trigger-contact,.gsb-buttons.single .gsb-trigger-wechat-popup,.gsb-buttons.single .gsb-trigger-whatsapp-popup{border-radius:50%;height:62px;padding:4px;width:62px}.gsb-trigger-button{display:block;position:relative}.gsb-buttons svg{display:inline-block;height:100%;vertical-align:top;width:100%}.gsb-buttons .chat-button-icon{border-radius:50%;display:block;height:34px;text-align:center;width:34px}.gsb-buttons .chat-button-icon img,.gsb-trigger .gsb-trigger-bottom,.gsb-trigger .gsb-trigger-top{border-radius:50%;height:54px;width:54px}.gsb-trigger{border-radius:50%;height:62px;padding:4px;width:62px}.gsb-trigger .gsb-trigger-top{left:0;opacity:1;position:absolute;top:0;visibility:visible;z-index:101}.gsb-buttons.open-buttons .gsb-trigger .gsb-trigger-top,.gsb-buttons.open-form .gsb-trigger .gsb-trigger-top,.gsb-buttons.open-wechat-popup .gsb-trigger .gsb-trigger-top,.gsb-buttons.open-whatsapp-popup .gsb-trigger .gsb-trigger-top,.gsb-buttons:not(.open-form) .gsb-trigger-contact,.gsb-buttons:not(.open-wechat-popup) .gsb-trigger-wechat-popup,.gsb-buttons:not(.open-whatsapp-popup) .gsb-trigger-whatsapp-popup,.gsb-trigger .gsb-trigger-bottom{opacity:0;pointer-events:none;visibility:hidden;z-index:100}.gsb-trigger .gsb-trigger-bottom,.gsb-trigger .gsb-trigger-contact,.gsb-trigger .gsb-trigger-wechat-popup,.gsb-trigger .gsb-trigger-whatsapp-popup{left:0;position:absolute;top:0;transition:.25s linear}.gsb-buttons .gsb-trigger .chat-button-icon,.gsb-buttons .gsb-trigger .gsb-trigger-contact,.gsb-buttons .gsb-trigger .gsb-trigger-wechat-popup,.gsb-buttons .gsb-trigger .gsb-trigger-whatsapp-popup{transition:.3s linear}.gsb-buttons.open-buttons .gsb-trigger .gsb-trigger-bottom{opacity:1;pointer-events:auto;visibility:visible;z-index:101}.gsb-buttons .gsb-trigger .gsb-trigger-bottom a .chat-button-icon,.gsb-buttons:not(.open-form) .gsb-trigger-contact a .chat-button-icon,.gsb-buttons:not(.open-wechat-popup) .gsb-trigger-wechat-popup a .chat-button-icon,.gsb-buttons:not(.open-whatsapp-popup) .gsb-trigger-whatsapp-popup a .chat-button-icon{transform:scale(.7) rotate(180deg)}.gsb-buttons.open-buttons .gsb-trigger .gsb-trigger-bottom a .chat-button-icon,.gsb-buttons.open-form .gsb-trigger-contact a .chat-button-icon,.gsb-buttons.open-wechat-popup .gsb-trigger-wechat-popup a .chat-button-icon,.gsb-buttons.open-whatsapp-popup .gsb-trigger-whatsapp-popup a .chat-button-icon{transform:scale(1) rotate(1turn)}.gsb-button-list.icon_view .chat-button{position:absolute;transform:scale(.25) rotate(-180deg)}.gsb-button-list.icon_view .chat-button,.gsb-button-list.list_view .chat-button{bottom:0;opacity:0;pointer-events:none;transition:all .2s linear;transition-delay:0s!important;visibility:hidden}.gsb-button-list.list_view .chat-button{position:relative}.gsb-buttons.open-buttons .gsb-button-list .chat-button{opacity:1;pointer-events:auto;visibility:visible}.gsb-pending-message{align-items:center;background:red;border-radius:50%;color:#fff;display:inline-flex;font-size:10px;height:auto;justify-content:center;line-height:1;min-height:16px;min-width:16px;padding:3px;position:absolute;right:-3%;text-align:center;top:-3%;width:auto;z-index:11}[data-scb][class*=cooltipz].cooltipz--bottom-left:before,[data-scb][class*=cooltipz].cooltipz--bottom-right:before,[data-scb][class*=cooltipz].cooltipz--bottom:before,[data-scb][class*=cooltipz].cooltipz--left:before,[data-scb][class*=cooltipz].cooltipz--right:before,[data-scb][class*=cooltipz].cooltipz--top-left:before,[data-scb][class*=cooltipz].cooltipz--top-right:before,[data-scb][class*=cooltipz].cooltipz--top:before,[data-scb][class*=cooltipz][data-tooltip-dir=bottom-left]:before,[data-scb][class*=cooltipz][data-tooltip-dir=bottom-right]:before,[data-scb][class*=cooltipz][data-tooltip-dir=bottom]:before,[data-scb][class*=cooltipz][data-tooltip-dir=left]:before,[data-scb][class*=cooltipz][data-tooltip-dir=right]:before,[data-scb][class*=cooltipz][data-tooltip-dir=top-left]:before,[data-scb][class*=cooltipz][data-tooltip-dir=top-right]:before,[data-scb][class*=cooltipz][data-tooltip-dir=top]:before,[data-scb][data-tooltip-dir].cooltipz--bottom-left:before,[data-scb][data-tooltip-dir].cooltipz--bottom-right:before,[data-scb][data-tooltip-dir].cooltipz--bottom:before,[data-scb][data-tooltip-dir].cooltipz--left:before,[data-scb][data-tooltip-dir].cooltipz--right:before,[data-scb][data-tooltip-dir].cooltipz--top-left:before,[data-scb][data-tooltip-dir].cooltipz--top-right:before,[data-scb][data-tooltip-dir].cooltipz--top:before,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom-left]:before,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom-right]:before,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom]:before,[data-scb][data-tooltip-dir][data-tooltip-dir=left]:before,[data-scb][data-tooltip-dir][data-tooltip-dir=right]:before,[data-scb][data-tooltip-dir][data-tooltip-dir=top-left]:before,[data-scb][data-tooltip-dir][data-tooltip-dir=top-right]:before,[data-scb][data-tooltip-dir][data-tooltip-dir=top]:before{border:5px solid transparent;height:0;width:0}[data-scb][class*=cooltipz].cooltipz--top-left:before,[data-scb][class*=cooltipz].cooltipz--top-right:before,[data-scb][class*=cooltipz].cooltipz--top:before,[data-scb][class*=cooltipz][data-tooltip-dir=top-left]:before,[data-scb][class*=cooltipz][data-tooltip-dir=top-right]:before,[data-scb][class*=cooltipz][data-tooltip-dir=top]:before,[data-scb][data-tooltip-dir].cooltipz--top-left:before,[data-scb][data-tooltip-dir].cooltipz--top-right:before,[data-scb][data-tooltip-dir].cooltipz--top:before,[data-scb][data-tooltip-dir][data-tooltip-dir=top-left]:before,[data-scb][data-tooltip-dir][data-tooltip-dir=top-right]:before,[data-scb][data-tooltip-dir][data-tooltip-dir=top]:before{border-top-color:#fff}[data-scb][class*=cooltipz].cooltipz--bottom-left:before,[data-scb][class*=cooltipz].cooltipz--bottom-right:before,[data-scb][class*=cooltipz].cooltipz--bottom:before,[data-scb][class*=cooltipz][data-tooltip-dir=bottom-left]:before,[data-scb][class*=cooltipz][data-tooltip-dir=bottom-right]:before,[data-scb][class*=cooltipz][data-tooltip-dir=bottom]:before,[data-scb][data-tooltip-dir].cooltipz--bottom-left:before,[data-scb][data-tooltip-dir].cooltipz--bottom-right:before,[data-scb][data-tooltip-dir].cooltipz--bottom:before,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom-left]:before,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom-right]:before,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom]:before{border-bottom-color:#fff}[data-scb][class*=cooltipz].cooltipz--right:before,[data-scb][class*=cooltipz][data-tooltip-dir=right]:before,[data-scb][data-tooltip-dir].cooltipz--right:before,[data-scb][data-tooltip-dir][data-tooltip-dir=right]:before{border-right-color:#fff}[data-scb][class*=cooltipz].cooltipz--left:before,[data-scb][class*=cooltipz][data-tooltip-dir=left]:before,[data-scb][data-tooltip-dir].cooltipz--left:before,[data-scb][data-tooltip-dir][data-tooltip-dir=left]:before{border-left-color:#fff}[data-scb][class*=cooltipz].cooltipz--fit:after,[data-scb][class*=cooltipz].cooltipz--large:after,[data-scb][class*=cooltipz].cooltipz--medium:after,[data-scb][class*=cooltipz].cooltipz--small:after,[data-scb][class*=cooltipz][data-cooltipz-size=fit]:after,[data-scb][class*=cooltipz][data-cooltipz-size=large]:after,[data-scb][class*=cooltipz][data-cooltipz-size=medium]:after,[data-scb][class*=cooltipz][data-cooltipz-size=small]:after,[data-scb][data-tooltip-dir].cooltipz--fit:after,[data-scb][data-tooltip-dir].cooltipz--large:after,[data-scb][data-tooltip-dir].cooltipz--medium:after,[data-scb][data-tooltip-dir].cooltipz--small:after,[data-scb][data-tooltip-dir][data-cooltipz-size=fit]:after,[data-scb][data-tooltip-dir][data-cooltipz-size=large]:after,[data-scb][data-tooltip-dir][data-cooltipz-size=medium]:after,[data-scb][data-tooltip-dir][data-cooltipz-size=small]:after{word-wrap:break-word;white-space:normal}[data-scb][class*=cooltipz],[data-scb][data-tooltip-dir]{cursor:var(--cooltipz-cursor,pointer);position:relative}[data-scb][class*=cooltipz]:after,[data-scb][data-tooltip-dir]:after{background-color:#fff;border:var(--cooltipz-border-width,0) var(--cooltipz-border-style,solid) var(--cooltipz-border-color,#1f1f1f);border-radius:8px;-webkit-box-shadow:0 1.9px 7.8px rgba(0,0,0,.3);box-shadow:0 0 10px rgba(0,0,0,.2);color:#fff;content:attr(data-scb);font-size:16px;font-style:normal;font-weight:400;line-height:20px;max-width:225px;overflow:hidden;padding:6px 15px;text-align:center;text-indent:0;text-overflow:ellipsis;text-shadow:none;transition:all .1s ease-in-out;white-space:pre;z-index:10}.gsb-buttons.single [data-scb][class*=cooltipz]:hover:after,.gsb-buttons.single [data-scb][data-tooltip-dir]:hover:after{content:attr(data-hover-scb)}.gsb-buttons.single [data-scb][class*=cooltipz]:hover:before,.gsb-buttons.single [data-scb][data-tooltip-dir]:hover:before{content:""}[data-scb][class*=cooltipz]:before,[data-scb][data-tooltip-dir]:before{content:"";z-index:11}[data-scb=""][class*=cooltipz]:after,[data-scb=""][class*=cooltipz]:before,[data-scb=""][data-tooltip-dir]:after,[data-scb=""][data-tooltip-dir]:before{content:none}[data-scb][class*=cooltipz]:after,[data-scb][class*=cooltipz]:before,[data-scb][data-tooltip-dir]:after,[data-scb][data-tooltip-dir]:before{box-sizing:border-box;opacity:0;pointer-events:none;position:absolute;transition:all var(--cooltipz-timing,.12s) ease-out var(--cooltipz-timing,.12s);transition-delay:var(--cooltipz-delay-hide,.1s)}.has-no-tooltip-animation [data-scb][class*=cooltipz]:after,.has-no-tooltip-animation [data-scb][class*=cooltipz]:before,.has-no-tooltip-animation [data-scb][data-tooltip-dir]:after,.has-no-tooltip-animation [data-scb][data-tooltip-dir]:before{transition:none}@media (prefers-reduced-motion:reduce){[data-scb][class*=cooltipz]:after,[data-scb][class*=cooltipz]:before,[data-scb][data-tooltip-dir]:after,[data-scb][data-tooltip-dir]:before{transition:none}}[data-scb][class*=cooltipz].cooltipz--visible:after,[data-scb][class*=cooltipz].cooltipz--visible:before,[data-scb][class*=cooltipz]:focus:after,[data-scb][class*=cooltipz]:focus:before,[data-scb][class*=cooltipz]:hover:after,[data-scb][class*=cooltipz]:hover:before,[data-scb][class*=cooltipz][data-cooltipz-visible]:after,[data-scb][class*=cooltipz][data-cooltipz-visible]:before,[data-scb][data-tooltip-dir].cooltipz--visible:after,[data-scb][data-tooltip-dir].cooltipz--visible:before,[data-scb][data-tooltip-dir]:hover:after,[data-scb][data-tooltip-dir]:hover:before,[data-scb][data-tooltip-dir][data-cooltipz-visible]:after,[data-scb][data-tooltip-dir][data-cooltipz-visible]:before{opacity:100%;transition-delay:var(--cooltipz-delay-show,0s)}[data-scb][class*=cooltipz].cooltipz--top:after,[data-scb][class*=cooltipz].cooltipz--top:before,[data-scb][class*=cooltipz][data-tooltip-dir=top]:after,[data-scb][class*=cooltipz][data-tooltip-dir=top]:before,[data-scb][data-tooltip-dir].cooltipz--top:after,[data-scb][data-tooltip-dir].cooltipz--top:before,[data-scb][data-tooltip-dir][data-tooltip-dir=top]:after,[data-scb][data-tooltip-dir][data-tooltip-dir=top]:before{bottom:calc(100% - 2.5px);left:50%;transform:translate(-50%,var(--cooltipz-slide,6px));transform-origin:top}[data-scb][class*=cooltipz].cooltipz--bottom.cooltipz--visible:after,[data-scb][class*=cooltipz].cooltipz--bottom.cooltipz--visible:before,[data-scb][class*=cooltipz].cooltipz--bottom:focus:after,[data-scb][class*=cooltipz].cooltipz--bottom:focus:before,[data-scb][class*=cooltipz].cooltipz--bottom:hover:after,[data-scb][class*=cooltipz].cooltipz--bottom:hover:before,[data-scb][class*=cooltipz].cooltipz--bottom[data-cooltipz-visible]:after,[data-scb][class*=cooltipz].cooltipz--bottom[data-cooltipz-visible]:before,[data-scb][class*=cooltipz].cooltipz--top.cooltipz--visible:after,[data-scb][class*=cooltipz].cooltipz--top.cooltipz--visible:before,[data-scb][class*=cooltipz].cooltipz--top:focus:after,[data-scb][class*=cooltipz].cooltipz--top:focus:before,[data-scb][class*=cooltipz].cooltipz--top:hover:after,[data-scb][class*=cooltipz].cooltipz--top:hover:before,[data-scb][class*=cooltipz].cooltipz--top[data-cooltipz-visible]:after,[data-scb][class*=cooltipz].cooltipz--top[data-cooltipz-visible]:before,[data-scb][class*=cooltipz][data-tooltip-dir=bottom].cooltipz--visible:after,[data-scb][class*=cooltipz][data-tooltip-dir=bottom].cooltipz--visible:before,[data-scb][class*=cooltipz][data-tooltip-dir=bottom]:focus:after,[data-scb][class*=cooltipz][data-tooltip-dir=bottom]:focus:before,[data-scb][class*=cooltipz][data-tooltip-dir=bottom]:hover:after,[data-scb][class*=cooltipz][data-tooltip-dir=bottom]:hover:before,[data-scb][class*=cooltipz][data-tooltip-dir=bottom][data-cooltipz-visible]:after,[data-scb][class*=cooltipz][data-tooltip-dir=bottom][data-cooltipz-visible]:before,[data-scb][class*=cooltipz][data-tooltip-dir=top].cooltipz--visible:after,[data-scb][class*=cooltipz][data-tooltip-dir=top].cooltipz--visible:before,[data-scb][class*=cooltipz][data-tooltip-dir=top]:focus:after,[data-scb][class*=cooltipz][data-tooltip-dir=top]:focus:before,[data-scb][class*=cooltipz][data-tooltip-dir=top]:hover:after,[data-scb][class*=cooltipz][data-tooltip-dir=top]:hover:before,[data-scb][class*=cooltipz][data-tooltip-dir=top][data-cooltipz-visible]:after,[data-scb][class*=cooltipz][data-tooltip-dir=top][data-cooltipz-visible]:before,[data-scb][data-tooltip-dir].cooltipz--bottom.cooltipz--visible:after,[data-scb][data-tooltip-dir].cooltipz--bottom.cooltipz--visible:before,[data-scb][data-tooltip-dir].cooltipz--bottom:focus:after,[data-scb][data-tooltip-dir].cooltipz--bottom:focus:before,[data-scb][data-tooltip-dir].cooltipz--bottom:hover:after,[data-scb][data-tooltip-dir].cooltipz--bottom:hover:before,[data-scb][data-tooltip-dir].cooltipz--bottom[data-cooltipz-visible]:after,[data-scb][data-tooltip-dir].cooltipz--bottom[data-cooltipz-visible]:before,[data-scb][data-tooltip-dir].cooltipz--top.cooltipz--visible:after,[data-scb][data-tooltip-dir].cooltipz--top.cooltipz--visible:before,[data-scb][data-tooltip-dir].cooltipz--top:focus:after,[data-scb][data-tooltip-dir].cooltipz--top:focus:before,[data-scb][data-tooltip-dir].cooltipz--top:hover:after,[data-scb][data-tooltip-dir].cooltipz--top:hover:before,[data-scb][data-tooltip-dir].cooltipz--top[data-cooltipz-visible]:after,[data-scb][data-tooltip-dir].cooltipz--top[data-cooltipz-visible]:before,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom].cooltipz--visible:after,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom].cooltipz--visible:before,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom]:focus:after,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom]:focus:before,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom]:hover:after,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom]:hover:before,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom][data-cooltipz-visible]:after,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom][data-cooltipz-visible]:before,[data-scb][data-tooltip-dir][data-tooltip-dir=top].cooltipz--visible:after,[data-scb][data-tooltip-dir][data-tooltip-dir=top].cooltipz--visible:before,[data-scb][data-tooltip-dir][data-tooltip-dir=top]:focus:after,[data-scb][data-tooltip-dir][data-tooltip-dir=top]:focus:before,[data-scb][data-tooltip-dir][data-tooltip-dir=top]:hover:after,[data-scb][data-tooltip-dir][data-tooltip-dir=top]:hover:before,[data-scb][data-tooltip-dir][data-tooltip-dir=top][data-cooltipz-visible]:after,[data-scb][data-tooltip-dir][data-tooltip-dir=top][data-cooltipz-visible]:before{transform:translate(-50%)}[data-scb][class*=cooltipz].cooltipz--top-left:after,[data-scb][class*=cooltipz][data-tooltip-dir=top-left]:after,[data-scb][data-tooltip-dir].cooltipz--top-left:after,[data-scb][data-tooltip-dir][data-tooltip-dir=top-left]:after{left:0;margin-bottom:10px}[data-scb][class*=cooltipz].cooltipz--bottom-left:before,[data-scb][class*=cooltipz].cooltipz--top-left:before,[data-scb][class*=cooltipz][data-tooltip-dir=bottom-left]:before,[data-scb][class*=cooltipz][data-tooltip-dir=top-left]:before,[data-scb][data-tooltip-dir].cooltipz--bottom-left:before,[data-scb][data-tooltip-dir].cooltipz--top-left:before,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom-left]:before,[data-scb][data-tooltip-dir][data-tooltip-dir=top-left]:before{left:2.5px}[data-scb][class*=cooltipz].cooltipz--top-left:after,[data-scb][class*=cooltipz].cooltipz--top-left:before,[data-scb][class*=cooltipz].cooltipz--top-right:after,[data-scb][class*=cooltipz].cooltipz--top-right:before,[data-scb][class*=cooltipz][data-tooltip-dir=top-left]:after,[data-scb][class*=cooltipz][data-tooltip-dir=top-left]:before,[data-scb][class*=cooltipz][data-tooltip-dir=top-right]:after,[data-scb][class*=cooltipz][data-tooltip-dir=top-right]:before,[data-scb][data-tooltip-dir].cooltipz--top-left:after,[data-scb][data-tooltip-dir].cooltipz--top-left:before,[data-scb][data-tooltip-dir].cooltipz--top-right:after,[data-scb][data-tooltip-dir].cooltipz--top-right:before,[data-scb][data-tooltip-dir][data-tooltip-dir=top-left]:after,[data-scb][data-tooltip-dir][data-tooltip-dir=top-left]:before,[data-scb][data-tooltip-dir][data-tooltip-dir=top-right]:after,[data-scb][data-tooltip-dir][data-tooltip-dir=top-right]:before{bottom:calc(100% - 2.5px);transform:translateY(var(--cooltipz-slide,6px));transform-origin:top}[data-scb][class*=cooltipz].cooltipz--bottom-left.cooltipz--visible:after,[data-scb][class*=cooltipz].cooltipz--bottom-left.cooltipz--visible:before,[data-scb][class*=cooltipz].cooltipz--bottom-left:focus:after,[data-scb][class*=cooltipz].cooltipz--bottom-left:focus:before,[data-scb][class*=cooltipz].cooltipz--bottom-left:hover:after,[data-scb][class*=cooltipz].cooltipz--bottom-left:hover:before,[data-scb][class*=cooltipz].cooltipz--bottom-left[data-cooltipz-visible]:after,[data-scb][class*=cooltipz].cooltipz--bottom-left[data-cooltipz-visible]:before,[data-scb][class*=cooltipz].cooltipz--bottom-right.cooltipz--visible:after,[data-scb][class*=cooltipz].cooltipz--bottom-right.cooltipz--visible:before,[data-scb][class*=cooltipz].cooltipz--bottom-right:focus:after,[data-scb][class*=cooltipz].cooltipz--bottom-right:focus:before,[data-scb][class*=cooltipz].cooltipz--bottom-right:hover:after,[data-scb][class*=cooltipz].cooltipz--bottom-right:hover:before,[data-scb][class*=cooltipz].cooltipz--bottom-right[data-cooltipz-visible]:after,[data-scb][class*=cooltipz].cooltipz--bottom-right[data-cooltipz-visible]:before,[data-scb][class*=cooltipz].cooltipz--top-left.cooltipz--visible:after,[data-scb][class*=cooltipz].cooltipz--top-left.cooltipz--visible:before,[data-scb][class*=cooltipz].cooltipz--top-left:focus:after,[data-scb][class*=cooltipz].cooltipz--top-left:focus:before,[data-scb][class*=cooltipz].cooltipz--top-left:hover:after,[data-scb][class*=cooltipz].cooltipz--top-left:hover:before,[data-scb][class*=cooltipz].cooltipz--top-left[data-cooltipz-visible]:after,[data-scb][class*=cooltipz].cooltipz--top-left[data-cooltipz-visible]:before,[data-scb][class*=cooltipz].cooltipz--top-right.cooltipz--visible:after,[data-scb][class*=cooltipz].cooltipz--top-right.cooltipz--visible:before,[data-scb][class*=cooltipz].cooltipz--top-right:focus:after,[data-scb][class*=cooltipz].cooltipz--top-right:focus:before,[data-scb][class*=cooltipz].cooltipz--top-right:hover:after,[data-scb][class*=cooltipz].cooltipz--top-right:hover:before,[data-scb][class*=cooltipz].cooltipz--top-right[data-cooltipz-visible]:after,[data-scb][class*=cooltipz].cooltipz--top-right[data-cooltipz-visible]:before,[data-scb][class*=cooltipz][data-tooltip-dir=bottom-left].cooltipz--visible:after,[data-scb][class*=cooltipz][data-tooltip-dir=bottom-left].cooltipz--visible:before,[data-scb][class*=cooltipz][data-tooltip-dir=bottom-left]:focus:after,[data-scb][class*=cooltipz][data-tooltip-dir=bottom-left]:focus:before,[data-scb][class*=cooltipz][data-tooltip-dir=bottom-left]:hover:after,[data-scb][class*=cooltipz][data-tooltip-dir=bottom-left]:hover:before,[data-scb][class*=cooltipz][data-tooltip-dir=bottom-left][data-cooltipz-visible]:after,[data-scb][class*=cooltipz][data-tooltip-dir=bottom-left][data-cooltipz-visible]:before,[data-scb][class*=cooltipz][data-tooltip-dir=bottom-right].cooltipz--visible:after,[data-scb][class*=cooltipz][data-tooltip-dir=bottom-right].cooltipz--visible:before,[data-scb][class*=cooltipz][data-tooltip-dir=bottom-right]:focus:after,[data-scb][class*=cooltipz][data-tooltip-dir=bottom-right]:focus:before,[data-scb][class*=cooltipz][data-tooltip-dir=bottom-right]:hover:after,[data-scb][class*=cooltipz][data-tooltip-dir=bottom-right]:hover:before,[data-scb][class*=cooltipz][data-tooltip-dir=bottom-right][data-cooltipz-visible]:after,[data-scb][class*=cooltipz][data-tooltip-dir=bottom-right][data-cooltipz-visible]:before,[data-scb][class*=cooltipz][data-tooltip-dir=top-left].cooltipz--visible:after,[data-scb][class*=cooltipz][data-tooltip-dir=top-left].cooltipz--visible:before,[data-scb][class*=cooltipz][data-tooltip-dir=top-left]:focus:after,[data-scb][class*=cooltipz][data-tooltip-dir=top-left]:focus:before,[data-scb][class*=cooltipz][data-tooltip-dir=top-left]:hover:after,[data-scb][class*=cooltipz][data-tooltip-dir=top-left]:hover:before,[data-scb][class*=cooltipz][data-tooltip-dir=top-left][data-cooltipz-visible]:after,[data-scb][class*=cooltipz][data-tooltip-dir=top-left][data-cooltipz-visible]:before,[data-scb][class*=cooltipz][data-tooltip-dir=top-right].cooltipz--visible:after,[data-scb][class*=cooltipz][data-tooltip-dir=top-right].cooltipz--visible:before,[data-scb][class*=cooltipz][data-tooltip-dir=top-right]:focus:after,[data-scb][class*=cooltipz][data-tooltip-dir=top-right]:focus:before,[data-scb][class*=cooltipz][data-tooltip-dir=top-right]:hover:after,[data-scb][class*=cooltipz][data-tooltip-dir=top-right]:hover:before,[data-scb][class*=cooltipz][data-tooltip-dir=top-right][data-cooltipz-visible]:after,[data-scb][class*=cooltipz][data-tooltip-dir=top-right][data-cooltipz-visible]:before,[data-scb][data-tooltip-dir].cooltipz--bottom-left.cooltipz--visible:after,[data-scb][data-tooltip-dir].cooltipz--bottom-left.cooltipz--visible:before,[data-scb][data-tooltip-dir].cooltipz--bottom-left:focus:after,[data-scb][data-tooltip-dir].cooltipz--bottom-left:focus:before,[data-scb][data-tooltip-dir].cooltipz--bottom-left:hover:after,[data-scb][data-tooltip-dir].cooltipz--bottom-left:hover:before,[data-scb][data-tooltip-dir].cooltipz--bottom-left[data-cooltipz-visible]:after,[data-scb][data-tooltip-dir].cooltipz--bottom-left[data-cooltipz-visible]:before,[data-scb][data-tooltip-dir].cooltipz--bottom-right.cooltipz--visible:after,[data-scb][data-tooltip-dir].cooltipz--bottom-right.cooltipz--visible:before,[data-scb][data-tooltip-dir].cooltipz--bottom-right:focus:after,[data-scb][data-tooltip-dir].cooltipz--bottom-right:focus:before,[data-scb][data-tooltip-dir].cooltipz--bottom-right:hover:after,[data-scb][data-tooltip-dir].cooltipz--bottom-right:hover:before,[data-scb][data-tooltip-dir].cooltipz--bottom-right[data-cooltipz-visible]:after,[data-scb][data-tooltip-dir].cooltipz--bottom-right[data-cooltipz-visible]:before,[data-scb][data-tooltip-dir].cooltipz--top-left.cooltipz--visible:after,[data-scb][data-tooltip-dir].cooltipz--top-left.cooltipz--visible:before,[data-scb][data-tooltip-dir].cooltipz--top-left:focus:after,[data-scb][data-tooltip-dir].cooltipz--top-left:focus:before,[data-scb][data-tooltip-dir].cooltipz--top-left:hover:after,[data-scb][data-tooltip-dir].cooltipz--top-left:hover:before,[data-scb][data-tooltip-dir].cooltipz--top-left[data-cooltipz-visible]:after,[data-scb][data-tooltip-dir].cooltipz--top-left[data-cooltipz-visible]:before,[data-scb][data-tooltip-dir].cooltipz--top-right.cooltipz--visible:after,[data-scb][data-tooltip-dir].cooltipz--top-right.cooltipz--visible:before,[data-scb][data-tooltip-dir].cooltipz--top-right:focus:after,[data-scb][data-tooltip-dir].cooltipz--top-right:focus:before,[data-scb][data-tooltip-dir].cooltipz--top-right:hover:after,[data-scb][data-tooltip-dir].cooltipz--top-right:hover:before,[data-scb][data-tooltip-dir].cooltipz--top-right[data-cooltipz-visible]:after,[data-scb][data-tooltip-dir].cooltipz--top-right[data-cooltipz-visible]:before,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom-left].cooltipz--visible:after,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom-left].cooltipz--visible:before,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom-left]:focus:after,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom-left]:focus:before,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom-left]:hover:after,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom-left]:hover:before,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom-left][data-cooltipz-visible]:after,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom-left][data-cooltipz-visible]:before,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom-right].cooltipz--visible:after,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom-right].cooltipz--visible:before,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom-right]:focus:after,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom-right]:focus:before,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom-right]:hover:after,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom-right]:hover:before,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom-right][data-cooltipz-visible]:after,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom-right][data-cooltipz-visible]:before,[data-scb][data-tooltip-dir][data-tooltip-dir=top-left].cooltipz--visible:after,[data-scb][data-tooltip-dir][data-tooltip-dir=top-left].cooltipz--visible:before,[data-scb][data-tooltip-dir][data-tooltip-dir=top-left]:focus:after,[data-scb][data-tooltip-dir][data-tooltip-dir=top-left]:focus:before,[data-scb][data-tooltip-dir][data-tooltip-dir=top-left]:hover:after,[data-scb][data-tooltip-dir][data-tooltip-dir=top-left]:hover:before,[data-scb][data-tooltip-dir][data-tooltip-dir=top-left][data-cooltipz-visible]:after,[data-scb][data-tooltip-dir][data-tooltip-dir=top-left][data-cooltipz-visible]:before,[data-scb][data-tooltip-dir][data-tooltip-dir=top-right].cooltipz--visible:after,[data-scb][data-tooltip-dir][data-tooltip-dir=top-right].cooltipz--visible:before,[data-scb][data-tooltip-dir][data-tooltip-dir=top-right]:focus:after,[data-scb][data-tooltip-dir][data-tooltip-dir=top-right]:focus:before,[data-scb][data-tooltip-dir][data-tooltip-dir=top-right]:hover:after,[data-scb][data-tooltip-dir][data-tooltip-dir=top-right]:hover:before,[data-scb][data-tooltip-dir][data-tooltip-dir=top-right][data-cooltipz-visible]:after,[data-scb][data-tooltip-dir][data-tooltip-dir=top-right][data-cooltipz-visible]:before{transform:translate(0)}[data-scb][class*=cooltipz].cooltipz--top-right:after,[data-scb][class*=cooltipz][data-tooltip-dir=top-right]:after,[data-scb][data-tooltip-dir].cooltipz--top-right:after,[data-scb][data-tooltip-dir][data-tooltip-dir=top-right]:after{margin-bottom:10px;right:0}[data-scb][class*=cooltipz].cooltipz--bottom-right:before,[data-scb][class*=cooltipz].cooltipz--top-right:before,[data-scb][class*=cooltipz][data-tooltip-dir=bottom-right]:before,[data-scb][class*=cooltipz][data-tooltip-dir=top-right]:before,[data-scb][data-tooltip-dir].cooltipz--bottom-right:before,[data-scb][data-tooltip-dir].cooltipz--top-right:before,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom-right]:before,[data-scb][data-tooltip-dir][data-tooltip-dir=top-right]:before{right:2.5px}[data-scb][class*=cooltipz].cooltipz--bottom:after,[data-scb][class*=cooltipz][data-tooltip-dir=bottom]:after,[data-scb][data-tooltip-dir].cooltipz--bottom:after,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom]:after{margin-top:10px}[data-scb][class*=cooltipz].cooltipz--bottom:after,[data-scb][class*=cooltipz].cooltipz--bottom:before,[data-scb][class*=cooltipz][data-tooltip-dir=bottom]:after,[data-scb][class*=cooltipz][data-tooltip-dir=bottom]:before,[data-scb][data-tooltip-dir].cooltipz--bottom:after,[data-scb][data-tooltip-dir].cooltipz--bottom:before,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom]:after,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom]:before{left:50%;top:calc(100% - 2.5px);transform:translate(-50%,calc(var(--cooltipz-slide, 6px)*-1));transform-origin:bottom}[data-scb][class*=cooltipz].cooltipz--bottom-left:after,[data-scb][class*=cooltipz][data-tooltip-dir=bottom-left]:after,[data-scb][data-tooltip-dir].cooltipz--bottom-left:after,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom-left]:after{left:0;margin-top:10px}[data-scb][class*=cooltipz].cooltipz--bottom-left:after,[data-scb][class*=cooltipz].cooltipz--bottom-left:before,[data-scb][class*=cooltipz].cooltipz--bottom-right:after,[data-scb][class*=cooltipz].cooltipz--bottom-right:before,[data-scb][class*=cooltipz][data-tooltip-dir=bottom-left]:after,[data-scb][class*=cooltipz][data-tooltip-dir=bottom-left]:before,[data-scb][class*=cooltipz][data-tooltip-dir=bottom-right]:after,[data-scb][class*=cooltipz][data-tooltip-dir=bottom-right]:before,[data-scb][data-tooltip-dir].cooltipz--bottom-left:after,[data-scb][data-tooltip-dir].cooltipz--bottom-left:before,[data-scb][data-tooltip-dir].cooltipz--bottom-right:after,[data-scb][data-tooltip-dir].cooltipz--bottom-right:before,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom-left]:after,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom-left]:before,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom-right]:after,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom-right]:before{top:calc(100% - 2.5px);transform:translateY(calc(var(--cooltipz-slide, 6px)*-1));transform-origin:bottom}[data-scb][class*=cooltipz].cooltipz--bottom-right:after,[data-scb][class*=cooltipz][data-tooltip-dir=bottom-right]:after,[data-scb][data-tooltip-dir].cooltipz--bottom-right:after,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom-right]:after{margin-top:10px;right:0}[data-scb][class*=cooltipz].cooltipz--left:after,[data-scb][class*=cooltipz].cooltipz--left:before,[data-scb][class*=cooltipz][data-tooltip-dir=left]:after,[data-scb][class*=cooltipz][data-tooltip-dir=left]:before,[data-scb][data-tooltip-dir].cooltipz--left:after,[data-scb][data-tooltip-dir].cooltipz--left:before,[data-scb][data-tooltip-dir][data-tooltip-dir=left]:after,[data-scb][data-tooltip-dir][data-tooltip-dir=left]:before{right:calc(100% + 7px);top:50%;transform:translate(var(--cooltipz-slide,6px),-50%);transform-origin:left}[data-scb][class*=cooltipz].cooltipz--right:after,[data-scb][class*=cooltipz].cooltipz--right:before,[data-scb][class*=cooltipz][data-tooltip-dir=right]:after,[data-scb][class*=cooltipz][data-tooltip-dir=right]:before,[data-scb][data-tooltip-dir].cooltipz--right:after,[data-scb][data-tooltip-dir].cooltipz--right:before,[data-scb][data-tooltip-dir][data-tooltip-dir=right]:after,[data-scb][data-tooltip-dir][data-tooltip-dir=right]:before{left:calc(100% + 7px);top:50%;transform:translate(calc(var(--cooltipz-slide, 6px)*-1),-50%);transform-origin:right}[data-scb][class*=cooltipz].cooltipz--fit:after,[data-scb][class*=cooltipz][data-cooltipz-size=fit]:after,[data-scb][data-tooltip-dir].cooltipz--fit:after,[data-scb][data-tooltip-dir][data-cooltipz-size=fit]:after{width:100%}[data-scb][class*=cooltipz].cooltipz--small:after,[data-scb][class*=cooltipz][data-cooltipz-size=small]:after,[data-scb][data-tooltip-dir].cooltipz--small:after,[data-scb][data-tooltip-dir][data-cooltipz-size=small]:after{width:var(--cooltipz-small,6.25rem)}[data-scb][class*=cooltipz].cooltipz--medium:after,[data-scb][class*=cooltipz][data-cooltipz-size=medium]:after,[data-scb][data-tooltip-dir].cooltipz--medium:after,[data-scb][data-tooltip-dir][data-cooltipz-size=medium]:after{width:var(--cooltipz-medium,12.5rem)}[data-scb][class*=cooltipz].cooltipz--large:after,[data-scb][class*=cooltipz][data-cooltipz-size=large]:after,[data-scb][data-tooltip-dir].cooltipz--large:after,[data-scb][data-tooltip-dir][data-cooltipz-size=large]:after{width:var(--cooltipz-large,18.75rem)}[data-scb][class*=cooltipz].cooltipz--static:after,[data-scb][class*=cooltipz].cooltipz--static:before,[data-scb][class*=cooltipz][data-cooltipz-static]:after,[data-scb][class*=cooltipz][data-cooltipz-static]:before,[data-scb][data-tooltip-dir].cooltipz--static:after,[data-scb][data-tooltip-dir].cooltipz--static:before,[data-scb][data-tooltip-dir][data-cooltipz-static]:after,[data-scb][data-tooltip-dir][data-cooltipz-static]:before{transition:none}.gsb-buttons.has-no-close-button:not(.single) .gsb-trigger{display:none!important}.gsb-buttons.has-shadow .gsb-button-list .chat-button a,.gsb-buttons.has-shadow .gsb-trigger-button .chat-button a,.gsb-buttons.has-shadow .gsb-trigger-button a{box-shadow:0 0 12px rgba(0,0,0,.2);-webkit-box-shadow:0 0 12px rgba(0,0,0,.2)}.gsb-buttons.has-shadow .gsb-button-list .chat-button a:hover,.gsb-buttons.has-shadow .gsb-trigger-button .chat-button a:hover,.gsb-buttons.has-shadow .gsb-trigger-button a:hover{box-shadow:0 0 12px rgba(0,0,0,.3);-webkit-box-shadow:0 0 12px rgba(0,0,0,.3)}.gsb-buttons .sr-only{clip:rect(0,0,0,0)!important;border:0!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important}.has-no-animation .chat-button{transition:none!important}.scw-contact-form{animation-delay:-2s;-webkit-animation-delay:-2s;position:absolute;transition:.5s;-webkit-transition:.5s;width:320px}.gsb-buttons.right-side .scw-contact-form,.gsb-buttons.right-side .wechat-popup,.gsb-buttons.right-side .whatsapp-popup{right:0}.gsb-buttons.left-side .scw-contact-form,.gsb-buttons.left-side .wechat-popup,.gsb-buttons.left-side .whatsapp-popup{left:0}.gsb-buttons .wechat-popup,.gsb-buttons .whatsapp-popup,.gsb-buttons:not(.open-form) .scw-contact-form{bottom:0;opacity:0;visibility:hidden}.gsb-buttons.open-form .scw-contact-form,.gsb-buttons.open-wechat-popup .wechat-popup.active,.gsb-buttons.open-whatsapp-popup .whatsapp-popup.active{opacity:1;transform:translateY(-5px);visibility:visible}.scw-form-container{background:#fff;border-radius:6px;box-shadow:0 5px 40px rgba(0,0,0,.16);-webkit-box-shadow:0 5px 40px rgba(0,0,0,.16);-moz-box-shadow:0 5px 40px rgba(0,0,0,.16);position:relative;-moz-transition:.5s linear}.scw-form-close{cursor:pointer;display:inline-block;position:absolute;right:7px;top:7px}.scw-form-close span{display:block;margin:5px 0}.scw-form-title{border-bottom:1px solid #acacac;font-size:18px;line-height:1.2;padding:10px 25px 10px 15px;text-align:left}.scw-form-body{max-height:calc(100vh - 230px);overflow-y:auto;padding:15px 15px 0}.scw-form-field+.scw-form-field{margin-top:12px}.scw-form-field label{display:block;font-size:14px;font-weight:600;line-height:14px;margin-bottom:3px}.scw-form-field label span{color:red}.scw-form-field input{height:32px!important;line-height:32px!important;margin:0!important;padding:0 10px!important}.scw-form-field input,.scw-form-field textarea{background-color:#fff!important;border:1px solid #d7d7d7!important;border-radius:4px!important;color:#1c2733!important;font-size:14px!important;outline:none!important;transition:all .5s ease-in-out;width:100%}.scw-form-field textarea{display:block;height:60px;line-height:19px!important;margin-top:5px;max-width:100%;padding:5px 10px!important}.error-msg,.error-msg-valid{color:red;display:block;font-size:12px}.scw-form-field:not(.has-error) .error-msg,.scw-form-field:not(.has-error-valid) .error-msg-valid{display:none}.scw-form-field.has-error input,.scw-form-field.has-error textarea,.scw-form-field.has-error-valid input{border-color:red!important}.scw-form-btn{padding:15px}.scw-form-btn button{background:#736bc4;border:none;border-radius:4px;color:#fff;cursor:pointer;display:block;font-size:18px;height:36px;line-height:36px;margin:0;outline:none!important;padding:0!important;text-align:center;width:100%}.open-form .scb-tooltip:after,.open-form .scb-tooltip:before,.open-wechat-popup .scb-tooltip:after,.open-wechat-popup .scb-tooltip:before,.open-whatsapp-popup .scb-tooltip:after,.open-whatsapp-popup .scb-tooltip:before{display:none}.scw-form-success.success-open-msg{border-radius:0 0 6px 6px;color:#4caf50;font-size:16px;padding:0 10px 15px}.scw-contact-form:not(.success-msg) .scw-form-success.success-open-msg{display:none}.view-list .list_view{background-color:#fff;border-radius:5px;bottom:0;box-shadow:0 0 5px 1px rgba(0,0,0,.2);max-width:100%;min-width:300px;opacity:0;overflow:visible;pointer-events:none;position:absolute;right:0;transform:translateY(50px) scale(1);transition:transform .2s linear,opacity .2s linear,visibility .2s linear;transition-delay:0s!important;visibility:hidden;width:300px;z-index:0}.left-side.view-list .list_view{left:0;right:auto}.open-buttons .list_view{pointer-events:auto;z-index:101}.view-list .list_view .channel-list .list-channel-container:last-child a{-moz-border-radius-bottomright:5px;-moz-border-radius-bottomleft:5px;-webkit-border-bottom-left-radius:5px;border-bottom-left-radius:5px;-webkit-border-bottom-right-radius:5px;border-bottom-right-radius:5px}.gsb-buttons.view-grid.right-side .gsb-trigger,.gsb-buttons.view-list.right-side .gsb-trigger{margin-left:auto}.gsb-buttons.view-grid.left-side .gsb-trigger,.gsb-buttons.view-list.left-side .gsb-trigger{margin-right:auto}.list-channel .chat-button-link:after,.list-channel .chat-button-link:before{content:none}.list-channel .gsb-social-channel{align-items:center;border-radius:0;box-shadow:none!important;display:flex;height:auto;padding:10px 15px;text-decoration:none;width:auto}.list-channel .gsb-social-channel:hover{background-color:#f9f9f9}.list-channel .chat-button-icon{flex:0 0 40px;height:40px;padding:10px;width:40px}.list-channel .list-channel-title{color:#000;font-size:15px;margin-left:10px;overflow:hidden;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}.view-list .list_view .channel-list-container{overflow-y:auto}.view-list .list_view .channel-list .list-channel-container+.list-channel-container{border-top:1px solid #eee}.chat-button.list-channel{height:auto;padding:0;width:auto}.list_title_container{align-items:center;border-radius:5px 5px 0 0;display:flex;padding:10px 30px 10px 15px;position:relative;text-align:left}.list_title_container .list_title{font-size:16px;line-height:25px}.success-msg.has-error .success-open-msg{color:red}.view-grid .grid_view{background-color:#fff;border-radius:5px;bottom:0;box-shadow:0 0 5px 1px rgba(0,0,0,.2);max-width:100%;min-width:300px;opacity:0;overflow:visible;pointer-events:none;position:absolute;right:0;transform:translateY(50px) scale(1);transition:transform .2s linear,opacity .2s linear,visibility .2s linear;transition-delay:0s!important;visibility:hidden;width:300px;z-index:0}.left-side.view-grid .grid_view{left:0;right:auto}.open-buttons .grid_view{pointer-events:auto;z-index:101}.view-grid .grid_view .channel-grid .channel-grid-container{display:flex;flex-wrap:wrap;padding:0 10px 10px}.view-grid .channel-grid .chat-button{height:auto;line-height:1;padding:6px!important;width:auto}.view-grid .channel-grid .chat-button a{height:44px!important;width:44px!important}.view-grid .channel-grid .chat-button span.chat-button-icon{height:24px!important;width:24px!important}.grid-title-container{font-size:16px;line-height:1.2;padding:10px 15px}.grid-title-container .grid-title p{overflow-wrap:break-word}.grid-desc-container{font-size:15px;line-height:20px;padding:5px 10px}.close-view-btn{cursor:pointer;display:inline-block;line-height:20px;position:absolute;right:5px;text-decoration:none!important;top:50%;transform:translateY(-50%)}.close-view-btnsvg{height:20px;width:20px}.default-insta-hover:hover{background:#fed975!important;background:-webkit-gradient(left bottom,right top,color-stop(0,#fed975),color-stop(26%,#fa7e1e),color-stop(50%,#d62977),color-stop(75%,#962fbf),color-stop(100%,#4f5ad5))!important;background:linear-gradient(45deg,#fed975,#fa7e1e 26%,#d62977 50%,#962fbf 75%,#4f5ad5)!important}.wechat-popup,.whatsapp-popup{animation-delay:-2s;-webkit-animation-delay:-2s;background-color:#e8e4df;border-radius:6px;box-shadow:0 5px 10px 0 rgba(0,0,0,.1);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;margin:0;max-width:320px;overflow-y:auto;padding:0;position:absolute;transition:.5s;-webkit-transition:.5s;width:320px}.wechat-popup-header,.whatsapp-popup-header{align-items:center;background-color:#10c379;border-top-left-radius:6px;border-top-right-radius:6px;display:flex;padding:15px;position:relative}.whatsapp-profile{height:46px;margin-right:10px;width:46px}.wechat-profile img,.whatsapp-profile img{border:2px solid #fff;border-radius:50%;height:46px;-o-object-fit:cover;object-fit:cover;width:46px}.wechat-popup-title-section,.whatsapp-popup-title-section{color:#fff;flex:1;margin:0 15px 0 0}.wechat-popup-title,.whatsapp-popup-title{font-size:16px;font-weight:700;line-height:20px}.whatsapp-popup-sub-title{font-size:13px}.wechat-popup-close-btn,.whatsapp-popup-close-btn{fill:#fff;cursor:pointer;height:20px;position:absolute;right:10px;top:50%;transform:translateY(-50%);width:20px}.whatsapp-popup-body{align-items:flex-start;background-color:#e8e4df;display:flex;height:auto;max-height:500px;min-height:270px;overflow-y:auto;padding:15px}.whatsapp-chat{background-color:#fff;border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top-right-radius:6px;font-size:14px;line-height:18px;padding:10px 10px 20px;position:relative;width:-moz-fit-content;width:fit-content}.whatsapp-chat p{line-height:18px;margin:0}.whatsapp-chat p+p{margin:0;padding:5px 0 0}.whatsapp-chat:before{border-left:11px solid transparent;border-right:0 solid transparent;border-top:11px solid #fff;content:"";height:32px;left:-10px;position:absolute;top:0}.whatsapp-popup-footer{align-content:center;align-items:center;background-color:#e8e4df;border-bottom-left-radius:6px;border-bottom-right-radius:6px;display:flex;padding:15px}.whatsapp-chat-input{border:none!important;border-radius:50px!important;flex:1;font-size:14px;height:40px;outline:none!important;padding:0 15px!important}.whatsapp-chat-input::-moz-placeholder{color:#c2c2c2}.whatsapp-chat-input::placeholder{color:#c2c2c2}.whatsapp-form-btn{padding:0 0 0 10px}.whatsapp-send-btn{background:transparent!important;border:none!important;line-height:18px!important;margin:0!important;min-width:1px!important;outline:none!important;padding:10px 8px 10px 12px!important}button.whatsapp-send-btn{background:#10c379!important;border-radius:50%;cursor:pointer;height:40px!important;min-width:1px;width:40px!important}.whatsapp-send-btn svg{cursor:pointer;height:18px;width:18px}.whatsapp-send-btn svg path{fill:#fff}.list-channel .gsb-social-channel:hover span:not(.channel-bs-icon){box-shadow:0 0 8px rgba(0,0,0,.25);-webkit-box-shadow:0 0 8px rgba(0,0,0,.25)}.view-grid .grid_view .chat-button-link.has-image img,.view-list .list_view .gsb-social-channel .chat-button-icon.has-image img{height:100%!important;-o-object-fit:cover;object-fit:cover;width:100%!important}.gsb-buttons .gsb-button-list .list_title_container .close-view-btn svg path{stroke:#fff}.close-view-btn svg{height:20px;width:20px}.wp-user-profile-img{border-radius:50%;height:35px;margin-right:15px;margin-top:-1px;-o-object-fit:cover;object-fit:cover;width:35px}.whatsapp-chat-user-name{color:#1fa855;font-size:12px;font-weight:500;padding:0 0 5px}.whatsapp-chat-time{bottom:5px;color:#667781;font-size:10px;line-height:10px;padding:5px 0 0;position:absolute;right:10px}.gsb-button-list:not(.corner_circle_view) .chat-button{transition-delay:0s!important}.gsb-button-list.corner_circle_view .chat-button{z-index:999}.gsb-button-list.corner_circle_view .chat-button:hover{z-index:9999}.gsb-buttons .gsb-button-list .list_title_container .close-view-btn span.dashicons,.wechat-popup-close-btn .dashicons,.whatsapp-popup-close-btn .dashicons{color:#fff}.gsb-buttons.single.open-form .gsb-trigger-contact,.gsb-buttons.single.open-wechat-popup .gsb-trigger-wechat-popup,.gsb-buttons.single.open-whatsapp-popup .gsb-trigger-whatsapp-popup{z-index:1}.gsb-button-list.menu_view .chat-button{border-radius:5px!important;height:36px!important;line-height:36px!important;width:200px!important}.gsb-button-list.menu_view .chat-button a{align-items:center!important;border-radius:5px!important;display:flex!important;height:36px!important;line-height:28px!important;padding:0 7px!important;text-decoration:none;width:200px!important}.gsb-button-list.menu_view .chat-button{margin:10px 0 0}.gsb-button-list.menu_view .chat-button span.chat-button-icon{align-items:center;display:flex;flex:0 0 24px;margin-right:5px}.gsb-button-list.menu_view .chat-button-icon svg{display:inline-block;height:20px;vertical-align:middle;width:20px}.gsb-buttons.right-side .gsb-button-list.menu_view+.gsb-trigger{bottom:0;position:relative;right:0}.gsb-buttons.right-side .gsb-button-list.menu_view+.gsb-trigger .gsb-trigger-button{text-align:right}.menu-view-title{font-size:16px}.gsb-button-list.menu_view .chat-button a.has-image .chat-button-icon{height:24px;width:24px}.gsb-button-list.menu_view .chat-button a.has-image .chat-button-icon img{height:100%!important;position:unset;width:100%!important}.gsb-button-list.corner_circle_view .chat-button a.has-image .chat-button-icon img{height:100%!important;width:100%!important}.gsb-buttons.open-form .scw-contact-form,.gsb-buttons.open-wechat-popup .wechat-popup,.gsb-buttons.open-whatsapp-popup .whatsapp-popup{z-index:1211}.gsb-buttons .gsb-button-list.menu_view{animation-delay:-2s;-webkit-animation-delay:-2s;bottom:0;position:absolute;right:8px;transition:.5s;-webkit-transition:.5s}.gsb-buttons.left-side .gsb-button-list.menu_view{left:0;right:auto}.gsb-buttons p{margin:0;padding:0}.iti-mobile .iti__country-list{max-height:100%;width:-moz-max-content;width:max-content}body.rtl .wechat-popup-close-btn,body.rtl .whatsapp-popup-close-btn{left:10px;right:auto}body.rtl .whatsapp-form-btn{padding:0 10px 0 0}body.rtl .whatsapp-profile{margin-left:10px;margin-right:0}body.rtl .scw-form-title{padding:10px 15px 10px 25px;text-align:right}body.rtl .scw-form-close{left:7px;right:auto}body.rtl .scw-form-field .iti--allow-dropdown .scw-field-number{padding-right:50px!important}body.rtl .list-channel .list-channel-title{margin-left:0;margin-right:10px}body.rtl .wp-user-profile-img{margin-left:15px;margin-right:0}body.rtl .whatsapp-chat{border-top-left-radius:6px;border-top-right-radius:0}body.rtl .whatsapp-chat:before{border-left:0 solid transparent;border-right:11px solid transparent;left:auto;right:-10px}body.rtl .gsb-button-list.menu_view .chat-button span.chat-button-icon{margin-left:5px;margin-right:0}body.rtl .wechat-popup-title-section,body.rtl .whatsapp-popup-title-section{margin:0 0 0 15px}body.rtl .wechat-profile{margin-left:10px;margin-right:0}.wechat-popup,.wechat-popup-body{background-color:#fff}.wechat-popup-body{overflow-y:auto;padding:15px}.wechat-popup-qr-heading{color:gray;font-size:15px}.wechat-popup-qr-img{border:1px solid #bebebe;border-radius:4px;height:250px;margin-top:10px;padding:10px;width:100%}.wechat-popup-qr-img img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.wechat-profile{height:26px;margin-right:10px;width:26px}.gsb-buttons.single.open-form .gsb-trigger .chat-button,.gsb-buttons.single.open-wechat-popup .gsb-trigger .chat-button,.gsb-buttons.single.open-whatsapp-popup .gsb-trigger .chat-button{visibility:hidden}.menu-view-title{overflow:hidden;text-overflow:ellipsis;white-space:pre}[data-scb][data-tooltip-dir][data-tooltip-dir=left]:not([class*=cooltipz]):after{transform:translate(-30px,-50%)!important}[data-scb][data-tooltip-dir][data-tooltip-dir=left]:before{border-width:5px 0 5px 11px}[data-scb][data-tooltip-dir][data-tooltip-dir=left]:not([class*=cooltipz]):before{transform:translate(-25px,-50%)!important}[data-scb][data-tooltip-dir][data-tooltip-dir=left]:not([class*=cooltipz]):hover:after,[data-scb][data-tooltip-dir][data-tooltip-dir=left][class*=cooltipz]:after{transform:translate(-8px,-50%)!important}[data-scb][data-tooltip-dir][data-tooltip-dir=left]:not([class*=cooltipz]):hover:before,[data-scb][data-tooltip-dir][data-tooltip-dir=left][class*=cooltipz]:before{transform:translateY(-50%)!important}[data-scb][data-tooltip-dir][data-tooltip-dir=right]:not([class*=cooltipz]):after{transform:translate(30px,-50%)!important}[data-scb][data-tooltip-dir][data-tooltip-dir=right]:before{border-width:5px 11px 5px 0}[data-scb][data-tooltip-dir][data-tooltip-dir=right]:not([class*=cooltipz]):before{transform:translate(25px,-50%)!important}[data-scb][data-tooltip-dir][data-tooltip-dir=right]:not([class*=cooltipz]):hover:after,[data-scb][data-tooltip-dir][data-tooltip-dir=right][class*=cooltipz]:after{transform:translate(8px,-50%)!important}[data-scb][data-tooltip-dir][data-tooltip-dir=right]:not([class*=cooltipz]):hover:before,[data-scb][data-tooltip-dir][data-tooltip-dir=right][class*=cooltipz]:before{transform:translateY(-50%)!important}[data-scb][data-tooltip-dir][data-tooltip-dir=top]:not([class*=cooltipz]):after{transform:translate(-50%,-30px)!important}[data-scb][data-tooltip-dir][data-tooltip-dir=top]:before{border-width:11px 5px 0}[data-scb][data-tooltip-dir][data-tooltip-dir=top]:not([class*=cooltipz]):before{transform:translate(-50%,-25px)!important}[data-scb][data-tooltip-dir][data-tooltip-dir=top]:not([class*=cooltipz]):hover:after,[data-scb][data-tooltip-dir][data-tooltip-dir=top][class*=cooltipz]:after{transform:translate(-50%,-13px)!important}[data-scb][data-tooltip-dir][data-tooltip-dir=top]:not([class*=cooltipz]):hover:before,[data-scb][data-tooltip-dir][data-tooltip-dir=top][class*=cooltipz]:before{transform:translate(-50%,-5px)!important}.consent-check-box{align-items:center;display:inline-flex;position:relative}.consent-check-box label{cursor:pointer;display:inline-flex;position:relative}.consent-check-box label:before{background-color:#fff;border:2px solid #d7d7d7;border-radius:.25rem;color:transparent;content:"✓";display:inline-flex;font-weight:700;height:1.25rem;justify-content:center;margin-right:7px;transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);width:1.25rem}.consent-check-box input:checked+label:before{background-color:#736bc4;border-color:#736bc4}.consent-check-box label{align-items:center;display:flex!important;margin:0!important;padding:0!important}.scw-greeting-message{background:#fff;border-radius:8px;bottom:calc(100% + 15px);box-shadow:0 0 10px rgba(0,0,0,.2);color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:14px;line-height:20px;max-width:320px;min-width:1px;opacity:1;overflow:visible;padding:10px 25px 10px 15px;position:absolute;text-align:left;transition:all .3s ease-in-out;visibility:visible;width:-moz-max-content;width:max-content;z-index:-1}.scw-greeting-message:after{border-color:#fff transparent transparent;border-style:solid;border-width:9px 4px 0;bottom:-9px;content:"";left:30px;position:absolute;text-decoration:none;transform-origin:bottom;transition:all .1s ease-in-out}.gsb-buttons.right-side .scw-greeting-message:after{left:auto;right:30px}.gsb-buttons.left-side .scw-greeting-message{left:0}.gsb-buttons.right-side .scw-greeting-message{right:0}.scw-greeting-message svg{fill:#000;cursor:pointer;display:block;height:15px;position:absolute;right:5px;top:5px;width:15px}.scw-greeting-message svg path{stroke:#000}.gsb-buttons.open-buttons .scw-greeting-message,.open-form .scw-greeting-message,.open-wechat-popup .scw-greeting-message,.open-whatsapp-popup .scw-greeting-message,.scw-greeting-message:not(.active){bottom:0;opacity:0;visibility:hidden}.cta-tooltip{background-color:#000;border-radius:6px;bottom:calc(100% + 4px);box-shadow:0 0 10px rgba(0,0,0,.2);color:#fff;font-size:14px;left:50%;line-height:normal;max-width:210px;min-width:50px;opacity:0;padding:6px 15px;pointer-events:none;text-align:center;transform:translate(-50%,-30px);visibility:hidden;white-space:nowrap;width:auto;z-index:10}.cta-tooltip,.cta-tooltip:after{position:absolute;text-decoration:none;transition:all .1s ease-in-out}.cta-tooltip:after{border-color:#000 transparent transparent;border-style:solid;border-width:5px 5px 0;bottom:calc(100% + 5px);content:"";transform:translate(-50%,-25px);transform-origin:top}.channel-btn.active:hover .cta-tooltip:after,.channel-btn.active:hover .cta-tooltip:before,.cooltipz--visible .cta-tooltip,.cooltipz--visible .cta-tooltip:after{opacity:1;text-overflow:ellipsis;visibility:visible}.channel-btn.active:hover .cta-tooltip,.channel-btn.active:hover .cta-tooltip:after,.cooltipz--visible .cta-tooltip,.cooltipz--visible .cta-tooltip:after{white-space:pre!important}.cooltipz--visible .cta-tooltip,.cooltipz--visible:hover .cta-tooltip{transform:translate(-50%,-5px)}.cooltipz--visible .cta-tooltip:after,.cooltipz--visible:hover .cta-tooltip:after{transform:translateX(-50%)}[data-tooltip-dir=left] .cta-tooltip:after{bottom:50%;left:calc(100% + 4px)}[data-tooltip-dir=left] .cta-tooltip{bottom:50%;left:auto;right:calc(100% + 5px);transform:translate(-30px,50%)}.cooltipz--visible[data-tooltip-dir=left] .cta-tooltip,[data-tooltip-dir=left]:hover .cta-tooltip{transform:translate(-10px,50%)}[data-tooltip-dir=left] .cta-tooltip:after{border-color:transparent transparent transparent rgba(55,64,70,.9);border-width:5px 0 5px 11px;transform:translate(-25px,50%);transform-origin:left}.cooltipz--visible[data-tooltip-dir=left] .cta-tooltip:after,[data-tooltip-dir=left]:hover .cta-tooltip:after{transform:translate(-4px,50%)}.cooltipz--visible[data-tooltip-dir=right] .cta-tooltip:after,[data-tooltip-dir=right]:hover .cta-tooltip:after{transform:translate(4px,50%)}[data-tooltip-dir=right] .cta-tooltip{bottom:50%;left:calc(100% + 5px)}[data-tooltip-dir=right] .cta-tooltip:after{bottom:50%;right:calc(100% + 4px)}[data-tooltip-dir=right] .cta-tooltip{transform:translate(30px,50%)}.cooltipz--visible[data-tooltip-dir=right] .cta-tooltip,[data-tooltip-dir=right]:hover .cta-tooltip{transform:translate(10px,50%)}[data-tooltip-dir=right] .cta-tooltip:after{border-color:transparent rgba(55,64,70,.9) transparent transparent;border-width:5px 11px 5px 0;transform:translate(25px,50%);transform-origin:right}
     1@charset "UTF-8";.ginger-btn-shockwave:after,.ginger-btn-shockwave:before{border-radius:50%;bottom:0;content:"";left:0;position:absolute;right:0;top:0}@keyframes ginger-pulse{0%{box-shadow:0 0 0 0 rgba(0,0,0,.2)}30%,to{box-shadow:0 0 0 15px transparent}}.ginger-btn-pulse{animation:ginger-pulse 2s infinite}@keyframes ginger-spin{0%{transform:rotate(0)}5%{transform:rotate(-20deg)}25%,to{transform:rotate(1turn)}}.ginger-btn-spin{animation:ginger-spin 3s infinite}@keyframes ginger-zoom{0%{opacity:1;transform:scale(1)}5%{opacity:.75;transform:scale(.8)}20%{opacity:1;transform:scale(1.25)}30%,to{transform:scale(1)}}.ginger-btn-zoom{animation:ginger-zoom 2s infinite}@keyframes ginger-bounce{0%,20%,to{transform:translate(0)}15%,5%{transform:translateY(5px)}10%{transform:translateY(-25px)}}.ginger-btn-bounce{animation:ginger-bounce 3s infinite}@keyframes ginger-fade{0%,25%,to{opacity:1}5%{opacity:0}}.ginger-btn-fade{animation:ginger-fade 3s infinite}@keyframes ginger-glowing{0%,30%,to{box-shadow:0 0 -10px #00008b}20%{box-shadow:0 0 20px #00008b}}.ginger-btn-glowing{animation:ginger-glowing 3s infinite}.ginger-btn-shockwave{animation:shockwavejump 1s ease-out infinite}.ginger-btn-shockwave:after{animation:shockwave 1s ease-out .65s infinite}.ginger-btn-shockwave:before{animation:shockwave 1s ease-out .5s infinite}@keyframes shockwavejump{0%,to{transform:scale(1)}40%{transform:scale(1.08)}50%,60%{transform:scale(.98)}55%{transform:scale(1.02)}}@keyframes shockwave{0%{box-shadow:0 0 2px rgba(0,0,0,.15),inset 0 0 1px rgba(0,0,0,.15);transform:scale(1)}95%{box-shadow:0 0 50px transparent,inset 0 0 30px transparent}to{transform:scale(2.25)}}.ginger-btn-waggle{animation:waggle 2s ease-out 6s infinite forwards}@keyframes waggle{0%{transform:none}5%{transform:rotate(-20deg) scale(1.2)}10%{transform:rotate(25deg) scale(1.2)}13.75%{transform:rotate(-15deg) scale(1.2)}17.5%{transform:rotate(15deg) scale(1.2)}21.25%{transform:rotate(-12deg) scale(1.2)}22.5%{transform:rotate(0) scale(1.2)}30%{transform:rotate(0) scale(1)}}.exit-intent{background:#000;border-radius:50%;bottom:45px;height:0;position:fixed;right:45px;transition:.5s linear;width:0}.gsb-buttons .exit-intent:before{background:rgba(0,0,0,.8);content:"";display:block;height:100vh;left:0;position:fixed;top:0;transition:.75s ease-in-out;-webkit-transition:.75s ease-in-out;-moz-transition:.75s ease-in-out;visibility:hidden;width:100vw;z-index:100}.gsb-buttons .exit-intent.left-position:before{clip-path:circle(0 at 0 100%)}.gsb-buttons .exit-intent.right-position:before{clip-path:circle(0 at 100% 100%)}.gsb-buttons .exit-intent.active:before{clip-path:circle(100%);visibility:visible}.chat-button-icon.channel-instagram-base,.gsb-social-channel.channel-instagram-base{background:#fed975;background:-webkit-gradient(left bottom,right top,color-stop(0,#fed975),color-stop(26%,#fa7e1e),color-stop(50%,#d62977),color-stop(75%,#962fbf),color-stop(100%,#4f5ad5));background:linear-gradient(45deg,#fed975,#fa7e1e 26%,#d62977 50%,#962fbf 75%,#4f5ad5)}.ginger-btn-bounce+.gsb-pending-message,.ginger-btn-fade>.gsb-pending-message,.ginger-btn-none>.gsb-pending-message,.ginger-btn-pulse>.gsb-pending-message,.ginger-btn-shockwave+.gsb-pending-message,.ginger-btn-spin>.gsb-pending-message,.ginger-btn-waggle+.gsb-pending-message,.ginger-btn-zoom+.gsb-pending-message,.gsb-buttons{display:none}.gsb-buttons.active{display:block}.gsb-buttons,.gsb-buttons *,.gsb-buttons :after,.gsb-buttons :before{box-sizing:border-box}.gsb-buttons{bottom:25px;left:25px;position:fixed;z-index:999999}.gsb-buttons-content,.gsb-trigger{position:relative;z-index:12111}.gsb-buttons.left-side{left:25px}.gsb-buttons.right-side{left:auto;right:25px}.gsb-buttons .chat-button-link{border-radius:50%;color:#fff;display:block;height:54px;padding:10px;text-align:center;width:54px}.gsb-buttons .chat-button-link.has-image{padding:0;position:relative}.gsb-buttons .chat-button-link.has-image .chat-button-icon img{border-radius:25px;height:50px;left:0;line-height:50px;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:50px}.gsb-buttons .chat-button-link svg{fill:#fff}.gsb-buttons .chat-button,.gsb-buttons.single .gsb-trigger-contact,.gsb-buttons.single .gsb-trigger-wechat-popup,.gsb-buttons.single .gsb-trigger-whatsapp-popup{border-radius:50%;height:62px;padding:4px;width:62px}.gsb-trigger-button{display:block;position:relative}.gsb-buttons svg{display:inline-block;height:100%;vertical-align:top;width:100%}.gsb-buttons .chat-button-icon{border-radius:50%;display:block;height:34px;text-align:center;width:34px}.gsb-buttons .chat-button-icon img,.gsb-trigger .gsb-trigger-bottom,.gsb-trigger .gsb-trigger-top{border-radius:50%;height:54px;width:54px}.gsb-trigger{border-radius:50%;height:62px;padding:4px;width:62px}.gsb-trigger .gsb-trigger-top{left:0;opacity:1;position:absolute;top:0;visibility:visible;z-index:101}.gsb-buttons.open-buttons .gsb-trigger .gsb-trigger-top,.gsb-buttons.open-form .gsb-trigger .gsb-trigger-top,.gsb-buttons.open-wechat-popup .gsb-trigger .gsb-trigger-top,.gsb-buttons.open-whatsapp-popup .gsb-trigger .gsb-trigger-top,.gsb-buttons:not(.open-form) .gsb-trigger-contact,.gsb-buttons:not(.open-wechat-popup) .gsb-trigger-wechat-popup,.gsb-buttons:not(.open-whatsapp-popup) .gsb-trigger-whatsapp-popup,.gsb-trigger .gsb-trigger-bottom{opacity:0;pointer-events:none;visibility:hidden;z-index:100}.gsb-trigger .gsb-trigger-bottom,.gsb-trigger .gsb-trigger-contact,.gsb-trigger .gsb-trigger-wechat-popup,.gsb-trigger .gsb-trigger-whatsapp-popup{left:0;position:absolute;top:0;transition:.25s linear}.gsb-buttons .gsb-trigger .chat-button-icon,.gsb-buttons .gsb-trigger .gsb-trigger-contact,.gsb-buttons .gsb-trigger .gsb-trigger-wechat-popup,.gsb-buttons .gsb-trigger .gsb-trigger-whatsapp-popup{transition:.3s linear}.gsb-buttons.open-buttons .gsb-trigger .gsb-trigger-bottom{opacity:1;pointer-events:auto;visibility:visible;z-index:101}.gsb-buttons .gsb-trigger .gsb-trigger-bottom a .chat-button-icon,.gsb-buttons:not(.open-form) .gsb-trigger-contact a .chat-button-icon,.gsb-buttons:not(.open-wechat-popup) .gsb-trigger-wechat-popup a .chat-button-icon,.gsb-buttons:not(.open-whatsapp-popup) .gsb-trigger-whatsapp-popup a .chat-button-icon{transform:scale(.7) rotate(180deg)}.gsb-buttons.open-buttons .gsb-trigger .gsb-trigger-bottom a .chat-button-icon,.gsb-buttons.open-form .gsb-trigger-contact a .chat-button-icon,.gsb-buttons.open-wechat-popup .gsb-trigger-wechat-popup a .chat-button-icon,.gsb-buttons.open-whatsapp-popup .gsb-trigger-whatsapp-popup a .chat-button-icon{transform:scale(1) rotate(1turn)}.gsb-button-list.icon_view .chat-button{position:absolute;transform:scale(.25) rotate(-180deg)}.gsb-button-list.icon_view .chat-button,.gsb-button-list.list_view .chat-button{bottom:0;opacity:0;pointer-events:none;transition:all .2s linear;transition-delay:0s!important;visibility:hidden}.gsb-button-list.list_view .chat-button{position:relative}.gsb-buttons.open-buttons .gsb-button-list .chat-button{opacity:1;pointer-events:auto;visibility:visible}.gsb-pending-message{align-items:center;background:red;border-radius:50%;color:#fff;display:inline-flex;font-size:10px;height:auto;justify-content:center;line-height:1;min-height:16px;min-width:16px;padding:3px;position:absolute;right:-3%;text-align:center;top:-3%;width:auto;z-index:11}[data-scb][class*=cooltipz].cooltipz--bottom-left:before,[data-scb][class*=cooltipz].cooltipz--bottom-right:before,[data-scb][class*=cooltipz].cooltipz--bottom:before,[data-scb][class*=cooltipz].cooltipz--left:before,[data-scb][class*=cooltipz].cooltipz--right:before,[data-scb][class*=cooltipz].cooltipz--top-left:before,[data-scb][class*=cooltipz].cooltipz--top-right:before,[data-scb][class*=cooltipz].cooltipz--top:before,[data-scb][class*=cooltipz][data-tooltip-dir=bottom-left]:before,[data-scb][class*=cooltipz][data-tooltip-dir=bottom-right]:before,[data-scb][class*=cooltipz][data-tooltip-dir=bottom]:before,[data-scb][class*=cooltipz][data-tooltip-dir=left]:before,[data-scb][class*=cooltipz][data-tooltip-dir=right]:before,[data-scb][class*=cooltipz][data-tooltip-dir=top-left]:before,[data-scb][class*=cooltipz][data-tooltip-dir=top-right]:before,[data-scb][class*=cooltipz][data-tooltip-dir=top]:before,[data-scb][data-tooltip-dir].cooltipz--bottom-left:before,[data-scb][data-tooltip-dir].cooltipz--bottom-right:before,[data-scb][data-tooltip-dir].cooltipz--bottom:before,[data-scb][data-tooltip-dir].cooltipz--left:before,[data-scb][data-tooltip-dir].cooltipz--right:before,[data-scb][data-tooltip-dir].cooltipz--top-left:before,[data-scb][data-tooltip-dir].cooltipz--top-right:before,[data-scb][data-tooltip-dir].cooltipz--top:before,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom-left]:before,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom-right]:before,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom]:before,[data-scb][data-tooltip-dir][data-tooltip-dir=left]:before,[data-scb][data-tooltip-dir][data-tooltip-dir=right]:before,[data-scb][data-tooltip-dir][data-tooltip-dir=top-left]:before,[data-scb][data-tooltip-dir][data-tooltip-dir=top-right]:before,[data-scb][data-tooltip-dir][data-tooltip-dir=top]:before{border:5px solid transparent;height:0;width:0}[data-scb][class*=cooltipz].cooltipz--top-left:before,[data-scb][class*=cooltipz].cooltipz--top-right:before,[data-scb][class*=cooltipz].cooltipz--top:before,[data-scb][class*=cooltipz][data-tooltip-dir=top-left]:before,[data-scb][class*=cooltipz][data-tooltip-dir=top-right]:before,[data-scb][class*=cooltipz][data-tooltip-dir=top]:before,[data-scb][data-tooltip-dir].cooltipz--top-left:before,[data-scb][data-tooltip-dir].cooltipz--top-right:before,[data-scb][data-tooltip-dir].cooltipz--top:before,[data-scb][data-tooltip-dir][data-tooltip-dir=top-left]:before,[data-scb][data-tooltip-dir][data-tooltip-dir=top-right]:before,[data-scb][data-tooltip-dir][data-tooltip-dir=top]:before{border-top-color:#fff}[data-scb][class*=cooltipz].cooltipz--bottom-left:before,[data-scb][class*=cooltipz].cooltipz--bottom-right:before,[data-scb][class*=cooltipz].cooltipz--bottom:before,[data-scb][class*=cooltipz][data-tooltip-dir=bottom-left]:before,[data-scb][class*=cooltipz][data-tooltip-dir=bottom-right]:before,[data-scb][class*=cooltipz][data-tooltip-dir=bottom]:before,[data-scb][data-tooltip-dir].cooltipz--bottom-left:before,[data-scb][data-tooltip-dir].cooltipz--bottom-right:before,[data-scb][data-tooltip-dir].cooltipz--bottom:before,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom-left]:before,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom-right]:before,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom]:before{border-bottom-color:#fff}[data-scb][class*=cooltipz].cooltipz--right:before,[data-scb][class*=cooltipz][data-tooltip-dir=right]:before,[data-scb][data-tooltip-dir].cooltipz--right:before,[data-scb][data-tooltip-dir][data-tooltip-dir=right]:before{border-right-color:#fff}[data-scb][class*=cooltipz].cooltipz--left:before,[data-scb][class*=cooltipz][data-tooltip-dir=left]:before,[data-scb][data-tooltip-dir].cooltipz--left:before,[data-scb][data-tooltip-dir][data-tooltip-dir=left]:before{border-left-color:#fff}[data-scb][class*=cooltipz].cooltipz--fit:after,[data-scb][class*=cooltipz].cooltipz--large:after,[data-scb][class*=cooltipz].cooltipz--medium:after,[data-scb][class*=cooltipz].cooltipz--small:after,[data-scb][class*=cooltipz][data-cooltipz-size=fit]:after,[data-scb][class*=cooltipz][data-cooltipz-size=large]:after,[data-scb][class*=cooltipz][data-cooltipz-size=medium]:after,[data-scb][class*=cooltipz][data-cooltipz-size=small]:after,[data-scb][data-tooltip-dir].cooltipz--fit:after,[data-scb][data-tooltip-dir].cooltipz--large:after,[data-scb][data-tooltip-dir].cooltipz--medium:after,[data-scb][data-tooltip-dir].cooltipz--small:after,[data-scb][data-tooltip-dir][data-cooltipz-size=fit]:after,[data-scb][data-tooltip-dir][data-cooltipz-size=large]:after,[data-scb][data-tooltip-dir][data-cooltipz-size=medium]:after,[data-scb][data-tooltip-dir][data-cooltipz-size=small]:after{word-wrap:break-word;white-space:normal}[data-scb][class*=cooltipz],[data-scb][data-tooltip-dir]{cursor:var(--cooltipz-cursor,pointer);position:relative}[data-scb][class*=cooltipz]:after,[data-scb][data-tooltip-dir]:after{background-color:#fff;border:var(--cooltipz-border-width,0) var(--cooltipz-border-style,solid) var(--cooltipz-border-color,#1f1f1f);border-radius:8px;-webkit-box-shadow:0 1.9px 7.8px rgba(0,0,0,.3);box-shadow:0 0 10px rgba(0,0,0,.2);color:#fff;content:attr(data-scb);font-size:16px;font-style:normal;font-weight:400;line-height:20px;max-width:225px;overflow:hidden;padding:6px 15px;text-align:center;text-indent:0;text-overflow:ellipsis;text-shadow:none;transition:all .1s ease-in-out;white-space:pre;z-index:10}.gsb-buttons.single [data-scb][class*=cooltipz]:hover:after,.gsb-buttons.single [data-scb][data-tooltip-dir]:hover:after{content:attr(data-hover-scb)}.gsb-buttons.single [data-scb][class*=cooltipz]:hover:before,.gsb-buttons.single [data-scb][data-tooltip-dir]:hover:before{content:""}[data-scb][class*=cooltipz]:before,[data-scb][data-tooltip-dir]:before{content:"";z-index:11}[data-scb=""][class*=cooltipz]:after,[data-scb=""][class*=cooltipz]:before,[data-scb=""][data-tooltip-dir]:after,[data-scb=""][data-tooltip-dir]:before{content:none}[data-scb][class*=cooltipz]:after,[data-scb][class*=cooltipz]:before,[data-scb][data-tooltip-dir]:after,[data-scb][data-tooltip-dir]:before{box-sizing:border-box;opacity:0;pointer-events:none;position:absolute;transition:all var(--cooltipz-timing,.12s) ease-out var(--cooltipz-timing,.12s);transition-delay:var(--cooltipz-delay-hide,.1s)}.has-no-tooltip-animation [data-scb][class*=cooltipz]:after,.has-no-tooltip-animation [data-scb][class*=cooltipz]:before,.has-no-tooltip-animation [data-scb][data-tooltip-dir]:after,.has-no-tooltip-animation [data-scb][data-tooltip-dir]:before{transition:none}@media (prefers-reduced-motion:reduce){[data-scb][class*=cooltipz]:after,[data-scb][class*=cooltipz]:before,[data-scb][data-tooltip-dir]:after,[data-scb][data-tooltip-dir]:before{transition:none}}[data-scb][class*=cooltipz].cooltipz--visible:after,[data-scb][class*=cooltipz].cooltipz--visible:before,[data-scb][class*=cooltipz]:focus:after,[data-scb][class*=cooltipz]:focus:before,[data-scb][class*=cooltipz]:hover:after,[data-scb][class*=cooltipz]:hover:before,[data-scb][class*=cooltipz][data-cooltipz-visible]:after,[data-scb][class*=cooltipz][data-cooltipz-visible]:before,[data-scb][data-tooltip-dir].cooltipz--visible:after,[data-scb][data-tooltip-dir].cooltipz--visible:before,[data-scb][data-tooltip-dir]:hover:after,[data-scb][data-tooltip-dir]:hover:before,[data-scb][data-tooltip-dir][data-cooltipz-visible]:after,[data-scb][data-tooltip-dir][data-cooltipz-visible]:before{opacity:100%;transition-delay:var(--cooltipz-delay-show,0s)}[data-scb][class*=cooltipz].cooltipz--top:after,[data-scb][class*=cooltipz].cooltipz--top:before,[data-scb][class*=cooltipz][data-tooltip-dir=top]:after,[data-scb][class*=cooltipz][data-tooltip-dir=top]:before,[data-scb][data-tooltip-dir].cooltipz--top:after,[data-scb][data-tooltip-dir].cooltipz--top:before,[data-scb][data-tooltip-dir][data-tooltip-dir=top]:after,[data-scb][data-tooltip-dir][data-tooltip-dir=top]:before{bottom:calc(100% - 2.5px);left:50%;transform:translate(-50%,var(--cooltipz-slide,6px));transform-origin:top}[data-scb][class*=cooltipz].cooltipz--bottom.cooltipz--visible:after,[data-scb][class*=cooltipz].cooltipz--bottom.cooltipz--visible:before,[data-scb][class*=cooltipz].cooltipz--bottom:focus:after,[data-scb][class*=cooltipz].cooltipz--bottom:focus:before,[data-scb][class*=cooltipz].cooltipz--bottom:hover:after,[data-scb][class*=cooltipz].cooltipz--bottom:hover:before,[data-scb][class*=cooltipz].cooltipz--bottom[data-cooltipz-visible]:after,[data-scb][class*=cooltipz].cooltipz--bottom[data-cooltipz-visible]:before,[data-scb][class*=cooltipz].cooltipz--top.cooltipz--visible:after,[data-scb][class*=cooltipz].cooltipz--top.cooltipz--visible:before,[data-scb][class*=cooltipz].cooltipz--top:focus:after,[data-scb][class*=cooltipz].cooltipz--top:focus:before,[data-scb][class*=cooltipz].cooltipz--top:hover:after,[data-scb][class*=cooltipz].cooltipz--top:hover:before,[data-scb][class*=cooltipz].cooltipz--top[data-cooltipz-visible]:after,[data-scb][class*=cooltipz].cooltipz--top[data-cooltipz-visible]:before,[data-scb][class*=cooltipz][data-tooltip-dir=bottom].cooltipz--visible:after,[data-scb][class*=cooltipz][data-tooltip-dir=bottom].cooltipz--visible:before,[data-scb][class*=cooltipz][data-tooltip-dir=bottom]:focus:after,[data-scb][class*=cooltipz][data-tooltip-dir=bottom]:focus:before,[data-scb][class*=cooltipz][data-tooltip-dir=bottom]:hover:after,[data-scb][class*=cooltipz][data-tooltip-dir=bottom]:hover:before,[data-scb][class*=cooltipz][data-tooltip-dir=bottom][data-cooltipz-visible]:after,[data-scb][class*=cooltipz][data-tooltip-dir=bottom][data-cooltipz-visible]:before,[data-scb][class*=cooltipz][data-tooltip-dir=top].cooltipz--visible:after,[data-scb][class*=cooltipz][data-tooltip-dir=top].cooltipz--visible:before,[data-scb][class*=cooltipz][data-tooltip-dir=top]:focus:after,[data-scb][class*=cooltipz][data-tooltip-dir=top]:focus:before,[data-scb][class*=cooltipz][data-tooltip-dir=top]:hover:after,[data-scb][class*=cooltipz][data-tooltip-dir=top]:hover:before,[data-scb][class*=cooltipz][data-tooltip-dir=top][data-cooltipz-visible]:after,[data-scb][class*=cooltipz][data-tooltip-dir=top][data-cooltipz-visible]:before,[data-scb][data-tooltip-dir].cooltipz--bottom.cooltipz--visible:after,[data-scb][data-tooltip-dir].cooltipz--bottom.cooltipz--visible:before,[data-scb][data-tooltip-dir].cooltipz--bottom:focus:after,[data-scb][data-tooltip-dir].cooltipz--bottom:focus:before,[data-scb][data-tooltip-dir].cooltipz--bottom:hover:after,[data-scb][data-tooltip-dir].cooltipz--bottom:hover:before,[data-scb][data-tooltip-dir].cooltipz--bottom[data-cooltipz-visible]:after,[data-scb][data-tooltip-dir].cooltipz--bottom[data-cooltipz-visible]:before,[data-scb][data-tooltip-dir].cooltipz--top.cooltipz--visible:after,[data-scb][data-tooltip-dir].cooltipz--top.cooltipz--visible:before,[data-scb][data-tooltip-dir].cooltipz--top:focus:after,[data-scb][data-tooltip-dir].cooltipz--top:focus:before,[data-scb][data-tooltip-dir].cooltipz--top:hover:after,[data-scb][data-tooltip-dir].cooltipz--top:hover:before,[data-scb][data-tooltip-dir].cooltipz--top[data-cooltipz-visible]:after,[data-scb][data-tooltip-dir].cooltipz--top[data-cooltipz-visible]:before,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom].cooltipz--visible:after,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom].cooltipz--visible:before,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom]:focus:after,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom]:focus:before,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom]:hover:after,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom]:hover:before,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom][data-cooltipz-visible]:after,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom][data-cooltipz-visible]:before,[data-scb][data-tooltip-dir][data-tooltip-dir=top].cooltipz--visible:after,[data-scb][data-tooltip-dir][data-tooltip-dir=top].cooltipz--visible:before,[data-scb][data-tooltip-dir][data-tooltip-dir=top]:focus:after,[data-scb][data-tooltip-dir][data-tooltip-dir=top]:focus:before,[data-scb][data-tooltip-dir][data-tooltip-dir=top]:hover:after,[data-scb][data-tooltip-dir][data-tooltip-dir=top]:hover:before,[data-scb][data-tooltip-dir][data-tooltip-dir=top][data-cooltipz-visible]:after,[data-scb][data-tooltip-dir][data-tooltip-dir=top][data-cooltipz-visible]:before{transform:translate(-50%)}[data-scb][class*=cooltipz].cooltipz--top-left:after,[data-scb][class*=cooltipz][data-tooltip-dir=top-left]:after,[data-scb][data-tooltip-dir].cooltipz--top-left:after,[data-scb][data-tooltip-dir][data-tooltip-dir=top-left]:after{left:0;margin-bottom:10px}[data-scb][class*=cooltipz].cooltipz--bottom-left:before,[data-scb][class*=cooltipz].cooltipz--top-left:before,[data-scb][class*=cooltipz][data-tooltip-dir=bottom-left]:before,[data-scb][class*=cooltipz][data-tooltip-dir=top-left]:before,[data-scb][data-tooltip-dir].cooltipz--bottom-left:before,[data-scb][data-tooltip-dir].cooltipz--top-left:before,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom-left]:before,[data-scb][data-tooltip-dir][data-tooltip-dir=top-left]:before{left:2.5px}[data-scb][class*=cooltipz].cooltipz--top-left:after,[data-scb][class*=cooltipz].cooltipz--top-left:before,[data-scb][class*=cooltipz].cooltipz--top-right:after,[data-scb][class*=cooltipz].cooltipz--top-right:before,[data-scb][class*=cooltipz][data-tooltip-dir=top-left]:after,[data-scb][class*=cooltipz][data-tooltip-dir=top-left]:before,[data-scb][class*=cooltipz][data-tooltip-dir=top-right]:after,[data-scb][class*=cooltipz][data-tooltip-dir=top-right]:before,[data-scb][data-tooltip-dir].cooltipz--top-left:after,[data-scb][data-tooltip-dir].cooltipz--top-left:before,[data-scb][data-tooltip-dir].cooltipz--top-right:after,[data-scb][data-tooltip-dir].cooltipz--top-right:before,[data-scb][data-tooltip-dir][data-tooltip-dir=top-left]:after,[data-scb][data-tooltip-dir][data-tooltip-dir=top-left]:before,[data-scb][data-tooltip-dir][data-tooltip-dir=top-right]:after,[data-scb][data-tooltip-dir][data-tooltip-dir=top-right]:before{bottom:calc(100% - 2.5px);transform:translateY(var(--cooltipz-slide,6px));transform-origin:top}[data-scb][class*=cooltipz].cooltipz--bottom-left.cooltipz--visible:after,[data-scb][class*=cooltipz].cooltipz--bottom-left.cooltipz--visible:before,[data-scb][class*=cooltipz].cooltipz--bottom-left:focus:after,[data-scb][class*=cooltipz].cooltipz--bottom-left:focus:before,[data-scb][class*=cooltipz].cooltipz--bottom-left:hover:after,[data-scb][class*=cooltipz].cooltipz--bottom-left:hover:before,[data-scb][class*=cooltipz].cooltipz--bottom-left[data-cooltipz-visible]:after,[data-scb][class*=cooltipz].cooltipz--bottom-left[data-cooltipz-visible]:before,[data-scb][class*=cooltipz].cooltipz--bottom-right.cooltipz--visible:after,[data-scb][class*=cooltipz].cooltipz--bottom-right.cooltipz--visible:before,[data-scb][class*=cooltipz].cooltipz--bottom-right:focus:after,[data-scb][class*=cooltipz].cooltipz--bottom-right:focus:before,[data-scb][class*=cooltipz].cooltipz--bottom-right:hover:after,[data-scb][class*=cooltipz].cooltipz--bottom-right:hover:before,[data-scb][class*=cooltipz].cooltipz--bottom-right[data-cooltipz-visible]:after,[data-scb][class*=cooltipz].cooltipz--bottom-right[data-cooltipz-visible]:before,[data-scb][class*=cooltipz].cooltipz--top-left.cooltipz--visible:after,[data-scb][class*=cooltipz].cooltipz--top-left.cooltipz--visible:before,[data-scb][class*=cooltipz].cooltipz--top-left:focus:after,[data-scb][class*=cooltipz].cooltipz--top-left:focus:before,[data-scb][class*=cooltipz].cooltipz--top-left:hover:after,[data-scb][class*=cooltipz].cooltipz--top-left:hover:before,[data-scb][class*=cooltipz].cooltipz--top-left[data-cooltipz-visible]:after,[data-scb][class*=cooltipz].cooltipz--top-left[data-cooltipz-visible]:before,[data-scb][class*=cooltipz].cooltipz--top-right.cooltipz--visible:after,[data-scb][class*=cooltipz].cooltipz--top-right.cooltipz--visible:before,[data-scb][class*=cooltipz].cooltipz--top-right:focus:after,[data-scb][class*=cooltipz].cooltipz--top-right:focus:before,[data-scb][class*=cooltipz].cooltipz--top-right:hover:after,[data-scb][class*=cooltipz].cooltipz--top-right:hover:before,[data-scb][class*=cooltipz].cooltipz--top-right[data-cooltipz-visible]:after,[data-scb][class*=cooltipz].cooltipz--top-right[data-cooltipz-visible]:before,[data-scb][class*=cooltipz][data-tooltip-dir=bottom-left].cooltipz--visible:after,[data-scb][class*=cooltipz][data-tooltip-dir=bottom-left].cooltipz--visible:before,[data-scb][class*=cooltipz][data-tooltip-dir=bottom-left]:focus:after,[data-scb][class*=cooltipz][data-tooltip-dir=bottom-left]:focus:before,[data-scb][class*=cooltipz][data-tooltip-dir=bottom-left]:hover:after,[data-scb][class*=cooltipz][data-tooltip-dir=bottom-left]:hover:before,[data-scb][class*=cooltipz][data-tooltip-dir=bottom-left][data-cooltipz-visible]:after,[data-scb][class*=cooltipz][data-tooltip-dir=bottom-left][data-cooltipz-visible]:before,[data-scb][class*=cooltipz][data-tooltip-dir=bottom-right].cooltipz--visible:after,[data-scb][class*=cooltipz][data-tooltip-dir=bottom-right].cooltipz--visible:before,[data-scb][class*=cooltipz][data-tooltip-dir=bottom-right]:focus:after,[data-scb][class*=cooltipz][data-tooltip-dir=bottom-right]:focus:before,[data-scb][class*=cooltipz][data-tooltip-dir=bottom-right]:hover:after,[data-scb][class*=cooltipz][data-tooltip-dir=bottom-right]:hover:before,[data-scb][class*=cooltipz][data-tooltip-dir=bottom-right][data-cooltipz-visible]:after,[data-scb][class*=cooltipz][data-tooltip-dir=bottom-right][data-cooltipz-visible]:before,[data-scb][class*=cooltipz][data-tooltip-dir=top-left].cooltipz--visible:after,[data-scb][class*=cooltipz][data-tooltip-dir=top-left].cooltipz--visible:before,[data-scb][class*=cooltipz][data-tooltip-dir=top-left]:focus:after,[data-scb][class*=cooltipz][data-tooltip-dir=top-left]:focus:before,[data-scb][class*=cooltipz][data-tooltip-dir=top-left]:hover:after,[data-scb][class*=cooltipz][data-tooltip-dir=top-left]:hover:before,[data-scb][class*=cooltipz][data-tooltip-dir=top-left][data-cooltipz-visible]:after,[data-scb][class*=cooltipz][data-tooltip-dir=top-left][data-cooltipz-visible]:before,[data-scb][class*=cooltipz][data-tooltip-dir=top-right].cooltipz--visible:after,[data-scb][class*=cooltipz][data-tooltip-dir=top-right].cooltipz--visible:before,[data-scb][class*=cooltipz][data-tooltip-dir=top-right]:focus:after,[data-scb][class*=cooltipz][data-tooltip-dir=top-right]:focus:before,[data-scb][class*=cooltipz][data-tooltip-dir=top-right]:hover:after,[data-scb][class*=cooltipz][data-tooltip-dir=top-right]:hover:before,[data-scb][class*=cooltipz][data-tooltip-dir=top-right][data-cooltipz-visible]:after,[data-scb][class*=cooltipz][data-tooltip-dir=top-right][data-cooltipz-visible]:before,[data-scb][data-tooltip-dir].cooltipz--bottom-left.cooltipz--visible:after,[data-scb][data-tooltip-dir].cooltipz--bottom-left.cooltipz--visible:before,[data-scb][data-tooltip-dir].cooltipz--bottom-left:focus:after,[data-scb][data-tooltip-dir].cooltipz--bottom-left:focus:before,[data-scb][data-tooltip-dir].cooltipz--bottom-left:hover:after,[data-scb][data-tooltip-dir].cooltipz--bottom-left:hover:before,[data-scb][data-tooltip-dir].cooltipz--bottom-left[data-cooltipz-visible]:after,[data-scb][data-tooltip-dir].cooltipz--bottom-left[data-cooltipz-visible]:before,[data-scb][data-tooltip-dir].cooltipz--bottom-right.cooltipz--visible:after,[data-scb][data-tooltip-dir].cooltipz--bottom-right.cooltipz--visible:before,[data-scb][data-tooltip-dir].cooltipz--bottom-right:focus:after,[data-scb][data-tooltip-dir].cooltipz--bottom-right:focus:before,[data-scb][data-tooltip-dir].cooltipz--bottom-right:hover:after,[data-scb][data-tooltip-dir].cooltipz--bottom-right:hover:before,[data-scb][data-tooltip-dir].cooltipz--bottom-right[data-cooltipz-visible]:after,[data-scb][data-tooltip-dir].cooltipz--bottom-right[data-cooltipz-visible]:before,[data-scb][data-tooltip-dir].cooltipz--top-left.cooltipz--visible:after,[data-scb][data-tooltip-dir].cooltipz--top-left.cooltipz--visible:before,[data-scb][data-tooltip-dir].cooltipz--top-left:focus:after,[data-scb][data-tooltip-dir].cooltipz--top-left:focus:before,[data-scb][data-tooltip-dir].cooltipz--top-left:hover:after,[data-scb][data-tooltip-dir].cooltipz--top-left:hover:before,[data-scb][data-tooltip-dir].cooltipz--top-left[data-cooltipz-visible]:after,[data-scb][data-tooltip-dir].cooltipz--top-left[data-cooltipz-visible]:before,[data-scb][data-tooltip-dir].cooltipz--top-right.cooltipz--visible:after,[data-scb][data-tooltip-dir].cooltipz--top-right.cooltipz--visible:before,[data-scb][data-tooltip-dir].cooltipz--top-right:focus:after,[data-scb][data-tooltip-dir].cooltipz--top-right:focus:before,[data-scb][data-tooltip-dir].cooltipz--top-right:hover:after,[data-scb][data-tooltip-dir].cooltipz--top-right:hover:before,[data-scb][data-tooltip-dir].cooltipz--top-right[data-cooltipz-visible]:after,[data-scb][data-tooltip-dir].cooltipz--top-right[data-cooltipz-visible]:before,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom-left].cooltipz--visible:after,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom-left].cooltipz--visible:before,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom-left]:focus:after,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom-left]:focus:before,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom-left]:hover:after,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom-left]:hover:before,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom-left][data-cooltipz-visible]:after,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom-left][data-cooltipz-visible]:before,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom-right].cooltipz--visible:after,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom-right].cooltipz--visible:before,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom-right]:focus:after,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom-right]:focus:before,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom-right]:hover:after,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom-right]:hover:before,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom-right][data-cooltipz-visible]:after,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom-right][data-cooltipz-visible]:before,[data-scb][data-tooltip-dir][data-tooltip-dir=top-left].cooltipz--visible:after,[data-scb][data-tooltip-dir][data-tooltip-dir=top-left].cooltipz--visible:before,[data-scb][data-tooltip-dir][data-tooltip-dir=top-left]:focus:after,[data-scb][data-tooltip-dir][data-tooltip-dir=top-left]:focus:before,[data-scb][data-tooltip-dir][data-tooltip-dir=top-left]:hover:after,[data-scb][data-tooltip-dir][data-tooltip-dir=top-left]:hover:before,[data-scb][data-tooltip-dir][data-tooltip-dir=top-left][data-cooltipz-visible]:after,[data-scb][data-tooltip-dir][data-tooltip-dir=top-left][data-cooltipz-visible]:before,[data-scb][data-tooltip-dir][data-tooltip-dir=top-right].cooltipz--visible:after,[data-scb][data-tooltip-dir][data-tooltip-dir=top-right].cooltipz--visible:before,[data-scb][data-tooltip-dir][data-tooltip-dir=top-right]:focus:after,[data-scb][data-tooltip-dir][data-tooltip-dir=top-right]:focus:before,[data-scb][data-tooltip-dir][data-tooltip-dir=top-right]:hover:after,[data-scb][data-tooltip-dir][data-tooltip-dir=top-right]:hover:before,[data-scb][data-tooltip-dir][data-tooltip-dir=top-right][data-cooltipz-visible]:after,[data-scb][data-tooltip-dir][data-tooltip-dir=top-right][data-cooltipz-visible]:before{transform:translate(0)}[data-scb][class*=cooltipz].cooltipz--top-right:after,[data-scb][class*=cooltipz][data-tooltip-dir=top-right]:after,[data-scb][data-tooltip-dir].cooltipz--top-right:after,[data-scb][data-tooltip-dir][data-tooltip-dir=top-right]:after{margin-bottom:10px;right:0}[data-scb][class*=cooltipz].cooltipz--bottom-right:before,[data-scb][class*=cooltipz].cooltipz--top-right:before,[data-scb][class*=cooltipz][data-tooltip-dir=bottom-right]:before,[data-scb][class*=cooltipz][data-tooltip-dir=top-right]:before,[data-scb][data-tooltip-dir].cooltipz--bottom-right:before,[data-scb][data-tooltip-dir].cooltipz--top-right:before,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom-right]:before,[data-scb][data-tooltip-dir][data-tooltip-dir=top-right]:before{right:2.5px}[data-scb][class*=cooltipz].cooltipz--bottom:after,[data-scb][class*=cooltipz][data-tooltip-dir=bottom]:after,[data-scb][data-tooltip-dir].cooltipz--bottom:after,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom]:after{margin-top:10px}[data-scb][class*=cooltipz].cooltipz--bottom:after,[data-scb][class*=cooltipz].cooltipz--bottom:before,[data-scb][class*=cooltipz][data-tooltip-dir=bottom]:after,[data-scb][class*=cooltipz][data-tooltip-dir=bottom]:before,[data-scb][data-tooltip-dir].cooltipz--bottom:after,[data-scb][data-tooltip-dir].cooltipz--bottom:before,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom]:after,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom]:before{left:50%;top:calc(100% - 2.5px);transform:translate(-50%,calc(var(--cooltipz-slide, 6px)*-1));transform-origin:bottom}[data-scb][class*=cooltipz].cooltipz--bottom-left:after,[data-scb][class*=cooltipz][data-tooltip-dir=bottom-left]:after,[data-scb][data-tooltip-dir].cooltipz--bottom-left:after,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom-left]:after{left:0;margin-top:10px}[data-scb][class*=cooltipz].cooltipz--bottom-left:after,[data-scb][class*=cooltipz].cooltipz--bottom-left:before,[data-scb][class*=cooltipz].cooltipz--bottom-right:after,[data-scb][class*=cooltipz].cooltipz--bottom-right:before,[data-scb][class*=cooltipz][data-tooltip-dir=bottom-left]:after,[data-scb][class*=cooltipz][data-tooltip-dir=bottom-left]:before,[data-scb][class*=cooltipz][data-tooltip-dir=bottom-right]:after,[data-scb][class*=cooltipz][data-tooltip-dir=bottom-right]:before,[data-scb][data-tooltip-dir].cooltipz--bottom-left:after,[data-scb][data-tooltip-dir].cooltipz--bottom-left:before,[data-scb][data-tooltip-dir].cooltipz--bottom-right:after,[data-scb][data-tooltip-dir].cooltipz--bottom-right:before,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom-left]:after,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom-left]:before,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom-right]:after,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom-right]:before{top:calc(100% - 2.5px);transform:translateY(calc(var(--cooltipz-slide, 6px)*-1));transform-origin:bottom}[data-scb][class*=cooltipz].cooltipz--bottom-right:after,[data-scb][class*=cooltipz][data-tooltip-dir=bottom-right]:after,[data-scb][data-tooltip-dir].cooltipz--bottom-right:after,[data-scb][data-tooltip-dir][data-tooltip-dir=bottom-right]:after{margin-top:10px;right:0}[data-scb][class*=cooltipz].cooltipz--left:after,[data-scb][class*=cooltipz].cooltipz--left:before,[data-scb][class*=cooltipz][data-tooltip-dir=left]:after,[data-scb][class*=cooltipz][data-tooltip-dir=left]:before,[data-scb][data-tooltip-dir].cooltipz--left:after,[data-scb][data-tooltip-dir].cooltipz--left:before,[data-scb][data-tooltip-dir][data-tooltip-dir=left]:after,[data-scb][data-tooltip-dir][data-tooltip-dir=left]:before{right:calc(100% + 7px);top:50%;transform:translate(var(--cooltipz-slide,6px),-50%);transform-origin:left}[data-scb][class*=cooltipz].cooltipz--right:after,[data-scb][class*=cooltipz].cooltipz--right:before,[data-scb][class*=cooltipz][data-tooltip-dir=right]:after,[data-scb][class*=cooltipz][data-tooltip-dir=right]:before,[data-scb][data-tooltip-dir].cooltipz--right:after,[data-scb][data-tooltip-dir].cooltipz--right:before,[data-scb][data-tooltip-dir][data-tooltip-dir=right]:after,[data-scb][data-tooltip-dir][data-tooltip-dir=right]:before{left:calc(100% + 7px);top:50%;transform:translate(calc(var(--cooltipz-slide, 6px)*-1),-50%);transform-origin:right}[data-scb][class*=cooltipz].cooltipz--fit:after,[data-scb][class*=cooltipz][data-cooltipz-size=fit]:after,[data-scb][data-tooltip-dir].cooltipz--fit:after,[data-scb][data-tooltip-dir][data-cooltipz-size=fit]:after{width:100%}[data-scb][class*=cooltipz].cooltipz--small:after,[data-scb][class*=cooltipz][data-cooltipz-size=small]:after,[data-scb][data-tooltip-dir].cooltipz--small:after,[data-scb][data-tooltip-dir][data-cooltipz-size=small]:after{width:var(--cooltipz-small,6.25rem)}[data-scb][class*=cooltipz].cooltipz--medium:after,[data-scb][class*=cooltipz][data-cooltipz-size=medium]:after,[data-scb][data-tooltip-dir].cooltipz--medium:after,[data-scb][data-tooltip-dir][data-cooltipz-size=medium]:after{width:var(--cooltipz-medium,12.5rem)}[data-scb][class*=cooltipz].cooltipz--large:after,[data-scb][class*=cooltipz][data-cooltipz-size=large]:after,[data-scb][data-tooltip-dir].cooltipz--large:after,[data-scb][data-tooltip-dir][data-cooltipz-size=large]:after{width:var(--cooltipz-large,18.75rem)}[data-scb][class*=cooltipz].cooltipz--static:after,[data-scb][class*=cooltipz].cooltipz--static:before,[data-scb][class*=cooltipz][data-cooltipz-static]:after,[data-scb][class*=cooltipz][data-cooltipz-static]:before,[data-scb][data-tooltip-dir].cooltipz--static:after,[data-scb][data-tooltip-dir].cooltipz--static:before,[data-scb][data-tooltip-dir][data-cooltipz-static]:after,[data-scb][data-tooltip-dir][data-cooltipz-static]:before{transition:none}.gsb-buttons.has-no-close-button:not(.single) .gsb-trigger{display:none!important}.gsb-buttons.has-shadow .gsb-button-list .chat-button a,.gsb-buttons.has-shadow .gsb-trigger-button .chat-button a,.gsb-buttons.has-shadow .gsb-trigger-button a{box-shadow:0 0 12px rgba(0,0,0,.2);-webkit-box-shadow:0 0 12px rgba(0,0,0,.2)}.gsb-buttons.has-shadow .gsb-button-list .chat-button a:hover,.gsb-buttons.has-shadow .gsb-trigger-button .chat-button a:hover,.gsb-buttons.has-shadow .gsb-trigger-button a:hover{box-shadow:0 0 12px rgba(0,0,0,.3);-webkit-box-shadow:0 0 12px rgba(0,0,0,.3)}.gsb-buttons .sr-only{clip:rect(0,0,0,0)!important;border:0!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important}.has-no-animation .chat-button{transition:none!important}.scw-contact-form{animation-delay:-2s;-webkit-animation-delay:-2s;position:absolute;transition:.5s;-webkit-transition:.5s;width:320px}.gsb-buttons.right-side .scw-contact-form,.gsb-buttons.right-side .wechat-popup,.gsb-buttons.right-side .whatsapp-popup{right:0}.gsb-buttons.left-side .scw-contact-form,.gsb-buttons.left-side .wechat-popup,.gsb-buttons.left-side .whatsapp-popup{left:0}.gsb-buttons .wechat-popup,.gsb-buttons .whatsapp-popup,.gsb-buttons:not(.open-form) .scw-contact-form{bottom:0;opacity:0;visibility:hidden}.gsb-buttons.open-form .scw-contact-form,.gsb-buttons.open-wechat-popup .wechat-popup.active,.gsb-buttons.open-whatsapp-popup .whatsapp-popup.active{opacity:1;transform:translateY(-5px);visibility:visible}.scw-form-container{background:#fff;border-radius:6px;box-shadow:0 5px 40px rgba(0,0,0,.16);-webkit-box-shadow:0 5px 40px rgba(0,0,0,.16);-moz-box-shadow:0 5px 40px rgba(0,0,0,.16);position:relative;-moz-transition:.5s linear}.scw-form-close{cursor:pointer;display:inline-block;position:absolute;right:7px;top:7px}.scw-form-close span{display:block;margin:5px 0}.scw-form-title{border-bottom:1px solid #acacac;font-size:18px;line-height:1.2;padding:10px 25px 10px 15px;text-align:left}.scw-form-body{max-height:calc(100vh - 230px);overflow-y:auto;padding:15px 15px 0}.scw-form-field+.scw-form-field{margin-top:12px}.scw-form-field label{display:block;font-size:14px;font-weight:600;line-height:14px;margin-bottom:3px}.scw-form-field label span{color:red}.scw-form-field input{height:32px!important;line-height:32px!important;margin:0!important;padding:0 10px!important}.scw-form-field input,.scw-form-field textarea{background-color:#fff!important;border:1px solid #d7d7d7!important;border-radius:4px!important;color:#1c2733!important;font-size:14px!important;outline:none!important;transition:all .5s ease-in-out;width:100%}.scw-form-field textarea{display:block;height:60px;line-height:19px!important;margin-top:5px;max-width:100%;padding:5px 10px!important}.error-msg,.error-msg-valid{color:red;display:block;font-size:12px}.scw-form-field:not(.has-error) .error-msg,.scw-form-field:not(.has-error-valid) .error-msg-valid{display:none}.scw-form-field.has-error input,.scw-form-field.has-error textarea,.scw-form-field.has-error-valid input{border-color:red!important}.scw-form-btn{padding:15px}.scw-form-btn button{background:#736bc4;border:none;border-radius:4px;color:#fff;cursor:pointer;display:block;font-size:18px;height:36px;line-height:36px;margin:0;outline:none!important;padding:0!important;text-align:center;width:100%}.open-form .scb-tooltip:after,.open-form .scb-tooltip:before,.open-wechat-popup .scb-tooltip:after,.open-wechat-popup .scb-tooltip:before,.open-whatsapp-popup .scb-tooltip:after,.open-whatsapp-popup .scb-tooltip:before{display:none}.scw-form-success.success-open-msg{border-radius:0 0 6px 6px;color:#4caf50;font-size:16px;padding:0 10px 15px}.scw-contact-form:not(.success-msg) .scw-form-success.success-open-msg{display:none}.view-list .list_view{background-color:#fff;border-radius:5px;bottom:0;box-shadow:0 0 5px 1px rgba(0,0,0,.2);max-width:100%;min-width:300px;opacity:0;overflow:visible;pointer-events:none;position:absolute;right:0;transform:translateY(50px) scale(1);transition:transform .2s linear,opacity .2s linear,visibility .2s linear;transition-delay:0s!important;visibility:hidden;width:300px;z-index:0}.left-side.view-list .list_view{left:0;right:auto}.open-buttons .list_view{pointer-events:auto;z-index:101}.view-list .list_view .channel-list .list-channel-container:last-child a{-moz-border-radius-bottomright:5px;-moz-border-radius-bottomleft:5px;-webkit-border-bottom-left-radius:5px;border-bottom-left-radius:5px;-webkit-border-bottom-right-radius:5px;border-bottom-right-radius:5px}.gsb-buttons.view-grid.right-side .gsb-trigger,.gsb-buttons.view-list.right-side .gsb-trigger{margin-left:auto}.gsb-buttons.view-grid.left-side .gsb-trigger,.gsb-buttons.view-list.left-side .gsb-trigger{margin-right:auto}.list-channel .chat-button-link:after,.list-channel .chat-button-link:before{content:none}.list-channel .gsb-social-channel{align-items:center;border-radius:0;box-shadow:none!important;display:flex;height:auto;padding:10px 15px;text-decoration:none;width:auto}.list-channel .gsb-social-channel:hover{background-color:#f9f9f9}.list-channel .chat-button-icon{flex:0 0 40px;height:40px;padding:10px;width:40px}.list-channel .list-channel-title{color:#000;font-size:15px;margin-left:10px;overflow:hidden;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}.view-list .list_view .channel-list-container{overflow-y:auto}.view-list .list_view .channel-list .list-channel-container+.list-channel-container{border-top:1px solid #eee}.chat-button.list-channel{height:auto;padding:0;width:auto}.list_title_container{align-items:center;border-radius:5px 5px 0 0;display:flex;padding:10px 30px 10px 15px;position:relative;text-align:left}.list_title_container .list_title{font-size:16px;line-height:25px}.success-msg.has-error .success-open-msg{color:red}.view-grid .grid_view{background-color:#fff;border-radius:5px;bottom:0;box-shadow:0 0 5px 1px rgba(0,0,0,.2);max-width:100%;min-width:300px;opacity:0;overflow:visible;pointer-events:none;position:absolute;right:0;transform:translateY(50px) scale(1);transition:transform .2s linear,opacity .2s linear,visibility .2s linear;transition-delay:0s!important;visibility:hidden;width:300px;z-index:0}.left-side.view-grid .grid_view{left:0;right:auto}.open-buttons .grid_view{pointer-events:auto;z-index:101}.view-grid .grid_view .channel-grid .channel-grid-container{display:flex;flex-wrap:wrap;padding:0 10px 10px}.view-grid .channel-grid .chat-button{height:auto;line-height:1;padding:6px!important;width:auto}.view-grid .channel-grid .chat-button a{height:44px!important;width:44px!important}.view-grid .channel-grid .chat-button span.chat-button-icon{height:24px!important;width:24px!important}.grid-title-container{font-size:16px;line-height:1.2;padding:10px 15px}.grid-title-container .grid-title p{overflow-wrap:break-word}.grid-desc-container{font-size:15px;line-height:20px;padding:5px 10px}.close-view-btn{cursor:pointer;display:inline-block;line-height:20px;position:absolute;right:5px;text-decoration:none!important;top:50%;transform:translateY(-50%)}.close-view-btnsvg{height:20px;width:20px}.default-insta-hover:hover{background:#fed975!important;background:-webkit-gradient(left bottom,right top,color-stop(0,#fed975),color-stop(26%,#fa7e1e),color-stop(50%,#d62977),color-stop(75%,#962fbf),color-stop(100%,#4f5ad5))!important;background:linear-gradient(45deg,#fed975,#fa7e1e 26%,#d62977 50%,#962fbf 75%,#4f5ad5)!important}.wechat-popup,.whatsapp-popup{animation-delay:-2s;-webkit-animation-delay:-2s;background-color:#e8e4df;border-radius:6px;box-shadow:0 5px 10px 0 rgba(0,0,0,.1);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;margin:0;max-width:320px;overflow-y:auto;padding:0;position:absolute;transition:.5s;-webkit-transition:.5s;width:320px}.wechat-popup-header,.whatsapp-popup-header{align-items:center;background-color:#10c379;border-top-left-radius:6px;border-top-right-radius:6px;display:flex;padding:15px;position:relative}.whatsapp-profile{height:46px;margin-right:10px;width:46px}.wechat-profile img,.whatsapp-profile img{border:2px solid #fff;border-radius:50%;height:46px;-o-object-fit:cover;object-fit:cover;width:46px}.wechat-popup-title-section,.whatsapp-popup-title-section{color:#fff;flex:1;margin:0 15px 0 0}.wechat-popup-title,.whatsapp-popup-title{font-size:16px;font-weight:700;line-height:20px}.whatsapp-popup-sub-title{font-size:13px}.wechat-popup-close-btn,.whatsapp-popup-close-btn{fill:#fff;cursor:pointer;height:20px;position:absolute;right:10px;top:50%;transform:translateY(-50%);width:20px}.whatsapp-popup-body{align-items:flex-start;background-color:#e8e4df;display:flex;height:auto;max-height:500px;min-height:270px;overflow-y:auto;padding:15px}.whatsapp-chat{background-color:#fff;border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top-right-radius:6px;font-size:14px;line-height:18px;padding:10px 10px 20px;position:relative;width:-moz-fit-content;width:fit-content}.whatsapp-chat p{line-height:18px;margin:0}.whatsapp-chat p+p{margin:0;padding:5px 0 0}.whatsapp-chat:before{border-left:11px solid transparent;border-right:0 solid transparent;border-top:11px solid #fff;content:"";height:32px;left:-10px;position:absolute;top:0}.whatsapp-popup-footer{align-content:center;align-items:center;background-color:#e8e4df;border-bottom-left-radius:6px;border-bottom-right-radius:6px;display:flex;padding:15px}.whatsapp-chat-input{border:none!important;border-radius:50px!important;flex:1;font-size:14px;height:40px;outline:none!important;padding:0 15px!important}.whatsapp-chat-input::-moz-placeholder{color:#c2c2c2}.whatsapp-chat-input::placeholder{color:#c2c2c2}.whatsapp-form-btn{padding:0 0 0 10px}.whatsapp-send-btn{background:transparent!important;border:none!important;line-height:18px!important;margin:0!important;min-width:1px!important;outline:none!important;padding:10px 8px 10px 12px!important}button.whatsapp-send-btn{background:#10c379!important;border-radius:50%;cursor:pointer;height:40px!important;min-width:1px;width:40px!important}.whatsapp-send-btn svg{cursor:pointer;height:18px;width:18px}.whatsapp-send-btn svg path{fill:#fff}.list-channel .gsb-social-channel:hover span:not(.channel-bs-icon){box-shadow:0 0 8px rgba(0,0,0,.25);-webkit-box-shadow:0 0 8px rgba(0,0,0,.25)}.view-grid .grid_view .chat-button-link.has-image img,.view-list .list_view .gsb-social-channel .chat-button-icon.has-image img{height:100%!important;-o-object-fit:cover;object-fit:cover;width:100%!important}.gsb-buttons .gsb-button-list .list_title_container .close-view-btn svg path{stroke:#fff}.close-view-btn svg{height:20px;width:20px}.wp-user-profile-img{border-radius:50%;height:35px;margin-right:15px;margin-top:-1px;-o-object-fit:cover;object-fit:cover;width:35px}.whatsapp-chat-user-name{color:#1fa855;font-size:12px;font-weight:500;padding:0 0 5px}.whatsapp-chat-time{bottom:5px;color:#667781;font-size:10px;line-height:10px;padding:5px 0 0;position:absolute;right:10px}.gsb-button-list:not(.corner_circle_view) .chat-button{transition-delay:0s!important}.gsb-button-list.corner_circle_view .chat-button{z-index:999}.gsb-button-list.corner_circle_view .chat-button:hover{z-index:9999}.gsb-buttons .gsb-button-list .list_title_container .close-view-btn span.dashicons,.wechat-popup-close-btn .dashicons,.whatsapp-popup-close-btn .dashicons{color:#fff}.gsb-buttons.single.open-form .gsb-trigger-contact,.gsb-buttons.single.open-wechat-popup .gsb-trigger-wechat-popup,.gsb-buttons.single.open-whatsapp-popup .gsb-trigger-whatsapp-popup{z-index:1}.gsb-button-list.menu_view .chat-button{border-radius:5px!important;height:36px!important;line-height:36px!important;width:200px!important}.gsb-button-list.menu_view .chat-button a{align-items:center!important;border-radius:5px!important;display:flex!important;height:36px!important;line-height:28px!important;padding:0 7px!important;text-decoration:none;width:200px!important}.gsb-button-list.menu_view .chat-button{margin:10px 0 0}.gsb-button-list.menu_view .chat-button span.chat-button-icon{align-items:center;display:flex;flex:0 0 24px;margin-right:5px}.gsb-button-list.menu_view .chat-button-icon svg{display:inline-block;height:20px;vertical-align:middle;width:20px}.gsb-buttons.right-side .gsb-button-list.menu_view+.gsb-trigger{bottom:0;position:relative;right:0}.gsb-buttons.right-side .gsb-button-list.menu_view+.gsb-trigger .gsb-trigger-button{text-align:right}.menu-view-title{font-size:16px}.gsb-button-list.menu_view .chat-button a.has-image .chat-button-icon{height:24px;width:24px}.gsb-button-list.menu_view .chat-button a.has-image .chat-button-icon img{height:100%!important;position:unset;width:100%!important}.gsb-button-list.corner_circle_view .chat-button a.has-image .chat-button-icon img{height:100%!important;width:100%!important}.gsb-buttons.open-form .scw-contact-form,.gsb-buttons.open-wechat-popup .wechat-popup,.gsb-buttons.open-whatsapp-popup .whatsapp-popup{z-index:1211}.gsb-buttons .gsb-button-list.menu_view{animation-delay:-2s;-webkit-animation-delay:-2s;bottom:0;position:absolute;right:8px;transition:.5s;-webkit-transition:.5s}.gsb-buttons.left-side .gsb-button-list.menu_view{left:0;right:auto}.gsb-buttons p{margin:0!important;padding:0!important}.iti-mobile .iti__country-list{max-height:100%;width:-moz-max-content;width:max-content}body.rtl .wechat-popup-close-btn,body.rtl .whatsapp-popup-close-btn{left:10px;right:auto}body.rtl .whatsapp-form-btn{padding:0 10px 0 0}body.rtl .whatsapp-profile{margin-left:10px;margin-right:0}body.rtl .scw-form-title{padding:10px 15px 10px 25px;text-align:right}body.rtl .scw-form-close{left:7px;right:auto}body.rtl .scw-form-field .iti--allow-dropdown .scw-field-number{padding-right:50px!important}body.rtl .list-channel .list-channel-title{margin-left:0;margin-right:10px}body.rtl .wp-user-profile-img{margin-left:15px;margin-right:0}body.rtl .whatsapp-chat{border-top-left-radius:6px;border-top-right-radius:0}body.rtl .whatsapp-chat:before{border-left:0 solid transparent;border-right:11px solid transparent;left:auto;right:-10px}body.rtl .gsb-button-list.menu_view .chat-button span.chat-button-icon{margin-left:5px;margin-right:0}body.rtl .wechat-popup-title-section,body.rtl .whatsapp-popup-title-section{margin:0 0 0 15px}body.rtl .wechat-profile{margin-left:10px;margin-right:0}.wechat-popup,.wechat-popup-body{background-color:#fff}.wechat-popup-body{overflow-y:auto;padding:15px}.wechat-popup-qr-heading{color:gray;font-size:15px}.wechat-popup-qr-img{border:1px solid #bebebe;border-radius:4px;height:250px;margin-top:10px;padding:10px;width:100%}.wechat-popup-qr-img img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.wechat-profile{height:26px;margin-right:10px;width:26px}.gsb-buttons.single.open-form .gsb-trigger .chat-button,.gsb-buttons.single.open-wechat-popup .gsb-trigger .chat-button,.gsb-buttons.single.open-whatsapp-popup .gsb-trigger .chat-button{visibility:hidden}.menu-view-title{overflow:hidden;text-overflow:ellipsis;white-space:pre}[data-scb][data-tooltip-dir][data-tooltip-dir=left]:not([class*=cooltipz]):after{transform:translate(-30px,-50%)!important}[data-scb][data-tooltip-dir][data-tooltip-dir=left]:before{border-width:5px 0 5px 11px}[data-scb][data-tooltip-dir][data-tooltip-dir=left]:not([class*=cooltipz]):before{transform:translate(-25px,-50%)!important}[data-scb][data-tooltip-dir][data-tooltip-dir=left]:not([class*=cooltipz]):hover:after,[data-scb][data-tooltip-dir][data-tooltip-dir=left][class*=cooltipz]:after{transform:translate(-8px,-50%)!important}[data-scb][data-tooltip-dir][data-tooltip-dir=left]:not([class*=cooltipz]):hover:before,[data-scb][data-tooltip-dir][data-tooltip-dir=left][class*=cooltipz]:before{transform:translateY(-50%)!important}[data-scb][data-tooltip-dir][data-tooltip-dir=right]:not([class*=cooltipz]):after{transform:translate(30px,-50%)!important}[data-scb][data-tooltip-dir][data-tooltip-dir=right]:before{border-width:5px 11px 5px 0}[data-scb][data-tooltip-dir][data-tooltip-dir=right]:not([class*=cooltipz]):before{transform:translate(25px,-50%)!important}[data-scb][data-tooltip-dir][data-tooltip-dir=right]:not([class*=cooltipz]):hover:after,[data-scb][data-tooltip-dir][data-tooltip-dir=right][class*=cooltipz]:after{transform:translate(8px,-50%)!important}[data-scb][data-tooltip-dir][data-tooltip-dir=right]:not([class*=cooltipz]):hover:before,[data-scb][data-tooltip-dir][data-tooltip-dir=right][class*=cooltipz]:before{transform:translateY(-50%)!important}[data-scb][data-tooltip-dir][data-tooltip-dir=top]:not([class*=cooltipz]):after{transform:translate(-50%,-30px)!important}[data-scb][data-tooltip-dir][data-tooltip-dir=top]:before{border-width:11px 5px 0}[data-scb][data-tooltip-dir][data-tooltip-dir=top]:not([class*=cooltipz]):before{transform:translate(-50%,-25px)!important}[data-scb][data-tooltip-dir][data-tooltip-dir=top]:not([class*=cooltipz]):hover:after,[data-scb][data-tooltip-dir][data-tooltip-dir=top][class*=cooltipz]:after{transform:translate(-50%,-13px)!important}[data-scb][data-tooltip-dir][data-tooltip-dir=top]:not([class*=cooltipz]):hover:before,[data-scb][data-tooltip-dir][data-tooltip-dir=top][class*=cooltipz]:before{transform:translate(-50%,-5px)!important}.consent-check-box{align-items:center;display:inline-flex;position:relative}.consent-check-box label{cursor:pointer;display:inline-flex;position:relative}.consent-check-box label:before{background-color:#fff;border:2px solid #d7d7d7;border-radius:.25rem;color:transparent;content:"✓";display:inline-flex;font-weight:700;height:1.25rem;justify-content:center;margin-right:7px;transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);width:1.25rem}.consent-check-box input:checked+label:before{background-color:#736bc4;border-color:#736bc4}.consent-check-box label{align-items:center;display:flex!important;margin:0!important;padding:0!important}.scw-greeting-message{background:#fff;border-radius:8px;bottom:calc(100% + 15px);box-shadow:0 0 10px rgba(0,0,0,.2);color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:14px;line-height:20px;max-width:320px;min-width:1px;opacity:1;overflow:visible;padding:10px 25px 10px 15px;position:absolute;text-align:left;transition:all .3s ease-in-out;visibility:visible;width:-moz-max-content;width:max-content;z-index:-1}.scw-greeting-message:after{border-color:#fff transparent transparent;border-style:solid;border-width:9px 4px 0;bottom:-9px;content:"";left:30px;position:absolute;text-decoration:none;transform-origin:bottom;transition:all .1s ease-in-out}.gsb-buttons.right-side .scw-greeting-message:after{left:auto;right:30px}.gsb-buttons.left-side .scw-greeting-message{left:0}.gsb-buttons.right-side .scw-greeting-message{right:0}.scw-greeting-message svg{fill:#000;cursor:pointer;display:block;height:15px;position:absolute;right:5px;top:5px;width:15px}.scw-greeting-message svg path{stroke:#000}.gsb-buttons.open-buttons .scw-greeting-message,.open-form .scw-greeting-message,.open-wechat-popup .scw-greeting-message,.open-whatsapp-popup .scw-greeting-message,.scw-greeting-message:not(.active){bottom:0;opacity:0;visibility:hidden}.cta-tooltip{background-color:#000;border-radius:6px;bottom:calc(100% + 4px);box-shadow:0 0 10px rgba(0,0,0,.2);color:#fff;font-size:14px;left:50%;line-height:normal;max-width:210px;min-width:50px;opacity:0;padding:6px 15px;pointer-events:none;text-align:center;transform:translate(-50%,-30px);visibility:hidden;white-space:nowrap;width:auto;z-index:10}.cta-tooltip,.cta-tooltip:after{position:absolute;text-decoration:none;transition:all .1s ease-in-out}.cta-tooltip:after{border-color:#000 transparent transparent;border-style:solid;border-width:5px 5px 0;bottom:calc(100% + 5px);content:"";transform:translate(-50%,-25px);transform-origin:top}.channel-btn.active:hover .cta-tooltip:after,.channel-btn.active:hover .cta-tooltip:before,.cooltipz--visible .cta-tooltip,.cooltipz--visible .cta-tooltip:after{opacity:1;text-overflow:ellipsis;visibility:visible}.channel-btn.active:hover .cta-tooltip,.channel-btn.active:hover .cta-tooltip:after,.cooltipz--visible .cta-tooltip,.cooltipz--visible .cta-tooltip:after{white-space:pre!important}.cooltipz--visible .cta-tooltip,.cooltipz--visible:hover .cta-tooltip{transform:translate(-50%,-5px)}.cooltipz--visible .cta-tooltip:after,.cooltipz--visible:hover .cta-tooltip:after{transform:translateX(-50%)}[data-tooltip-dir=left] .cta-tooltip:after{bottom:50%;left:calc(100% + 4px)}[data-tooltip-dir=left] .cta-tooltip{bottom:50%;left:auto;right:calc(100% + 5px);transform:translate(-30px,50%)}.cooltipz--visible[data-tooltip-dir=left] .cta-tooltip,[data-tooltip-dir=left]:hover .cta-tooltip{transform:translate(-10px,50%)}[data-tooltip-dir=left] .cta-tooltip:after{border-color:transparent transparent transparent rgba(55,64,70,.9);border-width:5px 0 5px 11px;transform:translate(-25px,50%);transform-origin:left}.cooltipz--visible[data-tooltip-dir=left] .cta-tooltip:after,[data-tooltip-dir=left]:hover .cta-tooltip:after{transform:translate(-4px,50%)}.cooltipz--visible[data-tooltip-dir=right] .cta-tooltip:after,[data-tooltip-dir=right]:hover .cta-tooltip:after{transform:translate(4px,50%)}[data-tooltip-dir=right] .cta-tooltip{bottom:50%;left:calc(100% + 5px)}[data-tooltip-dir=right] .cta-tooltip:after{bottom:50%;right:calc(100% + 4px)}[data-tooltip-dir=right] .cta-tooltip{transform:translate(30px,50%)}.cooltipz--visible[data-tooltip-dir=right] .cta-tooltip,[data-tooltip-dir=right]:hover .cta-tooltip{transform:translate(10px,50%)}[data-tooltip-dir=right] .cta-tooltip:after{border-color:transparent rgba(55,64,70,.9) transparent transparent;border-width:5px 11px 5px 0;transform:translate(25px,50%);transform-origin:right}
  • sticky-chat-widget/trunk/dist/front/js/script.js

    r3269318 r3349742  
    1 function show_sticky_chat_widget(t){if(void 0!==t){const s=jQuery("#gsb-buttons-"+t);s.length&&(s.hasClass("open-form")?s.addClass("active").removeClass("open-form").addClass("open-buttons"):s.hasClass("open-whatsapp-popup")?s.addClass("active").removeClass("open-whatsapp-popup").addClass("open-buttons"):s.hasClass("open-wechat-popup")?s.addClass("active").removeClass("open-wechat-popup").addClass("open-buttons"):s.hasClass("active")&&"none"===s.css("display")?(s.show().addClass("open-buttons"),setSCWCookie("gsb-button-view-"+t,!0,2)):s.addClass("active").addClass("open-buttons"))}else{const t=jQuery(".gsb-buttons:eq(0)"),s=t.data("id");t.hasClass("open-form")?t.addClass("active").removeClass("open-form").addClass("open-buttons"):t.hasClass("open-whatsapp-popup")?t.addClass("active").removeClass("open-whatsapp-popup").addClass("open-buttons"):t.hasClass("open-wechat-popup")?t.addClass("active").removeClass("open-wechat-popup").addClass("open-buttons"):t.hasClass("active")&&"none"===t.css("display")?(t.show().addClass("open-buttons"),setSCWCookie("gsb-button-view-"+s,!0,2)):t.addClass("active").addClass("open-buttons")}}function hide_sticky_chat_widget(){jQuery(".gsb-buttons").removeClass("open-buttons")}function show_scw_contact_form(t){if(void 0!==t){var s=jQuery("#gsb-buttons-"+t);s.hasClass("open-buttons")?s.addClass("active").removeClass("open-buttons").addClass("open-form"):s.hasClass("open-whatsapp-popup")?s.addClass("active").removeClass("open-whatsapp-popup").addClass("open-form"):s.hasClass("open-wechat-popup")?s.addClass("active").removeClass("open-wechat-popup").addClass("open-form"):s.hasClass("active")&&"none"===s.css("display")?(s.show().addClass("open-form"),setSCWCookie("gsb-button-view-"+t,!0,2)):s.addClass("active").addClass("open-form")}else{var o=jQuery(".gsb-buttons:eq(0)"),e=o.data("id");o.hasClass("open-buttons")?o.addClass("active").removeClass("open-buttons").addClass("open-form"):o.hasClass("open-whatsapp-popup")?o.addClass("active").removeClass("open-whatsapp-popup").addClass("open-form"):o.hasClass("open-wechat-popup")?o.addClass("active").removeClass("open-wechat-popup").addClass("open-form"):o.hasClass("active")&&"none"===o.css("display")?(o.show().addClass("open-form"),setSCWCookie("gsb-button-view-"+e,!0,2)):o.addClass("active").addClass("open-form")}}function hide_scw_contact_form(){jQuery(".gsb-buttons").removeClass("open-form")}function setSCWCookie(t,s,o){var e=new Date;e.setTime(e.getTime()+36e5*o),document.cookie=t+"="+s+";path=/;expires="+e.toGMTString()}(()=>{function t(s){return(t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(s)}!function(s){"use strict";var o,e=!1,i=!1,n=0,a=!0,b="",l="",r=0;function c(t,s,o){var e=s;s=parseInt(s-parseInt(.15*s))+15;var i,n=0,a=1.2,b=-1.5,l=1,r=0;do{b=Math.round(s*Math.cos(.5*(r-n)*Math.PI/(l+1))),i=Math.round(s*Math.sin(.5*(r-n)*Math.PI/(l+1))),r++,b<0&&(n=--r,a+=.9,l+=1)}while(r<=t);return b*=a,i*=a,i=parseFloat(i)-parseFloat(.15*e),"right"==o&&(b=parseFloat(b)-parseFloat(.15*e)),[b,i]}function g(t,o,i){var n="",a=1==t.contact_form_setting.is_redirect?t.contact_form_setting.redirect_url:"",b=1==t.contact_form_setting.is_redirect_new_tab?"blank":"";n+="<form class='scw-contact-form' id='scw_contact_form_"+o+"' data_target='"+b+"'>",n+="<div class='scw-form-container'>",n+="<div class='scw-form-close'><span class='dashicons dashicons-arrow-down-alt2'></span></div>",n+="<div class='scw-form-title'>"+t.contact_form_setting.form_title+"</div>",n+="<div class='scw-form'>",n+="<div class='scw-form-body'>",s.each(t.contact_form_setting.fields,(function(t,s){if("1"==s.is_visible){var e="",i="";"1"==s.is_required&&(e="is-require",i="<span> *</span>"),n+="<div class='scw-form-field'>","consent_checkbox"!=t&&(n+="<label for='"+o+"contact_form_"+t+"'>"+s.label+i+"</label>"),"message"==t?n+="<textarea id='"+o+"contact_form_"+t+"' data-name='"+t+"' name='scw_form_fields["+t+"]' class='scw-field scw-field-"+t+" "+e+"' placeholder='"+s.placeholder_text+"'></textarea>":"consent_checkbox"==t?(n+="<div class='d-flex consent-check-box'>",n+="<input type='checkbox' name='scw_consent_checkbox' class='scw-field sr-only scw-field-"+t+" "+e+"' data-name='"+t+"' id='"+o+"contact_form_"+t+"'>",n+="<label for='"+o+"contact_form_"+t+"'>"+s.placeholder_text+"</label>",n+="</div>"):n+="<input id='"+o+"contact_form_"+t+"' data-name='"+t+"' type='text' name='scw_form_fields["+t+"]' class='scw-field scw-field-"+t+" "+e+"' placeholder='"+s.placeholder_text+"' autocomplete='off'>","1"==s.is_required&&(n+="<span class='error-msg'>"+s.required_msg+"</span>"),"email"==t&&(n+="<span class='error-msg-valid'>Please enter valid email</span>"),"phone"==t&&(n+="<span class='error-msg-valid'>Please enter valid Phone</span>"),n+="</div>"}})),n+="</div>",n+="<div class='scw-form-btn'>",n+="<button type='submit'>"+t.contact_form_setting.btn_text+"</button>",n+="</div>";var l="",r="";1==t.contact_form_setting.is_close_aftr_submit&&(r="success-close-msg",l="data_close_sec='"+t.contact_form_setting.close_after_sec+"'"),n+="<div class='scw-form-success success-open-msg "+r+"' "+l+">",n+=t.contact_form_setting.success_msg,n+="</div>",n+="</div>",n+="</div>",n+="<input type='hidden' name='action' value='scw_save_form_data'>",n+="<input type='hidden' name='nonce' value='"+gsb_settings.form_data_nonce+"'>",n+="<input type='hidden' name='call_back_url' value='"+a+"'>",n+="<input type='hidden' name='scw_form_fields[page_url]' value='"+window.location.href+"'>",n+="<input type='hidden' name='scw_form_fields[widget_id]' value='"+o+"'>",n+="<input type='hidden' name='scw_form_fields[is_from_mobile]' value='"+e+"'>",n+="</form>";var c="chat-button-link",g="";d(i)&&(g=t.title);var p="<div class='gsb-trigger-contact'><a href='"+t.href+"' data-scb='"+g+"' target='"+t.target+"' class='scb-tooltip "+c+" gsb-social-channel' id='' data-channel='"+t.channel+"'><span class='sr-only'>"+t.title+'</span><span class="chat-button-icon"><svg xmlns="http://www.w3.org/2000/svg" fill="#ffffff" viewBox="0 0 30 30" width="90" height="90"><path d="M7 4c-.256 0-.512.097-.707.293l-2 2a1 1 0 0 0 0 1.414L11.586 15l-7.293 7.293a1 1 0 0 0 0 1.414l2 2a1 1 0 0 0 1.414 0L15 18.414l7.293 7.293a1 1 0 0 0 1.414 0l2-2a1 1 0 0 0 0-1.414L18.414 15l7.293-7.293a1 1 0 0 0 0-1.414l-2-2a1 1 0 0 0-1.414 0L15 11.586 7.707 4.293C7.512 4.097 7.256 4 7 4z"></path></svg></span></a></div>';s("#gsb-buttons-"+o+" .gsb-trigger .gsb-trigger-button").append(p),s("#gsb-buttons-"+o+" .gsb-trigger .gsb-trigger-button a.channel-contact_form span").removeClass(c);var u="<style>";return u+="#gsb-buttons-"+o+" .scw-contact-form .scw-form-btn button { background-color:"+t.contact_form_setting.btn_bg_color+";color : "+t.contact_form_setting.btn_color+" }",u+="#gsb-buttons-"+o+" .scw-contact-form .consent-check-box input:checked + label:before { background-color:"+t.contact_form_setting.btn_bg_color+";border-color:"+t.contact_form_setting.btn_bg_color+";color : "+t.contact_form_setting.btn_color+" }",u+="#gsb-buttons-"+o+" .scw-contact-form .scw-form-btn button:hover { background-color:"+t.contact_form_setting.btn_bg_hover_color+";color : "+t.contact_form_setting.btn_hover_color+" }",u+="</style>",s("head").append(u),n}function p(t,o,i){var n,a=new Date,b=a.getMinutes()<10?"0"+a.getMinutes():a.getMinutes(),l=(a.getHours()<10?"0"+a.getHours():a.getHours())+":"+b;n=e?"https://wa.me/"+t.value:"https://web.whatsapp.com/send";var r="";""==t.whatsapp_popup_setting.user_profile_image&&(r="no-user-profile");var c="";c+='<div class="whatsapp-popup" id="'+t.channel+'_popup">',c+='<div class="whatsapp-popup-header">',c+='<div class="whatsapp-profile">',""!=t.whatsapp_popup_setting.custom_whatsapp_profile?c+='<img src="'+t.whatsapp_popup_setting.custom_whatsapp_profile+'" alt="Profile image">':c+='<svg xmlns="http://www.w3.org/2000/svg" width="32" height="33" viewBox="0 0 32 33" fill="none"> <g filter="url(#filter0_f_9477_7201)"> <path d="M9.95924 25.2858L10.3674 25.5276C12.0818 26.545 14.0475 27.0833 16.052 27.0842H16.0562C22.2122 27.0842 27.2221 22.0753 27.2247 15.919C27.2258 12.9357 26.0652 10.1303 23.9565 8.01998C22.9223 6.97924 21.6919 6.15397 20.3365 5.59195C18.9812 5.02992 17.5278 4.74231 16.0606 4.74576C9.89989 4.74576 4.88975 9.75407 4.88756 15.91C4.88453 18.0121 5.47648 20.0722 6.59498 21.852L6.86071 22.2742L5.73223 26.394L9.95924 25.2858ZM2.50586 29.5857L4.41235 22.6249C3.23657 20.5878 2.618 18.2768 2.61873 15.9091C2.62183 8.50231 8.64941 2.47656 16.0564 2.47656C19.6508 2.47839 23.0245 3.87717 25.5618 6.41629C28.0991 8.95542 29.4952 12.3305 29.4939 15.9199C29.4906 23.3262 23.4621 29.353 16.0562 29.353H16.0504C13.8016 29.3521 11.592 28.788 9.62923 27.7177L2.50586 29.5857Z" fill="#B3B3B3"/> </g> <path d="M2.36719 29.447L4.27368 22.4862C3.09587 20.4442 2.47721 18.1278 2.48005 15.7705C2.48316 8.36364 8.51074 2.33789 15.9177 2.33789C19.5121 2.33972 22.8859 3.73849 25.4232 6.27762C27.9605 8.81675 29.3565 12.1918 29.3552 15.7812C29.3519 23.1875 23.3234 29.2143 15.9175 29.2143H15.9117C13.663 29.2134 11.4533 28.6493 9.49056 27.5791L2.36719 29.447Z" fill="white"/> <path d="M15.715 3.84769C9.17146 3.84769 3.85 9.16696 3.84767 15.7051C3.84445 17.9377 4.47318 20.1257 5.66119 22.016L5.94343 22.4646L4.48888 27.2525L9.23469 25.663L9.66824 25.9199C11.4891 27.0005 13.5769 27.5719 15.7061 27.5731H15.7105C22.249 27.5731 27.5705 22.2532 27.573 15.7146C27.5779 14.1562 27.2737 12.6123 26.6778 11.1722C26.082 9.73214 25.2064 8.42458 24.1017 7.3252C23.0032 6.21981 21.6963 5.34329 20.2567 4.74637C18.8171 4.14946 17.2734 3.844 15.715 3.84769Z" fill="#25D366"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M12.0858 9.60401C11.8138 9.00922 11.5276 8.99717 11.2692 8.98687L10.5736 8.97852C10.3316 8.97852 9.93846 9.0679 9.60608 9.42544C9.27369 9.78297 8.33594 10.6471 8.33594 12.4046C8.33594 14.1622 9.63628 15.8605 9.81747 16.0991C9.99866 16.3377 12.3277 20.0594 16.0162 21.4913C19.0813 22.6813 19.705 22.4446 20.3706 22.3852C21.0361 22.3257 22.5175 21.521 22.8197 20.6869C23.1219 19.8527 23.1221 19.138 23.0315 18.9886C22.9409 18.8391 22.6989 18.7503 22.3357 18.5716C21.9725 18.3928 20.1888 17.5287 19.8562 17.4094C19.5236 17.2901 19.2818 17.2308 19.0396 17.5883C18.7975 17.9459 18.1029 18.7501 17.8911 18.9886C17.6793 19.227 17.4679 19.2569 17.1047 19.0783C16.7416 18.8998 15.5731 18.5224 14.1867 17.3054C13.108 16.3585 12.3799 15.1892 12.1679 14.8318C11.9559 14.4745 12.1454 14.2809 12.3274 14.1029C12.4902 13.9428 12.6901 13.6858 12.8719 13.4773C13.0537 13.2688 13.1135 13.1197 13.2343 12.8817C13.3551 12.6437 13.2949 12.4346 13.2041 12.256C13.1133 12.0774 12.4083 10.3105 12.0858 9.60401Z" fill="white"/> <defs> <filter id="filter0_f_9477_7201" x="1.21611" y="1.18682" width="29.5678" height="29.6889" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"> <feFlood flood-opacity="0" result="BackgroundImageFix"/> <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/> <feGaussianBlur stdDeviation="0.644873" result="effect1_foregroundBlur_9477_7201"/> </filter> </defs> </svg>',c+="</div>",c+='<div class="whatsapp-popup-title-section">',c+='<div class="whatsapp-popup-title">'+t.whatsapp_popup_setting.whatsapp_popup_title+"</div>",c+='<div class="whatsapp-popup-sub-title">'+t.whatsapp_popup_setting.whatsapp_popup_sub_title+"</div>",c+="</div>",c+='<div class="whatsapp-popup-close-btn"><span class="dashicons dashicons-arrow-down-alt2"></span></div>',c+="</div>",c+='<div class="whatsapp-popup-body">',""!=t.whatsapp_popup_setting.user_profile_image&&(c+="<img src='"+t.whatsapp_popup_setting.user_profile_image+"' class='wp-user-profile-img'>"),""!=t.whatsapp_popup_setting.whatsapp_popup_text&&(c+='<div class="whatsapp-chat '+r+'">',""!=t.whatsapp_popup_setting.user_name_to_display&&(c+='<div class="whatsapp-chat-user-name">'+t.whatsapp_popup_setting.user_name_to_display+"</div>"),c+='<div class="whatsapp-chat-content">'+t.whatsapp_popup_setting.whatsapp_popup_text+"</div>",c+='<div class="whatsapp-chat-time">'+l+"</div>",c+="</div>"),c+="</div>",c+='<form class="whatsapp-popup-form" id="whatsapp_popup_form_'+o+'" method="get" autocomplete="off" target="_blank" action="'+n+'">',c+='<div class="whatsapp-popup-footer">',c+='<label class="sr-only" for="'+o+'_scw_whatsapp_input">Whatsapp chat</label>',c+='<input type="text" name="text" id="'+o+'_scw_whatsapp_input" class="whatsapp-chat-input" value="'+t.whatsapp_message+'">',c+='<div class="whatsapp-form-btn">',c+='<button type="submit" class="whatsapp-send-btn">',c+='<svg viewBox="0 0 24 24" height="24" width="24"  version="1.1" x="0px" y="0px" enable-background="new 0 0 24 24"><title>send</title><path  d="M1.101,21.757L23.8,12.028L1.101,2.3l0.011,7.912l13.623,1.816L1.112,13.845 L1.101,21.757z"></path></svg>',c+='<span class="sr-only">Submit</span>',c+="</button>",c+='<input type="hidden" name="phone" value="'+t.value+'">',c+="</div>",c+="</div>",c+="</form>",c+="</div>";var g="chat-button-link",p="";d(i)&&(p=t.title);var u="<div class='gsb-trigger-whatsapp-popup'><a href='"+t.href+"' data-scb='"+p+"' target='"+t.target+"' class='scb-tooltip "+g+" gsb-social-channel' id='' data-channel='"+t.channel+"'><span class='sr-only'>"+t.title+'</span><span class="chat-button-icon"><svg xmlns="http://www.w3.org/2000/svg" fill="#ffffff" viewBox="0 0 30 30" width="90" height="90"><path d="M7 4c-.256 0-.512.097-.707.293l-2 2a1 1 0 0 0 0 1.414L11.586 15l-7.293 7.293a1 1 0 0 0 0 1.414l2 2a1 1 0 0 0 1.414 0L15 18.414l7.293 7.293a1 1 0 0 0 1.414 0l2-2a1 1 0 0 0 0-1.414L18.414 15l7.293-7.293a1 1 0 0 0 0-1.414l-2-2a1 1 0 0 0-1.414 0L15 11.586 7.707 4.293C7.512 4.097 7.256 4 7 4z"></path></svg></span></a></div>';return s("#gsb-buttons-"+o+" .gsb-trigger .gsb-trigger-button").append(u),s("#gsb-buttons-"+o+" .gsb-trigger .gsb-trigger-button a.channel-whatsapp span").removeClass(g),c}function u(t,o,e){var i="";""!=t.wechat_popup_setting.wechat_qr_popup_heading&&""!=t.value&&(i=": ");var n="";n+='<div class="wechat-popup" id="'+t.channel+'_popup">',n+='<div class="wechat-popup-header">',n+='<div class="wechat-profile">',n+='<svg xmlns="http://www.w3.org/2000/svg" height="512" viewBox="0 0 24 24" width="512" style="color: rgb(255, 255, 255); fill: rgb(255, 255, 255);"><path d="M12.82 9.618c-7.242 3.732-2.425 13.745 6.6 11.13.842.327 1.592.857 2.408 1.25-.21-.7-.436-1.412-.676-2.11 2.8-1.995 3.414-4.818 2.38-7.138-1.616-3.677-6.776-5.183-10.72-3.133zm2.53 3.658c-.21.655-1.156.85-1.615.353-.506-.46-.31-1.424.355-1.63.734-.3 1.582.54 1.26 1.277zm4.78.094h.014c-.257.587-1.14.725-1.575.27-.21-.192-.27-.48-.344-.733.104-.46.42-.937.93-.96.705-.098 1.336.776.975 1.422z"></path><path d="M17.414 8.248c-.436-2.144-1.936-3.955-3.824-5h.027v-.001C6.917-.54-1.425 4.742.187 10.97c.433 1.848 1.71 3.397 3.262 4.43-.3.853-.585 1.706-.855 2.565L5.52 16.4c1.17.377 2.415.56 3.66.52-1.538-4.412 2.407-9.086 8.234-8.67zm-6.077-2.56c.785-.316 1.713.345 1.65 1.2L13 6.89c.008.965-1.275 1.567-1.995.913-.747-.538-.535-1.845.342-2.115zM6.932 7.134c-.172.838-1.29 1.243-1.946.68-.76-.537-.546-1.868.345-2.14.873-.338 1.865.552 1.6 1.46z"></path></svg>',n+="</div>",n+='<div class="wechat-popup-title-section">',n+='<div class="wechat-popup-title">'+t.wechat_popup_setting.wechat_qr_popup_heading+i+t.value+"</div>",n+="</div>",n+='<div class="wechat-popup-close-btn"><span class="dashicons dashicons-arrow-down-alt2"></span></div>',n+="</div>",n+='<div class="wechat-popup-body">',""!=t.wechat_popup_setting.wechat_qr_heading&&(n+='<div class="wechat-popup-qr-heading">'+t.wechat_popup_setting.wechat_qr_heading+":</div>"),n+='<div class="wechat-popup-qr-img">',n+='<img src="'+t.wechat_popup_setting.wechat_qr_img+'" alt="wechat QR code">',n+="</div>",n+="</div>",n+="</div>";var a="chat-button-link",b="";d(e)&&(b=t.title);var l="<div class='gsb-trigger-wechat-popup'><a href='"+t.href+"' data-scb='"+b+"' target='"+t.target+"' class='scb-tooltip "+a+" gsb-social-channel' id='' data-channel='"+t.channel+"'><span class='sr-only'>"+t.title+'</span><span class="chat-button-icon"><svg xmlns="http://www.w3.org/2000/svg" fill="#ffffff" viewBox="0 0 30 30" width="90" height="90"><path d="M7 4c-.256 0-.512.097-.707.293l-2 2a1 1 0 0 0 0 1.414L11.586 15l-7.293 7.293a1 1 0 0 0 0 1.414l2 2a1 1 0 0 0 1.414 0L15 18.414l7.293 7.293a1 1 0 0 0 1.414 0l2-2a1 1 0 0 0 0-1.414L18.414 15l7.293-7.293a1 1 0 0 0 0-1.414l-2-2a1 1 0 0 0-1.414 0L15 11.586 7.707 4.293C7.512 4.097 7.256 4 7 4z"></path></svg></span></a></div>';return s("#gsb-buttons-"+o+" .gsb-trigger .gsb-trigger-button").append(l),s("#gsb-buttons-"+o+" .gsb-trigger .gsb-trigger-button a.channel-wechat span").removeClass(a),n}function d(t){var s=!0,o=f(t);return"first_click"==t.settings.show_cta&&o>1&&"open"==t.settings.default_state&&(s=!1),"first_click"==t.settings.show_cta&&_("gsb-button-click-"+t.id)&&(s=!1),s}function h(t){setTimeout((function(){s("#gsb-buttons-"+t.id+" .scw-greeting-message").addClass("active")}),1e3*parseInt(t.settings.greeting_after))}function m(t){return"custom"==t.settings.position?t.settings.custom_position:t.settings.position}function v(t,o){var e=function(t,o){"whatsapp"!=t.channelName||a||("yes"==t.is_mobile_link?(""!=t.whatsapp_message?t.href="whatsapp://send?phone="+t.value+"&text="+t.whatsapp_message:t.href="whatsapp://send?phone="+t.value,t.target=""):(""!=t.whatsapp_message?t.href="https://wa.me/"+t.value+"?text="+t.whatsapp_message:t.href="https://wa.me/"+t.value,t.target="_blank")),"whatsapp"==t.channelName&&"yes"==t.whatsapp_popup_setting.show_whatsapp_popup&&(t.href="javascript:;",t.target="");var e=function(t,o){var e="";s("#gsb-buttons-"+o).hasClass("view-list")&&(e="channel-"+t.channel+" chat-button-link button-link-"+t.channel+"-"+o,""!=t.custom_class&&(e+=" "+s.trim(t.custom_class)),"instagram"==t.channelName&&"#df0079"==t.bg_hover_color&&(e+=" default-insta-hover"),"instagram"==t.channelName&&"#df0079"==t.bg_color&&(e+=" channel-instagram-base"));var i="<span class='chat-button-icon "+e+" chat-button-"+t.channel+"-"+o+"'>";return""!=t.image_url?i+="<img src='"+t.image_url+"' alt='"+t.title+"' />":i+=t.icon,i+="</span>"}(t,o),i="channel-"+t.channel+" chat-button-link button-link-"+t.channel+"-"+o;"whatsapp"==t.channelName&&(i+=" channel-whats"),"wechat"==t.channelName&&(i+=" channel-wechats"),"instagram"==t.channelName&&"#df0079"==t.bg_hover_color&&(i+=" default-insta-hover");var n="";"instagram"==t.channelName&&"#df0079"==t.bg_color&&(n=" channel-instagram-base");var l="chat-button-"+t.channel+"-"+o;""!=t.custom_class&&(i+=" "+s.trim(t.custom_class)),""!=t.custom_id&&(l=s.trim(t.custom_id)),("instagram"!=t.channelName||"instagram"==t.channelName&&"#df0079"!=t.bg_color)&&(b+="#gsb-buttons-"+o+" .channel-"+t.channel+" {background: "+t.bg_color+"; color: "+t.text_color+"; }"),"twitter"!=t.channelName||"#65BBF2"!=t.bg_color&&"#65bbf2"!=t.bg_color||(b+="#gsb-buttons-"+o+" .channel-"+t.channel+" {background: #000000; color: "+t.text_color+"; }"),("instagram"!=t.channelName||"instagram"==t.channelName&&"#df0079"!=t.bg_hover_color)&&(b+="#gsb-buttons-"+o+" .channel-"+t.channel+":hover, #gsb-buttons-"+o+" .list-channel a:hover .channel-"+t.channel+" {background: "+t.bg_hover_color+"; color: "+t.text_hover_color+"; }"),"twitter"!=t.channelName||"#65BBF2"!=t.bg_hover_color&&"#65bbf2"!=t.bg_hover_color||(b+="#gsb-buttons-"+o+" .channel-"+t.channel+":hover {background: #000000; color: "+t.text_hover_color+"; }"),b+="#gsb-buttons-"+o+" .channel-"+t.channel+" svg {fill: "+t.text_color+"; color: "+t.text_color+"; }",b+="#gsb-buttons-"+o+" .channel-"+t.channel+":hover svg, #gsb-buttons-"+o+" .list-channel a:hover .channel-"+t.channel+" svg {fill: "+t.text_hover_color+"; color: "+t.text_hover_color+"; }","slack"==t.channelName&&"#ffffff"!=t.text_color&&(b+="#gsb-buttons-"+o+" .channel-"+t.channel+":not(:hover) svg path {fill: "+t.text_color+"; }"),"slack"==t.channelName&&"#ffffff"!=t.text_hover_color&&(b+="#gsb-buttons-"+o+" .channel-"+t.channel+":hover svg path {fill: "+t.text_hover_color+"; color: "+t.text_hover_color+"; }");var r="",c=t.title;return s("#gsb-buttons-"+o+" .gsb-button-list").hasClass("menu_view")&&(r="<div class='menu-view-title'>"+t.title+"</div>",c=""),s("#gsb-buttons-"+o).hasClass("view-list")?"<div class='list-channel-container'><div class='chat-button list-channel'><a href='"+t.href+"' data-scb='"+t.title+"' target='"+t.target+"' class='gsb-social-channel' id='"+l+"' data-channel='"+t.channel+"'>"+e+"<div class='list-channel-title'>"+t.title+"</div></a></div></div>":"<div class='chat-button'><a href='"+t.href+"' data-scb='"+c+"' target='"+t.target+"' class='scb-tooltip "+i+" gsb-social-channel "+n+"' id='"+l+"' data-channel='"+t.channel+"'><span class='sr-only'>"+t.title+"</span>"+e+r+"</a></div>"}(t,o);return e}function f(t){var o=0;return t.channels.length&&s.each(t.channels,(function(t,s){w(s)&&o++})),o}function w(t){return"contact_form"==t.channelName&&(t.value="123"),!(""==t.value||!(a&&"yes"==t.for_desktop||!a&&"yes"==t.for_mobile))}function _(t){var s=document.cookie.match("(^|;) ?"+t+"=([^;]*)(;|$)");return s?s[2]:null}function C(t,s,o){var e=new Date;e.setTime(e.getTime()+36e5*o),document.cookie=t+"="+s+";path=/;expires="+e.toGMTString()}s(document).ready((function(){(/(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|ipad|iris|kindle|Android|Silk|lge |maemo|midp|mmp|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows (ce|phone)|xda|xiino/i.test(navigator.userAgent)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\-(n|u)|c55\/|capi|ccwa|cdm\-|cell|chtm|cldc|cmd\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\-s|devi|dica|dmob|do(c|p)o|ds(12|\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\-|_)|g1 u|g560|gene|gf\-5|g\-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd\-(m|p|t)|hei\-|hi(pt|ta)|hp( i|ip)|hs\-c|ht(c(\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\-(20|go|ma)|i230|iac( |\-|\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\/)|klon|kpt |kwc\-|kyo(c|k)|le(no|xi)|lg( g|\/(k|l|u)|50|54|\-[a-w])|libw|lynx|m1\-w|m3ga|m50\/|ma(te|ui|xo)|mc(01|21|ca)|m\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\-2|po(ck|rt|se)|prox|psio|pt\-g|qa\-a|qc(07|12|21|32|60|\-[2-7]|i\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\-|oo|p\-)|sdk\/|se(c(\-|0|1)|47|mc|nd|ri)|sgh\-|shar|sie(\-|m)|sk\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\-|v\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\-|tdg\-|tel(i|m)|tim\-|t\-mo|to(pl|sh)|ts(70|m\-|m3|m5)|tx\-9|up(\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\-|your|zeto|zte\-/i.test(navigator.userAgent.substr(0,4)))&&(a=!1,e=!0),"object"==("undefined"==typeof gsb_settings?"undefined":t(gsb_settings))&&gsb_settings.buttons.length&&(s.each(gsb_settings.buttons,(function(t,e){var a=f(e),r=parseInt(e.settings.icon_size),x=m(e);if(a>0){var k="";"list_view"==e.settings.view&&a>=1&&(k="view-list"),"grid_view"==e.settings.view&&a>=1&&(k="view-grid");var y="<div class='gsb-buttons active has-shadow cta-"+e.settings.show_cta+" "+k+"' id='gsb-buttons-"+e.id+"' data-id='"+e.id+"' data-animation='"+e.settings.animation+"'><div class='gsb-buttons-content'><div class='gsb-button-list "+e.settings.view+"'></div><div class='gsb-trigger'></div></div></div>";s("body").append(y);var z="<div class='gsb-trigger-button'><div class='gsb-trigger-top'><a role='button' href='#' class='chat-button-link'><span class='sr-only'>Contact Us</span>"+e.settings.icon_url+"</a> </div><div class='gsb-trigger-bottom'><a role='button' href='#' class='chat-button-link'><span class='sr-only'>Close</span><span class='chat-button-icon'><svg xmlns='http://www.w3.org/2000/svg' fill='#ffffff' viewBox='0 0 30 30' width='90' height='90' ><path d='M7 4c-.256 0-.512.097-.707.293l-2 2a1 1 0 0 0 0 1.414L11.586 15l-7.293 7.293a1 1 0 0 0 0 1.414l2 2a1 1 0 0 0 1.414 0L15 18.414l7.293 7.293a1 1 0 0 0 1.414 0l2-2a1 1 0 0 0 0-1.414L18.414 15l7.293-7.293a1 1 0 0 0 0-1.414l-2-2a1 1 0 0 0-1.414 0L15 11.586 7.707 4.293C7.512 4.097 7.256 4 7 4z'/></svg></span></a> </div></div>";if(s("#gsb-buttons-"+e.id+" .gsb-trigger").html(z),1==a&&"icon_view"==e.settings.view){var X="";s.each(e.channels,(function(t,o){if(w(o)){if(X=v(o,e.id),"contact_form"==o.channelName){var i=g(o,e.id,e);s("#gsb-buttons-"+e.id).append(i)}if("whatsapp"==o.channelName&&"yes"==o.whatsapp_popup_setting.show_whatsapp_popup){var n=p(o,e.id,e);s("#gsb-buttons-"+e.id).append(n)}if("wechat"==o.channelName&&""!=o.wechat_popup_setting.wechat_qr_img){var a=u(o,e.id,e);s("#gsb-buttons-"+e.id).append(a),b+="#gsb-buttons-"+e.id+" .wechat-popup#"+o.channel+"_popup .wechat-popup-header {background-color: "+o.wechat_popup_setting.wechat_qr_bg_color+"}"}}})),""!=X&&(s("#gsb-buttons-"+e.id+" .gsb-trigger .gsb-trigger-button").append(X),s("#gsb-buttons-"+e.id+" .gsb-trigger-top, #gsb-buttons-"+e.id+" .gsb-trigger-bottom").remove(),s("#gsb-buttons-"+e.id).addClass("single"),s("#gsb-buttons-"+e.id+" .chat-button").hasClass("scb-tooltip")?(s("#gsb-buttons-"+e.id+" .chat-button .scb-tooltip").addClass("cooltipz--visible"),s("#gsb-buttons-"+e.id+" .chat-button .scb-tooltip").attr("data-tooltip-dir","right"==x?"left":"right")):(s("#gsb-buttons-"+e.id+" .chat-button").addClass("cooltipz--visible"),s("#gsb-buttons-"+e.id+" .chat-button").attr("data-tooltip-dir","right"==x?"left":"right")))}else s.each(e.channels,(function(t,o){if(w(o)){var i=v(o,e.id);if(s("#gsb-buttons-"+e.id+" .gsb-button-list").append(i),"contact_form"==o.channelName){var n=g(o,e.id,e);s("#gsb-buttons-"+e.id).append(n)}if("whatsapp"==o.channelName&&"yes"==o.whatsapp_popup_setting.show_whatsapp_popup){var a=p(o,e.id,e);s("#gsb-buttons-"+e.id).append(a)}if("wechat"==o.channelName&&""!=o.wechat_popup_setting.wechat_qr_img){var l=u(o,e.id,e);s("#gsb-buttons-"+e.id).append(l),b+="#gsb-buttons-"+e.id+" .wechat-popup#"+o.channel+"_popup .wechat-popup-header {background-color: "+o.wechat_popup_setting.wechat_qr_bg_color+"}"}}}));if("list_view"==e.settings.view&&a>=1){var I="<div class='channel-list-container'>";""!=e.settings.list_view_subtitle&&(I+="<div class='grid-title-container'><div class='grid-title'>"+e.settings.list_view_subtitle+"</div></div>"),I+="<div class='channel-list'>",I+=s("#gsb-buttons-"+e.id+" .gsb-button-list.list_view").html(),I+="</div>",I+="<div>",s("#gsb-buttons-"+e.id+" .gsb-button-list.list_view").html(I)}if("grid_view"==e.settings.view&&a>=1&&(I="<div class='channel-grid'>",""!=e.settings.list_view_subtitle&&(I+="<div class='grid-title-container'><div class='grid-title'>"+e.settings.list_view_subtitle+"</div></div>"),I+="<div class='channel-grid-container'>",I+=s("#gsb-buttons-"+e.id+" .gsb-button-list.grid_view").html(),I+="</div>",I+="</div>",s("#gsb-buttons-"+e.id+" .gsb-button-list.grid_view").html(I)),"icon_view"!=e.settings.view&&a>=1&&""!=e.settings.list_view_title){var L="";L+="<div class='list_title_container'>",L+="<a href='javascript:;' class='close-view-btn'><span class='dashicons dashicons-arrow-down-alt2'></span></a>",L+="<span class='list_title'>"+e.settings.list_view_title.replace(/(<([^>]+)>)/gi,"")+"</span>",L+="</div>","list_view"==e.settings.view?s("#gsb-buttons-"+e.id+" .gsb-button-list.list_view .channel-list-container").before(L):s("#gsb-buttons-"+e.id+" .gsb-button-list.grid_view .channel-grid").before(L)}var Y="";("open"==e.settings.default_state&&"no"==e.settings.show_close_button&&"icon_view"==e.settings.view||"open"==e.settings.default_state&&"no"==e.settings.show_close_button&&"menu_view"==e.settings.view)&&(Y="has-no-close-button"),s("#gsb-buttons-"+e.id).addClass(Y),"open"==e.settings.default_state&&"yes"==e.settings.show_close_button&&(s("#gsb-buttons-"+e.id).addClass("has-close-button"),s("#gsb-buttons-"+e.id).addClass("has-no-animation")),"open"==e.settings.default_state&&"corner_circle_view"==e.settings.view&&s("#gsb-buttons-"+e.id).addClass("has-no-animation"),"click"==e.settings.default_state&&s("#gsb-buttons-"+e.id).addClass("has-no-tooltip-animation"),b+=".whatsapp-chat.no-user-profile:before { border-top: 0 solid transparent;}",b+=".whatsapp-chat.no-user-profile { border-top-left-radius: 6px;}";var M=0,q=0;if(s("#gsb-buttons-"+e.id).hasClass("has-no-close-button"))b+="#gsb-buttons-"+e.id+".open-buttons .gsb-button-list .chat-button {transition:none !important; display: block;}";else for(q=0;q<a;q++)"corner_circle_view"==e.settings.view?"right"==x?(M=c(q,r,x),b+="#gsb-buttons-"+e.id+" .gsb-button-list.corner_circle_view .chat-button:nth-child("+(q+1)+") {opacity: 0; visibility: hidden; margin-bottom: 0; position: absolute;}",b+="#gsb-buttons-"+e.id+".open-buttons .gsb-button-list.corner_circle_view .chat-button:nth-child("+(q+1)+") {transform: translate("+-1*M[0]+"px, "+-1*M[1]+"px); opacity: 1; visibility: visible; transition: all ease-in-out 250ms, transform 200ms "+150*q+"ms, opacity 200ms "+150*q+"ms}"):(M=c(q,r,x),b+="#gsb-buttons-"+e.id+" .gsb-button-list.corner_circle_view .chat-button:nth-child("+(q+1)+") {opacity: 0; visibility: hidden; margin-bottom: 0; position: absolute;}",b+="#gsb-buttons-"+e.id+".open-buttons .gsb-button-list.corner_circle_view .chat-button:nth-child("+(q+1)+") {transform: translate("+M[0]+"px, "+-1*M[1]+"px); opacity: 1; visibility: visible; transition: all ease-in-out 250ms, transform 200ms "+150*q+"ms, opacity 200ms "+150*q+"ms}"):"vertical"==e.settings.menu_view?"ginger-menu-none"==e.settings.menu_animation?(b+="#gsb-buttons-"+e.id+" .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateY(-"+(r+8)*(a-q)+"px); transform: translateY(-"+(r+8)*(a-q)+"px)  scale(1); display: none;}",b+="#gsb-buttons-"+e.id+".open-buttons .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateY(-"+(r+8)*(a-q)+"px); transform: translateY(-"+(r+8)*(a-q)+"px)  scale(1);transition:none !important; display: block;}"):"ginger-menu-slide"==e.settings.menu_animation?(b+="#gsb-buttons-"+e.id+" .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateY(0px) scale(1); transform: translateY(0px) scale(1); transition-delay: "+.075*(q+1)+"s;}",b+="#gsb-buttons-"+e.id+".open-buttons .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateY(-"+(r+8)*(a-q)+"px) scale(1); transform: translateY(-"+(r+8)*(a-q)+"px)  scale(1);}"):"ginger-menu-fade"==e.settings.menu_animation?(b+="#gsb-buttons-"+e.id+" .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateY(-"+(r+8)*(a-q)+"px); transform: translateY(-"+(r+8)*(a-q)+"px)  scale(1); opacity: 0; visibility: hidden; transition-delay: "+.1*(a-q-1)+"s;}",b+="#gsb-buttons-"+e.id+".open-buttons .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateY(-"+(r+8)*(a-q)+"px); transform: translateY(-"+(r+8)*(a-q)+"px)  scale(1);  opacity: 1; visibility: visible;}"):"ginger-menu-spin"==e.settings.menu_animation?(b+="#gsb-buttons-"+e.id+" .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateY(-"+(r+8)*(a-q)+"px)  rotate(0deg); transform: translateY(-"+(r+8)*(a-q)+"px)  rotate(0deg); transition-delay: "+.1*(a-q-1)+"s;}",b+="#gsb-buttons-"+e.id+".open-buttons .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateY(-"+(r+8)*(a-q)+"px) rotate(360deg); transform: translateY(-"+(r+8)*(a-q)+"px) rotate(360deg);}"):"ginger-menu-pop"==e.settings.menu_animation?(b+="#gsb-buttons-"+e.id+" .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateY(-"+(r+8)*(a-q)+"px) scale(0); transform: translateY(-"+(r+8)*(a-q)+"px) scale(0); transition-delay: "+.075*(a-q-1)+"s;}",b+="#gsb-buttons-"+e.id+".open-buttons .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateY(-"+(r+8)*(a-q)+"px) scale(1); transform: translateY(-"+(r+8)*(a-q)+"px) scale(1);}"):(b+="#gsb-buttons-"+e.id+" .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateY(-"+(r+8)*(a-q)+"px); transform: translateY(-"+(r+8)*(a-q)+"px)  scale(1); display: none;}",b+="#gsb-buttons-"+e.id+".open-buttons .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateY(-"+(r+8)*(a-q)+"px); transform: translateY(-"+(r+8)*(a-q)+"px)  scale(1); display: block;}"):"right"==x?"ginger-menu-none"==e.settings.menu_animation?(b+="#gsb-buttons-"+e.id+" .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateX(-"+(r+8)*(a-q)+"px); transform: translateX(-"+(r+8)*(a-q)+"px)  scale(1); display: none;}",b+="#gsb-buttons-"+e.id+".open-buttons .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateX(-"+(r+8)*(a-q)+"px); transform: translateX(-"+(r+8)*(a-q)+"px)  scale(1);transition:none !important; display: block;}"):"ginger-menu-slide"==e.settings.menu_animation?(b+="#gsb-buttons-"+e.id+" .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateX(0px) scale(1); transform: translateX(0px) scale(1); transition-delay: "+.075*(q+1)+"s;}",b+="#gsb-buttons-"+e.id+".open-buttons .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateX(-"+(r+8)*(a-q)+"px) scale(1); transform: translateX(-"+(r+8)*(a-q)+"px)  scale(1);}"):"ginger-menu-fade"==e.settings.menu_animation?(b+="#gsb-buttons-"+e.id+" .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateX(-"+(r+8)*(a-q)+"px); transform: translateX(-"+(r+8)*(a-q)+"px)  scale(1); opacity: 0; visibility: hidden; transition-delay: "+.1*(a-q-1)+"s;}",b+="#gsb-buttons-"+e.id+".open-buttons .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateX(-"+(r+8)*(a-q)+"px); transform: translateX(-"+(r+8)*(a-q)+"px)  scale(1);  opacity: 1; visibility: visible;}"):"ginger-menu-spin"==e.settings.menu_animation?(b+="#gsb-buttons-"+e.id+" .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateX(-"+(r+8)*(a-q)+"px)  rotate(0deg); transform: translateX(-"+(r+8)*(a-q)+"px)  rotate(0deg); transition-delay: "+.1*(a-q-1)+"s;}",b+="#gsb-buttons-"+e.id+".open-buttons .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateX(-"+(r+8)*(a-q)+"px) rotate(360deg); transform: translateX(-"+(r+8)*(a-q)+"px) rotate(360deg);}"):"ginger-menu-pop"==e.settings.menu_animation?(b+="#gsb-buttons-"+e.id+" .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateX(-"+(r+8)*(a-q)+"px) scale(0); transform: translateX(-"+(r+8)*(a-q)+"px) scale(0); transition-delay: "+.075*(a-q-1)+"s;}",b+="#gsb-buttons-"+e.id+".open-buttons .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateX(-"+(r+8)*(a-q)+"px) scale(1); transform: translateX(-"+(r+8)*(a-q)+"px) scale(1);}"):(b+="#gsb-buttons-"+e.id+" .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateX(-"+(r+8)*(a-q)+"px); transform: translateX(-"+(r+8)*(a-q)+"px)  scale(1); display: none;}",b+="#gsb-buttons-"+e.id+".open-buttons .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateX(-"+(r+8)*(a-q)+"px); transform: translateX(-"+(r+8)*(a-q)+"px)  scale(1); display: block;}"):"ginger-menu-none"==e.settings.menu_animation?(b+="#gsb-buttons-"+e.id+" .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateX("+(r+8)*(a-q)+"px); transform: translateX("+(r+8)*(a-q)+"px)  scale(1); display: none;}",b+="#gsb-buttons-"+e.id+".open-buttons .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateX("+(r+8)*(a-q)+"px); transform: translateX("+(r+8)*(a-q)+"px)  scale(1);transition:none !important; display: block;}"):"ginger-menu-slide"==e.settings.menu_animation?(b+="#gsb-buttons-"+e.id+" .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateX(0px) scale(1); transform: translateX(0px) scale(1); transition-delay: "+.075*(q+1)+"s;}",b+="#gsb-buttons-"+e.id+".open-buttons .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateX("+(r+8)*(a-q)+"px) scale(1); transform: translateX("+(r+8)*(a-q)+"px)  scale(1);}"):"ginger-menu-fade"==e.settings.menu_animation?(b+="#gsb-buttons-"+e.id+" .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateX("+(r+8)*(a-q)+"px); transform: translateX("+(r+8)*(a-q)+"px)  scale(1); opacity: 0; visibility: hidden; transition-delay: "+.1*(a-q-1)+"s;}",b+="#gsb-buttons-"+e.id+".open-buttons .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateX("+(r+8)*(a-q)+"px); transform: translateX("+(r+8)*(a-q)+"px)  scale(1);  opacity: 1; visibility: visible;}"):"ginger-menu-spin"==e.settings.menu_animation?(b+="#gsb-buttons-"+e.id+" .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateX("+(r+8)*(a-q)+"px)  rotate(0deg); transform: translateX("+(r+8)*(a-q)+"px)  rotate(0deg); transition-delay: "+.1*(a-q-1)+"s;}",b+="#gsb-buttons-"+e.id+".open-buttons .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateX("+(r+8)*(a-q)+"px) rotate(360deg); transform: translateX("+(r+8)*(a-q)+"px) rotate(360deg);}"):"ginger-menu-pop"==e.settings.menu_animation?(b+="#gsb-buttons-"+e.id+" .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateX("+(r+8)*(a-q)+"px) scale(0); transform: translateX("+(r+8)*(a-q)+"px) scale(0); transition-delay: "+.075*(a-q-1)+"s;}",b+="#gsb-buttons-"+e.id+".open-buttons .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateX("+(r+8)*(a-q)+"px) scale(1); transform: translateX("+(r+8)*(a-q)+"px) scale(1);}"):(b+="#gsb-buttons-"+e.id+" .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateX("+(r+8)*(a-q)+"px); transform: translateX("+(r+8)*(a-q)+"px)  scale(1); display: none;}",b+="#gsb-buttons-"+e.id+".open-buttons .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateX("+(r+8)*(a-q)+"px); transform: translateX("+(r+8)*(a-q)+"px)  scale(1); display: block;}");b+="#gsb-buttons-"+e.id+".list_view {-webkit-transform: translateY(50px) scale(1); transform: translateY(50px) scale(1); transition-delay: 0.5s; opacity: 0; visibility:hidden;}",b+="#gsb-buttons-"+e.id+".open-buttons .list_view {-webkit-transform: translateY(0px) scale(1); transform: translateY(0px)  scale(1);visibility: visible;opacity: 1;}",b+="#gsb-buttons-"+e.id+".grid_view {-webkit-transform: translateY(50px) scale(1); transform: translateY(50px) scale(1); transition-delay: 0.5s; opacity: 0; visibility:hidden;}",b+="#gsb-buttons-"+e.id+".open-buttons .grid_view {-webkit-transform: translateY(0px) scale(1); transform: translateY(0px)  scale(1);visibility: visible;opacity: 1;}",s("#gsb-buttons-"+e.id+" .gsb-trigger").outerHeight(!0),parseInt(10),b+="#gsb-buttons-"+e.id+" .gsb-button-list.menu_view {-webkit-transform: translateY(0px) scale(1); transform: translateY(0px) scale(1); opacity: 0; visibility:hidden;}",b+="#gsb-buttons-"+e.id+" .gsb-button-list.menu_view .chat-button {opacity: 0; visibility:hidden;}",b+="#gsb-buttons-"+e.id+".open-buttons .gsb-button-list.menu_view .chat-button {opacity: 1; visibility:visible;}",b+="#gsb-buttons-"+e.id+".open-buttons .gsb-button-list.menu_view {-webkit-transform: translateY(-5px) scale(1); transform: translateY(-5px)  scale(1);visibility: visible;opacity: 1;}",b+="#gsb-buttons-"+e.id+".open-buttons.has-no-close-button .gsb-button-list.menu_view {-webkit-transform: translateY(0px) scale(1); transform: translateY(0px)  scale(1);visibility: visible;opacity: 1;}",q=1;var N=0;if("list_view"==e.settings.view&&a>=1||"menu_view"==e.settings.view);else for(q=1,N=0;N<a;q++,N++)"vertical"==e.settings.menu_view?b+="right"==x?"#gsb-buttons-"+e.id+".has-no-close-button:not(.single) .gsb-button-list .chat-button:nth-child("+(N+1)+") {opacity: 1;visibility: visible;pointer-events: auto;right: 0;-webkit-transform: translateY(-"+(r+8)*(a-q)+"px); transform: translateY(-"+(r+8)*(a-q)+"px);transition-delay:-2s;}":"#gsb-buttons-"+e.id+".has-no-close-button:not(.single) .gsb-button-list .chat-button:nth-child("+(N+1)+") {opacity: 1;visibility: visible;pointer-events: auto;left: 0;-webkit-transform: translateY(-"+(r+8)*(a-q)+"px); transform: translateY(-"+(r+8)*(a-q)+"px);transition-delay:-2s;}":b+="right"==x?"#gsb-buttons-"+e.id+".has-no-close-button:not(.single) .gsb-button-list .chat-button:nth-child("+(N+1)+") {opacity: 1;visibility: visible;pointer-events: auto;right: 0;-webkit-transform: translateX(-"+(r+8)*(a-q)+"px); transform: translateX(-"+(r+8)*(a-q)+"px);transition-delay:-2s;}":"#gsb-buttons-"+e.id+".has-no-close-button:not(.single) .gsb-button-list .chat-button:nth-child("+(N+1)+") {opacity: 1;visibility: visible;pointer-events: auto;left: 0;-webkit-transform: translateX("+(r+8)*(a-q)+"px); transform: translateX("+(r+8)*(a-q)+"px);transition-delay:-2s;}";var j=_("gsb-button-click-"+e.id);"open"==e.settings.default_state&&("no"==e.settings.hide_menu_after_close_click?(s("#gsb-buttons-"+e.id).addClass("open-buttons"),j&&s("#gsb-buttons-"+e.id).removeClass("has-close-button")):j?s("#gsb-buttons-"+e.id).removeClass("has-close-button"):s("#gsb-buttons-"+e.id).addClass("open-buttons"))}var B=Math.ceil(2*r/10);if("icon_view"==e.settings.view)b+="#gsb-buttons-"+e.id+" .chat-button, #gsb-buttons-"+e.id+" .gsb-trigger-contact, #gsb-buttons-"+e.id+" .gsb-trigger-whatsapp-popup, #gsb-buttons-"+e.id+" .gsb-trigger-wechat-popup {width: "+(r+8)+"px; height: "+(r+8)+"px; }",b+="#gsb-buttons-"+e.id+" .gsb-trigger {width: "+(r+8)+"px; height: "+(r+8)+"px; }",b+="#gsb-buttons-"+e.id+" .chat-button-link {width: "+r+"px; height: "+r+"px; padding: "+B+"px; }",b+="#gsb-buttons-"+e.id+" .gsb-trigger-button {width: "+r+"px; height: "+r+"px; }",b+="#gsb-buttons-"+e.id+" .gsb-trigger .gsb-trigger-top {width: "+r+"px; height: "+r+"px; }",b+="#gsb-buttons-"+e.id+" .gsb-trigger .gsb-trigger-bottom {width: "+r+"px; height: "+r+"px; }",b+="#gsb-buttons-"+e.id+" .chat-button-icon {width: "+(r-2*B)+"px; height: "+(r-2*B)+"px; }",b+="#gsb-buttons-"+e.id+".single .gsb-trigger-button {width: "+(r+8)+"px; height: "+(r+8)+"px; }";else if("corner_circle_view"==e.settings.view){var S=parseInt(r-parseInt(.15*r));b+="#gsb-buttons-"+e.id+" .chat-button, #gsb-buttons-"+e.id+" .gsb-trigger-contact, #gsb-buttons-"+e.id+" .gsb-trigger-whatsapp-popup, #gsb-buttons-"+e.id+" .gsb-trigger-wechat-popup {width: "+(r+8)+"px; height: "+(r+8)+"px; }",b+="#gsb-buttons-"+e.id+" .gsb-trigger {width: "+(r+8)+"px; height: "+(r+8)+"px; }",b+="#gsb-buttons-"+e.id+" .gsb-button-list .chat-button {width: "+(S+8)+"px; height: "+(S+8)+"px; }",b+="#gsb-buttons-"+e.id+" .gsb-button-list .gsb-trigger {width: "+(r+8)+"px; height: "+(r+8)+"px; }",b+="#gsb-buttons-"+e.id+" .gsb-trigger .chat-button-link {width: "+r+"px; height: "+r+"px; padding: "+B+"px; }",b+="#gsb-buttons-"+e.id+" .gsb-button-list .chat-button-link {width: "+S+"px; height: "+S+"px; padding: "+B+"px; }",b+="#gsb-buttons-"+e.id+" .gsb-trigger-button {width: "+r+"px; height: "+r+"px; }",b+="#gsb-buttons-"+e.id+" .gsb-trigger .gsb-trigger-top {width: "+r+"px; height: "+r+"px; }",b+="#gsb-buttons-"+e.id+" .gsb-trigger .gsb-trigger-bottom {width: "+r+"px; height: "+r+"px; }",b+="#gsb-buttons-"+e.id+" .gsb-button-list .chat-button-icon {width: "+(S-2*B)+"px; height: "+(S-2*B)+"px; }",b+="#gsb-buttons-"+e.id+" .gsb-button-list .chat-button-icon i {font-size: "+(S-2*B)+"px; line-height: "+(S-2*B)+"px; }",b+="#gsb-buttons-"+e.id+" .gsb-trigger .chat-button-icon {width: "+(r-2*B)+"px; height: "+(r-2*B)+"px; }",b+="#gsb-buttons-"+e.id+" .gsb-trigger .chat-button-icon i {font-size: "+(r-2*B)+"px; line-height: "+(r-2*B)+"px; }"}else b+="#gsb-buttons-"+e.id+" .gsb-trigger .chat-button, #gsb-buttons-"+e.id+" .gsb-trigger-contact, #gsb-buttons-"+e.id+" .gsb-trigger-whatsapp-popup, #gsb-buttons-"+e.id+" .gsb-trigger-wechat-popup {width: "+(r+8)+"px; height: "+(r+8)+"px; }",b+="#gsb-buttons-"+e.id+" .gsb-trigger {width: "+(r+8)+"px; height: "+(r+8)+"px; }",b+="#gsb-buttons-"+e.id+" .gsb-trigger-button {width: "+r+"px; height: "+r+"px; }",b+="#gsb-buttons-"+e.id+" .gsb-trigger .gsb-trigger-top {width: "+r+"px; height: "+r+"px; }",b+="#gsb-buttons-"+e.id+" .gsb-trigger .gsb-trigger-bottom {width: "+r+"px; height: "+r+"px; }",b+="#gsb-buttons-"+e.id+" .gsb-trigger .chat-button-link {width: "+r+"px; height: "+r+"px; padding: "+B+"px; }",b+="#gsb-buttons-"+e.id+" .gsb-trigger .chat-button-icon {width: "+(r-2*B)+"px; height: "+(r-2*B)+"px; }";b+="#gsb-buttons-"+e.id+" .gsb-trigger .gsb-trigger-top .chat-button-link {background: "+e.settings.bg_color+"; color: "+e.settings.text_color+";  }",b+="#gsb-buttons-"+e.id+" .gsb-trigger .gsb-trigger-top .chat-button-link svg {fill: "+e.settings.text_color+"; color: "+e.settings.text_color+";  }",b+="#gsb-buttons-"+e.id+" .gsb-trigger .gsb-trigger-bottom .chat-button-link, #gsb-buttons-"+e.id+" .gsb-trigger .gsb-trigger-contact .chat-button-link, #gsb-buttons-"+e.id+" .gsb-trigger .gsb-trigger-whatsapp-popup .chat-button-link, #gsb-buttons-"+e.id+" .gsb-trigger .gsb-trigger-wechat-popup .chat-button-link {background: "+e.settings.bg_color+"; color: "+e.settings.text_color+";  }",b+="#gsb-buttons-"+e.id+" .gsb-trigger .gsb-trigger-bottom .chat-button-link svg, #gsb-buttons-"+e.id+" .gsb-trigger .gsb-trigger-contact .chat-button-link svg, #gsb-buttons-"+e.id+" .gsb-trigger .gsb-trigger-whatsapp-popup .chat-button-link svg, #gsb-buttons-"+e.id+" .gsb-trigger .gsb-trigger-wechat-popup .chat-button-link svg {fill: "+e.settings.text_color+"; color: "+e.settings.text_color+";  }",b+="#gsb-buttons-"+e.id+" .gsb-trigger .gsb-trigger-top .chat-button-link:hover {background: "+e.settings.interaction_bg_color+"; color: "+e.settings.interaction_text_color+";  }",b+="#gsb-buttons-"+e.id+" .gsb-trigger .gsb-trigger-top .chat-button-link:hover svg {fill: "+e.settings.interaction_text_color+"; color: "+e.settings.interaction_text_color+";  }",b+="#gsb-buttons-"+e.id+" .gsb-trigger .gsb-trigger-bottom .chat-button-link:hover, #gsb-buttons-"+e.id+" .gsb-trigger .gsb-trigger-contact .chat-button-link:hover, #gsb-buttons-"+e.id+" .gsb-trigger .gsb-trigger-whatsapp-popup .chat-button-link:hover, #gsb-buttons-"+e.id+" .gsb-trigger .gsb-trigger-wechat-popup .chat-button-link:hover {background: "+e.settings.interaction_bg_color+"; color: "+e.settings.interaction_text_color+";  }",b+="#gsb-buttons-"+e.id+" .gsb-trigger .gsb-trigger-bottom .chat-button-link:hover svg, #gsb-buttons-"+e.id+" .gsb-trigger .gsb-trigger-contact .chat-button-link:hover svg, #gsb-buttons-"+e.id+" .gsb-trigger .gsb-trigger-whatsapp-popup .chat-button-link:hover svg, #gsb-buttons-"+e.id+" .gsb-trigger .gsb-trigger-wechat-popup .chat-button-link:hover svg {fill: "+e.settings.interaction_text_color+"; color: "+e.settings.interaction_text_color+";  }",b+="#gsb-buttons-"+e.id+" .chat-button-link {border-radius: "+e.settings.border_radius+"px; }",b+="#gsb-buttons-"+e.id+" [data-scb][data-tooltip-dir]::after, [data-scb][class*=cooltipz]::after, #gsb-buttons-"+e.id+" .cta-tooltip, #gsb-buttons-"+e.id+" .cta-tooltip p {background-color: "+e.settings.tooltip_settings.bg_color+"; color: "+e.settings.tooltip_settings.text_color+"; border-radius: "+e.settings.tooltip_settings.border_radius+"px; font-size:"+e.settings.tooltip_settings.font_size+"px; line-height: "+e.settings.tooltip_settings.tooltip_height+"px; }",b+="#gsb-buttons-"+e.id+" [data-scb][data-tooltip-dir][data-tooltip-dir=left]::before, [data-scb][data-tooltip-dir].cooltipz--left::before, [data-scb][class*=cooltipz][data-tooltip-dir=left]::before, [data-scb][class*=cooltipz].cooltipz--left::before, #gsb-buttons-"+e.id+" [data-tooltip-dir=left] .cta-tooltip:after {border-left-color: "+e.settings.tooltip_settings.bg_color+"; }",b+="#gsb-buttons-"+e.id+" [data-scb][data-tooltip-dir][data-tooltip-dir=top]::before, [data-scb][data-tooltip-dir].cooltipz--top::before, [data-scb][class*=cooltipz][data-tooltip-dir=top]::before, [data-scb][class*=cooltipz].cooltipz--top::before {border-top-color: "+e.settings.tooltip_settings.bg_color+"; }",b+="#gsb-buttons-"+e.id+" [data-scb][data-tooltip-dir][data-tooltip-dir=right]::before, [data-scb][data-tooltip-dir].cooltipz--right::before, [data-scb][class*=cooltipz][data-tooltip-dir=right]::before, [data-scb][class*=cooltipz].cooltipz--right::before, #gsb-buttons-"+e.id+" [data-tooltip-dir=right] .cta-tooltip:after {border-right-color: "+e.settings.tooltip_settings.bg_color+"; }",b+="#gsb-buttons-"+e.id+" .chat-button-link.has-image .chat-button-icon img, #gsb-buttons-"+e.id+" .custom-icon-img, #gsb-buttons-"+e.id+" .chat-button-link.has-image img {width: "+r+"px; height: "+r+"px; line-height: "+r+"px; border-radius: "+e.settings.border_radius+"px; -moz-border-radius: "+e.settings.border_radius+"px; -webkit-border-radius: "+e.settings.border_radius+"px; }","list_view"==e.settings.view&&a>=1&&""!=e.settings.list_view_title&&(b+="#gsb-buttons-"+e.id+" .gsb-button-list.list_view .list_title_container  {background-color: "+e.settings.list_title_bg+";color: "+e.settings.list_title_color+"; }"),"grid_view"==e.settings.view&&a>=1&&""!=e.settings.list_view_title&&(b+="#gsb-buttons-"+e.id+" .gsb-button-list.grid_view .list_title_container  {background-color: "+e.settings.list_title_bg+";color: "+e.settings.list_title_color+"; }"),"0"==e.settings.tooltip_settings.border_radius&&"0"==e.settings.tooltip_settings.tooltip_height&&"0"==e.settings.tooltip_settings.font_size&&(b+="#gsb-buttons-"+e.id+" [data-scb][data-tooltip-dir][data-tooltip-dir=left]::before, [data-scb][data-tooltip-dir].cooltipz--left::before, [data-scb][class*=cooltipz][data-tooltip-dir=left]::before, [data-scb][class*=cooltipz].cooltipz--left::before, [data-scb][data-tooltip-dir][data-tooltip-dir=right]::before, [data-scb][data-tooltip-dir].cooltipz--right::before, [data-scb][class*=cooltipz][data-tooltip-dir=right]::before, [data-scb][class*=cooltipz].cooltipz--right::before, [data-scb][data-tooltip-dir][data-tooltip-dir=bottom]::before, [data-scb][data-tooltip-dir].cooltipz--bottom::before, [data-scb][class*=cooltipz][data-tooltip-dir=bottom]::before, [data-scb][class*=cooltipz].cooltipz--bottom::before, [data-scb][data-tooltip-dir][data-tooltip-dir=bottom-left]::before, [data-scb][data-tooltip-dir].cooltipz--bottom-left::before, [data-scb][class*=cooltipz][data-tooltip-dir=bottom-left]::before, [data-scb][class*=cooltipz].cooltipz--bottom-left::before, [data-scb][data-tooltip-dir][data-tooltip-dir=bottom-right]::before, [data-scb][data-tooltip-dir].cooltipz--bottom-right::before, [data-scb][class*=cooltipz][data-tooltip-dir=bottom-right]::before, [data-scb][class*=cooltipz].cooltipz--bottom-right::before, [data-scb][data-tooltip-dir][data-tooltip-dir=top]::before, [data-scb][data-tooltip-dir].cooltipz--top::before, [data-scb][class*=cooltipz][data-tooltip-dir=top]::before, [data-scb][class*=cooltipz].cooltipz--top::before, [data-scb][data-tooltip-dir][data-tooltip-dir=top-left]::before, [data-scb][data-tooltip-dir].cooltipz--top-left::before, [data-scb][class*=cooltipz][data-tooltip-dir=top-left]::before, [data-scb][class*=cooltipz].cooltipz--top-left::before, [data-scb][data-tooltip-dir][data-tooltip-dir=top-right]::before, [data-scb][data-tooltip-dir].cooltipz--top-right::before, [data-scb][class*=cooltipz][data-tooltip-dir=top-right]::before, [data-scb][class*=cooltipz].cooltipz--top-right::before { border : 0 }"),s("#gsb-buttons-"+e.id).hasClass("single")&&(b+="#gsb-buttons-"+e.id+" .gsb-trigger {padding: 0;}"),b+="#gsb-buttons-"+e.id+" .gsb-trigger .chat-button a:not(."+e.settings.animation+") .gsb-pending-message {top: 3%; right: 3%;}",b+="#gsb-buttons-"+e.id+" .gsb-trigger .chat-button a:not(."+e.settings.animation+") + .gsb-pending-message {top: 3%; right: 3%;}","none"!=e.settings.animation&&"ginger-btn-fade"!=e.settings.animation&&"ginger-btn-pulse"!=e.settings.animation&&"ginger-btn-spin"!=e.settings.animation||(b+="#gsb-buttons-"+e.id+" .gsb-trigger .chat-button a."+e.settings.animation+" .gsb-pending-message {top: 3%; right: 3%;}",b+="#gsb-buttons-"+e.id+" .gsb-trigger .chat-button a."+e.settings.animation+" + .gsb-pending-message {top: 3%; right: 3%;}");var T=function(t){return"vertical"==t.settings.menu_view?"right"==m(t)?"left":"right":"top"}(e);s("#gsb-buttons-"+e.id+" .gsb-button-list a.scb-tooltip").attr("data-tooltip-dir",T),s("#gsb-buttons-"+e.id).addClass(x+"-side"),s("#gsb-buttons-"+e.id).addClass(e.settings.menu_view+"-menu"),"vertical"==e.settings.menu_view?"left"==x?(s("#gsb-buttons-"+e.id+" .gsb-trigger-top").attr("data-tooltip-dir","right"),s("#gsb-buttons-"+e.id+" .gsb-trigger-bottom .chat-button-link").attr("data-tooltip-dir","right")):(s("#gsb-buttons-"+e.id+" .gsb-trigger-top").attr("data-tooltip-dir","left"),s("#gsb-buttons-"+e.id+" .gsb-trigger-bottom .chat-button-link").attr("data-tooltip-dir","left")):(s("#gsb-buttons-"+e.id+" .gsb-trigger-bottom .chat-button-link").attr("data-tooltip-dir","top"),"left"==x?s("#gsb-buttons-"+e.id+" .gsb-trigger-top").attr("data-tooltip-dir","right"):s("#gsb-buttons-"+e.id+" .gsb-trigger-top").attr("data-tooltip-dir","left")),"grid_view"==e.settings.view&&s("#gsb-buttons-"+e.id+" .gsb-button-list.grid_view .channel-grid-container .chat-button .scb-tooltip").attr("data-tooltip-dir","top"),"corner_circle_view"==e.settings.view&&s("#gsb-buttons-"+e.id+" .gsb-button-list.corner_circle_view .chat-button .scb-tooltip").attr("data-tooltip-dir","top");var D=e.settings.call_to_action,H="";""!=D&&(H+="<span class='cta-tooltip'>"+D+"</span>"),s("#gsb-buttons-"+e.id+" .gsb-trigger-top").append(H),d(e)&&s("#gsb-buttons-"+e.id+" .gsb-trigger-top").addClass("cooltipz--visible");var Q=e.settings.font_family;if(""!=Q&&"Arial"!=Q&&"Tahoma"!=Q&&"Verdana"!=Q&&"Helvetica"!=Q&&"Times New Roman"!=Q&&"Trebuchet MS"!=Q&&"Georgia"!=Q&&s("head").append("<link id='#gsb-buttons-"+e.id+"' href='https://fonts.googleapis.com/css?family="+e.settings.font_family+"' rel='stylesheet' type='text/css' >"),""!=Q?(s("#gsb-buttons-"+e.id).css("font-family",Q),s("#gsb-buttons-"+e.id+" button").css("font-family",Q)):s("#gsb-buttons-"+e.id).css("font-family","-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif"),s("#gsb-buttons-"+e.id+" .gsb-button-list").addClass(e.settings.menu_animation),function(t){var o=_("gsb-button-click-"+t.id);if((0==s("#gsb-buttons-"+t.id+" .gsb-button-list .chat-button").length||"yes"==t.settings.has_pending_message)&&!o&&"yes"==t.settings.has_pending_message){s("#gsb-buttons-"+t.id).hasClass("single")?(s("#gsb-buttons-"+t.id+" .gsb-trigger .chat-button a").append("<span class='gsb-pending-message'>"+t.settings.no_of_messages+"</span>"),s("#gsb-buttons-"+t.id+" .gsb-trigger .chat-button a").after("<span class='gsb-pending-message'>"+t.settings.no_of_messages+"</span>")):(s("#gsb-buttons-"+t.id+" .gsb-trigger .gsb-trigger-top a").append("<span class='gsb-pending-message'>"+t.settings.no_of_messages+"</span>"),s("#gsb-buttons-"+t.id+" .gsb-trigger .gsb-trigger-top a").after("<span class='gsb-pending-message'>"+t.settings.no_of_messages+"</span>"));var e=20*t.settings.icon_size/54;s("#gsb-buttons-"+t.id+" .gsb-pending-message").css({width:e+"px",height:e+"px","font-size":parseInt(e/4)+5+"px",color:t.settings.message_text_color,"background-color":t.settings.message_bg_color})}}(e),function(t){_("gsb-button-click-"+t.id)||(s("#gsb-buttons-"+t.id).hasClass("single")?s("#gsb-buttons-"+t.id+" .gsb-trigger .chat-button a").addClass(t.settings.animation):s("#gsb-buttons-"+t.id+" .gsb-trigger .gsb-trigger-top a").addClass(t.settings.animation))}(e),function(t){var o=m(t);if(s("#gsb-buttons-"+t.id).hasClass("single")){var e=s("#gsb-buttons-"+t.id+" .gsb-trigger .chat-button a").attr("data-scb"),i=t.settings.call_to_action;s("#gsb-buttons-"+t.id+" .gsb-trigger .chat-button a").removeAttr("data-tooltip-dir data-scb"),s("#gsb-buttons-"+t.id+" .gsb-trigger .chat-button a").removeClass("scb-tooltip cooltipz--visible"),(s("#gsb-buttons-"+t.id).hasClass("cta-first_click")&&!_("gsb-button-click-"+t.id)||!s("#gsb-buttons-"+t.id).hasClass("cta-first_click"))&&s("#gsb-buttons-"+t.id+".gsb-trigger .chat-button").addClass("scb-tooltip cooltipz--visible"),s("#gsb-buttons-"+t.id+" .gsb-trigger .chat-button.scb-tooltip").attr("data-tooltip-dir","right"==o?"left":"right"),s("#gsb-buttons-"+t.id+" .gsb-trigger .chat-button").attr("data-hover-scb",e);var n="";""!=i&&(n+="<span class='cta-tooltip'>"+i+"</span>"),d(t)&&s("#gsb-buttons-"+t.id+" .gsb-trigger .chat-button").append(n).addClass("cooltipz--visible")}}(e),function(t){var o=_("gsb-greeting-"+t.id),e=t.settings.default_state,i=f(t);if(!o&&(1==i&&"open"!=e||i>1&&"click"==e)&&""!=t.settings.greeting_text&&"yes"==t.settings.show_greeting_message){var n="";n+="<span class='scw-greeting-message'>",n+="<span>"+t.settings.greeting_text+"</span>",n+='<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M18 6L6 18M6 6L18 18" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> </svg>',n+="</span>",s("#gsb-buttons-"+t.id+" .gsb-buttons-content").append(n)}}(e),function(t){if("yes"==t.triggers.after_seconds&&!_("gsb-button-view-"+t.id)){s("#gsb-buttons-"+t.id).hide();var o=parseInt(t.triggers.seconds);o>0&&setTimeout((function(){s("#gsb-buttons-"+t.id).show(),h(t),C("gsb-button-view-"+t.id,!0,2)}),1e3*o)}}(e),function(t){if("yes"==t.triggers.on_scroll&&!_("gsb-button-view-"+t.id)){s("#gsb-buttons-"+t.id).hide();var o=parseInt(t.triggers.page_scroll);jQuery(window).scroll((function(){o=parseInt(t.triggers.page_scroll);var e=jQuery(document).height()-jQuery(window).height(),i=jQuery(window).scrollTop();0!=i&&i/e*100>=o&&(s("#gsb-buttons-"+t.id).show(),h(t),C("gsb-button-view-"+t.id,!0,2))}))}}(e),function(t){if("yes"==t.triggers.exit_intent){if("yes"==t.triggers.browser&&!_("gsb-button-view-"+t.id)){s("#gsb-buttons-"+t.id).hide();var e=m(t);b="mouseout",l=function(o){null==o.toElement&&null==o.relatedTarget&&(i||(s("#gsb-buttons-"+t.id).show(),s("#gsb-buttons-"+t.id).append("<div class='exit-intent'></div>"),"left"==e?s("#gsb-buttons-"+t.id+" .exit-intent").addClass("left-position"):s("#gsb-buttons-"+t.id+" .exit-intent").addClass("right-position"),s("#gsb-buttons-"+t.id).hasClass("single-btn")||s("#gsb-buttons-"+t.id+" .main-button").trigger("click"),setTimeout((function(){s("#gsb-buttons-"+t.id+" .exit-intent").addClass("active"),setTimeout((function(){s("#gsb-buttons-"+t.id+" .exit-intent").removeClass("active")}),2e3)}),100),h(t),i=!0,C("gsb-button-view-"+t.id,!0,2)))},(a=document).addEventListener?a.addEventListener(b,l,!1):a.attachEvent&&a.attachEvent("on"+b,l)}"yes"==t.triggers.on_inactivity&&(_("gsb-button-view-"+t.id)||(s("#gsb-buttons-"+t.id).hide(),o=setInterval((function(){!function(t){if(n+=1,!_("gsb-button-view-"+t.id)&&(s("#gsb-buttons-"+t.id).hide(),n>59)){if(!i){var e=m(t);s("#gsb-buttons-"+t.id).show(),s("#gsb-buttons-"+t.id).append("<div class='exit-intent'></div>"),"left"==e?s("#gsb-buttons-"+t.id+" .exit-intent").addClass("left-position"):s("#gsb-buttons-"+t.id+" .exit-intent").addClass("right-position"),s("#gsb-buttons-"+t.id).hasClass("single-btn")||s("#gsb-buttons-"+t.id+" .main-button").trigger("click"),setTimeout((function(){s("#gsb-buttons-"+t.id+" .exit-intent").addClass("active"),setTimeout((function(){s("#gsb-buttons-"+t.id+" .exit-intent").removeClass("active")}),2e3)}),100),i=!0,h(t),C("gsb-button-view-"+t.id,!0,2)}window.clearInterval(o)}}(t)}),1e3),s(document).on("mousemove",(function(t){n=0})),s(document).on("keyup",(function(t){n=0}))))}var a,b,l}(e),b+="#gsb-buttons-"+e.id+" .scw-greeting-message {background-color:"+e.settings.greeting_bg_color+";color:"+e.settings.greeting_text_color+";}",b+="#gsb-buttons-"+e.id+" .scw-greeting-message svg {fill:"+e.settings.greeting_text_color+";}",b+="#gsb-buttons-"+e.id+" .scw-greeting-message svg path {stroke:"+e.settings.greeting_text_color+";}",b+="#gsb-buttons-"+e.id+" .scw-greeting-message:after{border-color:"+e.settings.greeting_bg_color+" transparent transparent transparent;}",s("#gab_front_css").remove(),s("head").append("<style id='gab_front_css'>"+b+"</style>"),(_("gsb-button-view-"+e.id)||"0"==e.triggers.page_scroll&&"0"==e.triggers.seconds&&"no"==e.triggers.exit_intent)&&h(e),"right"==x){var A=s("#gsb-buttons-"+e.id+" .gsb-button-list.list_view").outerWidth()+parseInt(s("#gsb-buttons-"+e.id).css("right").replace("px","")),F=s("#gsb-buttons-"+e.id+" .gsb-button-list.grid_view").outerWidth()+parseInt(s("#gsb-buttons-"+e.id).css("right").replace("px",""));s(window).width()<=A&&(l+="#gsb-buttons-"+e.id+".right-side .gsb-button-list.list_view {transform: scale(0.5); transform-origin: bottom right;}"),s(window).width()<=F&&(l+="#gsb-buttons-"+e.id+".right-side .gsb-button-list.grid_view {transform: scale(0.5); transform-origin: bottom right;}")}else A=s("#gsb-buttons-"+e.id+" .gsb-button-list.list_view").outerWidth()+parseInt(s("#gsb-buttons-"+e.id).css("left").replace("px","")),F=s("#gsb-buttons-"+e.id+" .gsb-button-list.grid_view").outerWidth()+parseInt(s("#gsb-buttons-"+e.id).css("left").replace("px","")),s(window).width()<=A&&(l+="#gsb-buttons-"+e.id+".left-side .gsb-button-list.list_view {transform: scale(0.5); transform-origin: bottom left;}"),s(window).width()<=F&&(l+="#gsb-buttons-"+e.id+".left-side .gsb-button-list.grid_view {transform: scale(0.5); transform-origin: bottom left;}");var W=s("#gsb-buttons-"+e.id+" .gsb-trigger").outerHeight(!0);if(l+="#gsb-buttons-"+e.id+".open-form .scw-contact-form, #gsb-buttons-"+e.id+".open-whatsapp-popup .whatsapp-popup, #gsb-buttons-"+e.id+".open-wechat-popup .wechat-popup { bottom : "+W+"px }",l+="#gsb-buttons-"+e.id+".open-buttons:not(.has-no-close-button) .gsb-button-list.menu_view { bottom : "+W+"px }",s("#gsb_custom_css").remove(),s("head").append("<style id='gsb_custom_css'>"+l+"</style>"),s("#gsb-buttons-"+e.id+" .list_title_container").length)var U=s("#gsb-buttons-"+e.id+" .list_title_container").outerHeight(!0);else U=0;var Z=s("#gsb-buttons-"+e.id).css("bottom").replace("px",""),P=parseInt(W)+parseInt(Z)+parseInt(U)+parseInt("15");s("#gsb-buttons-"+e.id+" .list_view .channel-list-container").css("max-height","calc(100vh - "+P+"px)");var R=parseInt(W)+parseInt(Z)+parseInt(s("#gsb-buttons-"+e.id+" .whatsapp-popup").outerHeight(!0)),G=parseInt(W)+parseInt(Z)+parseInt(s("#gsb-buttons-"+e.id+" .whatsapp-popup .whatsapp-popup-header").outerHeight(!0))+parseInt(s("#gsb-buttons-"+e.id+" .whatsapp-popup .whatsapp-popup-footer").outerHeight(!0))+parseInt(10);R>s(window).height()?(s("#gsb-buttons-"+e.id+" .whatsapp-popup .whatsapp-popup-body").css("max-height","calc(100vh - "+G+"px)"),s("#gsb-buttons-"+e.id+" .whatsapp-popup .whatsapp-popup-body").css("min-height","calc(100vh - "+G+"px)")):s("#gsb-buttons-"+e.id+" .whatsapp-popup .whatsapp-popup-body").css("min-height","270px"),s(window).resize((function(){R>s(window).height()?(s("#gsb-buttons-"+e.id+" .whatsapp-popup .whatsapp-popup-body").css("max-height","calc(100vh - "+G+"px)"),s("#gsb-buttons-"+e.id+" .whatsapp-popup .whatsapp-popup-body").css("min-height","calc(100vh - "+G+"px)")):s("#gsb-buttons-"+e.id+" .whatsapp-popup .whatsapp-popup-body").css("min-height","270px")}));var $=parseInt(W)+parseInt(Z)+parseInt(s("#gsb-buttons-"+e.id+" .wechat-popup .wechat-popup-header").outerHeight(!0))+10;s("#gsb-buttons-"+e.id+" .wechat-popup .wechat-popup-body").css("max-height","calc(100vh - "+$+"px)");var E=W+5;s("#gsb-buttons-"+e.id+".view-list .list_view").css("bottom",E+"px"),s("#gsb-buttons-"+e.id+".view-grid .grid_view").css("bottom",E+"px"),s(document).on("click","#gsb-buttons-"+e.id+" .scw-greeting-message svg",(function(t){t.preventDefault(),s("#gsb-buttons-"+e.id+" .scw-greeting-message").remove(),C("gsb-greeting-"+e.id,!0,2)})),s(document).on("mouseenter","#gsb-buttons-"+e.id+".single .gsb-trigger .chat-button",(function(){s("#gsb-buttons-"+e.id+".single").hasClass("cta-first_click")&&!d(e)&&(s("#gsb-buttons-"+e.id+".gsb-trigger .chat-button").addClass("scb-tooltip cooltipz--visible"),s("#gsb-buttons-"+e.id+" .gsb-trigger .chat-button.scb-tooltip").attr("data-tooltip-dir","right"==x?"left":"right"),s("#gsb-buttons-"+e.id+".single .gsb-trigger .chat-button .cta-tooltip").show());var t=s(this).attr("data-hover-scb");s("#gsb-buttons-"+e.id+".single .gsb-trigger .chat-button .cta-tooltip").html(t),s("#gsb-buttons-"+e.id+".single .gsb-trigger .chat-button .cta-tooltip").length||""==t||s(this).append("<span class='cta-tooltip'>"+t+"</span>").addClass("cooltipz--visible")})),s(document).on("mouseleave","#gsb-buttons-"+e.id+".single .gsb-trigger .chat-button",(function(){s("#gsb-buttons-"+e.id+".single").hasClass("cta-first_click")&&!d(e)&&s("#gsb-buttons-"+e.id+".single .gsb-trigger .chat-button .cta-tooltip").hide(),s("#gsb-buttons-"+e.id+".single .gsb-trigger .chat-button .cta-tooltip").html(e.settings.call_to_action),""==e.settings.call_to_action&&""!=s(this).attr("data-hover-scb")&&(s(".cta-tooltip").remove(),s(this).removeClass("cooltipz--visible"))})),s(document).on("touch click","body",(function(){(s("#gsb-buttons-"+e.id).hasClass("view-grid")&&s("#gsb-buttons-"+e.id).hasClass("open-buttons")||s("#gsb-buttons-"+e.id).hasClass("view-list")&&s("#gsb-buttons-"+e.id).hasClass("open-buttons"))&&(s("#gsb-buttons-"+e.id).removeClass("open-buttons"),C("gsb-greeting-"+e.id,!0,2),s("#gsb-buttons-"+e.id+" .scw-greeting-message").remove()),s("#gsb-buttons-"+e.id).hasClass("open-whatsapp-popup")&&s("#gsb-buttons-"+e.id).hasClass("has-no-close-remove")&&s("#gsb-buttons-"+e.id).removeClass("open-whatsapp-popup has-no-close-remove").addClass("open-buttons has-no-close-button"),s("#gsb-buttons-"+e.id).hasClass("open-form")&&s("#gsb-buttons-"+e.id).hasClass("has-no-close-remove")&&s("#gsb-buttons-"+e.id).removeClass("open-form has-no-close-remove").addClass("open-buttons has-no-close-button"),s("#gsb-buttons-"+e.id).hasClass("open-wechat-popup")&&s("#gsb-buttons-"+e.id).hasClass("has-no-close-remove")&&s("#gsb-buttons-"+e.id).removeClass("open-wechat-popup has-no-close-remove").addClass("open-buttons has-no-close-button"),s("#gsb-buttons-"+e.id).hasClass("open-whatsapp-popup")&&s("#gsb-buttons-"+e.id).removeClass("open-whatsapp-popup"),s("#gsb-buttons-"+e.id).hasClass("open-form")&&s("#gsb-buttons-"+e.id).removeClass("open-form"),s("#gsb-buttons-"+e.id).hasClass("open-wechat-popup")&&s("#gsb-buttons-"+e.id).removeClass("open-wechat-popup")}))})),s(".chat-button-icon img").each((function(){s(this).closest(".chat-button-link").addClass("has-image")})),s(document).on("submit",".scw-contact-form",(function(t){t.preventDefault(),s(this).closest(".scw-contact-form").find(".scw-form-field").removeClass("has-error"),s(this).closest(".scw-contact-form").find(".scw-form-field").removeClass("has-error-valid");var o=s(this).closest(".scw-contact-form").attr("data_target");r=s(this).closest(".scw-contact-form").find(".scw-form-success.success-close-msg").length>0?1:0;var e=3;1==r&&(e=s(this).closest(".scw-contact-form").find(".scw-form-success.success-close-msg").attr("data_close_sec"));var i=0,n=s(this).closest(".gsb-buttons").attr("id");if(s.each(s(this).closest(".scw-contact-form").find(".scw-form-field .scw-field"),(function(){s(this).hasClass("is-require")&&""==s(this).val()&&(i+=1,s(this).closest(".scw-form-field").addClass("has-error")),s(this).hasClass("is-require")&&!s(this).is(":checked")&&"checkbox"===s(this).prop("type")&&(i+=1,s(this).closest(".scw-form-field").addClass("has-error")),""!=s(this).val()&&"email"==s(this).data("name")&&(/^([a-zA-Z0-9_.+-])+\@(([a-zA-Z0-9-])+\.)+([a-zA-Z0-9]{2,4})+$/.test(s(this).val())||(i+=1,s(this).closest(".scw-form-field").addClass("has-error-valid"))),""!=s(this).val()&&"phone"==s(this).data("name")&&(/^[0-9]*$/.test(s(this).val())||(i+=1,s(this).closest(".scw-form-field").addClass("has-error-valid")))})),0!=i&&(s(this).closest(".scw-contact-form").find(".scw-form-field.has-error-valid:first input").focus(),s(this).closest(".scw-contact-form").find(".scw-form-field.has-error:first input").focus()),0==i){s(this).find(":submit").prop("disabled",!0);var a=s(this).closest(".scw-contact-form").attr("id");s.ajax({url:gsb_settings.ajax_url,data:s("#"+a).serialize(),dateType:"json",type:"post",success:function(t){1==(t=s.parseJSON(t)).status?(s("#"+n+" .scw-contact-form").addClass("success-msg"),s("#"+n+" .scw-contact-form").removeClass("has-error"),s("#"+n+" .scw-contact-form .scw-form-success").text(t.message),s("#"+n+" .scw-contact-form .scw-field").val(""),s("#"+n+" .scw-contact-form .consent-check-box input").prop("checked",!1),s("#"+n+" .scw-contact-form .scw-form-btn button").prop("disabled",!1),1==r&&setTimeout((function(){s("#"+n).closest(".gsb-buttons").hasClass("open-form")&&s("#"+n).closest(".gsb-buttons").hasClass("has-no-close-remove")&&s("#"+n).closest(".gsb-buttons").removeClass("open-form has-no-close-remove").addClass("open-buttons has-no-close-button"),s("#"+n).hasClass("open-form")&&s("#"+n).removeClass("open-form")}),1e3*e),""!=t.data.URL&&("blank"==o?window.open(t.data.URL,"_blank"):window.location.href=t.data.URL)):0==t.status&&(s("#"+n+" .scw-contact-form .scw-form-btn button").prop("disabled",!1),s("#"+n+" .scw-contact-form").addClass("success-msg has-error"),s("#"+n+" .scw-contact-form .scw-field").each((function(o,e){var i=s(this).attr("name").replace("scw_form_fields[","");i=i.replace("]",""),s.inArray(i,t.has_error)>=0?s(this).closest(".scw-form-field").addClass("has-error"):s.inArray(i,t.has_error_valid)>=0&&s(this).closest(".scw-form-field").addClass("has-error-valid")})),s("#"+n+" .scw-contact-form .scw-form-success").text(t.message))}})}})),s(document).on("keyup",".scw-field-phone",(function(){var t=s(this).val();t.match(/^[0-9]+$/)||s(this).val(t.replace(/\D/g,""))})),s(document).on("touch click",".gsb-buttons .gsb-trigger .gsb-trigger-top a",(function(){C("gsb-button-click-"+s(this).closest(".gsb-buttons").data("id"),!0,2),s(this).closest(".gsb-buttons").hasClass("cta-first_click")&&(s(this).closest("div[data-scb]").attr("data-scb",""),s(this).closest(".gsb-buttons").find(".cta-tooltip").remove())})),s(document).on("touch click",".gsb-buttons .gsb-trigger .gsb-trigger-top a, .gsb-buttons .gsb-trigger .chat-button a",(function(){C("gsb-button-click-"+s(this).closest(".gsb-buttons").data("id"),!0,2),s(this).closest(".gsb-buttons").hasClass("cta-first_click")&&(s(this).closest("div[data-scb]").attr("data-scb",""),s(this).closest(".gsb-buttons").find(".cta-tooltip").remove())})),s(document).on("touch click",".gsb-buttons .gsb-trigger .gsb-trigger-top a, .gsb-buttons .gsb-trigger .gsb-trigger-bottom a",(function(){var t=s(this).closest(".gsb-buttons").data("id");s("#gsb-buttons-"+t+" .gsb-pending-message").remove(),C("gsb-greeting-"+t,!0,2),s("#gsb-buttons-"+t+" .scw-greeting-message").remove()})),s(document).on("touch click",".gsb-buttons .gsb-trigger .gsb-trigger-bottom a",(function(){C("gsb-button-click-"+s(this).closest(".gsb-buttons").data("id"),!0,2),s(this).closest(".gsb-buttons").hasClass("cta-first_click")&&(s(this).closest("div[data-scb]").attr("data-scb",""),s(this).closest(".gsb-buttons").find(".cta-tooltip").remove())})),s(document).on("mouseenter",".gsb-buttons .gsb-trigger a",(function(){var t=s(this).closest(".gsb-buttons").data("id"),o=s(this).closest(".gsb-buttons").data("animation");s("#gsb-buttons-"+t+" .gsb-trigger .gsb-trigger-top a").removeClass(o),s("#gsb-buttons-"+t+" .gsb-trigger .chat-button a").removeClass(o)})),s(document).on("touch click",".gsb-buttons:not(.single) .gsb-trigger .gsb-trigger-top a",(function(t){t.preventDefault();var o=s(this).closest(".gsb-buttons").data("id");s(this).closest(".gsb-buttons").removeClass("open-form"),s(this).closest(".gsb-buttons").removeClass("open-whatsapp-popup"),s(this).closest(".gsb-buttons").removeClass("open-wechat-popup"),s("#gsb-buttons-"+o+" .scw-contact-form .scw-form-field").removeClass("has-error"),s(this).closest("#gsb-buttons-"+o).find(".scw-contact-form").removeClass("success"),s(this).closest("#gsb-buttons-"+o).find(".scw-contact-form").removeClass("success-msg"),s(this).closest("#gsb-buttons-"+o).find(".scw-contact-form").removeClass("has-error"),s(this).closest("#gsb-buttons-"+o).removeClass("has-no-animation"),s(this).closest("#gsb-buttons-"+o).removeClass("has-no-tooltip-animation"),s(this).closest(".gsb-buttons").addClass("open-buttons")})),s(document).on("touch click",".gsb-buttons.single .gsb-trigger .chat-button a",(function(){var t=s(this).closest(".gsb-buttons").data("id");(s("#gsb-buttons-"+t+".single .gsb-trigger .gsb-trigger-contact").length||s("#gsb-buttons-"+t+".single .gsb-trigger .gsb-trigger-whatsapp-popup").length||s("#gsb-buttons-"+t+".single .gsb-trigger .gsb-trigger-wechat-popup").length)&&s("#gsb-buttons-"+t+".single .gsb-trigger .chat-button").removeClass("cooltipz--visible")})),s(document).on("touch click",".gsb-buttons .gsb-trigger .gsb-trigger-contact a",(function(t){t.preventDefault();var o=s(this).closest(".gsb-buttons").data("id");s(this).closest(".gsb-buttons").removeClass("open-form"),s("#gsb-buttons-"+o+" .scw-contact-form .scw-form-field").removeClass("has-error"),s(this).closest(".gsb-buttons").addClass("open-buttons"),s(this).closest(".gsb-buttons").hasClass("has-no-close-remove")&&(s(this).closest(".gsb-buttons").addClass("has-no-close-button"),s(this).closest(".gsb-buttons").removeClass("has-no-close-remove")),C("gsb-greeting-"+o,!0,2),s("#gsb-buttons-"+o+" .scw-greeting-message").remove(),s("#gsb-buttons-"+o).hasClass("cta-first_click")&&!_("gsb-button-click-"+o)&&s("#gsb-buttons-"+o+".single .gsb-trigger .chat-button").addClass("cooltipz--visible"),s("#gsb-buttons-"+o).hasClass("cta-all_time")&&s("#gsb-buttons-"+o+".single .gsb-trigger .chat-button").addClass("cooltipz--visible")})),s(document).on("touch click",".gsb-buttons .gsb-trigger .gsb-trigger-whatsapp-popup a",(function(t){t.preventDefault();var o=s(this).closest(".gsb-buttons").data("id");s(this).closest(".gsb-buttons").removeClass("open-whatsapp-popup"),s(this).closest(".gsb-buttons").addClass("open-buttons"),s(this).closest(".gsb-buttons").hasClass("has-no-close-remove")&&(s(this).closest(".gsb-buttons").addClass("has-no-close-button"),s(this).closest(".gsb-buttons").removeClass("has-no-close-remove")),C("gsb-greeting-"+o,!0,2),s("#gsb-buttons-"+o+" .scw-greeting-message").remove(),s("#gsb-buttons-"+o).hasClass("cta-first_click")&&!_("gsb-button-click-"+o)&&s("#gsb-buttons-"+o+".single .gsb-trigger .chat-button").addClass("cooltipz--visible"),s("#gsb-buttons-"+o).hasClass("cta-all_time")&&s("#gsb-buttons-"+o+".single .gsb-trigger .chat-button").addClass("cooltipz--visible")})),s(document).on("touch click",".gsb-buttons .gsb-trigger .gsb-trigger-wechat-popup a",(function(t){t.preventDefault();var o=s(this).closest(".gsb-buttons").data("id");s(this).closest(".gsb-buttons").removeClass("open-wechat-popup"),s(this).closest(".gsb-buttons").addClass("open-buttons"),s(this).closest(".gsb-buttons").hasClass("has-no-close-remove")&&(s(this).closest(".gsb-buttons").removeClass("has-no-close-remove"),s(this).closest(".gsb-buttons").addClass("has-no-close-button")),C("gsb-greeting-"+o,!0,2),s("#gsb-buttons-"+o+" .scw-greeting-message").remove(),s("#gsb-buttons-"+o).hasClass("cta-first_click")&&!_("gsb-button-click-"+o)&&s("#gsb-buttons-"+o+".single .gsb-trigger .chat-button").addClass("cooltipz--visible"),s("#gsb-buttons-"+o).hasClass("cta-all_time")&&s("#gsb-buttons-"+o+".single .gsb-trigger .chat-button").addClass("cooltipz--visible")})),s(document).on("touch click",".gsb-buttons .scw-contact-form .scw-form-close",(function(t){t.preventDefault();var o=s(this).closest(".gsb-buttons").data("id");s(this).closest("#gsb-buttons-"+o).removeClass("open-form"),s("#gsb-buttons-"+o+" .scw-contact-form .scw-form-field").removeClass("has-error"),s(this).closest("#gsb-buttons-"+o+".has-no-close-button").addClass("open-buttons"),s(this).closest(".gsb-buttons").hasClass("has-no-close-remove")&&(s(this).closest(".gsb-buttons").addClass("has-no-close-button"),s(this).closest(".gsb-buttons").removeClass("has-no-close-remove")),s("#gsb-buttons-"+o).hasClass("cta-all_time")&&s("#gsb-buttons-"+o+".single .gsb-trigger .chat-button").addClass("cooltipz--visible")})),s(document).on("touch click",".gsb-buttons .whatsapp-popup .whatsapp-popup-close-btn",(function(t){t.preventDefault();var o=s(this).closest(".gsb-buttons").data("id");s(this).closest("#gsb-buttons-"+o).removeClass("open-whatsapp-popup"),s(this).closest("#gsb-buttons-"+o+".has-no-close-button").addClass("open-buttons"),s(this).closest(".gsb-buttons").hasClass("has-no-close-remove")&&(s(this).closest(".gsb-buttons").addClass("has-no-close-button"),s(this).closest(".gsb-buttons").removeClass("has-no-close-remove")),s("#gsb-buttons-"+o).hasClass("cta-all_time")&&s("#gsb-buttons-"+o+".single .gsb-trigger .chat-button").addClass("cooltipz--visible")})),s(document).on("touch click",".gsb-buttons .wechat-popup .wechat-popup-close-btn",(function(t){t.preventDefault();var o=s(this).closest(".gsb-buttons").data("id");s(this).closest(".gsb-buttons").hasClass("has-no-close-remove")&&(s(this).closest(".gsb-buttons").removeClass("has-no-close-remove"),s(this).closest(".gsb-buttons").addClass("has-no-close-button")),s(this).closest("#gsb-buttons-"+o).removeClass("open-wechat-popup"),s(this).closest("#gsb-buttons-"+o+".has-no-close-button").addClass("open-buttons"),s("#gsb-buttons-"+o).hasClass("cta-all_time")&&s("#gsb-buttons-"+o+".single .gsb-trigger .chat-button").addClass("cooltipz--visible")})),s(document).on("touch click",".gsb-buttons .close-view-btn",(function(t){t.preventDefault(),s(this).closest(".gsb-buttons").removeClass("open-buttons")})),s(document).on("touch click",".gsb-buttons:not(.single) .gsb-trigger .gsb-trigger-bottom a",(function(t){t.preventDefault(),s(this).closest(".gsb-buttons").removeClass("has-no-animation"),s(this).closest(".gsb-buttons").removeClass("open-buttons")})),s(document).on("touch click",".gsb-buttons:not(.single) .gsb-button-list:not(.list_view) .chat-button .channel-contact_form , .gsb-buttons.single .gsb-button-list:not(.list_view) + .gsb-trigger .chat-button .channel-contact_form",(function(){s(this).closest(".gsb-buttons").find(".gsb-button-list .chat-button").length,s(this).closest(".gsb-buttons").hasClass("open-form")?(s(this).closest(".gsb-buttons").addClass("open-buttons"),s(this).closest(".gsb-buttons").removeClass("open-form")):(s(this).closest(".gsb-buttons").hasClass("has-no-close-button")&&(s(this).closest(".gsb-buttons").addClass("has-no-close-remove"),s(this).closest(".gsb-buttons").removeClass("has-no-close-button")),s(this).closest(".gsb-buttons").removeClass("open-buttons"),s(this).closest(".gsb-buttons").addClass("open-form"),s(this).closest(".gsb-buttons").find(".scw-contact-form").removeClass("success"),s(this).closest(".gsb-buttons").find(".scw-contact-form").removeClass("success-msg"),s(this).closest(".gsb-buttons").find(".scw-contact-form").removeClass("has-error"))})),s(document).on("touch click",".gsb-buttons:not(.single) .list_view .gsb-social-channel",(function(){s(this).closest(".gsb-buttons").find(".gsb-button-list .chat-button").length;var t=s(this).data("channel"),o=s(this).closest(".gsb-buttons").data("id");"contact_form"==t&&(s(this).closest(".gsb-buttons").hasClass("open-form")?(s(this).closest(".gsb-buttons").addClass("open-buttons"),s(this).closest(".gsb-buttons").removeClass("open-form")):(s(this).closest(".gsb-buttons").removeClass("open-buttons"),s(this).closest(".gsb-buttons").addClass("open-form"),s(this).closest("#gsb-buttons-"+o).find(".scw-contact-form").removeClass("success"),s(this).closest("#gsb-buttons-"+o).find(".scw-contact-form").removeClass("success-msg"),s(this).closest("#gsb-buttons-"+o).find(".scw-contact-form").removeClass("has-error")))})),s(document).on("touch click",".gsb-buttons:not(.single) .gsb-button-list:not(.list_view) .chat-button .channel-whats , .gsb-buttons.single .gsb-button-list:not(.list_view) + .gsb-trigger .chat-button .channel-whats",(function(){s(this).closest(".gsb-buttons").find(".gsb-button-list .chat-button").length;var t=s(this).data("channel");s(this).closest(".gsb-buttons").find("#"+t+"_popup").length&&(s(this).closest(".gsb-buttons").hasClass("open-whatsapp-popup")?(s(this).closest(".gsb-buttons").addClass("open-buttons"),s(this).closest(".gsb-buttons").removeClass("open-whatsapp-popup"),s(".whatsapp-popup").removeClass("active"),s("#"+t+"_popup").removeClass("active")):(s(this).closest(".gsb-buttons").hasClass("has-no-close-button")&&(s(this).closest(".gsb-buttons").addClass("has-no-close-remove"),s(this).closest(".gsb-buttons").removeClass("has-no-close-button")),s(this).closest(".gsb-buttons").removeClass("open-buttons"),s(this).closest(".gsb-buttons").addClass("open-whatsapp-popup"),s(".whatsapp-popup").removeClass("active"),s("#"+t+"_popup").addClass("active")))})),s(document).on("touch click",".gsb-buttons:not(.single) .list_view .gsb-social-channel",(function(){s(this).closest(".gsb-buttons").find(".gsb-button-list .chat-button").length;var t=s(this).data("channel");"whatsapp"==t.replace(/_\d+$/,"")&&s(this).closest(".gsb-buttons").find("#"+t+"_popup").length&&(s(this).closest(".gsb-buttons").hasClass("open-whatsapp-popup")?(s(this).closest(".gsb-buttons").addClass("open-buttons"),s(this).closest(".gsb-buttons").removeClass("open-whatsapp-popup"),s(".whatsapp-popup").removeClass("active"),s("#"+t+"_popup").removeClass("active")):(s(this).closest(".gsb-buttons").removeClass("open-buttons"),s(this).closest(".gsb-buttons").addClass("open-whatsapp-popup"),s(".whatsapp-popup").removeClass("active"),s("#"+t+"_popup").addClass("active")))})),s(document).on("touch click",".gsb-buttons:not(.single) .gsb-button-list:not(.list_view) .chat-button .channel-wechats , .gsb-buttons.single .gsb-button-list:not(.list_view) + .gsb-trigger .chat-button .channel-wechats",(function(){s(this).closest(".gsb-buttons").find(".gsb-button-list .chat-button").length;var t=s(this).data("channel");s(this).closest(".gsb-buttons").find("#"+t+"_popup").length&&(s(this).closest(".gsb-buttons").hasClass("open-wechat-popup")?(s(this).closest(".gsb-buttons").addClass("open-buttons"),s(this).closest(".gsb-buttons").removeClass("open-wechat-popup"),s(".wechat-popup").removeClass("active"),s("#"+t+"_popup").removeClass("active")):(s(this).closest(".gsb-buttons").hasClass("has-no-close-button")&&(s(this).closest(".gsb-buttons").addClass("has-no-close-remove"),s(this).closest(".gsb-buttons").removeClass("has-no-close-button")),s(this).closest(".gsb-buttons").removeClass("open-buttons"),s(this).closest(".gsb-buttons").addClass("open-wechat-popup"),s(".wechat-popup").removeClass("active"),s("#"+t+"_popup").addClass("active")))})),s(document).on("touch click",".gsb-buttons:not(.single) .list_view .gsb-social-channel",(function(){s(this).closest(".gsb-buttons").find(".gsb-button-list .chat-button").length;var t=s(this).data("channel");"wechat"==t.replace(/_\d+$/,"")&&s(this).closest(".gsb-buttons").find("#"+t+"_popup").length&&(s(this).closest(".gsb-buttons").hasClass("open-wechat-popup")?(s(this).closest(".gsb-buttons").addClass("open-buttons"),s(this).closest(".gsb-buttons").removeClass("open-wechat-popup"),s(".wechat-popup").removeClass("active"),s("#"+t+"_popup").removeClass("active")):(s(this).closest(".gsb-buttons").removeClass("open-buttons"),s(this).closest(".gsb-buttons").addClass("open-wechat-popup"),s(".wechat-popup").removeClass("active"),s("#"+t+"_popup").addClass("active")))})),s(document).on("touch click",".gsb-buttons .gsb-button-list, .gsb-buttons .gsb-trigger-button, .gsb-buttons .whatsapp-popup, .gsb-buttons .scw-contact-form, .gsb-buttons .wechat-popup",(function(t){t.stopPropagation()})),s(document).on("touch click",".gsb-buttons .chat-button a",(function(){var t=s(this).closest(".gsb-buttons").data("id");s("#gsb-buttons-"+t+" .gsb-pending-message").remove(),C("gsb-greeting-"+t,!0,2),s("#gsb-buttons-"+t+" .scw-greeting-message").remove()})))})),s(window).resize((function(){!function(){if(s(".ginger-front-buttons").length&&s(".sticky-button-list").length&&s(".sticky-button-list .channel-btn").length&&s(".ginger-front-buttons .cta-button").length){s(".sticky-button-list .button-list").attr("style",""),s(".sticky-button-list .button-list").removeClass("has-grid-layout");var t=parseInt(gsb_settings.icon_size)+parseInt(gsb_settings.bottom);if(s(".sticky-button-list .button-list .channel-btn").length>2&&(t+=parseInt(s(".sticky-button-list .button-list .channel-btn").length)*(parseInt(gsb_settings.icon_size)+5))>=s(window).height()){var o=Math.floor(Math.sqrt(parseInt(s(".sticky-button-list .button-list .channel-btn").length)));o=(parseInt(gsb_settings.icon_size)+5)*o,s(".sticky-button-list .button-list").height(o),o=Math.ceil(Math.sqrt(parseInt(s(".sticky-button-list .button-list .channel-btn").length))),o=(parseInt(gsb_settings.icon_size)+5)*o,s(".sticky-button-list .button-list").width(o),s(".sticky-button-list .button-list").addClass("has-grid-layout"),s(".sticky-button-list .button-list").css("bottom",parseInt(gsb_settings.icon_size)+5+"px"),s(".sticky-button-list .button-list .ginger-social-channel").attr("data-ginger-tooltip-location","top")}}}()}))}(jQuery)})();
     1function show_sticky_chat_widget(t){if(void 0!==t){const s=jQuery("#gsb-buttons-"+t);s.length&&(s.hasClass("open-form")?s.addClass("active").removeClass("open-form").addClass("open-buttons"):s.hasClass("open-whatsapp-popup")?s.addClass("active").removeClass("open-whatsapp-popup").addClass("open-buttons"):s.hasClass("open-wechat-popup")?s.addClass("active").removeClass("open-wechat-popup").addClass("open-buttons"):s.hasClass("active")&&"none"===s.css("display")?(s.show().addClass("open-buttons"),setSCWCookie("gsb-button-view-"+t,!0,2)):s.addClass("active").addClass("open-buttons"))}else{const t=jQuery(".gsb-buttons:eq(0)"),s=t.data("id");t.hasClass("open-form")?t.addClass("active").removeClass("open-form").addClass("open-buttons"):t.hasClass("open-whatsapp-popup")?t.addClass("active").removeClass("open-whatsapp-popup").addClass("open-buttons"):t.hasClass("open-wechat-popup")?t.addClass("active").removeClass("open-wechat-popup").addClass("open-buttons"):t.hasClass("active")&&"none"===t.css("display")?(t.show().addClass("open-buttons"),setSCWCookie("gsb-button-view-"+s,!0,2)):t.addClass("active").addClass("open-buttons")}}function hide_sticky_chat_widget(){jQuery(".gsb-buttons").removeClass("open-buttons")}function show_scw_contact_form(t){if(void 0!==t){var s=jQuery("#gsb-buttons-"+t);s.hasClass("open-buttons")?s.addClass("active").removeClass("open-buttons").addClass("open-form"):s.hasClass("open-whatsapp-popup")?s.addClass("active").removeClass("open-whatsapp-popup").addClass("open-form"):s.hasClass("open-wechat-popup")?s.addClass("active").removeClass("open-wechat-popup").addClass("open-form"):s.hasClass("active")&&"none"===s.css("display")?(s.show().addClass("open-form"),setSCWCookie("gsb-button-view-"+t,!0,2)):s.addClass("active").addClass("open-form")}else{var o=jQuery(".gsb-buttons:eq(0)"),e=o.data("id");o.hasClass("open-buttons")?o.addClass("active").removeClass("open-buttons").addClass("open-form"):o.hasClass("open-whatsapp-popup")?o.addClass("active").removeClass("open-whatsapp-popup").addClass("open-form"):o.hasClass("open-wechat-popup")?o.addClass("active").removeClass("open-wechat-popup").addClass("open-form"):o.hasClass("active")&&"none"===o.css("display")?(o.show().addClass("open-form"),setSCWCookie("gsb-button-view-"+e,!0,2)):o.addClass("active").addClass("open-form")}}function hide_scw_contact_form(){jQuery(".gsb-buttons").removeClass("open-form")}function setSCWCookie(t,s,o){var e=new Date;e.setTime(e.getTime()+36e5*o),document.cookie=t+"="+s+";path=/;expires="+e.toGMTString()}(()=>{function t(s){return(t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(s)}!function(s){"use strict";var o,e=!1,i=!1,n=0,a=!0,b="",l="",r=0;function c(t,s,o){var e=s;s=parseInt(s-parseInt(.15*s))+15;var i,n=0,a=1.2,b=-1.5,l=1,r=0;do{b=Math.round(s*Math.cos(.5*(r-n)*Math.PI/(l+1))),i=Math.round(s*Math.sin(.5*(r-n)*Math.PI/(l+1))),r++,b<0&&(n=--r,a+=.9,l+=1)}while(r<=t);return b*=a,i*=a,i=parseFloat(i)-parseFloat(.15*e),"right"==o&&(b=parseFloat(b)-parseFloat(.15*e)),[b,i]}function g(t,o,i){var n="",a=1==t.contact_form_setting.is_redirect?t.contact_form_setting.redirect_url:"",b=1==t.contact_form_setting.is_redirect_new_tab?"blank":"";n+="<form class='scw-contact-form' id='scw_contact_form_"+o+"' data_target='"+b+"'>",n+="<div class='scw-form-container'>",n+="<div class='scw-form-close'><span class='dashicons dashicons-arrow-down-alt2'></span></div>",n+="<div class='scw-form-title'>"+t.contact_form_setting.form_title+"</div>",n+="<div class='scw-form'>",n+="<div class='scw-form-body'>",s.each(t.contact_form_setting.fields,(function(t,s){if("1"==s.is_visible){var e="",i="";"1"==s.is_required&&(e="is-require",i="<span> *</span>"),n+="<div class='scw-form-field'>","consent_checkbox"!=t&&(n+="<label for='"+o+"contact_form_"+t+"'>"+s.label+i+"</label>"),"message"==t?n+="<textarea id='"+o+"contact_form_"+t+"' data-name='"+t+"' name='scw_form_fields["+t+"]' class='scw-field scw-field-"+t+" "+e+"' placeholder='"+s.placeholder_text+"'></textarea>":"consent_checkbox"==t?(n+="<div class='d-flex consent-check-box'>",n+="<input type='checkbox' name='scw_consent_checkbox' class='scw-field sr-only scw-field-"+t+" "+e+"' data-name='"+t+"' id='"+o+"contact_form_"+t+"'>",n+="<label for='"+o+"contact_form_"+t+"'>"+s.placeholder_text+"</label>",n+="</div>"):n+="<input id='"+o+"contact_form_"+t+"' data-name='"+t+"' type='text' name='scw_form_fields["+t+"]' class='scw-field scw-field-"+t+" "+e+"' placeholder='"+s.placeholder_text+"' autocomplete='off'>","1"==s.is_required&&(n+="<span class='error-msg'>"+s.required_msg+"</span>"),"email"==t&&(n+="<span class='error-msg-valid'>Please enter valid email</span>"),"phone"==t&&(n+="<span class='error-msg-valid'>Please enter valid Phone</span>"),n+="</div>"}})),n+="</div>",n+="<div class='scw-form-btn'>",n+="<button type='submit'>"+t.contact_form_setting.btn_text+"</button>",n+="</div>";var l="",r="";1==t.contact_form_setting.is_close_aftr_submit&&(r="success-close-msg",l="data_close_sec='"+t.contact_form_setting.close_after_sec+"'"),n+="<div class='scw-form-success success-open-msg "+r+"' "+l+">",n+=t.contact_form_setting.success_msg,n+="</div>",n+="</div>",n+="</div>",n+="<input type='hidden' name='action' value='scw_save_form_data'>",n+="<input type='hidden' name='nonce' value='"+gsb_settings.form_data_nonce+"'>",n+="<input type='hidden' name='call_back_url' value='"+a+"'>",n+="<input type='hidden' name='scw_form_fields[page_url]' value='"+window.location.href+"'>",n+="<input type='hidden' name='scw_form_fields[widget_id]' value='"+o+"'>",n+="<input type='hidden' name='scw_form_fields[is_from_mobile]' value='"+e+"'>",n+="</form>";var c="chat-button-link",g="";d(i)&&(g=t.title);var p="<div class='gsb-trigger-contact'><a href='"+t.href+"' data-scb='"+g+"' target='"+t.target+"' class='scb-tooltip "+c+" gsb-social-channel' id='' data-channel='"+t.channel+"'><span class='sr-only'>"+t.title+'</span><span class="chat-button-icon"><svg xmlns="http://www.w3.org/2000/svg" fill="#ffffff" viewBox="0 0 30 30" width="90" height="90"><path d="M7 4c-.256 0-.512.097-.707.293l-2 2a1 1 0 0 0 0 1.414L11.586 15l-7.293 7.293a1 1 0 0 0 0 1.414l2 2a1 1 0 0 0 1.414 0L15 18.414l7.293 7.293a1 1 0 0 0 1.414 0l2-2a1 1 0 0 0 0-1.414L18.414 15l7.293-7.293a1 1 0 0 0 0-1.414l-2-2a1 1 0 0 0-1.414 0L15 11.586 7.707 4.293C7.512 4.097 7.256 4 7 4z"></path></svg></span></a></div>';s("#gsb-buttons-"+o+" .gsb-trigger .gsb-trigger-button").append(p),s("#gsb-buttons-"+o+" .gsb-trigger .gsb-trigger-button a.channel-contact_form span").removeClass(c);var u="<style>";return u+="#gsb-buttons-"+o+" .scw-contact-form .scw-form-btn button { background-color:"+t.contact_form_setting.btn_bg_color+";color : "+t.contact_form_setting.btn_color+" }",u+="#gsb-buttons-"+o+" .scw-contact-form .consent-check-box input:checked + label:before { background-color:"+t.contact_form_setting.btn_bg_color+";border-color:"+t.contact_form_setting.btn_bg_color+";color : "+t.contact_form_setting.btn_color+" }",u+="#gsb-buttons-"+o+" .scw-contact-form .scw-form-btn button:hover { background-color:"+t.contact_form_setting.btn_bg_hover_color+";color : "+t.contact_form_setting.btn_hover_color+" }",u+="</style>",s("head").append(u),n}function p(t,o,i){var n,a=new Date,b=a.getMinutes()<10?"0"+a.getMinutes():a.getMinutes(),l=(a.getHours()<10?"0"+a.getHours():a.getHours())+":"+b;n=e?"https://wa.me/"+t.value:"https://web.whatsapp.com/send";var r="";""==t.whatsapp_popup_setting.user_profile_image&&(r="no-user-profile");var c="";c+='<div class="whatsapp-popup" id="'+t.channel+'_popup">',c+='<div class="whatsapp-popup-header">',c+='<div class="whatsapp-profile">',""!=t.whatsapp_popup_setting.custom_whatsapp_profile?c+='<img src="'+t.whatsapp_popup_setting.custom_whatsapp_profile+'" alt="Profile image">':c+='<svg xmlns="http://www.w3.org/2000/svg" width="32" height="33" viewBox="0 0 32 33" fill="none"> <g filter="url(#filter0_f_9477_7201)"> <path d="M9.95924 25.2858L10.3674 25.5276C12.0818 26.545 14.0475 27.0833 16.052 27.0842H16.0562C22.2122 27.0842 27.2221 22.0753 27.2247 15.919C27.2258 12.9357 26.0652 10.1303 23.9565 8.01998C22.9223 6.97924 21.6919 6.15397 20.3365 5.59195C18.9812 5.02992 17.5278 4.74231 16.0606 4.74576C9.89989 4.74576 4.88975 9.75407 4.88756 15.91C4.88453 18.0121 5.47648 20.0722 6.59498 21.852L6.86071 22.2742L5.73223 26.394L9.95924 25.2858ZM2.50586 29.5857L4.41235 22.6249C3.23657 20.5878 2.618 18.2768 2.61873 15.9091C2.62183 8.50231 8.64941 2.47656 16.0564 2.47656C19.6508 2.47839 23.0245 3.87717 25.5618 6.41629C28.0991 8.95542 29.4952 12.3305 29.4939 15.9199C29.4906 23.3262 23.4621 29.353 16.0562 29.353H16.0504C13.8016 29.3521 11.592 28.788 9.62923 27.7177L2.50586 29.5857Z" fill="#B3B3B3"/> </g> <path d="M2.36719 29.447L4.27368 22.4862C3.09587 20.4442 2.47721 18.1278 2.48005 15.7705C2.48316 8.36364 8.51074 2.33789 15.9177 2.33789C19.5121 2.33972 22.8859 3.73849 25.4232 6.27762C27.9605 8.81675 29.3565 12.1918 29.3552 15.7812C29.3519 23.1875 23.3234 29.2143 15.9175 29.2143H15.9117C13.663 29.2134 11.4533 28.6493 9.49056 27.5791L2.36719 29.447Z" fill="white"/> <path d="M15.715 3.84769C9.17146 3.84769 3.85 9.16696 3.84767 15.7051C3.84445 17.9377 4.47318 20.1257 5.66119 22.016L5.94343 22.4646L4.48888 27.2525L9.23469 25.663L9.66824 25.9199C11.4891 27.0005 13.5769 27.5719 15.7061 27.5731H15.7105C22.249 27.5731 27.5705 22.2532 27.573 15.7146C27.5779 14.1562 27.2737 12.6123 26.6778 11.1722C26.082 9.73214 25.2064 8.42458 24.1017 7.3252C23.0032 6.21981 21.6963 5.34329 20.2567 4.74637C18.8171 4.14946 17.2734 3.844 15.715 3.84769Z" fill="#25D366"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M12.0858 9.60401C11.8138 9.00922 11.5276 8.99717 11.2692 8.98687L10.5736 8.97852C10.3316 8.97852 9.93846 9.0679 9.60608 9.42544C9.27369 9.78297 8.33594 10.6471 8.33594 12.4046C8.33594 14.1622 9.63628 15.8605 9.81747 16.0991C9.99866 16.3377 12.3277 20.0594 16.0162 21.4913C19.0813 22.6813 19.705 22.4446 20.3706 22.3852C21.0361 22.3257 22.5175 21.521 22.8197 20.6869C23.1219 19.8527 23.1221 19.138 23.0315 18.9886C22.9409 18.8391 22.6989 18.7503 22.3357 18.5716C21.9725 18.3928 20.1888 17.5287 19.8562 17.4094C19.5236 17.2901 19.2818 17.2308 19.0396 17.5883C18.7975 17.9459 18.1029 18.7501 17.8911 18.9886C17.6793 19.227 17.4679 19.2569 17.1047 19.0783C16.7416 18.8998 15.5731 18.5224 14.1867 17.3054C13.108 16.3585 12.3799 15.1892 12.1679 14.8318C11.9559 14.4745 12.1454 14.2809 12.3274 14.1029C12.4902 13.9428 12.6901 13.6858 12.8719 13.4773C13.0537 13.2688 13.1135 13.1197 13.2343 12.8817C13.3551 12.6437 13.2949 12.4346 13.2041 12.256C13.1133 12.0774 12.4083 10.3105 12.0858 9.60401Z" fill="white"/> <defs> <filter id="filter0_f_9477_7201" x="1.21611" y="1.18682" width="29.5678" height="29.6889" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"> <feFlood flood-opacity="0" result="BackgroundImageFix"/> <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/> <feGaussianBlur stdDeviation="0.644873" result="effect1_foregroundBlur_9477_7201"/> </filter> </defs> </svg>',c+="</div>",c+='<div class="whatsapp-popup-title-section">',c+='<div class="whatsapp-popup-title">'+t.whatsapp_popup_setting.whatsapp_popup_title+"</div>",c+='<div class="whatsapp-popup-sub-title">'+t.whatsapp_popup_setting.whatsapp_popup_sub_title+"</div>",c+="</div>",c+='<div class="whatsapp-popup-close-btn"><span class="dashicons dashicons-arrow-down-alt2"></span></div>',c+="</div>",c+='<div class="whatsapp-popup-body">',""!=t.whatsapp_popup_setting.user_profile_image&&(c+="<img src='"+t.whatsapp_popup_setting.user_profile_image+"' class='wp-user-profile-img'>"),""!=t.whatsapp_popup_setting.whatsapp_popup_text&&(c+='<div class="whatsapp-chat '+r+'">',""!=t.whatsapp_popup_setting.user_name_to_display&&(c+='<div class="whatsapp-chat-user-name">'+t.whatsapp_popup_setting.user_name_to_display+"</div>"),c+='<div class="whatsapp-chat-content">'+t.whatsapp_popup_setting.whatsapp_popup_text+"</div>",c+='<div class="whatsapp-chat-time">'+l+"</div>",c+="</div>"),c+="</div>",c+='<form class="whatsapp-popup-form" id="whatsapp_popup_form_'+o+'" method="get" autocomplete="off" target="_blank" action="'+n+'">',c+='<div class="whatsapp-popup-footer">',c+='<label class="sr-only" for="'+o+'_scw_whatsapp_input">Whatsapp chat</label>',c+='<input type="text" name="text" id="'+o+'_scw_whatsapp_input" class="whatsapp-chat-input" value="'+t.whatsapp_message+'">',c+='<div class="whatsapp-form-btn">',c+='<button type="submit" class="whatsapp-send-btn">',c+='<svg viewBox="0 0 24 24" height="24" width="24"  version="1.1" x="0px" y="0px" enable-background="new 0 0 24 24"><title>send</title><path  d="M1.101,21.757L23.8,12.028L1.101,2.3l0.011,7.912l13.623,1.816L1.112,13.845 L1.101,21.757z"></path></svg>',c+='<span class="sr-only">Submit</span>',c+="</button>",c+='<input type="hidden" name="phone" value="'+t.value+'">',c+="</div>",c+="</div>",c+="</form>",c+="</div>";var g="chat-button-link",p="";d(i)&&(p=t.title);var u="<div class='gsb-trigger-whatsapp-popup'><a href='"+t.href+"' data-scb='"+p+"' target='"+t.target+"' class='scb-tooltip "+g+" gsb-social-channel' id='' data-channel='"+t.channel+"'><span class='sr-only'>"+t.title+'</span><span class="chat-button-icon"><svg xmlns="http://www.w3.org/2000/svg" fill="#ffffff" viewBox="0 0 30 30" width="90" height="90"><path d="M7 4c-.256 0-.512.097-.707.293l-2 2a1 1 0 0 0 0 1.414L11.586 15l-7.293 7.293a1 1 0 0 0 0 1.414l2 2a1 1 0 0 0 1.414 0L15 18.414l7.293 7.293a1 1 0 0 0 1.414 0l2-2a1 1 0 0 0 0-1.414L18.414 15l7.293-7.293a1 1 0 0 0 0-1.414l-2-2a1 1 0 0 0-1.414 0L15 11.586 7.707 4.293C7.512 4.097 7.256 4 7 4z"></path></svg></span></a></div>';return s("#gsb-buttons-"+o+" .gsb-trigger .gsb-trigger-button").append(u),s("#gsb-buttons-"+o+" .gsb-trigger .gsb-trigger-button a.channel-whatsapp span").removeClass(g),c}function u(t,o,e){var i="";""!=t.wechat_popup_setting.wechat_qr_popup_heading&&""!=t.value&&(i=": ");var n="";n+='<div class="wechat-popup" id="'+t.channel+'_popup">',n+='<div class="wechat-popup-header">',n+='<div class="wechat-profile">',n+='<svg xmlns="http://www.w3.org/2000/svg" height="512" viewBox="0 0 24 24" width="512" style="color: rgb(255, 255, 255); fill: rgb(255, 255, 255);"><path d="M12.82 9.618c-7.242 3.732-2.425 13.745 6.6 11.13.842.327 1.592.857 2.408 1.25-.21-.7-.436-1.412-.676-2.11 2.8-1.995 3.414-4.818 2.38-7.138-1.616-3.677-6.776-5.183-10.72-3.133zm2.53 3.658c-.21.655-1.156.85-1.615.353-.506-.46-.31-1.424.355-1.63.734-.3 1.582.54 1.26 1.277zm4.78.094h.014c-.257.587-1.14.725-1.575.27-.21-.192-.27-.48-.344-.733.104-.46.42-.937.93-.96.705-.098 1.336.776.975 1.422z"></path><path d="M17.414 8.248c-.436-2.144-1.936-3.955-3.824-5h.027v-.001C6.917-.54-1.425 4.742.187 10.97c.433 1.848 1.71 3.397 3.262 4.43-.3.853-.585 1.706-.855 2.565L5.52 16.4c1.17.377 2.415.56 3.66.52-1.538-4.412 2.407-9.086 8.234-8.67zm-6.077-2.56c.785-.316 1.713.345 1.65 1.2L13 6.89c.008.965-1.275 1.567-1.995.913-.747-.538-.535-1.845.342-2.115zM6.932 7.134c-.172.838-1.29 1.243-1.946.68-.76-.537-.546-1.868.345-2.14.873-.338 1.865.552 1.6 1.46z"></path></svg>',n+="</div>",n+='<div class="wechat-popup-title-section">',n+='<div class="wechat-popup-title">'+t.wechat_popup_setting.wechat_qr_popup_heading+i+t.value+"</div>",n+="</div>",n+='<div class="wechat-popup-close-btn"><span class="dashicons dashicons-arrow-down-alt2"></span></div>',n+="</div>",n+='<div class="wechat-popup-body">',""!=t.wechat_popup_setting.wechat_qr_heading&&(n+='<div class="wechat-popup-qr-heading">'+t.wechat_popup_setting.wechat_qr_heading+":</div>"),n+='<div class="wechat-popup-qr-img">',n+='<img src="'+t.wechat_popup_setting.wechat_qr_img+'" alt="wechat QR code">',n+="</div>",n+="</div>",n+="</div>";var a="chat-button-link",b="";d(e)&&(b=t.title);var l="<div class='gsb-trigger-wechat-popup'><a href='"+t.href+"' data-scb='"+b+"' target='"+t.target+"' class='scb-tooltip "+a+" gsb-social-channel' id='' data-channel='"+t.channel+"'><span class='sr-only'>"+t.title+'</span><span class="chat-button-icon"><svg xmlns="http://www.w3.org/2000/svg" fill="#ffffff" viewBox="0 0 30 30" width="90" height="90"><path d="M7 4c-.256 0-.512.097-.707.293l-2 2a1 1 0 0 0 0 1.414L11.586 15l-7.293 7.293a1 1 0 0 0 0 1.414l2 2a1 1 0 0 0 1.414 0L15 18.414l7.293 7.293a1 1 0 0 0 1.414 0l2-2a1 1 0 0 0 0-1.414L18.414 15l7.293-7.293a1 1 0 0 0 0-1.414l-2-2a1 1 0 0 0-1.414 0L15 11.586 7.707 4.293C7.512 4.097 7.256 4 7 4z"></path></svg></span></a></div>';return s("#gsb-buttons-"+o+" .gsb-trigger .gsb-trigger-button").append(l),s("#gsb-buttons-"+o+" .gsb-trigger .gsb-trigger-button a.channel-wechat span").removeClass(a),n}function d(t){var s=!0,o=f(t);return"first_click"==t.settings.show_cta&&o>1&&"open"==t.settings.default_state&&(s=!1),"first_click"==t.settings.show_cta&&_("gsb-button-click-"+t.id)&&(s=!1),s}function h(t){setTimeout((function(){s("#gsb-buttons-"+t.id+" .scw-greeting-message").addClass("active")}),1e3*parseInt(t.settings.greeting_after))}function m(t){return"custom"==t.settings.position?t.settings.custom_position:t.settings.position}function v(t,o){var e=function(t,o){"whatsapp"!=t.channelName||a||("yes"==t.is_mobile_link?(""!=t.whatsapp_message?t.href="whatsapp://send?phone="+t.value+"&text="+t.whatsapp_message:t.href="whatsapp://send?phone="+t.value,t.target=""):(""!=t.whatsapp_message?t.href="https://wa.me/"+t.value+"?text="+t.whatsapp_message:t.href="https://wa.me/"+t.value,t.target="_blank")),"whatsapp"==t.channelName&&"yes"==t.whatsapp_popup_setting.show_whatsapp_popup&&(t.href="javascript:;",t.target="");var e=function(t,o){var e="";s("#gsb-buttons-"+o).hasClass("view-list")&&(e="channel-"+t.channel+" chat-button-link button-link-"+t.channel+"-"+o,""!=t.custom_class&&(e+=" "+s.trim(t.custom_class)),"instagram"==t.channelName&&"#df0079"==t.bg_hover_color&&(e+=" default-insta-hover"),"instagram"==t.channelName&&"#df0079"==t.bg_color&&(e+=" channel-instagram-base"));var i="<span class='chat-button-icon "+e+" chat-button-"+t.channel+"-"+o+"'>";return""!=t.image_url?i+="<img src='"+t.image_url+"' alt='"+t.title+"' />":i+=t.icon,i+="</span>"}(t,o),i="channel-"+t.channel+" chat-button-link button-link-"+t.channel+"-"+o;"whatsapp"==t.channelName&&(i+=" channel-whats"),"wechat"==t.channelName&&(i+=" channel-wechats"),"instagram"==t.channelName&&"#df0079"==t.bg_hover_color&&(i+=" default-insta-hover");var n="";"instagram"==t.channelName&&"#df0079"==t.bg_color&&(n=" channel-instagram-base");var l="chat-button-"+t.channel+"-"+o;""!=t.custom_class&&(i+=" "+s.trim(t.custom_class)),""!=t.custom_id&&(l=s.trim(t.custom_id)),("instagram"!=t.channelName||"instagram"==t.channelName&&"#df0079"!=t.bg_color)&&(b+="#gsb-buttons-"+o+" .channel-"+t.channel+" {background: "+t.bg_color+"; color: "+t.text_color+"; }"),"twitter"!=t.channelName||"#65BBF2"!=t.bg_color&&"#65bbf2"!=t.bg_color||(b+="#gsb-buttons-"+o+" .channel-"+t.channel+" {background: #000000; color: "+t.text_color+"; }"),("instagram"!=t.channelName||"instagram"==t.channelName&&"#df0079"!=t.bg_hover_color)&&(b+="#gsb-buttons-"+o+" .channel-"+t.channel+":hover, #gsb-buttons-"+o+" .list-channel a:hover .channel-"+t.channel+" {background: "+t.bg_hover_color+"; color: "+t.text_hover_color+"; }"),"twitter"!=t.channelName||"#65BBF2"!=t.bg_hover_color&&"#65bbf2"!=t.bg_hover_color||(b+="#gsb-buttons-"+o+" .channel-"+t.channel+":hover {background: #000000; color: "+t.text_hover_color+"; }"),b+="#gsb-buttons-"+o+" .channel-"+t.channel+" svg {fill: "+t.text_color+"; color: "+t.text_color+"; }",b+="#gsb-buttons-"+o+" .channel-"+t.channel+":hover svg, #gsb-buttons-"+o+" .list-channel a:hover .channel-"+t.channel+" svg {fill: "+t.text_hover_color+"; color: "+t.text_hover_color+"; }","slack"==t.channelName&&"#ffffff"!=t.text_color&&(b+="#gsb-buttons-"+o+" .channel-"+t.channel+":not(:hover) svg path {fill: "+t.text_color+"; }"),"slack"==t.channelName&&"#ffffff"!=t.text_hover_color&&(b+="#gsb-buttons-"+o+" .channel-"+t.channel+":hover svg path {fill: "+t.text_hover_color+"; color: "+t.text_hover_color+"; }");var r="",c=t.title;return s("#gsb-buttons-"+o+" .gsb-button-list").hasClass("menu_view")&&(r="<div class='menu-view-title'>"+t.title+"</div>",c=""),s("#gsb-buttons-"+o).hasClass("view-list")?"<div class='list-channel-container'><div class='chat-button list-channel'><a href='"+t.href+"' data-scb='"+t.title+"' target='"+t.target+"' class='gsb-social-channel' id='"+l+"' data-channel='"+t.channel+"'>"+e+"<div class='list-channel-title'>"+t.title+"</div></a></div></div>":"<div class='chat-button'><a href='"+t.href+"' data-scb='"+c+"' target='"+t.target+"' class='scb-tooltip "+i+" gsb-social-channel "+n+"' id='"+l+"' data-channel='"+t.channel+"'><span class='sr-only'>"+t.title+"</span>"+e+r+"</a></div>"}(t,o);return e}function f(t){var o=0;return t.channels.length&&s.each(t.channels,(function(t,s){w(s)&&o++})),o}function w(t){return"contact_form"==t.channelName&&(t.value="123"),!(""==t.value||!(a&&"yes"==t.for_desktop||!a&&"yes"==t.for_mobile))}function _(t){var s=document.cookie.match("(^|;) ?"+t+"=([^;]*)(;|$)");return s?s[2]:null}function C(t,s,o){var e=new Date;e.setTime(e.getTime()+36e5*o),document.cookie=t+"="+s+";path=/;expires="+e.toGMTString()}s(document).ready((function(){(/(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|ipad|iris|kindle|Android|Silk|lge |maemo|midp|mmp|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows (ce|phone)|xda|xiino/i.test(navigator.userAgent)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\-(n|u)|c55\/|capi|ccwa|cdm\-|cell|chtm|cldc|cmd\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\-s|devi|dica|dmob|do(c|p)o|ds(12|\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\-|_)|g1 u|g560|gene|gf\-5|g\-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd\-(m|p|t)|hei\-|hi(pt|ta)|hp( i|ip)|hs\-c|ht(c(\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\-(20|go|ma)|i230|iac( |\-|\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\/)|klon|kpt |kwc\-|kyo(c|k)|le(no|xi)|lg( g|\/(k|l|u)|50|54|\-[a-w])|libw|lynx|m1\-w|m3ga|m50\/|ma(te|ui|xo)|mc(01|21|ca)|m\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\-2|po(ck|rt|se)|prox|psio|pt\-g|qa\-a|qc(07|12|21|32|60|\-[2-7]|i\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\-|oo|p\-)|sdk\/|se(c(\-|0|1)|47|mc|nd|ri)|sgh\-|shar|sie(\-|m)|sk\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\-|v\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\-|tdg\-|tel(i|m)|tim\-|t\-mo|to(pl|sh)|ts(70|m\-|m3|m5)|tx\-9|up(\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\-|your|zeto|zte\-/i.test(navigator.userAgent.substr(0,4)))&&(a=!1,e=!0),"object"==("undefined"==typeof gsb_settings?"undefined":t(gsb_settings))&&gsb_settings.buttons.length&&(s.each(gsb_settings.buttons,(function(t,e){var a=f(e),r=parseInt(e.settings.icon_size),x=m(e);if(a>0){var k="";"list_view"==e.settings.view&&a>=1&&(k="view-list"),"grid_view"==e.settings.view&&a>=1&&(k="view-grid");var y="<div class='gsb-buttons active has-shadow cta-"+e.settings.show_cta+" "+k+"' id='gsb-buttons-"+e.id+"' data-id='"+e.id+"' data-animation='"+e.settings.animation+"'><div class='gsb-buttons-content'><div class='gsb-button-list "+e.settings.view+"'></div><div class='gsb-trigger'></div></div></div>";s("body").append(y);var z="<div class='gsb-trigger-button'><div class='gsb-trigger-top'><a role='button' href='#' class='chat-button-link'><span class='sr-only'>Contact Us</span>"+e.settings.icon_url+"</a> </div><div class='gsb-trigger-bottom'><a role='button' href='#' class='chat-button-link'><span class='sr-only'>Close</span><span class='chat-button-icon'><svg xmlns='http://www.w3.org/2000/svg' fill='#ffffff' viewBox='0 0 30 30' width='90' height='90' ><path d='M7 4c-.256 0-.512.097-.707.293l-2 2a1 1 0 0 0 0 1.414L11.586 15l-7.293 7.293a1 1 0 0 0 0 1.414l2 2a1 1 0 0 0 1.414 0L15 18.414l7.293 7.293a1 1 0 0 0 1.414 0l2-2a1 1 0 0 0 0-1.414L18.414 15l7.293-7.293a1 1 0 0 0 0-1.414l-2-2a1 1 0 0 0-1.414 0L15 11.586 7.707 4.293C7.512 4.097 7.256 4 7 4z'/></svg></span></a> </div></div>";if(s("#gsb-buttons-"+e.id+" .gsb-trigger").html(z),1==a&&"icon_view"==e.settings.view){var X="";s.each(e.channels,(function(t,o){if(w(o)){if(X=v(o,e.id),"contact_form"==o.channelName){var i=g(o,e.id,e);s("#gsb-buttons-"+e.id).append(i)}if("whatsapp"==o.channelName&&"yes"==o.whatsapp_popup_setting.show_whatsapp_popup){var n=p(o,e.id,e);s("#gsb-buttons-"+e.id).append(n)}if("wechat"==o.channelName&&""!=o.wechat_popup_setting.wechat_qr_img){var a=u(o,e.id,e);s("#gsb-buttons-"+e.id).append(a),b+="#gsb-buttons-"+e.id+" .wechat-popup#"+o.channel+"_popup .wechat-popup-header {background-color: "+o.wechat_popup_setting.wechat_qr_bg_color+"}"}}})),""!=X&&(s("#gsb-buttons-"+e.id+" .gsb-trigger .gsb-trigger-button").append(X),s("#gsb-buttons-"+e.id+" .gsb-trigger-top, #gsb-buttons-"+e.id+" .gsb-trigger-bottom").remove(),s("#gsb-buttons-"+e.id).addClass("single"),s("#gsb-buttons-"+e.id+" .chat-button").hasClass("scb-tooltip")?(s("#gsb-buttons-"+e.id+" .chat-button .scb-tooltip").addClass("cooltipz--visible"),s("#gsb-buttons-"+e.id+" .chat-button .scb-tooltip").attr("data-tooltip-dir","right"==x?"left":"right")):(s("#gsb-buttons-"+e.id+" .chat-button").addClass("cooltipz--visible"),s("#gsb-buttons-"+e.id+" .chat-button").attr("data-tooltip-dir","right"==x?"left":"right")))}else s.each(e.channels,(function(t,o){if(w(o)){var i=v(o,e.id);if(s("#gsb-buttons-"+e.id+" .gsb-button-list").append(i),"contact_form"==o.channelName){var n=g(o,e.id,e);s("#gsb-buttons-"+e.id).append(n)}if("whatsapp"==o.channelName&&"yes"==o.whatsapp_popup_setting.show_whatsapp_popup){var a=p(o,e.id,e);s("#gsb-buttons-"+e.id).append(a)}if("wechat"==o.channelName&&""!=o.wechat_popup_setting.wechat_qr_img){var l=u(o,e.id,e);s("#gsb-buttons-"+e.id).append(l),b+="#gsb-buttons-"+e.id+" .wechat-popup#"+o.channel+"_popup .wechat-popup-header {background-color: "+o.wechat_popup_setting.wechat_qr_bg_color+"}"}}}));if("list_view"==e.settings.view&&a>=1){var I="<div class='channel-list-container'>";""!=e.settings.list_view_subtitle&&(I+="<div class='grid-title-container'><div class='grid-title'>"+e.settings.list_view_subtitle+"</div></div>"),I+="<div class='channel-list'>",I+=s("#gsb-buttons-"+e.id+" .gsb-button-list.list_view").html(),I+="</div>",I+="<div>",s("#gsb-buttons-"+e.id+" .gsb-button-list.list_view").html(I)}if("grid_view"==e.settings.view&&a>=1&&(I="<div class='channel-grid'>",""!=e.settings.list_view_subtitle&&(I+="<div class='grid-title-container'><div class='grid-title'>"+e.settings.list_view_subtitle+"</div></div>"),I+="<div class='channel-grid-container'>",I+=s("#gsb-buttons-"+e.id+" .gsb-button-list.grid_view").html(),I+="</div>",I+="</div>",s("#gsb-buttons-"+e.id+" .gsb-button-list.grid_view").html(I)),"icon_view"!=e.settings.view&&a>=1&&""!=e.settings.list_view_title){var L="";L+="<div class='list_title_container'>",L+="<a href='javascript:;' class='close-view-btn'><span class='dashicons dashicons-arrow-down-alt2'></span></a>",L+="<span class='list_title'>"+e.settings.list_view_title.replace(/(<([^>]+)>)/gi,"")+"</span>",L+="</div>","list_view"==e.settings.view?s("#gsb-buttons-"+e.id+" .gsb-button-list.list_view .channel-list-container").before(L):s("#gsb-buttons-"+e.id+" .gsb-button-list.grid_view .channel-grid").before(L)}var Y="";("open"==e.settings.default_state&&"no"==e.settings.show_close_button&&"icon_view"==e.settings.view||"open"==e.settings.default_state&&"no"==e.settings.show_close_button&&"menu_view"==e.settings.view)&&(Y="has-no-close-button"),s("#gsb-buttons-"+e.id).addClass(Y),"open"==e.settings.default_state&&"yes"==e.settings.show_close_button&&(s("#gsb-buttons-"+e.id).addClass("has-close-button"),s("#gsb-buttons-"+e.id).addClass("has-no-animation")),"open"==e.settings.default_state&&"corner_circle_view"==e.settings.view&&s("#gsb-buttons-"+e.id).addClass("has-no-animation"),"click"==e.settings.default_state&&s("#gsb-buttons-"+e.id).addClass("has-no-tooltip-animation"),b+=".whatsapp-chat.no-user-profile:before { border-top: 0 solid transparent;}",b+=".whatsapp-chat.no-user-profile { border-top-left-radius: 6px;}";var M=0,q=0;if(s("#gsb-buttons-"+e.id).hasClass("has-no-close-button"))b+="#gsb-buttons-"+e.id+".open-buttons .gsb-button-list .chat-button {transition:none !important; display: block;}";else for(q=0;q<a;q++)"corner_circle_view"==e.settings.view?"right"==x?(M=c(q,r,x),b+="#gsb-buttons-"+e.id+" .gsb-button-list.corner_circle_view .chat-button:nth-child("+(q+1)+") {opacity: 0; visibility: hidden; margin-bottom: 0; position: absolute;}",b+="#gsb-buttons-"+e.id+".open-buttons .gsb-button-list.corner_circle_view .chat-button:nth-child("+(q+1)+") {transform: translate("+-1*M[0]+"px, "+-1*M[1]+"px); opacity: 1; visibility: visible; transition: all ease-in-out 250ms, transform 200ms "+150*q+"ms, opacity 200ms "+150*q+"ms}"):(M=c(q,r,x),b+="#gsb-buttons-"+e.id+" .gsb-button-list.corner_circle_view .chat-button:nth-child("+(q+1)+") {opacity: 0; visibility: hidden; margin-bottom: 0; position: absolute;}",b+="#gsb-buttons-"+e.id+".open-buttons .gsb-button-list.corner_circle_view .chat-button:nth-child("+(q+1)+") {transform: translate("+M[0]+"px, "+-1*M[1]+"px); opacity: 1; visibility: visible; transition: all ease-in-out 250ms, transform 200ms "+150*q+"ms, opacity 200ms "+150*q+"ms}"):"vertical"==e.settings.menu_view?"ginger-menu-none"==e.settings.menu_animation?(b+="#gsb-buttons-"+e.id+" .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateY(-"+(r+8)*(a-q)+"px); transform: translateY(-"+(r+8)*(a-q)+"px)  scale(1); display: none;}",b+="#gsb-buttons-"+e.id+".open-buttons .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateY(-"+(r+8)*(a-q)+"px); transform: translateY(-"+(r+8)*(a-q)+"px)  scale(1);transition:none !important; display: block;}"):"ginger-menu-slide"==e.settings.menu_animation?(b+="#gsb-buttons-"+e.id+" .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateY(0px) scale(1); transform: translateY(0px) scale(1); transition-delay: "+.075*(q+1)+"s;}",b+="#gsb-buttons-"+e.id+".open-buttons .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateY(-"+(r+8)*(a-q)+"px) scale(1); transform: translateY(-"+(r+8)*(a-q)+"px)  scale(1);}"):"ginger-menu-fade"==e.settings.menu_animation?(b+="#gsb-buttons-"+e.id+" .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateY(-"+(r+8)*(a-q)+"px); transform: translateY(-"+(r+8)*(a-q)+"px)  scale(1); opacity: 0; visibility: hidden; transition-delay: "+.1*(a-q-1)+"s;}",b+="#gsb-buttons-"+e.id+".open-buttons .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateY(-"+(r+8)*(a-q)+"px); transform: translateY(-"+(r+8)*(a-q)+"px)  scale(1);  opacity: 1; visibility: visible;}"):"ginger-menu-spin"==e.settings.menu_animation?(b+="#gsb-buttons-"+e.id+" .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateY(-"+(r+8)*(a-q)+"px)  rotate(0deg); transform: translateY(-"+(r+8)*(a-q)+"px)  rotate(0deg); transition-delay: "+.1*(a-q-1)+"s;}",b+="#gsb-buttons-"+e.id+".open-buttons .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateY(-"+(r+8)*(a-q)+"px) rotate(360deg); transform: translateY(-"+(r+8)*(a-q)+"px) rotate(360deg);}"):"ginger-menu-pop"==e.settings.menu_animation?(b+="#gsb-buttons-"+e.id+" .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateY(-"+(r+8)*(a-q)+"px) scale(0); transform: translateY(-"+(r+8)*(a-q)+"px) scale(0); transition-delay: "+.075*(a-q-1)+"s;}",b+="#gsb-buttons-"+e.id+".open-buttons .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateY(-"+(r+8)*(a-q)+"px) scale(1); transform: translateY(-"+(r+8)*(a-q)+"px) scale(1);}"):(b+="#gsb-buttons-"+e.id+" .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateY(-"+(r+8)*(a-q)+"px); transform: translateY(-"+(r+8)*(a-q)+"px)  scale(1); display: none;}",b+="#gsb-buttons-"+e.id+".open-buttons .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateY(-"+(r+8)*(a-q)+"px); transform: translateY(-"+(r+8)*(a-q)+"px)  scale(1); display: block;}"):"right"==x?"ginger-menu-none"==e.settings.menu_animation?(b+="#gsb-buttons-"+e.id+" .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateX(-"+(r+8)*(a-q)+"px); transform: translateX(-"+(r+8)*(a-q)+"px)  scale(1); display: none;}",b+="#gsb-buttons-"+e.id+".open-buttons .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateX(-"+(r+8)*(a-q)+"px); transform: translateX(-"+(r+8)*(a-q)+"px)  scale(1);transition:none !important; display: block;}"):"ginger-menu-slide"==e.settings.menu_animation?(b+="#gsb-buttons-"+e.id+" .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateX(0px) scale(1); transform: translateX(0px) scale(1); transition-delay: "+.075*(q+1)+"s;}",b+="#gsb-buttons-"+e.id+".open-buttons .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateX(-"+(r+8)*(a-q)+"px) scale(1); transform: translateX(-"+(r+8)*(a-q)+"px)  scale(1);}"):"ginger-menu-fade"==e.settings.menu_animation?(b+="#gsb-buttons-"+e.id+" .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateX(-"+(r+8)*(a-q)+"px); transform: translateX(-"+(r+8)*(a-q)+"px)  scale(1); opacity: 0; visibility: hidden; transition-delay: "+.1*(a-q-1)+"s;}",b+="#gsb-buttons-"+e.id+".open-buttons .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateX(-"+(r+8)*(a-q)+"px); transform: translateX(-"+(r+8)*(a-q)+"px)  scale(1);  opacity: 1; visibility: visible;}"):"ginger-menu-spin"==e.settings.menu_animation?(b+="#gsb-buttons-"+e.id+" .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateX(-"+(r+8)*(a-q)+"px)  rotate(0deg); transform: translateX(-"+(r+8)*(a-q)+"px)  rotate(0deg); transition-delay: "+.1*(a-q-1)+"s;}",b+="#gsb-buttons-"+e.id+".open-buttons .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateX(-"+(r+8)*(a-q)+"px) rotate(360deg); transform: translateX(-"+(r+8)*(a-q)+"px) rotate(360deg);}"):"ginger-menu-pop"==e.settings.menu_animation?(b+="#gsb-buttons-"+e.id+" .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateX(-"+(r+8)*(a-q)+"px) scale(0); transform: translateX(-"+(r+8)*(a-q)+"px) scale(0); transition-delay: "+.075*(a-q-1)+"s;}",b+="#gsb-buttons-"+e.id+".open-buttons .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateX(-"+(r+8)*(a-q)+"px) scale(1); transform: translateX(-"+(r+8)*(a-q)+"px) scale(1);}"):(b+="#gsb-buttons-"+e.id+" .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateX(-"+(r+8)*(a-q)+"px); transform: translateX(-"+(r+8)*(a-q)+"px)  scale(1); display: none;}",b+="#gsb-buttons-"+e.id+".open-buttons .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateX(-"+(r+8)*(a-q)+"px); transform: translateX(-"+(r+8)*(a-q)+"px)  scale(1); display: block;}"):"ginger-menu-none"==e.settings.menu_animation?(b+="#gsb-buttons-"+e.id+" .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateX("+(r+8)*(a-q)+"px); transform: translateX("+(r+8)*(a-q)+"px)  scale(1); display: none;}",b+="#gsb-buttons-"+e.id+".open-buttons .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateX("+(r+8)*(a-q)+"px); transform: translateX("+(r+8)*(a-q)+"px)  scale(1);transition:none !important; display: block;}"):"ginger-menu-slide"==e.settings.menu_animation?(b+="#gsb-buttons-"+e.id+" .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateX(0px) scale(1); transform: translateX(0px) scale(1); transition-delay: "+.075*(q+1)+"s;}",b+="#gsb-buttons-"+e.id+".open-buttons .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateX("+(r+8)*(a-q)+"px) scale(1); transform: translateX("+(r+8)*(a-q)+"px)  scale(1);}"):"ginger-menu-fade"==e.settings.menu_animation?(b+="#gsb-buttons-"+e.id+" .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateX("+(r+8)*(a-q)+"px); transform: translateX("+(r+8)*(a-q)+"px)  scale(1); opacity: 0; visibility: hidden; transition-delay: "+.1*(a-q-1)+"s;}",b+="#gsb-buttons-"+e.id+".open-buttons .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateX("+(r+8)*(a-q)+"px); transform: translateX("+(r+8)*(a-q)+"px)  scale(1);  opacity: 1; visibility: visible;}"):"ginger-menu-spin"==e.settings.menu_animation?(b+="#gsb-buttons-"+e.id+" .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateX("+(r+8)*(a-q)+"px)  rotate(0deg); transform: translateX("+(r+8)*(a-q)+"px)  rotate(0deg); transition-delay: "+.1*(a-q-1)+"s;}",b+="#gsb-buttons-"+e.id+".open-buttons .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateX("+(r+8)*(a-q)+"px) rotate(360deg); transform: translateX("+(r+8)*(a-q)+"px) rotate(360deg);}"):"ginger-menu-pop"==e.settings.menu_animation?(b+="#gsb-buttons-"+e.id+" .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateX("+(r+8)*(a-q)+"px) scale(0); transform: translateX("+(r+8)*(a-q)+"px) scale(0); transition-delay: "+.075*(a-q-1)+"s;}",b+="#gsb-buttons-"+e.id+".open-buttons .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateX("+(r+8)*(a-q)+"px) scale(1); transform: translateX("+(r+8)*(a-q)+"px) scale(1);}"):(b+="#gsb-buttons-"+e.id+" .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateX("+(r+8)*(a-q)+"px); transform: translateX("+(r+8)*(a-q)+"px)  scale(1); display: none;}",b+="#gsb-buttons-"+e.id+".open-buttons .gsb-button-list.icon_view .chat-button:nth-child("+(q+1)+") {-webkit-transform: translateX("+(r+8)*(a-q)+"px); transform: translateX("+(r+8)*(a-q)+"px)  scale(1); display: block;}");b+="#gsb-buttons-"+e.id+".list_view {-webkit-transform: translateY(50px) scale(1); transform: translateY(50px) scale(1); transition-delay: 0.5s; opacity: 0; visibility:hidden;}",b+="#gsb-buttons-"+e.id+".open-buttons .list_view {-webkit-transform: translateY(0px) scale(1); transform: translateY(0px)  scale(1);visibility: visible;opacity: 1;}",b+="#gsb-buttons-"+e.id+".grid_view {-webkit-transform: translateY(50px) scale(1); transform: translateY(50px) scale(1); transition-delay: 0.5s; opacity: 0; visibility:hidden;}",b+="#gsb-buttons-"+e.id+".open-buttons .grid_view {-webkit-transform: translateY(0px) scale(1); transform: translateY(0px)  scale(1);visibility: visible;opacity: 1;}",s("#gsb-buttons-"+e.id+" .gsb-trigger").outerHeight(!0),parseInt(10),b+="#gsb-buttons-"+e.id+" .gsb-button-list.menu_view {-webkit-transform: translateY(0px) scale(1); transform: translateY(0px) scale(1); opacity: 0; visibility:hidden;}",b+="#gsb-buttons-"+e.id+" .gsb-button-list.menu_view .chat-button {opacity: 0; visibility:hidden;}",b+="#gsb-buttons-"+e.id+".open-buttons .gsb-button-list.menu_view .chat-button {opacity: 1; visibility:visible;}",b+="#gsb-buttons-"+e.id+".open-buttons .gsb-button-list.menu_view {-webkit-transform: translateY(-5px) scale(1); transform: translateY(-5px)  scale(1);visibility: visible;opacity: 1;}",b+="#gsb-buttons-"+e.id+".open-buttons.has-no-close-button .gsb-button-list.menu_view {-webkit-transform: translateY(0px) scale(1); transform: translateY(0px)  scale(1);visibility: visible;opacity: 1;}",q=1;var N=0;if("list_view"==e.settings.view&&a>=1||"menu_view"==e.settings.view);else for(q=1,N=0;N<a;q++,N++)"vertical"==e.settings.menu_view?b+="right"==x?"#gsb-buttons-"+e.id+".has-no-close-button:not(.single) .gsb-button-list .chat-button:nth-child("+(N+1)+") {opacity: 1;visibility: visible;pointer-events: auto;right: 0;-webkit-transform: translateY(-"+(r+8)*(a-q)+"px); transform: translateY(-"+(r+8)*(a-q)+"px);transition-delay:-2s;}":"#gsb-buttons-"+e.id+".has-no-close-button:not(.single) .gsb-button-list .chat-button:nth-child("+(N+1)+") {opacity: 1;visibility: visible;pointer-events: auto;left: 0;-webkit-transform: translateY(-"+(r+8)*(a-q)+"px); transform: translateY(-"+(r+8)*(a-q)+"px);transition-delay:-2s;}":b+="right"==x?"#gsb-buttons-"+e.id+".has-no-close-button:not(.single) .gsb-button-list .chat-button:nth-child("+(N+1)+") {opacity: 1;visibility: visible;pointer-events: auto;right: 0;-webkit-transform: translateX(-"+(r+8)*(a-q)+"px); transform: translateX(-"+(r+8)*(a-q)+"px);transition-delay:-2s;}":"#gsb-buttons-"+e.id+".has-no-close-button:not(.single) .gsb-button-list .chat-button:nth-child("+(N+1)+") {opacity: 1;visibility: visible;pointer-events: auto;left: 0;-webkit-transform: translateX("+(r+8)*(a-q)+"px); transform: translateX("+(r+8)*(a-q)+"px);transition-delay:-2s;}";var j=_("gsb-button-click-"+e.id);"open"==e.settings.default_state&&("no"==e.settings.hide_menu_after_close_click?(s("#gsb-buttons-"+e.id).addClass("open-buttons"),j&&s("#gsb-buttons-"+e.id).removeClass("has-close-button")):j?s("#gsb-buttons-"+e.id).removeClass("has-close-button"):s("#gsb-buttons-"+e.id).addClass("open-buttons"))}var B=Math.ceil(2*r/10);if("icon_view"==e.settings.view)b+="#gsb-buttons-"+e.id+" .chat-button, #gsb-buttons-"+e.id+" .gsb-trigger-contact, #gsb-buttons-"+e.id+" .gsb-trigger-whatsapp-popup, #gsb-buttons-"+e.id+" .gsb-trigger-wechat-popup {width: "+(r+8)+"px; height: "+(r+8)+"px; }",b+="#gsb-buttons-"+e.id+" .gsb-trigger {width: "+(r+8)+"px; height: "+(r+8)+"px; }",b+="#gsb-buttons-"+e.id+" .chat-button-link {width: "+r+"px; height: "+r+"px; padding: "+B+"px; }",b+="#gsb-buttons-"+e.id+" .gsb-trigger-button {width: "+r+"px; height: "+r+"px; }",b+="#gsb-buttons-"+e.id+" .gsb-trigger .gsb-trigger-top {width: "+r+"px; height: "+r+"px; }",b+="#gsb-buttons-"+e.id+" .gsb-trigger .gsb-trigger-bottom {width: "+r+"px; height: "+r+"px; }",b+="#gsb-buttons-"+e.id+" .chat-button-icon {width: "+(r-2*B)+"px; height: "+(r-2*B)+"px; }",b+="#gsb-buttons-"+e.id+".single .gsb-trigger-button {width: "+(r+8)+"px; height: "+(r+8)+"px; }";else if("corner_circle_view"==e.settings.view){var D=parseInt(r-parseInt(.15*r));b+="#gsb-buttons-"+e.id+" .chat-button, #gsb-buttons-"+e.id+" .gsb-trigger-contact, #gsb-buttons-"+e.id+" .gsb-trigger-whatsapp-popup, #gsb-buttons-"+e.id+" .gsb-trigger-wechat-popup {width: "+(r+8)+"px; height: "+(r+8)+"px; }",b+="#gsb-buttons-"+e.id+" .gsb-trigger {width: "+(r+8)+"px; height: "+(r+8)+"px; }",b+="#gsb-buttons-"+e.id+" .gsb-button-list .chat-button {width: "+(D+8)+"px; height: "+(D+8)+"px; }",b+="#gsb-buttons-"+e.id+" .gsb-button-list .gsb-trigger {width: "+(r+8)+"px; height: "+(r+8)+"px; }",b+="#gsb-buttons-"+e.id+" .gsb-trigger .chat-button-link {width: "+r+"px; height: "+r+"px; padding: "+B+"px; }",b+="#gsb-buttons-"+e.id+" .gsb-button-list .chat-button-link {width: "+D+"px; height: "+D+"px; padding: "+B+"px; }",b+="#gsb-buttons-"+e.id+" .gsb-trigger-button {width: "+r+"px; height: "+r+"px; }",b+="#gsb-buttons-"+e.id+" .gsb-trigger .gsb-trigger-top {width: "+r+"px; height: "+r+"px; }",b+="#gsb-buttons-"+e.id+" .gsb-trigger .gsb-trigger-bottom {width: "+r+"px; height: "+r+"px; }",b+="#gsb-buttons-"+e.id+" .gsb-button-list .chat-button-icon {width: "+(D-2*B)+"px; height: "+(D-2*B)+"px; }",b+="#gsb-buttons-"+e.id+" .gsb-button-list .chat-button-icon i {font-size: "+(D-2*B)+"px; line-height: "+(D-2*B)+"px; }",b+="#gsb-buttons-"+e.id+" .gsb-trigger .chat-button-icon {width: "+(r-2*B)+"px; height: "+(r-2*B)+"px; }",b+="#gsb-buttons-"+e.id+" .gsb-trigger .chat-button-icon i {font-size: "+(r-2*B)+"px; line-height: "+(r-2*B)+"px; }"}else b+="#gsb-buttons-"+e.id+" .gsb-trigger .chat-button, #gsb-buttons-"+e.id+" .gsb-trigger-contact, #gsb-buttons-"+e.id+" .gsb-trigger-whatsapp-popup, #gsb-buttons-"+e.id+" .gsb-trigger-wechat-popup {width: "+(r+8)+"px; height: "+(r+8)+"px; }",b+="#gsb-buttons-"+e.id+" .gsb-trigger {width: "+(r+8)+"px; height: "+(r+8)+"px; }",b+="#gsb-buttons-"+e.id+" .gsb-trigger-button {width: "+r+"px; height: "+r+"px; }",b+="#gsb-buttons-"+e.id+" .gsb-trigger .gsb-trigger-top {width: "+r+"px; height: "+r+"px; }",b+="#gsb-buttons-"+e.id+" .gsb-trigger .gsb-trigger-bottom {width: "+r+"px; height: "+r+"px; }",b+="#gsb-buttons-"+e.id+" .gsb-trigger .chat-button-link {width: "+r+"px; height: "+r+"px; padding: "+B+"px; }",b+="#gsb-buttons-"+e.id+" .gsb-trigger .chat-button-icon {width: "+(r-2*B)+"px; height: "+(r-2*B)+"px; }";b+="#gsb-buttons-"+e.id+" .gsb-trigger .gsb-trigger-top .chat-button-link {background: "+e.settings.bg_color+"; color: "+e.settings.text_color+";  }",b+="#gsb-buttons-"+e.id+" .gsb-trigger .gsb-trigger-top .chat-button-link svg {fill: "+e.settings.text_color+"; color: "+e.settings.text_color+";  }",b+="#gsb-buttons-"+e.id+" .gsb-trigger .gsb-trigger-bottom .chat-button-link, #gsb-buttons-"+e.id+" .gsb-trigger .gsb-trigger-contact .chat-button-link, #gsb-buttons-"+e.id+" .gsb-trigger .gsb-trigger-whatsapp-popup .chat-button-link, #gsb-buttons-"+e.id+" .gsb-trigger .gsb-trigger-wechat-popup .chat-button-link {background: "+e.settings.bg_color+"; color: "+e.settings.text_color+";  }",b+="#gsb-buttons-"+e.id+" .gsb-trigger .gsb-trigger-bottom .chat-button-link svg, #gsb-buttons-"+e.id+" .gsb-trigger .gsb-trigger-contact .chat-button-link svg, #gsb-buttons-"+e.id+" .gsb-trigger .gsb-trigger-whatsapp-popup .chat-button-link svg, #gsb-buttons-"+e.id+" .gsb-trigger .gsb-trigger-wechat-popup .chat-button-link svg {fill: "+e.settings.text_color+"; color: "+e.settings.text_color+";  }",b+="#gsb-buttons-"+e.id+" .gsb-trigger .gsb-trigger-top .chat-button-link:hover {background: "+e.settings.interaction_bg_color+"; color: "+e.settings.interaction_text_color+";  }",b+="#gsb-buttons-"+e.id+" .gsb-trigger .gsb-trigger-top .chat-button-link:hover svg {fill: "+e.settings.interaction_text_color+"; color: "+e.settings.interaction_text_color+";  }",b+="#gsb-buttons-"+e.id+" .gsb-trigger .gsb-trigger-bottom .chat-button-link:hover, #gsb-buttons-"+e.id+" .gsb-trigger .gsb-trigger-contact .chat-button-link:hover, #gsb-buttons-"+e.id+" .gsb-trigger .gsb-trigger-whatsapp-popup .chat-button-link:hover, #gsb-buttons-"+e.id+" .gsb-trigger .gsb-trigger-wechat-popup .chat-button-link:hover {background: "+e.settings.interaction_bg_color+"; color: "+e.settings.interaction_text_color+";  }",b+="#gsb-buttons-"+e.id+" .gsb-trigger .gsb-trigger-bottom .chat-button-link:hover svg, #gsb-buttons-"+e.id+" .gsb-trigger .gsb-trigger-contact .chat-button-link:hover svg, #gsb-buttons-"+e.id+" .gsb-trigger .gsb-trigger-whatsapp-popup .chat-button-link:hover svg, #gsb-buttons-"+e.id+" .gsb-trigger .gsb-trigger-wechat-popup .chat-button-link:hover svg {fill: "+e.settings.interaction_text_color+"; color: "+e.settings.interaction_text_color+";  }",b+="#gsb-buttons-"+e.id+" .chat-button-link {border-radius: "+e.settings.border_radius+"px; }",b+="#gsb-buttons-"+e.id+" [data-scb][data-tooltip-dir]::after, [data-scb][class*=cooltipz]::after, #gsb-buttons-"+e.id+" .cta-tooltip, #gsb-buttons-"+e.id+" .cta-tooltip p {background-color: "+e.settings.tooltip_settings.bg_color+"; color: "+e.settings.tooltip_settings.text_color+"; border-radius: "+e.settings.tooltip_settings.border_radius+"px; font-size:"+e.settings.tooltip_settings.font_size+"px; line-height: "+e.settings.tooltip_settings.tooltip_height+"px; }",b+="#gsb-buttons-"+e.id+" [data-scb][data-tooltip-dir][data-tooltip-dir=left]::before, [data-scb][data-tooltip-dir].cooltipz--left::before, [data-scb][class*=cooltipz][data-tooltip-dir=left]::before, [data-scb][class*=cooltipz].cooltipz--left::before, #gsb-buttons-"+e.id+" [data-tooltip-dir=left] .cta-tooltip:after {border-left-color: "+e.settings.tooltip_settings.bg_color+"; }",b+="#gsb-buttons-"+e.id+" [data-scb][data-tooltip-dir][data-tooltip-dir=top]::before, [data-scb][data-tooltip-dir].cooltipz--top::before, [data-scb][class*=cooltipz][data-tooltip-dir=top]::before, [data-scb][class*=cooltipz].cooltipz--top::before {border-top-color: "+e.settings.tooltip_settings.bg_color+"; }",b+="#gsb-buttons-"+e.id+" [data-scb][data-tooltip-dir][data-tooltip-dir=right]::before, [data-scb][data-tooltip-dir].cooltipz--right::before, [data-scb][class*=cooltipz][data-tooltip-dir=right]::before, [data-scb][class*=cooltipz].cooltipz--right::before, #gsb-buttons-"+e.id+" [data-tooltip-dir=right] .cta-tooltip:after {border-right-color: "+e.settings.tooltip_settings.bg_color+"; }",b+="#gsb-buttons-"+e.id+" .chat-button-link.has-image .chat-button-icon img, #gsb-buttons-"+e.id+" .custom-icon-img, #gsb-buttons-"+e.id+" .chat-button-link.has-image img {width: "+r+"px; height: "+r+"px; line-height: "+r+"px; border-radius: "+e.settings.border_radius+"px; -moz-border-radius: "+e.settings.border_radius+"px; -webkit-border-radius: "+e.settings.border_radius+"px; }","list_view"==e.settings.view&&a>=1&&""!=e.settings.list_view_title&&(b+="#gsb-buttons-"+e.id+" .gsb-button-list.list_view .list_title_container  {background-color: "+e.settings.list_title_bg+";color: "+e.settings.list_title_color+"; }"),"grid_view"==e.settings.view&&a>=1&&""!=e.settings.list_view_title&&(b+="#gsb-buttons-"+e.id+" .gsb-button-list.grid_view .list_title_container  {background-color: "+e.settings.list_title_bg+";color: "+e.settings.list_title_color+"; }"),"0"==e.settings.tooltip_settings.border_radius&&"0"==e.settings.tooltip_settings.tooltip_height&&"0"==e.settings.tooltip_settings.font_size&&(b+="#gsb-buttons-"+e.id+" [data-scb][data-tooltip-dir][data-tooltip-dir=left]::before, [data-scb][data-tooltip-dir].cooltipz--left::before, [data-scb][class*=cooltipz][data-tooltip-dir=left]::before, [data-scb][class*=cooltipz].cooltipz--left::before, [data-scb][data-tooltip-dir][data-tooltip-dir=right]::before, [data-scb][data-tooltip-dir].cooltipz--right::before, [data-scb][class*=cooltipz][data-tooltip-dir=right]::before, [data-scb][class*=cooltipz].cooltipz--right::before, [data-scb][data-tooltip-dir][data-tooltip-dir=bottom]::before, [data-scb][data-tooltip-dir].cooltipz--bottom::before, [data-scb][class*=cooltipz][data-tooltip-dir=bottom]::before, [data-scb][class*=cooltipz].cooltipz--bottom::before, [data-scb][data-tooltip-dir][data-tooltip-dir=bottom-left]::before, [data-scb][data-tooltip-dir].cooltipz--bottom-left::before, [data-scb][class*=cooltipz][data-tooltip-dir=bottom-left]::before, [data-scb][class*=cooltipz].cooltipz--bottom-left::before, [data-scb][data-tooltip-dir][data-tooltip-dir=bottom-right]::before, [data-scb][data-tooltip-dir].cooltipz--bottom-right::before, [data-scb][class*=cooltipz][data-tooltip-dir=bottom-right]::before, [data-scb][class*=cooltipz].cooltipz--bottom-right::before, [data-scb][data-tooltip-dir][data-tooltip-dir=top]::before, [data-scb][data-tooltip-dir].cooltipz--top::before, [data-scb][class*=cooltipz][data-tooltip-dir=top]::before, [data-scb][class*=cooltipz].cooltipz--top::before, [data-scb][data-tooltip-dir][data-tooltip-dir=top-left]::before, [data-scb][data-tooltip-dir].cooltipz--top-left::before, [data-scb][class*=cooltipz][data-tooltip-dir=top-left]::before, [data-scb][class*=cooltipz].cooltipz--top-left::before, [data-scb][data-tooltip-dir][data-tooltip-dir=top-right]::before, [data-scb][data-tooltip-dir].cooltipz--top-right::before, [data-scb][class*=cooltipz][data-tooltip-dir=top-right]::before, [data-scb][class*=cooltipz].cooltipz--top-right::before { border : 0 }"),s("#gsb-buttons-"+e.id).hasClass("single")&&(b+="#gsb-buttons-"+e.id+" .gsb-trigger {padding: 0;}"),b+="#gsb-buttons-"+e.id+" .gsb-trigger .chat-button a:not(."+e.settings.animation+") .gsb-pending-message {top: 3%; right: 3%;}",b+="#gsb-buttons-"+e.id+" .gsb-trigger .chat-button a:not(."+e.settings.animation+") + .gsb-pending-message {top: 3%; right: 3%;}","none"!=e.settings.animation&&"ginger-btn-fade"!=e.settings.animation&&"ginger-btn-pulse"!=e.settings.animation&&"ginger-btn-spin"!=e.settings.animation||(b+="#gsb-buttons-"+e.id+" .gsb-trigger .chat-button a."+e.settings.animation+" .gsb-pending-message {top: 3%; right: 3%;}",b+="#gsb-buttons-"+e.id+" .gsb-trigger .chat-button a."+e.settings.animation+" + .gsb-pending-message {top: 3%; right: 3%;}");var S=function(t){return"vertical"==t.settings.menu_view?"right"==m(t)?"left":"right":"top"}(e);s("#gsb-buttons-"+e.id+" .gsb-button-list a.scb-tooltip").attr("data-tooltip-dir",S),s("#gsb-buttons-"+e.id).addClass(x+"-side"),s("#gsb-buttons-"+e.id).addClass(e.settings.menu_view+"-menu"),"vertical"==e.settings.menu_view?"left"==x?(s("#gsb-buttons-"+e.id+" .gsb-trigger-top").attr("data-tooltip-dir","right"),s("#gsb-buttons-"+e.id+" .gsb-trigger-bottom .chat-button-link").attr("data-tooltip-dir","right")):(s("#gsb-buttons-"+e.id+" .gsb-trigger-top").attr("data-tooltip-dir","left"),s("#gsb-buttons-"+e.id+" .gsb-trigger-bottom .chat-button-link").attr("data-tooltip-dir","left")):(s("#gsb-buttons-"+e.id+" .gsb-trigger-bottom .chat-button-link").attr("data-tooltip-dir","top"),"left"==x?s("#gsb-buttons-"+e.id+" .gsb-trigger-top").attr("data-tooltip-dir","right"):s("#gsb-buttons-"+e.id+" .gsb-trigger-top").attr("data-tooltip-dir","left")),"grid_view"==e.settings.view&&s("#gsb-buttons-"+e.id+" .gsb-button-list.grid_view .channel-grid-container .chat-button .scb-tooltip").attr("data-tooltip-dir","top"),"corner_circle_view"==e.settings.view&&s("#gsb-buttons-"+e.id+" .gsb-button-list.corner_circle_view .chat-button .scb-tooltip").attr("data-tooltip-dir","top");var T=e.settings.call_to_action,H="";""!=T&&(H+="<span class='cta-tooltip'>"+T+"</span>"),s("#gsb-buttons-"+e.id+" .gsb-trigger-top").append(H),d(e)&&s("#gsb-buttons-"+e.id+" .gsb-trigger-top").addClass("cooltipz--visible");var Q=e.settings.font_family;if(""!=Q&&"Arial"!=Q&&"Tahoma"!=Q&&"Verdana"!=Q&&"Helvetica"!=Q&&"Times New Roman"!=Q&&"Trebuchet MS"!=Q&&"Georgia"!=Q&&s("head").append("<link id='#gsb-buttons-"+e.id+"' href='https://fonts.googleapis.com/css?family="+e.settings.font_family+"' rel='stylesheet' type='text/css' >"),""!=Q?(s("#gsb-buttons-"+e.id).css("font-family",Q),s("#gsb-buttons-"+e.id+" button").css("font-family",Q)):s("#gsb-buttons-"+e.id).css("font-family","-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif"),s("#gsb-buttons-"+e.id+" .gsb-button-list").addClass(e.settings.menu_animation),function(t){var o=_("gsb-button-click-"+t.id);if((0==s("#gsb-buttons-"+t.id+" .gsb-button-list .chat-button").length||"yes"==t.settings.has_pending_message)&&!o&&"yes"==t.settings.has_pending_message){s("#gsb-buttons-"+t.id).hasClass("single")?(s("#gsb-buttons-"+t.id+" .gsb-trigger .chat-button a").append("<span class='gsb-pending-message'>"+t.settings.no_of_messages+"</span>"),s("#gsb-buttons-"+t.id+" .gsb-trigger .chat-button a").after("<span class='gsb-pending-message'>"+t.settings.no_of_messages+"</span>")):(s("#gsb-buttons-"+t.id+" .gsb-trigger .gsb-trigger-top a").append("<span class='gsb-pending-message'>"+t.settings.no_of_messages+"</span>"),s("#gsb-buttons-"+t.id+" .gsb-trigger .gsb-trigger-top a").after("<span class='gsb-pending-message'>"+t.settings.no_of_messages+"</span>"));var e=20*t.settings.icon_size/54;s("#gsb-buttons-"+t.id+" .gsb-pending-message").css({width:e+"px",height:e+"px","font-size":parseInt(e/4)+5+"px",color:t.settings.message_text_color,"background-color":t.settings.message_bg_color})}}(e),function(t){_("gsb-button-click-"+t.id)||(s("#gsb-buttons-"+t.id).hasClass("single")?s("#gsb-buttons-"+t.id+" .gsb-trigger .chat-button a").addClass(t.settings.animation):s("#gsb-buttons-"+t.id+" .gsb-trigger .gsb-trigger-top a").addClass(t.settings.animation))}(e),function(t){var o=m(t);if(s("#gsb-buttons-"+t.id).hasClass("single")){var e=s("#gsb-buttons-"+t.id+" .gsb-trigger .chat-button a").attr("data-scb"),i=t.settings.call_to_action;s("#gsb-buttons-"+t.id+" .gsb-trigger .chat-button a").removeAttr("data-tooltip-dir data-scb"),s("#gsb-buttons-"+t.id+" .gsb-trigger .chat-button a").removeClass("scb-tooltip cooltipz--visible"),(s("#gsb-buttons-"+t.id).hasClass("cta-first_click")&&!_("gsb-button-click-"+t.id)||!s("#gsb-buttons-"+t.id).hasClass("cta-first_click"))&&s("#gsb-buttons-"+t.id+".gsb-trigger .chat-button").addClass("scb-tooltip cooltipz--visible"),s("#gsb-buttons-"+t.id+" .gsb-trigger .chat-button.scb-tooltip").attr("data-tooltip-dir","right"==o?"left":"right"),s("#gsb-buttons-"+t.id+" .gsb-trigger .chat-button").attr("data-hover-scb",e);var n="";""!=i&&(n+="<span class='cta-tooltip'>"+i+"</span>"),d(t)&&s("#gsb-buttons-"+t.id+" .gsb-trigger .chat-button").append(n).addClass("cooltipz--visible")}}(e),function(t){var o=_("gsb-greeting-"+t.id),e=t.settings.default_state,i=f(t);if(!o&&(1==i&&"open"!=e||i>1&&"click"==e)&&""!=t.settings.greeting_text&&"yes"==t.settings.show_greeting_message){var n="";n+="<span class='scw-greeting-message'>",n+="<span>"+t.settings.greeting_text+"</span>",n+='<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M18 6L6 18M6 6L18 18" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> </svg>',n+="</span>",s("#gsb-buttons-"+t.id+" .gsb-buttons-content").append(n)}}(e),function(t){if("yes"==t.triggers.after_seconds&&!_("gsb-button-view-"+t.id)){s("#gsb-buttons-"+t.id).hide();var o=parseInt(t.triggers.seconds);o>0&&setTimeout((function(){s("#gsb-buttons-"+t.id).show(),h(t),C("gsb-button-view-"+t.id,!0,2)}),1e3*o)}}(e),function(t){if("yes"==t.triggers.on_scroll&&!_("gsb-button-view-"+t.id)){s("#gsb-buttons-"+t.id).hide();var o=parseInt(t.triggers.page_scroll);jQuery(window).scroll((function(){o=parseInt(t.triggers.page_scroll);var e=jQuery(document).height()-jQuery(window).height(),i=jQuery(window).scrollTop();0!=i&&i/e*100>=o&&(s("#gsb-buttons-"+t.id).show(),h(t),C("gsb-button-view-"+t.id,!0,2))}))}}(e),function(t){if("yes"==t.triggers.exit_intent){if("yes"==t.triggers.browser&&!_("gsb-button-view-"+t.id)){s("#gsb-buttons-"+t.id).hide();var e=m(t);b="mouseout",l=function(o){null==o.toElement&&null==o.relatedTarget&&(i||(s("#gsb-buttons-"+t.id).show(),s("#gsb-buttons-"+t.id).append("<div class='exit-intent'></div>"),"left"==e?s("#gsb-buttons-"+t.id+" .exit-intent").addClass("left-position"):s("#gsb-buttons-"+t.id+" .exit-intent").addClass("right-position"),s("#gsb-buttons-"+t.id).hasClass("single-btn")||s("#gsb-buttons-"+t.id+" .main-button").trigger("click"),setTimeout((function(){s("#gsb-buttons-"+t.id+" .exit-intent").addClass("active"),setTimeout((function(){s("#gsb-buttons-"+t.id+" .exit-intent").removeClass("active")}),2e3)}),100),h(t),i=!0,C("gsb-button-view-"+t.id,!0,2)))},(a=document).addEventListener?a.addEventListener(b,l,!1):a.attachEvent&&a.attachEvent("on"+b,l)}"yes"==t.triggers.on_inactivity&&(_("gsb-button-view-"+t.id)||(s("#gsb-buttons-"+t.id).hide(),o=setInterval((function(){!function(t){if(n+=1,!_("gsb-button-view-"+t.id)&&(s("#gsb-buttons-"+t.id).hide(),n>59)){if(!i){var e=m(t);s("#gsb-buttons-"+t.id).show(),s("#gsb-buttons-"+t.id).append("<div class='exit-intent'></div>"),"left"==e?s("#gsb-buttons-"+t.id+" .exit-intent").addClass("left-position"):s("#gsb-buttons-"+t.id+" .exit-intent").addClass("right-position"),s("#gsb-buttons-"+t.id).hasClass("single-btn")||s("#gsb-buttons-"+t.id+" .main-button").trigger("click"),setTimeout((function(){s("#gsb-buttons-"+t.id+" .exit-intent").addClass("active"),setTimeout((function(){s("#gsb-buttons-"+t.id+" .exit-intent").removeClass("active")}),2e3)}),100),i=!0,h(t),C("gsb-button-view-"+t.id,!0,2)}window.clearInterval(o)}}(t)}),1e3),s(document).on("mousemove",(function(t){n=0})),s(document).on("keyup",(function(t){n=0}))))}var a,b,l}(e),b+="#gsb-buttons-"+e.id+" .scw-greeting-message {background-color:"+e.settings.greeting_bg_color+";color:"+e.settings.greeting_text_color+";}",b+="#gsb-buttons-"+e.id+" .scw-greeting-message svg {fill:"+e.settings.greeting_text_color+";}",b+="#gsb-buttons-"+e.id+" .scw-greeting-message svg path {stroke:"+e.settings.greeting_text_color+";}",b+="#gsb-buttons-"+e.id+" .scw-greeting-message:after{border-color:"+e.settings.greeting_bg_color+" transparent transparent transparent;}",s("#gab_front_css").remove(),s("head").append("<style id='gab_front_css'>"+b+"</style>"),(_("gsb-button-view-"+e.id)||"0"==e.triggers.page_scroll&&"0"==e.triggers.seconds&&"no"==e.triggers.exit_intent)&&h(e),"right"==x){var P=s("#gsb-buttons-"+e.id+" .gsb-button-list.list_view").outerWidth()+parseInt(s("#gsb-buttons-"+e.id).css("right").replace("px","")),A=s("#gsb-buttons-"+e.id+" .gsb-button-list.grid_view").outerWidth()+parseInt(s("#gsb-buttons-"+e.id).css("right").replace("px",""));s(window).width()<=P&&(l+="#gsb-buttons-"+e.id+".right-side .gsb-button-list.list_view {transform: scale(0.5); transform-origin: bottom right;}"),s(window).width()<=A&&(l+="#gsb-buttons-"+e.id+".right-side .gsb-button-list.grid_view {transform: scale(0.5); transform-origin: bottom right;}")}else P=s("#gsb-buttons-"+e.id+" .gsb-button-list.list_view").outerWidth()+parseInt(s("#gsb-buttons-"+e.id).css("left").replace("px","")),A=s("#gsb-buttons-"+e.id+" .gsb-button-list.grid_view").outerWidth()+parseInt(s("#gsb-buttons-"+e.id).css("left").replace("px","")),s(window).width()<=P&&(l+="#gsb-buttons-"+e.id+".left-side .gsb-button-list.list_view {transform: scale(0.5); transform-origin: bottom left;}"),s(window).width()<=A&&(l+="#gsb-buttons-"+e.id+".left-side .gsb-button-list.grid_view {transform: scale(0.5); transform-origin: bottom left;}");var F=s("#gsb-buttons-"+e.id+" .gsb-trigger").outerHeight(!0);if(l+="#gsb-buttons-"+e.id+".open-form .scw-contact-form, #gsb-buttons-"+e.id+".open-whatsapp-popup .whatsapp-popup, #gsb-buttons-"+e.id+".open-wechat-popup .wechat-popup { bottom : "+F+"px }",l+="#gsb-buttons-"+e.id+".open-buttons:not(.has-no-close-button) .gsb-button-list.menu_view { bottom : "+F+"px }",s("#gsb_custom_css").remove(),s("head").append("<style id='gsb_custom_css'>"+l+"</style>"),s("#gsb-buttons-"+e.id+" .list_title_container").length)var W=s("#gsb-buttons-"+e.id+" .list_title_container").outerHeight(!0);else W=0;var U=s("#gsb-buttons-"+e.id).css("bottom").replace("px",""),Z=parseInt(F)+parseInt(U)+parseInt(W)+parseInt("15");s("#gsb-buttons-"+e.id+" .list_view .channel-list-container").css("max-height","calc(100vh - "+Z+"px)");var R=parseInt(F)+parseInt(U)+parseInt(s("#gsb-buttons-"+e.id+" .whatsapp-popup").outerHeight(!0)),G=parseInt(F)+parseInt(U)+parseInt(s("#gsb-buttons-"+e.id+" .whatsapp-popup .whatsapp-popup-header").outerHeight(!0))+parseInt(s("#gsb-buttons-"+e.id+" .whatsapp-popup .whatsapp-popup-footer").outerHeight(!0))+parseInt(10);R>s(window).height()?(s("#gsb-buttons-"+e.id+" .whatsapp-popup .whatsapp-popup-body").css("max-height","calc(100vh - "+G+"px)"),s("#gsb-buttons-"+e.id+" .whatsapp-popup .whatsapp-popup-body").css("min-height","calc(100vh - "+G+"px)")):s("#gsb-buttons-"+e.id+" .whatsapp-popup .whatsapp-popup-body").css("min-height","270px"),s(window).resize((function(){R>s(window).height()?(s("#gsb-buttons-"+e.id+" .whatsapp-popup .whatsapp-popup-body").css("max-height","calc(100vh - "+G+"px)"),s("#gsb-buttons-"+e.id+" .whatsapp-popup .whatsapp-popup-body").css("min-height","calc(100vh - "+G+"px)")):s("#gsb-buttons-"+e.id+" .whatsapp-popup .whatsapp-popup-body").css("min-height","270px")}));var $=parseInt(F)+parseInt(U)+parseInt(s("#gsb-buttons-"+e.id+" .wechat-popup .wechat-popup-header").outerHeight(!0))+10;s("#gsb-buttons-"+e.id+" .wechat-popup .wechat-popup-body").css("max-height","calc(100vh - "+$+"px)");var E=F+5;s("#gsb-buttons-"+e.id+".view-list .list_view").css("bottom",E+"px"),s("#gsb-buttons-"+e.id+".view-grid .grid_view").css("bottom",E+"px"),s(document).on("click","#gsb-buttons-"+e.id+" .scw-greeting-message svg",(function(t){t.preventDefault(),s("#gsb-buttons-"+e.id+" .scw-greeting-message").remove(),C("gsb-greeting-"+e.id,!0,2)})),s(document).on("mouseenter","#gsb-buttons-"+e.id+".single .gsb-trigger .chat-button",(function(){s("#gsb-buttons-"+e.id+".single").hasClass("cta-first_click")&&!d(e)&&(s("#gsb-buttons-"+e.id+".gsb-trigger .chat-button").addClass("scb-tooltip cooltipz--visible"),s("#gsb-buttons-"+e.id+" .gsb-trigger .chat-button.scb-tooltip").attr("data-tooltip-dir","right"==x?"left":"right"),s("#gsb-buttons-"+e.id+".single .gsb-trigger .chat-button .cta-tooltip").show());var t=s(this).attr("data-hover-scb");s("#gsb-buttons-"+e.id+".single .gsb-trigger .chat-button .cta-tooltip").html(t),s("#gsb-buttons-"+e.id+".single .gsb-trigger .chat-button .cta-tooltip").length||""==t||s(this).append("<span class='cta-tooltip'>"+t+"</span>").addClass("cooltipz--visible")})),s(document).on("mouseleave","#gsb-buttons-"+e.id+".single .gsb-trigger .chat-button",(function(){s("#gsb-buttons-"+e.id+".single").hasClass("cta-first_click")&&!d(e)&&s("#gsb-buttons-"+e.id+".single .gsb-trigger .chat-button .cta-tooltip").hide(),s("#gsb-buttons-"+e.id+".single .gsb-trigger .chat-button .cta-tooltip").html(e.settings.call_to_action),""==e.settings.call_to_action&&""!=s(this).attr("data-hover-scb")&&(s(".cta-tooltip").remove(),s(this).removeClass("cooltipz--visible"))})),s(document).on("touch click","body",(function(){(s("#gsb-buttons-"+e.id).hasClass("view-grid")&&s("#gsb-buttons-"+e.id).hasClass("open-buttons")||s("#gsb-buttons-"+e.id).hasClass("view-list")&&s("#gsb-buttons-"+e.id).hasClass("open-buttons"))&&(s("#gsb-buttons-"+e.id).removeClass("open-buttons"),C("gsb-greeting-"+e.id,!0,2),s("#gsb-buttons-"+e.id+" .scw-greeting-message").remove()),s("#gsb-buttons-"+e.id).hasClass("open-whatsapp-popup")&&s("#gsb-buttons-"+e.id).hasClass("has-no-close-remove")&&s("#gsb-buttons-"+e.id).removeClass("open-whatsapp-popup has-no-close-remove").addClass("open-buttons has-no-close-button"),s("#gsb-buttons-"+e.id).hasClass("open-form")&&s("#gsb-buttons-"+e.id).hasClass("has-no-close-remove")&&s("#gsb-buttons-"+e.id).removeClass("open-form has-no-close-remove").addClass("open-buttons has-no-close-button"),s("#gsb-buttons-"+e.id).hasClass("open-wechat-popup")&&s("#gsb-buttons-"+e.id).hasClass("has-no-close-remove")&&s("#gsb-buttons-"+e.id).removeClass("open-wechat-popup has-no-close-remove").addClass("open-buttons has-no-close-button"),s("#gsb-buttons-"+e.id).hasClass("open-whatsapp-popup")&&s("#gsb-buttons-"+e.id).removeClass("open-whatsapp-popup"),s("#gsb-buttons-"+e.id).hasClass("open-form")&&s("#gsb-buttons-"+e.id).removeClass("open-form"),s("#gsb-buttons-"+e.id).hasClass("open-wechat-popup")&&s("#gsb-buttons-"+e.id).removeClass("open-wechat-popup")}))})),s(".chat-button-icon img").each((function(){s(this).closest(".chat-button-link").addClass("has-image")})),s(document).on("submit",".scw-contact-form",(function(t){t.preventDefault(),s(this).closest(".scw-contact-form").find(".scw-form-field").removeClass("has-error"),s(this).closest(".scw-contact-form").find(".scw-form-field").removeClass("has-error-valid");var o=s(this).closest(".scw-contact-form").attr("data_target");r=s(this).closest(".scw-contact-form").find(".scw-form-success.success-close-msg").length>0?1:0;var e=3;1==r&&(e=s(this).closest(".scw-contact-form").find(".scw-form-success.success-close-msg").attr("data_close_sec"));var i=0,n=s(this).closest(".gsb-buttons").attr("id");if(s.each(s(this).closest(".scw-contact-form").find(".scw-form-field .scw-field"),(function(){s(this).hasClass("is-require")&&""==s(this).val()&&(i+=1,s(this).closest(".scw-form-field").addClass("has-error")),s(this).hasClass("is-require")&&!s(this).is(":checked")&&"checkbox"===s(this).prop("type")&&(i+=1,s(this).closest(".scw-form-field").addClass("has-error")),""!=s(this).val()&&"email"==s(this).data("name")&&(/^([a-zA-Z0-9_.+-])+\@(([a-zA-Z0-9-])+\.)+([a-zA-Z0-9]{2,4})+$/.test(s(this).val())||(i+=1,s(this).closest(".scw-form-field").addClass("has-error-valid"))),""!=s(this).val()&&"phone"==s(this).data("name")&&(/^[0-9]*$/.test(s(this).val())||(i+=1,s(this).closest(".scw-form-field").addClass("has-error-valid")))})),0!=i&&(s(this).closest(".scw-contact-form").find(".scw-form-field.has-error-valid:first input").focus(),s(this).closest(".scw-contact-form").find(".scw-form-field.has-error:first input").focus()),0==i){s(this).find(":submit").prop("disabled",!0);var a=s(this).closest(".scw-contact-form").attr("id");s.ajax({url:gsb_settings.ajax_url,data:s("#"+a).serialize(),dateType:"json",type:"post",success:function(t){1==(t=s.parseJSON(t)).status?(s("#"+n+" .scw-contact-form").addClass("success-msg"),s("#"+n+" .scw-contact-form").removeClass("has-error"),s("#"+n+" .scw-contact-form .scw-form-success").text(t.message),s("#"+n+" .scw-contact-form .scw-field").val(""),s("#"+n+" .scw-contact-form .consent-check-box input").prop("checked",!1),s("#"+n+" .scw-contact-form .scw-form-btn button").prop("disabled",!1),1==r&&setTimeout((function(){s("#"+n).closest(".gsb-buttons").hasClass("open-form")&&s("#"+n).closest(".gsb-buttons").hasClass("has-no-close-remove")&&s("#"+n).closest(".gsb-buttons").removeClass("open-form has-no-close-remove").addClass("open-buttons has-no-close-button"),s("#"+n).hasClass("open-form")&&s("#"+n).removeClass("open-form")}),1e3*e),""!=t.data.URL&&("blank"==o?window.open(t.data.URL,"_blank"):window.location.href=t.data.URL)):0==t.status&&(s("#"+n+" .scw-contact-form .scw-form-btn button").prop("disabled",!1),s("#"+n+" .scw-contact-form").addClass("success-msg has-error"),s("#"+n+" .scw-contact-form .scw-field").each((function(o,e){var i=s(this).attr("name").replace("scw_form_fields[","");i=i.replace("]",""),s.inArray(i,t.has_error)>=0?s(this).closest(".scw-form-field").addClass("has-error"):s.inArray(i,t.has_error_valid)>=0&&s(this).closest(".scw-form-field").addClass("has-error-valid")})),s("#"+n+" .scw-contact-form .scw-form-success").text(t.message))}})}})),s(document).on("keyup",".scw-field-phone",(function(){var t=s(this).val();t.match(/^[0-9]+$/)||s(this).val(t.replace(/\D/g,""))})),s(document).on("touch click",".gsb-buttons .gsb-trigger .gsb-trigger-top a",(function(){C("gsb-button-click-"+s(this).closest(".gsb-buttons").data("id"),!0,2),s(this).closest(".gsb-buttons").hasClass("cta-first_click")&&(s(this).closest("div[data-scb]").attr("data-scb",""),s(this).closest(".gsb-buttons").find(".cta-tooltip").remove())})),s(document).on("touch click",".gsb-buttons .gsb-trigger .gsb-trigger-top a, .gsb-buttons .gsb-trigger .chat-button a",(function(){C("gsb-button-click-"+s(this).closest(".gsb-buttons").data("id"),!0,2),s(this).closest(".gsb-buttons").hasClass("cta-first_click")&&(s(this).closest("div[data-scb]").attr("data-scb",""),s(this).closest(".gsb-buttons").find(".cta-tooltip").remove())})),s(document).on("touch click",".gsb-buttons .gsb-trigger .gsb-trigger-top a, .gsb-buttons .gsb-trigger .gsb-trigger-bottom a",(function(){var t=s(this).closest(".gsb-buttons").data("id");s("#gsb-buttons-"+t+" .gsb-pending-message").remove(),C("gsb-greeting-"+t,!0,2),s("#gsb-buttons-"+t+" .scw-greeting-message").remove()})),s(document).on("touch click",".gsb-buttons .gsb-trigger .gsb-trigger-bottom a",(function(){C("gsb-button-click-"+s(this).closest(".gsb-buttons").data("id"),!0,2),s(this).closest(".gsb-buttons").hasClass("cta-first_click")&&(s(this).closest("div[data-scb]").attr("data-scb",""),s(this).closest(".gsb-buttons").find(".cta-tooltip").remove())})),s(document).on("mouseenter",".gsb-buttons .gsb-trigger a",(function(){var t=s(this).closest(".gsb-buttons").data("id"),o=s(this).closest(".gsb-buttons").data("animation");s("#gsb-buttons-"+t+" .gsb-trigger .gsb-trigger-top a").removeClass(o),s("#gsb-buttons-"+t+" .gsb-trigger .chat-button a").removeClass(o)})),s(document).on("touch click",".gsb-buttons:not(.single) .gsb-trigger .gsb-trigger-top a",(function(t){t.preventDefault();var o=s(this).closest(".gsb-buttons").data("id");s(this).closest(".gsb-buttons").removeClass("open-form"),s(this).closest(".gsb-buttons").removeClass("open-whatsapp-popup"),s(this).closest(".gsb-buttons").removeClass("open-wechat-popup"),s("#gsb-buttons-"+o+" .scw-contact-form .scw-form-field").removeClass("has-error"),s(this).closest("#gsb-buttons-"+o).find(".scw-contact-form").removeClass("success"),s(this).closest("#gsb-buttons-"+o).find(".scw-contact-form").removeClass("success-msg"),s(this).closest("#gsb-buttons-"+o).find(".scw-contact-form").removeClass("has-error"),s(this).closest("#gsb-buttons-"+o).removeClass("has-no-animation"),s(this).closest("#gsb-buttons-"+o).removeClass("has-no-tooltip-animation"),s(this).closest(".gsb-buttons").addClass("open-buttons")})),s(document).on("touch click",".gsb-buttons.single .gsb-trigger .chat-button a",(function(){var t=s(this).closest(".gsb-buttons").data("id");(s("#gsb-buttons-"+t+".single .gsb-trigger .gsb-trigger-contact").length||s("#gsb-buttons-"+t+".single .gsb-trigger .gsb-trigger-whatsapp-popup").length||s("#gsb-buttons-"+t+".single .gsb-trigger .gsb-trigger-wechat-popup").length)&&s("#gsb-buttons-"+t+".single .gsb-trigger .chat-button").removeClass("cooltipz--visible")})),s(document).on("touch click",".gsb-buttons .gsb-trigger .gsb-trigger-contact a",(function(t){t.preventDefault();var o=s(this).closest(".gsb-buttons").data("id");s(this).closest(".gsb-buttons").removeClass("open-form"),s("#gsb-buttons-"+o+" .scw-contact-form .scw-form-field").removeClass("has-error"),s(this).closest(".gsb-buttons").addClass("open-buttons"),s(this).closest(".gsb-buttons").hasClass("has-no-close-remove")&&(s(this).closest(".gsb-buttons").addClass("has-no-close-button"),s(this).closest(".gsb-buttons").removeClass("has-no-close-remove")),C("gsb-greeting-"+o,!0,2),s("#gsb-buttons-"+o+" .scw-greeting-message").remove(),s("#gsb-buttons-"+o).hasClass("cta-first_click")&&!_("gsb-button-click-"+o)&&s("#gsb-buttons-"+o+".single .gsb-trigger .chat-button").addClass("cooltipz--visible"),s("#gsb-buttons-"+o).hasClass("cta-all_time")&&s("#gsb-buttons-"+o+".single .gsb-trigger .chat-button").addClass("cooltipz--visible")})),s(document).on("touch click",".gsb-buttons .gsb-trigger .gsb-trigger-whatsapp-popup a",(function(t){t.preventDefault();var o=s(this).closest(".gsb-buttons").data("id");s(this).closest(".gsb-buttons").removeClass("open-whatsapp-popup"),s(this).closest(".gsb-buttons").addClass("open-buttons"),s(this).closest(".gsb-buttons").hasClass("has-no-close-remove")&&(s(this).closest(".gsb-buttons").addClass("has-no-close-button"),s(this).closest(".gsb-buttons").removeClass("has-no-close-remove")),C("gsb-greeting-"+o,!0,2),s("#gsb-buttons-"+o+" .scw-greeting-message").remove(),s("#gsb-buttons-"+o).hasClass("cta-first_click")&&!_("gsb-button-click-"+o)&&s("#gsb-buttons-"+o+".single .gsb-trigger .chat-button").addClass("cooltipz--visible"),s("#gsb-buttons-"+o).hasClass("cta-all_time")&&s("#gsb-buttons-"+o+".single .gsb-trigger .chat-button").addClass("cooltipz--visible")})),s(document).on("touch click",".gsb-buttons .gsb-trigger .gsb-trigger-wechat-popup a",(function(t){t.preventDefault();var o=s(this).closest(".gsb-buttons").data("id");s(this).closest(".gsb-buttons").removeClass("open-wechat-popup"),s(this).closest(".gsb-buttons").addClass("open-buttons"),s(this).closest(".gsb-buttons").hasClass("has-no-close-remove")&&(s(this).closest(".gsb-buttons").removeClass("has-no-close-remove"),s(this).closest(".gsb-buttons").addClass("has-no-close-button")),C("gsb-greeting-"+o,!0,2),s("#gsb-buttons-"+o+" .scw-greeting-message").remove(),s("#gsb-buttons-"+o).hasClass("cta-first_click")&&!_("gsb-button-click-"+o)&&s("#gsb-buttons-"+o+".single .gsb-trigger .chat-button").addClass("cooltipz--visible"),s("#gsb-buttons-"+o).hasClass("cta-all_time")&&s("#gsb-buttons-"+o+".single .gsb-trigger .chat-button").addClass("cooltipz--visible")})),s(document).on("touch click",".gsb-buttons .scw-contact-form .scw-form-close",(function(t){t.preventDefault();var o=s(this).closest(".gsb-buttons").data("id");s(this).closest("#gsb-buttons-"+o).removeClass("open-form"),s("#gsb-buttons-"+o+" .scw-contact-form .scw-form-field").removeClass("has-error"),s(this).closest("#gsb-buttons-"+o+".has-no-close-button").addClass("open-buttons"),s(this).closest(".gsb-buttons").hasClass("has-no-close-remove")&&(s(this).closest(".gsb-buttons").addClass("has-no-close-button"),s(this).closest(".gsb-buttons").removeClass("has-no-close-remove")),s("#gsb-buttons-"+o).hasClass("cta-all_time")&&s("#gsb-buttons-"+o+".single .gsb-trigger .chat-button").addClass("cooltipz--visible")})),s(document).on("touch click",".gsb-buttons .whatsapp-popup .whatsapp-popup-close-btn",(function(t){t.preventDefault();var o=s(this).closest(".gsb-buttons").data("id");s(this).closest("#gsb-buttons-"+o).removeClass("open-whatsapp-popup"),s(this).closest("#gsb-buttons-"+o+".has-no-close-button").addClass("open-buttons"),s(this).closest(".gsb-buttons").hasClass("has-no-close-remove")&&(s(this).closest(".gsb-buttons").addClass("has-no-close-button"),s(this).closest(".gsb-buttons").removeClass("has-no-close-remove")),s("#gsb-buttons-"+o).hasClass("cta-all_time")&&s("#gsb-buttons-"+o+".single .gsb-trigger .chat-button").addClass("cooltipz--visible")})),s(document).on("touch click",".gsb-buttons .wechat-popup .wechat-popup-close-btn",(function(t){t.preventDefault();var o=s(this).closest(".gsb-buttons").data("id");s(this).closest(".gsb-buttons").hasClass("has-no-close-remove")&&(s(this).closest(".gsb-buttons").removeClass("has-no-close-remove"),s(this).closest(".gsb-buttons").addClass("has-no-close-button")),s(this).closest("#gsb-buttons-"+o).removeClass("open-wechat-popup"),s(this).closest("#gsb-buttons-"+o+".has-no-close-button").addClass("open-buttons"),s("#gsb-buttons-"+o).hasClass("cta-all_time")&&s("#gsb-buttons-"+o+".single .gsb-trigger .chat-button").addClass("cooltipz--visible")})),s(document).on("touch click",".gsb-buttons .close-view-btn",(function(t){t.preventDefault(),s(this).closest(".gsb-buttons").removeClass("open-buttons")})),s(document).on("touch click",".gsb-buttons:not(.single) .gsb-trigger .gsb-trigger-bottom a",(function(t){t.preventDefault(),s(this).closest(".gsb-buttons").removeClass("has-no-animation"),s(this).closest(".gsb-buttons").removeClass("open-buttons")})),s(document).on("touch click",".gsb-buttons:not(.single) .gsb-button-list:not(.list_view) .chat-button .channel-contact_form , .gsb-buttons.single .gsb-button-list:not(.list_view) + .gsb-trigger .chat-button .channel-contact_form",(function(){s(this).closest(".gsb-buttons").find(".gsb-button-list .chat-button").length,s(this).closest(".gsb-buttons").hasClass("open-form")?(s(this).closest(".gsb-buttons").addClass("open-buttons"),s(this).closest(".gsb-buttons").removeClass("open-form")):(s(this).closest(".gsb-buttons").hasClass("has-no-close-button")&&(s(this).closest(".gsb-buttons").addClass("has-no-close-remove"),s(this).closest(".gsb-buttons").removeClass("has-no-close-button")),s(this).closest(".gsb-buttons").removeClass("open-buttons"),s(this).closest(".gsb-buttons").addClass("open-form"),s(this).closest(".gsb-buttons").find(".scw-contact-form").removeClass("success"),s(this).closest(".gsb-buttons").find(".scw-contact-form").removeClass("success-msg"),s(this).closest(".gsb-buttons").find(".scw-contact-form").removeClass("has-error"))})),s(document).on("touch click",".gsb-buttons:not(.single) .list_view .gsb-social-channel",(function(){s(this).closest(".gsb-buttons").find(".gsb-button-list .chat-button").length;var t=s(this).data("channel"),o=s(this).closest(".gsb-buttons").data("id");"contact_form"==t&&(s(this).closest(".gsb-buttons").hasClass("open-form")?(s(this).closest(".gsb-buttons").addClass("open-buttons"),s(this).closest(".gsb-buttons").removeClass("open-form")):(s(this).closest(".gsb-buttons").removeClass("open-buttons"),s(this).closest(".gsb-buttons").addClass("open-form"),s(this).closest("#gsb-buttons-"+o).find(".scw-contact-form").removeClass("success"),s(this).closest("#gsb-buttons-"+o).find(".scw-contact-form").removeClass("success-msg"),s(this).closest("#gsb-buttons-"+o).find(".scw-contact-form").removeClass("has-error")))})),s(document).on("touch click",".gsb-buttons:not(.single) .gsb-button-list:not(.list_view) .chat-button .channel-whats , .gsb-buttons.single .gsb-button-list:not(.list_view) + .gsb-trigger .chat-button .channel-whats",(function(){s(this).closest(".gsb-buttons").find(".gsb-button-list .chat-button").length;var t=s(this).data("channel");s(this).closest(".gsb-buttons").find("#"+t+"_popup").length&&(s(this).closest(".gsb-buttons").hasClass("open-whatsapp-popup")?(s(this).closest(".gsb-buttons").addClass("open-buttons"),s(this).closest(".gsb-buttons").removeClass("open-whatsapp-popup"),s(".whatsapp-popup").removeClass("active"),s("#"+t+"_popup").removeClass("active")):(s(this).closest(".gsb-buttons").hasClass("has-no-close-button")&&(s(this).closest(".gsb-buttons").addClass("has-no-close-remove"),s(this).closest(".gsb-buttons").removeClass("has-no-close-button")),s(this).closest(".gsb-buttons").removeClass("open-buttons"),s(this).closest(".gsb-buttons").addClass("open-whatsapp-popup"),s(".whatsapp-popup").removeClass("active"),s("#"+t+"_popup").addClass("active")))})),s(document).on("touch click",".gsb-buttons:not(.single) .list_view .gsb-social-channel",(function(){s(this).closest(".gsb-buttons").find(".gsb-button-list .chat-button").length;var t=s(this).data("channel");"whatsapp"==t.replace(/_\d+$/,"")&&s(this).closest(".gsb-buttons").find("#"+t+"_popup").length&&(s(this).closest(".gsb-buttons").hasClass("open-whatsapp-popup")?(s(this).closest(".gsb-buttons").addClass("open-buttons"),s(this).closest(".gsb-buttons").removeClass("open-whatsapp-popup"),s(".whatsapp-popup").removeClass("active"),s("#"+t+"_popup").removeClass("active")):(s(this).closest(".gsb-buttons").removeClass("open-buttons"),s(this).closest(".gsb-buttons").addClass("open-whatsapp-popup"),s(".whatsapp-popup").removeClass("active"),s("#"+t+"_popup").addClass("active")))})),s(document).on("touch click",".gsb-buttons:not(.single) .gsb-button-list:not(.list_view) .chat-button .channel-wechats , .gsb-buttons.single .gsb-button-list:not(.list_view) + .gsb-trigger .chat-button .channel-wechats",(function(){s(this).closest(".gsb-buttons").find(".gsb-button-list .chat-button").length;var t=s(this).data("channel");s(this).closest(".gsb-buttons").find("#"+t+"_popup").length&&(s(this).closest(".gsb-buttons").hasClass("open-wechat-popup")?(s(this).closest(".gsb-buttons").addClass("open-buttons"),s(this).closest(".gsb-buttons").removeClass("open-wechat-popup"),s(".wechat-popup").removeClass("active"),s("#"+t+"_popup").removeClass("active")):(s(this).closest(".gsb-buttons").hasClass("has-no-close-button")&&(s(this).closest(".gsb-buttons").addClass("has-no-close-remove"),s(this).closest(".gsb-buttons").removeClass("has-no-close-button")),s(this).closest(".gsb-buttons").removeClass("open-buttons"),s(this).closest(".gsb-buttons").addClass("open-wechat-popup"),s(".wechat-popup").removeClass("active"),s("#"+t+"_popup").addClass("active")))})),s(document).on("touch click",".gsb-buttons:not(.single) .list_view .gsb-social-channel",(function(){s(this).closest(".gsb-buttons").find(".gsb-button-list .chat-button").length;var t=s(this).data("channel");"wechat"==t.replace(/_\d+$/,"")&&s(this).closest(".gsb-buttons").find("#"+t+"_popup").length&&(s(this).closest(".gsb-buttons").hasClass("open-wechat-popup")?(s(this).closest(".gsb-buttons").addClass("open-buttons"),s(this).closest(".gsb-buttons").removeClass("open-wechat-popup"),s(".wechat-popup").removeClass("active"),s("#"+t+"_popup").removeClass("active")):(s(this).closest(".gsb-buttons").removeClass("open-buttons"),s(this).closest(".gsb-buttons").addClass("open-wechat-popup"),s(".wechat-popup").removeClass("active"),s("#"+t+"_popup").addClass("active")))})),s(document).on("touch click",".gsb-buttons .gsb-button-list, .gsb-buttons .gsb-trigger-button, .gsb-buttons .whatsapp-popup, .gsb-buttons .scw-contact-form, .gsb-buttons .wechat-popup",(function(t){t.stopPropagation()})),s(document).on("touch click",".gsb-buttons .chat-button a",(function(){var t=s(this).closest(".gsb-buttons").data("id");s("#gsb-buttons-"+t+" .gsb-pending-message").remove(),C("gsb-greeting-"+t,!0,2),s("#gsb-buttons-"+t+" .scw-greeting-message").remove()}))),s(document).on("click",".show-scw-contact-form",(function(t){t.preventDefault(),t.stopPropagation(),show_scw_contact_form(s(this).data("widget"))})),s(document).on("click",".hide-scw-contact-form",(function(t){t.preventDefault(),t.stopPropagation(),hide_scw_contact_form()})),s(document).on("click",".show-sticky-chat-widget",(function(t){t.preventDefault(),t.stopPropagation(),show_sticky_chat_widget(s(this).data("widget"))})),s(document).on("click",".hide-sticky-chat-widget",(function(t){t.preventDefault(),t.stopPropagation(),hide_sticky_chat_widget()}))})),s(window).resize((function(){!function(){if(s(".ginger-front-buttons").length&&s(".sticky-button-list").length&&s(".sticky-button-list .channel-btn").length&&s(".ginger-front-buttons .cta-button").length){s(".sticky-button-list .button-list").attr("style",""),s(".sticky-button-list .button-list").removeClass("has-grid-layout");var t=parseInt(gsb_settings.icon_size)+parseInt(gsb_settings.bottom);if(s(".sticky-button-list .button-list .channel-btn").length>2&&(t+=parseInt(s(".sticky-button-list .button-list .channel-btn").length)*(parseInt(gsb_settings.icon_size)+5))>=s(window).height()){var o=Math.floor(Math.sqrt(parseInt(s(".sticky-button-list .button-list .channel-btn").length)));o=(parseInt(gsb_settings.icon_size)+5)*o,s(".sticky-button-list .button-list").height(o),o=Math.ceil(Math.sqrt(parseInt(s(".sticky-button-list .button-list .channel-btn").length))),o=(parseInt(gsb_settings.icon_size)+5)*o,s(".sticky-button-list .button-list").width(o),s(".sticky-button-list .button-list").addClass("has-grid-layout"),s(".sticky-button-list .button-list").css("bottom",parseInt(gsb_settings.icon_size)+5+"px"),s(".sticky-button-list .button-list .ginger-social-channel").attr("data-ginger-tooltip-location","top")}}}()}))}(jQuery)})();
  • sticky-chat-widget/trunk/includes/front-end.php

    r3244227 r3349742  
    550550
    551551                    $channelKey = preg_replace('/_\d+$/', '', $key);
     552                    if ($channelKey == "skype") {
     553                        continue;
     554                    }
    552555
    553556                    if (isset($socialIcons[$channelKey]) && ($channel['for_desktop'] || $channel['for_mobile']) && !empty($channel['value'])) {
  • sticky-chat-widget/trunk/includes/social-icons.php

    r3255102 r3349742  
    110110                'color'      => '#00C80F',
    111111                'icon'       => '<svg xmlns="http://www.w3.org/2000/svg" height="512" viewBox="0 0 24 24" width="512"><path d="M12.82 9.618c-7.242 3.732-2.425 13.745 6.6 11.13.842.327 1.592.857 2.408 1.25-.21-.7-.436-1.412-.676-2.11 2.8-1.995 3.414-4.818 2.38-7.138-1.616-3.677-6.776-5.183-10.72-3.133zm2.53 3.658c-.21.655-1.156.85-1.615.353-.506-.46-.31-1.424.355-1.63.734-.3 1.582.54 1.26 1.277zm4.78.094h.014c-.257.587-1.14.725-1.575.27-.21-.192-.27-.48-.344-.733.104-.46.42-.937.93-.96.705-.098 1.336.776.975 1.422z"/><path d="M17.414 8.248c-.436-2.144-1.936-3.955-3.824-5h.027v-.001C6.917-.54-1.425 4.742.187 10.97c.433 1.848 1.71 3.397 3.262 4.43-.3.853-.585 1.706-.855 2.565L5.52 16.4c1.17.377 2.415.56 3.66.52-1.538-4.412 2.407-9.086 8.234-8.67zm-6.077-2.56c.785-.316 1.713.345 1.65 1.2L13 6.89c.008.965-1.275 1.567-1.995.913-.747-.538-.535-1.845.342-2.115zM6.932 7.134c-.172.838-1.29 1.243-1.946.68-.76-.537-.546-1.868.345-2.14.873-.338 1.865.552 1.6 1.46z"/></svg>',
    112                 'class_name' => 'is-required',
    113             ],
    114             "skype"              => [
    115                 'label'      => "skype",
    116                 'title'      => "Skype",
    117                 'value'      => "Username",
    118                 'example'    => "myusername",
    119                 'color'      => '#1b96d2',
    120                 'icon'       => '<svg xmlns="http://www.w3.org/2000/svg" height="512" viewBox="0 0 24 24" width="512"><path d="M23.31 14.547c1.738-7.8-5.104-14.905-13.14-13.543C5.808-1.703 0 1.356 0 6.546c0 1.207.333 2.337.912 3.31-1.615 7.828 5.283 14.82 13.31 13.366 5.675 3 11.946-2.984 9.086-8.676zm-7.638 4.7c-2.108.867-5.577.872-7.676-.227-2.993-1.596-3.525-5.19-.943-5.19 1.946 0 1.33 2.27 3.295 3.194.902.417 2.84.46 3.968-.3 1.113-.745 1.01-1.917.406-2.477-1.603-1.48-6.2-.892-8.287-3.483-.91-1.124-1.083-3.107.037-4.545 1.952-2.512 7.68-2.665 10.143-.768 2.274 1.76 1.66 4.096-.175 4.096-2.207 0-1.047-2.888-4.6-2.888-2.583 0-3.6 1.837-1.78 2.73 2.466 1.225 8.75.816 8.75 5.603-.005 1.992-1.226 3.477-3.128 4.253z"/></svg>',
    121112                'class_name' => 'is-required',
    122113            ],
  • sticky-chat-widget/trunk/index.php

    r3269318 r3349742  
    33    Plugin Name: Sticky Chat Widget
    44    Description: Connect with your valuable website visitors through Sticky Chat Widget that consist of current trendy chat options
    5     Version:     1.3.8
     5    Version:     1.3.9
    66    Author: Ginger Plugins
    77    Author URI: https://www.gingerplugins.com/downloads/sticky-chat-widget/
     
    2222
    2323if (!defined('GSB_PLUGIN_VERSION')) {
    24     define("GSB_PLUGIN_VERSION", "1.3.8");
     24    define("GSB_PLUGIN_VERSION", "1.3.9");
    2525}
    2626
  • sticky-chat-widget/trunk/languages/sticky-chat-widget.pot

    r3269318 r3349742  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Sticky Chat Widget 1.3.8\n"
     5"Project-Id-Version: Sticky Chat Widget 1.3.9\n"
    66"Report-Msgid-Bugs-To: "
    77"https://wordpress.org/support/plugin/sticky-chat-widget-free\n"
    8 "POT-Creation-Date: 2025-04-09 05:05:31+00:00\n"
     8"POT-Creation-Date: 2025-08-25 13:20:12+00:00\n"
    99"MIME-Version: 1.0\n"
    1010"Content-Type: text/plain; charset=utf-8\n"
     
    2222#: admin/admin-common.php:284 admin/admin-common.php:401
    2323#: admin/templates/admin-help.php:40 admin/templates/admin-help.php:43
    24 #: admin/templates/scw-leads.php:148 includes/social-icons.php:2208
     24#: admin/templates/scw-leads.php:148 includes/social-icons.php:2199
    2525msgid "Email"
    2626msgstr ""
     
    3232#: admin/admin-common.php:299 admin/admin-common.php:414
    3333#: admin/templates/admin-help.php:48 admin/templates/admin-help.php:51
    34 #: admin/templates/scw-leads.php:150 includes/social-icons.php:2222
     34#: admin/templates/scw-leads.php:150 includes/social-icons.php:2213
    3535msgid "Message"
    3636msgstr ""
     
    4747#: admin/admin-common.php:393 admin/templates/admin-help.php:32
    4848#: admin/templates/admin-help.php:35 admin/templates/scw-leads.php:147
    49 #: includes/social-icons.php:2201
     49#: includes/social-icons.php:2192
    5050msgid "Name"
    5151msgstr ""
     
    8383
    8484#: admin/admin-common.php:705
    85 msgid "Select from 26 channels also upload custom icon"
     85msgid "Select from 25 channels also upload custom icon"
    8686msgstr ""
    8787
     
    270270msgstr ""
    271271
    272 #: admin/admin.php:554 admin/admin.php:606 admin/templates/admin-lists.php:161
     272#: admin/admin.php:554 admin/admin.php:606 admin/templates/admin-lists.php:164
    273273#: admin/templates/common.php:124 admin/templates/scw-leads.php:249
    274274#: admin/templates/scw-leads.php:285 admin/templates/scw-leads.php:309
     
    392392msgstr ""
    393393
    394 #: admin/admin.php:895 includes/social-icons.php:2229
     394#: admin/admin.php:895 includes/social-icons.php:2220
    395395msgid "Consent Checkbox"
    396396msgstr ""
    397397
    398 #: admin/admin.php:896 includes/social-icons.php:2230
     398#: admin/admin.php:896 includes/social-icons.php:2221
    399399msgid "I accept terms & conditions"
    400400msgstr ""
    401401
    402402#: admin/admin.php:899 admin/templates/admin-mail-integration.php:143
    403 #: includes/social-icons.php:2205 includes/social-icons.php:2212
    404 #: includes/social-icons.php:2219 includes/social-icons.php:2226
    405 #: includes/social-icons.php:2233
     403#: includes/social-icons.php:2196 includes/social-icons.php:2203
     404#: includes/social-icons.php:2210 includes/social-icons.php:2217
     405#: includes/social-icons.php:2224
    406406msgid "This field is required"
    407407msgstr ""
     
    640640msgstr ""
    641641
    642 #: admin/templates/admin-lists.php:141
     642#: admin/templates/admin-lists.php:144
    643643msgid "Edit"
    644644msgstr ""
    645645
    646 #: admin/templates/admin-lists.php:150
     646#: admin/templates/admin-lists.php:153
    647647msgid "Clone (Pro)"
    648648msgstr ""
    649649
    650 #: admin/templates/admin-lists.php:154
     650#: admin/templates/admin-lists.php:157
    651651msgid "Clone"
    652652msgstr ""
    653653
    654 #: admin/templates/admin-lists.php:158
     654#: admin/templates/admin-lists.php:161
    655655msgid "Rename"
    656656msgstr ""
    657657
    658 #: admin/templates/admin-lists.php:343
     658#: admin/templates/admin-lists.php:346
    659659msgid " Add and display "
    660660msgstr ""
    661661
    662 #: admin/templates/admin-lists.php:344
     662#: admin/templates/admin-lists.php:347
    663663msgid "multi social"
    664664msgstr ""
    665665
    666 #: admin/templates/admin-lists.php:344
     666#: admin/templates/admin-lists.php:347
    667667msgid " channels on your website so that your visitors can "
    668668msgstr ""
    669669
    670 #: admin/templates/admin-lists.php:345
     670#: admin/templates/admin-lists.php:348
    671671msgid "quickly contact"
    672672msgstr ""
    673673
    674 #: admin/templates/admin-lists.php:345
     674#: admin/templates/admin-lists.php:348
    675675msgid " you and share their "
    676676msgstr ""
    677677
    678 #: admin/templates/admin-lists.php:346
     678#: admin/templates/admin-lists.php:349
    679679msgid "requirements."
    680680msgstr ""
    681681
    682 #: admin/templates/admin-lists.php:349
     682#: admin/templates/admin-lists.php:352
    683683msgid " Customize"
    684684msgstr ""
    685685
    686 #: admin/templates/admin-lists.php:349
     686#: admin/templates/admin-lists.php:352
    687687msgid " your "
    688688msgstr ""
    689689
    690 #: admin/templates/admin-lists.php:350
     690#: admin/templates/admin-lists.php:353
    691691msgid "widget"
    692692msgstr ""
    693693
    694 #: admin/templates/admin-lists.php:350
     694#: admin/templates/admin-lists.php:353
    695695msgid " channels style according to your "
    696696msgstr ""
    697697
    698 #: admin/templates/admin-lists.php:351
     698#: admin/templates/admin-lists.php:354
    699699msgid "requirement."
    700700msgstr ""
    701701
    702 #: admin/templates/admin-lists.php:354
     702#: admin/templates/admin-lists.php:357
    703703msgid " Display  your channels on "
    704704msgstr ""
    705705
    706 #: admin/templates/admin-lists.php:355
     706#: admin/templates/admin-lists.php:358
    707707msgid "mobile, desktop"
    708708msgstr ""
    709709
    710 #: admin/templates/admin-lists.php:355
     710#: admin/templates/admin-lists.php:358
    711711msgid " or "
    712712msgstr ""
    713713
    714 #: admin/templates/admin-lists.php:356
     714#: admin/templates/admin-lists.php:359
    715715msgid "both."
    716716msgstr ""
    717717
    718 #: admin/templates/admin-lists.php:362
     718#: admin/templates/admin-lists.php:365
    719719msgid " Create Your First Widget"
    720720msgstr ""
     
    761761msgid ""
    762762" is a marketing automation platform designed to help small businesses. "
    763 "Integrate Contact form with Mailchimp to automatically send\r\n"
     763"Integrate Contact form with Mailchimp to automatically send\n"
    764764"                new leads, customers, and subscribers to your mailing lists."
    765765msgstr ""
     
    795795"Your Mailchimp contacts will automatically be updated with each form "
    796796"submission, so you can spend less time manually transferring information "
    797 "and\r\n"
     797"and\n"
    798798"                more time growing your business."
    799799msgstr ""
     
    828828msgid ""
    829829" is a marketing automation platform designed to help small businesses. "
    830 "Integrate Contact form with Mailpoet to automatically send\r\n"
     830"Integrate Contact form with Mailpoet to automatically send\n"
    831831"                new leads, customers, and subscribers to your mailing lists."
    832832msgstr ""
     
    842842"Your Mailpoet contacts will automatically be updated with each form "
    843843"submission, so you can spend less time manually transferring information "
    844 "and\r\n"
     844"and\n"
    845845"                more time growing your business."
    846846msgstr ""
     
    955955msgstr ""
    956956
    957 #: admin/templates/admin-settings.php:73 admin/templates/social-channels.php:31
     957#: admin/templates/admin-settings.php:73 admin/templates/social-channels.php:35
    958958msgid "Select Channels"
    959959msgstr ""
     
    14641464msgstr ""
    14651465
    1466 #: admin/templates/review-popup.php:284 includes/social-icons.php:2187
     1466#: admin/templates/review-popup.php:284 includes/social-icons.php:2178
    14671467msgid "Submit"
    14681468msgstr ""
     
    15521552msgstr ""
    15531553
    1554 #: admin/templates/social-channels.php:61
     1554#: admin/templates/social-channels.php:65
    15551555msgid "The channel '"
    15561556msgstr ""
    15571557
    1558 #: admin/templates/social-channels.php:61
     1558#: admin/templates/social-channels.php:65
    15591559msgid "', you are looking for is not available in Sticky Chat Widget."
    15601560msgstr ""
    15611561
    1562 #: admin/templates/social-channels.php:63
     1562#: admin/templates/social-channels.php:67
    15631563msgid "Please"
    15641564msgstr ""
    15651565
    1566 #: admin/templates/social-channels.php:64
     1566#: admin/templates/social-channels.php:68
    15671567msgid "contact us"
    15681568msgstr ""
    15691569
    1570 #: admin/templates/social-channels.php:65
     1570#: admin/templates/social-channels.php:69
    15711571msgid ", if we can help you 🙂"
    15721572msgstr ""
    15731573
    1574 #: admin/templates/social-channels.php:94
     1574#: admin/templates/social-channels.php:101
    15751575msgid "Select Channel"
    15761576msgstr ""
     
    19401940msgstr ""
    19411941
    1942 #: includes/social-icons.php:2156
     1942#: includes/social-icons.php:2147
    19431943msgid "Need any help?"
    19441944msgstr ""
    19451945
    1946 #: includes/social-icons.php:2157
     1946#: includes/social-icons.php:2148
    19471947msgid "Let's chat on WhatsApp"
    19481948msgstr ""
    19491949
    1950 #: includes/social-icons.php:2186
     1950#: includes/social-icons.php:2177
    19511951msgid "Form Submitted Successfully!"
    19521952msgstr ""
    19531953
    1954 #: includes/social-icons.php:2188
     1954#: includes/social-icons.php:2179
    19551955msgid "Contact Form"
    19561956msgstr ""
    19571957
    1958 #: includes/social-icons.php:2215
     1958#: includes/social-icons.php:2206
    19591959msgid "Mobile number"
    19601960msgstr ""
  • sticky-chat-widget/trunk/readme.txt

    r3269318 r3349742  
    1 === Sticky Chat Widget: Chat Icons, Contact form, Email, SMS, Call Button, Click to Chat, Social Chat Widget, Sticky Chat Buttons ===
     1=== Sticky Chat Widget – Floating Chat Icons, Contact Form, Call, Click to Chat, Email & Message Buttons ===
    22Contributors: gingerplugins
    33Tags: whatsapp widget, chat button, facebook messenger, chat widget, contact form
    44Requires at least: 5.0
    55Tested up to: 6.8
    6 Stable tag: 1.3.8
     6Stable tag: 1.3.9
    77Requires PHP: 5.4
    88Plugin URI: https://www.gingerplugins.com/downloads/sticky-chat-widget/
    99License: GPL3
    1010
    11 Social chat buttons, Whatsapp Chat, Facebook Messenger, WeChat, Telegram, Instagram, TikTok, SMS, Call Button, Contact Form + 20 chat icons
     11Social chat buttons with WhatsApp, Messenger, WeChat, Telegram, Instagram, TikTok, Zalo & more — plus SMS, Call button, Contact form, and 20+ icons.
    1212
    1313== Description ==
    1414
    15 <strong>Connect with your valuable website visitors through Sticky Chat Widget that consist of current trendy chat options from Whatsapp, Facebook Messenger, Viber, Line, Email, Telegram, Vkontakte, SMS, WeChat, Skype, Snapchat, LinkedIn, Twitter, Instagram, Waze to Custom Link.. Show a list of chat buttons at any place on your website and give your customers or clients the freedom, so they can communicate with you within seconds.</strong>
    16 
    17 = Features =
    18 – Easy setup and configuration.
    19 – Customizable chat widget appearance.
    20 – Chat with website visitors via their populat chat app.
    21 – Get authentic calls or leads
    22 – Increase customer satisfaction ratio
     15<strong>Engage your website visitors in seconds with Sticky Chat Widget. Add floating social chat buttons and contact options including WhatsApp, Messenger, Telegram, Instagram, LinkedIn, Twitter, Skype, WeChat, Viber, SMS, Email, Call Button, and more. Fully customizable and mobile-friendly, it helps businesses, blogs, and stores boost leads and customer satisfaction.</strong>
    2316
    2417= The most effective Click to Chat and Call to Action buttons for website =
    25 
    26 <h2>Do you want to make direct contact with your customers or clients in a few seconds?</h2> Sticky Chat Widget makes it possible for your customers to contact you via their favorite chat messengers like Facebook, Instagram, Telegram, etc.
    27 
    28 <strong>Are you looking for the best chat plugin for WordPress?</strong> Then end your search at Sticky Chat Plugin. This widget offers a full range of features starting from Whatsapp, Facebook Messenger, Viber, Line, Email, Telegram, Vkontakte, SMS, WeChat, Skype, Snapchat, LinkedIn, Twitter, Instagram, Waze to Custom Link. This list consists of almost all the messenger apps that a common user uses. So he/she can contact you quickly via that installed app. Sticky Chat Widget is available in free as well as pro version.
    29 
    30 = Importance of Sticky Chat Widget =
    31 
    32 * <strong>Benefit of Sticky Chat Widget over Live Chat: </strong>In Live Chat option, the user only gets one option to contact you, but with our chat widget, users can contact you via the application that they are using on regular basis. In the Live Chat option, visitors have to stay on the website to get the answer from the other end but with the help of common messengers like Facebook, Instagram, Twitter, etc. the user can chat with you whenever he/she wants.
    33 
    34 * <strong>One Click Chat: </strong>Sticky Chat Widget gives full freedom to the user to select the channels. So put only those channels on your website in which you can stay available. If you are available on two to three platforms, then put only that many chat options on the website. And with the help of a single click, the user can contact you directly.
    35 
    36 * <strong>Share Your Physical Location: </strong>Channels like Waze is the best option to share your physical location if you have a physical store. Navigate user to your store and convert him/her with your range of products or services.
    37 
    38 * <strong>Days & Hour Selection: </strong>If you have specific opening and closing hours, then with the help of this plugin, you can set the days and hours. So, at that specific schedule, only the chat icons will be displayed on the website. This facility is available in our PRO version.
    39 
    40 Want to use our amazing plugin to chat with your website visitors, Please check out <a title="Sticky chat widget's Pro Plans" href="https://www.gingerplugins.com/downloads/sticky-chat-widget/"><strong>Pro Plans</strong></a>.
    41 
    42 = Select from 26 different channels =
    43 Sticky Chat Widget seamlessly integrates with a variety of social channels, enhancing communication options for your users. Here are some of the supported channels:
    44 
    45 1. Whatsapp
    46 2. Facebook Messenger
    47 3. Viber
    48 4. Line
    49 5. Email
    50 6. Telegram
    51 7. Vkontakte
    52 8. SMS
    53 9. Phone
    54 10. WeChat
    55 11. Skype
    56 12. Snapchat
    57 13. LinkedIn
    58 14. Twitter
    59 15. Slack
    60 16. Instagram
    61 17. Waze
    62 18. Google Map
    63 19. Signal
    64 20. TikTok
    65 21. Contact Form
    66 22. Discord
    67 23. Microsoft Team
    68 24. Zalo
    69 25. Custom Links
     18* <strong>Easy Setup & Configuration</strong> – Install the plugin and add chat buttons within minutes, no coding required.
     19* <strong>Customizable Design</strong> – Change colors, icons, size, and position to match your website branding.
     20* <strong>Multi-Channel Support</strong> – Connect with visitors via 20+ platforms including chat apps, email, SMS, and call buttons.
     21* <strong>Lead Generation & Engagement</strong> – Get direct calls, messages, and inquiries that boost conversions.
     22* <strong>Improved Customer Experience</strong> – Make it simple for visitors to contact you, increasing trust and satisfaction.
     23
     24
     25<h2>Want to connect with your customers in just a few seconds?</h2>
     26Sticky Chat Widget makes it easy for your visitors to reach you instantly through their favorite messaging apps like Facebook, Instagram, Telegram, and more.
     27
     28<strong>Searching for the best chat plugin for WordPress?</strong> Your search ends here with Sticky Chat Widget. This powerful plugin supports 20+ platforms including WhatsApp, Facebook Messenger, Viber, Line, Email, Telegram, VKontakte, SMS, WeChat, Skype, Snapchat, LinkedIn, Twitter, Instagram, Waze, and even custom links. With support for almost every popular app, your customers can contact you directly using the channels they already have installed. Sticky Chat Widget is available in both Free and Pro versions.
     29
     30= Why Choose Sticky Chat Widget? =
     31
     32* <strong>More Flexible than Live Chat:</strong> Unlike traditional live chat, which locks users into one channel and requires them to stay on your site, Sticky Chat Widget lets visitors connect via the apps they already use daily — Facebook, Instagram, Twitter, and more. They can message you anytime, even after leaving your website.
     33
     34* <strong>One-Click Chat:</strong> Give your users the freedom to choose how they reach you. Add only the chat platforms where you’re active, so you can stay available without overwhelming your visitors. With a single click, they can start a conversation instantly.
     35
     36* <strong>Share Your Location:</strong> Running a physical store? Platforms like Waze make it easy to share your location, guide customers directly to your shop, and convert visits into sales.
     37
     38* <strong>Business Hours Control (Pro):</strong> Set specific days and times when chat icons are displayed on your site. Perfect for businesses that want to show availability only during working hours — included in the Pro version.
     39
     40
     41<p>Want to unlock the full power of our plugin and engage better with your website visitors? Check out our <a title="Sticky Chat Widget Pro Plans" href="https://www.gingerplugins.com/downloads/sticky-chat-widget/"><strong>Pro Plans</strong></a>.</p>
     42
     43= Connect via 25+ Popular Channels = 
     44Sticky Chat Widget seamlessly integrates with a wide range of social and communication platforms, giving your visitors multiple ways to reach you. Supported channels include:
     45
     461. WhatsApp 
     472. Facebook Messenger 
     483. Viber 
     494. Line 
     505. Email 
     516. Telegram 
     527. VKontakte 
     538. SMS 
     549. Phone Call 
     5510. WeChat 
     5611. Skype 
     5712. Snapchat 
     5813. LinkedIn 
     5914. Twitter 
     6015. Slack 
     6116. Instagram 
     6217. Waze 
     6318. Google Maps 
     6419. Signal 
     6520. TikTok 
     6621. Contact Form 
     6722. Discord 
     6823. Microsoft Teams 
     6924. Zalo 
     7025. Custom Link
     71
    7072
    7173= Live Demo =
    72 
    73 <strong>Sticky chat widget</strong> live demo is available at <a title="Sticky chat widget's demo site" href="https://demo.gingerplugins.com/sticky-chat-widget/"><strong>Ginger's demo site</strong></a>.
    74 
    75 = Sticky Chat Widget – What will you get in a free plan? =
    76 
    77 1. Unlimited Channels: Create an unlimited number of chat channels to cater to different aspects of your website or various support topics.
    78 2. Widget Position: Choose between left or right positioning for the chat widget, allowing flexibility based on your website layout and design.
    79 3. Widget Size: Customize the dimensions of the chat widget, ensuring it seamlessly integrates with your website's design and layout.
    80 4. Widget Color: Select a color scheme that aligns with your website's branding, creating a cohesive and visually appealing chat widget.
    81 5. Custom Color for Hover Text: Personalize the hover text color to capture the attention of your visitors and encourage interaction.
    82 6. Menu Animation: Enhance the user experience by choosing from various menu animations, including Fade, Slide, Spin, and Pop, adding a touch of interactivity.
    83 7. Attention Effects: Implement eye-catching effects like Bounce, Fade, Pulse, Spin, and Zoom to make your chat widget stand out and attract user attention.
    84 8. Contact Form: Allow users to send messages through a customizable contact form, providing an additional avenue for communication.
    85 9. Triggers: Utilize triggers such as on page scroll, on timeout, and on exit intent to prompt the chat widget at specific user interactions, ensuring timely engagement.
    86 10. Pending Messages Icon: Display an icon with the number of pending messages, encouraging users to click on the widget and engage in conversations.
    87 11. WhatsApp Widget: Integrate a dedicated WhatsApp widget, facilitating direct communication through WhatsApp for a seamless user experience.
    88 12. Icon Mode: Choose between vertical or horizontal icon mode, adapting the widget's appearance to suit your website's design.
    89 13. Hide/Show Channels on Desktop or Mobile: Control the visibility of channels on desktop or mobile devices, ensuring a responsive and optimized experience for all users.
    90 14. Change Font for Your Widget: Customize the font used in the chat widget to match your website's typography and enhance overall consistency.
    91 15. Custom Size for Widget: Specify a custom size for the chat widget, tailoring it to fit perfectly within your website layout.
    92 16. Custom Links: Include custom links within the chat widget, directing users to specific pages or resources relevant to their queries.
    93 
    94 = Sticky Chat Widget – What will you get in the PRO plan? =
    95 You will get all the features of the free plan, plus:
    96 
    97 1. Custom Image or Icon for Channel: Enhance the visual appeal of your chat channels by uploading custom images or icons, providing a distinctive and branded look.
    98 2. Custom Position: Achieve pixel-perfect placement by fine-tuning the position of the chat widget, ensuring a seamless and optimized user experience.
    99 3. Custom ID or Class: Apply custom identifiers or classes to the chat widget, offering advanced styling options for developers and designers to match your site's unique design.
    100 4. Page Targeting Rule: Display the chat widget based on specific page rules, ensuring targeted engagement and support tailored to different sections of your website.
    101 5. Day and Time Targeting Rule: Set specific days and times for the chat widget to appear, allowing you to optimize visibility based on user activity patterns.
    102 6. Date and Time Scheduling: Schedule the chat widget to appear on specific dates and times, enabling you to plan campaigns, promotions, or support availability in advance.
    103 7. Country Targeting: Tailor the visibility of the chat widget based on users' countries, providing region-specific support or promotions.
    104 8. Google Analytics: Integrate seamlessly with Google Analytics, gaining insightful tracking and analytics data to understand user behavior and optimize your engagement strategy.
    105 9. Custom Field for Contact Form: Collect additional and specific information from users by adding customizable form fields to the contact form. Options include: Text, Textarea, Number, Date, Website, Dropdown, File Upload
    106 10. Contact Form Lead Integration: Integrate with popular services such as Mailchimp, Mailjet, and more for lead capture, allowing you to build and nurture your email marketing lists.
    107 11. Send Contact Form Lead to Email: Receive contact form leads directly in your email inbox, ensuring prompt and efficient follow-up with users.
    108 12. Auto Responder for Contact Form: Set up automatic responses for the contact form, providing immediate acknowledgment to users and setting expectations for response times.
    109 
    110 <a title="Sticky chat widget's Pro Plans" href="https://www.gingerplugins.com/downloads/sticky-chat-widget/?utm_source=wordpressorg" target="_blank" title="Pro plans"><strong>Upgrade to Pro</strong></a> only at $25/year to get all the amazing features of Sticky Chat Widget. Provide the quickest option to your website visitors to contact you.
     74Want to see Sticky Chat Widget in action? 
     75Check out the <a title="Sticky Chat Widget Demo Site" href="https://demo.gingerplugins.com/sticky-chat-widget/"><strong>Live Demo</strong></a> on Ginger’s demo site.
     76
     77
     78= Sticky Chat Widget – What’s Included in the Free Plan? =
     79
     80With the free version of Sticky Chat Widget, you’ll enjoy powerful features to get started right away:
     811. **Unlimited Channels** – Add as many chat buttons as you need for different platforms or support topics. 
     822. **Flexible Position & Size** – Place the widget on the left or right, adjust size, and fit it seamlessly into your site design. 
     833. **Custom Colors & Fonts** – Match widget colors, hover text, and fonts with your website branding. 
     844. **Engaging Animations & Effects** – Choose from fade, slide, spin, pulse, bounce, and more to grab attention. 
     855. **Contact Form** – Allow visitors to reach you even outside chat apps with a simple built-in form. 
     866. **Smart Triggers** – Show the widget on scroll, after a delay, or when users try to exit. 
     877. **Pending Message Badge** – Display notification icons to nudge visitors into starting a chat. 
     888. **Dedicated WhatsApp Widget** – Connect directly with users via WhatsApp. 
     899. **Icon Modes** – Display channels vertically or horizontally. 
     9010. **Device Control** – Show or hide channels separately on desktop or mobile. 
     9111. **Custom Links** – Add links to specific pages or resources inside the widget. 
     92
     93
     94= Sticky Chat Widget – What’s Included in the PRO Plan? =
     95
     96The PRO version includes everything from the Free Plan, plus powerful advanced features:
     971. **Custom Icons & Images** – Upload your own icons or images for a branded, professional look. 
     982. **Precise Positioning** – Fine-tune the widget’s placement anywhere on your site. 
     993. **Developer Controls** – Add custom IDs or classes for advanced styling and CSS tweaks. 
     1004. **Page Targeting** – Show the widget only on selected pages for tailored engagement. 
     1015. **Day & Time Rules** – Display chat icons only during business hours or custom schedules. 
     1026. **Date Scheduling** – Plan widget visibility for campaigns, promotions, or events. 
     1037. **Country Targeting** – Personalize chat visibility based on visitor location. 
     1048. **Google Analytics Integration** – Track widget usage and measure engagement insights. 
     1059. **Custom Contact Form Fields** – Collect detailed info with fields like text, dropdowns, file upload, and more. 
     10610. **Lead Integrations** – Sync leads with Mailchimp, Mailjet, and other email marketing tools. 
     10711. **Email Forwarding** – Receive contact form submissions directly in your inbox. 
     10812. **Autoresponder** – Send instant automated replies to set response expectations. 
     109
     110
     111<a title="Sticky Chat Widget Pro Plans" href="https://www.gingerplugins.com/downloads/sticky-chat-widget/?utm_source=wordpressorg" target="_blank"><strong>Upgrade to Pro</strong></a> for just $25/year and unlock all premium features of Sticky Chat Widget. Give your website visitors the fastest and easiest way to connect with you — and boost your leads, support, and sales.
    111112
    112113= How does each channel work? =
    113 
    114 * WhatsApp: Connect with users instantly through the popular messaging app, enabling real-time conversations and support.
    115 * Facebook Messenger: Engage with your audience directly on Facebook, fostering communication and providing assistance through the Messenger platform.
    116 * Viber: Enhance user interaction by offering Viber as a communication channel, enabling free messaging and calls.
    117 * Line: Provide support through Line, a versatile messaging app with features like free calls, messages, and multimedia sharing.
    118 * Email: Allow users to contact you via traditional email, ensuring a familiar and widely used communication method.
    119 * Telegram: Enable secure and fast messaging with Telegram, providing a channel for users who prefer this platform.*
    120 * Vkontakte: Reach a broader audience by integrating with Vkontakte, a popular social networking platform in Eastern Europe.
    121 * SMS: Facilitate direct text messaging for quick and concise communication between users and your support team.
    122 * Phone: Offer users the option to connect with your support team via a direct phone call for immediate assistance.
    123 * WeChat: Tap into the vast user base of WeChat, a widely used messaging app in China, to engage with a global audience.
    124 * Skype: Provide support through Skype, offering voice and video calls, chat, and file sharing.
    125 * Snapchat: Foster engaging and visually appealing conversations with users through the multimedia messaging capabilities of Snapchat.
    126 * LinkedIn: Connect with a professional audience on LinkedIn, leveraging the platform for business-related inquiries and support.
    127 * Twitter: Utilize the fast-paced nature of Twitter to offer quick responses and support, addressing user inquiries publicly or through direct messages.
    128 * Slack: Cater to business users by integrating with Slack, a popular team collaboration platform, for seamless communication.
    129 * Instagram: Engage visually with users on Instagram, leveraging direct messages and comments for support and inquiries.
    130 * Waze: Offer support through Waze, enhancing communication for location-based services and navigation assistance.
    131 * Google Map: Enable users to connect with you directly through Google Maps, enhancing accessibility and communication.
    132 * Signal: Provide a secure messaging option through Signal, appealing to users who prioritize privacy and data security.
    133 * TikTok: Leverage the creative nature of TikTok for user engagement, addressing inquiries and support through short-form videos.
    134 * Contact Form: Allow users to submit inquiries and feedback through a customizable contact form on your website.
    135 * Discord: Foster community engagement and support through Discord, a popular platform for real-time communication and collaboration.
    136 
    137 = Sticky Chat Widget is GDPR Complaint =
    138 Sticky Chat Widget is not only a powerful communication tool but also prioritizes user privacy and data protection.
    139 Our plugin is fully GDPR compliant, ensuring that your visitors' personal information remains secure and handled with the utmost care.
    140 
    141 * No Visitor Data Storage: Sticky Chat Widget does not store any visitor data on your servers. We believe in respecting user privacy, and as such, no personal information is retained or processed within the plugin.
    142 * Redirection to Social Channels: Instead of storing visitor data, the widget serves as a bridge to various social channels, redirecting users to platforms such as WhatsApp, Facebook Messenger, and more. This direct communication channel ensures that user interactions occur on the respective platforms.
    143 * Contact Form Data Collection: When users choose to engage via the customizable contact form, only the information voluntarily provided by users is collected. This may include details such as name, email, and any additional information specified through the custom fields.
    144 * GDPR Compliance Assurance: We are committed to adhering to the General Data Protection Regulation (GDPR) guidelines, ensuring that our plugin aligns with the highest standards of data protection and user privacy.
    145 * By adopting a privacy-centric approach, Sticky Chat Widget empowers website owners to engage with their audience effectively while maintaining a strong commitment to user privacy and GDPR compliance. Enjoy the benefits of real-time communication without compromising on data security.
     114* **WhatsApp:** Connect instantly with users through the world’s most popular messaging app, enabling fast conversations and customer support. 
     115* **Facebook Messenger:** Engage directly with your audience on Facebook using Messenger for real-time communication and assistance. 
     116* **Viber:** Allow users to chat and call you for free via Viber, enhancing accessibility and interaction. 
     117* **Line:** Provide support through Line with free calls, messages, and multimedia sharing features. 
     118* **Email:** Let visitors reach you via traditional email, offering a familiar and professional communication method. 
     119* **Telegram:** Offer secure, fast, and private messaging for users who prefer Telegram. 
     120* **VKontakte:** Reach audiences in Eastern Europe by integrating with VKontakte, a widely used social network. 
     121* **SMS:** Enable direct text messaging for simple, quick, and convenient communication. 
     122* **Phone Call:** Give users the option to call you directly for immediate voice support. 
     123* **WeChat:** Tap into WeChat’s massive user base in China, providing chat and multimedia messaging. 
     124* **Skype:** Offer voice calls, video calls, chat, and file sharing with Skype integration. 
     125* **Snapchat:** Engage visually with users through Snapchat’s multimedia messaging and story features. 
     126* **LinkedIn:** Connect with professionals on LinkedIn for business-related inquiries and support. 
     127* **Twitter:** Provide fast support on Twitter, responding via direct messages or public tweets. 
     128* **Slack:** Cater to teams and businesses by integrating with Slack for seamless collaboration and support. 
     129* **Instagram:** Communicate visually with users on Instagram via direct messages and comments. 
     130* **Waze:** Share your store location on Waze, making it easy for customers to navigate directly to you. 
     131* **Google Maps:** Enhance accessibility by allowing visitors to find and contact you via Google Maps. 
     132* **Signal:** Offer private and secure communication through Signal, ideal for users focused on privacy. 
     133* **TikTok:** Use TikTok to engage with users through short-form video content and direct messaging. 
     134* **Contact Form:** Provide a customizable contact form for inquiries, feedback, and support requests. 
     135* **Discord:** Build community engagement with real-time chat and support on Discord. 
     136* **Microsoft Teams:** Connect with business clients and teams through Microsoft Teams integration. 
     137* **Zalo:** Engage with users in Vietnam using Zalo, a popular local chat and social networking platform. 
     138
     139
     140= Sticky Chat Widget is GDPR Compliant =
     141
     142Sticky Chat Widget is designed with privacy at its core. Along with being a powerful communication tool, it ensures user data is protected and handled responsibly.
     143
     144* **No Data Storage:** The plugin does not store or process any visitor data on your servers. 
     145* **Direct to Social Channels:** Users are redirected to platforms like WhatsApp, Messenger, and Telegram — all communication happens there, not inside your site. 
     146* **Contact Form Privacy:** Only the information users voluntarily provide (name, email, custom fields) is collected, and you control how it is handled. 
     147* **GDPR Standards:** Fully aligned with the General Data Protection Regulation (GDPR), ensuring the highest level of data protection. 
     148
     149By taking a privacy-first approach, Sticky Chat Widget lets you engage with your visitors in real time while respecting and protecting their personal data.
     150
    146151
    147152== Installation ==
    148153
    149 1. Install and activate Sticky Chat Widget plugin on your WordPress website
    150 2. Choose at least one channel and click on the "SAVE CHANGES" button
    151 3. The Sticky Chat Widget widget will now appear on your site
     1541. Download, install, and activate the **Sticky Chat Widget** plugin from the WordPress dashboard (Plugins > Add New > Search for "Sticky Chat Widget") or upload it manually. 
     1552. Go to **Sticky Chat Widget > Add new** in your WordPress admin panel. 
     1563. Select at least one chat channel, customize your widget (position, colors, effects, etc.), and click **Save Changes**. 
     1574. That’s it! The Sticky Chat Widget will now appear on your website, ready for visitors to connect with you. 
     158
    152159
    153160== Frequently Asked Questions ==
    154161
    155 = Is a free plan available for a limited time only? =
    156 No, you can use the free plan of Sticky Chat Widget as long as per your requirement and move to PRO at any time.
    157 
    158 = Is Sticky Chat Widget is compatible with all theme and page builder?
    159 Yes absolutely. We have built the widget in such a way that it can easily work with all the page builders such as Elementor, Divi, Visual Composer, WPBakery, Beaver, SiteOrigin and many more.
    160 
    161 = Widget is not showing on my website, what steps should I follow? =
    162 First of all, make sure you have selected at least one channel from all the 16 channels. And make sure you have installed the plugin appropriately. After the complete process of selection, never forget to click on the "Save Changes" button.
    163 
    164 = Does Sticky Chat Widget work on mobile? =
    165 Yes. We have developed this plugin device compatible. And an individual can select the option from the setting whether he/she wants to show the widget in a mobile device or not.
    166 
    167 = What is the price of PRO Sticky Chat Widget? =
    168 You can enjoy all the features of Sticky Chat Widget at $25/year only. Once you will purchase the PRO version, you will get the license key.
     162= Is the free plan limited or time-based? = 
     163No. You can use the free plan of Sticky Chat Widget for as long as you want. You can upgrade to PRO anytime for advanced features. 
     164
     165= Is Sticky Chat Widget compatible with all themes and page builders? = 
     166Yes. The plugin works seamlessly with all major WordPress themes and popular page builders like Elementor, Divi, WPBakery, Visual Composer, Beaver Builder, SiteOrigin, and more. 
     167
     168= The widget is not showing on my website. What should I do? = 
     169Make sure you have selected at least one channel in the settings. After configuring, click **Save Changes**. If the issue continues, double-check that the plugin is activated properly. 
     170
     171= Does Sticky Chat Widget work on mobile devices? = 
     172Yes. The plugin is fully responsive and mobile-friendly. You can also control whether the widget appears on desktop, mobile, or both. 
     173
     174= How much does the PRO version cost? = 
     175The PRO version costs just $25/year. Once purchased, you’ll receive a license key to unlock all premium features. 
     176
    169177
    170178== Screenshots ==
    171179
    172 1. chat with your website visitors with all channels
    173 2. change font, font size, color, background color as per your requirement
    174 3. Choose any channels to chat with your customers
    175 4. Add custom Call to Action message with some customization options
    176 5. Select options when you will like to show the widget on the page
    177 6. Set day and time to show sticky chat widget on a page
    178 7. Select pages where you like to show sticky chat widget
     1801. Floating chat widget with multiple channels to connect instantly with visitors. 
     1812. Customize fonts, colors, and background to match your website branding. 
     1823. Choose from 25+ channels to let customers reach you their preferred way. 
     1834. Add a custom call-to-action message with flexible display options. 
     1845. Control when the widget appears using triggers like scroll, delay, or exit intent. 
     1856. Schedule visibility by day and time to match your business hours (Pro feature). 
     1867. Select specific pages where the sticky chat widget should be displayed. 
     187
    179188
    180189== Changelog ==
     190
     191= 1.3.9 =
     192- Removed Skype Channel
     193- Custom classes for handling open/hide Sticky Chat Widget, Contact Form
    181194
    182195= 1.3.8 =
Note: See TracChangeset for help on using the changeset viewer.