.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}.ht_ctc_chat_greetings_box ol,.ht_ctc_chat_greetings_box ul{margin-bottom:0;margin-top:0}.ht_ctc_modal_backdrop{animation:fadeIn .2s ease;backdrop-filter:blur(1px);background:rgba(0,0,0,.3);height:100vh;left:0;position:fixed;top:0;width:100vw}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.ctc_g_bottom,.ctc_g_content,.ctc_g_sentbutton{margin-top:-.9px!important}.ctc_g_content{max-height:calc(80vh - 140px);overflow-y:auto}.greetings_header_image img{object-fit:cover}.greetings_header_image{display:inline-block;position:relative}.g_header_badge_online{border-radius:50%;bottom:0;height:12px;position:absolute;right:0;width:12px;z-index:1}@media only screen and (max-width:420px){.ctc_side_positions .ctc_m_p_left{left:0!important;right:unset!important}.ctc_side_positions .ctc_m_p_right{left:unset!important;right:0!important}.ctc_side_positions .ctc_m_p_left .ctc_greetings_close_btn{float:left!important}.ctc_side_positions .ctc_m_p_right .ctc_greetings_close_btn{float:right!important}.ctc_side_positions .ctc_m_cta_order_0{order:0!important}.ctc_side_positions .ctc_m_cta_order_1{order:1!important}.ht_ctc_greetings.ctc_m_full_width{bottom:0!important;position:fixed!important;right:0!important}.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}.ctc_m_full_width .ctc_g_message_box_width{max-width:85%!important}.ht_ctc_animation:has(.ht_ctc_greetings){animation-fill-mode:none!important}}@media only screen and (min-width:900px){.ctc_g_content::-webkit-scrollbar{width:2.8px}.ctc_g_content::-webkit-scrollbar-thumb{background:#a5a5a5}}@keyframes drift-fadeZoomIn {
0% { transform: scale(1.5); opacity: 0; }
100% { transform: scale(1); opacity: 1; }
}
@keyframes drift-fadeZoomOut {
0% { transform: scale(1); opacity: 1; }
15% { transform: scale(1.1); opacity: 1; }
100% { transform: scale(0.5); opacity: 0; }
}
@keyframes drift-loader-rotate {
0% { transform: translate(-50%, -50%) rotate(0); }
50% { transform: translate(-50%, -50%) rotate(-180deg); }
100% { transform: translate(-50%, -50%) rotate(-360deg); }
}
@keyframes drift-loader-before {
0% { transform: scale(1); }
10% { transform: scale(1.2) translateX(6px); }
25% { transform: scale(1.3) translateX(8px); }
40% { transform: scale(1.2) translateX(6px); }
50% { transform: scale(1); }
60% { transform: scale(0.8) translateX(6px); }
75% { transform: scale(0.7) translateX(8px); }
90% { transform: scale(0.8) translateX(6px); }
100% { transform: scale(1); }
}
@keyframes drift-loader-after {
0% { transform: scale(1); }
10% { transform: scale(1.2) translateX(-6px); }
25% { transform: scale(1.3) translateX(-8px); }
40% { transform: scale(1.2) translateX(-6px); }
50% { transform: scale(1); }
60% { transform: scale(0.8) translateX(-6px); }
75% { transform: scale(0.7) translateX(-8px); }
90% { transform: scale(0.8) translateX(-6px); }
100% { transform: scale(1); }
}
.drift-zoom-pane {
background: #fff;
transform: translate3d(0, 0, 0);
}
.drift-zoom-pane.drift-opening {
animation: drift-fadeZoomIn 180ms ease-out;
}
.drift-zoom-pane.drift-closing {
animation: drift-fadeZoomOut 210ms ease-in;
}
.drift-zoom-pane.drift-inline {
position: absolute;
width: 150px;
height: 150px;
border-radius: 75px;
box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
z-index: 999;
}
.drift-zoom-pane-loader {
display: none;
display: block;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 66px;
height: 20px;
animation: drift-loader-rotate 1800ms infinite linear;
}
.drift-zoom-pane-loader:before, .drift-zoom-pane-loader:after {
content: "";
display: block;
width: 20px;
height: 20px;
position: absolute;
top: 50%;
margin-top: -10px;
border-radius: 20px;
background: rgba(255, 255, 255, 0.9);
}
.drift-zoom-pane-loader:before {
left: 0;
animation: drift-loader-before 1800ms infinite linear;
}
.drift-zoom-pane-loader:after {
right: 0;
animation: drift-loader-after 1800ms infinite linear;
animation-delay: -900ms;
}
.drift-bounding-box {
background: rgba( 255, 255, 255, .25);
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.4) inset;
z-index: 999;
}
.drift-zoom-pane img {
position: absolute;
display: block;
max-width: none !important;
max-height: none !important;
object-fit: contain;
top: 0;
left: 0;
}