@font-face{font-family:IRANSans;src:url(../fonts/IRANSans.woff2)format("woff2");font-weight:400;font-style:normal}#chat-form-container{box-sizing:border-box;direction:rtl;background-color:#fff;width:100%;padding:10px;font-family:IRANSans,sans-serif}#chat-messages{flex-direction:column;align-items:flex-start;gap:10px;margin-bottom:15px;display:flex}.chat-message{background-color:#f8f8f8;border-radius:6px;align-items:center;gap:6px;padding:6px 10px;font-family:IRANSans,sans-serif;font-size:14px;display:flex}.msg-icon{width:18px;height:18px}textarea#chat-message{resize:none;box-sizing:border-box;color:#000;border:1px solid #c8c8c8;width:100%;height:70px;margin-bottom:10px;padding:5px;font-family:IRANSans,sans-serif;font-size:14px}textarea#chat-message::placeholder{color:#817575}.chat-buttons{justify-content:flex-end;gap:10px;display:flex}.chat-buttons button,.file-btn{cursor:pointer;box-sizing:border-box;border:none;border-radius:4px;justify-content:center;align-items:center;height:40px;padding:0 14px;font-family:IRANSans,sans-serif;font-size:14px;line-height:1;display:inline-flex}.file-btn{color:#fff;background-color:#0460e4;gap:5px}.chat-buttons button#send-btn{color:#504d49;background-color:#c0d2c9}#file-wrapper{flex-direction:row-reverse;align-items:center;gap:10px;display:flex}#file-info{color:#333;align-items:center;gap:5px;font-family:IRANSans,sans-serif;font-size:14px;display:flex}#file-info img{cursor:pointer;width:18px;height:18px}.file-btn .icon{width:16px;height:16px}