.dynamic-icon-wrapper{width:40px;height:40px}.dynamic-icon-wrapper svg{width:100%;height:100%}.chat-container{display:flex;flex-direction:column;height:100%;background:white;font-family:Poppins;padding:20px}.chat-messages{flex:1;display:flex;flex-direction:column;overflow-y:auto;-ms-overflow-style:none;scrollbar-width:none;padding:10px 10px 64px;gap:16px}.chat-messages::-webkit-scrollbar{display:none}.chat-input-wrapper{display:flex;flex-direction:column;align-items:start;padding:8px 12px;border:1px solid var(--spacer-light);border-radius:8px;gap:10px;position:relative}.chat-input-wrapper:before{content:"";position:absolute;top:-2px;transform:translateY(-100%);left:0;width:100%;height:50px;background:linear-gradient(180deg,rgba(255,255,255,0) 0%,#ffffff 100%);pointer-events:none;z-index:1}.chat-input-wrapper textarea.assist-chat-input{width:100%;color:var(--base-blue);border:none;outline:0;resize:none;font-family:Poppins}.chat-input-wrapper textarea.assist-chat-input::placeholder{color:var(--border);font-size:14px;font-weight:300;font-family:Poppins}.chat-input-wrapper .chat-controllers{display:flex;align-items:center;justify-content:space-between;width:100%;gap:10px}.chat-input-wrapper .chat-controllers button{display:flex;align-items:center;gap:2px;background-color:var(--bg-light-blue);border:none;cursor:pointer;border-radius:8px}.chat-input-wrapper .chat-controllers button.assist-upload-button{padding:6px 10px;color:var(--blue);font-size:10px;font-weight:300;font-family:Poppins}.chat-input-wrapper .chat-controllers button.assist-abort-button{background-color:transparent;color:var(--base-blue);padding:0;width:32px;height:32px}.chat-input-wrapper .chat-controllers button.assist-abort-button:hover{filter:brightness(1.2)}.chat-input-wrapper .assist-preview-wrapper{position:relative;width:100px;height:100px;overflow:hidden;border-radius:6px}.chat-input-wrapper .assist-remove-btn{position:absolute;top:8px;right:8px;background:rgba(0,0,0,.6);color:#fff;border:0;width:16px;height:16px;border-radius:50%;font-size:10px;line-height:16px;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0}.chat-input-wrapper .assist-attachment-preview{width:100%;height:100%;object-fit:cover}.chat-input-wrapper .chat-input{flex:1;padding:8px;border:1px solid #ddd;border-radius:4px;margin-right:8px}.user-message{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end;gap:8px}.user-message .message-text-content{background:#f5f3f7;color:var(--base-blue);font-size:12px;font-weight:300;padding:8px 12px;border-radius:8px;-webkit-user-select:text;user-select:text;pointer-events:all;display:flex;flex-direction:column;gap:8px;overflow-wrap:anywhere;word-break:break-word}.user-message .message-attachments{width:150px;height:150px;flex-direction:column;gap:8px;margin-top:8px}.user-message .message-attachments img{width:100%;height:100%;object-fit:cover;border-radius:8px}.assistant-message{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:8px}.assistant-message .assist-title{display:flex;align-items:center;justify-content:center;gap:8px}.assistant-message .assist-title img{width:20px;height:20px}.assistant-message .assist-title span{font-size:10px;font-weight:500;color:var(--base-blue)}.assistant-message .message-text-content{background:white;color:var(--base-blue);font-size:12px;font-weight:300;border-radius:8px;max-width:80%;-webkit-user-select:text;user-select:text;pointer-events:all;overflow-wrap:anywhere;word-break:break-word}.steps-container{display:flex;flex-direction:column;padding:10px 16px;gap:8px}.steps-container .step-message{font-size:10px;font-weight:300;color:var(--base-grey);margin:0}.oliver-left-sidebar .assistant-sidebar{width:350px}.assistant-sidebar{height:100%;width:100%;display:flex;flex-direction:column;background-color:#fff;box-shadow:0 4px 12px #3d4c6633}
