.chat-widget{position:fixed;right:0;bottom:0;z-index:999}.chat-widget.chat-widget--open{display:grid;--chat-widget--open---headerSize: 50px;--chat-widget--open---height: min(95dvh, 700px);grid-template-rows:var(--chat-widget--open---headerSize) var(--chat-widget--open---height);width:min(100dvw,400px);height:var(--chat-widget--open---height);border-radius:10px;box-shadow:0 0 20px -15px;background-color:#f5f5f5}.chat-widget.chat-widget--open .chat-widget__header{cursor:move;display:flex;position:relative;flex-direction:row;flex-wrap:nowrap;width:100%;height:calc(100% - 10px);background:var(--mainColor);border-radius:10px 10px 20px 0;margin:0 0 10px;box-shadow:0 6px 14px -9px;align-items:center;visibility:visible;padding-block:1.6em}.chat-widget.chat-widget--open .chat-widget__header:before{background-color:inherit;width:calc(10% - 1px);height:9px}.chat-widget.chat-widget--open .chat-widget__header:after{z-index:2;width:10%;height:10px;box-shadow:inset 2px 2px 10px -9px #000;border-top-left-radius:100%;background-image:linear-gradient(180deg,#c9c9c9 10%,#f2f2f2 84%)}.chat-widget.chat-widget--open .chat-widget__header:after,.chat-widget.chat-widget--open .chat-widget__header:before{content:"";position:absolute;top:100%}.chat-widget.chat-widget--open .chat-widget__logo{width:40px;height:40px;margin-left:.5em}.chat-widget.chat-widget--open .chat-widget__header-text{width:calc(100% - 80px);display:flex;align-items:center;color:var(--headerTextColor);padding:0 0 0 10px}.chat-widget.chat-widget--open .chat-widget__close{display:flex;justify-content:center;align-items:center;font-size:1em;color:var(--headerTextColor);width:1.2em;height:1.2em;position:relative;z-index:10;font-weight:700;overflow:hidden;cursor:pointer}.chat-widget.chat-widget--open .chat-widget__body{width:100%;height:100%;margin:1px 0 0;padding-inline:20px;padding-bottom:1em;padding-top:0;overflow-y:auto;scroll-behavior:smooth}.chat-widget.chat-widget--open .chat-widget__body::-webkit-scrollbar-thumb{background-color:#d7d9e0}.chat-widget.chat-widget--open .chat-widget__body::-webkit-scrollbar{width:10px}.chat-widget.chat-widget--open .chat-widget__content{display:grid;grid-template-rows:1fr 40px;height:calc(var(--chat-widget--open---height) - var(--chat-widget--open---headerSize));visibility:visible}.chat-widget.chat-widget--open .chat-widget__footer{display:block;visibility:visible}.chat-widget.chat-widget--open .chat-widget__extremadura,.chat-widget.chat-widget--open .chat-widget__bubble{visibility:hidden;display:none}.chat-widget.chat-widget--open .chat-widget__silice-logo{width:100%;height:20px;position:absolute;right:0;top:100%;object-fit:contain;opacity:50%;visibility:visible;display:block}.chat-widget.chat-widget--close .chat-widget__header,.chat-widget.chat-widget--close .chat-widget__content,.chat-widget.chat-widget--close .chat-widget__footer{visibility:hidden;display:none}.chat-widget.chat-widget--close .chat-widget__bubble{z-index:999;width:var(--bubble-size, 60px);height:var(--bubble-size, 60px);bottom:var(--bubble-bottom, 20px);right:var(--bubble-right, 20px);cursor:pointer;position:absolute;background-position:center 52%;background-repeat:no-repeat;background-size:contain;display:flex;visibility:visible}.chat-widget.chat-widget--close .chat-widget__silice-logo{visibility:hidden;display:none}@media (max-width: 768px){.chat-widget.chat-widget--open{--chat-widget--open---height: 100dvh}}
