.jitsi-wrapper {
    max-width: 100% !important;
}

.device-status {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 14px;
    line-height: 20px;
    padding: 6px;
    text-align: center;

    &-error {
        align-items: flex-start;
        background-color: #f8ae1a;
        border-radius: 6px;
        color: #040404;
        padding: 12px 16px;
        text-align: left;
    }

    .device-icon {
        background-position: center;
        background-repeat: no-repeat;
        display: inline-block;
        height: 16px;
        width: 16px;
    }

    span {
        margin-left: 16px;
    }
}