#chat-snippet{position:fixed;bottom:0;width:134px;right:6%;border-radius:20px;box-shadow:0 2px 6px 0 rgba(0,0,0,0.12);background-color:#fff;height:40px;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:1000}#chat-snippet{-webkit-transition:all ease-in-out .2s;-o-transition:all ease-in-out .2s;transition:all ease-in-out .2s;opacity:1;transform:translateY(-30px);-webkit-transform:translateY(-30px);-ms-transform:translateY(-30px);transform:translateY(-30px)}#chat-snippet.chat-snippet--hide{-webkit-transition:all ease-in-out .15s;-o-transition:all ease-in-out .15s;transition:all ease-in-out .15s;opacity:0;transform:translateY(0);-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}#chat-snippet__content{z-index:999;bottom:0;transition:bottom .25s ease-in-out,opacity .2s ease-in-out,visibility .2s ease-in-out;-webkit-transition:bottom .25s ease-in-out,opacity .2s ease-in-out,visibility .2s ease-in-out;-o-transition:bottom .25s ease-in-out,opacity .2s ease-in-out;opacity:0;visibility:hidden}#chat-snippet__content.chat-snippet__content--show{bottom:30px;-webkit-transition:bottom .25s ease-in-out,opacity .2s ease-in-out,visibility .2s ease-in-out;-o-transition:bottom .25s ease-in-out,opacity .2s ease-in-out;transition:bottom .25s ease-in-out,opacity .2s ease-in-out,visibility .3s ease-in-out;opacity:1;visibility:visible}#chat-snippet .chat-snippet__icon{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSIyOCIgdmlld0JveD0iMCAwIDI4IDI4Ij4KICAgIDxkZWZzPgogICAgICAgIDxsaW5lYXJHcmFkaWVudCBpZD0iYSIgeDE9IjEwMCUiIHgyPSIwJSIgeTE9IjM4LjU3OCUiIHkyPSIzOC41NzglIj4KICAgICAgICAgICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA3RDYyMCIvPgogICAgICAgICAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwM0FDMEUiLz4KICAgICAgICA8L2xpbmVhckdyYWRpZW50PgogICAgPC9kZWZzPgogICAgPHBhdGggZmlsbD0idXJsKCNhKSIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTkuMiAxMS44SDguOGMtLjcxNSAwLTEuMy0uNTg1LTEuMy0xLjMgMC0uNzE1LjU4NS0xLjMgMS4zLTEuM2gxMC40Yy43MTUgMCAxLjMuNTg1IDEuMyAxLjMgMCAuNzE1LS41ODUgMS4zLTEuMyAxLjNNMTIuNyAxN0g4LjhjLS43MTUgMC0xLjMtLjU4NS0xLjMtMS4zIDAtLjcxNS41ODUtMS4zIDEuMy0xLjNoMy45Yy43MTUgMCAxLjMuNTg1IDEuMyAxLjMgMCAuNzE1LS41ODUgMS4zLTEuMyAxLjNtNS4yLTEzaC03LjhDNS4wOTUgNCAxIDguMDk1IDEgMTMuMWMwIDMuNjA5IDIuMTM2IDYuNzM3IDUuMiA4LjIwNnYzLjQ1MWMwIDEuNDMuODI4IDEuNzczIDEuODM4Ljc2MmwzLjMyLTMuMzE5SDE3LjljNS4wMDUgMCA5LjEtNC4wOTUgOS4xLTkuMVMyMi45MDUgNCAxNy45IDQiLz4KPC9zdmc+Cg==");width:28px;height:28px;background-size:cover;background-repeat:no-repeat;display:inline-block}#chat-snippet .chat-snippet__text{font-size:16px;font-weight:bold;color:#03ac0e;font-weight:600;text-align:center;line-height:1.2;margin:0 0 0 16px}#chat-snippet .chat-snippet__unread_notif{min-width:16px;max-width:29px;height:16px;border-radius:8px;border:solid 2px #fff;color:#fff;background-color:#ef144a;display:inline-flex;align-items:center;justify-content:center;position:absolute;left:42px;top:4px;font-size:10px;line-height:1.6;box-sizing:border-box;padding:0 4px;font-weight:bold}