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