.portal_chats_tb{ width:100%; } .portal_chats_tr{ width:100%; border-bottom:5px solid #ffffff; font-family: Tajawal-Regular; } .chat_partner_image{ width:40px; height:40px; border-radius:20px; margin:10px; box-shadow: 2px 5px 5px #808080; } #chat_history{ max-height: 660px; overflow: auto; display: flex; flex-direction: column-reverse; margin-bottom:20px; font-family: Tajawal-Regular; } #new_message_area{ margin-top:15px; width:100%; background-color: #ffffff; padding-top:10px; border-radius:10px; font-family: Tajawal-Regular; } .new_message_body{ width:100%; font-family: Tajawal-Regular; } #attachment_partion{ margin-left:6%; margin-right:6%; } .file_logo { width:50%; } .file_logo:hover { opacity: 0.5; }