body{background-color:#FDF3E8}.chat-container{width:100%;max-width:400px;margin:30px auto;background:white;border-radius:8px;box-shadow:0 0 20px rgba(0,0,0,0.1);display:flex;flex-direction:column;height:500px;max-height:600px}.chat-header{padding:15px;background-color:#fc5f11;color:white;font-weight:600;text-align:center;border-radius:8px 8px 0 0;display:flex;align-items:center;justify-content:space-between}.chat-header img{width:40px;height:auto;margin-top:-7px}.chat-body{padding:10px;overflow-y:auto;flex:1}.chat-footer{padding:10px;border-top:1px solid #f1f1f1;display:flex;justify-content:space-between;align-items:center}.chat-message{margin-bottom:10px;display:flex;align-items:center}.chat-message.bot img,.chat-message.user img{width:40px;height:40px;margin-right:10px;border-radius:50%}.chat-message.bot{flex-direction:row;text-align:left;color:black}.chat-message.user{flex-direction:row-reverse;text-align:right;color:#fc5f11}.chat-message small{display:block;font-size:12px;margin-top:5px;color:#888}.btn-info{border-color:#FC5F11;color:#FC5F11;background:white}.btn-primary.mt-2{background-color:#fc5f11;border:none;margin-right:5px;margin-left:5px}.close-chat-btn,.restart-chat-btn{background:red;color:white;border:none;padding:5px 10px;border-radius:2px;cursor:pointer}.restart-chat-btn{display:none;margin:20px auto;padding:10px;background-color:#fc5f11;color:white;border-radius:5px;cursor:pointer;width:100%}.typing-indicator{font-style:italic;color:#fc5f11}.whatsapp{color:white;font-size:30px}.copyright{font-size:10px;text-align:center;color:black;padding:10px}
