/* TABS */
.chat-container-left .chat-tabs {
    flex: 1;
    overflow: auto;
    display: flex;
    flex-direction: column;
}

.chat-container-left .dx-tabpanel-tabs {
    height: 36px;
    min-height: 36px;
    overflow: hidden;
}

.chat-container-left .dx-tabpanel-container {
    flex: 1;
    overflow: hidden;
}

.chat-container-left .dx-tabs-wrapper {
    display: block;
    width: 100% !important;
}

.chat-container-left .dx-tab {
    display: block;
    float: left;
    width: 16.66667% !important;
    max-width: 16.66667% !important;
    line-height: 20px !important;
    padding: 8px;
    /*background-color: var(--base-bg-10);*/
    background-color: var(--base-bg-shade);
}

@media only screen and (device-width: 768px), only screen and (max-width: 768px) {
    .chat-container-left .dx-tab {
        width: 20% !important;
        max-width: 20% !important;
    }
}

.chat-container-left .dx-tab.dx-tab-selected {
    background-color: var(--base-bg);
}

.chat-container-left .dx-tab-text {
    font-weight: 500;
    line-height: 20px;
}

.chat-container-left .dx-tab i {
    margin-top: -3px;
    margin-right: 0px;
    /*color: var(--base-theme-color-transparent-70);*/
    color: var(--placeholder-color);
}

.chat-container-left .dx-tab:not(.dx-tab-selected) i {
    opacity: 0.6;
}

.chat-container-left .dx-tab-selected i {
    color: var(--base-theme-color);
}

.chat-container-left .dx-badge {
    background-color: #f44336;
    font-size: 10px;
    line-height: 10px;
    margin-left: -8px;
    padding: 2px 4px;
}

.chat-container-left .parent-badge {
    float: right;
    margin-top: -23px;
}
/* CHAT USER LIST */
.chat .chat-users-list,
.chat .system-message-list {
    padding-top: 47px !important;
    padding-bottom: 10px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.chat #groups-list,
.chat #internal-groups-list {
    padding-top: 97px !important;
    padding-bottom: 10px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.chat-tab-title {
    background-color: var(--base-bg);
    color: var(--base-theme-color);
    font-size: 20px;
    width: 100%;
    text-align: center;
    padding: 7px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: -37px;
}

.chat .chat-users-list .dx-treeview-item-without-checkbox {
    padding-top: 5px;
    padding-left: 0px;
    margin-bottom: 0px;
}

    .chat .chat-users-list .dx-treeview-item-without-checkbox .dx-item {
        height: 48px;
    }

    .chat .chat-users-list .dx-treeview-item-without-checkbox .dx-treeview-toggle-item-visibility {
        font-size: 19px;
        color: var(--base-foreground-color);
    }

        .chat .chat-users-list .dx-treeview-item-without-checkbox .dx-treeview-toggle-item-visibility:before {
            margin-top: -3px;
        }

.chat .chat-users-list .dx-treeview-search {
    border-radius: 6px !important;
}
/*
.chat .chat-users-list .dx-treeview-item-without-checkbox.dx-state-selected > .dx-treeview-item {
    background-color: var(--base-theme-color-transparent-50);
}
*/
.chat .chat-users-list .user-group {
    display: block;
    float: left;
    width: 100%;
    height: 40px;
}

    .chat .chat-users-list .user-group .user-icon {
        display: block;
        width: 40px;
        height: 40px;
        border-radius: 20px;
        float: left;
        text-align: center;
        line-height: 40px;
        font-size: 16px;
        font-weight: 600;
        margin-right: 5px;
        text-transform: uppercase;
    }

    .chat .chat-users-list .user-group .custom-messages {
        background-color: var(--base-theme-color);
        color: var(--base-bg);
        font-size: 20px;
        line-height: 37.5px;
    }

    .chat .chat-users-list .user-group .user-name {
        font-weight: 600;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

        .chat .chat-users-list .user-group .user-name i {
            color: var(--base-warning)
        }

    .chat .chat-users-list .user-group .user-status {
        float: left;
    }

    .chat .chat-users-list .user-group .user-desc {
        color: var(--secondary-text-color);
        font-weight: 400;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
/* PARENT ITEM*/
.chat #groups-list .dx-treeview-item-without-checkbox .dx-item,
.chat #favorites-list .dx-treeview-item-without-checkbox .dx-item,
.chat #subjects-list .dx-treeview-item-without-checkbox .dx-item {
    /*height: 20px !important;*/
}

.chat #groups-list .chat-parent-item,
.chat #favorites-list .chat-parent-item,
.chat #subjects-list .chat-parent-item {
    height: 20px !important;
}

.chat #groups-list ul li .dx-treeview-item,
.chat #favorites-list ul li .dx-treeview-item,
.chat #subjects-list ul li .dx-treeview-item {
    /*border-top: solid 1px var(--base-bg-transparent-05);*/
    border-top: solid 1px var(--base-bg-shade);
    padding-top: 8px;
    padding-bottom: 8px;
    height: 35px !important;
}

