.chat-container{flex-direction:column;justify-content:center;align-items:center;padding-top:0!important;padding-bottom:0!important;gap:10px;padding:20px;border-radius:12px;background-color:#fff;flex:2 1}.chat-container,.chat-section{display:flex;width:100%;height:100%;overflow:hidden}.chat-section{align-items:flex-start;gap:1rem;max-height:calc(100vh - 4px)}.chat-excel{flex:1.1 1;height:100%;overflow-y:auto}@media only screen and (max-width:1024px){.chat-container{height:calc(100vh - 200px)}}@media only screen and (max-width:750px){.chat-section{flex-direction:column-reverse;height:auto}.chat-excel{width:100%;height:auto}.chat-container{height:calc(100vh - 200px)}.chat-boot{height:calc(100vh - 240px)}}@media only screen and (max-width:530px){.chat-section{flex-direction:column;overflow:hidden}.chat-container{padding:10px;gap:5px}.chat-boot,.chat-container{height:100%;overflow:hidden}.chat-boot{display:flex;flex-direction:column;max-height:100%}.chat-boot__content{padding:10px 10px 40px;flex:1 1;overflow-y:auto;gap:6px;-webkit-overflow-scrolling:touch;align-items:center!important}.chat-boot__send-message{position:-webkit-sticky;position:sticky;bottom:0;background:#fff;padding:8px;z-index:10;width:100%;border-top:1px solid #f3f3f3}.chat-boot__header{padding:8px}.chat-boot__header__icon{width:40px;height:40px}.chat-boot__header__titles__title{font-size:13px}.chat-boot__header__titles__subtitle{font-size:12px}.chat-boot__content__message{gap:6px}.chat-boot__content__message__bubble{max-width:calc(100% - 50px);padding:10px 12px;font-size:13px;line-height:18px}@media screen and (max-width:480px){.chat-boot__content__message__bubble{font-size:12px!important}}.chat-boot__content::-webkit-scrollbar{width:1px}.chat-boot__send-message__input-wrapper{max-height:120px;overflow-y:auto}.chat-boot__new-content{width:90%;gap:8px;margin:auto;padding:10px 0}.chat-boot__new-content__icon{width:80px;height:80px}@media screen and (max-width:350px){.chat-boot__new-content{width:100%!important}}.chat-boot__new-content__title{font-size:18px}.chat-boot__new-content__subtitle{font-size:14px;text-align:center}.chat-boot__new-content__option{padding:15px;height:40px;font-size:14px;white-space:nowrap}.chat-boot__send-message__input-wrapper{padding:8px 12px}.chat-boot__send-message__send{padding:12px}.chat-boot__send-message__attachment input{max-width:25px}.recorder{padding:8px}.recorder__box{padding:12px;font-size:13px}.recorder__send{width:40px;height:40px;padding:8px}.json-streaming-loader{padding:10px}.json-streaming-loader .ant-skeleton-content{padding:0 5px}}@media only screen and (max-width:380px){.chat-container{padding:8px;height:calc(100vh - 110px)}.chat-boot__content{padding:8px}.chat-boot__header__icon{width:35px;height:35px}.chat-boot__new-content__icon{width:70px;height:70px}.chat-boot__new-content__title{font-size:16px}.chat-boot__new-content__subtitle{font-size:13px;text-align:center!important}.chat-boot__content__message__bubble__image{width:130px;height:130px}.chat-boot__content__message__avatar{width:30px;height:30px}}@media only screen and (max-width:500px){.chat-boot__new-content__option{font-size:12px!important;height:30px!important}.chat-boot__new-content__title{font-size:16px!important;text-align:center!important}.chat-boot__new-content__subtitle{font-size:13px!important;text-align:center!important}}.chat-boot{display:flex;flex-direction:column;width:100%;height:100%;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.05);position:relative}.chat-boot__header{display:flex;justify-content:start;align-items:center;gap:10px;width:100%;background:#23272a;padding:12px}.chat-boot__header__icon{width:50px;height:50px}.chat-boot__header__titles{display:flex;flex-direction:column;justify-content:start;align-items:start}.chat-boot__header__titles__title{font-size:14px;color:#fff;font-weight:500;line-height:18px}@media screen and (max-width:400px){.chat-boot__header__titles__title{font-size:12px!important}.chat-boot__header__titles__subtitle{font-size:11px!important}}.chat-boot__header__titles__subtitle{font-size:14px;color:#fff;font-weight:400}.chat-boot__new-content{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px;width:60%;max-width:800px;height:100%}.chat-boot__new-content__icon{width:120px;height:120px}.chat-boot__new-content__title{font-size:22px;color:#000;font-weight:700}.chat-boot__new-content__subtitle{font-size:18px;color:#000;font-weight:300;text-align:center!important}.chat-boot__new-content__options{display:grid;grid-template-columns:repeat(auto-fit,minmax(50px,1fr));grid-gap:10px;gap:10px;width:100%;padding-bottom:10px}.chat-boot__new-content__option{background-color:#23272a;color:#fff;border-radius:10px;padding:20px;display:flex;justify-content:center;align-items:center;text-align:center;height:50px;font-size:16px;font-weight:400}.chat-boot__new-content__option:hover{cursor:pointer}.chat-boot__new-content__option:active{scale:.98;transition:all .3s ease}.chat-boot__new-content__send-voice{display:flex;justify-content:center;align-items:center;gap:10px;width:100%;padding:15px;background:#23272a;border-radius:10px;cursor:pointer;transition:all .3s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none}.chat-boot__new-content__send-voice:active{transform:scale(.95)}.chat-boot__new-content__send-voice__title{color:#fff;font-weight:500;font-size:15px}.chat-boot__send-message{padding:16px;border-top:1px solid #f3f3f3;background:#fff;width:100%;position:relative;z-index:5}.chat-boot__send-message__input-wrapper{display:flex;justify-content:center;align-items:center;gap:10px;width:100%;border-radius:8px;padding:10px 16px;border:1px solid #fc0;background:#fffdf3}@media screen and (max-width:480px){.chat-boot__send-message__input-wrapper{padding:5px}}.chat-boot__send-message__input{width:100%;border:0!important;outline:0!important;box-shadow:none!important;resize:none;background:#fffdf3!important}@media screen and (max-width:480px){.chat-boot__send-message__input{font-size:12px!important}}.chat-boot__send-message__input:active{background:#fffdf3}.chat-boot__send-message__send{display:flex;justify-content:center;align-items:center;padding:16px;background:#fbbc05;border-radius:8px;cursor:pointer;transition:all .3s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none}.chat-boot__send-message__send:active{transform:scale(.9)}.chat-boot__send-message__send__icon{path{fill:#fff}}.chat-boot__content{display:flex;flex-direction:column;gap:20px;flex:1 1;overflow-y:auto;padding:20px;overflow-x:hidden;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;align-items:center}.chat-boot__content__message{display:flex;justify-content:flex-start;align-items:start;flex-direction:row;gap:10px;width:100%;border-radius:10px}.chat-boot__content__message--system .chat-boot__content__message__bubble{background:#fbbc051c}.chat-boot__content__message--user{flex-direction:row-reverse}.chat-boot__content__message--user .chat-boot__content__message__bubble{background:#f9f9f9}.chat-boot__content__message__bubble{display:flex;flex-direction:column;gap:10px;width:-moz-fit-content;width:fit-content;padding:15px 20px;border-radius:10px;font-size:14px;font-weight:400;line-height:21px;color:#101828}.chat-boot__content__message__bubble,.chat-boot__content__message__bubble *{white-space:pre-line;word-break:break-word}.chat-boot__content__message__avatar{width:40px;height:40px;overflow:hidden}.chat-boot__content__message__avatar__image{width:100%;height:100%;object-fit:cover}.chat-boot__send-message__button{cursor:pointer}.chat-boot__send-message__attachment{position:relative;cursor:pointer;overflow:hidden;margin-top:6px}.chat-boot__send-message__attachment input{position:absolute;max-width:15px;cursor:pointer;opacity:0}.chat-boot__send-message__input-wrapper__box{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:15px;width:100%}.chat-boot__send-message__input-wrapper__attachments{display:flex;justify-content:start;align-items:center;gap:10px;width:100%}.chat-boot__send-message__input-wrapper__box__attachment{width:50px;height:50px;overflow:hidden;border-radius:5px;box-shadow:0 0 10px rgba(31,31,31,.1)}.chat-boot__send-message__input-wrapper__box__attachment__image{width:100%;height:100%;object-fit:cover}.chat-boot__content__message__bubble__image{width:200px;height:200px;border-radius:10px;object-fit:cover}.recorder{justify-content:start;gap:10px;padding:10px}.recorder,.recorder__box{display:flex;align-items:center;width:100%}.recorder__box{background:#fbbc05;border-radius:60px;padding:18px;justify-content:center;color:#fff}.recorder__send{width:50px;height:50px;padding:12px;border-radius:50%;border:1px solid #eaecf0;cursor:pointer;transition:all .3s ease}.recorder__send:active{scale:.9}.record-waves{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.markdown{*{direction:ltr}}.markdown--arabic{*{direction:rtl}}.disabled{pointer-events:none;opacity:.5;cursor:not-allowed}.excel-download{background:transparent;color:#4caf50;padding:8px 12px;border-radius:6px;text-decoration:none;margin:8px 0;display:flex;align-items:center;gap:10px;width:-moz-fit-content;width:fit-content;border:1px solid #4caf50;text-transform:lowercase;cursor:pointer}.excel-download:hover{background:#f8fdf8}.json-streaming-loader{display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#fbfbfb;border-radius:8px;padding:15px;margin:10px 0;box-shadow:0 1px 2px rgba(0,0,0,.05);width:100%}.json-streaming-loader p{font-size:13px;color:#858585;margin-top:8px;font-weight:500;text-align:center}.json-streaming-loader .ant-skeleton{width:100%}.json-streaming-loader .ant-skeleton-content{padding:0 10px}.chat-boot__header__delete{width:15%;display:flex;justify-content:flex-end;align-items:flex-end;svg{cursor:pointer}}