:root{--mchat-base-color-1:46;--mchat-base-color-2:165;--mchat-primary:#ffc200;--mchat-secondary:#222726;--mchat-terciary:#595f6e;--mchat-user-input-section:#8c919b;--mchat-text-color:white;--mchat-disabled-state-color:transparent;--mchat-selected-state-color:hsl(var(--mchat-base-color-1),100%,50%);--mchat-font:GeneralSans-Variable,Arial,sans-serif;--mchat-font-size:1.6rem;--mchat-radius:25px;--mchat-bubble-header-color:#8c919b;--mchat-incoming-bubble-color:var(--mchat-primary);--mchat-incoming-bubble-text-color:#252928;--mchat-outcoming-bubble-color:#262624;--mchat-outcoming-bubble-text-color:#d9d9d9;--mchat-header-color:hsl(var(--mchat-base-color-2),0%,0%);--mchat-background-color:hsl(var(--mchat-base-color-2),5%,15%);--mchat-input-color:hsl(var(--mchat-base-color-2),0%,100%);--mchat-button-color:transparent;--mchat-button-text-color:var(--mchat-primary);--mchat-feedback-value-color:var(--mchat-primary);--mchat-feedback-background-color:hsl(var(--mchat-base-color-1),100%,93%)}.mchat-container{box-sizing:border-box;font-size:var(--mchat-font-size);font-family:var(--mchat-font);opacity:1;z-index:1;height:100%;line-height:1;transition:opacity .5s;display:flex;position:fixed;bottom:32px;right:32px}.mchat-container *,.mchat-container :before,.mchat-container :after{box-sizing:border-box}@media screen and (min-width:700px){.mchat-container{max-height:652px;padding-top:64px}}.mchat-container--closed{max-height:132px}@media screen and (max-width:700px){.mchat-container{bottom:24px;right:24px}.mchat-container--hidden{visibility:hidden}.mchat-container--hidden .mchat-opener{opacity:0;z-index:-1}.mchat-container:not(.mchat-container--closed){width:100%;height:100svh;inset:0}}.mchat-container ::-webkit-scrollbar{width:.5em}.mchat-container ::-webkit-scrollbar-thumb{background:hsl(var(--mchat-base-color-1),90%,45%);border-radius:20px}.mchat-container ::-webkit-scrollbar-thumb:hover{background:var(--mchat-primary)}.mchat-container a{color:var(--mchat-incoming-bubble-text-color)}.mchat{background-color:var(--mchat-background-color);background:radial-gradient(circle,hsl(var(--mchat-base-color-2),7%,30%)0%,var(--mchat-background-color)90%);color:var(--mchat-text-color);flex-direction:column;width:100%;height:100%;display:flex;box-shadow:0 0 3px 1px #fffc}@media (min-width:700px){.mchat{border-radius:var(--mchat-radius);width:408px}}.mchat-text-with-icon{justify-content:center;align-items:center;gap:.25em;display:inline-flex}.mchat-primary-color{color:var(--mchat-primary)}.mchat-time-left-icon{background-color:var(--mchat-primary);width:1.5em;height:1.5em;-webkit-mask:url(../media/time-left.172b32ed.092t1z-84z~0s.svg) 50% no-repeat;mask:url(../media/time-left.172b32ed.092t1z-84z~0s.svg) 50% no-repeat}.mchat-header{background-color:var(--mchat-header-color);justify-content:space-between;height:52px;display:flex;position:relative;overflow:visible}@media (min-width:700px){.mchat-header{border-radius:var(--mchat-radius)var(--mchat-radius)0 0}}.mchat-header__title{z-index:100;text-align:center;color:#fff;flex-direction:column;align-items:center;display:flex;position:absolute;bottom:2px;left:50%;transform:translate(-50%)}@media screen and (max-width:700px){.mchat-header__title{flex-direction:row;align-items:flex-end;position:relative;bottom:0;left:0;transform:none}}.mchat-header__title span{font-weight:700;position:absolute;bottom:15px}@media screen and (max-width:700px){.mchat-header__title span{margin-left:.5em;position:relative}}.mchat-header__portrait{border-radius:50px;width:100px;height:100px;box-shadow:0 0 3px 1px #fffc}@media screen and (max-width:700px){.mchat-header__portrait{box-shadow:none;width:unset;border-radius:0;height:52px;margin-top:auto;display:inline-block}}.mchat-body{scroll-behavior:smooth;overscroll-behavior-y:contain;flex-direction:column;flex-grow:1;align-items:flex-start;gap:.5em;width:100%;margin-top:1px;padding:1em;display:flex;position:relative;overflow:visible auto}.mchat-body>*{overflow-wrap:anywhere;max-width:100%}.mchat-body a{overflow-wrap:anywhere}.mchat-body--avatars .mchat-message:not(.mchat-text-message.mchat-message--in):not(.mchat-typing-message){padding-left:2.8em}.mchat-flex{flex:auto;justify-content:space-between;gap:1em;display:flex}.mchat-bubble{gap:.25em;display:flex}.mchat-bubble--in .mchat-bubble__content{color:var(--mchat-incoming-bubble-text-color);background-color:var(--mchat-incoming-bubble-color);border-radius:0 var(--mchat-radius)var(--mchat-radius);padding:1em;line-height:1.3em}.mchat-bubble--in .mchat-bubble__content a{font-weight:600;text-decoration:underline}.mchat-bubble--out .mchat-bubble__content{color:var(--mchat-outcoming-bubble-text-color);background-color:var(--mchat-outcoming-bubble-color);border-radius:var(--mchat-radius)0 var(--mchat-radius)var(--mchat-radius);padding:1em;line-height:1.3em}.mchat-bubble__avatar>img{border-radius:30px;width:2.5em;max-width:none;box-shadow:0 0 3px 1px #fffc}.mchat-bubble__header{color:var(--mchat-bubble-header-color);padding-bottom:.25em}.mchat-bubble__link{color:var(--mchat-primary);margin-top:.25em;display:block}.mchat-image{max-width:408px;margin-top:8px}.mchat-bubble__title{margin-bottom:.5em;font-size:1.25em;font-weight:600}.mchat-input-section{gap:1em;padding:1em 1em 1.25em;display:flex;position:relative}.mchat-input-section:before{content:"";color:#0000;background:linear-gradient(to bottom,#fff0 0%,var(--mchat-background-color)100%);width:100%;height:10px;position:absolute;top:-10px;left:0}.mchat-audio-state{color:var(--mchat-primary);justify-content:center;align-items:center;width:100%;padding:1em;font-size:1em;animation:3s infinite pulsing-text;display:flex}@keyframes pulse-red{0%{box-shadow:0 0 0 0 var(--mchat-primary);transform:scale(.9)}70%{transform:scale(1);box-shadow:0 0 0 10px #292d2c}to{transform:scale(.9);box-shadow:0 0 #292d2c}}.mchat-input-section__input{border:none;border-bottom:1px solid var(--mchat-text-color);color:var(--mchat-text-color);background:0 0;width:90%;padding:1em;font-size:1em}.mchat-input-section__input:focus-visible,.mchat-input-section__input:visited{outline:none}.mchat-input-section__input::placeholder{color:hsl(var(--mchat-base-color-2),0%,40%)}.mchat-input-section__button{border:1px solid var(--mchat-selected-state-color);cursor:pointer;background:var(--mchat-button-color);border-radius:30px;justify-content:center;align-items:center;padding:16px;transition:all .2s;display:flex}.mchat-input-section__button svg{fill:var(--mchat-selected-state-color);transition:all .2s}.mchat-input-section__button:hover,.mchat-input-section__button:active,.mchat-input-section__button--audio-active{background:var(--mchat-primary)}.mchat-input-section__button:hover svg,.mchat-input-section__button:active svg,.mchat-input-section__button--audio-active svg{fill:var(--mchat-header-color)}.mchat-input-section__button:focus{box-shadow:none;outline:none}.mchat-input-section__button--audio-pulsing{border-radius:50%;animation:2s infinite pulse-red}.mchat-input-section__button:disabled{opacity:.3;cursor:default}.mchat-input-section__button:disabled:hover{filter:none}.mchat-input-section__button:disabled:active{background-color:var(--mchat-user-input-section)}.mchat-input-section__button.mchat-input-section__button--input-character-counter:disabled{opacity:1}.mchat-input-section__character-counter{color:red;font-weight:700}.mchat-message{gap:.5em;width:100%;display:flex}.mchat-message--out{flex-direction:row-reverse}@media screen and (max-width:700px){.mchat-buttons-message{align-items:center;padding-left:0}}.mchat-hyperlinks-group-message{flex-flow:wrap;gap:.3em;display:flex}.mchat-hyperlinks-group-message>*{overflow-wrap:anywhere;min-width:0}.mchat-search-message{flex-direction:column;gap:.5em}.mchat-typing-message{width:auto}.mchat-typing-message__svg{fill:var(--mchat-incoming-bubble-text-color);width:30px}@keyframes typing{0%{transform:translateY(0)}50%{transform:translateY(3px)}to{transform:translateY(0)}}.mchat-typing-message__circle-1{animation:1s infinite typing}.mchat-typing-message__circle-2{animation:1s .2s infinite typing}.mchat-typing-message__circle-3{animation:1s .4s infinite typing}.mchat-debug-message{color:#fff;font-size:.9em}.mchat-debug-message .mchat-bubble{background-color:#333131;flex-direction:column;display:flex}.mchat-debug-message__title{vertical-align:top;margin:0;padding:0}.mchat-debug-message__items{word-break:break-all;flex-direction:column;padding-inline-start:10px;list-style:none;display:flex}.mchat-closer{cursor:pointer;color:var(--mchat-text-color);background:0 0;border:none;margin-left:auto;padding:1em}.mchat-closer-icon{width:1.25em;height:1.25em;display:flex}.mchat-opener{background-color:var(--mchat-secondary);cursor:pointer;border:none;border:1px solid var(--mchat-primary);border-radius:100%;justify-content:center;align-self:flex-end;align-items:center;width:65px;height:65px;margin-bottom:0;margin-right:0;transition-duration:.3s;transition-timing-function:ease-in-out;display:flex;box-shadow:0 7px 29px #4f5251}@media screen and (min-width:1300px){.mchat-opener{border:none;width:90px;height:90px;margin-bottom:16px;margin-right:16px}}.mchat-opener__icon svg{color:#fff;width:2em;height:auto}@media screen and (max-width:1300px){.mchat-opener__icon svg{width:1.4em}}@keyframes move{0%,to{transform:rotate(0)}50%{transform:rotate(15deg)}}.mchat-hyperlink{color:var(--mchat-incoming-bubble-text-color);align-items:center;gap:.5em;width:fit-content;margin-top:4px;font-style:italic;text-decoration:none;transition:all .2s;display:flex}.mchat-hyperlink:hover{transform:scale(1.02)}.mchat .mchat-button{border:1px solid var(--mchat-selected-state-color);color:var(--mchat-button-text-color);background-color:var(--mchat-button-color);cursor:pointer;text-transform:uppercase;letter-spacing:1px;border-radius:10px;outline:none;padding:.8em 1em;font-size:.75em;transition:all .3s;display:inline-block;position:relative}.mchat .mchat-button:hover{color:var(--mchat-header-color);background-color:var(--mchat-selected-state-color)}.mchat .mchat-button--selected{background-color:var(--mchat-selected-state-color);pointer-events:none;color:var(--mchat-incoming-bubble-text-color)}.mchat .mchat-icon-button{align-items:center;gap:.5em;display:flex}.mchat .mchat-icon-button>span{padding:.08em 0}.mchat .mchat-icon-button:hover svg{opacity:.6}.mchat .mchat-option-button:disabled:not(.mchat-button--selected){background-color:var(--mchat-disabled-state-color);opacity:.7;cursor:not-allowed}.mchat .mchat-option-button:disabled:not(.mchat-button--selected):hover{color:var(--mchat-button-text-color)}.mchat .mchat-hyperlink-button{width:fit-content;text-decoration:none}.mchat .mchat-action-button--secondary{border:1px solid var(--mchat-text-color);color:var(--mchat-text-color)}.mchat .mchat-action-button--secondary:hover{border:1px solid var(--mchat-selected-state-color)}.mchat-option-buttons{flex-direction:column;align-items:flex-start;gap:.5em;display:flex}.mchat-option-buttons>*{width:100%}.mchat-audio{height:50px;position:absolute;bottom:3.25em;left:23em}.mchat-audio --steady{background-color:#f4d03f}.mchat-audio --go{background-color:#28b463}.mchat-user-prompt-panel{background-color:var(--mchat-secondary);text-align:center;flex-direction:column;flex-grow:1;justify-content:center;align-items:center;margin-bottom:2em;display:flex}.mchat-user-prompt-panel__prompt{flex-direction:column;gap:.25em;display:flex}.mchat-user-prompt-panel__actions{gap:10px;margin-top:1em;display:flex}.mchat-feedback-message{background-color:var(--mchat-feedback-background-color);border-color:var(--mchat-primary);border:1px solid var(--mchat-primary);color:var(--mchat-incoming-bubble-text-color);border-radius:var(--mchat-radius);flex-direction:column;max-height:120px;padding:1em;line-height:1.4em;transition:all .2s}.mchat-feedback-message .mchat-feedback__values{margin-top:10px}.mchat-feedback-message--compact{background-color:inherit;border:none;border-radius:0;width:auto;padding:.25em .25em .25em 0}.mchat-feedback-message--compact .mchat-feedback__values{border-left:1px solid var(--mchat-primary);margin-top:0;padding-left:.5em}.mchat-feedback-message--compact .mchat-feedback__comment{margin-left:1em}.mchat-feedback-message--compact.mchat-feedback-message--comment{width:100%}.mchat-feedback-message--comment{max-height:1000px}.mchat-feedback__title{font-weight:700}.mchat-feedback__text{font-style:italic}.mchat-feedback__values{color:var(--mchat-feedback-value-color);justify-content:center;gap:3px;font-size:1.5em;display:flex;position:relative}.mchat-feedback__values--editable{cursor:pointer}.mchat-feedback__values--editable:hover .mchat-feedback__value--star{color:var(--mchat-selected-state-color)}.mchat-feedback__values--editable .mchat-feedback__value--star{color:var(--mchat-incoming-bubble-text-color);transition:color .3s}.mchat-feedback__values--editable .mchat-feedback__value--star:hover{color:var(--mchat-selected-state-color)}.mchat-feedback__values--editable .mchat-feedback__value--star:hover~.mchat-feedback__value--star{color:var(--mchat-incoming-bubble-text-color)}.mchat-feedback__values--editable .mchat-feedback__value--thumb{font-size:1.5em;transition:transform .2s}.mchat-feedback__values--editable .mchat-feedback__value--thumb:hover{transform:scale(1.2)}.mchat-feedback__value--selected{color:var(--mchat-selected-state-color)}.mchat-feedback__value--selected.mchat-feedback__value--numeric-scale>*{background-color:var(--mchat-selected-state-color)}.mchat-feedback__values--selected{color:var(--mchat-selected-state-color);animation:.25s jump_feedback}.mchat-feedback__comment{flex-direction:column;gap:.5em;margin-top:10px;display:flex;position:relative}.mchat-feedback__comment>*{margin:0 auto}.mchat-feedback__comment:before{content:"";background:var(--mchat-primary);width:20%;height:1px;position:absolute;top:0;left:50%;transform:translate(-50%)}.mchat-feedback__comment-title{margin-top:5px;margin-bottom:5px}@keyframes jump_feedback{0%{top:0}30%{top:-10px}60%{top:0}80%{top:5px}to{top:0}}