.chat #groups-list ul li.dx-state-selected .dx-treeview-item,
.chat #favorites-list ul li.dx-state-selected .dx-treeview-item,
.chat #subjects-list ul li.dx-state-selected .dx-treeview-item {
    background-color: transparent;
}

.chat #groups-list ul li li .dx-treeview-item,
.chat #favorites-list ul li li .dx-treeview-item,
.chat #subjects-list ul li li .dx-treeview-item {
    border-top: none 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 50px !important;
}

.chat #groups-list ul li li.dx-state-selected .dx-treeview-item,
.chat #favorites-list ul li li.dx-state-selected .dx-treeview-item,
.chat #subjects-list ul li li.dx-state-selected .dx-treeview-item {
    background-color: rgba(0, 0, 0, 0.1);
}

.chat #groups-list .dx-treeview-toggle-item-visibility:before,
.chat #favorites-list .dx-treeview-toggle-item-visibility:before,
.chat #subjects-list .dx-treeview-toggle-item-visibility:before {
    margin-top: -3px;
}

.chat #groups-list .chat-parent-item .user-name,
.chat #favorites-list .chat-parent-item .user-name,
.chat #subjects-list .chat-parent-item .user-name {
    color: var(--base-theme-color);
    font-size: 16px;
    font-weight: 600;
    padding-left: 15px;
}

.chat .parent-badge {
    float: right;
    margin-top: -23px;
}
/*IKONA*/
.chat-icon-user {
    background-color: var(--base-theme-color-transparent-30);
}

.chat-icon-user-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.chat-icon-group {
    background-color: var(--base-theme-color);
    color: var(--base-bg);
}

.chat-icon-oj {
    background-color: #f67a7a;
}

.chat-icon-subject {
    background-color: var(--base-theme-color);
    color: var(--base-bg);
}

.chat-icon-system {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    float: left;
    text-align: center;
    line-height: 40px;
    margin-right: 5px;
    background-color: var(--base-theme-color);
}

    .chat-icon-system i {
        color: var(--base-bg);
        font-size: 24px !important;
        line-height: 35px !important;
    }

.chat-icon-new {
    background-color: var(--base-theme-color);
    color: var(--base-bg);
    font-size: 24px !important;
    line-height: 35px !important;
}

.chat-new-label {
    line-height: 40px !important;
}

.chat:not(.chat-notifications) .dx-scrollable {
    height: calc(100%-1px) !important;
}

.chat .chat-container-left .badge-online {
    width: 12px;
    height: 12px;
    margin-left: -17px;
    margin-top: 6px;
}

.chat .chat-container-right .badge-online {
    width: 12px;
    height: 12px;
    margin-left: -12px;
    margin-top: 9px;
}

.chat .chat-container-left .badge-away {
    width: 12px;
    height: 12px;
    margin-left: -17px;
    margin-top: 6px;
}

