.chat-loading{display:flex;flex-direction:column;gap:20px;height:100%;padding:0}@media screen and (max-width:520px){.chat-loading{padding:15px 10px}}.chat-loading .loading-message{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.chat-loading .loading-message.bot{display:flex}.chat-loading .loading-message.user{display:flex;justify-content:flex-end}.chat-loading .loading-message .prefix{flex-shrink:0;width:40px;height:40px;background:#f0f0f0;border-radius:50%;display:inline-block;margin-right:10px}@media screen and (max-width:580px){.chat-loading .loading-message .prefix{width:30px;height:30px}}.chat-loading .loading-message .text{display:block;height:100px;width:100%;background:#f0f0f0;border-radius:10px;max-width:400px}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.bot-is-thinking-messages[data-v-d7af771b]{width:-moz-fit-content;width:fit-content}.bot-is-thinking-messages .carousel__slide[data-v-d7af771b]{justify-content:flex-start}.bot-is-thinking-messages .deep-thinking[data-v-d7af771b]{font-size:15px;font-weight:500;text-align:left;background:linear-gradient(90deg,#686868 25%,#cacaca,#686868 75%);background-size:300% 300%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:gradientFlow-d7af771b 6s ease infinite}@keyframes gradientFlow-d7af771b{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.continue-conversation{padding:20px;background-color:#e0e8ff60;border:1px solid #e0e8ff;border-radius:8px;width:100%}@media screen and (max-width:520px){.continue-conversation{padding:15px}}.continue-conversation .continue-header{display:flex;align-items:center;gap:10px;margin-bottom:10px}.continue-conversation .continue-header .continue-icon{line-height:0}.continue-conversation .continue-header .continue-icon svg{width:16px;height:16px}.continue-conversation .continue-header .continue-icon svg path{fill:#648ef7;stroke:#648ef7}.continue-conversation .continue-header .continue-title{font-size:16px;font-weight:600;color:#333;margin:0}@media screen and (max-width:520px){.continue-conversation .continue-header .continue-title{font-size:14px}}.continue-conversation .continue-form{display:flex;gap:10px}.continue-conversation .continue-form .continue-input-wrapper{flex:1}.continue-conversation .continue-form .continue-input-wrapper .continue-input{width:100%;max-width:100%;padding:8px 12px;border:1px solid #ccc;border-radius:8px;font-size:14px}.continue-conversation .continue-form .continue-input-wrapper .continue-input:focus{outline:none;border-color:#648ef7}.continue-conversation .continue-form .continue-submit{padding:8px 16px;background-color:#648ef7;color:#fff;border:none;border-radius:8px;font-size:14px;cursor:pointer}@media screen and (max-width:520px){.continue-conversation .continue-form .continue-submit{font-size:13px;padding:6px 12px}}.continue-conversation .continue-form .continue-submit:hover{background-color:#4a6edb}.custom-component-content{width:100%;margin-top:15px;padding-left:30px}.custom-component-content .chart-block{width:100%}@media screen and (max-width:576px){.custom-component-content .chart-block{border:1px solid #ececec;padding:15px 5px 15px 15px}}.ai-broker-chat-modal{position:fixed;width:100%;height:100%;top:0;left:0;z-index:999;display:flex;justify-content:center;align-items:center}.ai-broker-chat-modal .overlay{position:absolute;width:100%;height:100%;top:0;left:0;background:linear-gradient(110deg,#fff 2.45%,#eef2ff,#e0e8ff 99.77%);opacity:.94}.ai-broker-chat-modal .modal-content{max-width:800px;background-color:#fff;width:100%;height:90%;z-index:10;border:1px solid #ccc;border-radius:8px;display:flex;flex-direction:column;position:relative}@media screen and (max-width:820px){.ai-broker-chat-modal .modal-content{height:100%;border-radius:0;border:0}}.ai-broker-chat-modal .modal-content .header{flex-shrink:0;padding:10px 50px 10px 15px;display:flex;align-items:center;justify-content:space-between;width:100%;border-bottom:1px solid #eee;position:relative}@media screen and (max-width:520px){.ai-broker-chat-modal .modal-content .header{padding:10px 15px 10px 10px}}.ai-broker-chat-modal .modal-content .header .title{display:flex;align-items:center;color:#16274f;font-size:15px;font-style:normal;font-weight:600;line-height:24px}@media screen and (max-width:520px){.ai-broker-chat-modal .modal-content .header .title{font-size:12px;line-height:16px}}.ai-broker-chat-modal .modal-content .header .title .avatar{width:50px;height:50px;border-radius:50%;margin-right:10px}@media screen and (max-width:520px){.ai-broker-chat-modal .modal-content .header .title .avatar{width:30px;height:30px}}.ai-broker-chat-modal .modal-content .header .action-buttons{margin-left:10px;display:flex;align-items:center;gap:4px;flex-shrink:0;position:relative}.ai-broker-chat-modal .modal-content .header .action-buttons .simple{display:flex;align-items:center;justify-content:center;font-size:14px;color:#648ef7;border:1px solid #648ef7;background-color:transparent;padding:3px 8px;border-radius:4px;cursor:pointer;transition:all .3s ease}@media screen and (max-width:520px){.ai-broker-chat-modal .modal-content .header .action-buttons .simple{font-size:12px;padding:2px 6px}}.ai-broker-chat-modal .modal-content .header .action-buttons .simple svg{margin-right:5px;width:14px;height:14px}.ai-broker-chat-modal .modal-content .header .action-buttons .simple svg path{fill:#648ef7;stroke:#648ef7}@media screen and (max-width:520px){.ai-broker-chat-modal .modal-content .header .action-buttons .simple svg{width:12px;height:12px;margin-right:2px}}.ai-broker-chat-modal .modal-content .header .action-buttons .simple:hover{background-color:#648ef7;color:#fff;transition:all .3s ease}.ai-broker-chat-modal .modal-content .header .action-buttons .simple:hover svg path{fill:#fff;stroke:#fff}.ai-broker-chat-modal .modal-content .header .action-buttons .phone-button{display:flex;align-items:center;justify-content:center;border:none;background-color:transparent;cursor:pointer}.ai-broker-chat-modal .modal-content .header .action-buttons .phone-button:hover svg path{fill:#326af7}.ai-broker-chat-modal .modal-content .header .action-buttons .phone-button svg{width:29px;height:29px}.ai-broker-chat-modal .modal-content .header .action-buttons .phone-button svg path{fill:#648ef7}@media screen and (max-width:520px){.ai-broker-chat-modal .modal-content .header .action-buttons .phone-button svg{width:25px;height:25px}}.ai-broker-chat-modal .modal-content .header .save-button-wrapper .hint{position:absolute;top:35px;right:30px;background-color:#353535;color:#fff;padding:5px 10px;border-radius:4px;font-size:12px;opacity:.9;z-index:9;width:300px}.ai-broker-chat-modal .modal-content .header .save-button-wrapper .hint.danger{background-color:#fc1c20}@media screen and (max-width:520px){.ai-broker-chat-modal .modal-content .header .save-button-wrapper .hint{font-size:10px;padding:3px 6px;top:30px;width:200px}}.ai-broker-chat-modal .modal-content .header .close-button{position:absolute;right:10px;top:5px;display:flex;cursor:pointer;color:#16274f;border-radius:50%;border:none;background-color:#f0f0f0;padding:5px;align-items:center;height:-moz-fit-content;height:fit-content}@media screen and (max-width:520px){.ai-broker-chat-modal .modal-content .header .close-button{padding:3px}}.ai-broker-chat-modal .modal-content .header .close-button:active{background-color:#f0f0f0}.ai-broker-chat-modal .modal-content .header .close-button:hover{background-color:#e9efff}.ai-broker-chat-modal .modal-content .header .close-button svg{width:14px!important;height:14px!important}@media screen and (max-width:520px){.ai-broker-chat-modal .modal-content .header .close-button svg{width:12px!important;height:12px!important}}.ai-broker-chat-modal .modal-content .header .close-button svg path{fill:gray}.ai-broker-chat-modal .modal-content .input-area{flex-shrink:0;padding:10px;border-top:1px solid #eee;position:relative;background-color:#fff}@media screen and (max-width:800px){.ai-broker-chat-modal .modal-content .input-area{position:fixed;bottom:0;left:0;width:100%;z-index:11}}.ai-broker-chat-modal .modal-content .input-area .placeholder{font-size:15px;position:absolute;top:35px;left:30px;transform:translateY(-50%);color:#999;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ai-broker-chat-modal .modal-content .input-area .send-button{position:absolute;right:18px;bottom:18px;border-radius:50%;border:0;display:flex;align-items:center;justify-content:center;padding:8px;background-color:#648ef7;border:1px solid transparent;cursor:pointer;transition:all .3s ease}.ai-broker-chat-modal .modal-content .input-area .send-button:hover{background-color:#fff;border:1px solid #648ef7;box-shadow:0 4px 12px #648ef74d;transition:all .3s ease}.ai-broker-chat-modal .modal-content .input-area .send-button:hover svg path{fill:#648ef7}.ai-broker-chat-modal .modal-content .input-area .send-button svg{width:17px;height:17px}.ai-broker-chat-modal .modal-content .input-area .send-button svg path{fill:#fff}.ai-broker-chat-modal .modal-content .input-area .fade-recommendations{position:absolute;top:auto;bottom:calc(100% + 5px);left:0;width:100%;padding:0 20px;background-color:#ffffffef}.ai-broker-chat-modal .modal-content .input-area .fade-recommendations ul{list-style:none;padding:0;margin:0;width:100%}.ai-broker-chat-modal .modal-content .input-area .fade-recommendations ul li{padding:5px 2px;border-bottom:1px solid #e5e5e5;color:#919191;font-size:15px;font-style:normal;font-weight:300;line-height:24px;cursor:pointer;transition:all .3s ease}@media screen and (max-width:768px){.ai-broker-chat-modal .modal-content .input-area .fade-recommendations ul li{font-size:14px;line-height:20px}}.ai-broker-chat-modal .modal-content .input-area .fade-recommendations ul li:last-child{border:none}.ai-broker-chat-modal .modal-content .input-area .fade-recommendations ul li:hover{color:#000;transition:all .3s ease}.ai-broker-chat-modal .modal-content .bot-typing{position:relative;padding:20px}@media screen and (max-width:520px){.ai-broker-chat-modal .modal-content .bot-typing{padding:10px}}.ai-broker-chat-modal .modal-content .bot-typing span{content:"";animation:blink 1.5s infinite;animation-fill-mode:both;height:8px;width:8px;background:#648ef7;position:absolute;left:5px;top:calc(50% - 4px);border-radius:50%}@media screen and (max-width:520px){.ai-broker-chat-modal .modal-content .bot-typing span{height:6px;width:6px;top:calc(50% - 3px)}}.ai-broker-chat-modal .modal-content .bot-typing span:nth-child(2){animation-delay:.2s;margin-left:12px}.ai-broker-chat-modal .modal-content .bot-typing span:nth-child(3){animation-delay:.4s;margin-left:24px}.ai-broker-chat-modal .modal-content .floating-new-message{position:absolute;bottom:130px;left:50%;transform:translate(-50%);background-color:#648ef7;color:#fff;padding:8px 16px;border-radius:20px;box-shadow:0 4px 12px #648ef74d;cursor:pointer;font-size:14px;font-weight:500;z-index:20}@media screen and (max-width:520px){.ai-broker-chat-modal .modal-content .floating-new-message{bottom:80px;font-size:12px;padding:6px 12px}}.ai-broker-chat-modal .modal-content .ai-broker-messages{height:100%;padding:20px 30px 130px;display:flex;flex-direction:column;overflow:auto;scroll-behavior:smooth}@media screen and (max-width:520px){.ai-broker-chat-modal .modal-content .ai-broker-messages{padding:15px 10px 130px}}.ai-broker-chat-modal .modal-content .ai-broker-messages .message{max-width:540px;word-break:break-word;font-size:16px;color:#000;font-style:normal;font-weight:300;line-height:24px;width:-moz-fit-content;width:fit-content;margin-bottom:20px;position:relative}@media screen and (max-width:520px){.ai-broker-chat-modal .modal-content .ai-broker-messages .message{font-size:15px;line-height:22px;max-width:100%}}.ai-broker-chat-modal .modal-content .ai-broker-messages .message.whatsapp{border:1px solid #00ca1e;border-radius:6px;padding:5px 2px 15px}@media screen and (max-width:520px){.ai-broker-chat-modal .modal-content .ai-broker-messages .message.whatsapp{padding-bottom:22px}}.ai-broker-chat-modal .modal-content .ai-broker-messages .message.viber{border:1px solid #665cac;border-radius:6px;padding:5px 2px 15px}@media screen and (max-width:520px){.ai-broker-chat-modal .modal-content .ai-broker-messages .message.viber{padding-bottom:22px}}@media screen and (max-width:520px){.ai-broker-chat-modal .modal-content .ai-broker-messages .message .content{max-width:80vw}}.ai-broker-chat-modal .modal-content .ai-broker-messages .message .content .attachments{display:grid;gap:2px;width:-moz-fit-content;width:fit-content;margin-left:auto;background-color:#ffffff6e;padding:0;overflow:hidden;border-radius:8px}.ai-broker-chat-modal .modal-content .ai-broker-messages .message .content .attachments img{width:80px;height:80px;border-radius:0;-o-object-fit:cover;object-fit:cover}@media screen and (max-width:520px){.ai-broker-chat-modal .modal-content .ai-broker-messages .message .content .attachments img{width:60px;height:60px}}.ai-broker-chat-modal .modal-content .ai-broker-messages .message.client{margin-left:auto;border-radius:6px;background:#e7edff;margin-bottom:10px}.ai-broker-chat-modal .modal-content .ai-broker-messages .message.client .content{overflow:hidden;padding:7px 15px;position:relative;border-radius:6px}.ai-broker-chat-modal .modal-content .ai-broker-messages .message.client.sendingAnimation{animation:bgAnimation 2s ease forwards;transition:background-color .3s ease}.ai-broker-chat-modal .modal-content .ai-broker-messages .message.client.sendingAnimation .content:after{content:"";position:absolute;display:block;height:2px;width:100%;background:#648ef7;bottom:0;left:0;animation:expandWidth 2s ease forwards}.ai-broker-chat-modal .modal-content .ai-broker-messages .message .message-text{display:flex;gap:10px}.ai-broker-chat-modal .modal-content .ai-broker-messages .message .timestamp{text-align:right;color:#9f9f9f;font-size:10px;font-style:normal;font-weight:400;line-height:10px;margin-top:8px}@media screen and (max-width:520px){.ai-broker-chat-modal .modal-content .ai-broker-messages .message .timestamp{font-size:9px;line-height:9px}}.ai-broker-chat-modal .modal-content .ai-broker-messages .message .prefix{width:20px;height:20px;background-color:#648ef7;color:#fff;font-weight:400;font-size:12px;display:flex;justify-content:center;align-items:center;border-radius:50%;flex-shrink:0;margin-top:3px}.ai-broker-chat-modal .modal-content .ai-broker-messages .message .prefix.icon{border-radius:0;background-color:transparent;width:22px}.ai-broker-chat-modal .modal-content .ai-broker-messages .message .prefix.icon svg{width:22px}.ai-broker-chat-modal .modal-content .ai-broker-messages .message .tick-icon{width:13px;height:13px;position:absolute;bottom:3px;right:3px}.ai-broker-chat-modal .modal-content .ai-broker-messages .message .tick-icon path{stroke:#648ef7}.ai-broker-chat-modal .editable-input{position:relative;border:1px solid #ccc;cursor:text;white-space:pre-wrap;width:100%;min-height:50px;max-height:200px;overflow-y:auto;padding:12px 20px;border:1px solid #d3d3d3;border-radius:25px;font-size:15px;outline:none;transition:all .3s ease;box-shadow:0 4px 9px #0000000d;background-color:#fff}.ai-broker-chat-modal .editable-input.disabled{background-color:#f5f5f5;cursor:not-allowed}.ai-broker-chat-modal .editable-input:focus{border-color:#648ef7;box-shadow:0 4px 12px #648ef74d}.ai-broker-chat-modal .ant-form-item-control-input-content,.ai-broker-chat-modal .get-form .ant-form-item .get-input,.ai-broker-chat-modal .ant-form-item-control-input,.ai-broker-chat-modal .ant-row.ant-form-item{width:100%;max-width:100%}.message-transition.list-move,.message-transition.list-enter-active,.message-transition.list-leave-active{transition:all .5s ease}.message-transition.list-enter-from,.message-transition.list-leave-to{opacity:0;transform:translateY(10px)}.fade-bottom-enter-active{animation:fadeFromBottom .7s ease-out forwards;opacity:0}.continue-conv-modal{position:absolute;top:0%;left:0%;background-color:#ffffffd1;width:100%;height:100%;display:flex;justify-content:center;align-items:center;z-index:15}.continue-conv-modal .continue-conv-modal-content{width:100%;padding:0 20px;max-width:550px;position:relative}.continue-conv-modal .continue-conv-modal-content .close-button{position:absolute;top:-10px;right:10px;display:flex;justify-content:center;align-items:center;border-radius:50%;border:none;cursor:pointer;margin-bottom:10px;background-color:#757575;height:20px;width:20px}.continue-conv-modal .continue-conv-modal-content .close-button svg{width:14px;height:14px}.continue-conv-modal .continue-conv-modal-content .close-button svg path{fill:#fff}@keyframes fadeFromBottom{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes blink{0%{opacity:.1}20%{opacity:1}to{opacity:.1}}@keyframes expandWidth{0%{width:0}99%{width:100%}to{width:0}}@keyframes bgAnimation{0%{background-color:#ededed}99%{background-color:#ededed}to{background-color:#e7edff}}
