/* /Pages/AppTrayArea.razor.rz.scp.css */

.app-tray-area[b-devyvmbk9a] {
    border-radius: 0.5rem;
    border: 1px solid grey;
}

.app-tray-icon[b-devyvmbk9a] {
    position: relative;
    height: 36px;
    min-width: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

    .app-tray-icon:hover[b-devyvmbk9a] {
        background-color: #ffffff12;
    }

.app-tray-icon-tltext[b-devyvmbk9a] {
    top: 0;
    right: 0;
    min-width: 1.2rem;
    position: absolute;
    padding: 0 0.2px;
    background-color: #770000cc;
    border: 1px solid #808080;
    border-radius: 10px;
    text-align: center;
}

    .app-tray-icon-tltext:empty[b-devyvmbk9a] {
        display: none;
    }
/* /Pages/MediaStreamPlayer.razor.rz.scp.css */
.media-stream-player[b-f2oecgsey8]
{
    display: inline-block;
}
/* /Pages/PairedPeerStatusCard.razor.rz.scp.css */
body[b-0xcmrtrw6l] {
}
/* /Pages/Pairs.razor.rz.scp.css */
[b-nmqfp927qc] .device-identity-row {
    display: flex;
    flex-direction: row;
    width: 100%;
}

    [b-nmqfp927qc] .device-identity-row > div {
        padding: 4px;
    }

[b-nmqfp927qc] .device-identity-platform-icon {
    width: 48px;
    height: 48px;
}

[b-nmqfp927qc] .device-identity-row > div {
}

[b-nmqfp927qc] .rz-card {
    padding: 0;
}

[b-nmqfp927qc] .device-identity-row > div:nth-child(1) {
    display: flex;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
}

[b-nmqfp927qc] .device-identity-row > div:nth-child(2) {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 1;
    position: relative;
}

    [b-nmqfp927qc] .device-identity-row > div:nth-child(2) > div {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

[b-nmqfp927qc] .device-identity-row > div:nth-child(3) {
    display: flex;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
}


.device-simple-id[b-nmqfp927qc] {
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

[b-nmqfp927qc] .device-simple-id {
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}


[b-nmqfp927qc] .text-overflow-ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