.chat .chat-container-right .badge-away {
    width: 12px;
    height: 12px;
    margin-left: -12px;
    margin-top: 9px;
}

.chat .chat-container-left .badge-offline {
    width: 12px;
    height: 12px;
    margin-left: -17px;
    margin-top: 6px;
}

.chat .chat-container-right .badge-offline {
    width: 12px;
    height: 12px;
    margin-left: -12px;
    margin-top: 9px;
}

.chat-user-list {
    font-family: "SF Regular", "Segoe System UI Regular", "Segoe UI Regular", sans-serif;
}

    .chat-user-list .dx-list-item, .dx-list .dx-empty-message {
        border-top: none !important;
    }

    .chat-user-list .chat-user-list-group-item {
        position: relative;
        display: flex;
        flex-direction: row;
        flex-grow: 0;
        flex-shrink: 1;
        overflow: hidden;
        align-items: center;
        padding: 6px 16px;
        color: rgb(110, 110, 110);
    }

        .chat-user-list .chat-user-list-group-item > div {
            position: relative;
            display: inline;
            flex-grow: 0;
            flex-shrink: 1;
            overflow: hidden;
            white-space: pre;
            text-overflow: ellipsis;
            font-weight: 600;
            font-size: 14px;
            color: var(--secondary-text-color);
            flex-direction: row;
            cursor: inherit;
        }

    .chat-user-list.dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-hover {
        background-color: transparent;
        color: var(--base-text-color);
    }

        .chat-user-list.dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-hover .chat-users-list-item-inside {
            background-color: var(--chat-select-bg) !important;
            color: var(--base-text-color);
        }

.chat-users-list-item {
    cursor: pointer;
    height: 62px;
    transition: transform 2.4s ease 0s;
}

#chat-subjects-group-container .chat-users-list-item {
    height: 70px;
}

.chat-users-list-item-inside {
    padding: 0px 8px 3px;
    cursor: pointer;
    border-radius: 8px;
    margin-left: 8px;
    margin-right: 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
}


.chat-user-content-container {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 1;
    overflow: hidden;
    align-items: flex-start;
    align-self: stretch;
    justify-content: center;
    margin-left: 10px;
    margin-right: 10px;
}

.chat-user-img-container {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100% !important;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}

.chat-container-left .chat-user-img-container {
    width: 50px;
    height: 50px;
}

.chat-user-img-container img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 50% !important;
}

.chat-user-img-container .chat-user-avatar-text {
    position: relative;
    display: inline;
    flex-grow: 0;
    flex-shrink: 0;
    overflow: hidden;
    white-space: pre;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: 700;
    background-color: rgba(0, 0, 0, 0);
    cursor: inherit;
}

.chat-user-name {
    position: relative;
    display: inline;
    flex-grow: 0;
    flex-shrink: 1;
    overflow: hidden;
    white-space: pre;
    text-overflow: ellipsis;
    font-size: 15px;
    margin-bottom: 0px;
    font-weight: 600;
    line-height: 22px;
    cursor: inherit;
    align-self: stretch;
    opacity: 0.9;
}

    .chat-user-name.unread {
        font-family: "Segoe System UI Bold", "Segoe UI Bold", sans-serif;
        opacity: 1;
    }

#chat-subjects-group-container .chat-user-name {
    text-transform: uppercase;
    color: var(--base-foreground-color);
    font-weight: 500;
    font-family: "Helvetica Neue", "Segoe UI", helvetica, verdana, sans-serif;
}

    #chat-subjects-group-container .chat-user-name.unread {
        font-weight: 800;
    }

.chat-user-message {
    position: relative;
    display: inline;
    overflow: hidden;
    white-space: pre;
    text-overflow: ellipsis;
    font-size: 13px;
    line-height: 25px;
    letter-spacing: -0.2px;
    align-self: stretch;
    font-weight: 400;
    cursor: inherit;
    height: 22px;
}

    .chat-user-message > p {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

#chat-subjects-group-container .chat-user-message {
    line-height: initial;
    height: auto;
}

