.main {
    display: flex;
    flex-direction: column;
    min-height: 80vh;
}
.contener {
    display: flex;
    align-items: center;
    height: 125px;
    width: 350px;
    background-color: #f7f2e8;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
}
.imagemain {
    flex: 1;
}
.image {
    width: 60px;
    height: 80px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.chattextMain {
    flex: 2;
    padding-left: 5px;
}
.chatheding {
    font-size: 18px;
    font-weight: 700;
}
.chatsubheading {
    color: #7d8895;
    font-size: 10px;
}
.formspace {
    margin-top: auto;
}
.buttonimageIcon {
    transform: rotate(-45deg);
}

.scrollContainer {
    max-height: 400px;
    overflow-y: auto;
}
