@media (min-width: 992px) {
    .border-right {
        border-right: 1px solid #d1d5db;
    }
}

.chat-body .avatar-sm {
        height: 2rem;
        width: 2rem;
    }

@media (max-width: 991.98px) {
    .chat-body .ovde-gledaj {
        width: 50px;
        height: 50px;
    }

    .chat-body .menu .avatar-pos img {
    border: 1px solid #fff;
    right: -5px;
    top: 30px;
}

.chat-body .avatar-sm {
        height: 1.5rem;
        width: 1.5rem;
    }
.chat-bubbles span, .chat-bubbles h5 {
    font-size: 14px !important;
}


}