.chat-user-message-header {
    position: relative;
    display: inline;
    overflow: hidden;
    white-space: pre;
    text-overflow: ellipsis;
    font-size: 13px;
    letter-spacing: -0.2px;
    align-self: stretch;
    font-weight: 500;
    cursor: inherit;
    color: var(--base-theme-color);
}

#chat-subjects-group-container .chat-user-message-header {
    line-height: 15px !important;
}

.chat-user-info-container {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    overflow: hidden;
    align-items: flex-end;
    align-self: stretch;
    margin-left: 4px;
    margin-top: 4px;
}

    .chat-user-info-container .chat-user-date-info {
        position: relative;
        display: inline;
        flex-grow: 0;
        flex-shrink: 0;
        overflow: hidden;
        white-space: pre;
        text-overflow: ellipsis;
        font-size: 12px;
        font-weight: 400;
        margin-top: 6px;
        margin-bottom: 6px;
        cursor: inherit;
    }

#chat-subjects-group-container .chat-user-info-container .chat-user-date-info {
    line-height: 12px;
    margin-bottom: 5px !important;
}

.chat-user-unread-info {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    height: 16px;
    min-width: 16px;
    border-radius: 8px;
    background-color: rgb(14, 114, 207);
    padding-left: 4px;
    padding-right: 4px;
    width: 16px;
    margin-left: 4px;
}

    .chat-user-unread-info > div {
        position: relative;
        display: inline;
        flex-grow: 0;
        flex-shrink: 0;
        overflow: hidden;
        white-space: pre;
        text-overflow: ellipsis;
        color: rgb(255, 255, 255);
        font-size: 10px;
        line-height: 10px;
        text-align: center;
        background-color: rgba(0, 0, 0, 0);
        font-weight: 600;
        cursor: inherit;
    }

.chat-user-status {
    position: absolute;
    display: flex;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    overflow: hidden;
    align-items: center;
    bottom: -1px;
    right: -1px;
    border-radius: 6px;
    border-color: rgb(240, 244, 248);
    border-style: solid;
    border-width: 1px;
    width: 12px;
    height: 12px;
    justify-content: center;
    cursor: pointer;
}

.chat-user-status-online {
    background-color: rgb(77, 217, 101);
}

.chat-user-status-away {
    background-color: rgb(255, 186, 0);
}

.chat-user-status-offline {
    background-color: rgb(244, 67, 54);
}

.chat-user-tabs {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-grow: 0;
    flex-shrink: 0;
    overflow: visible;
    align-items: center;
    align-self: stretch;
    justify-content: space-around;
    height: 50px;
    padding-bottom: 12px;
    padding-top: 2px;
    margin-top: 10px;
    width: 100%;
}

.chat-user-tab-button {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border-color: transparent;
    text-align: left;
    border-width: 0px;
    width: 80px;
    padding-top: 2px;
    height: 50px;
    cursor: pointer;
    border-style: solid;
    color: var(--base-foreground-color);
}

    .chat-user-tab-button.selected {
        color: var(--base-theme-color);
    }

.chat-user-tab-button-content {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    min-width: 100px;
    height: 50px;
}

.chat-user-tab-button-content-icon {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    overflow: hidden;
    align-items: stretch;
}

    .chat-user-tab-button-content-icon i.ic-fluent {
        font-size: 20px;
    }

.chat-user-tab-button-content-text {
    position: relative;
    display: inline;
    flex-grow: 0;
    flex-shrink: 0;
    overflow: hidden;
    white-space: pre;
    text-overflow: ellipsis;
    font-size: 10px;
    font-weight: 400;
    text-align: center;
    margin-top: 2px;
    align-self: stretch;
    cursor: inherit;
}

.chat-user-tab-button-container-badge {
    position: absolute;
    display: flex;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    overflow: visible;
    align-items: flex-end;
    height: 24px;
    width: 46px;
    top: 0px;
    justify-content: center;
}

