/* Local rendering of the live Verbox/Me-Talk support widget. */
#cb-support-widget{position:fixed;right:5px;bottom:10px;z-index:2147483000;font:14px Arial,Helvetica,sans-serif;color:#414243;letter-spacing:.03em}
#cb-support-widget *{box-sizing:border-box}
.cb-support-trigger{width:100px;height:100px;padding:0;border:0;border-radius:50%;background:transparent;cursor:pointer;display:grid;place-items:center;transition:all .2s ease}
#cb-support-widget.is-open .cb-support-trigger{display:none}
.cb-support-trigger:focus-visible{outline:2px solid #427cd4;outline-offset:3px}.cb-support-trigger-image,.cb-support-trigger-image img{display:block;width:100px!important;height:100px!important;object-fit:contain}
.cb-support-panel{position:absolute;right:0;bottom:97px;width:355px;height:480px;background:#fff;border-radius:5px;box-shadow:0 0 10px rgba(17,17,17,.2);overflow:hidden;display:none;transition:transform .2s ease,box-shadow .2s ease}
.cb-support-panel.is-open{display:flex;flex-direction:column;animation:cb-support-zoom .2s ease-out}.cb-support-panel.drag-active{transform:scale(1.05);box-shadow:0 20px 20px rgba(17,17,17,.2)}
.cb-support-head{display:flex;align-items:center;min-height:76px;padding:21px;background:#414244;color:#fff;cursor:move;user-select:none;flex:0 0 76px}.cb-support-head button{border:0;background:transparent;color:#fff;cursor:pointer}.cb-support-header-menu,.cb-support-close{width:36px;height:36px;margin:-9px;border-radius:50%;font-size:22px;line-height:36px;text-align:center;transition:all .2s ease}.cb-support-header-menu:hover,.cb-support-close:hover{background:rgba(255,255,255,.12)}.cb-support-header-menu{font-size:21px}.cb-support-close{margin-left:auto;font-size:25px;font-weight:300}
.cb-support-operator{display:flex;align-items:center;gap:9px;min-width:0;flex:1;padding:0 14px}.cb-support-operator img{width:28px;height:28px;border-radius:50%;object-fit:cover}.cb-support-operator strong,.cb-support-operator small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cb-support-operator strong{font-size:14px;line-height:21px;font-weight:600}.cb-support-operator small{color:#b7efc5;font-size:12px;line-height:16px;font-weight:600}
.cb-support-actions{position:absolute;inset:0;z-index:4;display:none;flex-direction:column;background:#fff;animation:cb-support-menu-in .2s ease}.cb-support-actions.is-open{display:flex}.cb-support-actions-title{display:flex;align-items:center;justify-content:space-between;height:58px;flex:0 0 58px;padding:0 21px;background:#414244;color:#fff;font-size:14px;font-weight:700}.cb-support-actions-title button{width:38px;height:38px;margin-right:-9px;border:0;border-radius:50%;background:transparent;color:#fff;font-size:22px;cursor:pointer;transition:all .2s ease}.cb-support-actions-title button:hover{background:rgba(255,255,255,.12)}.cb-support-actions-content{padding:21px}.cb-support-actions-content button[data-action]{display:flex;align-items:center;gap:16px;width:100%;min-height:70px;margin:0;padding:12px 16px;border:1px solid #e1e5eb;border-radius:0;background:#fff;color:#151515;text-align:left;cursor:pointer;font:14px Arial;letter-spacing:0;transition:all .2s ease}.cb-support-actions-content button[data-action]:first-child{border-radius:7px 7px 0 0}.cb-support-actions-content button[data-action]:last-child{min-height:50px;border-top:0;border-radius:0 0 7px 7px}.cb-support-actions-content button[data-action]:hover,.cb-support-actions-content button[data-action]:focus-visible{border-color:#427cd4;box-shadow:0 .5em .8em rgba(66,124,212,.18);outline:0;transform:none}.cb-support-actions-content button[data-action]:last-child{min-height:50px}.cb-support-actions-content button strong{font-weight:400}.cb-support-action-icon{display:grid;place-items:center;width:36px;height:36px;flex:0 0 36px;border-radius:10px;background:#2ecc71}.cb-support-action-icon svg{width:23px;height:23px;fill:none;stroke:#fff;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.cb-support-actions-content button[data-action="search"] .cb-support-action-icon{background:transparent;color:#72d7a2}.cb-support-actions-content button[data-action="search"] .cb-support-action-icon svg{stroke:currentColor}
.cb-support-list{flex:1;overflow:auto;padding:14px;background:#fff}.cb-support-search{padding:22px 16px;color:#414243}.cb-support-search strong{display:block;font-size:16px;margin-bottom:12px}.cb-support-search input{width:100%;height:42px;padding:0 12px;border:1px solid #d5d5d5;border-radius:3px;font:14px Arial;outline:0}.cb-support-search p{color:#818ea3;font-size:12px;line-height:1.5}.cb-support-auth{text-align:center;color:#818ea3;padding:45px 20px;line-height:1.55}.cb-support-auth a{display:inline-block;margin-top:14px;padding:9px 15px;background:#427cd4;color:#fff;text-decoration:none;border-radius:4px}
.cb-support-category{display:none;flex:1;padding:105px 16px 16px;background:#fff}.cb-support-category h3{margin:0 0 18px;color:#5d6064;font-size:14px;line-height:1.5;font-weight:600}.cb-support-category-select{display:flex;align-items:center;gap:8px;height:46px;padding:0 12px;border:1px solid #d5d5d5;border-radius:3px;background:#fff}.cb-support-category-select span{display:grid;place-items:center;width:17px;height:17px;border:1px solid #cfd4da;border-radius:50%;color:#aeb4bb;font-size:11px}.cb-support-category-select select{flex:1;min-width:0;border:0;background:transparent;color:#818ea3;font:14px Arial;outline:0}.cb-support-continue{width:100%;height:41px;margin-top:10px;border:1px solid #e1e5eb;border-radius:3px;background:#f7f7f8;color:#bdc1c6;font:14px Arial;cursor:pointer}.cb-support-continue:not(:disabled){background:#427cd4;border-color:#427cd4;color:#fff}
.cb-support-chat{display:none;flex:1;flex-direction:column;min-height:0;background:#fff}.cb-support-chat.is-open{display:flex}.cb-support-history{flex:1;overflow:auto;padding:16px 24px 12px 16px;background:#fff}.cb-support-message-wrapper{display:flex;align-items:flex-end;gap:7px;margin:10px 0;opacity:1;transition:opacity .2s linear}.cb-support-message-wrapper.is-client{justify-content:flex-end;padding-left:40px}.cb-support-message-wrapper.is-operator{justify-content:flex-start;padding-right:24px}.cb-support-message-avatar{width:28px;height:28px;flex:0 0 28px;border-radius:50%;object-fit:cover;align-self:flex-end}.cb-support-message-column{max-width:calc(100% - 35px)}.cb-support-message-bubble{padding:14px;border-radius:10px;font:14px/21px Arial;letter-spacing:0;word-break:break-word}.is-client .cb-support-message-bubble{background:#e8e8e8;color:#414243;border-bottom-right-radius:0;text-align:left}.is-operator .cb-support-message-bubble{background:#3cb868;color:#fff;border-bottom-left-radius:0}.cb-support-message-author{margin:0 0 4px;color:#3cb868;font:600 14px/18px Arial;letter-spacing:0}.cb-support-message-wrapper.is-operator .cb-support-message-author{color:#414243}.cb-support-message-column time{display:block;margin:4px 0 0;color:#818ea3;font:11px/14px Arial;letter-spacing:0}.is-client .cb-support-message-column time{text-align:right}.cb-support-quick-replies{margin:10px -4px -4px;text-align:left}.cb-support-quick-replies button{display:block;width:100%;margin:4px 0;padding:7px 14px;border:1px solid #427cd4;border-radius:21px;box-shadow:1px 1px 0 #eee;background:#fff;color:#427cd4;text-align:left;cursor:pointer;font:14px/17.5px Arial;letter-spacing:0;transition:all .2s ease}.cb-support-quick-replies button:hover,.cb-support-quick-replies button:focus-visible{opacity:.9;box-shadow:0 4px 10px rgba(66,124,212,.18);outline:0}.cb-support-textarea-wrapper{position:relative;margin:7px;border:1px solid #d5d5d5;border-radius:3px;background:#fff;min-height:46px;transition:box-shadow .2s ease}.cb-support-textarea-wrapper:focus-within{box-shadow:0 0 0 2px rgba(66,124,212,.12)}.cb-support-form textarea{display:block;width:100%;height:44px;resize:none;padding:11px 84px 11px 21px;border:0;outline:0;background:transparent;color:#414243;font:14px/21px Arial;letter-spacing:0}.cb-support-form textarea::placeholder{color:#c1c1c1}.cb-support-icons{position:absolute;right:8px;bottom:1px;display:flex;align-items:center;height:42px}.cb-support-icons button{width:30px;height:40px;margin-left:2px;padding:8px;border:0;border-radius:50%;background:transparent;color:#c1c1c1;cursor:pointer;transition:all .2s ease}.cb-support-icons button:hover,.cb-support-icons button:focus-visible{color:#427cd4;background:#f2f5fb;outline:0}.cb-support-icons svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.cb-support-submit{display:none!important}.cb-support-submit.is-visible{display:block!important;color:#427cd4!important}.cb-support-file{display:none}.cb-support-attachments{display:flex;gap:4px;flex-wrap:wrap;padding:0 11px 6px}.cb-support-attachments:empty{display:none}.cb-support-attachments span{max-width:100%;padding:3px 7px;border-radius:3px;background:#eef3fb;color:#427cd4;font:11px Arial;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cb-support-attachments button{padding:0 0 0 4px;border:0;background:transparent;color:#427cd4;cursor:pointer}.cb-support-emoji-picker{position:absolute;right:42px;bottom:48px;z-index:8;display:none;width:238px;padding:8px;border:1px solid #e1e5eb;border-radius:7px;background:#fff;box-shadow:0 8px 25px rgba(17,17,17,.18);grid-template-columns:repeat(6,1fr);gap:2px}.cb-support-emoji-picker.is-open{display:grid}.cb-support-emoji-picker button{display:grid;place-items:center;width:34px;height:34px;padding:4px;border:0;border-radius:4px;background:#fff;cursor:pointer}.cb-support-emoji-picker button:hover{background:#f1f5fb}.cb-support-emoji-picker img{width:22px;height:22px}.cb-support-error{padding:9px 12px;background:#fff0ef;color:#c0392b;font:12px Arial}
@keyframes cb-support-zoom{from{opacity:0;transform:scale(.96)}to{opacity:1;transform:none}}@keyframes cb-support-menu-in{from{opacity:0;transform:translateX(-8px)}to{opacity:1;transform:none}}
@media(max-width:480px){#cb-support-widget{right:4px;bottom:4px}.cb-support-panel{right:-2px;width:min(355px,calc(100vw - 12px));height:min(480px,calc(100vh - 90px))}.cb-support-category{padding-top:55px}.cb-support-history{padding-right:12px}}
@media(prefers-reduced-motion:reduce){.cb-support-panel,.cb-support-actions,.cb-support-trigger,.cb-support-message-wrapper{animation:none;transition:none}.cb-support-panel.drag-active{transform:none}}

.cb-support-message-actions{position:absolute;top:50%;display:flex;gap:2px;opacity:0;visibility:hidden;transition:all .2s linear}.is-client .cb-support-message-actions{left:-42px}.is-operator .cb-support-message-actions{right:-42px}.cb-support-message-bubble{position:relative}.cb-support-message-wrapper:hover .cb-support-message-actions{opacity:1;visibility:visible}.cb-support-message-actions button{width:26px;height:26px;padding:0;border:0;border-radius:50%;background:#fff;color:#427cd4;box-shadow:0 1px 4px rgba(17,17,17,.15);cursor:pointer;font:16px Arial}.cb-support-message-actions button:hover{background:#ebebeb}
.cb-support-attachment{display:block;margin-top:6px;color:inherit;text-decoration:underline;font:13px Arial;letter-spacing:0}
