.app-icon {
    background-image: url(app-icon.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    background-color: #ED813E;
}

.chat_backoffice .t-Comments-comment {
    margin-left: auto;
    right: 1rem;
    background-color: #309FDB; 
    color: white;
}

.chat_backoffice .t-Comments-comment:after {
    right: 0% !important;
    transform: rotate(180deg);
    left: 100% !important;
}

.chat_backoffice .t-Comments-info{
    position: relative;
    align-self: flex-end;
}

.chat_backoffice{
    display: flex;
    flex-direction: row-reverse;
}