.chat-user-tab-button-badge {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    height: 20px;
    min-width: 20px;
    border-radius: 10px;
    background-color: rgb(244, 67, 54);
    padding-left: 4px;
    padding-right: 4px;
    width: 20px;
    border-color: rgb(255, 255, 255);
    border-width: 2px;
    border-style: solid;
}

    .chat-user-tab-button-badge > span {
        position: relative;
        display: inline;
        flex-grow: 0;
        flex-shrink: 0;
        overflow: hidden;
        white-space: pre;
        text-overflow: ellipsis;
        color: rgb(255, 255, 255);
        font-size: 10px;
        line-height: 10px;
        text-align: center;
        background-color: rgba(0, 0, 0, 0);
        font-family: "SF Bold", "Segoe System UI Bold", "Segoe UI Bold", sans-serif;
        font-weight: 400;
        cursor: inherit;
    }

.chat-user-profile {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-grow: 0;
    flex-shrink: 0;
    overflow: visible;
    align-items: stretch;
    justify-content: space-between;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: rgb(224, 250, 246);
}

    .chat-user-profile .chat-user-img-container {
        margin-left: 16px;
        margin-right: 8px;
    }

    .chat-user-profile .chat-user-info {
        position: relative;
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        flex-shrink: 1;
        overflow: hidden;
        align-items: stretch;
    }

        .chat-user-profile .chat-user-info .chat-user-profile-name {
            position: relative;
            display: flex;
            flex-grow: 1;
            flex-shrink: 1;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            font-size: 16px;
            font-weight: 500;
            color: rgb(4, 114, 97);
            cursor: inherit;
            font-family: "SF Semibold", "Segoe System UI Semibold", "Segoe UI Semibold", sans-serif;
            flex-direction: column;
            align-items: stretch;
            justify-content: center;
        }

            .chat-user-profile .chat-user-info .chat-user-profile-name > div {
                position: relative;
                display: inline;
                flex-grow: 0;
                flex-shrink: 0;
                overflow: hidden;
                white-space: pre;
                text-overflow: ellipsis;
            }

        .chat-user-profile .chat-user-info .chat-user-profile-sub-text {
            position: relative;
            display: flex;
            flex-direction: column;
            flex-grow: 1;
            flex-shrink: 1;
            overflow: hidden;
            align-items: stretch;
            background-color: transparent;
            border-color: transparent;
            text-align: left;
            border-width: 0px;
            cursor: pointer;
            padding: 0px;
            border-style: solid;
            justify-content: center;
        }

            .chat-user-profile .chat-user-info .chat-user-profile-sub-text > div {
                position: relative;
                display: inline;
                flex-grow: 0;
                flex-shrink: 0;
                overflow: hidden;
                white-space: pre;
                text-overflow: ellipsis;
                font-size: 12px;
                font-family: "SF Regular", "Segoe System UI Regular", "Segoe UI Regular", sans-serif;
                font-weight: 400;
                color: rgb(4, 114, 97);
                cursor: inherit;
            }


    .chat-user-profile .chat-user-profile-settings {
        position: relative;
        display: flex;
        flex-direction: row;
        flex-grow: 0;
        flex-shrink: 0;
        overflow: visible;
        align-items: center;
        padding-left: 8px;
        padding-right: 16px;
        justify-content: flex-end;
        width: 60px;
        height: 50px;
    }

/*DOWN MENU */
.chat .chat-user-profile .dropdown-menu {
    padding: 1px 0px 1px 4px;
    filter: drop-shadow(rgba(0, 0, 0, 0.1) 0px 6px 16px);
    background: var(--base-bg-lighter);
    border-radius: 5px;
    min-width: 150px;
    border: none;
}

    .chat .chat-user-profile .dropdown-menu.show {
        margin-top: 2px !important;
    }

