.chat-attachments {
    margin-top: 5px;
    margin-bottom: 20px;
    border-style: dashed;
    border-width: 0.5px;
    border-color: #e908a6;
    padding: 10px;
    background-color: #f9f9f9;
    .attachments-img {
        border-radius: 8px;
        max-width: 200px;
        min-width: 32px;
    }
    .ant-image-mask {
        border-radius: 8px;
        max-width: 200px;
        min-width: 32px;
    }
}
