body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background-color:#ebebeb;border-radius:10px}::-webkit-scrollbar-thumb{background:#1da5ff;border-radius:10px}.modal-enter-active{-webkit-animation:moveUp .3s cubic-bezier(.33,0,0,1) forwards;animation:moveUp .3s cubic-bezier(.33,0,0,1) forwards}.modal-exit-active{-webkit-animation:moveDown .2s cubic-bezier(.33,0,0,1) forwards;animation:moveDown .2s cubic-bezier(.33,0,0,1) forwards}@-webkit-keyframes moveUp{0%{-webkit-transform:translate(-50%,100%);transform:translate(-50%,100%)}to{-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}}@keyframes moveUp{0%{-webkit-transform:translate(-50%,100%);transform:translate(-50%,100%)}to{-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}}@-webkit-keyframes moveDown{0%{-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}to{-webkit-transform:translate(-50%,100%);transform:translate(-50%,100%)}}@keyframes moveDown{0%{-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}to{-webkit-transform:translate(-50%,100%);transform:translate(-50%,100%)}}.hidden{display:none!important}.scroll-container{margin:0 0 auto}button,button img{-webkit-touch-callout:none;-webkit-user-select:none;-o-user-select:none;user-select:none}.chat{background-color:#f4faff;box-shadow:0 0 5px rgba(29,165,255,.25),0 0 60px rgba(29,165,255,.13);display:grid;font-family:Roboto,sans-serif;grid-template-rows:92px 1fr 60px;height:100vh;overflow:hidden}@media screen and (max-width:450px){.chat{height:100vh;max-width:100%;right:0}}@media screen and (max-height:450px){.chat{height:100vh}}.chat__top{align-items:center;background-image:linear-gradient(269.85deg,rgba(29,165,255,.56) -63%,#1da5ff 103.78%);display:flex;justify-content:space-between;padding:36px 28px 18px;width:100%}@media screen and (max-height:450px){.chat__top{padding:12px}}.chat__top-item{align-items:center;display:flex;gap:8px}.chat__top-item:last-child .item-img{height:24px;width:24px}@media screen and (max-height:450px){.chat__top-item:last-child .item-img{height:18px;width:18px}}.chat__top-item .item-img{height:38px;width:38px}@media screen and (max-height:450px){.chat__top-item .item-img{height:24px;width:24px}}.chat__top-text{color:#fff;margin-left:12px}.chat__top-title{font-size:17px;font-weight:600}@media screen and (max-height:450px){.chat__top-title{font-size:14px}}.chat__top-desc{font-size:14px;font-weight:400}@media screen and (max-height:450px){.chat__top-desc{font-size:10px}}.chat__center{display:flex;min-height:168px;padding-bottom:26px;position:relative;width:100%}@media screen and (max-width:450px){.chat__center{flex-grow:1}}@media screen and (max-height:450px){.chat__center{flex-grow:1;min-height:168px}}.chat__center .messages{align-items:center;display:flex;flex-direction:column;height:100%;margin-right:-17px;overflow-y:scroll;padding:0 16px 32px;width:calc(100% + 17px)}.chat__center .messages>:first-child{margin-top:auto!important}@media screen and (max-width:450px){.chat__center .messages{width:100%}}@media screen and (max-height:450px){.chat__center .messages{width:100%}}.chat__center .messages-item{align-items:flex-start;display:flex;font-size:16px;font-weight:400;justify-content:flex-start;line-height:21px;padding:8px 12px;position:relative;width:calc(100% - 20px)}.chat__center .messages-item[data-type=client]{background-color:#1da5ff;border-radius:12px 12px 0 12px;color:#f4faff;margin:16px 0 0 auto}.chat__center .messages-item[data-type=client] .messages-item-time{color:#eaf6ff}.chat__center .messages-item[data-type=live_agent]{background-color:#dbefff;border-radius:12px 12px 12px 0;color:#1da5ff;margin:16px auto 0 0}.chat__center .messages-item[data-type=live_agent] .messages-item-time{align-items:center;color:rgba(29,165,255,.5);display:flex;gap:4px;justify-content:center;padding-top:20px}.chat__center .messages-item[data-type=ai]{background-color:#dbefff;border-radius:12px 12px 12px 0;color:#1da5ff;margin:16px auto 0 0}.chat__center .messages-item[data-type=ai] .messages-item-time{align-items:center;color:rgba(29,165,255,.5);display:flex;gap:4px;justify-content:center;padding-top:20px}.chat__center .messages-item img{height:21px;margin-right:8px;width:21px}.chat__center .messages-item-time{bottom:2px;font-family:Roboto,sans-serif;font-size:10px;font-weight:400;position:absolute;right:12px}.chat__center .messages-item span:last-child{min-height:20px}.chat__bottom{align-items:center;background-color:#fff;border-top:1px solid #dbefff;display:flex;position:relative;width:100%}.chat__bottom-record-line{bottom:95%;left:0;position:absolute;right:0}.chat__bottom-form{align-items:center;display:flex;height:60px;justify-content:space-between;padding-right:16px;width:100%}.chat__bottom-form-msg{border:initial;color:#44525b;font-size:16px;font-weight:400;height:inherit;line-height:20px;outline:none;padding:20px 16px;width:calc(100% - 12px)}.chat__bottom-form-msg::-webkit-input-placeholder{color:#c5c5c5;font-size:16px;font-weight:400;line-height:20px}.chat__bottom-form-msg::placeholder{color:#c5c5c5;font-size:16px;font-weight:400;line-height:20px}.chat__bottom-form-btn{align-items:center;background-color:transparent;border:initial;cursor:pointer;display:inline-flex;height:24px;justify-content:center;outline:none;width:24px}.chat__bottom-form-btn:active,.chat__bottom-form-btn:focus,.chat__bottom-form-btn:focus-visible,.chat__bottom-form-btn:focus-within{background-color:transparent;border:none;outline:none}.chat__bottom-form-btn-mic{background-color:red;border-radius:50%;border-bottom-right-radius:0;height:44px;margin-left:12px;margin-right:12px;padding:8px;width:44px}.chat__bottom-form-btn-mic img:active,.chat__bottom-form-btn-mic img:focus,.chat__bottom-form-btn-mic img:focus-visible,.chat__bottom-form-btn-mic img:focus-within{background-color:transparent;border:none;outline:none}.sound-wave{border-radius:24px 24px 0 0;height:104px;width:100%}.commonBackdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:rgba(0,0,0,.4);height:100vh;opacity:0;position:fixed;top:0;transition:opacity .3s cubic-bezier(.33,0,0,1);width:100vw;z-index:999}.commonBackdrop.showBackdrop{opacity:1;transition:opacity .2s cubic-bezier(.33,0,0,1)}.authorization-form{display:flex;flex:1 1 auto;justify-content:center;min-height:168px;overflow-y:auto;position:relative;text-align:center;width:100%}.chatHistory{background:#f4faff;border-radius:20px;height:70%;left:50%;margin:0 auto;max-width:780px;overflow:hidden;padding:0 15px;position:fixed;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:90vw;z-index:9999}.chatHistory_header{align-items:center;display:flex;justify-content:space-between;padding:25px 10px}.chatHistory_header_title{font-size:16px;line-height:19px;position:relative;text-align:center}.chatHistory_content{-ms-overflow-style:none;display:flex;flex-direction:column;gap:16px;height:100%;overflow-y:auto;padding:4px 5px 120px;scrollbar-width:none}.chatHistory_content::-webkit-scrollbar{display:none}.chatHistory_content_item{align-items:center;background-color:#fff;border-radius:8px;box-shadow:1px 0 6px 0 rgba(0,0,0,.251);cursor:pointer;display:flex;font-size:.8rem;font-weight:600;justify-content:flex-start;padding:11px 13px}.chatHistory_content_item>:first-child{flex-shrink:0;margin-right:6px}.chatHistory_content_item span{flex-shrink:1;width:100%}.chatHistory_content_item:hover{background:#dbefff}.chatHistory_footer{background:linear-gradient(1turn,#f4faff,rgba(244,250,255,0));bottom:0;height:72px;left:0;position:absolute;width:100%}.chatHistory_footer,.chatHistory_footer_addBtn{align-items:center;color:#fff;display:flex;justify-content:center}.chatHistory_footer_addBtn{background:#1da5ff;border:none;border-radius:6px;cursor:pointer;font-size:14px;font-weight:600;line-height:21px;padding:10px 15px}.chatHistory_footer_addBtn>:first-child{margin-right:13px;position:relative;top:0}.faq{background:#f4faff;border-radius:20px;height:70%;left:50%;margin:0 auto;max-width:780px;overflow:hidden;padding:0 15px 60px;position:fixed;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:90vw;z-index:9999}.faq_header{align-items:center;display:flex;justify-content:space-between;padding:25px 10px}.faq_header_title{font-size:16px;line-height:19px;position:relative;text-align:center}.faq_content{-ms-overflow-style:none;display:flex;flex-direction:column;gap:16px;height:100%;overflow-y:auto;padding:4px 5px 120px;scrollbar-width:none}.faq_content::-webkit-scrollbar{display:none}.faq_content_item{align-items:center;background-color:#fff;border-radius:8px;box-shadow:1px 0 6px 0 rgba(0,0,0,.251);cursor:pointer;display:flex;font-size:.8rem;font-weight:600;justify-content:flex-start;padding:11px 13px}.faq_content_item>:first-child{flex-shrink:0;margin-right:6px}.faq_content_item span{flex-shrink:1;width:100%}.faq_content_item:hover{background:#dbefff}.faq_footer{align-items:center;background:linear-gradient(1turn,#f4faff,rgba(244,250,255,0));bottom:0;color:#fff;display:flex;height:60px;justify-content:center;left:0;opacity:1;position:absolute;width:100%}
/*# sourceMappingURL=main.64af01e5.css.map*/
