@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");#yepic-chat-container{display:flex;flex-direction:column;font-family:Inter,sans-serif}#yepic-chat-widget{animation:close-widget .5s ease-out forwards;background-color:#fff;border:1px solid #ccc;border-radius:12px;bottom:100px;box-shadow:0 0 10px #0000001a;height:620px;opacity:0;position:fixed;right:20px;transform-origin:bottom right;width:375px;z-index:99999}#yepic-chat-widget.chat-open{animation:open-widget .5s ease-out forwards;display:block}#yepic-chat-widget.chat-open.fullscreen{border-radius:0;bottom:0;height:100%;right:0;width:100%}#yepic-chat-widget iframe{border:none;border-radius:12px}#yepic-chat-bubble{align-items:center;background-color:initial;border-radius:999px;bottom:20px;color:#fff;cursor:pointer;display:flex;flex-direction:column;font-size:12px;font-weight:600;height:68px;justify-content:center;position:fixed;right:20px;transition:transform .2s ease,box-shadow .2s ease;width:max-content;width:68px;z-index:999}#yepic-chat-bubble:hover{box-shadow:0 0 12px #c34dff99;transform:scale(1.1)}#yepic-chat-widget #yepic-chat-close-btn{align-items:center;color:#fff;cursor:pointer;display:none;height:20px;justify-content:center;left:20px;position:absolute;top:20px;width:20px;z-index:99999999}#yepic-chat-widget.chat-open #yepic-chat-close-btn{display:flex}#yepic-chat-widget #yepic-chat-fullscreen-btn{align-items:center;color:#fff;cursor:pointer;display:none;height:20px;justify-content:center;left:20px;position:absolute;top:20px;width:20px;z-index:99999999}#yepic-chat-widget.chat-open #yepic-chat-fullscreen-btn{display:flex}@media (max-width:768px){#yepic-chat-widget.chat-open{border-radius:0;height:100%;inset:0;width:100%}#yepic-chat-widget.chat-open #yepic-chat-fullscreen-btn{display:none}}@keyframes open-widget{0%{opacity:0;transform:scale(0)}50%{opacity:.8}to{opacity:1;transform:scale(1)}}@keyframes close-widget{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(0)}}@keyframes fullscreen-on{0%{border-radius:0;bottom:0;height:100%;right:0;width:100%}to{border-radius:0;bottom:0;height:100%;right:0;width:100%}}