1.ht-ctc-chat{--side:right}
2.ht-ctc-opacity-hide{opacity:0}
3.ht-ctc-opacity-show{opacity:1}
4.ht-ctc-display-hide{display:none}
5.ht-ctc-display-show{display:block}
6.ht-ctc-display-unset{display:unset!important}
7@keyframes ctcBounce{0%{opacity:0;transform:scale(0)}
860%{opacity:1;transform:scale(1.3)}
9to{opacity:1;transform:scale(1)}
10}
11@keyframes ctc_fadeIn{0%{opacity:0}
12to{opacity:1}
13}
14.ht-ctc-bounce{animation:ctcBounce .45s ease-out forwards}
15.ht-ctc-fade-in{animation:ctc_fadeIn .25s ease}
16.ht_ctc_chat_greetings_box :not(ul):not(ol):not(.ht_ctc_default):not(.ht_ctc_defaults *){box-sizing:border-box;margin:0;padding:0}
17.ht_ctc_chat_greetings_box ol,.ht_ctc_chat_greetings_box ul{margin-bottom:0;margin-top:0}
18.ht_ctc_chat_greetings_box_layout{clear:both}
19.ht_ctc_greetings{pointer-events:none}
20.ht_ctc_chat_greetings_box{pointer-events:auto}
21.ht_ctc_greetings_box{opacity:0;transform:scale(0) translate(20px,20px);transform-origin:bottom var(--side,right);transition:all .4s cubic-bezier(.19,1,.22,1)}
22.ht_ctc_greetings_box.ht_ctc_greetings_box_open{opacity:1;pointer-events:auto;transform:scale(1) translate(0)}
23.ht_ctc_modal_backdrop{animation:ctc_fadeIn .2s ease;
backdrop-filter:blur(1px);background:rgba(0,0,0,.3);height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:9}
24.ht_ctc_notification{animation:ctcBounce .45s ease-out forwards}
25@keyframes ht_ctc_cta_stick{0%{opacity:0;transform:translateX(6px) scaleX(.6)}
26to{opacity:1;transform:translateX(0) scaleX(1)}
27}
28.ht-ctc-cta-stick{animation-duration:.12s;animation-fill-mode:both;animation-name:ht_ctc_cta_stick;animation-timing-function:cubic-bezier(.25,.8,.25,1);transform-origin:var(--side,right) center}
29.ctc_g_content{max-height:calc(80vh - 140px);overflow-y:auto}
30.ctc_g_bottom,.ctc_g_content,.ctc_g_sentbutton{margin-top:-.9px!important}
31.greetings_header_image{display:inline-block;position:relative}
32.greetings_header_image img{object-fit:cover}
33.g_header_badge_online{border-radius:50%;bottom:0;height:12px;position:absolute;right:0;width:12px;z-index:1}
34@media only screen and (min-width:900px){.ctc_g_content::-webkit-scrollbar{width:2.8px}
35.ctc_g_content::-webkit-scrollbar-thumb{background:#a5a5a5}
36}
37@media only screen and (max-width:420px){.ctc_side_positions .ctc_m_p_left{left:0!important;right:unset!important}
38.ctc_side_positions .ctc_m_p_right{left:unset!important;right:0!important}
39.ctc_side_positions .ctc_m_p_left .ctc_greetings_close_btn{float:left!important}
40.ctc_side_positions .ctc_m_p_right .ctc_greetings_close_btn{float:right!important}
41.ctc_side_positions .ctc_m_cta_order_0{order:0!important}
42.ctc_side_positions .ctc_m_cta_order_1{order:1!important}
43.ht_ctc_greetings.ctc_m_full_width{bottom:0!important;position:fixed!important;right:0!important}
44.ht_ctc_greetings.ctc_m_full_width .ht_ctc_chat_greetings_box{margin:7px!important;min-width:80vw!important;position:unset!important;width:calc(100vw - 14px)!important}
45.ctc_m_full_width .ctc_g_message_box_width{max-width:85%!important}
46.ht_ctc_animation:has(.ht_ctc_greetings){animation-fill-mode:none!important}
47}