.draggable {
    user-select: none;
    -webkit-user-select: none;
    -webkit-app-region: drag;
}

.undraggable {
    user-select: text;
    -webkit-user-select: text;
    -webkit-app-region: no-drag;
}

.truncated {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.yuchat-video-recording {
    height: auto;
    max-width: 100%;
}

.pip-player-window {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.pip-call-widget-window {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    /*Hardcoded "entityDarkModeColors[StyleEntities.PrimaryBackground]" color*/
    background-color: #202226;
}
