.chat-avtar {
        width: 150px;
        height: 150px;
        border-radius: 50%;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .chat-avtar img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }