.teams  span.user-state {
    display: none;
}

.teams .local.message > icon, .teams .response-icon,
.teams .transcript-list.chat-transcript-container,
.teams .chat-scheduled-li.action-lu-icon,
.teams .chat-more-actions-button.action-lu-icon,
.teams .local.message > i.fas,
.teams .file-confirm-buttons button.file-schedule-button {
    display: none;
}

.teams span.user-state-icon {
    /* mask: url(../ima/lucide-icons/microsoft-teams-1.svg); */
    background-image: url(../ima/lucide-icons/microsoft-teams-1.svg);
    mask-size: cover;
    width: 20px;
    height: 20px;
    mask-repeat: no-repeat;
    mask-position: 100% 100%;
    display: inline-flex;
    /* background-color: #6264A7; */
    margin-right: 7px;
}

.teams .user-name-text {
    text-transform: capitalize;
    color: #6264A7;
}

div#chatUserTab.teams .chat-tab-user-icons {
    display: none;
}

.teams .local .resend-icon {
    margin-right: 7px;
}