.language-item{display:flex;align-items:center;margin-left:4px}.language-item select{width:116px;border-color:#d9e3ea;color:var(--deep);font-size:11px;font-weight:700}.chat-widget{position:fixed;right:22px;bottom:78px;z-index:1050}.chat-launcher{width:58px;height:58px;border:0;border-radius:50%;background:var(--red);color:#fff;font-size:24px;box-shadow:0 10px 30px #031f3d55;position:relative;transition:.25s}.chat-launcher:hover{transform:translateY(-4px) scale(1.03)}.chat-badge{position:absolute;right:0;top:-2px;width:20px;height:20px;border-radius:50%;background:var(--yellow);color:var(--deep);font-size:10px;font-weight:900;display:grid;place-items:center;border:2px solid #fff}.chat-panel{position:absolute;right:0;bottom:72px;width:355px;height:505px;background:#fff;border-radius:14px;box-shadow:0 22px 70px #001b3566;overflow:hidden;opacity:0;visibility:hidden;transform:translateY(15px) scale(.96);transition:.25s;transform-origin:bottom right}.chat-panel.open{opacity:1;visibility:visible;transform:none}.chat-head{height:74px;background:linear-gradient(110deg,var(--blue),var(--deep));color:#fff;display:flex;align-items:center;padding:13px 16px;gap:11px}.chat-head img{width:46px;height:46px;object-fit:cover;border:2px solid #fff}.chat-head div{flex:1}.chat-head b,.chat-head small{display:block}.chat-head b{font-size:14px}.chat-head small{font-size:10px;color:#c8daea;margin-top:5px}.chat-head small i{display:inline-block;width:7px;height:7px;border-radius:50%;background:#38d98a}.chat-head button{border:0;background:transparent;color:#fff}.chat-register{padding:27px 22px}.chat-welcome{text-align:center;margin-bottom:22px}.chat-welcome>i{font-size:35px;color:var(--blue)}.chat-welcome b{display:block;color:var(--deep);margin:8px}.chat-welcome p{font-size:11px;color:#778794}.chat-register input{margin-bottom:12px;font-size:12px}.chat-conversation{display:none;height:431px}.chat-messages{height:370px;background:#f2f6f9;padding:17px;overflow-y:auto}.bubble{max-width:82%;padding:10px 12px;border-radius:12px;margin-bottom:11px;font-size:12px;line-height:1.5}.bubble.bot{background:#fff;color:#425462;border-bottom-left-radius:3px}.bubble.user{background:var(--blue);color:#fff;margin-left:auto;border-bottom-right-radius:3px}.chat-conversation form{height:61px;display:flex;border-top:1px solid #e1e8ed}.chat-conversation input{flex:1;border:0;padding:0 15px;font-size:12px;outline:0}.chat-conversation button{width:55px;border:0;background:#fff;color:var(--red);font-size:18px}@media(max-width:767px){.language-item{margin:8px 0}.language-item select{width:100%}.chat-widget{right:14px;bottom:70px}.chat-panel{position:fixed;left:12px;right:12px;bottom:145px;width:auto;height:480px}.chat-conversation{height:406px}.chat-messages{height:345px}}
