#chat-root{margin-bottom:100px}#chat-root input[type=text],#chat-root textarea{border:1px solid rgba(0,24,43,.1);border-radius:20px;padding:10px 45px;box-sizing:border-box}#chat-root input[type=text]::placeholder,#chat-root textarea::placeholder{color:#688697;font-size:14px;font-weight:300;line-height:21px}.chat-root__input-file{width:19px;height:19px;position:absolute;left:15px;top:50%;margin-top:-9.5px}#chat-root button[type=submit]{width:30px;height:30px;display:flex;align-items:center;justify-content:center;background:#e5e8ea;border:0;border-radius:50%;position:absolute;right:15px;top:50%;margin-top:-15px;cursor:pointer}.chat-root__inputs-wrap label{cursor:pointer}.chat-root__inputs-wrap{position:relative;margin-bottom:20px}#chat-root input[type=file]{display:none!important}.chat-root__new-chat{border:1px solid rgba(104,134,151,.2);border-radius:30px;padding:10px 11px;box-sizing:border-box;color:#00182b;font-size:10px;font-weight:700;line-height:13px;display:flex;align-items:center;height:32px;width:124px;background:transparent;text-transform:uppercase;margin-bottom:20px;cursor:pointer;white-space:nowrap}.chat-root__copy-code svg,.chat-root__new-chat svg{margin-right:10px}.chat-root__copy-code{border:1px solid #004882;border-radius:30px;padding:10px 13px;box-sizing:border-box;color:#fff;font-size:10px;font-weight:700;line-height:13px;align-items:center;height:32px;width:158px;background:#004882;text-transform:uppercase;white-space:nowrap;cursor:pointer}.chat-root__copy-code,.chat-root__rating{display:flex;margin-bottom:20px}.chat-root__actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center;justify-content:center}.chat-root__chat{border:1px solid gray;border-radius:5px;padding:10px;margin-bottom:20px}.chat-root__chat-item{padding:10px 0;display:flex;flex-direction:column;margin-bottom:50px}#chat-root .chat-root__user{padding:.625rem 1.25rem;border-radius:20px;background:#688697;color:#fff;margin:0 20px 20px auto;max-width:70%;font-size:14px}#chat-root .chat-root__ai{border-radius:20px;background:#f4f6f8;color:#00182b;font-size:16px;padding:5px 10px}#chat-root h2{margin:30px 0}.chat-root__loading{margin:30px 0;font-size:18px;color:red!important}.chat-root__table-wrap{overflow-x:auto}.chat-root__table-wrap table{min-width:600px;width:100%;border-radius:10px;overflow:hidden}.chat-root__table-wrap table td,.chat-root__table-wrap table th{vertical-align:middle}.chat-root__table-wrap table th{padding:10.5px 25px;color:#fff;font-size:15px;font-weight:600;line-height:19.5px;text-align:left;background:#688697}.chat-root__table-wrap table td{color:#00182b;font-size:15px;font-weight:400;line-height:19.5px;text-align:left;padding:19px 40px;background:#f4f6f8}.file-name-display{white-space:nowrap;font-size:12px;margin:10px 0;display:inline-block}.finalСode{font-weight:700}