.tk-chatwidget{z-index:2147483000;position:fixed;bottom:18px;right:18px}.tk-chatwidget__fab{background-color:transparent;border:none;justify-content:center;align-items:center;width:80px;height:80px;padding:0;transition:all .3s ease-in-out;animation:2s linear infinite upDown;display:inline-flex}@keyframes upDown{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}.tk-chatwidget__panel{width:360px;max-width:calc(100vw - 36px);position:absolute;bottom:70px;right:0}.tk-chatwidget__header{background:#fff}.tk-chatwidget__title{font-family:Sora;font-weight:700}.tk-chatwidget__close{color:#383b41;border:1px solid #383b41;border-radius:50%;justify-content:center;align-items:center;width:25px;height:25px;padding:0 0 4px;font-size:26px;line-height:26px;text-decoration:none;display:flex}.tk-chatwidget__close:hover{color:#ed7a00;border:1px solid #ed7a00}.tk-chatwidget__body{padding:12px}.tk-chatwidget__messages{height:280px;padding-right:4px;overflow:auto}.tk-chatwidget__empty{color:#737579;font-family:Sora;font-size:14px}.tk-chatwidget__msg{margin-bottom:10px;display:flex}.tk-chatwidget__msg--user{justify-content:flex-end}.tk-chatwidget__msg--assistant{justify-content:flex-start}.tk-chatwidget__bubble{white-space:pre-wrap;border-radius:14px;max-width:85%;padding:10px 12px;font-family:Sora;font-size:14px;line-height:20px}.tk-chatwidget__msg--user .tk-chatwidget__bubble{color:#fff;background:#ed7a00}.tk-chatwidget__msg--assistant .tk-chatwidget__bubble{color:#171717;background:#f5f5f5}.tk-chatwidget__footer{background:#fff}.tk-chatwidget__inputrow{align-items:flex-end;gap:10px;display:flex}.tk-chatwidget__input{resize:none;color:#2c2d2e;font-family:Sora;font-size:14px;font-weight:400;line-height:18px}.tk-chatwidget__send.btn-main{color:#fff;background-color:#ed7a00;min-width:88px;font-family:Sora}.tk-chatwidget__send.btn-main:hover{background-color:#ed7a00}.tk-chatwidget__viewpackage,.tk-chatwidget__viewpackage:hover,.tk-chatwidget__viewpackage:focus{color:#fff;background-color:#ed7a00;border-color:#ed7a00}.tk-chatwidget__hint{color:#737579;margin-top:8px;font-family:Sora;font-size:12px}.tk-chatwidget__error{color:#cf6d04;margin-top:10px;font-family:Sora;font-size:13px}@media (max-width:767.98px){.tk-chatwidget__fab img.tk-chatwidget__fabicon{width:60px;height:60px}}@media (max-width:480px){.tk-chatwidget{bottom:12px;right:12px}.tk-chatwidget__panel{width:calc(100vw - 24px);bottom:66px}.tk-chatwidget__messages{height:240px}}
