.bg-selected {
    background-color: #1447c97a;
    border-radius: 10px;
}

.sec_mess {
    max-height: 550px;
}

@media (max-width: 768px) {
    .sec_mess {
        max-height: 500px;
    }
}