#customerChatModal[data-chat-layout="order"] #customerChatInput,
#customerChatModal[data-chat-layout="order"][data-keyboard-open="true"] #customerChatInput{
 border-color:#d8dee6!important;box-shadow:none!important;
}
#customerChatModal[data-chat-layout="order"] #customerChatInput:focus,
body.admin-chat-open #adminMessageList .thread-compose textarea:focus{
 border-color:#a5b1c0!important;outline:1px solid #a5b1c033!important;box-shadow:none!important;
}
#customerChatModal[data-chat-layout="order"] #customerChatSubmit[data-send-state="sending"]::after,
#customerChatModal[data-chat-layout="order"] #customerChatSubmit[data-send-state="sent"]::after,
body.admin-chat-open .thread-compose button[type=submit][data-send-state="sending"]::after,
body.admin-chat-open .thread-compose button[type=submit][data-send-state="sent"]::after{
 content:attr(data-send-label)!important;font:600 9px/1.2 system-ui!important;letter-spacing:-.2px;color:#fff!important;
}
body.admin-chat-open .thread-compose button[type=submit][data-send-state="sending"],
#customerChatModal[data-chat-layout="order"] #customerChatSubmit[data-send-state="sending"]{cursor:wait!important;opacity:.8}
