:root{--your-chat-panel-width:350px;--your-chat-bubble-size:80px;--your-chat-bubble-back-color:#005581;--your-chat-panel-back-color:#005581;--your-chat-panel-text-color:#fefefe;--your-chat-bot-back-color:#CD232B;--your-chat-bot-text-color:#fefefe;--your-chat-user-back-color:#222335;--your-chat-user-text-color:#fefefe;--your-chat-option-back-color:#222335;--your-chat-option-text-color:#fefefe}.your-chat__bubble{position:fixed;bottom:20px;right:20px;-webkit-transition:opacity .3s,-webkit-transform .3s;transition:opacity .3s,-webkit-transform .3s;transition:transform .3s,opacity .3s;transition:transform .3s,opacity .3s,-webkit-transform .3s;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:9999999}.your-chat__bubble:hover .text{-webkit-transform:scale(1.2);transform:scale(1.2)}.your-chat__bubble.activated{opacity:0;pointer-events:none;-webkit-transform:scale(0);transform:scale(0)}.your-chat__bubble.hidden{opacity:0;pointer-events:none}.your-chat__bubble div.text{position:absolute;white-space:nowrap;top:-50px;right:0;background-color:#fefefe;padding:10px 15px;border-radius:999px;font-size:14px;-webkit-box-shadow:2px 2px 5px rgba(0,0,0,.5);box-shadow:2px 2px 5px rgba(0,0,0,.5);-webkit-transition:opacity .3s,-webkit-transform .3s;transition:opacity .3s,-webkit-transform .3s;transition:transform .3s,opacity .3s;transition:transform .3s,opacity .3s,-webkit-transform .3s;-webkit-transform-origin:right;transform-origin:right}.your-chat__bubble div.bubble{width:var(--your-chat-bubble-size);height:var(--your-chat-bubble-size);border-radius:999px;background-color:var(--your-chat-bubble-back-color);-webkit-box-shadow:2px 2px 5px rgba(0,0,0,.5);box-shadow:2px 2px 5px rgba(0,0,0,.5);background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cdefs%2F%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M18%204h-1v7a2%202%200%2001-2%202H4v1a2%202%200%20002%202h10l4%204V6a2%202%200%2000-2-2z%22%2F%3E%3Cpath%20d%3D%22M14%200H2a2%202%200%2000-2%202v14l4-4h10a2%202%200%20002-2V2a2%202%200%2000-2-2z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E);background-position:center;background-size:50% 50%;background-repeat:no-repeat;-webkit-transition:opacity .3s,-webkit-transform .3s;transition:opacity .3s,-webkit-transform .3s;transition:transform .3s,opacity .3s;transition:transform .3s,opacity .3s,-webkit-transform .3s}.your-chat__panel .chat-content .wrap>div{position:relative;-webkit-transition:-webkit-transform .2s linear;transition:-webkit-transform .2s linear;transition:transform .2s linear;transition:transform .2s linear,-webkit-transform .2s linear;margin-bottom:10px}.your-chat__panel .chat-content .wrap>div.not_deployed{-webkit-transform:scale(0);transform:scale(0)}.your-chat__panel .chat-content .wrap>div:last-child{margin-bottom:0}.your-chat__panel .chat-content .wrap>div.msg>div{padding:10px 15px;border-radius:25px;display:inline-block;font-size:14px}.your-chat__panel .chat-content .wrap>div.msg>div a{text-decoration:underline}.your-chat__panel .chat-content .wrap>div [msg_id],.your-chat__panel .chat-content .wrap>div[msg_id]{cursor:pointer}.your-chat__panel .chat-content .wrap>div.bot{text-align:left;-webkit-transform-origin:bottom left;transform-origin:bottom left}.your-chat__panel .chat-content .wrap>div.bot>div{background-color:var(--your-chat-bot-back-color);color:var(--your-chat-bot-text-color);margin-right:30px}.your-chat__panel .chat-content .wrap>div.bot>div *{color:var(--your-chat-bot-text-color)}.your-chat__panel .chat-content .wrap>div.user{text-align:right;-webkit-transform-origin:bottom right;transform-origin:bottom right}.your-chat__panel .chat-content .wrap>div.user>div{text-align:left;background-color:var(--your-chat-user-back-color);color:var(--your-chat-user-text-color);margin-left:30px}.your-chat__panel .chat-content .wrap>div.user>div *{color:var(--your-chat-user-text-color)}.your-chat__panel .chat-content .wrap>div.options{margin-left:20px;margin-top:-5px;padding:0;background-color:transparent;-webkit-transform-origin:center;transform-origin:center;text-align:right}.your-chat__panel .chat-content .wrap>div.options>div{display:inline-block;font-size:14px;text-align:left;padding:10px 15px;margin:5px;border-radius:25px;background-color:var(--your-chat-option-back-color);color:var(--your-chat-option-text-color)}.your-chat__panel .chat-content .wrap>div.ask-again{-webkit-transition:opacity .2s linear;transition:opacity .2s linear;text-align:right;color:var(--your-chat-panel-text-color);padding-top:0;margin-bottom:20px;font-size:14px;text-decoration:underline}.your-chat__panel .chat-content .wrap>div.ask-again.not_deployed{-webkit-transform:scale(1);transform:scale(1);opacity:0}.your-chat__panel .foot{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:10px 20px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.your-chat__panel .loading{position:relative;width:50px;height:30px;opacity:0;-webkit-transition:opacity .1s;transition:opacity .1s;border-radius:999px;background-color:var(--your-chat-user-back-color)}.your-chat__panel .loading.shown{opacity:1}.your-chat__panel .loading::after,.your-chat__panel .loading::before{content:'';position:absolute;width:10px;height:10px;border-radius:999px;background-color:#ccc}.your-chat__panel .loading::before{top:15px;left:10px;-webkit-animation:.25s linear .5s infinite alternate your-chat-loading-left;animation:.25s linear .5s infinite alternate your-chat-loading-left}.your-chat__panel .loading::after{top:5px;right:10px;-webkit-animation:.25s linear .5s infinite alternate your-chat-loading-right;animation:.25s linear .5s infinite alternate your-chat-loading-right}.your-chat__panel .colophon{opacity:.3;font-size:14px;-webkit-transition:opacity .4s;transition:opacity .4s}.your-chat__panel .colophon,.your-chat__panel .colophon a{color:var(--your-chat-panel-text-color)}.your-chat__panel .colophon:hover{opacity:1}.your-chat__panel .reset{width:20px;height:20px;z-index:9999999;cursor:pointer;background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cdefs%2F%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M10.25%201.02c5.1%200%208.75%204.04%208.75%209s-3.65%209-8.75%209c-3.2%200-6.02-1.59-7.68-3.99l2.59-1.52c1.1%201.5%202.86%202.51%204.84%202.51%203.3%200%206-2.79%206-6s-2.7-6-6-6c-1.97%200-3.72%201-4.82%202.49L7%208.02l-6%202v-7L2.89%204.6c1.69-2.17%204.36-3.58%207.36-3.58z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E);background-position:center;background-size:contain;background-repeat:no-repeat}@-webkit-keyframes your-chat-loading-left{from{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(-100%);transform:translateY(-100%)}}@keyframes your-chat-loading-left{from{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(-100%);transform:translateY(-100%)}}@-webkit-keyframes your-chat-loading-right{from{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(100%);transform:translateY(100%)}}@keyframes your-chat-loading-right{from{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(100%);transform:translateY(100%)}}.your-chat__panel .title-bar{position:absolute;top:0;left:0;right:0;z-index:2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background-color:var(--your-chat-panel-back-color);color:var(--your-chat-panel-text-color);-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin:0}.your-chat__panel .title-bar .icon{width:30px;height:30px}.your-chat__panel .title-bar .title{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding:0 20px;margin:0}.your-chat__panel .title-bar .close{width:15px;height:15px;background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2096%2096%22%3E%3Cdefs%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M96%2014L82%200%2048%2034%2014%200%200%2014l34%2034L0%2082l14%2014%2034-34%2034%2034%2014-14-34-34z%22%2F%3E%3C%2Fsvg%3E);background-position:center;background-size:contain;background-repeat:no-repeat;cursor:pointer;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.your-chat__panel .title-bar .close:hover{-webkit-transform:scale(1.2);transform:scale(1.2)}@media (max-width:750px){.your-chat__panel.your-chat__panel{width:80vw;right:-80vw}}.your-chat__panel{position:fixed;bottom:0;right:calc(var(--your-chat-panel-width) * -1);top:0;width:var(--your-chat-panel-width);background-color:var(--your-chat-panel-back-color);z-index:9999999;-webkit-transition:opacity .3s,-webkit-transform .3s;transition:opacity .3s,-webkit-transform .3s;transition:transform .3s,opacity .3s;transition:transform .3s,opacity .3s,-webkit-transform .3s}.your-chat__panel.activated{-webkit-transform:translateX(-100%);transform:translateX(-100%)}.your-chat__panel>div{padding:10px;overflow:hidden}.your-chat__panel .chat-content{position:absolute;left:0;right:0;bottom:0;overflow-y:auto;overflow-x:hidden;padding:0}.your-chat__panel .chat-content .wrap{padding:100px 10px 10px 10px}.your-chat__panel .chat-input{position:absolute;bottom:0;left:0;right:0}.your-chat__panel .chat-input input{margin:0}