
body #chat_window .chat_box{display: flex;flex-direction: column;align-items: flex-end;}
body #chat_window #chat_box .box_size{display: flex;align-items: center;gap: 5px;}
body #chat_window #chat_box .box_size .chat_whatsapp{margin-right: 80px;}
body #chat_window #chat_box .box_size .chat_whatsapp_text{position: absolute;color: #2dbe47;font-size: 14px;height: 30px;width: 150px;background: #fff;padding: 10px 10px 10px 10px;box-shadow: 0 0 5px 0 #d3d3d3;display: flex;flex-direction: row;align-items: center;justify-content: center;border-radius: 5px;}
body #chat_window #chat_box .box_size .chat_whatsapp_text .iconfont{position: unset;color: #2dbe47;line-height: 0px;}
@media screen and (max-width: 1000px){
body #chat_window #chat_box .box_size .chat_whatsapp_text{height: 20px;width: 135px;margin-left: -14px;}
}
