.chat-modal{position:fixed;bottom:40px;right:40px;display:flex;width:450px;padding:30px;max-width:100%;gap:24px;flex-direction:column;align-items:flex-start;max-height:calc(100vh - 90px);transform:translateX(150%);transition:transform .5s ease-out;border-radius:32px;background:#fff;z-index:100;box-shadow:0 0 30px 0 rgba(0,0,0,.1)}.chat-modal.rating{padding-right:15px}.chat-modal.rating .chat-close-icon{margin-right:15px}.chat-modal.open{transform:translateX(10px);right:40px}.chat-modal .chat-header{display:flex;justify-content:space-between;align-items:center;width:100%}.chat-modal .chat-header .chat-close-icon{height:40px;width:40px;justify-content:center;align-items:center;display:flex;cursor:pointer;border-radius:50%;background-color:#f0f3fa}.chat-modal .show-history-button{display:flex;justify-content:center;gap:4px;z-index:10;position:absolute;top:110px;left:50%;transform:translateX(calc(-50% - 4px));max-lines:1;width:calc(100% - 84px);align-items:center;cursor:pointer;border-radius:100px;background-color:#fff;padding:13px 0;color:#181b21}.chat-modal .show-history-button:hover{color:#fff;background-color:#2e334d}.chat-modal .show-history-button:hover .history-icon path{fill:#fff}.chat-modal .chat-footer{background-color:#fff;width:100%;display:flex;flex-direction:column;gap:24px}.chat-modal .chat-footer .fast-messages{display:flex;align-items:flex-start;align-content:flex-start;gap:8px;align-self:stretch;flex-wrap:wrap}.chat-modal .chat-footer .fast-messages-item{display:flex;height:36px;padding:0 20px;cursor:pointer;justify-content:center;align-items:center;border-radius:100px;background:var(--WebSite-Gray-Menu-BG,#f0f3fa);width:-moz-fit-content;width:fit-content}.chat-modal .chat-footer .fast-messages-item.loading{cursor:not-allowed;color:var(--WebSite-Gray-Menu-BG,#a5a7aa)}@media(max-width:768px){.chat-modal{max-width:calc(100vw - 36px);padding:20px}.chat-modal.open{transform:translateX(0);right:16px}.chat-modal .chat-header .chat-close-icon{height:30px;width:30px}.chat-modal .show-history-button{padding:8px;top:85px}}.open-chat-btn{position:fixed;bottom:50px;left:calc(50% + 725px);height:80px;width:80px;border:none;box-shadow:0 0 30px 0 rgba(0,0,0,.1);z-index:45;color:#a5a8ad;flex-direction:column;justify-content:center}.open-chat-btn.show-badge:before{content:"";display:block;position:absolute;top:4px;right:4px;width:16px;height:16px;background:#eb2343;border-radius:50%}.open-chat-btn:hover{background:var(--WebSite-Blue-Light,#1d3bcc)!important;box-shadow:none;color:#fff!important}.open-chat-btn:hover svg path{fill:#fff}@media(max-width:1650px){.open-chat-btn{left:calc(100% - 100px)}}@media(max-width:999px){.open-chat-btn{left:calc(100% - 84px);height:64px;width:64px;gap:0}}@media(max-width:767px){.open-chat-btn{left:calc(100% - 76px);height:56px;width:56px;gap:0}}
/*# sourceMappingURL=08e56d7129bc3d0f.css.map*/