:root{--mchat-base-color-1:32;--mchat-base-color-2:0;--mchat-primary:hsl(var(--mchat-base-color-1),100%,47%);--mchat-secondary:#252e42;--mchat-terciary:#595f6e;--mchat-user-input-section:#8c919b;--mchat-text-color:#fafafa;--mchat-disabled-state-color:#8c919b;--mchat-selected-state-color:hsl(var(--mchat-base-color-1),100%,40%);--mchat-font:Open Sans,sans-serif;--mchat-radius:25px;--mchat-bubble-header-color:#8c919b;--mchat-incoming-bubble-color:hsl(var(--mchat-base-color-2),100%,100%);--mchat-incoming-bubble-text-color:hsl(var(--mchat-base-color-2),0%,0%);--mchat-outcoming-bubble-color:hsl(var(--mchat-base-color-1),100%,40%);--mchat-outcoming-bubble-text-color:hsl(var(--mchat-base-color-2),100%,100%);--mchat-header-color:hsl(var(--mchat-base-color-2),0%,0%);--mchat-background-color:hsl(var(--mchat-base-color-2),0%,95%);--mchat-input-color:hsl(var(--mchat-base-color-2),0%,100%);--mchat-button-color:var(--mchat-primary);--mchat-button-text-color:var(--mchat-outcoming-bubble-text-color);--mchat-feedback-value-color:var(--mchat-primary);--mchat-feedback-background-color:hsl(var(--mchat-base-color-1),100%,93%)}*,:before,:after{box-sizing:border-box}.mchat-container{font-size:16px;font-family:var(--mchat-font);opacity:1;z-index:1;width:100%;height:100%;line-height:20px;transition:opacity .5s;display:flex;bottom:32px;right:32px}@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{opacity:0;z-index:-1}.mchat-container:not(.mchat-container--closed){width:100%;height:100%;width:100svw;height:100svh;inset:0}}.mchat-container ::-webkit-scrollbar{width:.5rem}.mchat-container ::-webkit-scrollbar-thumb{background:var(--mchat-user-input-section);border-radius:20px}.mchat-container ::-webkit-scrollbar-thumb:hover{background:var(--mchat-terciary)}.mchat-container a{color:var(--mchat-primary)}.mchat{background:var(--mchat-background-color);color:var(--mchat-text-color);flex-direction:column;width:100%;display:flex;box-shadow:0 7px 29px #64646f66}@media (min-width:700px){.mchat{width:100%}}.mchat-text-with-icon{justify-content:center;align-items:center;gap:.25rem;display:inline-flex}.mchat-primary-color{color:var(--mchat-primary)}.mchat-time-left-icon{background-color:var(--mchat-primary);width:1.5rem;height:1.5rem;-webkit-mask:url(time-left.172b32ed.svg) 50% no-repeat;mask:url(time-left.172b32ed.svg) 50% no-repeat}.mchat-header{background-color:var(--mchat-header-color);justify-content:space-between;min-height:52px;display:flex;overflow:hidden}.mchat-header__title{padding:1rem}.mchat-hyperlinks-group{flex-wrap:wrap;gap:.5rem;display:flex}.mchat-hyperlinks-group>*{overflow-wrap:anywhere;min-width:0;margin-left:5px}.mchat-body{overscroll-behavior-y:contain;flex-direction:column;flex-grow:1;align-items:flex-start;gap:.5rem;width:100%;padding:1rem;display:flex;position:relative;overflow-y:auto}.mchat-body>*{overflow-wrap:anywhere;max-width:100%}.mchat-body a{overflow-wrap:anywhere}.mchat-flex{flex:auto;justify-content:space-between;gap:1rem;display:flex}.mchat-bubble{gap:.25rem;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:1rem}.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:1rem}.mchat-bubble__avatar>img{width:1.2rem}.mchat-bubble__action-bar{flex-direction:column;align-items:flex-end;gap:.5px;display:flex}.mchat-bubble__action{cursor:pointer;padding:.25rem 0}.mchat-bubble__header{color:var(--mchat-bubble-header-color);padding-bottom:.25rem}.mchat-bubble__link{color:var(--mchat-primary);margin-top:.25rem;display:block}.mchat-image{max-width:408px;margin-top:8px}.mchat-bubble__title{margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.mchat-input-section{gap:.5rem;padding:1.5rem 1rem 1.25rem;display:flex}.mchat-audio-loader{border-radius:var(--mchat-radius);background-color:var(--mchat-user-input-section);color:var(--mchat-white);border:none;justify-content:center;align-items:center;width:100%;padding:1rem;font-size:16px;display:flex}@keyframes pulse-red{0%{transform:scale(.9);box-shadow:0 0 #ffa74ab3}70%{transform:scale(1);box-shadow:0 0 0 10px #ff525200}to{transform:scale(.9);box-shadow:0 0 #ff525200}}.mchat-input-section__input{border-radius:var(--mchat-radius);background-color:var(--mchat-input-color);color:hsl(var(--mchat-base-color-2),0%,0%);border:none;width:100%;padding:1rem;font-size:16px}.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-action-button{border:1px solid var(--mchat-button-color);background-color:var(--mchat-button-color);color:#000;cursor:pointer;border-radius:10px;margin-top:8px;padding:8px 16px;font-size:16px;transition:all .3s;display:flex}.mchat-action-button:hover{color:var(--mchat-text-color)}.mchat-action-button--secondary{border:1px solid var(--mchat-primary);color:var(--mchat-primary);background-color:#0000}.mchat-input-section__button{cursor:pointer;background:var(--mchat-button-color);border:none;border-radius:30px;justify-content:center;align-items:center;min-width:50px;max-width:50px;padding:16px;transition:all .3s;display:flex}.mchat-input-section__button:hover{filter:brightness(85%)}.mchat-input-section__button:focus{box-shadow:none;outline:none}.mchat-input-section__button:active,.mchat-input-section__button--audio-active{background-color:var(--mchat-primary)}.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{flex-direction:column;width:100%;display:flex}.mchat-message--out{flex-direction:row-reverse}.mchat-search-message{gap:.5rem}.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:90%}.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;background:var(--mchat-header-color);color:var(--mchat-text-color);border:none;padding:1rem}.mchat-closer-icon{width:1.25rem;height:1.25rem;display:flex}.mchat-opener{cursor:pointer;border:none;border:1px solid var(--mchat-primary);background-color:#ffa74a;border-radius:100%;justify-content:center;align-self:flex-end;align-items:center;width:75px;height:75px;margin-bottom:8px;margin-right:8px;animation:.3s ease-in-out 3 move;display:flex;box-shadow:0 7px 29px #64646f33}@media screen and (min-width:700px){.mchat-opener{border:none;width:100px;height:100px;margin-bottom:16px;margin-right:16px}}.mchat-opener__icon svg{color:#fff;width:2rem;height:auto}.mchat-hyperlink{color:var(--mchat-incoming-bubble-text-color);gap:.5rem;width:-moz-fit-content;width:fit-content;margin-top:4px;font-style:italic;text-decoration:none;transition:all .2s;display:flex}.mchat-hyperlink:hover{color:hsl(var(--mchat-base-color-1),100%,40%);transform:scale(1.02)}.mchat .mchat-button{color:var(--mchat-button-text-color);background-color:var(--mchat-button-color);cursor:pointer;text-transform:uppercase;letter-spacing:1px;border:none;border-radius:10px;outline:none;padding:.75rem 1rem;font-size:.75rem;transition:all .3s;display:inline-block;position:relative}.mchat .mchat-button:hover{background-color:var(--mchat-selected-state-color)}.mchat .mchat-button--selected{background-color:var(--mchat-selected-state-color);color:var(--mchat-outcoming-bubble-text-color)}.mchat .mchat-icon-button{align-items:center;gap:.5rem;display:flex}.mchat .mchat-option-button:disabled:not(.mchat-button--selected){background-color:var(--mchat-disabled-state-color);cursor:not-allowed}.mchat .mchat-hyperlink-button{width:-moz-fit-content;width:fit-content;text-decoration:none}.mchat-option-buttons{flex-direction:column;align-items:flex-start;gap:.5rem;display:flex}.mchat-audio{height:50px;position:absolute;bottom:3.25rem;left:23rem}.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:2rem;display:flex}.mchat-user-prompt-panel__prompt{flex-direction:column;gap:.25rem;display:flex}.mchat-user-prompt-panel__actions{gap:10px;margin-top:1rem;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);max-height:70px;padding:1rem;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:.25rem .25rem .25rem 0}.mchat-feedback-message--compact .mchat-feedback__values{border-left:1px solid var(--mchat-primary);margin-top:0;padding-left:.5rem}.mchat-feedback-message--compact .mchat-feedback__comment{margin-left:1rem}.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.5rem;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.5rem;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:.5rem;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}}.mchat-search-message_buttons{gap:.5rem;display:flex}
/*# sourceMappingURL=base.css.map */