.chat .chat-user-profile .dropdown-item {
    padding-left: 10px;
    padding-right: 10px;
    color: var(--base-text-color);
    font-size: 15px;
    font-family: "SF Regular", "Segoe System UI Regular", "Segoe UI Regular", sans-serif;
    font-weight: 400;
}

    .chat .chat-user-profile .dropdown-item:hover {
        background-color: var(--base-bg-shade);
    }

    .chat .chat-user-profile .dropdown-item i {
        width: 20px;
        height: 20px;
        text-align: center;
        color: var(--base-text-color);
        margin-right: 10px;
        font-size: 20px;
    }

    .chat .chat-user-profile .dropdown-item span {
        color: var(--base-text-color);
    }

.chat-user-search-container {
    border: 0px solid black;
    box-sizing: border-box;
    display: flex;
    flex-basis: auto;
    flex-shrink: 0;
    margin: 0px;
    min-height: 0px;
    min-width: 0px;
    padding: 0px;
    position: relative;
    z-index: 0;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    background-color: rgb(224, 250, 246);
    height: 52px;
    padding: 8px 16px;
}

.chat-user-search-container-content {
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    flex-direction: row;
    flex: 1 1 0%;
    align-items: stretch;
    border: 0px solid black;
    box-sizing: border-box;
    margin: 0px;
    min-height: 0px;
    min-width: 0px;
    padding: 0px;
    position: relative;
    z-index: 0;
}

.chat-user-search-button {
    cursor: pointer !important;
    padding-right: 8px;
    padding-left: 8px;
    background-color: rgb(255, 255, 255);
    -webkit-box-align: center;
    align-items: center;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    flex-direction: row;
    border-width: 0px;
    border-radius: 10px;
    flex: 1 1 0%;
    border: 0px solid black;
    box-sizing: border-box;
    display: flex;
    margin: 0px;
    min-height: 0px;
    min-width: 0px;
    padding: 0px;
    position: relative;
    z-index: 0;
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
}

    .chat-user-search-button i.ic-fluent.ic-fluent-search {
        font-size: 20px;
        padding-right: 0.25rem !important;
    }

.chat-user-search-button-placeholder {
    border: 0px solid black;
    box-sizing: border-box;
    color: var(--base-foreground-color);
    display: inline;
    font-family: "SF Regular", "Segoe System UI Regular", "Segoe UI Regular", sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
    white-space: nowrap;
    overflow-wrap: break-word;
}

.chat-user-action-container {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-grow: 0;
    flex-shrink: 0;
    overflow: hidden;
    align-items: stretch;
    justify-content: space-around;
    padding-left: 3px;
    padding-right: 3px;
}

    .chat-user-action-container > button {
        position: relative;
        display: flex;
        flex-direction: column;
        flex: 1 1 20px;
        overflow: hidden;
        align-items: stretch;
        justify-content: center;
        background-color: transparent;
        border-color: transparent;
        text-align: left;
        border-width: 0px;
        margin: 3px 5px;
        padding-left: 2px;
        padding-right: 2px;
        cursor: pointer;
        border-style: solid;
    }

        .chat-user-action-container > button:active {
            transform: scale(0.99);
        }

        .chat-user-action-container > button > div {
            position: relative;
            display: flex;
            flex-direction: row;
            flex-grow: 0;
            flex-shrink: 0;
            overflow: hidden;
            align-items: center;
            justify-content: center;
            padding-left: 15px;
            padding-right: 15px;
            color: var(--base-text-color-with-bg-theme-color);
            /*background-color: transparent;*/
            border-radius: 15px;
            min-height: 32px;
            border-width: 1px;
            border-color: var(--base-hover-bg);
            border-style: solid;
            opacity: 1;
            transform: scale(1) translateX(0px) translateY(0px);
            transition: transform 0.2s ease;
            background: linear-gradient(135deg, var(--base-theme-color), var(--grayed-base-theme-color));
        }

        .chat-user-action-container > button i.ic-fluent {
            position: relative;
            display: flex;
            flex-direction: column;
            flex-grow: 0;
            flex-shrink: 0;
            overflow: hidden;
            align-items: stretch;
            margin-right: 5px;
            font-size: 16px;
        }

        .chat-user-action-container > button .chat-user-action-button-text {
            position: relative;
            display: inline;
            flex-grow: 0;
            flex-shrink: 1;
            overflow: hidden;
            white-space: pre;
            text-overflow: ellipsis;
            font-size: 12px;
            font-family: "SF Regular", "Segoe System UI Regular", "Segoe UI Regular", sans-serif;
            font-weight: 400;
            /*max-width: 80px;*/
            cursor: inherit;
        }

.flex-users-list {
    /*transition: max-height 0.05s ease-in-out;*/
    max-height: 100%;
    overflow: auto;
}

.hidden-users-list {
    max-height: 0;
    padding: 0;
    overflow: hidden;
}


.user-search-bar {
    background: linear-gradient(93deg, var(--base-theme-color), var(--base-theme-color-lighter-inverted));
    height: 60px;
}

    .user-search-bar input {
        cursor: pointer;
        background-color: rgba(0, 0, 0, 0);
        font-family: Roboto,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
        font-weight: 800;
        outline: none;
        resize: none;
        font-size: 18px;
        border: none;
        padding-left: 16px;
        color: var(--base-text-color-with-bg-theme-color)
    }

        .user-search-bar input::placeholder {
            font-weight: 800;
            color: #ffffff;
            opacity: 0.6;
        }

#chat-users-list {
    background-color: var(--base-bg-lighter);
}

.svg-icon {
    fill: #FFFFFF;
}

.user-search-group-header {
    padding: 6px 16px !important;
    background-color: var(--base-bg-shade-transparent-50);
}

#chat-users-search-container {
    background: var(--base-bg-lighter);
}

.user-search-group-header > div > div {
    font-family: "SF Semibold", "Segoe System UI Semibold", "Segoe UI Semibold", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: var(--base-foreground-color);
    opacity: 0.8;
}


.no-devex-tabs {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    overflow: hidden;
    align-items: stretch;
    font-family: SF Regular,Segoe UI Regular,sans-serif;
    background-color: var(--base-bg-lighter);
}

.no-devex-tabs-tablist {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    flex-shrink: 1;
    overflow: hidden;
    align-items: stretch;
    height: 40px;
}

.no-devex-tabs button {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 1;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border-color: transparent;
    text-align: left;
    border-width: 0px;
    min-width: 0px;
    padding: 0px;
    cursor: pointer;
    border-style: solid;
}

.no-devex-tabs .button-content {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 1;
    overflow: visible;
    align-items: stretch;
    border-width: 0px 0px 2px;
    padding-top: 2px;
    justify-content: center;
    border-style: solid;
    border-color: transparent;
}

.no-devex-tabs .button-text {
    position: relative;
    display: inline;
    flex-grow: 0;
    flex-shrink: 0;
    overflow: hidden;
    white-space: pre-wrap;
    overflow-wrap: break-word;
    font-size: 14px;
    cursor: inherit;
    color: var(--base-text-color);
}

.no-devex-tabs button.selected .button-content {
    font-weight: bold;
    border-color: var(--base-theme-color);
}


.users-more-button {
    cursor: pointer;
    border: none;
    font-size: 14px;
    background-color: transparent;
    color: var(--base-foreground-color);
    font-family: "SF Bold", "Segoe System UI Bold", "Segoe UI Bold", sans-serif;
}

.subject-filter-tag {
    display: inline-flex;
    align-items: center;
    border-radius: 5px;
    font-size: 14px;
    margin: 3px 12px;
    padding: 5px 10px;
    padding-right: 2px;
    display: flex;
    justify-content: space-between;
    background-color: var(--base-theme-color-transparent-15);
    border: 1px solid var(--button-default-border-text-color);
    font-weight: 500;
    color: var(--button-default-border-text-color);
}

#chat-internal-subjects-tab .chat-user-message {
    line-height: 20px;
}

#chat-internal-subjects-tab .chat-user-message-header {
    text-transform: uppercase;
    font-family: "SF Bold", "Segoe System UI Bold", "Segoe UI Bold", sans-serif;
}
